/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}

a img {
    text-decoration: none;
}

a img, a, img {
    outline-style: none;
}

body img {
    border: none;
}
body {
    font-family: 'Roboto', sans-serif;
    /*<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,700&amp;subset=cyrillic,cyrillic-ext" rel="stylesheet">*/
}
a:hover {
    text-decoration: none;
}
    border: 0;
}
img, a, input, textarea, select, button {
    outline: none;
}

input {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline-style: none;
}

.overflow {
    overflow: hidden;
}

.container_main {
    min-width: 320px;
}

.clr {
    clear: both;
}

.align_center {
    text-align: center;
}

.wmain {
    max-width: 1170px;
    margin: 0 auto;
}

.hl_top {
    background: #FFF;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 200;
}

.hl_top .wmain {
    height: 50px;
}

.s_li {
    border-left: none !important;
    margin-right: 10px !important;
}


    .s_li a {
        padding-right: 41px !important;
        position: relative;
    }


.s_li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 3px;
    background: url("../img/select_str_small.png") no-repeat;
}

.hl_nav {
    display: block;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 31px;
}

    .hl_nav li {
        display: block;
        float: left;
        border-left: 1px solid #e9eaea;
    }

    .hl_nav li a {
        display: block;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        font-size: 14px;
        color: #282E34;
        position: relative;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .hl_nav li a:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            background: linear-gradient(to right, #fe8d09, #fd1413);
            height: 0px;
            left: 0;
            top: 0;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .hl_nav li a:hover:before {
                height: 2px;
                -webkit-transform: scale(1);
                   -moz-transform: scale(1);
                    -ms-transform: scale(1);
                     -o-transform: scale(1);
                        transform: scale(1);
            }

        .hl_nav li a:hover {
            background: #F9FAFA;
        }

        .hl_nav li a span {
            color: #FD1313;
            padding-left: 8px;
        }

.hl_quest_btn {
    display: block;
    text-decoration: none;
    float: right;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #FD1313;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .hl_quest_btn:hover {
        background: #F00505;
    }


.header_index {
    overflow: hidden;
    /*min-height: 175px;*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.header_index .hl_logo {
    display: block;
    text-decoration: none;
    float: left;
    margin-top: 43px;
    text-decoration: none;
    outline-style: none;
    text-decoration: none;
    border: none !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header_index .hl_logo img {
    display: block;
    float: left;
    width: 30px !important;
}

    .header_index .hl_logo:hover {
        opacity: 0.7;
    }

.index_content {
    background: url("../img/head_gradient.png") repeat-x left top;
}

.logo {
    display: block;
    text-decoration: none;
    float: left;
    margin-top: 43px;
    text-decoration: none;
    outline-style: none;
    text-decoration: none;
    border: none !important;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .logo:hover {
        opacity: 0.7;
    }

    .logo img {
        display: block;
        outline: none;
        width: 100%;
        text-decoration: none;
        border: 0 !important;
    }

    .header_index h1 {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 45px;
        color: #282E34;
        font-weight: 300;
        line-height: 50px;
        margin-left: 181px;
        margin-top: 34px;
        padding-bottom: 30px;
    }


.index_filtr {
    display: block;
    position: relative;
    z-index: 40;
    background: #FFF;
    overflow: hidden;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
            box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.index_filtr_l {
    padding: 34px 36px 40px 40px;
    width: 894px;
    float: left;
    border-right: 1px solid #f7f8f9;
}

.ifl_nav_main {
    overflow: hidden;
}

.ifl_title {
    float: left;
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 20px;
}

.ifl_nav {
    display: block;
    float: right;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ifl_nav li {
        display: block;
        float: left;
    }

        .ifl_nav li + li {
            margin-left: 28px;
        }

        .ifl_nav li a {
            display: block;
            text-decoration: none;
            font-size: 13px;
            color: #282E34;
            line-height: 100%;
            padding-top: 5px;
            padding-bottom: 6px;
            padding-right: 15px;
            position: relative;
            -webkit-transition: 0.1s;
               -moz-transition: 0.1s;
                -ms-transition: 0.1s;
                 -o-transition: 0.1s;
                    transition: 0.1s;
        }

            .ifl_nav li a:hover {
                opacity: 0.8;
            }

            .ifl_nav li a:before {
                content: "";
                display: block;
                position: absolute;
                width: 5px;
                height: 3px;
                background: url("../img/filtr_nav_str.png") no-repeat left top;
                right: 0;
                top: 50%;
                margin-top: -2px;
            }

.ifl_nav_ico1 {
    padding-left: 36px;
    background: url("../img/filtr_ico_area.png") no-repeat left center;
}

.ifl_nav_sity {
    padding-left: 36px;
    background: url("../img/filtr_ico_sity.png") no-repeat left center;
}

.ifl_nav_ico2 {
    padding-left: 29px;
    background: url("../img/filtr_ico_metro.png") no-repeat left center;
}

.ifl_nav_ico3 {
    padding-left: 25px;
    background: url("../img/filtr_ico_map.png") no-repeat left center;
}

.svg .ifl_nav_ico1 {
    background: url("../img/filtr_ico_area.svg") no-repeat left center;
}

.svg .ifl_nav_sity {
    background: url("../img/filtr_ico_sity.svg") no-repeat left center;
}

.svg .ifl_nav_ico2 {
    background: url("../img/filtr_ico_metro.svg") no-repeat left center;
}

.svg .ifl_nav_ico3 {
    background: url("../img/filtr_ico_map.svg") no-repeat left center;
}

.ifl_form {
    margin-top: 12px;
    border: 1px solid #b9c4cd;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

ul.token-input-list li input {
    display: block;
    width: 300px !important;
}

.if_section {
    overflow: hidden;
    margin-top: 26px;
}

    .if_section + .if_section {
        margin-top: 25px;
    }

.ifs_left {
    float: left;
    width: 330px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ifs_right {
    float: right;
    width: 534px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ifs_title {
    font-size: 14px;
    color: #282E34;
    line-height: 14px;
}

.nav_flat_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border: 1px solid #b9c4cd;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin-top: 12px;
    vertical-align: top;
}

    .nav_flat_list li {
        display: block;
        float: left;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .nav_flat_list li + li {
            border-left: 1px solid #b9c4cd;
        }

        .nav_flat_list li a {
            display: block;
            text-align: center;
            height: 45px;
            line-height: 44px;
            font-size: 14px;
            color: #282E34;
            text-decoration: none;
            background: transparent;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .nav_flat_list li.f_stydia a {
                width: 87px;
            }

            .nav_flat_list li a:hover {
                background: #FEEDC4;
            }

            .nav_flat_list li a {
                width: 46px;
            }

                .nav_flat_list li + li + li a {
                    width: 47px;
                }

                    .nav_flat_list li + li + li + li a {
                        width: 48px;
                    }

                    .nav_flat_list li + li + li + li + li a {
                        width: 47px;
                    }

                    .nav_flat_list li + li + li + li + li + li a {
                        width: 48px;
                    }
        
        .nav_flat_list {
            border: none;
            border-right: none;
            display: block;
        }

            .nav_flat_list li {
                border-left: 1px solid #b9c4cd;
                border-top: 1px solid #b9c4cd;
                border-bottom: 1px solid #b9c4cd;
                -webkit-border-top-left-radius: 2px;
                        border-top-left-radius: 2px;
                -webkit-border-bottom-left-radius: 2px;
                        border-bottom-left-radius: 2px;
            }

                .nav_flat_list li + li {
                    -webkit-border-radius: 0;
                            border-radius: 0;
                }

                .nav_flat_list li:last-child {
                    border-right: 1px solid #b9c4cd;
                    -webkit-border-top-right-radius: 2px;
                            border-top-right-radius: 2px;
                -webkit-border-bottom-right-radius: 2px;
                        border-bottom-right-radius: 2px;
                }
        

        .nav_flat_list li a.act {
            background: #FEEDC4;
            -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
                    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
        }

.nav_year_list {
    display: block;
}

.nav_year_list li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
}

    .nav_year_list li a {
        width: 100% !important;
    }


.if_price {
    float: left;
    width: 170px;
    position: relative;
}

.if_area {
    float: right;
    width: 131px;
}

.if_block_slide input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #b9c4cd;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    height: 46px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #282E34;
    font-family: "Roboto";
    text-align: center;
    outline-style: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.input_slide {
    position: relative;
    margin-top: 13px;
}

    .input_slide span + span {
        display: block;
        right: 0;
        top: 0;
        position: absolute;
        width: 49px;
    }

.nav_flat_payment {
    display: block;
}

.nav_flat_payment li a {
    width: auto !important;
}

    .nav_flat_payment li {
        width: 25%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .input_slide .kls_label_input {
        height: 32px;
    }


.index_filtr_r {
    float: right;
    width: 139px;
    padding-right: 31px;
}

.ifr_result_title {
    font-size: 14px;
    color: #282E34;
    font-weight: bold;
    line-height: 14px;
    padding-top: 65px;
}

.ifr_result_num {
    font-size: 48px;
    color: #FD1313;
    font-weight: bold;
    line-height: 100%;
    margin-top: 4px;
    letter-spacing: -1px;
}

.ifr_result_jk {
    font-size: 16px;
    color: #282E34;
    line-height: 22px;
    font-weight: 300;
    margin-top: 3px;
}

.btn_main {
    display: inline-block;
    outline-style: none;
    vertical-align: top;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 120%;
    border: 1px solid #d10909;
    background: #FD1313;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 12px;
    text-decoration: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .btn_main:hover {
        background: #d10909;
    }

.index_filtr_r .btn_main {
    display: block;
    margin-top: 15px;
    width: 100%;
}

.if_clear_filtr {
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    color: #282E34;
    padding-left: 19px;
    margin-top: 17px;
    background: url("../img/clear_filtr_ico.png") no-repeat left 1px;
}

    .if_clear_filtr span {
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        border-bottom: 1px solid #bec0c2;
    }

        .if_clear_filtr:hover span {
            border-color: transparent;
        }


.index_block_text {
    margin-top: 34px;
}

.ibt_title {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 120%;
    overflow: hidden;
    padding-right: 50px;
}

    .ibt_title span {
        padding-right: 67px;
        position: relative;
    }

        .ibt_title span:before {
            content: "";
            display: block;
            position: absolute;
            width: 1200px;
            height: 1px;
            background: #EAEDF0;
            right: -1200px;
            bottom: 9px;
        }

.index_block_text_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 18px;
    position: relative;
}

    .index_block_text_list:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 25px;
        left: 0;
        bottom: -5px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    }

    .index_block_text_list li {
        display: block;
        float: left;
        width: 50%;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .index_block_text_list li + li {
            padding-right: 0;
            padding-left: 15px;
            padding-left: 0;
        }

        .index_block_text_list li p {
            display: block;
            margin: 0;
            font-size: 13px;
            color: #868C91;
            line-height: 20px;
        }

            .index_block_text_list li p + p {
                margin-top: 15px;
            }


.btn_slide_text {
    border-top: 1px solid #eaedf0;
    text-align: center;
    margin-top: 24px;
}

    .btn_slide_text a {
        display: inline-block;
        text-align: center;
        font-size: 10px;
        color: #282E34;
        line-height: 8px;
        text-decoration: none;
        padding-left: 53px;
        padding-right: 53px;
        border: 1px solid #eaedf0;
        vertical-align: top;
        text-transform: uppercase;
        position: relative;
        border-top-color: #fff;
        margin-top: -1px;
        padding-bottom: 9px;
    }

        .btn_slide_text a span {
            display: inline-block;
            position: relative;
            top: 0;
            border-bottom: 1px dotted #bec0c2;
            padding-bottom: 1px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .btn_slide_text a:hover span {
                border-color: transparent;
                top: 4px;
            }

            .btn_slide_text a span:before {
                content: "";
                display: block;
                position: absolute;
                width: 7px;
                height: 7px;
                background: url("../img/btn_ico_line.png") no-repeat left top;
                left: -16px;
                top: 0;
            }

.nav_footer {
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 13px;
}

.nav_footer_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #F9FAFA;
    padding-top: 20px;
    margin-top: 25px;
}

    .nav_footer_list li {
        display: block;
        float: left;
        width: 20%;
        text-align: center;
        height: 50px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 9px;
    }

        .nav_footer_list li a {
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
            font-size: 12px;
            color: #282E34;
            font-weight: bold;
            text-transform: uppercase;
        }

            .nav_footer_list li a i {
                display: inline-block;
                vertical-align: bottom;
                margin-bottom: -3px;
                margin-right: 6px;
                height: 25px;
                position: relative;
                width: 23px;
            }

                .nav_footer_list li a i img {
                    display: inline-block;
                    vertical-align: bottom;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                }

            .nav_footer_list li a span {
                border-bottom: 1px solid #babcbe;
                padding-bottom: 1px;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
                vertical-align: bottom;
            }

                .nav_footer_list li a:hover span {
                    border-color: transparent;
                }


.footer {
    background: #FFF;
    margin-top: 35px;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

    .footer .wmain {
        overflow: hidden;
    }

    .f_logo {
        display: block;
        text-decoration: none;
        float: left;
    }

        .f_logo img {
            display: block;
            width: 100%;
        }

        .f_copy {
            float: left;
            font-size: 12px;
            color: #91A2B1;
            line-height: 13px;
            margin-left: 20px;
            width: 125px;
            padding-top: 4px;
        }

    .f_btn_map {
        display: block;
        text-decoration: none;
        float: left;
        font-size: 10px;
        line-height: 12px;
        margin-left: 27px;
        color: #282E34;
        text-transform: uppercase;
        padding-left: 34px;
        background: url("../img/map_site_ico.png") no-repeat left center;
        padding-top: 6px;
        padding-bottom: 5px;
        margin-top: 5px;
    }

        .svg .f_btn_map {
            background: url("../img/map_site_ico.svg") no-repeat left center;
        }


        .f_btn_map span {
            display: inline-block;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .f_btn_map:hover span {
                border-color: transparent;
            }


    .f_soc {
        display: block;
        overflow: hidden;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 100px;
        margin-top: 5px;
    }

        .f_soc li {
            display: block;
            float: left;
        }

            .f_soc li + li {
                margin-left: 5px;
            }

            .f_soc li a {
                display: block;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

                .f_soc li img {
                    display: block;
                    width: 100%;
                }

                .f_soc li a:hover {
                    opacity: 0.7;
                }

    .f_phone {
        display: block;
        text-decoration: none;
        float: left;
        margin-left: 55px;
        margin-top: 6px;
    }

        .f_phone_inner {
            display: block;
            text-decoration: none;
            font-size: 16px;
            line-height: 16px;
            color: #282E34;
            padding-left: 34px;
            background: url("../img/f_phone_ico.png") no-repeat left center;
            padding-top: 2px;
            padding-bottom: 2px;
        }

        .fp_otdel {
            font-size: 12px;
            color: #91A2B1;
            line-height: 13px;
            margin-top: 8px;
            margin-left: 36px;
        }


.f_right {
    float: right;
    overflow: hidden;
}

.f_create {
    display: block;
    text-decoration: none;
    float: left;
    line-height: 13px;
    font-size: 12px;
    color: #91A2B1;
    margin-top: 4px;
}

    .f_create span {
        display: inline-block;
        border-bottom: 1px solid #bec0c2;
        color: #282E34;
        text-transform: uppercase;
        padding-bottom: 2px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .f_create:hover span {
            border-color: transparent;
        }

    .f_count {
        overflow: hidden;
        float: right;
        margin-left: 47px;
    }

    .fc_inner {
        float: left;
    }

        .fc_inner + .fc_inner {
            margin-left: 12px;
        }

        .fc_inner img {
            display: block;
            width: 100%;
        }


.slid_main {
    margin-right: 8px;
    position: relative;
}

    .slid_main:before {
        content: "";
        display: block;
        position: absolute;
        right: -8px;
        bottom: -3px;
        width: 10px;
        height: 3px;
        background: #A7B5C1;
        z-index: 10;
    }

.slid {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #A7B5C1;
    left: 0;
    top: 0;
    z-index: 40;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.slid .ui-slider-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(to right, #fe8d09, #fe3211);
}

.slid .ui-slider-handle {
    outline-style: none;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 8px;
    height: 13px;
    background: url("../img/slid_ico.png") no-repeat left top;
    margin-top: -5px;
}

    .slid .ui-slider-handle:before {
        content: "";
        display: block;
        position: absolute;
        width: 300%;
        height: 300%;
        left: -100%;
        top: -100%;
    }


.popup_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900000;
    left: 0;
    top: 0;
    background: url("../img/popup_rgba.png");
    overflow: hidden;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
}

    .popup_table {
        display: table;
        position: absolute;
        width: 100%;
        height: 100%;
        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: 20px;
        padding-right: 20px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .popup_inner {
        background: #FFF;
        margin: 0 auto;
        position: relative;
        border: 1px solid #f0f3f5;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
                box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
    }

    .pu_quest {
        max-width: 1170px;
        padding: 38px 69px 58px 69px;
    }

    .closeform {
        display: block;
        position: absolute;
        width: 59px;
        height: 57px;
        right: 0;
        top: 0;
        z-index: 50;
        background: url("../img/closeform.png") no-repeat center center;
        -webkit-transition: 0.1s;
           -moz-transition: 0.1s;
            -ms-transition: 0.1s;
             -o-transition: 0.1s;
                transition: 0.1s;
    }

        .closeform:hover {
            opacity: 0.8;
            -webkit-transform: scale(0.92);
               -moz-transform: scale(0.92);
                -ms-transform: scale(0.92);
                 -o-transform: scale(0.92);
                    transform: scale(0.92);
        }

        .pu_title {
            font-size: 32px;
            color: #282E34;
            line-height: 40px;
            font-weight: bold;
            /*max-width: 700px;*/
        }

        .pu_title span i {
            display: block;
            font-style: normal;
            font-size: 14px;
            color: #282E34;
            font-weight: normal;
            line-height: 20px;
        }

        .pu_quest_inner .form_style {
            display: block;
            margin-top: 22px;
        }

.pu_in_3 {
    overflow: hidden;
    border: 1px solid #a7b5c1;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

    .pu_3_block {
        float: left;
        width: 33.3333333333333%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .pu_3_block + .pu_3_block {
            border-left: 1px solid #a7b5c1;
        }

        .pu_3_block input {
            display: block;
            width: 100%;
        }

    .form_style input {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0;
        font-style: normal;
        font-size: 16px;
        color: #8B8D90;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border: none;
        height: 50px;
        padding-left: 21px;
        padding-right: 21px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        outline-style: none;
    }

        .form_style input:focus, .form_style textarea:focus {
            color: #282E34;
        }

        .form_style textarea {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0;
            font-style: normal;
            font-size: 16px;
            color: #8B8D90;
            border: 1px solid #a7b5c1;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            height: 346px;
            outline-style: none;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            padding-left: 21px;
            padding-right: 21px;
            padding-bottom: 20px;
            padding-top: 13px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            resize: none;
        }


.pu_quest_inner .form_style textarea {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.pu_btn_quest {
    text-align: right;
    margin-top: 20px;
}

    .pu_btn_quest .btn_main {
        padding-left: 46px;
        padding-right: 46px;
        padding-top: 18px;
        padding-bottom: 18px;
    }


.hl_logo {
    display: none;
    float: left;
    text-decoration: none;
    margin-top: 7px;
}

    .hl_logo img {
        display: block;
        width: 100%;
    }


.nav_mobile_btn {
    display: none;
    float: left;
    width: 42px;
    height: 31px;
    background: url("../img/btn_nav_mobile.png") no-repeat center center;
    cursor: pointer;
    margin-top: 11px;
    margin-left: 12px;
}

.nav_mobile_btn:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        background: url("../img/close_nav_mobile.png") no-repeat center center;
        -webkit-transform: scale(0.8);
           -moz-transform: scale(0.8);
            -ms-transform: scale(0.8);
             -o-transform: scale(0.8);
                transform: scale(0.8);
    }

    .nav_mobile_btn_act {
        background: none;
    }

    .nav_mobile_btn_act:before {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-transition: 0.6s;
           -moz-transition: 0.6s;
            -ms-transition: 0.6s;
             -o-transition: 0.6s;
                transition: 0.6s;
    }

.f_nav_mobile {
    display: none;
}

.container_inner {
    background: url("../img/container_inner_gradient.png") repeat-x left top;
    /*position: relative;*/
    /*z-index: 100;*/
}

.ci_header {
    padding-top: 31px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 50;
}

.ci_header h1 {
    display: block;
    margin: 0;
    font-size: 45px;
    color: #282E34;
    font-weight: 300;
    line-height: 50px;
}

.hl_top_inner .hl_logo {
    display: block;
}

.hl_top_inner .hl_nav {
    margin-left: 63px;
}

.hl_top_inner {
    border-bottom: 1px solid #e6e7e8;
    -webkit-box-shadow: 0px -1px 3px rgba(0,0,0,0.2);
            box-shadow: 0px -1px 3px rgba(0,0,0,0.2);
}

.crumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}

    .crumbs li {
        display: block;
        float: left;
        margin-right: 27px;
    }

        .crumbs li span {
            display: block;
            font-size: 14px;
            color: #91a2b1;
            cursor: default;
        }

        .crumbs li a {
            display: block;
            text-decoration: none;
            font-size: 14px;
            color: #282e34;
            position: relative;
            padding-bottom: 4px;
        }

            .crumbs li a:before {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                height: 0px;
                background: #282e34;
                left: 0;
                bottom: 0;
                opacity: 0;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

                .crumbs li a:hover:before {
                    opacity: 1;
                    height: 3px;
                }

.crumbs_main {
    position: relative;
    padding-right: 130px;
    margin-top: 7px;
    min-height: 35px;
}

    .crumbs_main .crumbs {
        margin-top: 0;
        padding-top: 8px;
    }

    .crumbs_main .btn_back_str {
        position: absolute;
        right: 0;
        top: 0;
    }

.btn_back_str {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 11px;
    color: #282E34;
    font-weight: 300;
    height: 35px;
    line-height: 33px;
    border: 1px solid #e6e8e9;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    padding-right: 9px;
    padding-left: 32px;
    background: url("../img/btn_str_back.png") no-repeat 9px center;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
        -ms-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .btn_back_str:hover {
        background-position: 8px center;
    }


.compare_page {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 29px;
    padding-bottom: 17px;
}

.compare_table {
    width: 100%;
}

    .compare_table tr td {
        vertical-align: bottom;
        width: 25%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .compare_table tr td + td {
            padding-left: 10px;
            padding-right: 10px;
        }

            .compare_table tr td:last-child {
                padding-right: 0;
                padding-left: 20px;
            }

        .compare_table tr + tr td {
            vertical-align: top;
            padding-left: 9px;
        }


    .compare_table_img {
        display: inline-block;
        position: relative;
        width: 100%;
    }

        .compare_table_img img {
            display: block;
            width: 100%;
        }

        .compare_table_del {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 30px;
            height: 30px;
            background: #fd1313 url("../img/compare_slide_del.png") no-repeat center center;
            cursor: pointer;
            -webkit-background-size: 12px;
                 -o-background-size: 12px;
                    background-size: 12px;
        }

            .compare_table_del:hover {
                -webkit-background-size: 10px;
                     -o-background-size: 10px;
                        background-size: 10px;
            }

    .compare_table_jk_name {
        display: block;
        font-size: 18px;
        color: #282E34;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 17px;
    }

    .ct_bb td {
        border-bottom: 1px solid #eaedf0;
    }

    .compare_table_title {
        font-size: 14px;
        color: #282E34;
        font-weight: bold;
        line-height: 16px;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 16px;
    }

        .compare_table_title span {
            display: inline-block;
            position: relative;
            padding-right: 18px;
            cursor: pointer;
        }

            .compare_table_title span:before {
                content: "";
                display: block;
                position: absolute;
                width: 7px;
                height: 5px;
                background: url("../img/compare_slide_dop_str.png") no-repeat left top;
                right: 0;
                top: 4px;
            }

    .compare_table_text {
        font-size: 14px;
        color: #282E34;
        line-height: 20px;
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .compare_text_flat {
        padding-top: 19px;
        padding-bottom: 14px;
    }

    .compare_table_text span {
        display: block;
        font-size: 11px;
        color: #91A2B1;
        text-transform: uppercase;
        line-height: 12px;
        padding-bottom: 5px;
    }


.compare_table_infra_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 16px;
    padding-bottom: 14px;
}

    .compare_table_infra_list li {
        display: block;
        font-size: 14px;
        color: #282E34;
        line-height: 14px;
    }

        .compare_table_infra_list li span {
            display: inline-block;
            color: #91A2B1;
            padding-left: 11px;
        }

        .compare_table_infra_list li + li {
            margin-top: 10px;
        }

.compare_table_spec {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    color: #91A2B1;
    line-height: 16px;
    cursor: default;
}

    .compare_table_spec span {
        color: #282E34;
        display: inline-block;
        border-bottom: 1px solid #bec0c2;
    }


.compare_str_prev, .compare_str_next {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 70px;
    z-index: 50;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
        -ms-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
    .compare_str_prev:hover, .compare_str_next:hover {
        -webkit-transform: scale(1.05);
           -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05);
        opacity: 0.8;
    }

.compare_str_prev {
    background: #fd1313 url("../img/compare_slide_prev.png") no-repeat center center;
    left: -25px;
}

.compare_str_next {
    background: #fd1313 url("../img/compare_slide_next.png") no-repeat center center;
    right: -25px;
}

.ct_hover:hover td {
    background: #F9FAFA;
}

.kompleks_list_page {
    margin-top: 29px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 50;
}

    .kompleks_list_page .wmain {
        overflow: hidden;
    }

    .klp_head {
        overflow: hidden;
    }

    .klp_head .nav_jk_list_kompleks {
        float: left;
        display: block;
    }

    .nav_jk_list_kompleks {
        width: 368px;
        margin-top: 0;
    }

        .nav_jk_list_kompleks li {
            width: 50% !important;
        }

            .nav_jk_list_kompleks li a {
                display: block;
                width: auto !important;
            }

    .sort_head {
        overflow: hidden;
    }

        .sort_head_name {
            float: left;
            font-size: 14px;
            color: #91A2B1;
            height: 47px;
            line-height: 47px;
            margin-right: 21px;
        }

        .sort_head_list {
            display: block;
            overflow: hidden;
            float: left;
            margin-left: 20px;
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .sort_head_list li {
                display: block;
                float: left;
                margin-right: 6px;
                cursor: pointer;
                height: 47px;
                line-height: 47px;
                padding-left: 10px;
                padding-right: 10px;
                position: relative;
                -webkit-border-radius: 2px;
                        border-radius: 2px;
            }

                .sort_head_list li.shl_coast {
                    padding-left: 32px;
                }

                    .sort_head_list li.shl_coast:before {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 7px;
                        height: 8px;
                        background: url("../img/filtr_coast_ico.png") no-repeat left top;
                        left: 15px;
                        top: 19px;
                        -webkit-transition: 0.2s linear;
                           -moz-transition: 0.2s linear;
                            -ms-transition: 0.2s linear;
                             -o-transition: 0.2s linear;
                                transition: 0.2s linear;
                        -webkit-transform-origin: center center;
                           -moz-transform-origin: center center;
                            -ms-transform-origin: center center;
                             -o-transform-origin: center center;
                                transform-origin: center center;
                    }

                        .shl_coast_re:before {
                            -webkit-transform: scale(1,-1);
                               -moz-transform: scale(1,-1);
                                -ms-transform: scale(1,-1);
                                 -o-transform: scale(1,-1);
                                    transform: scale(1,-1);
                        }

                .sort_head_list li a {
                    color: #282E34;
                    text-decoration: none;
                    display: block;
                    font-size: 14px;
                }

                .sort_head_list li span {
                    display: inline-block;
                    -webkit-transition: 0.2s;
                       -moz-transition: 0.2s;
                        -ms-transition: 0.2s;
                         -o-transition: 0.2s;
                            transition: 0.2s;
                        line-height: 120%;
                    border-bottom: 1px dotted #bec0c2;
                }

                    .sort_head_list li span sup {
                        font-size: 8px;
                        display: inline-block;
                        margin-left: 1px;
                        line-height: 8px;
                    }

                .sort_head_list li:hover, .sort_head_list li.act {
                    background: #FAFBFB;
                }

                    .sort_head_list li:hover span, .sort_head_list li.act span {
                        border-color: transparent;
                    }



    .klp_head .sort_head {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .compare_head {
        float: right;
        overflow: hidden;
        display: block;
        text-decoration: none;
    }

    .compare_head_num {
        float: left;
        width: 40px;
        height: 47px;
        line-height: 46px;
        background: url("../img/sravnenye_ico.png") no-repeat left top;
        text-align: center;
        font-size: 14px;
        color: #FD1313;
        font-weight: bold;
    }

    .compare_head_text {
        margin-left: 60px;
        font-size: 12px;
        color: #A7B5C1;
        line-height: 14px;
        padding-top: 7px;
    }

        .compare_head_text span {
            display: inline-block;
            font-size: 12px;
            color: #282E34;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .compare_head:hover .compare_head_text span {
                border-color: transparent;
            }


    .kompleks_list_page_inner {
        overflow: hidden;
        padding-top: 29px;
        max-width: 1170px;
        margin: 0 auto;
        padding-left: 4px;
        padding-right: 4px;
    }

    .kompleks_list_page_sidebar_inner {
        background: #FFF;
        z-index: 500;
        width: 270px;
    }

    .kompleks_list_page_sidebar {
        float: right;
        width: 270px;
        position: relative;
    }

        .kls_block {
            border: 1px solid #e9eaea;
            padding: 19px 29px 24px 29px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
        }

            .kls_block + .kls_block {
                margin-top: 5px;
            }

            .kls_block:hover {
                -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
                        box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
            }

            .kls_block_name {
                font-size: 18px;
                line-height: 18px;
                position: relative;
                color: #282E34;
                font-weight: bold;
                cursor: default;
                padding-right: 10px;
                cursor: pointer;
            }

                .kls_block_name:before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 7px;
                    height: 4px;
                    background: url("../img/sidebar_section_str.png") no-repeat left top;
                    right: 0;
                    top: 7px;
                    -webkit-transition: 0.3s;
                       -moz-transition: 0.3s;
                        -ms-transition: 0.3s;
                         -o-transition: 0.3s;
                            transition: 0.3s;
                    -webkit-transform-origin: center center;
                       -moz-transform-origin: center center;
                        -ms-transform-origin: center center;
                         -o-transform-origin: center center;
                            transform-origin: center center;
                }

                .kls_block_down .kls_block_name:before {
                    -webkit-transform: scale(1,-1);
                       -moz-transform: scale(1,-1);
                        -ms-transform: scale(1,-1);
                         -o-transform: scale(1,-1);
                            transform: scale(1,-1);
                }

                .kls_block_down {
                    padding-bottom: 20px;
                    background: #FAFBFB;
                }

        .kls_area_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            margin-top: 17px;
        }

            .kls_area_list li {
                display: block;
                float: left;
                border: 1px solid #fedc89;
                -webkit-border-radius: 2px;
                        border-radius: 2px;
                position: relative;
                font-size: 12px;
                color: #282e34;
                padding-left: 9px;
                padding-right: 26px;
                background: #FEEDC4;
                margin-right: 10px;
                margin-bottom: 10px;
                padding-top: 7px;
                padding-bottom: 8px;
                cursor: default;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

                .kls_area_list li:hover {
                    background: #FFF;
                    border-color: #FD1313;
                }


            .kls_area_list_del {
                position: absolute;
                width: 7px;
                height: 7px;
                background: url("../img/sidebar_section_area_close_ico.png") no-repeat left top;
                right: 9px;
                top: 12px;
                cursor: pointer;
            }

                .kls_area_list li:hover .kls_area_list_del {
                    background-position: right top;
                }

    .kls_locate {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 12px;
    }

        .kls_locate li {
            display: block;
            vertical-align: middle;
        }

            .kls_locate li + li {
                margin-top: 7px;
            }

            .kls_locate li a {
                display: inline-block;
                text-decoration: none;
                font-size: 14px;
                color: #282E34;
                line-height: 14px;
            }

            .kls_locate li i {
                display: inline-block;
                vertical-align: middle;
                width: 39px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }

                .kls_locate li + li i {
                    padding-top: 5px;
                    padding-bottom: 5px;
                    padding-left: 3px;
                }

                    .kls_locate li + li + li i {
                        padding-left: 5px;
                    }


                .kls_locate li a span {
                    display: inline-block;
                    vertical-align: middle;
                    border-bottom: 1px dotted #bec0c2;
                    -webkit-transition: 0.2s;
                       -moz-transition: 0.2s;
                        -ms-transition: 0.2s;
                         -o-transition: 0.2s;
                            transition: 0.2s;
                }

                    .kls_locate li a:hover span {
                        border-color: transparent;
                    }


    .kompleks_list_page_content {
        float: left;
        width: 870px;
    }

    .kompleks_list_block {
        border: 1px solid #e9eaea;
        padding: 14px;
        overflow: hidden;
        -webkit-border-radius: 2px;
                border-radius: 2px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
    }

        .kompleks_list_block + .kompleks_list_block {
            border-top: none;
        }

        .kompleks_list_block:hover {
            -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
                    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
        }


    .klb_action {
        position: absolute;
        font-size: 10px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        height: 15px;
        line-height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        left: -5px;
        top: 10px;
        background: #FD1313;
        z-index: 20;
    }

        .klb_action:before {
            content: "";
            display: block;
            position: absolute;
            width: 4px;
            height: 4px;
            background: url("../img/jk_list_img_plashka_str.png") no-repeat left top;
            left: 1px;
            bottom: -4px;
        }

            .klb_action:after {
                content: "";
                display: block;
                position: absolute;
                width: 5px;
                height: 15px;
                background: url("../img/jk_list_img_plashka_str_right.png") no-repeat left top;
                top: 0;
                right: -5px;
            }


    .klb_img {
        float: left;
        width: 255px;
        position: relative;
    }

        .klb_img a {
            display: block;
            text-decoration: none;
        }

        .klb_img img {
            display: block;
            width: 100%;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
        }


    .klb_content {
        margin-left: 285px;
    }

    .klb_head {
        overflow: hidden;
        padding-top: 7px;
    }

    .klb_name {
        display: block;
        float: left;
        font-size: 18px;
        color: #282E34;
        line-height: 120%;
        max-width: 380px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .klb_name:hover {
            color: #FD1313;
            text-decoration: underline;
        }

    .klb_compare_btn {
        float: right;
        text-decoration: none;
        font-size: 12px;
        color: #aaabad;
        line-height: 12px;
        width: 169px;
        padding-left: 20px;
        margin-top: 3px;
        background: url("../img/jk_list_close_sravnenye.png") no-repeat left 2px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .klb_compare_btn span {
            display: inline-block;
            border-bottom: 1px solid #bec0c2;
            padding-bottom: 1px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }
        
            .klb_compare_btn:hover span {
                border-color: transparent !important;
            }

            .klb_compare_btn_act {
                color: #282e34;
                background: url("../img/map_list_sravnenye_plashka.png") no-repeat left 2px;
            }

                .klb_compare_btn_act span {
                    border-color: #bec0c2;
                }

    .klb_info {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 9px;
    }

        .klb_info li {
            display: block;
            float: left;
            font-size: 12px;
            color: #91A2B1;
            line-height: 14px;
            vertical-align: middle;
            margin-right: 19px;
        }

            .klb_info li i {
                display: inline-block;
                vertical-align: middle;
                margin-right: 6px;
            }

            .klb_info li + li {
                margin-left: 0px;
            }

.klb_flat_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 12px;
}

    .klb_flat_list li {
        display: block;
        overflow: hidden;
        position: relative;
    }

        .klb_flat_list li + li {
            margin-top: 10px;
        }

        .klb_flat_list li:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 1px;
            background: #F4F4F4;
            left: 0;
            bottom: 8px;
        }

    .klb_flat_name {
        float: left;
        position: relative;
        z-index: 20;
        background: #FFF;
        padding-right: 22px;
    }

        .klb_flat_name a {
            display: block;
            font-size: 14px;
            line-height: 14px;
            color: #282E34;
            text-decoration: none;
        }

            .klb_flat_name span {
                padding-bottom: 1px;
                display: inline-block;
                border-bottom: 1px solid #bec0c2;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .klb_flat_name a:hover span {
                    border-color: transparent;
                }

    .klb_flat_price {
        float: right;
        position: relative;
        background: #FFF;
        z-index: 20;
        font-size: 14px;
        color: #282E34;
        line-height: 14px;
        padding-bottom: 1px;
        width: 199px;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .klb_flat_none .klb_flat_name {
        font-size: 14px;
        color: #91A2B1;
        line-height: 14px;
        padding-bottom: 1px;
    }

        .klb_flat_none .klb_flat_name span {
            border-color: transparent;
        }

        .klb_flat_none .klb_flat_price {
            color: #91A2B1;
        }


    .klb_rating {
        overflow: hidden;
        margin-top: 16px;
    }

    .klb_rating_name {
        float: left;
        font-size: 12px;
        color: #91A2B1;
        line-height: 16px;
    }

    .klb_rating_num {
        float: left;
        margin-left: 11px;
        font-size: 12px;
        color: #282E34;
        font-weight: bold;
        line-height: 16px;
    }

    .rating_list {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-left: 21px;
    }

        .rating_list li {
            display: block;
            float: left;
            width: 13px;
            height: 12px;
            background: url("../img/jk_list_reiting_ico.png") no-repeat left top;
        }

            .rl_select {
                background-position: right top !important;
            }

            .rating_list li + li {
                margin-left: 2px;
            }


.kompleks_list_loader {
    height: 40px;
    text-align: center;
}

    .kompleks_list_loader span {
        display: inline-block;
        height: 40px;
        width: 70px;
        -webkit-border-radius: 50px;
                border-radius: 50px;
        background: url("../img/load_ico.png") repeat-x left center;
        -webkit-animation: animate_load 1.5s ease-out infinite;
           -moz-animation: animate_load 1.5s ease-out infinite;
             -o-animation: animate_load 1.5s ease-out infinite;
                animation: animate_load 1.5s ease-out infinite;
    }

    @-webkit-keyframes animate_load {
       0% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
            -webkit-transform-origin: left center;
               -moz-transform-origin: left center;
                -ms-transform-origin: left center;
                 -o-transform-origin: left center;
                    transform-origin: left center;
      }

      40% {
        opacity: 0.4;
        -webkit-transform: scale(-1,1);
           -moz-transform: scale(-1,1);
            -ms-transform: scale(-1,1);
             -o-transform: scale(-1,1);
                transform: scale(-1,1);
        -webkit-transform-origin: right center;
           -moz-transform-origin: right center;
            -ms-transform-origin: right center;
             -o-transform-origin: right center;
                transform-origin: right center;
      }

      80% {
        opacity: 1;
        -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);
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
             -o-transform-origin: center center;
                transform-origin: center center;
      }

      100% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
      }
    }

    @keyframes animate_load {
       0% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
            -webkit-transform-origin: left center;
               -moz-transform-origin: left center;
                -ms-transform-origin: left center;
                 -o-transform-origin: left center;
                    transform-origin: left center;
      }

      40% {
        opacity: 0.4;
        -webkit-transform: scale(-1,1);
           -moz-transform: scale(-1,1);
            -ms-transform: scale(-1,1);
             -o-transform: scale(-1,1);
                transform: scale(-1,1);
        -webkit-transform-origin: right center;
           -moz-transform-origin: right center;
            -ms-transform-origin: right center;
             -o-transform-origin: right center;
                transform-origin: right center;
      }

      80% {
        opacity: 1;
        -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);
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
             -o-transform-origin: center center;
                transform-origin: center center;
      }

      100% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
      }
    }

.kls_houseroom {
    margin-top: 17px;
}

    .kls_houseroom .input_slide {
        margin-top: 15px;
    }

    .kls_input {
        width: 100%;
        font-size: 14px;
        color: #8b8d90;
        border: 1px solid #b9c4cd;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        height: 32px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .kls_flat_num {
        margin-top: 10px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }

    .kls_flat_num li {
        float: left;
        width: 16.666666666666%;
    }

        .kls_flat_num li a {
            display: block;
            width: auto !important;
            height: 30px;
            line-height: 32px;
        }

            .kls_flat_num li:last-child {
                width: 16.66%;
            }

    .kls_yaear_num {
        margin-top: 10px;
        display: block;
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }

    .kls_yaear_num li {
        width: 25%;
    }

        .kls_yaear_num li a {
            display: block;
            height: 30px;
            line-height: 32px;
            width: auto !important;
        }


    .kls_label_input {
        position: relative;
        display: block;
        border: 1px solid #b9c4cd;
        height: 30px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }

        .kls_label_input span {
            display: block;
            line-height: 34px;
            font-size: 14px;
            color: #8B8D90;
            padding-left: 10px;
            position: relative;
            z-index: 20;
        }

            .kls_label_input input {
                display: block;
                font-size: 14px;
                color: #8B8D90;
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                height: 32px;
                margin: 0;
                padding: 0;
                border: none;
                padding-left: 78px;
                padding-right: 20px;
                background: none;
                z-index: 30;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }

    .kls_label_input_area {
        margin-top: 10px;
    }

    .kls_label_input_area span {
        line-height: 30px;
    }

        .kls_label_input_area input {
            height: 30px;
            padding-left: 144px;
            text-align: right;
            padding-right: 34px;
        }

            .kls_label_input_area span + span {
                position: absolute;
                right: 0;
                top: 0;
                width: 29px;
            }

            .kls_label_input_area span sup {
                font-size: 10px;
                line-height: 4px;
            }

    .kls_check_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 20px;
    }

        .kls_check_list li {
            display: block;
            overflow: hidden;
            position: relative;
            padding-left: 28px;
        }

            .kls_check_list li label {
                display: block;
                overflow: hidden;
                cursor: pointer;
            }

            .kls_check_list li span {
                display: block;
                font-size: 14px;
                color: #282E34;
                line-height: 16px;
            }

            .kls_check_list li + li {
                margin-top: 12px;
            }

            .kls_check_list li .jq-checkbox {
                position: absolute !important;
                left: 0;
                top: 1px;
            }

    .kls_btn {
        display: block;
        text-decoration: none;
        text-align: center;
        border: none;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 14px;
        border: 1px solid #d10909;
        background: #FD1313;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin-top: 15px;
    }
        .kls_btn:hover {
            background: #D10909;
        }


     .kls_clear_filtr {
        display: block;
        font-size: 12px;
        color: #282E34;
        line-height: 12px;
        padding-left: 20px;
        margin-top: 12px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        background: url("../img/jk_list_close_sravnenye.png") no-repeat left 2px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .kls_clear_filtr span {
            display: inline-block;
            border-bottom: 1px solid #bec0c2;
            padding-bottom: 1px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }
        
            .kls_clear_filtr:hover span {
                border-color: transparent !important;
            }
.content_text_bottom {
    margin-top: 6px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

    .ctb_block + .ctb_block {
        margin-top: 29px;
    }

    .ctb_block h2 {
        display: block;
        margin: 0;
        font-size: 18px;
        color: #282E34;
        font-weight: bold;
        line-height: 100%;
    }

        .ctb_block p {
            display: block;
            margin: 0;
            font-size: 13px;
            color: #868C91;
            line-height: 20px;
            margin-top: 20px;
        }

            .ctb_block p + p {
                margin-top: 10px;
            }

    .klp_head_flats .sort_head {
        margin-left: 0;
    }

        .klp_head_flats + .klp_head_flats {
            margin-top: 20px;
        }
    
    .nav_jk_list_flats_num {
        float: right;
        margin-top: 0;
        width: 468px;
    }

        .nav_jk_list_flats_num li {
            float: left;
            width: 20%;
        }

            .nav_jk_list_flats_num li a {
                width: auto !important;
            }
    
    .kompleks_list_page_flats {
        margin-top: 0;
    }


.kompleks_list_page_flats .kompleks_list_page_inner {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
}

.klp_flats_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 900px;
    padding-top: 20px;
}

    .klp_flats_list > li {
        display: inline-block;
        width: 270px;
        margin-right: 27px;
        vertical-align: top;
        margin-bottom: 29px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .klp_flats_list .klp_flats_inner {
            display: block;
            vertical-align: top;
            position: relative;
            border: 1px solid #e9eaea;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
            -webkit-box-shadow: 0px 0px 0px rgba(253, 19, 19, 0.3);
                    box-shadow: 0px 0px 0px rgba(253, 19, 19, 0.3);
        }

        .klp_flats_list .klp_flats_inner:hover {
            border-color: #FD1313;
            -webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
                    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
        }


    .klp_flats_penthaus {
        position: absolute;
        font-size: 10px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        height: 15px;
        line-height: 15px;
        padding-right: 22px;
        background: url("../img/penthaus_ico.png") no-repeat right top;
        right: 9px;
        top: 9px;
    }

    .klp_flats_img {
        display: table;
        height: 208px;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }

        .klp_flats_img span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .klp_flats_img img {
            display: inline-block;
            max-width: 100%;
        }

     .klp_flats_info {
        overflow: hidden;
        margin-top: 13px;
        padding-left: 29px;
        height: 77px;
    }

        .klp_flats_info_l {
            float: left;
            padding-top: 4px;
            max-width: 150px;
        }

            .klp_flats_room {
                display: inline-block;
                vertical-align: top;
                text-decoration: none;
                font-size: 18px;
                color: #282E34;
                line-height: 20px;
                text-decoration: underline;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

                .klp_flats_room:hover {
                    color: #FD1313;
                    text-decoration: underline;
                }

                .klp_flats_area {
                    font-size: 12px;
                    color: #A7B5C1;
                    line-height: 14px;
                    margin-top: 6px;
                }

        .klp_flats_info_r {
            float: right;
            width: 69px;
        }

        .klp_flats_sq {
            font-size: 12px;
            color: #282E34;
            padding-top: 30px;
            background: url("../img/klp_flats_list_area_ico.png") no-repeat left top;
        }

            .klp_flats_sq sup {
                font-size: 8px;
                line-height: 8px;
            }

    .klp_flats_footer {
        overflow: hidden;
    }

        .klp_flats_footer_l, .klp_flats_footer_r {
            float: left;
            width: 50%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .klp_flats_price {
            height: 48px;
            line-height: 48px;
            font-size: 12px;
            color: #282E34;
            text-align: center;
            border-left: 1px solid #e9eaea;
        }


    .klp_flats_footer_data {
        height: 48px;
        padding-left: 29px;
        font-size: 12px;
        color: #A7B5C1;
        line-height: 14px;
        padding-top: 9px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .klp_flats_footer_data span {
            display: block;
            color: #282E34;
        }


    .klp_flats_btn {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #FD1313;
        height: 48px;
        line-height: 47px;
        border: 1px solid #fd1313;
        text-decoration: none;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }


    .klp_flats_price_wiev {
        text-align: center;
        font-size: 12px;
        color: #FD1313;
        height: 48px;
        line-height: 47px;
        border: 1px solid #fd1313;
        text-decoration: none;
        width: 100%;
        margin-left: -1px;
        margin-bottom: -1px;
    }

        .klp_flats_list > li:hover .klp_flats_btn {
            background: #FD1313;
            color: #fff;
        }

        .klp_flats_list > li:hover .klp_flats_room {
            color: #FD1313;
            text-decoration: underline;
        }
    
    .klp_flats_list + .kompleks_list_loader {
        margin-top: -15px;
        position: relative;
        z-index: 50;
    }


.back_top_line {
    display: block;
    position: fixed;
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    background: #F9FAFA;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    opacity: 0;
    -webkit-transform: scale(0,1);
       -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
         -o-transform: scale(0,1);
            transform: scale(0,1);
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
         -o-transform-origin: left top;
            transform-origin: left top;
    z-index: 400;
}

    .back_top_line span {
        display: block;
        text-align: center;
        font-size: 7px;
        color: #91A2B1;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 7px;
        padding-top: 53px;
        position: absolute;
        bottom: 20px;
        width: 100%;
        left: 0;
        background: url("../img/fixed_back_str.png") no-repeat center 29px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .back_top_line:hover span {
            background-position: center 25px;
        }


    .back_top_line_act {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }

.dev_filtr_btn {
    display: none;
}

.filtr_dev_main {
    display: none;
}

.kls_flats_filtr_clode_mobile {
    display: none;
}

.klb_rating_mobile, .klb_price_mobile {
    display: none;
}

.klb_plan_end_price_btn {
    display: none;
}

.head_nav_inner_main {
    background: #F0F3F5;
    padding-left: 20px;
    padding-right: 20px;
}

    .head_nav_inner_main .wmain {
        /*overflow: hidden;*/
        height: 35px;
        padding-top: 12px;
        padding-bottom: 15px;
    }

    .head_nav_inner_main .compare_head {
        margin-top: -4px;
    }

    .hni_btn_back {
        float: left;
        text-decoration: none;
        border: 1px solid #dcdfe1;
        font-size: 11px;
        color: #282E34;
        font-weight: 300;
        line-height: 12px;
        padding-left: 35px;
        padding-right: 9px;
        padding-top: 11px;
        padding-bottom: 10px;
        background: url("../img/komplex_back_btn_list.png") no-repeat 9px center;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }

        .hni_btn_back:hover {
            background-position: 7px center;
        }

        .head_nav_inner_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }

            .head_nav_inner_list_main {
                float: left;
                margin-left: 29px;
            }

            .head_nav_inner_list li {
                display: block;
                float: left;
            }

                .head_nav_inner_list li a {
                    display: block;
                    text-decoration: none;
                    font-size: 14px;
                    color: #282E34;
                    height: 35px;
                    line-height: 35px;
                }

                .head_nav_inner_list li + li {
                    margin-left: 28px;
                }

                .head_nav_inner_list li a span {
                    display: inline-block;
                    padding-bottom: 1px;
                    line-height: 12px;
                    border-bottom: 1px dotted #b4b8bb;
                    -webkit-transition: 0.2s;
                       -moz-transition: 0.2s;
                        -ms-transition: 0.2s;
                         -o-transition: 0.2s;
                            transition: 0.2s;
                }

                    .head_nav_inner_list li a:hover span {
                        border-color: transparent;
                    }

    .hni_right {
        float: right;
    }

    .hni_phone {
        display: block;
        text-decoration: none;
        font-size: 22px;
        color: #282E34;
        font-weight: bold;
        line-height: 20px;
    }

    .hni_call {}

        .hni_call a {
            display: inline-block;
            text-decoration: none;
            font-size: 12px;
            line-height: 12px;
            color: #FD1313;
            margin-left: 0;
            border-bottom: 1px solid #f4afb1;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .hni_call a:hover {
                border-color: transparent;
            }

.komplex_head_info {
    margin-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
}

    .komplex_head_info .wmain {
        overflow: hidden;
        padding-bottom: 18px;
    }

.komplex_head_info_nav {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .komplex_head_info_nav li {
        display: block;
        float: left;
        font-size: 13px;
        color: #282E34;
        line-height: 20px;
        padding-left: 44px;
        min-height: 24px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .komplex_head_info_nav li span {
            color: #91A2B1;
        }

        .komplex_head_info_nav li a {
            display: inline-block;
            font-size: 13px;
            color: #282E34;
            text-decoration: none;
        }

            .komplex_head_info_nav li a:hover span {
                text-decoration: none !important;
            }

                .komplex_head_info_nav li a span {
                    display: inline-block;
                    line-height: 14px;
                    text-decoration: underline;
                    color: #282E34;
                    -webkit-transition: 0.2s;
                       -moz-transition: 0.2s;
                        -ms-transition: 0.2s;
                         -o-transition: 0.2s;
                            transition: 0.2s;
                }

    .klhn_ico_more {
        background: url("../img/komplex_head_ico_more.png") no-repeat left 4px;
        width: 200px;
    }

    .klhn_ico_area {
        background: url("../img/komplex_head_ico_area.png") no-repeat left 4px;
         width: 300px;
    }

    .klhn_ico_metro {
        background: url("../img/komplex_head_ico_metro.png") no-repeat left 6px;
         width: 300px;
    }

    .klhn_ico_bild {
        background: url("../img/komplex_head_ico_bild.png") no-repeat left 4px;
        width: 210px;
    }





.komplex_head_slider_main {
    position: relative;
    background: #373B3E;
    overflow: hidden;
    max-height: 450px;
}
    .khs_img {
        overflow: hidden;
        opacity: 0.07;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .khs_img img {
            display: block;
            width: 100%;
        }

        .slick-center .khs_img {
            opacity: 1;
            -webkit-transition: 1s;
               -moz-transition: 1s;
                -ms-transition: 1s;
                 -o-transition: 1s;
                    transition: 1s;
        }

.komplex_head_slider_th {
    position: absolute !important;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

    .khs_th {
        margin-left: 1px;
        margin-right: 2px;
        cursor: pointer;
        border: 2px solid transparent;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .khs_th:hover {
            opacity: 0.8;
        }

    .khs_th img {
        display: block;
        position: relative;
        width: auto;
        height: 55px;
    }

    .slick-center .khs_th {
        border: 2px solid #fd1313;
        opacity: 1;
    }


.komplex_head_slider_nav {
    position: absolute;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    top: 50%;
    margin-top: -21px;
    z-index: 200;
    height: 0;
}

.komplex_head_slider_prev, .komplex_head_slider_next {
    width: 32px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .komplex_head_slider_prev:hover, .komplex_head_slider_next:hover {
        opacity: 0.7;
    }

.komplex_head_slider_prev {
    float: left;
    background: url("../img/komplex_header_slider_prev.png") no-repeat left center;
}

.komplex_head_slider_next {
    float: right;
    background: url("../img/komplex_header_slider_next.png") no-repeat right center;
}

.komplex_description {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.komplex_description h2 {
    display: block;
    margin: 0;
    font-size: 36px;
    color: #282E34;
    font-weight: bold;
    line-height: 120%;
}

.komplex_description_price_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    padding-top: 26px;
    padding-bottom: 27px;
    margin-top: 21px;
}

    .komplex_description_price_list li {
        display: block;
        float: left;
        width: 16.66666666666666%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .komplex_description_price_list li a {
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
            font-size: 14px;
            color: #282E34;
            font-weight: bold;
            line-height: 14px;
            border-bottom: 1px dotted #bec0c2;
        }

            .komplex_description_price_list li a:hover {
                border-color: transparent;
            }

            .komplex_description_price_list li span {
                display: block;
                font-size: 14px;
                color: #282E34;
                line-height: 14px;
                margin-top: 7px;
            }

            .komplex_description_price_list li span i {
                font-style: normal;
                color: #91A2B1;
            }

.komplex_description_content {
    overflow: hidden;
    margin-top: 30px;
}

    .komplex_description_text {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .komplex_description_text p {
            display: block;
            margin: 0;
            font-size: 13px;
            color: #868C91;
            line-height: 20px;
        }

            .komplex_description_text p + p {
                margin-top: 20px;
            }

    .komplex_description_text .btn_slide_text {
        margin-top: 20px;
    }

    .komplex_description_char {
        float: right;
        background: #F0F3F5;
        padding: 35px 41px 38px 39px;
        width: 40.1%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: 6px;
    }

        .komplex_description_char h3 {
            display: block;
            margin: 0;
            font-size: 18px;
            color: #282E34;
            font-weight: bold;
            line-height: 100%;
        }

        .komplex_description_char_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            margin-top: 21px;
        }

            .komplex_description_char_list li {
                display: block;
                overflow: hidden;
                font-size: 14px;
                color: #91A2B1;
            }


            .komplex_description_char_list li span {
                float: left;
                width: 50%;
                padding-right: 4px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }

                .komplex_description_char_list li span + span {
                    padding-right: 0;
                    padding-left: 4px;
                    color: #282E34;
                }

    .komplex_description_char_list li + li {
        margin-top: 10px;
    }


.peoples_rating {
    margin-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 100;
}

    .peoples_rating h2 {
        display: block;
        margin: 0;
        font-size: 18px;
        color: #282E34;
        font-weight: bold;
        line-height: 100%;
    }

    .peoples_rating h2 span {
        display: inline-block;
        position: relative;
        border-bottom: 1px dotted #282e34;
    }

    .peoples_rating_content {
        background: #FAFBFB;
        padding-top: 22px;
        padding-bottom: 22px;
        margin-top: 26px;
        height: 37px;
    }

    .prc_all {
        float: left;
        width: 34.2%;
        padding-left: 26px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .prc_num {
            float: left;
            font-size: 36px;
            color: #50B848;
            font-weight: 300;
            line-height: 36px;
            width: 74px;
        }

        .prc_rating {
            float: left;
            padding-top: 3px;
        }

            .prc_rating span {
                display: block;
                font-size: 12px;
                color: #91A2B1;
                line-height: 12px;
            }

                .prc_good {
                    font-size: 18px;
                    color: #50B848;
                    font-weight: bold;
                    line-height: 18px;
                    margin-top: 2px;
                }

                .prc_rating a {
                    display: inline-block;
                    vertical-align: top;
                    text-decoration: none;
                    font-size: 12px;
                    color: #282E34;
                    line-height: 12px;
                    border-bottom: 1px solid #bbbdbf;
                    margin-top: 9px;
                    -webkit-transition: 0.2s;
                       -moz-transition: 0.2s;
                        -ms-transition: 0.2s;
                         -o-transition: 0.2s;
                            transition: 0.2s;
                }

                    .prc_rating a:hover {
                        border-color: transparent;
                    }

    .prc_otz {
        float: left;
        margin-left: 30px;
    }

        .prc_all_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
        }

            .prc_all_list li {
                float: left;
                width: 18px;
                height: 16px;
                background: url("../img/komplex_raiting_big.png") no-repeat right top;
            }

                .prc_all_list li.select {
                    background-position: left top;
                    position: relative;
                }

                    .prc_all_list li.select:before {
                        content: "";
                        display: block;
                        position: absolute;
                        width: 0;
                        height: 100%;
                        left: 0;
                        top: 0;
                        background: url("../img/komplex_raiting_big.png") no-repeat left top;
                    }

                    .prc_all_list li.select_1, .prc_all_list li.select_2, .prc_all_list li.select_3, .prc_all_list li.select_4, .prc_all_list li.select_5, .prc_all_list li.select_6, .prc_all_list li.select_7, .prc_all_list li.select_8, .prc_all_list li.select_9 {
                        background-position: right top !important;
                    }

                        .prc_all_list li.select_1:before {
                            width: 10%;
                        }
                        .prc_all_list li.select_2:before {
                            width: 20%;
                        }
                        .prc_all_list li.select_3:before {
                            width: 30%;
                        }
                        .prc_all_list li.select_4:before {
                            width: 40%;
                        }
                        .prc_all_list li.select_5:before {
                            width: 50%;
                        }
                        .prc_all_list li.select_6:before {
                            width: 60%;
                        }
                        .prc_all_list li.select_7:before {
                            width: 70%;
                        }
                        .prc_all_list li.select_8:before {
                            width: 80%;
                        }
                        .prc_all_list li.select_9:before {
                            width: 90%;
                        }

                .prc_all_list li + li {
                    margin-left: 2px;
                }

    .prc_otz a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        font-size: 12px;
        color: #282E34;
        line-height: 12px;
        border-bottom: 1px solid #bbbdbf;
        margin-top: 8px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .prc_otz a:hover {
            border-color: transparent;
        }

.prc_other {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 37px;
    width: 65.6%;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .prc_other > li {
        display: block;
        float: left;
        width: 33.333333333333336%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .prc_other_location {
        padding-left: 33px;
        background: url("../img/komplex_raiting_ico_place.png") no-repeat left 3px;
    }

    .prc_other_komplex {
        padding-left: 43px;
        background: url("../img/komplex_raiting_ico_jk.png") no-repeat left top;
    }

    .prc_other_security {
        padding-left: 45px;
        background: url("../img/komplex_raiting_ico_security.png") no-repeat left 3px;
    }

    .prc_other_head {
        overflow: hidden;
    }

        .prc_other_num {
            float: left;
            font-size: 12px;
            line-height: 12px;
            color: #282E34;
            font-weight: bold;
            width: 36px;
            padding-top: 3px;
        }

        .prc_other_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            float: left;
            padding-top: 1px;
        }

            .prc_other_list li {
                display: block;
                float: left;
                width: 13px;
                height: 12px;
                background: url("../img/komplex_raiting_small.png") no-repeat right top;
            }

                .prc_other_list li + li {
                    margin-left: 2px;
                }

                .prc_other_list li.select {
                    background-position: left top;
                    position: relative;
                }

                .prc_other_list li.select:before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 100%;
                    left: 0;
                    top: 0;
                    background: url("../img/komplex_raiting_small.png") no-repeat left top;
                }

            .prc_other_list li.select_1, .prc_other_list li.select_2, .prc_other_list li.select_3, .prc_other_list li.select_4, .prc_other_list li.select_5, .prc_other_list li.select_6, .prc_other_list li.select_7, .prc_other_list li.select_8, .prc_other_list li.select_9 {
                background-position: right top !important;
            }

                .prc_other_list li.select_1:before {
                    width: 10%;
                }
                .prc_other_list li.select_2:before {
                    width: 20%;
                }
                .prc_other_list li.select_3:before {
                    width: 30%;
                }
                .prc_other_list li.select_4:before {
                    width: 40%;
                }
                .prc_other_list li.select_5:before {
                    width: 50%;
                }
                .prc_other_list li.select_6:before {
                    width: 60%;
                }
                .prc_other_list li.select_7:before {
                    width: 70%;
                }
                .prc_other_list li.select_8:before {
                    width: 80%;
                }
                .prc_other_list li.select_9:before {
                    width: 90%;
                }

    .prc_other_name {
        font-size: 12px;
        color: #91A2B1;
        line-height: 12px;
        margin-top: 10px;
    }

    .prc_other_name > span {
        position: relative;
        cursor: help;
        border-bottom: 1px dotted #91a2b1;
        color: #91A2B1;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .prc_other_name > span:hover {
            border-color: transparent;
            color: #282E34;
        }

    .hover_plashka_tooltype {
        position: absolute;
        width: 262px;
        border: 1px solid #e9eaea;
        padding-left: 19px;
        padding-right: 10px;
        top: 26px;
        left: 50%;
        margin-left: -131px;
        background: #FFF;
        text-align: left;
        padding-top: 14px;
        padding-bottom: 15px;
        -webkit-border-top-right-radius: 3px;
                border-top-right-radius: 3px;
        -webkit-box-shadow: 0px -12px 30px rgba(0,0,0,0.1);
                box-shadow: 0px -12px 30px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.2s linear;
           -moz-transition: 0.2s linear;
            -ms-transition: 0.2s linear;
             -o-transition: 0.2s linear;
                transition: 0.2s linear;
        visibility: hidden;
        opacity: 0;
    }

        .prc_other_name > span:hover .hover_plashka_tooltype {
            visibility: visible;
            opacity: 1;
            top: 34px;
            -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
                    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
            -webkit-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
               -moz-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
                -ms-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
                 -o-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
                    transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
        }

        .hover_plashka_tooltype:after {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            left: 0;
            top: -40px;
            height: 40px;
        }

        .hover_plashka_tooltype:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 15px;
            background: url("../img/tooltype_str.png") no-repeat left top;
            left: 50%;
            top: -15px;
        }


    .hpt_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 7px;
    }

        .hpt_list li {
            font-size: 12px;
            color: #91A2B1;
            line-height: 12px;
            display: block !important;
            float: none !important;
            width: auto !important;
            position: relative;
            padding-right: 25px;
            top: 10px;
            opacity: 0;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .hpt_list li + li {
                margin-top: 3px;
            }

            .hpt_list li span {
                display: block;
                position: absolute;
                width: 22px;
                right: 0;
                bottom: 0;
            }
    

    .prc_other_name > span:hover .hpt_list li, .col_autor_rating:hover .hpt_list li {
            opacity: 1;
            top: 0;
            -webkit-transition-delay: 0.2s;
               -moz-transition-delay: 0.2s;
                -ms-transition-delay: 0.2s;
                 -o-transition-delay: 0.2s;
                    transition-delay: 0.2s;
        }

            .prc_other_name > span:hover .hpt_list li + li, .col_autor_rating:hover .hpt_list li + li {
                -webkit-transition-delay: 0.25s;
                   -moz-transition-delay: 0.25s;
                    -ms-transition-delay: 0.25s;
                     -o-transition-delay: 0.25s;
                        transition-delay: 0.25s;
            }

            .prc_other_name > span:hover .hpt_list li + li + li, .col_autor_rating:hover .hpt_list li + li + li {
                -webkit-transition-delay: 0.3s;
                   -moz-transition-delay: 0.3s;
                    -ms-transition-delay: 0.3s;
                     -o-transition-delay: 0.3s;
                        transition-delay: 0.3s;
            }

            .prc_other_name > span:hover .hpt_list li + li + li + li, .col_autor_rating:hover .hpt_list li + li + li + li {
                -webkit-transition-delay: 0.35s;
                   -moz-transition-delay: 0.35s;
                    -ms-transition-delay: 0.35s;
                     -o-transition-delay: 0.35s;
                        transition-delay: 0.35s;
            }

            .prc_other_name > span:hover .hpt_list li + li + li + li + li, .col_autor_rating:hover .hpt_list li + li + li + li + li {
                -webkit-transition-delay: 0.4s;
                   -moz-transition-delay: 0.4s;
                    -ms-transition-delay: 0.4s;
                     -o-transition-delay: 0.4s;
                        transition-delay: 0.4s;
            }

    .hpt_title {
        font-size: 12px;
        color: #000;
        font-weight: bold;
        opacity: 0;
        position: relative;
        top: 20px;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }

    .prc_other_name > span:hover .hpt_title, .col_autor_rating:hover .hpt_title  {
        opacity: 1;
        top: 0;
    }


.komplex_video {
    margin-top: 34px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 50;
}

    .komplex_video h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: 300;
        line-height: 100%;
    }

    .komplex_video_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 24px;
    }

        .komplex_video_list li {
            display: block;
            float: left;
            width: 50%;
            padding-right: 15px;
            margin-bottom: 20px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .komplex_video_list li:nth-child(2n) {
                padding-right: 0;
                padding-left: 15px;
            }
    
    .klv_inner {
        overflow: hidden;
    }

        .klv_inner img {
            display: block;
            width: 100%;
        }

.komplex_video .btn_slide_text {
    margin-top: 10px;
}

.komplex_action {
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

    .komplex_action h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: bold;
        line-height: 100%;
    }

    .komplex_action_content {
        padding: 27px 94px 27px 65px;
        position: relative;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 300px;
        border: 5px solid #fd1313;
        margin-top: 24px;
        position: relative;
    }

    .komplex_action_block {
        position: relative;
        min-height: 244px;
    }

    .komplex_action_img_slider {
        position: absolute !important;
        width: 435px;
        top: 4px;
        right: -330px;
        background: #FFF;
    }

    .kais_block {
        position: relative;
        padding-left: 5px;
    }

        .kais_block img {
            display: block;
            width: 100%;
        }

        .kais_block .klb_action {
            left: 0;
            top: 10px;
        }


    .komplex_action_slider {
        max-width: 500px;
    }

    .kas_inner {}
    
    .kas_name {
        display: block;
        font-size: 18px;
        color: #282E34;
        line-height: 26px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    	.kas_name:hover {
    		color: #FD1313;
    		text-decoration: underline;
    	}

    .kas_inner p {
        display: block;
        margin: 0;
        font-size: 13px;
        color: #868C91;
        line-height: 20px;
        margin-top: 16px;
    }

        .kas_inner p + p {
            margin-top: 8px;
        }

    .kas_data {
        font-size: 12px;
        color: #282E34;
        font-weight: bold;
        line-height: 14px;
        margin-top: 14px;
    }

    .kas_nav {
        overflow: hidden;
        width: 100px;
        margin-top: 37px;
    }

    .kas_prev, .kas_next {
        width: 30px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .kas_prev:hover, .kas_next:hover {
            opacity: 0.4;
        }

    .kas_prev {
        float: left;
        background: url("../img/komplex_spec_slide_prev.png") no-repeat left center;
    }

    .kas_next {
        float: right;
        background: url("../img/komplex_spec_slide_next.png") no-repeat right center;
    }
    
    .komplex_action_form {
        border-top: 1px solid #eaedf0;
        margin-top: 41px;
    }

        .komplex_action_form form {
            display: block;
            overflow: hidden;
        }

        .kaf_name {
            float: left;
            font-size: 18px;
            color: #282E34;
            font-weight: bold;
            line-height: 20px;
            padding-top: 34px;
        }

        .kaf_inner {
            overflow: hidden;
            float: right;
            margin-top: 34px;
        }

            .kaf_inner .in_style {
                display: block;
                float: left;
                width: 170px;
            }

            .kaf_inner .btn_main {
                float: right;
                width: 170px;
                margin-left: 30px;
            }

        .in_style {
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0;
            font-size: 14px;
            color: #282E34;
            font-style: normal;
            font-weight: normal;
            outline-style: none;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            height: 42px;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            padding-left: 15px;
            padding-right: 15px;
            border: 1px solid #b9c4cd;
            font-family: 'Roboto', sans-serif;
        }

        textarea.in_style {
            padding-top: 7px;
        }

.komplex_flat {
    margin-top: 50px;
    padding-top: 102px;
    background: url("../img/komplex_flat_text_bg.png") no-repeat center top;
}

    .komplex_flat .wmain {
        padding-left: 20px;
        padding-right: 20px;
    }

.komplex_flat h2 {
    display: block;
    margin: 0;
    font-size: 36px;
    color: #282E34;
    font-weight: bold;
    line-height: 48px;
}

.komplex_flat_nav {
    margin-top: 24px;
    height: 74px;
}

.kfn_block {
    float: left;
}

    .kfn_block + .kfn_block {
        margin-left: 30px;
    }

    .kfn_block .nav_flat_list {
        display: block;
    }

    .kfn_room {
        width: 370px;
    }

    .kfn_area {
        width: 170px;
    }

    .kfn_name {
        font-size: 14px;
        color: #282E34;
        line-height: 14px;
    }

    .kfn_room .nav_flat_list li a {
        width: 128px;
    }

        .kfn_room .nav_flat_list li + li a {
            width: 47px;
        }

        .kfn_room .nav_flat_list {
            margin-top: 12px;
            display: inline-block;
        }

    .kfn_block .in_style {
        display: block;
        width: 100%;
        margin-top: 12px;
        height: 47px;
    }


.kfn_block .select_style {
    margin-top: 12px;
}

.komplex_sotr {
    margin-top: 18px;
}

.komplex_flat .klp_flats_list {
    overflow: hidden;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.komplex_flat .klp_flats_list li {
    float: left;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.komplex_flat_btn_all {
    text-align: center;
    margin-top: -10px;
}

    .komplex_flat_btn_all .btn_main {
        padding-left: 39px;
        padding-right: 39px;
        padding-top: 18px;
        padding-bottom: 19px;
    }


.form_zahvat {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

    .form_zahvat_inner {
        border: 5px solid #fd1313;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
        padding: 31px 65px 55px 65px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .form_zahvat_inner h3 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: 300;
        line-height: 48px;
        padding-right: 210px;
    }

        .fz_send_info {
            font-size: 14px;
            color: #282E34;
            font-weight: bold;
            line-height: 20px;
            padding-left: 100px;
            width: 265px;
            right: 0;
            top: 40px;
            position: absolute;
            background: url("../img/komplex_zahvat_send_ico.png") no-repeat left top;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
            padding-top: 2px;
        }


    .fz_nav {
        overflow: hidden;
        margin-top: 30px;
    }

        .fz_nav .if_block_slide {
            float: left;
            width: 200px;
        }


    .if_block_slide_two_input {
        overflow: hidden;
    }

        .if_block_slide_two_input input {
            float: left;
            width: 50%;
        }

            .if_block_slide_two_input input {
                border-right: none;
                -webkit-border-top-right-radius: 0;
                        border-top-right-radius: 0;
                -webkit-border-bottom-right-radius: 0;
                        border-bottom-right-radius: 0;
            }

                .if_block_slide_two_input input + input {
                    -webkit-border-radius: 2px;
                            border-radius: 2px;
                    border-right: 1px solid #a7b5c1;
                    -webkit-border-top-left-radius: 0;
                            border-top-left-radius: 0;
                    -webkit-border-bottom-left-radius: 0;
                            border-bottom-left-radius: 0;
                }

    .fz_nav .kfn_room {
        float: left;
        margin-left: 30px;
    }

    .fs_spec {
        display: block;
        float: left;
        font-size: 14px;
        color: #282E34;
        position: relative;
        padding-left: 24px;
        margin-left: 30px;
        margin-top: 41px;
        line-height: 16px;
        cursor: pointer;
    }

        .fs_spec .jq-checkbox {
            position: absolute !important;
            left: 0;
            top: 0;
        }

        .fs_spec b {
            font-weight: bold;
            text-transform: uppercase;
        }

.fz_contact {
    margin-top: 34px;
}

    .fz_cont_title {
        font-size: 18px;
        color: #282E34;
        font-weight: bold;
        line-height: 20px;
    }

    .fzc_input {
        overflow: hidden;
        margin-top: 16px;
    }

        .fzc_input_block {
            float: left;
            width: 22.5%;
            padding-right: 30px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .fzc_input_block .in_style {
                display: block;
                width: 100%;
                height: 52px;
            }

            .fzc_input_block:last-child {
                width: 32.4%;
                padding-right: 0;
            }

                .fzc_input_block .btn_main {
                    display: block;
                    width: 100%;
                    padding-left: 10px;
                    padding-right: 10px;
                    padding-top: 19px;
                    padding-bottom: 17px;
                }


.komplex_infra {
    margin-top: 34px;
}

    .komplex_infra .wmain {
        padding-left: 20px;
        padding-right: 20px;
    }

    .komplex_infra h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: bold;
        line-height: 48px;
    }

.komplex_infra_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 28px;
    padding-bottom: 10px;
}

    .komplex_infra_nav li {
        display: block;
        float: left;
        cursor: pointer;
        margin-right: 40px;
        font-size: 14px;
        color: #282E34;
        line-height: 14px;
        position: relative;
        overflow: hidden;
        margin-bottom: 5px;
    }

        .kin_ico {
            display: table;
            margin-right: 10px;
            height: 27px;
            float: left;
        }

            .kin_ico i {
                display: table-cell;
                width: 100%;
                vertical-align: middle;
            }

            .kin_ico img {
                display: inline-block;
            }

    .komplex_infra_nav li span {
        display: inline-block;
        float: left;
        margin-top: 5px;
        border-bottom: 1px dotted #bec0c2;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .komplex_infra_nav li:hover span, .komplex_infra_nav li.select span {
            border-bottom: 1px solid #feb8b8;
        }

.komplex_map {
    height: 385px;
}

.komplex_ipoteka {
    background: url("../img/komplex_ipoteka_text_bg.png") no-repeat center top;
    margin-top: 50px;
    padding-top: 125px;
    padding-left: 20px;
    padding-right: 20px;
}

.komplex_ipoteka_form {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1170px;
    padding: 35px 0px 38px 65px;
    margin: 0 auto;
    border: 5px solid #fd1313;
    overflow: hidden;
}

.kif_title {
    font-size: 36px;
    color: #282E34;
    font-weight: bold;
    line-height: 40px;
}

.kif_block {
    overflow: hidden;
    margin-top: 38px;
}

    .kif_block .if_block_slide {
        float: left;
    }

        .kif_block .if_block_slide input {
            padding-left: 25px;
            text-align: left;
            padding-right: 20px;
        }

        .kif_block .if_block_slide + .if_block_slide {
            margin-left: 30px;
        }


    .komplex_ipoteka_form_coast, .komplex_ipoteka_form_kredit {
        width: 200px;
    }

    .kif_block .kfn_block {
        float: left;
        margin-left: 30px;
    }

    .kif_block .nav_flat_list li a {
        width: 52px !important;
    }

    .komplex_ipoteka_form_vznos {
        width: 170px;
    }

    .kif_result {
        overflow: hidden;
        margin-top: 45px;
    }

    .kif_result_num {
        float: left;
        width: 430px;
    }

    .kif_result_title {
        font-size: 18px;
        color: #282E34;
        font-weight: bold;
        line-height: 100%;
    }

    .kif_result_cena {
        font-size: 36px;
        color: #FD1313;
        font-weight: 300;
        line-height: 100%;
        margin-top: 10px;
    }

    .kif_result_kredit {
        font-size: 16px;
        color: #282E34;
        font-weight: 300;
        line-height: 22px;
        margin-top: 7px;
    }

        .kif_result_kredit span {
            display: block;
            font-weight: bold;
        }


    .kif_result_form {
        float: left;
    }

    .kif_result_form_inner {
        overflow: hidden;
        margin-top: 15px;
    }

        .kif_result_form_inner .in_style {
            display: block;
            float: left;
            width: 270px;
            padding-left: 24px;
            height: 52px;
        }

        .kif_result_form_inner .btn_main {
            float: left;
            width: 300px;
            margin-left: 30px;
            padding-top: 16px;
            padding-bottom: 15px;
            font-size: 15px;
        }

.komplex_step {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

    .komplex_step h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: bold;
        line-height: 100%;
    }

    .komplex_step_head {
        height: 47px;
        margin-top: 24px;
    }

    .komplex_step_head .komplex_step_select_liter {
        float: left;
        width: 170px;
    }

    .komplex_step_year {
        float: left;
        margin-left: 30px;
        margin-top: 0;
        display: block;
    }

        .komplex_step_year li a {
            width: 84px !important;
        }

    .komplex_step_month_main {
    	float: left;
    	margin-left: 29px;
    }

    .komplex_step_month {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        padding-top: 15px;
    }

        .komplex_step_month li {
            display: block;
            float: left;
            margin-right: 19px;
            font-size: 14px;
            line-height: 14px;
            color: #282E34;
            cursor: pointer;
        }

            .komplex_step_month li span {
                display: inline-block;
                border-bottom: 1px dotted #bec0c2;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

                .komplex_step_month li:hover span {
                    border-color: transparent;
                }

                .komplex_step_month li.act span {
                    border-color: transparent;
                    color: #FD1313;
                }
    
    .komplex_step_slider {
        margin-top: 20px;
    }

        .komplex_step_slider .slick-prev, .komplex_step_slider .slick-next,
        .komplex_otdelka_slider .slick-prev, .komplex_otdelka_slider .slick-next
         {
            width: 26px;
            height: 54px;
            margin-top: -27px;
            background: url("../img/hod_slider_str.png") no-repeat;
            -webkit-transition: 0;
               -moz-transition: 0;
                -ms-transition: 0;
                 -o-transition: 0;
                    transition: 0;
        }

            .komplex_step_slider .slick-prev:hover, .komplex_otdelka_slider .slick-prev:hover {
                background-position: left bottom;
            }

            .komplex_step_slider .slick-next:hover, .komplex_otdelka_slider .slick-next:hover {
                background-position: right bottom;
            }

        .komplex_step_slider .slick-next, .komplex_otdelka_slider .slick-next {
            background-position: right top;
            width: 27px;
        }


    .kss_block {
        margin-right: 1px;
    }

    .kss_block img {
        display: block;
        width: 100%;
    }


.share {
    margin-top: 39px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    
    padding-bottom: 25px;
}

    .share h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: 300;
        line-height: 100%;
    }

    .share_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 24px;
    }

        .share_list li {
            display: block;
            float: left;
            margin-bottom: 10px;
            margin-right: 30px;
        }

        .share_list li a {
            display: block;
            text-decoration: none;
            height: 48px;
            line-height: 48px;
            padding-left: 48px;
        }

            .share_list li a span {
                display: block;
                height: 48px;
                width: 122px;
                font-size: 12px;
                color: #FFF;
                font-weight: bold;
                padding-left: 15px;
                -webkit-border-top-right-radius: 4px;
                        border-top-right-radius: 4px;
                -webkit-border-bottom-right-radius: 4px;
                        border-bottom-right-radius: 4px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

        .sl_ico1 {background: url("../img/share_ico.png") no-repeat left top;}
        .sl_ico2 {background: url("../img/share_ico.png") no-repeat left -48px;}
        .sl_ico3 {background: url("../img/share_ico.png") no-repeat left -96px;}
        .sl_ico4 {background: url("../img/share_ico.png") no-repeat left -144px;}
        .sl_ico5 {background: url("../img/share_ico.png") no-repeat left -192px;}
        .sl_ico1 span {background: #506F91;}
        .sl_ico2 span {background: #385695;}
        .sl_ico3 span {background: #2c9bcf;}
        .sl_ico4 span {background: #dd6b10;}
        .sl_ico5 span {background: #ce361c;}
        .share_list li .sl_ico1:hover span {background: #54769B; padding-left: 10px;}
        .share_list li .sl_ico2:hover span {background: #3a5ba0; padding-left: 10px;}
        .share_list li .sl_ico3:hover span {background: #2ca7e0; padding-left: 10px;}
        .share_list li .sl_ico4:hover span {background: #f2720c; padding-left: 10px;}
        .share_list li .sl_ico5:hover span {background: #e13719; padding-left: 10px;}


.coplex_otz {
    padding-left: 20px;
    padding-right: 20px;
}

.coplex_otz h2 {
    display: block;
    margin: 0;
    font-size: 36px;
    color: #282E34;
    font-weight: bold;
    line-height: 100%;
}

    .coplex_otz h2 span {
        color: #B4C2CE;
        display: inline-block;
        margin-left: 22px;
    }


.coplex_otz_inner {
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
    border-bottom: 1px solid #eaedf0;
    border-top: 1px solid #eaedf0;
    padding-top: 39px;
    padding-bottom: 32px;
}

    .coplex_otz_content {
        float: left;
        width: 670px;
    }

    .coplex_otz_sidebar {
        float: right;
        width: 370px;
    }

        .coplex_otz_sidebar h3 {
            display: block;
            margin: 0;
            font-size: 36px;
            color: #282E34;
            font-weight: 300;
        }

        .coplex_otz_sidebar_block {
            border: 1px solid #e9eaea;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            margin-top: 34px;
            padding: 18px 30px 28px 30px;
        }

            .coplex_otz_sidebar_block + .coplex_otz_sidebar_block {
                margin-top: -1px;
            }

        .soc_inner_title {
            font-size: 18px;
            color: #282E34;
            font-weight: bold;
            line-height: 100%;
        }


.coplex_otz_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 34px;
}

    .coplex_otz_list > li {
        display: block;
    }

        .coplex_otz_list > li + li {
            margin-top: 23px;
        }


    .col_autor {
        /*overflow: hidden;*/
        height: 56px;
    }

    	.col_autor_content {
    		float: left;
    		margin-left: 26px;
            
            margin-left: 72px;
            float: none;
            height: 46px;
    	}

        .col_autor_img {
            float: left;
            width: 46px;
            height: 46px;
            text-align: center;
            line-height: 46px;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
            font-size: 18px;
            color: #FFF;
            position: relative;
        }

            .col_autor_jk:before {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 21px;
                background: url("../img/otz_ava_autor_ico.png") no-repeat left top;
                right: -3px;
                bottom: -2px;
            }

        .col_autor_img img {
            display: block;
            width: 100%;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
        }

        .col_autor_name {
            font-size: 18px;
            float: left;
            color: #282E34;
            line-height: 18px;
            margin-top: 12px;
        }

        .col_autor_data {
            float: left;
            font-size: 12px;
            color: #91A2B1;
            line-height: 14px;
            margin-left: 59px;
            margin-top: 15px;
        }

            .col_autor_data span {
                display: inline-block;
                margin-left: 12px;
            }


        .col_text {
            font-size: 13px;
            color: #868C91;
            line-height: 20px;
        }

            .col_text p {
                display: block;
                margin: 0;
                margin-top: 18px;
            }

                .col_text p + p {
                    margin-top: 15px;
                }

    .col_autor_color_1 {background: #91A2B1;}
    .col_autor_color_2 {background: #282e34;}
    .col_autor_color_3 {background: #fdb913;}
    .col_autor_color_4 {background: #FD1313;}

    .col_autor_rating {
        float: left;
        margin-left: 30px;
        margin-top: 15px;
        position: relative;
        height: 13px;
    }

        .col_autor_rating + .col_autor_data {
            margin-left: 88px;
        }

        .col_autor_rating_num {
            float: left;
            font-size: 12px;
            line-height: 14px;
            color: #282E34;
            font-weight: bold;
        }

        .col_autor_rating_list {
            overflow: hidden;
            margin: 0;
            padding: 0;
            list-style: none;
            float: left;
            margin-left: 21px;
        }

            .col_autor_rating_list li {
                display: block;
                float: left;
                width: 13px;
                height: 12px;
                background: url("../img/komplex_raiting_small.png") no-repeat right top;
            }

                .col_autor_rating_list li.select {
                    background-position: left top;
                }

                .col_autor_rating_list li + li {
                    margin-left: 2px;
                }

    .soc_inner_form {
        margin-top: 17px;
    }

        .soc_inner_form .in_style {
            display: block;
            width: 100%;
            color: #8B8D90;
            height: 32px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .soc_inner_form .in_style + .in_style {
                margin-top: 10px;
            }

    .soc_inner_form textarea.in_style {
        height: 152px;
        max-width: 308px;
    }

    .soc_inner_rating {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 20px;
    }

        .soc_inner_rating > li {
            display: block;
        }

            .soc_inner_rating > li + li {
                margin-top: 14px;
            }

            .soc_inner_rating_name {
                font-size: 14px;
                color: #282E34;
                overflow: hidden;
            }

                .soc_inner_rating_name span {
                    display: block;
                    float: left;
                    width: 220px;
                }

                    .soc_inner_rating_name span + span {
                        float: right;
                        width: 70px;
                        color: #B4C2CE;
                    }

        .soc_inner_rating_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            margin-top: 5px;
        }

            .soc_inner_rating_list li {
                display: block;
                float: left;
                width: 13px;
                height: 12px;
                cursor: pointer;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
                background: url("../img/komplex_raiting_small.png") no-repeat right top;
            }

                .soc_inner_rating_list li + li {
                    margin-left: 2px;
                }

                .soc_inner_rating_list li.select {
                    background-position: left top;
                }

        .soc_inner_kaptcha {
            margin-top: 13px;
        }

.coplex_otz_btn_send {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.komplex_similar {
    margin-top: 20px;
}

    .komplex_similar h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: 300;
        line-height: 100%;
    }

    .komplex_similar_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 25px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .komplex_similar_list li {
            display: block;
            float: left;
            width: 25%;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: 30px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }


    .komplex_similar .wmain {
        padding-left: 20px;
        padding-right: 20px;
    }

    .komplex_similar_block {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        min-height: 290px;
        min-height: 318px;
        border: 1px solid #e9eaea;
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }

    .komplex_similar_img {
        display: block;
        overflow: hidden;
    }

        .komplex_similar_img img {
            display: block;
            width: 100%;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .komplex_similar_img:hover img {
                -webkit-transform: scale(1.02);
                   -moz-transform: scale(1.02);
                    -ms-transform: scale(1.02);
                     -o-transform: scale(1.02);
                        transform: scale(1.02);
            }


    .komplex_similar_name {
        display: block;
        font-size: 18px;
        color: #282E34;
        line-height: 22px;
        margin-left: 28px;
        padding-right: 10px;
        margin-top: 24px;
        height: 48px;
        overflow: hidden;
    }

    .komplex_similar_area {
        font-size: 12px;
        line-height: 14px;
        color: #91A2B1;
        margin-left: 28px;
        margin-right: 10px;
        padding-left: 22px;
        margin-top: 7px;
        background: url("../img/similar_area_ico.png") no-repeat left 2px;
        
        overflow: hidden;
        height: 28px;
        margin-top: 3px;
    }

    .komplex_similar_cena {
        font-size: 12px;
        color: #282E34;
        line-height: 14px;
        margin-top: 12px;
        margin-left: 28px;
        margin-right: 10px;
        
        margin-top: 6px;
    }


.komplex_similar .btn_slide_text {
    margin-top: 0;
}

.komplex_flat .klp_flats_info {
    height: 62px;
}

.coplex_otz_full .coplex_otz_content {
    float: none;
    width: auto;
}

.coplex_otz_full .coplex_otz_sidebar {
    float: none;
    width: auto;
}

.coplex_otz_full .soc_inner_form {
    overflow: hidden;
}

    .coplex_otz_full .soc_inner_form span {
        display: block;
        float: left;
        width: 50%;
        padding-right: 35px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .coplex_otz_full .soc_inner_form span + span {
            padding-left: 35px;
            padding-right: 0;
        }


    .soc_inner_form_input {
        overflow: hidden;
    }


    .coplex_otz_full .coplex_otz_sidebar_block {
        margin-top: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 18px;
        padding-bottom: 29px;
        margin-top: 35px;
    }

        .coplex_otz_full .coplex_otz_sidebar_block + .coplex_otz_sidebar_block {
            margin-top: 0;
        }

            .coplex_otz_full .soc_inner_form textarea {
                display: block;
                width: 100%;
                max-width: 100%;
                margin-top: 30px;
                clear: both;
                height: 172px;
            }

    .coplex_otz_sidebar_block_two {
        overflow: hidden;
        margin-top: -1px;
    }

        .coplex_otz_sidebar_block_two .soc_inner_rating_list {
            margin-top: 8px;
        }

        .coplex_otz_sidebar_block_two .coplex_otz_sidebar_block {
            float: left;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
                width: 50%;
                margin-top: 0;
            height: 177px;
            padding-left: 28px;
            padding-right: 12px;
        }

        .coplex_otz_sidebar_block_two .soc_inner_rating_list li + li {
            margin-left: 6px;
        }

        .coplex_otz_sidebar_block_two .soc_inner_rating_name span + span {
            width: 44px;
            font-size: 12px;
            margin-top: 3px;
        }

            .coplex_otz_sidebar_block_two .coplex_otz_sidebar_block + .coplex_otz_sidebar_block {
                border-left: none;
                -webkit-border-top-left-radius: 0;
                        border-top-left-radius: 0;
                -webkit-border-bottom-left-radius: 0;
                        border-bottom-left-radius: 0;
            }

    .soc_inner_rating_two {
        overflow: hidden;
    }

        .soc_inner_rating_two .soc_inner_rating {
            float: left;
            width: 50%;
            overflow: hidden;
        }

        .soc_inner_rating_two .soc_inner_rating > li + li {
            margin-top: 25px;
        }

        .coplex_otz_sidebar_block_two .soc_inner_kaptcha {
            margin-top: 27px;
        }

        .coplex_otz_full .coplex_otz_btn_send{
            max-width: 370px;
            margin: 0 auto;
            margin-top: 20px;
        }


.hl_btn_back {
    display: none;
}

.head_nav_inner_list {
    /*width: 520px;*/
}

.head_nav_inner_list_main {
    overflow: hidden;
    /*width: 100%;*/
}

.head_nav_inner_list_main .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}

    .head_nav_inner_list_main .mCSB_draggerContainer {
        opacity: 0 !important;
    }


.komplex_flat_filtr_btn {
    display: none;
}

.komplex_flat_filtr_mobile {
    position: relative;
}

    .komplex_filtr_close_mobile {
        display: none;
    }


.komplex_infra_nav_main {
    width: 100%;
}

.komplex_infra_nav_main .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0 !important;
}

.komplex_infra_nav_main .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0 !important;
}

.komplex_step_month_main .mCSB_draggerContainer {
	opacity: 0 !important;
}

.btn_add_otz {
	display: none;
}

.komplex_step_month_main .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 0 !important;
}

	.popup_otz_mobile_close {
       font-size: 14px;
       color: #000;
       line-height: 16px;
       margin-bottom: 10px;
       text-align: right;
       cursor: pointer;
       display: none;
   }

   .popup_otz_mobile_close span {
       display: inline-block;
       padding-left: 20px;
       padding-bottom: 1px;
       background: url("../img/closeform.png") no-repeat left center;
       -webkit-background-size: 12px;
       -o-background-size: 12px;
       background-size: 12px;
   }

.pu_call {
    max-width: 568px;
    padding: 38px 69px 69px 69px;
}

.in_2 {
    height: 52px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .in_2 span {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .in_2 .jq-selectbox__select-text {
        height: 50px;
        line-height: 50px;
    }

        .in_2 .jq-selectbox__trigger {
            top: 22px;
        }

    .in_2 input {
        height: 52px;
        border: 1px solid #a7b5c1;
        width: 100%;
    }

    .in_2 span + span .jq-selectbox__select {
        border-left: none;
        -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
    }

        .in_2_btn > span input {
            border-right: none;
            -webkit-border-bottom-left-radius: 2px;
                    border-bottom-left-radius: 2px;
                -webkit-border-top-left-radius: 2px;
                        border-top-left-radius: 2px;
        }

    
    .in_2 + .in_2 {
        margin-top: 20px;
    }

    .in_2_btn .btn_main {
        height: 52px;
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
    }


.container_builder + .nav_footer {
    margin-top: 31px;
}

.builder_content {
    margin-top: 46px;
}

.builder_content_title {
    font-size: 36px;
    color: #282E34;
    font-weight: bold;
}

.builder_content_info {
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    overflow: hidden;
    margin-top: 21px;
}

    .bc_logo {
        display: table;
        float: left;
        height: 93px;
        width: 25%;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .bc_logo span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

        .bc_logo img {
            display: inline-block;
            max-width: 100%;
            max-height: 88px;
        }


    .bc_right {
        float: right;
        width: 74.2%;
        overflow: hidden;
    }

    .bc_сommissioned, .bc_building, .bc_info {
        display: table;
        height: 93px;
        display: table;
        float: left;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .bc_сommissioned span, .bc_building span, .bc_info span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

    
    .bc_сommissioned, .bc_building {
        font-size: 13px;
        color: #282E34;
        line-height: 20px;
        width: 15.8%;
    }

    .bc_сommissioned i, .bc_building i {
        font-style: normal;
        padding-left: 29px;
        display: inline-block;
    }

    .bc_сommissioned i {
        background: url("../img/builder_create_ico.png") no-repeat left top;
    }

    .bc_building i {
        background: url("../img/builder_jk_ico.png") no-repeat left top;
    }

    .bc_info {
        font-size: 13px;
        color: #91A2B1;
        line-height: 20px;
        float: right;
        width: 65.6%;
    }

        .bc_info b {
            color: #282E34;
            font-weight: bold;
        }
    
    .quilder_text_info {
        font-size: 13px;
        color: #868C91;
        line-height: 20px;
        margin-top: 22px;
    }

        .quilder_text_info p {
            display: block;
            margin: 0;
        }

            .quilder_text_info p + p {
                margin-top: 15px;
            }


.builder_jk_list_content {
    overflow: hidden;
    margin-top: 20px;
}

.bjc_area {
    float: left;
    width: 28%;
    padding-left: 43px;
    background: url("../img/builder_area_ico.png") no-repeat left 2px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .builder_jk_list_content .klb_rating {
        margin-top: 14px;
    }

    .bjc_area p {
        display: block;
        margin: 0;
        font-size: 12px;
        color: #91A2B1;
        line-height: 20px;
    }

        .bjc_area p + p {
            margin-top: 11px;
        }

    .bjc_all_flat {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        color: #282E34;
        line-height: 14px;
        text-decoration: none;
        margin-top: 16px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        border-bottom: 1px solid #bec0c2;
    }

        .bjc_all_flat:hover {
            border-color: transparent;
        }


    .bjc_liter {
        float: left;
        width: 28%;
        padding-left: 42px;
        margin-left: 7.2%;
        background: url("../img/builder_liter_ico.png") no-repeat left top;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .bjc_liter_title {
        font-size: 12px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 5px;
    }

    .bjc_liter p {
        display: block;
        margin: 0;
        font-size: 12px;
        color: #282E34;
        line-height: 20px;
        margin-top: 13px;
    }
    

    .builder_jk_list_content .klb_flat_list {
        float: right;
        margin-top: 4px;
        width: 256px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .builder_jk_list_content .klb_flat_price {
        width: 165px;
    }

    .builder_jk_list_content .klb_flat_list li + li {
        margin-top: 11px;
    }

    .builder_jk_list .klb_compare_btn {
        width: 136px;
        margin-top: 6px;
    }

    .klb_flat_list_big {
        width: 64.9% !important;
        margin-top: 0 !important;
        padding-top: 4px;
        padding-left: 43px;
        background: url("../img/builder_liter_ico.png") no-repeat left top;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }


.builder_content + .coplex_otz .coplex_otz_inner {
    border-top: none;
}

.builder_jk_list {
    margin-top: 24px;
    background: #FFF;
}

.pu_flat_inner {
    overflow: hidden;
    margin-top: 22px;
}

.pu_flat_left {
    float: left;
    width: 330px;
}

.pu_flat_right {
    text-align: center;
    padding-top: 11px;
    margin-left: 422px;
    padding-left: 10px;
    padding-right: 10px;
}

    .pu_flat_right img {
        display: inline-block;
        max-width: 100%;
    }

.pu_flat_info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .pu_flat_info li {
        display: block;
        padding-left: 44px;
        font-size: 13px;
        color: #282E34;
        max-width: 248px;
        padding-top: 2px;
        min-height: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .pu_flat_info li + li {
            margin-top: 8px;
        }

    .pu_flat_info_ico_area {
        background: url("../img/builder_area_ico.png") no-repeat left top;
    }

    .pu_flat_info_ico_data {
        background: url("../img/builder_create_ico.png") no-repeat left top;
    }

    .pu_flat_place {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 25px;
        overflow: hidden;
    }

        .pu_flat_place li {
            float: left;
            width: 63.5%;
        }

            .pu_flat_place li + li {
                width: 36.5%;
            }


        .pu_flat_place span {
            display: block;
            font-size: 12px;
            color: #A7B5C1;
            line-height: 14px;
        }

        .pu_flat_place i {
            display: block;
            font-style: normal;
            font-size: 24px;
            color: #282E34;
            font-weight: 300;
            line-height: 24px;
            margin-top: 8px;
        }

            .pu_flat_place i b {
                font-size: 16px;
                font-weight: 300;
            }

                .pu_flat_place i sup {
                    font-size: 10px;
                }
    
    .pu_flat_char {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 14px;
    }

        .pu_flat_char li {
            display: block;
            overflow: hidden;
            padding-top: 8px;
            padding-bottom: 5px;
            border-bottom: 1px solid #e9eaea;
        }

            .pu_flat_char li span {
                display: block;
                float: left;
                font-size: 14px;
                color: #282E34;
                line-height: 16px;
                padding-right: 10px;
                width: 63.5%;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }

                .pu_flat_char li span sup {
                    font-size: 10px;
                    line-height: 10px;
                }


            .pu_flat_char li span + span {
                padding-right: 0;
                width: 36.5%;
            }
.pu_flat_form {
    display: block;
    padding-top: 12px;
}

.pu_flat_form_title {
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 20px;
}

.pu_flat_form_phone {
    overflow: hidden;
    margin-top: 14px;
}

    .pffp_name {
        float: left;
        font-size: 13px;
        color: #A7B5C1;
        line-height: 20px;
        width: 130px;
    }

    .pu_flat_form_phone a {
        display: block;
        padding-top: 1px;
        margin-left: 130px;
        text-decoration: none;
        font-size: 36px;
        color: #282E34;
        font-weight: 300;
        line-height: 36px;
        padding-left: 40px;
        background: url("../img/pu_flat_form_phone_ico.png") no-repeat left center;
    }

    .pu_flat_form_zahvat {
        overflow: hidden;
        margin-top: 24px;
    }

    .pu_flat_form_zahvat .in_2 {
        margin-left: 130px;
        width: 500px;
    }


.pu_title span {
    display: block;
    font-size: 24px;
    color: #282E34;
    font-weight: 300;
    line-height: 32px;
    margin-top: 15px;
}

.pu_good {
    max-width: 568px;
    padding: 39px 69px 59px 69px;
}

.pu_good_btn {
    margin-top: 20px;
}

    .stores > .wmain {
        padding-left: 20px;
        padding-right: 20px;
    }


.stores_filtr {
    overflow: hidden;
}

.stores_inner {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.stores_content {
    max-width: 1180px;
    margin: 0 auto;
}

.stb_img {
    position: absolute;
    right: -205px;
    top: 31px;
}

    .stb_img a {
        display: block;
        text-decoration: none;
        overflow: hidden;
    }

    .stb_img img {
        display: block;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .stb_img a:hover img {
            -webkit-transform: scale(1.02);
               -moz-transform: scale(1.02);
                -ms-transform: scale(1.02);
                 -o-transform: scale(1.02);
                    transform: scale(1.02);
        }


.stores_top {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}

.stores_top_big {
    float: left;
    width: 670px;
    border: 5px solid #fd1313;
    position: relative;
    min-height: 318px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.stb_content {
    padding-left: 65px;
    padding-right: 310px;
    padding-top: 26px;
    padding-bottom: 34px;
}

.stb_name {
    display: block;
    font-size: 18px;
    color: #282E34;
    line-height: 26px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .stb_name:hover {
        text-decoration: underline;
        color: #FD1313;
    }

.stb_text {
    font-size: 13px;
    color: #868C91;
    line-height: 20px;
    margin-top: 18px;
}

.stb_data {
    font-size: 12px;
    color: #91A2B1;
    font-weight: bold;
    line-height: 12px;
    margin-top: 48px;
}

    .stb_data span {
        display: block;
        color: #282E34;
        padding-top: 1px;
    }


.stores_top_small {
    float: right;
    width: 270px;
}

.store_block {
    position: relative;
    height: 100%;
    background: #FFF;
    border: 1px solid #e9eaea;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .store_block:hover {
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
                box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    }

.stores .stores_filtr {
    padding-top: 20px;
}


.sb_img {
    
}

    .sb_img img {
        display: block;
        width: 100%;
    }

    .sb_img a {
        display: block;
        overflow: hidden;
        text-decoration: none;
        -webkit-border-top-left-radius: 3px;
                border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
                border-top-right-radius: 3px;
    }

    .sb_content {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 24px;
        height: 161px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .sb_name {
        display: block;
        font-size: 16px;
        color: #282E34;
        line-height: 20px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .sb_name:hover {
            color: #FD1313;
            text-decoration: underline;
        }

    .sb_data {
        position: absolute;
        left: 30px;
        bottom: 24px;
        font-size: 12px;
        color: #282E34;
        font-weight: bold;
        line-height: 12px;
    }


.stores_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .stores_list {
        margin-left: -30px;
    }

    .stores_list > li {
        /*display: block;*/
        /*float: left;*/
        vertical-align: top;
        display: inline-block;
        margin-right: -3px;
        width: 50%;
        overflow: hidden;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .stores_list > li:nth-child(4n) {
            padding-left: 25px;
            padding-right: 5px;
        }

        .stores_list > li:nth-child(3n) .sl_inner_big, .stores_list > li:nth-child(3n + 4) .sl_inner_big, .stores_list > li:nth-child(3n + 2) .sl_inner_big {
            padding-left: 5px;
            padding-right: 0;
        }

        .stores_list > li:nth-child(6n) .sl_inner_big, .stores_list > li:nth-child(3n + 3) .sl_inner_big {
            padding-left: 0;
            padding-right: 5px;
        }

    .sl_inner {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 11px;
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .sl_inner + .sl_inner {
            padding-right: 0;
            padding-left: 16px;
        }

.store_block_big {
    position: relative;
}

.sbb_img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

    .sbb_img:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 179px;
        left: 0;
        bottom: 0;
        background: url("../img/action_big-block_shadow.png") repeat-x left top;
        z-index: 60;
    }

.sbb_img_blur {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-filter: blur(20px);
    -ms-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    filter: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%223%22/%3E%3C/filter%3E%3C/svg%3E#blur');
}

    .sbb_img_blur img {
        width: 100% !important;
        height: auto !important;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.sbb_img img {
    display: block;
    position: relative;
    z-index: 20;
    height: 100%;
}

.sl_inner_big {
    padding-right: 5px;
    padding-bottom: 30px;
}


.sbb_content {
    position: absolute;
    left: 30px;
    bottom: 26px;
    z-index: 70;
    width: 220px;
}

.sbb_name {
    display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .sbb_name:hover {
        color: #FD1313;
        text-decoration: underline;
    }

    .sbb_data {
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        line-height: 12px;
        margin-top: 22px;
    }

.stores_inner + .kompleks_list_loader {
    margin-top: -20px;
}

.list_builder {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.list_builder_head {
    overflow: hidden;
}

.list_builder_search {
    display: block;
    float: left;
    overflow: hidden;
    width: 470px;
}

.lbs_input {
    float: left;
    width: 68%;
}

    .lbs_input input {
        display: block;
        width: 100%;
        height: 47px;
        border: 1px solid #b9c4cd;
        border-right: none;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        -webkit-border-top-right-radius: 0;
                border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
                border-bottom-right-radius: 0;
    }

.lbs_btn {
    float: right;
    width: 32%;
}

    .lbs_btn .btn_main {
        display: block;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 15px;
        -webkit-border-top-left-radius: 0;
                border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0;
    }


.list_builder_head .sort_head {
    float: none;
    margin-left: 500px;
}

.list_builder_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e9eaea !important;
    margin-top: 74px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

    .list_builder_list > li {
        display: block;
        overflow: hidden;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .list_builder_list > li:hover {
            -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
                    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
        }

    .list_builder_list > li + li {
        border-top: 1px solid #e9eaea;
    }

    .lbl_info_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        width: 598px;
        float: right;
    }

        .lbl_info_list > li {
            display: block;
            float: left;
            width: 33.33333333333%;
            padding-left: 24px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .lbl_info_list > li .lbl_table {
                width: 100%;
            }

    .lbl_table {
        float: left;
        display: table;
        height: 91px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .lbl_cell {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .lbl_logo {
        padding-left: 10px;
        width: 190px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

        .lbl_logo img {
            display: inline-block;
            max-width: 168px;
            max-height: 66px;
        }


    .lbl_name {
        width: 320px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 5px;
    }

        .lbl_name a {
            display: block;
            font-size: 18px;
            line-height: 20px;
            text-decoration: underline;
            color: #282E34;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .lbl_name a:hover {
                color: #FD1313;
            }

    .lbl_data {
        font-size: 13px;
        color: #A7B5C1;
        line-height: 100%;
        margin-top: 6px;
    }

    .lbl_info_inner {
        font-size: 13px;
        color: #A7B5C1;
        position: relative;
        line-height: 20px;
    }

        .lbl_info_inner span {
            display: block;
            color: #282E34;
        }
    
    .lbl_info_inner:before {
        content: "";
        display: block;
        position: absolute;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .list_builder_list > li:hover .lbl_info_inner:before {
        background-position: left top !important;
    }

    .lbl_info_sdan {
        padding-left: 30px;
    }
        
        .lbl_info_sdan:before {
            width: 20px;
            height: 16px;
            left: 0;
            top: 1px;
            background: url("../img/list_build_ico1.png") no-repeat right top;
        }
    

    .lbl_info_build {
        padding-left: 29px;
    }

        .lbl_info_build:before {
            width: 18px;
            height: 23px;
            background: url("../img/list_build_ico2.png") no-repeat right top;
            left: 0;
            top: 0;
        }

        .list_builder_list > li:hover .lbl_info_build:before {
            -webkit-transition-delay: 0.07s;
               -moz-transition-delay: 0.07s;
                -ms-transition-delay: 0.07s;
                 -o-transition-delay: 0.07s;
                    transition-delay: 0.07s;
        }

    .lbl_info_flat {
        padding-left: 33px;
    }

        .lbl_info_flat:before {
            width: 23px;
            height: 23px;
            background: url("../img/list_build_ico3.png") no-repeat right top;
            left: 0;
            top: 0;
        }

        .list_builder_list > li:hover .lbl_info_flat:before {
            -webkit-transition-delay: 0.14s;
               -moz-transition-delay: 0.14s;
                -ms-transition-delay: 0.14s;
                 -o-transition-delay: 0.14s;
                    transition-delay: 0.14s;
        }


.list_builder_list + .kompleks_list_loader {
    margin-top: 10px;
}

.list_builder .content_text_bottom {
    margin-top: 10px;
}

.f_nav_mobile {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 7px;
    float: right;
}

    .f_nav_mobile li {
        display: block;
        float: left;
    }

        .f_nav_mobile li + li {
            margin-left: 32px;
        }

        .f_nav_mobile li a {
            display: block;
            font-size: 16px;
            color: #282E34;
            line-height: 100%;
            text-decoration: none;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .f_nav_mobile li a:hover {
                border-color: transparent;
            }


.block_404 {
    padding-top: 165px;
    background: url("../img/bg_404.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.block_404_content {
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 400px;
    padding-right: 20px;
    padding-bottom: 238px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.block_404 .nav_footer {
    margin-top: 0;
}

.block_404 .ibt_title {
    color: #FFF;
}

.title_404 {
    font-size: 45px;
    color: #FFF;
    font-weight: 300;
    line-height: 120%;
    font-weight: 300;
}

.name_404 {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 22px;
}

.block_404_text {
    font-size: 16px;
    color: #FFF;
    line-height: 24px;
    margin-top: 58px;
}

    .block_404_text a {
        text-decoration: none;
        color: #FFF;
    }

    .block_404_content .btn_main {
        margin-top: 22px;
        padding-left: 31px;
        padding-right: 31px;
    }


.content_text {
    margin-top: 32px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

    .content_text h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
    }

    .content_text .wmain {
        overflow: hidden;
    }


.about_content_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -30px;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    padding-top: 22px;
    padding-bottom: 24px;
    margin-top: 21px;
}

    .about_content_list li {
        display: block;
        float: left;
        width: 16.666666666666668%;
        padding-left: 30px;
        font-size: 14px;
        color: #282E34;
        line-height: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .about_content_list li b {
            display: block;
            font-size: 16px;
            padding-bottom: 6px;
        }


    .about_content_inner {
        overflow: hidden;
        padding-top: 25px;
        font-size: 13px;
        color: #868C91;
        line-height: 20px;
    }

    .about_img_right {
        float: right;
        margin-top: 7px;
        margin-left: 130px;
    }

        .about_img_right img {
            display: block;
            width: 100%;
        }


    .about_content_inner p {
        display: block;
        margin: 0;
    }

        .about_content_inner p + p {
            margin-top: 14px;
        }


.about_content_inner h3 {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 120%;
    margin-top: 19px;
}

.about_content_inner ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

    .about_content_inner ul li {
        display: block;
        position: relative;
        padding-left: 30px;
    }

        .about_content_inner ul li:before {
            content: "•";
            display: block;
            position: absolute;
            font-size: 13px;
            color: #FD1313;
            left: 0;
            top: 0;
        }

        .about_content_inner ul li + li {
            margin-top: 14px;
        }


    .about_content_inner ol {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 10px;
        counter-reset: item;
    }

        .about_content_inner ol li {
            display: block;
            position: relative;
            padding-left: 30px;
        }

            .about_content_inner ol li + li {
                margin-top: 14px;
            }
    .about_content_inner ol li:before {
        content: counter(item);
        counter-increment: item;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 10px;
        color: #FD1313;
    }

.content_table_main {
    margin-top: 10px;
    overflow: hidden;
}

    .table_style {
        width: 100%;
        min-width: 800px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .table_style td {
            font-size: 14px;
            color: #282E34;
            line-height: 120%;
            padding-left: 11px;
            padding-right: 11px;
            border-top: 1px solid #e6eaef;
            border-bottom: 1px solid #e6eaef;
            padding-top: 11px;
            padding-bottom: 11px;
            width: 30%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .table_style td + td {
                width: 15%;
                text-align: center;
            }

            .table_style tr + tr td {
                border-top: none;
            }

    .table_style tr:nth-child(2n-1) {
        background: #FBFCFD;
    }

    .content_table_main + p {
        margin-top: 22px;
    }

.article_head_nav_inner_main {
    background: none;
    padding-bottom: 0;
}

.article_head_nav_inner_main .wmain {
    padding-bottom: 0;
    padding-top: 13px;
}

.container_article {
    background: none;
}

.container_article .ci_header {
    padding-top: 18px;
}

.article_info_line {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
    padding-bottom: 31px;
}

    .article_info_line .wmain {
        overflow: hidden;
    }

    .ail_autor {
        float: left;
        overflow: hidden;
        width: 300px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .ail_autor_img {
        float: left;
        width: 50px;
        text-align: center;
        line-height: 50px;
        overflow: hidden;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

        .ail_autor_img img {
            display: block;
            width: 100%;
        }


    .ail_autor_content {
        margin-left: 70px;
        padding-top: 9px;
    }

    .ail_autor_name {
        font-size: 13px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 13px;
    }

    .ail_autor_data {
        font-size: 13px;
        color: #B4C2CE;
        font-weight: bold;
        line-height: 100%;
        margin-top: 5px;
    }


.ail_view_comm {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: left;
    margin-top: 18px;
}

    .ail_view_comm li {
        display: block;
        float: left;
        font-size: 13px;
        color: #B4C2CE;
        font-weight: bold;
        line-height: 13px;
        padding-bottom: 1px;
    }

        .ail_view_comm li + li {
            margin-left: 38px;
        }

    .ail_view {
        padding-left: 28px;
        background: url("../img/article_info_line_view_ico.png") no-repeat left center;
    }

    .ail_comm {
        padding-left: 22px;
        background: url("../img/article_info_line_comment_ico.png") no-repeat left center;
    }

.ail_rubric {
    float: left;
    overflow: hidden;
    margin-left: 163px;
    padding-top: 9px;
}

.ail_rubric_name {
    float: left;
    font-size: 13px;
    color: #282E34;
    font-weight: bold;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
}

.ail_rubric_list {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: 37px;
}

    .ail_rubric_list li {
        display: block;
        float: left;
    }

        .ail_rubric_list li + li {
            margin-left: 10px;
        }
        
            .ail_rubric_list li a {
                display: block;
                text-decoration: none;
                height: 32px;
                line-height: 30px;
                text-align: center;
                padding-left: 10px;
                padding-right: 10px;
                font-size: 12px;
                color: #282E34;
                border: 1px solid #ecf0f3;
                -webkit-border-radius: 2px;
                        border-radius: 2px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }


.komplex_head_slider_main + .content_text_bottom {
    margin-top: 30px;
}

.article_share {
    margin-top: 20px;
}

.article_tags {
    padding-left: 20px;
    padding-right: 20px;
}
    .article_tags .wmain {
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 25px;
        border-top: 1px solid #eaedf0;
    }

.article_tags_title {
    float: left;
    font-size: 13px;
    color: #282E34;
    font-weight: bold;
    text-transform: uppercase;
    height: 32px;
    line-height: 32px;
}


.article_tags_list {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 100px;
}

    .article_tags_list li {
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
    }

        .article_tags_list li a {
            display: block;
            text-decoration: none;
            text-align: center;
            height: 32px;
            line-height: 30px;
            border: 1px solid #ecf0f3;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            padding-left: 9px;
            padding-right: 9px;
            font-size: 12px;
            color: #282E34;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }


.khs_img {
    max-width: 800px;
    margin: 0 auto;
}

.slick-active .khs_img {
    opacity: 1;
}

.komplex_gall {
    z-index: 500;
}


.komplex_gall .owl-nav {
    position: absolute;
    width: 1170px;
    left: 50%;
    margin-left: -585px;
    top: 50%;
    margin-top: -21px;
    z-index: 200;
    height: 0;
}

.komplex_gall .owl-prev, .komplex_gall .owl-next {
    overflow: hidden;
    text-indent: 9999999px;
    width: 32px;
    height: 42px;
    cursor: pointer;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .komplex_gall .owl-prev:hover, .komplex_gall .owl-next:hover {
        opacity: 0.7;
    }

.komplex_gall .owl-prev {
    float: left;
    background: url("../img/komplex_header_slider_prev.png") no-repeat left center;
}

.komplex_gall .owl-next {
    float: right;
    background: url("../img/komplex_header_slider_next.png") no-repeat right center;
}

.kgb_inner {
    opacity: 0.07;
    -webkit-transition: 1s;
       -moz-transition: 1s;
        -ms-transition: 1s;
         -o-transition: 1s;
            transition: 1s;
}

.center .kgb_inner {
    opacity: 1;
}


.kgb_inner img {
    display: block;
    height: 450px;
    position: relative;
    z-index: 50;
}

.komplex_gall_big {
    background: #373B3E;
}


.komplex_gall {
    position: relative;
    overflow: hidden;
}

.komplex_gall_th {
    position: absolute !important;
    background: rgba(0,0,0,0.5);
    width: 100%;
    z-index: 50;
    left: 0;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.kgt_inner {
    position: relative;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 3px;
    width: 75px;
    height: 55px;
    overflow: hidden;
}

.kgt_inner img {
    display: block;
    /*height: 55px;*/
    min-height: 55px;
    width: 100% !important;
}

.kgt_inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #fd1313;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
    opacity: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .kgt_inner:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 40;
        background: rgba(0,0,0,0.35);
        opacity: 1;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }

.center .kgt_inner:before {
    opacity: 1;
}

.center .kgt_inner:after, .kgt_inner:hover:after {
    opacity: 0;
}


.kgb_inner img {
    /*width: auto !important;*/
}


.pu_nav_jk {
    max-width: 1170px;
    overflow: hidden;
}

.pu_nav_jk_inner {
    overflow: hidden;
}

.pu_nav_jk_scroll {
    max-height: 510px;
    overflow: hidden;
    padding-top: 16px;
    padding-bottom: 16px;
}

.pu_nav_jk_l {
    float: left;
    width: 270px;
    position: relative;
    padding-bottom: 60px;
    /*border-right: 1px solid #d9e0e6;*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .pu_nav_jk_l:before {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 1400px;
        right: -1px;
        top: 0;
        z-index: 30;
        background: #D9E0E6;
    }


.pu_nav_jk_r {
    margin-left: 270px;
    padding-left: 100px;
    padding-top: 38px;
    padding-bottom: 26px;
    padding-right: 27px;
}

.pu_nav_jk_title {
    font-size: 32px;
    color: #282E34;
    font-weight: bold;
}

.pu_nav_jk_all {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 10px;
}

    .pu_nav_jk_all > li {
        display: block;
        float: left;
        width: 33.3333333333333%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .pu_nav_jk_all > li a {
        display: block;
        font-size: 14px;
        color: #282E34;
        line-height: 120%;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .pu_nav_jk_all > li a:hover {
            color: #FD1313;
        }

        .pu_nav_jk_all > li a + a {
            margin-top: 14px;
        }

.pu_nav_jk_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 24px;
    padding-top: 101px;
}

    .pu_nav_jk_list li {
        display: block;
        position: relative;
    }

        .pu_nav_jk_list li.act:before {
            content: "";
            display: block;
            position: absolute;
            width: 5px;
            height: 100%;
            background: url("../img/pu_nav_jk_str.jpg") no-repeat left 8px;
            right: -5px;
            top: 0;
            z-index: 100;
        }

        .pu_nav_jk_list li a {
            display: block;
            text-decoration: none;
            font-size: 14px;
            color: #282E34;
            overflow: hidden;
            position: relative;
        }

            .pu_nav_jk_list li a:hover, .pu_nav_jk_list li.act a {
                color: #FD1313;
            }

            .pu_nav_jk_list li a.act span {
                border-color: transparent !important;
            }

            .pu_nav_jk_list li + li {
                margin-top: 14px;
            }

            .pu_nav_jk_list li a i + span {
                border-bottom: 1px dotted #bec0c2;
                padding-top: 5px;
                display: inline-block;
                vertical-align: middle;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .pu_nav_jk_list li a:hover i + span {
                    border-color: transparent;
                }


            .pu_nav_jk_list li a i {
                display: table;
                width: 45px;
                float: left;
                height: 24px;
                opacity: 0;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .pu_nav_jk_list li.act a i {
                    opacity: 1;
                }

                .pu_nav_jk_list li a i span {
                    display: table-cell;
                    width: 100%;
                    vertical-align: middle;
                }


.pu_nav_rayon .pu_nav_jk_r {
    border-left: none;
    margin-left: 0;
    padding-left: 58px;
}

.pu_nav_rayon_head {
    overflow: hidden;
    padding-left: 10px;
}

    .pu_nav_rayon_head .pu_nav_jk_title {
        float: left;
        padding-top: 2px;
    }

    .pu_nav_rayon_head .nav_flat_list {
        float: left;
        margin-left: 78px;
        margin-top: 0;
    }

        .pu_nav_rayon_head .nav_flat_list li a {
            width: 122px;
        }

.pu_nav_rayon_head_right {
    float: right;
    overflow: hidden;
    margin-right: 40px;
}

.pu_nav_rayon_btn_ok {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #d10909;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    background: #FD1313;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    text-transform: uppercase;
    height: 47px;
    line-height: 47px;
    min-width: 169px;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .pu_nav_rayon_btn_ok:hover {
        background: #D10909;
    }

    .pu_nav_rayon_btn_ok span {
        text-transform: none;
    }

    .pu_nav_rayon_btn_clear {
        float: left;
        display: block;
        text-decoration: none;
        font-size: 12px;
        color: #282E34;
        line-height: 12px;
        padding-left: 19px;
        margin-left: 30px;
        background: url("../img/clear_filtr_ico.png") no-repeat left center;
        margin-top: 15px;
    }

        .pu_nav_rayon_btn_clear span {
            display: inline-block;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .pu_nav_rayon_btn_clear:hover span {
                border-color: transparent;
            }


.pu_nav_rayon_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .pu_nav_rayon_list > li {
        display: block;
        float: left;
        width: 50%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .pu_nav_rayon_list > li ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pu_nav_rayon_list > li ul li {
            display: block;
            margin-bottom: -1px;
        }

        .pu_nav_rayon_list > li ul li a {
            display: inline-block;
            text-decoration: none;
            font-size: 14px;
            color: #282E34;
            line-height: 100%;
            padding-left: 10px;
            padding-right: 10px;
            border: 1px solid transparent;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            padding-top: 7px;
            padding-bottom: 7px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .pu_nav_rayon_list > li ul li a:hover i {
                text-decoration: none;
            }

            .pu_nav_rayon_list > li ul li a span {
                display: inline-block;
                margin-left: 4px;
                color: #91A2B1;
            }

        .pu_nav_rayon_list > li ul li a.act {
            background: #FEEDC4;
            border-color: #FEDC89;
            color: #FD1313;
        }

            .pu_nav_rayon_list > li ul li a.act i {
                text-decoration: none;
            }

            .pu_nav_rayon_list > li ul li a.act span {
                color: #FD1313;
            }

        .pu_nav_rayon_list > li ul li a span {
        }

        .pu_nav_rayon_list > li ul li a i {
            font-style: normal;
            text-decoration: underline;
        }

.all_about_head .sort_head {
    margin-left: 0;
}

.about_all_content {
    float: left;
    width: 870px;
}

.sidebar_rubric_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px;
}

    .sidebar_rubric_list li {
        display: block;
    }

        .sidebar_rubric_list li a {
            display: block;
            text-decoration: none;
            font-size: 14px;
            color: #282E34;
            line-height: 120%;
            padding-top: 13px;
            padding-bottom: 13px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .sidebar_rubric_list li a span {
                color: #91A2B1;
                display: inline-block;
                margin-left: 5px;
                font-size: 10px;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

        .sidebar_rubric_list li + li {
            border-top: 1px solid #e9eaea;
        }

        .sidebar_rubric_list li a:hover, .sidebar_rubric_list li a:hover span {
            color: #FD1313;
        }

.sidebar_autor_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 9px;
}

    .sidebar_autor_list li {
        display: block;
    }

        .sidebar_autor_list li + li {
            border-top: 1px solid #e9eaea;
        }

        .sidebar_autor_list li a {
            display: block;
            text-decoration: none;
            overflow: hidden;
            padding-top: 15px;
            padding-bottom: 18px;
        }

        .sal_avatar {
            float: left;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 18px;
            color: #FFF;
            text-transform: uppercase;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
        }

            .sal_avatar img {
                display: block;
                width: 100%;
            }

    .sal_content {
        margin-left: 47px;
    }

    .sal_name {
        font-size: 14px;
        color: #282E34;
        line-height: 20px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .sidebar_autor_list li a:hover .sal_name {
            color: #FD1313;
        }

    .sal_article {
        font-size: 10px;
        color: #91A2B1;
        margin-top: 3px;
        line-height: 100%;
    }

    .sal_ava_color_1 {
        background: #91A2B1;
    }

    .sidebar_tag_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 36px;
    }

        .sidebar_tag_list li {
            display: block;
            float: left;
            margin-bottom: 10px;
            margin-right: 10px;
        }

        .sidebar_tag_list li a {
            display: block;
            text-decoration: none;
            font-size: 12px;
            color: #282E34;
            line-height: 100%;
            border: 1px solid #ecf0f3;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            padding: 9px 8px 8px 10px;
            letter-spacing: -0.5px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .sidebar_tag_list li a:hover, .sidebar_tag_list li a:hover span {
                color: #FD1313;
                border-color: #FD1313;
            }

            .sidebar_tag_list li a span {
                display: inline-block;
                font-size: 10px;
                color: #91A2B1;
                margin-left: 4px;
            }

    .sedebar_tag_all {
        padding-top: 14px;
        padding-bottom: 10px;
    }

        .sedebar_tag_all a {
            display: inline-block;
            font-size: 12px;
            color: #282E34;
            text-decoration: none;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .sedebar_tag_all a:hover {
                border-color: transparent;
            }

.about_all_head {
    position: relative;
}

    .about_all_head_img {
        position: relative;
    }

        .about_all_head_img:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 203px;
            background: url("../img/about_top_big_shadow.png") repeat-x left bottom;
            left: 0;
            bottom: 0;
        }

    .about_all_head_img img {
        display: block;
        width: 100%;
    }

    .about_all_head_info {
        position: absolute;
        z-index: 50;
        overflow: hidden;
        left: 0;
        bottom: 20px;
        width: 100%;
        padding-left: 32px;
        padding-right: 53px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .about_all_head_autor {
        display: block;
        overflow: hidden;
        text-decoration: none;
        float: left;
    }

    .about_all_head_autor_avatar {
        float: left;
        width: 50px;
        height: 50px;
        overflow: hidden;
        -webkit-border-radius: 50%;
                border-radius: 50%;
    }

        .about_all_head_autor_avatar img {
            display: block;
            width: 100%;
        }


    .about_all_head_content {
        margin-left: 70px;
        padding-top: 8px;
    }

        .about_all_head_name {
            font-size: 13px;
            color: #FFF;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 13px;
        }

        .about_all_head_data {
            font-size: 13px;
            color: #FFF;
            font-weight: bold;
            margin-top: 4px;
        }


    .about_all_head_info_r {
        float: right;
        overflow: hidden;
        margin-top: 17px;
    }

    .aahi_view, .aahi_comment {
        float: left;
        font-size: 13px;
        line-height: 13px;
        color: #FFF;
        font-weight: bold;
        font-family: "Roboto";
    }

        .aahi_view {
            padding-left: 28px;
            background: url("../img/about_view_ico.png") no-repeat left center;
        }

        .aahi_comment {
            margin-left: 38px;
            padding-left: 22px;
            background: url("../img/about_comment_ico.png") no-repeat left center;
            padding-bottom: 1px;
        }


    .aah_name {
        display: block;
        font-size: 18px;
        color: #282E34;
        line-height: 26px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .aah_name:hover {
            color: #FD1313;
            text-decoration: underline;
        }


.about_all_head_bottom {
    border: 1px solid #e9eaea;
    border-top: none;
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 22px;
    padding-bottom: 28px;
}

    .aah_href_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 38px;
    }

        .aah_href_list li {
            display: block;
            float: left;
        }

            .aah_href_list li + li {
                margin-left: 10px;
            }

            .aah_href_list li a {
                display: block;
                text-decoration: none;
                font-size: 12px;
                color: #282E34;
                line-height: 12px;
                border: 1px solid #ecf0f3;
                padding: 7px 10px;
                -webkit-transition: 0.1s;
                   -moz-transition: 0.1s;
                    -ms-transition: 0.1s;
                     -o-transition: 0.1s;
                        transition: 0.1s;
                -webkit-border-radius: 3px;
                        border-radius: 3px;
            }

                .aah_href_list li a:hover {
                    color: #FD1313;
                }


.about_all_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -30px;
    margin-top: 30px;
    padding-bottom: 10px;
}

    .about_all_list > li {
        display: block;
        float: left;
        padding-left: 30px;
        width: 33.333333333333336%;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .about_all_list > li + li + li + li {
            margin-top: 30px;
        }

    .aal_img {
        overflow: hidden;
        position: relative;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        -webkit-border-bottom-left-radius: 0;
                border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
                border-bottom-right-radius: 0;
    }

        .aal_img:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 90px;
            background: url("../img/about_small_plashka_shadow.png") repeat-x left top;
            left: 0;
            bottom: 0;
            z-index: 10;
        }

        .aal_img img {
            display: block;
            width: 100%;
        }


    .aal_info {
        position: absolute;
        z-index: 50;
        width: 100%;
        line-height: 12px;
        left: 0;
        bottom: 17px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 11px;
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .aal_info span {
            text-transform: none;
            display: block;
            margin-top: 4px;
        }


    .aal_content {
        border: 1px solid #e9eaea;
        border-top: none;
        height: 145px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        position: relative;
        padding-left: 30px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 24px;
        -webkit-border-bottom-right-radius: 3px;
                border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
                border-bottom-left-radius: 3px;
    }

    .aal_name {
        display: block;
        font-size: 16px;
        color: #282E34;
        line-height: 20px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .about_all_list > li:hover .aal_name {
            color: #FD1313;
            text-decoration: underline;
        }


    .about_all_list > li:hover .aal_content {
        -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
                box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    }

    .aal_info_list {
        position: absolute;
        z-index: 50;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
        list-style: none;
        left: 0;
        bottom: 26px;
        padding-left: 30px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-bottom: 1px;
    }

        .aal_info_list > li {
            display: block;
            float: left;
            font-size: 10px;
            color: #B4C2CE;
            font-weight: bold;
            line-height: 12px;
            position: relative;
        }

            .aal_il_view {
                padding-left: 28px;
            }

                .aal_il_view:before {
                    content: "";
                    position: absolute;
                    width: 18px;
                    height: 10px;
                    background: url("../img/about_small_plashka_view.png") no-repeat left top;
                    left: 0;
                    top: 1px;
                }

            .aal_il_comment {
                padding-left: 22px;
            }

                .aal_il_comment:before {
                    content: "";
                    position: absolute;
                    width: 13px;
                    height: 12px;
                    background: url("../img/about_small_plashka_comment.png") no-repeat left top;
                    left: 0;
                    top: 1px;
                }

            .aal_info_list > li + li {
                margin-left: 30px;
            }

            .aal_info_list > li:before {
                -webkit-transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
                   -moz-transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
                    -ms-transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
                     -o-transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
                        transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
            }

                .about_all_list > li:hover .aal_info_list > li:before {
                    background-position: left bottom;
                }

                    .about_all_list > li:hover .aal_info_list > li + li:before {
                        -webkit-transition-delay: 0.05s;
                           -moz-transition-delay: 0.05s;
                            -ms-transition-delay: 0.05s;
                             -o-transition-delay: 0.05s;
                                transition-delay: 0.05s;
                    }


.mortgage_content {
    margin-top: 22px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.mortgage_content_head {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-top: 23px;
    padding-bottom: 26px;
}

    .mch_ot {
        float: left;
        font-size: 13px;
        color: #FC1410;
        font-weight: 100;
        line-height: 13px;
        padding-top: 12px;
    }

    .mch_num {
        float: left;
        font-size: 90px;
        color: #FC1410;
        font-weight: 100;
        line-height: 95px;
        margin-left: 8px;
    }

    .mch_title {
        font-size: 36px;
        color: #282E34;
        font-weight: 300;
        line-height: 44px;
        margin-left: 234px;
        padding-top: 4px;
        max-width: 660px;
    }

    .mortgage_content_info {
        margin-top: 32px;
        overflow: hidden;
    }

    .mortgage_content_info_img {
        float: left;
        width: 470px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
    }

        .mortgage_content_info_img img {
            display: block;
            width: 100%;
        }


    .mortgage_content_info_right {
        margin-left: 600px;
    }

    .mortgage_content_info_text {
        font-size: 18px;
        color: #282E34;
        font-weight: 300;
        line-height: 24px;
    }

    .mortgage_content_info_title_list {
        font-size: 18px;
        color: #282E34;
        font-weight: bold;
        margin-top: 24px;
    }

    .mortgage_content_info_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 12px;
    }

        .mortgage_content_info_list li {
            display: block;
            position: relative;
            padding-left: 30px;
            font-size: 13px;
            color: #868C91;
        }

            .mortgage_content_info_list li:before {
                content: "";
                display: block;
                position: absolute;
                width: 4px;
                height: 4px;
                background: #FD1313;
                -webkit-border-radius: 50%;
                        border-radius: 50%;
                left: 0;
                top: 8px;
            }

            .mortgage_content_info_list li + li {
                margin-top: 12px;
            }

    .mortgage_content_info_right .btn_main {
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 28px;
    }

.mortgage_content_inner {
    background: url(../img/ipoteka_content_text_bg.png) no-repeat center top;
    padding-top: 77px;
    margin-top: 52px;
}

.mortgage_content_inner_line {
    height: 1px;
    background: #E3E3E6;
}

.mortgage_content_inner_step {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -50px;
    margin-top: 24px;
    padding-bottom: 29px;
}

    .mortgage_content_inner_step li {
        display: block;
        float: left;
        width: 33.333333333%;
        padding-left: 50px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .mcis_num {
        float: left;
        width: 70px;
        height: 70px;
        border: 2px solid #fd1313;
        text-align: center;
        line-height: 64px;
        font-size: 24px;
        color: #FD1313;
        font-weight: 300;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .mcis_info {
            margin-left: 100px;
            font-size: 14px;
            color: #282E34;
            line-height: 20px;
            padding-top: 2px;
        }

            .mcis_info b {
                display: block;
                font-weight: bold;
                padding-bottom: 8px;
            }


.mortgage_form {
    margin-top: 0;
}

    .mortgage_form h3 {
        display: block;
        margin: 0;
        font-size: 32px;
        color: #282E34;
        font-weight: bold;
    }

.mortgage_form_inner {
    border: 4px solid #fd1313;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    margin-top: 20px;
    padding-left: 66px;
    padding-right: 66px;
    padding-bottom: 46px;
    padding-top: 34px;
}

    .mortgage_form_step_title {
        font-size: 32px;
        color: #282E34;
        font-weight: 300;
    }
        .mortgage_form_step_title span {
            font-size: 16px;
            color: #888C8F;
            display: inline-block;
            padding-left: 42px;
        }

.mf_ster_one {
    margin-top: 28px;
}

.mfi_block.mf_input1 {
    float: none;
    width: auto;
    margin-top: 20px;
}

.mf_input3 {
    height: 52px;
    position: relative;
    z-index: 20;
}

    .mfi_block {
        float: left;
        /*position: relative;*/
        /*z-index: 10;*/
    }

        .in_error {
            z-index: 50;
        }

            .in_error input {
                border-color: #fd1313 !important;
                background: #FCECEC !important;
                color: #FD1313 !important;
            }

        .mfi_block input {
            display: block;
            width: 100%;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
            font-size: 16px;
            color: #959698;
            height: 52px;
            padding-left: 22px;
            padding-right: 22px;
            border: 1px solid #a7b5c1;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .mfi_block input:focus {
                color: #282E34;
            }

            .mfi_block + .mfi_block {
                margin-left: -1px;
            }

    .mf_input3 .mfi_block {
        width: 33.38%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .mf_input3 .mfi_block input {
            -webkit-border-top-left-radius: 3px;
                    border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
                    border-bottom-left-radius: 3px;
        }

            .mf_input3 .mfi_block + .mfi_block input {
                -webkit-border-radius: 0;
                        border-radius: 0;
            }

            .mf_input3 .mfi_block + .mfi_block + .mfi_block input {
                -webkit-border-top-right-radius: 3px;
                        border-top-right-radius: 3px;
                -webkit-border-bottom-right-radius: 3px;
                        border-bottom-right-radius: 3px;
            }
    
    .check_info_send {
        display: block;
        overflow: hidden;
        margin-top: 26px;
        clear: both;
    }

        .check_info_send .jq-checkbox {
            float: left;
        }

        .check_info_send_name {
            margin-left: 28px;
            line-height: 14px;
            padding-top: 1px;
            font-size: 14px;
            color: #282E34;
            cursor: pointer;
        }

            .check_info_send_name a {
                color: #282E34;
            }

    .mf_bottom {
        text-align: right;
        margin-top: 26px;
        overflow: hidden;
    }

        .mf_bottom .btn_main {
            padding-left: 43px;
            padding-right: 43px;
            min-width: 198px;
        }


.mf_step_two {
    margin-top: 22px;
}

.btn_step_nav {
    display: inline-block;
    font-size: 12px;
    color: #282E34;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 29px;
    margin-top: 14px;
    text-decoration: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
    border-bottom: 1px solid #bec0c2;
}

    .btn_step_nav:hover {
        border-color: transparent;
    }

.mf_in_name {
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    padding-bottom: 10px;
}

    .mf_in_name span {
        display: block;
        font-size: 13px;
        color: #868C91;
        line-height: 120%;
        font-weight: normal;
        margin-top: 11px;
    }

    .mf_input1 {
        /*position: relative;
        z-index: 20;*/
    }

    .mf_input1 .mfi_block {
        float: none;
        width: auto;
    }

        .mf_input1 .mfi_block input {
            -webkit-border-radius: 2px;
                    border-radius: 2px;
        }

.mf_step_block {
    position: relative;
    z-index: 30;
}

.mf_step_block + .mf_step_block {
    z-index: 20;
}

.mf_step_block + .mf_step_block {
    margin-top: 22px;
}

.mf_textarea {
    display: block;
    width: 100%;
    height: 104px;
    resize: none;
    border: 1px solid #a7b5c1;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #8B8D90;
    font-style: normal;
    font-weight: normal;
    font-family: "Roboto";
    margin-top: 19px;
    outline-style: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    
}

.mf_input2 {
    height: 52px;
}

    .mf_input2 .mfi_block {
        width: 33.333333333333336%;
    }

        .mf_input2 .mfi_block input {
            -webkit-border-top-left-radius: 3px;
                    border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
                    border-bottom-left-radius: 3px;
            
        }

            .mf_input2 .mfi_block + .mfi_block input {
                -webkit-border-radius: 0;
                        border-radius: 0;
                -webkit-border-top-right-radius: 3px;
                        border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
                    border-bottom-right-radius: 3px;
            }

        .mf_input2 .mfi_block + .mfi_block {
            width: 66.76%;
        }

        .mf_in_list {
            margin-top: 19px;
        }

    .mfi_block .jq-selectbox__select-text {
        height: 50px;
        line-height: 50px;
    }

        .mfi_block .jq-selectbox__select {
            border-color: #A7B5C1;
        }

        .mfi_block + .mfi_block .jq-selectbox__select {
            -webkit-border-radius: 0;
                    border-radius: 0;
        }

            .mfi_block + .mfi_block + .mfi_block .jq-selectbox__select {
                 -webkit-border-radius: 0;
                        border-radius: 0;
                -webkit-border-top-right-radius: 3px;
                        border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
                    border-bottom-right-radius: 3px;
            }

            .mfi_block .jq-selectbox__select-text {
                color: #959698;
            }


        .in_error .jq-selectbox__select {
            border-color: #FD1313;
        }

            .in_error .jq-selectbox__select-text {
                color: #FD1313;
                background: #FCECEC;
            }


        .mfi_block .jq-selectbox__trigger {
            top: 24px;
        }

.mf_input5 {
    height: 52px;
    /*position: relative;*/
    /*z-index: 10;*/
}

    .mf_input5 .mfi_block {
        width: 20%;
    }

        .mf_input5 .mfi_block input {
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .mf_input5 .mfi_block + .mfi_block input {
                -webkit-border-radius: 0;
                        border-radius: 0;
            }

                .mf_input5 .mfi_block + .mfi_block:last-child input {
                    -webkit-border-top-right-radius: 3px;
                    border-top-right-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                }


.mf_step_block .check_info_send {
    margin-top: 0;
}

.mf_input22 {
    height: 52px;
    /*position: relative;*/
    /*z-index: 20;*/
}

    .mf_input22 .mfi_block {
        float: left;
        width: 50%;
    }

    .mf_input22 + .mf_input22 {
        /*z-index: 10;*/
    }


    .mf_input22 .mfi_block input, .mf_input22 .jq-selectbox__select {
        -webkit-border-top-left-radius: 3px;
                border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
                border-bottom-left-radius: 3px;
        
    }

        .mf_input22 .mfi_block + .mfi_block input, .mf_input22 .mfi_block + .mfi_block .jq-selectbox__select {
            -webkit-border-radius: 0;
                    border-radius: 0;
            -webkit-border-top-right-radius: 3px;
                    border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
                border-bottom-right-radius: 3px;
        }

.mf_check_list {
    overflow: hidden;
    margin-top: 34px;
}

    .mf_check_list .mf_step_block {
        float: left;
        width: 33.333333333333336%;
        margin-top: 0;
    }


.mf_step_three {
    margin-top: 24px;
}

.map_content {
    margin-top: 48px;
    padding-bottom: 180px;
    padding-left: 20px;
    padding-right: 20px;
}

.map_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .map_list > li {
        display: block;
        float: left;
        width: 33.33333333333333%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .map_list > li > a {
        display: block;
        font-size: 26px;
        color: #282E34;
        font-weight: 300;
    }

        .map_list > li > a + a {
            margin-top: 24px;
        }


    .map_list > li ul {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 15px;
    }


        .map_list > li ul li {
            display: block;
        }

            .map_list > li ul li + li {
                margin-top: 14px;
            }

                .map_list > li ul li a {
                    display: block;
                    font-size: 18px;
                    color: #282E34;
                    font-weight: 300;
                }

    .map_list a {
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .map_list a:hover {
            text-decoration: underline;
            color: #FD1313 !important;
        }


.support {
    margin-top: 24px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.support_text_info {
    font-size: 13px;
    color: #868C91;
    line-height: 20px;
}

.support .mortgage_form_inner {
    margin-top: 0;
}

    .support .mortgage_form {
        margin-top: 32px;
    }

    .support .mortgage_form h3 {
        max-width: 900px;
    }

    .support .mf_textarea {
        height: 166px;
    }


.support .mf_bottom, .about_new .mf_bottom {
    overflow: hidden;
    margin-top: 30px;
}

    .support .mf_bottom .support_kaptcha, .about_new .mf_bottom .support_kaptcha {
        float: left;
    }

    .support .mf_bottom .btn_main, .about_new .mf_bottom .btn_main {
        float: right;
        padding-top: 16px;
        padding-bottom: 16px;
    }


.account_autor {
    background: #FBFBFC;
}

.account_autor_inner {
    margin-top: 34px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.account_autor_form_main {
    display: block;
    overflow: hidden;
    background: #FFF;
    padding: 25px 30px 30px 30px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
            box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
}

    .aafm_avatar {
        float: left;
        width: 169px;
    }

    .aafm_avatar_title {
        font-size: 14px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 16px;
    }

    .aafm_avatar_img {
        position: relative;
        margin-top: 15px;
        z-index: 40;
    }

        .aafm_avatar_img img {
            display: block;
            width: 100%;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
        }

        .aafm_avatar_del {
            position: absolute;
            z-index: 20;
            width: 30px;
            height: 30px;
            right: -15px;
            top: -15px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            background: #fd1313 url("../img/del_avatar_autor.png") no-repeat center center;
            -webkit-border-radius: 50%;
                    border-radius: 50%;
        }

            .aafm_avatar_del:hover {
                opacity: 0.8;
            }

    .aafm_avatar_remove {
        display: inline-block;
        font-size: 14px;
        color: #282E34;
        line-height: 16px;
        text-decoration: none;
        margin-top: 10px;
        border-bottom: 1px solid #bec0c2;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .aafm_avatar_remove:hover {
            border-color: transparent;
        }


    .aafm_data {
        margin-left: 239px;
        padding-top: 27px;
    }
    
    .aafm_data .mf_in_name {
        line-height: 100%;
        font-size: 14px;
    }

    .aafm_data .mfi_block input {
        color: #282E34;
    }

    .aafm_btn {
        text-align: right;
        margin-top: 20px;
    }

        .aafm_btn .btn_main {
            padding-left: 29px;
            padding-right: 29px;
        }


.account_autor_form_two {
    margin-top: 20px;
    overflow: hidden;
    margin-left: -30px;
}

.aaft_form {
    display: block;
    float: left;
    width: 50%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .aaft_form_inner {
        border: 1px solid #f0f3f5;
        background: #FFF;
        position: relative;
        min-height: 100px;
        padding: 25px 30px 92px 30px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
    }

    .aaft_title {
        font-size: 14px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        padding-left: 31px;
        line-height: 16px;
        padding-top: 3px;
    }

    .aaft_title_sec {
        background: url("../img/autor_sec_ico.png") no-repeat left 2px;
    }

    .aaft_form .mf_input22 {
        margin-top: 29px;
    }

    .aaft_title_art {
        background: url("../img/autor_article_ico.png") no-repeat left top;
    }

    .aaft_form .aafm_btn {
        overflow: hidden;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .aafm_save_info {
            position: relative;
            float: left;
            font-size: 13px;
            color: #50B848;
            line-height: 14px;
            padding-left: 26px;
            padding-top: 2px;
            margin-top: 11px;
        }

            .aafm_save_info:before {
                content: "!";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                background: #50B848;
                text-align: center;
                font-size: 9px;
                color: #FFF;
                line-height: 16px;
                left: 0;
                top: 0;
                -webkit-border-radius: 50%;
                        border-radius: 50%;
            }

    .aaft_text {
        font-size: 13px;
        color: #868C91;
        line-height: 20px;
        margin-top: 12px;
    }

        .aaft_text a {
            color: #282E34;
        }

        .aaft_razdel {
            font-size: 12px;
            color: #282E34;
            font-weight: bold;
            text-transform: uppercase;
            margin-top: 12px;
            line-height: 20px;
        }

            .aaft_razdel a {
                color: #282E34;
            }


.page_login {
    background: url("../img/login_bg.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.login_form_main {
    max-width: 370px;
    margin: 0 auto;
}


.page_login .nav_footer {
    margin-top: 0;
}

.page_login .nav_footer .ibt_title {
    color: #FFF;
}

.page_login_table {
    display: table;
    width: 100%;
}

.page_login_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .login_form_main h1 {
        display: block;
        margin: 0;
        font-size: 45px;
        color: #FFF;
        font-weight: 300;
        position: relative;
        top: -50px;
        opacity: 0;
        -webkit-transition-delay: 0.1s;
           -moz-transition-delay: 0.1s;
            -ms-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s;
        -webkit-transition: 0.4s cubic-bezier(0, 0, 0, 1.82);
           -moz-transition: 0.4s cubic-bezier(0, 0, 0, 1.82);
            -ms-transition: 0.4s cubic-bezier(0, 0, 0, 1.82);
             -o-transition: 0.4s cubic-bezier(0, 0, 0, 1.82);
                transition: 0.4s cubic-bezier(0, 0, 0, 1.82);
    }

        .login_form_main_act h1 {
            top: 0;
            opacity: 1;
        }


.login_form {
    display: block;
    background: #FFF;
    padding: 32px 30px 40px 30px;
    margin-top: 30px;
    opacity: 0;
    -webkit-transform: scale(0.98);
       -moz-transform: scale(0.98);
        -ms-transform: scale(0.98);
         -o-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: 1.2s;
       -moz-transition: 1.2s;
        -ms-transition: 1.2s;
         -o-transition: 1.2s;
            transition: 1.2s;
    -webkit-transition-delay: 0.38s;
       -moz-transition-delay: 0.38s;
        -ms-transition-delay: 0.38s;
         -o-transition-delay: 0.38s;
            transition-delay: 0.38s;
}

    .login_form_main_act .login_form {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
            -ms-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }

    .login_form .mf_in_name {
        font-size: 14px;
        color: #282E34;
        padding-bottom: 6px;
    }

    .login_form .mf_step_block + .mf_step_block {
        margin-top: 16px;
    }

    .lf_forgot {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        color: #FD1313;
        margin-top: 13px;
    }

    .lf_save {
        display: block;
        position: relative;
        padding-left: 27px;
        margin-top: 18px;
    }

        .lf_save .jq-checkbox {
            position: absolute !important;
            left: 0;
            top: 0;
        }

        .lf_save span {
            display: inline-block;
            cursor: pointer;
            font-size: 14px;
            color: #282E34;
            line-height: 14px;
            padding-top: 1px;
            vertical-align: top;
        }


    .fl_btn {
        text-align: right;
        margin-top: 26px;
    }

        .fl_btn .btn_main {
            padding-left: 30px;
            padding-right: 30px;
            text-align: center;
            min-width: 140px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }


.aafm_text_info {
    font-size: 12px;
    color: #91A2B1;
    line-height: 15px;
    margin-top: 11px;
}

.account_autor_edit .aafm_avatar_remove {
    border: none;
    text-decoration: underline;
    color: #FD1313;
}

    .account_autor_edit .aafm_avatar_remove:hover {
        text-decoration: none;
    }


.aafm_avatar_img_edit {
    border: 1px dashed #b4c2ce;
    -webkit-border-radius: 3px;
            border-radius: 3px;
        height: 92px;
    cursor: pointer;
    background: url("../img/avatar_img_edit_ico.png") no-repeat center center;
}

.mf_input_2 {
    overflow: hidden;
    max-width: 510px;
    margin-top: 19px;
}

    .mf_input_2 .mf_input1 {
        float: left;
        width: 45%;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .mf_input_2 .mf_input1 + .mf_input1 {
            padding-left: 15px;
            padding-right: 0;
            width: 55%;
        }

.mf_text_action {
    clear: both;
    margin-top: 36px;
}
    .mf_text_action .mf_in_name {
        font-size: 14px;
        text-transform: uppercase;
        padding-bottom: 0;
    }

    .mf_text_action .mf_textarea {
        margin-top: 14px;
        height: 252px;
    }


.datepicker {
    background: url("../img/in_data_ico.png") no-repeat right center;
}

.edit_building_year_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: left;
    padding-right: 53px;
}

    .edit_building_year_list > li {
        display: block;
        float: left;
        font-size: 16px;
        color: #91A2B1;
        font-weight: 300;
        line-height: 18px;
        margin-bottom: 6px;
        margin-right: 20px;
    }


.edit_building {
    margin-top: 28px;
}

.edit_building_year {
    padding-top: 17px;
    padding-bottom: 10px;
    padding-left: 33px;
    padding-right: 15px;
    overflow: hidden;
    border: 1px dashed #91a2b1;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}

.edit_building_year_add {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 12px;
    color: #282E34;
    line-height: 14px;
    padding-top: 2px;
    margin-bottom: 6px;
}

    .edit_building_year_add span {
        display: inline-block;
        border-bottom: 1px solid #bbbdc0;
        padding-bottom: 1px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .edit_building_year_add:hover span {
            border-color: transparent;
        }

.container_builder {
    background: #FBFBFC;
    padding-bottom: 49px;
    background: #FFF;
}

.edit_building_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 19px;
}

    .edit_building_list > li {
        display: block;
        border: 1px solid #f0f3f5;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background: #FFF;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .login_form {
        -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
                box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
    }

        .edit_building_list > li + li {
            margin-top: 31px;
        }

    .ebl_head {
        overflow: hidden;
        position: relative;
        cursor: pointer;
        padding: 39px 34px 37px 34px;
    }

        .ebl_head:before {
            content: "";
            display: block;
            position: absolute;
            width: 31px;
            height: 17px;
            background: url("../img/edit_building_accordion_str.png") no-repeat left top;
            right: 35px;
            top: 45px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

        .ebl_year {
            float: left;
            font-size: 35px;
            color: #282E34;
            font-weight: 300;
            line-height: 27px;
        }

        .ebl_del {
            display: block;
            float: left;
            text-decoration: none;
            font-size: 12px;
            color: #282E34;
            line-height: 14px;
            margin-top: 6px;
            margin-left: 28px;
        }

            .ebl_del span {
                display: inline-block;
                border-bottom: 1px solid #bec0c2;
                -webkit-transition: 0.2s;
                   -moz-transition: 0.2s;
                    -ms-transition: 0.2s;
                     -o-transition: 0.2s;
                        transition: 0.2s;
            }

                .ebl_del:hover span {
                    border-color: #fd1313;
                    color: #FD1313;
                }


.ebl_content {
    padding-left: 34px;
    padding-right: 34px;
    display: none;
}

.ebl_nav {
    height: 52px;
}

    .ebl_nav .jq-selectbox {
        float: left;
        max-width: 235px;
    }

        .ebl_nav .btn_main {
            float: left;
            margin-left: 30px;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 16px;
            padding-bottom: 15px;
        }


    .ebl_format {
        float: right;
        font-size: 12px;
        color: #91A2B1;
        line-height: 15px;
        max-width: 250px;
        margin-right: 87px;
        padding-top: 9px;
    }

    .ebl_month {
        overflow: hidden;
        margin-top: 28px;
    }

    .ebl_month_name {
        float: left;
        font-size: 14px;
        line-height: 14px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
    }

    .ebl_month_del {
        display: block;
        text-decoration: none;
        float: left;
        font-size: 12px;
        color: #282E34;
        line-height: 12px;
        margin-left: 26px;
    }

        .ebl_month_del span {
            display: inline-block;
            padding-bottom: 1px;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .ebl_month_del:hover span {
                border-color: transparent;
            }

    .ebl_img_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        padding-top: 24px;
        padding-right: 10px;
    }

        .ebl_img_list > li {
            display: block;
            float: left;
            position: relative;
            margin-right: 30px;
            margin-bottom: 30px;
        }

            .ebl_img_list > li img {
                display: block;
                height: 105px;
                -webkit-border-radius: 3px;
                        border-radius: 3px;
            }

    .ebl_img_del {
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        right: -10px;
        top: -10px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        background: #fd1313 url("../img/edit_building_del_img.png") no-repeat center center;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
             -o-transform-origin: center center;
                transform-origin: center center;
    }

        .ebl_img_del:hover {
            -webkit-transform: rotate(90deg);
               -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
        }


    .ebl_img_add {
        border: 1px dashed #b4c2ce;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        width: 158px;
        height: 105px;
        display: block;
        text-decoration: none;
        text-align: center;
        padding-top: 29px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
        .ebl_img_add span {
            display: inline-block;
            font-size: 12px;
            color: #282E34;
            line-height: 12px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            padding-top: 36px;
            background: url("../img/edit_building_add_photo_ico.png") no-repeat center top;
            border-bottom: 1px solid #bec0c2;
        }

            .ebl_img_add:hover span {
                border-color: transparent;
            }

    .edit_building_list_act .ebl_head:before {
        -webkit-transform: scale(1,-1);
           -moz-transform: scale(1,-1);
            -ms-transform: scale(1,-1);
             -o-transform: scale(1,-1);
                transform: scale(1,-1);
    }

    .ebl_img_list + .ebl_month {
        margin-top: 15px;
    }


.title_back {
    position: relative;
    padding-right: 110px;
}

.tb_btn {
    position: absolute;
    right: 0;
    top: 12px;
}

.edit_building {
    padding-left: 20px;
    padding-right: 20px;
}

.edit_complex {
    margin-top: 33px;
    padding-left: 20px;
    padding-right: 20px;
}

.edit_complex_list_main {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .edit_complex_list_main > li {
        display: block;
        border: 1px solid #f0f3f5;
        background: #FFF;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        padding-top: 26px;
        padding-bottom: 34px;
        -webkit-transition: 0.4s;
           -moz-transition: 0.4s;
            -ms-transition: 0.4s;
             -o-transition: 0.4s;
                transition: 0.4s;
    }

        .edit_complex_list_main > li:hover {
            -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
                    box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
        }

        .edit_complex_list_main > li + li {
            margin-top: 20px;
        }

        .edit_complex_list_main > li + li .mfi_block input {
            height: 47px;
            font-size: 14px;
        }

        .edit_complex_list_main > li + li .mfi_block .jq-selectbox__select-text {
            height: 45px;
            line-height: 45px;
        }

        .edit_complex_list_main > li + li .mfi_block .jq-selectbox__trigger {
            top: 21px;
        }


    .ecl_name {
        font-size: 14px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 16px;
        margin-left: 34px;
        margin-right: 30px;
    }

        .ecl_name span {
            display: block;
            text-transform: none;
            font-size: 13px;
            color: #868C91;
            font-weight: normal;
            margin-top: 10px;
        }


    .ecl_content {
        padding-left: 34px;
        padding-right: 34px;
        margin-top: 24px;
    }

        .ecl_content .mf_step_block + .ecl_content {
            margin-top: 23px;
        }
            .ecl_content .mf_step_block .mf_in_name {
                font-size: 14px;
            }


        .ecl_content .ifl_form {
            margin-top: 0;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            border-color: #A7B5C1;
                
        }

        .ecl_name_map {
            padding-left: 34px;
            background: url("../img/edit_complex_area_ico.png") no-repeat left top;
        }

ul.token-input-list {
    -webkit-border-radius: 10px;
            border-radius: 10px;
}    


    .ecl_map {
        height: 330px;
        margin-top: 15px;
    }

    .ifl_form_station ul.token-input-list li input {
        background: url("../img/edit_complex_metro_ico.png") no-repeat 18px center;
    }

    .ecl_name_photo {
        background: url("../img/edit_complex_photo_ico.png") no-repeat left top;
        padding-left: 33px;
    }


.ecl_photo_content {
    overflow: hidden;
    padding-left: 34px;
    padding-right: 20px;
    margin-top: 21px;
}

.ecl_photo_content_l {
    float: left;
    width: 169px;
}

.ecl_photo_content_r {
    margin-left: 265px;
}

.ecl_photo_title {
    font-size: 14px;
    color: #282E34;
    font-weight: bold;
}

.ecl_photo_anons {
    position: relative;
    margin-top: 14px;
}

    .ecl_photo_anons img {
        display: block;
        width: 100%;
        -webkit-border-radius: 3px;
                border-radius: 3px;
    }

    .ecl_photo_content .ebl_img_list {
        padding-top: 14px;
        margin-bottom: -30px;
    }


    .mf_input33 .mfi_block {
        width: 42%;
    }

        .mf_input33 .mfi_block + .mfi_block + .mfi_block {
            width: 16%;
        }

.mf_step_block_list {
    height: 74px;
    position: relative;
    z-index: 50;
}

    .mf_step_block_list .mf_step_block {
        float: left;
    }


        .mf_step_block_list .mf_step_block + .mf_step_block {
            margin-left: 30px;
            margin-top: 0;
        }


    .ecl_name_char {
        padding-left: 33px;
        background: url("../img/edit_complex_char_ico.png") no-repeat left top;
        padding-top: 1px;
    }

    .mf_step_block_w1 {
        width: 330px;
    }

    .mf_step_block_w2 {
        width: 270px;
    }

    .mf_step_block_w3 {
        width: 70px;
    }

    .mf_step_block_w4 {
        width: 170px;
    }

    .mf_step_block .if_price {
        width: auto;
        margin-top: -10px;
    }

    .mf_step_block .nav_flat_list {
        margin-top: 0;
    }

    .mf_step_block .input_slide {
        margin-top: 11px;
    }

    .mf_step_block_list + .mf_step_block_list {
        margin-top: 22px;
        z-index: 20;
    }

.srok_liter_list {
    overflow: hidden;
    height: auto;
    padding-bottom: 1px;
}

    .srok_liter_list > li {
        display: block;
        float: left;
        width: 10%;
        margin-bottom: -1px;
        border-right: 1px solid #b9c4cd !important;
        margin-right: -1px;
    }

        .srok_liter_list > li a {
            display: block;
            width: auto !important;
        }


    .mf_step_block_list + .mf_step_block {
        margin-top: 22px;
    }


.ecl_name_coast {
    padding-left: 33px;
    background: url("../img/edit_complex_coast_ico.png") no-repeat left top;
}

.ecl_coast_list {
    overflow: hidden;
    margin-left: -30px;
}

    .ecl_coast_list .mf_step_block {
        float: left;
        width: 16.666666666666%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .ecl_coast_list .mf_step_block + .mf_step_block {
            margin-top: 0;
        }


    .ecl_coast_list + .mf_step_block {
        margin-top: 22px;
    }

    .conditions_list {
        display: block;
        overflow: hidden;
        max-width: 534px;
        margin-top: 0;
    }

        .conditions_list li {
            display: block;
            float: left;
            width: 25%;
        }

            .conditions_list li a {
                display: block;
                width: auto !important;
            }

    .ecl_content .mf_textarea {
        margin-top: 0;
        height: 252px;
    }

    .ecl_name_video {
        padding-left: 33px;
        background: url("../img/edit_complex_video_ico.png") no-repeat left 1px;
    }

    .ecl_name_doc {
        padding-left: 33px;
        background: url("../img/edit_complex_doc_ico.png") no-repeat left top;
    }

        .ecl_video_list {
            display: block;
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            margin-left: -30px;
        }

            .ecl_video_list li {
                display: block;
                float: left;
                width: 33.333333333333%;
                padding-left: 30px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
            }

                .ecl_video_list li input {
                    display: block;
                    width: 100%;
                    -webkit-transition: 0.3s;
                       -moz-transition: 0.3s;
                        -ms-transition: 0.3s;
                         -o-transition: 0.3s;
                            transition: 0.3s;
                    font-size: 16px;
                    color: #959698;
                    height: 52px;
                    padding-left: 22px;
                    padding-right: 22px;
                    border: 1px solid #a7b5c1;
                    -webkit-border-radius: 2px;
                            border-radius: 2px;
                    -webkit-box-sizing: border-box;
                       -moz-box-sizing: border-box;
                            box-sizing: border-box;
                }


                .ecl_video_list li + li + li + li {
                    margin-top: 30px;
                }

    .ecl_video_add {
        display: block;
        text-decoration: none;
        text-align: center;
        width: 100%;
        height: 52px;
        border: 1px dashed #b4c2ce;
        line-height: 14px;
        font-size: 12px;
        color: #282E34;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .ecl_video_add span {
            display: inline-block;
            border-bottom: 1px solid #bec0c2;
            padding-top: 16px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .ecl_video_add:hover span {
                border-color: transparent;
            }

    .edit_complex_save {
        text-align: right;
        margin-top: 20px;
        overflow: hidden;
    }

    .ec_deactivate {
        display: inline-block;
        text-decoration: none;
        font-size: 12px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 17px;
    }

        .ec_deactivate span {
            display: inline-block;
            border-bottom: 1px solid #bbbdc0;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .ec_deactivate:hover span {
                border-color: transparent;
            }

            .edit_complex_save .btn_main {
                padding-left: 49px;
                padding-right: 49px;
                margin-left: 30px;
                padding-top: 16px;
                padding-bottom: 15px;
            }

.edit_complex_add_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 71px;
    margin-left: -30px;
}

    .edit_complex_add_list > li {
        display: block;
        float: left;
        width: 33.333333333333%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .eca_inner {
            background: #FFF;
            border: 1px solid #f0f3f5;
            padding: 26px 34px 34px 34px;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
        }

        .eca_name {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            color: #282E34;
            line-height: 16px;
        }

        .eca_content {
            font-size: 13px;
            color: #868C91;
            line-height: 20px;
            margin-top: 10px;
            max-width: 220px;
            min-height: 60px;
            padding-bottom: 15px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .eca_content a {
                color: #282E34;
            }


        .eca_inner .btn_main {
            padding-left: 21px;
            padding-right: 21px;
        }

.edit_complex_form {
    display: block;
}

    .mf_step_block  .if_price {
        float: none;
    }


.pu_flat_descr {
    margin-top: 9px;
}

    .pu_flat_descr a {
        display: inline-block;
        font-size: 13px;
        color: #FD1313;
    }


.komplex_gall_th .owl-stage {
    display: inline-block !important;
}

.komplex_gall_th .owl-stage-outer {
    text-align: center;
}


.head_nav_inner_block {
    position: relative;
    height: 62px;
}

    .head_nav_inner_block .head_nav_inner_main {
        width: 100%;
        left: 0;
        top: 0;
        z-index: 600;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .head_nav_inner_block_act .head_nav_inner_main {
        position: fixed;
        -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
                box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    }

.klv_inner {
    position:relative;
    padding-bottom:56.25%;
    /*padding-top:30px;*/
    height:0;
    overflow:hidden;
}

.klv_inner iframe, .klv_inner object, .klv_inner embed {
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
}


.title_block_edit  {
    position: relative;
    padding-right: 150px;
}

.tbe_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    font-size: 11px;
    color: #282E34;
    line-height: 11px;
    text-decoration: none;
    padding-left: 27px;
    background: url("../img/title_block_edit_btn.png") no-repeat left top;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .tbe_btn span {
        display: inline-block;
        padding-bottom: 1px;
        border-bottom: 1px solid #bec0c2;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .tbe_btn:hover span {
        border-color: transparent;
    }

.komplex_similar_head {
    position: relative;
    padding-right: 280px;
}

.ksh_nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

    .ksh_nav > li {
        display: block;
        float: left;
    }

    .ksh_nav > li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        color: #282E34;
        height: 37px;
        line-height: 37px;
        padding-left: 20px;
        padding-right: 20px;
        background: transparent;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .ksh_nav > li a span {
            display: inline-block;
            line-height: 14px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            border-bottom: 1px dotted #bec0c2;
        }

        .ksh_nav > li a.act {
            background: #FAFBFB;
        }

        .ksh_nav > li a.act span, .ksh_nav > li a:hover span {
            border-color: transparent;
        }

.col_autor_rating:hover .hover_plashka_tooltype {
    visibility: visible;
    opacity: 1;
    top: 34px;
    -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    -webkit-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
       -moz-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
        -ms-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
         -o-transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
            transition: 0.4s cubic-bezier(0.32, 1.58, 1, 0.99);
}

.col_autor_rating .hover_plashka_tooltype {
    width: 260px !important;
    margin-left: -130px !important;
}

.compare_fixed {
    position: fixed;
    z-index: 4000;
    right: 10px;
    bottom: 70px;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 40px;
    height: 47px;
    background: url("../img/compare_fixed_ico.png") no-repeat left top;
    font-size: 14px;
    color: #FD1313;
    font-weight: bold;
    line-height: 44px;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .compare_fixed:hover {
        opacity: 0.7;
    }

    .compare_fixed_act {
		-webkit-animation: cf_anim 1s linear;
		-moz-animation: cf_anim 1s linear;
		-o-animation: cf_anim 1s linear;
		animation: cf_anim 1s linear;
    }

    @-o-keyframes cf_anim {
	   0% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  20% {
	    -webkit-transform: translateY(-25px);
	       -moz-transform: translateY(-25px);
	        -ms-transform: translateY(-25px);
	         -o-transform: translateY(-25px);
	            transform: translateY(-25px);
	  }

	  30% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  50% {
	    -webkit-transform: translateY(-10px);
	       -moz-transform: translateY(-10px);
	        -ms-transform: translateY(-10px);
	         -o-transform: translateY(-10px);
	            transform: translateY(-10px);
	  }

	  55% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  60% {
	    -webkit-transform: translateY(-5px);
	       -moz-transform: translateY(-5px);
	        -ms-transform: translateY(-5px);
	         -o-transform: translateY(-5px);
	            transform: translateY(-5px);
	  }

	  65% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  100% {
	    
	  }
	}
	@-moz-keyframes cf_anim {
	   0% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  20% {
	    -webkit-transform: translateY(-25px);
	       -moz-transform: translateY(-25px);
	        -ms-transform: translateY(-25px);
	         -o-transform: translateY(-25px);
	            transform: translateY(-25px);
	  }

	  30% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  50% {
	    -webkit-transform: translateY(-10px);
	       -moz-transform: translateY(-10px);
	        -ms-transform: translateY(-10px);
	         -o-transform: translateY(-10px);
	            transform: translateY(-10px);
	  }

	  55% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  60% {
	    -webkit-transform: translateY(-5px);
	       -moz-transform: translateY(-5px);
	        -ms-transform: translateY(-5px);
	         -o-transform: translateY(-5px);
	            transform: translateY(-5px);
	  }

	  65% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  100% {
	    
	  }
	}
	@-webkit-keyframes cf_anim {
	   0% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  20% {
	    -webkit-transform: translateY(-25px);
	       -moz-transform: translateY(-25px);
	        -ms-transform: translateY(-25px);
	         -o-transform: translateY(-25px);
	            transform: translateY(-25px);
	  }

	  30% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  50% {
	    -webkit-transform: translateY(-10px);
	       -moz-transform: translateY(-10px);
	        -ms-transform: translateY(-10px);
	         -o-transform: translateY(-10px);
	            transform: translateY(-10px);
	  }

	  55% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  60% {
	    -webkit-transform: translateY(-5px);
	       -moz-transform: translateY(-5px);
	        -ms-transform: translateY(-5px);
	         -o-transform: translateY(-5px);
	            transform: translateY(-5px);
	  }

	  65% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  100% {
	    
	  }
	}
	@keyframes cf_anim {
	   0% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  20% {
	    -webkit-transform: translateY(-25px);
	       -moz-transform: translateY(-25px);
	        -ms-transform: translateY(-25px);
	         -o-transform: translateY(-25px);
	            transform: translateY(-25px);
	  }

	  30% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  50% {
	    -webkit-transform: translateY(-10px);
	       -moz-transform: translateY(-10px);
	        -ms-transform: translateY(-10px);
	         -o-transform: translateY(-10px);
	            transform: translateY(-10px);
	  }

	  55% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  60% {
	    -webkit-transform: translateY(-5px);
	       -moz-transform: translateY(-5px);
	        -ms-transform: translateY(-5px);
	         -o-transform: translateY(-5px);
	            transform: translateY(-5px);
	  }

	  65% {
	    -webkit-transform: translateY(0px);
	       -moz-transform: translateY(0px);
	        -ms-transform: translateY(0px);
	         -o-transform: translateY(0px);
	            transform: translateY(0px);
	  }

	  100% {
	    
	  }
	}

.login_line {
    padding-left: 20px;
    padding-right: 20px;
    background: #292f35 url("../img/login_line.png") repeat-x left bottom;
}

    .login_line .wmain {
        overflow: hidden;
        padding-top: 13px;
        padding-bottom: 19px;
    }

    .ll_nav {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        float: left;
    }

    .ll_nav li {
        display: block;
        float: left;
    }

        .ll_nav li + li {
            margin-left: 39px;
        }

        .ll_nav li a {
            display: block;
            text-decoration: none;
            font-size: 11px;
            line-height: 18px;
            color: rgba(255,255,255,0.5);
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .ll_nav li a:hover {
                color: #FFF;
            }

        .lln_edit {
            padding-left: 28px;
            background: url("../img/lk_head_edit_jk_ico.png") no-repeat left top;
        }

        .lln_send {
            background: url("../img/lk_head_send_ico.png") no-repeat left 2px;
            padding-left: 27px;
        }

        .lln_message {
            background: url("../img/lk_head_message_ico.png") no-repeat left 2px;
            padding-left: 26px;
        }

.ll_lk {
    float: right;
    display: block;
    text-decoration: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ll_lk li {
        display: block;
        float: left;
    }

        .ll_lk li + li {
            margin-left: 28px;
        }

        .ll_lk li a {
            display: block;
            text-decoration: none;
            font-size: 11px;
            line-height: 18px;
            color: rgba(255,255,255,0.5);
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .ll_lk li a:hover {
                color: #FFF;
            }

.komplex_area_main {
    position: relative;
    height: 596px;
    margin-top: 20px;
    overflow: hidden;
}

.komplex_area_main .klb_price_mobile {
    display: block;
    font-size: 18px;
    color: #FD1313;
    margin-top: 7px;
}

.komplex_area_main .klb_info {
    margin-top: 14px;
}

.komplex_area_main .klb_rating {
    margin-top: 11px;
}

.komplex_area_main .kompleks_list_block {
    width: 302px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 50;
    background: #FFF;
    height: 100%;
    overflow: hidden;
    padding-left: 9px;
    -webkit-box-shadow: -10px 0px 15px rgba(0,0,0,0.2);
            box-shadow: -10px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.komplex_area_main .klb_content {
    margin-left: 0;
    padding-left: 5px;
}

.komplex_area_main .klb_flat_price {
    width: 145px;
}


.komplex_area_main .klb_img {
    float: none;
    width: auto;
    padding-left: 5px;
}

.komplex_area_main .klb_action {
    left: 0;
}

.komplex_area_main .klb_flat_price {
    padding-left: 20px;
}

.komplex_area_main .klb_flat_list {
    margin-top: 19px;
}

.komplex_area_main .klb_head {
    padding-top: 13px;
}

.scroll_style_small .mCSB_scrollTools {
    width: 2px;
    z-index: 100;
    opacity: 0;
}

.scroll_style_small:hover .mCSB_scrollTools {
    opacity: 1;
}

.lbl_no_logo {
    display: block;
    width: 50px;
    height: 58px;
    text-align: center;
    font-size: 26px;
    color: #FD1313;
    line-height: 56px;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1px;
    background: url("../img/list_building_no_logo.png") no-repeat left top;
    margin: 0 auto;
}

.lbl_info_inner i {
    font-style: normal;
}


.komplex_gall_big .owl-stage-outer:before {
    content: '';
    display: block;
    border: 6px solid #fd1212;
    border-top: 6px solid rgba(255,255,255,0) !important;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 20;
}

    .kgb_inner {
        position: relative;
        z-index: 60;
    }
    .kgb_inner a {
        position: relative;
        z-index: 50;
    }

.fancybox-loading {
    border: 6px solid #fd1212 !important;
    border-top: 6px solid rgba(255,255,255,0) !important;
}

.komplex_gall_big .owl-stage {
    z-index: 50;
}


body .head_select_sity {
    float: left;
    width: auto !important;
    padding-right: 20px;
}

.head_select_sity .jq-selectbox__select {
    border: none;
}

.head_select_sity .jq-selectbox__select-text {
    height: 50px;
    line-height: 50px;
    padding-right: 0;
    width: auto !important;
    padding-left: 0;
}

.head_select_sity .jq-selectbox__trigger {
    right: -20px;
    top: 23px;
}

.head_select_sity .jq-selectbox__dropdown {
    width: auto !important;
    border: none;
    white-space: nowrap;
    margin-left: -15px;
    -webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
            box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.head_select_sity .jq-selectbox {
    white-space: nowrap !important;
}


.head_select_sity ul li {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 14px;
}

.hl_logo_one {
    display: block;
    text-decoration: none;
    float: left;
    position: relative;
    top: 8px;
}

    .hl_logo_one + .nav_mobile_btn + .head_select_sity {
        margin-left: 20px;
    }


.hl_top .hni_right {
    display: none;
}

.nav_block {
    display: none;
}

    .nav_block .hl_nav {
        display: block;
    }


.nav_mobile_block {
    display: none;
}

.nav_mobile_dop {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px;
    margin-top: 15px;
}

    .nav_mobile_dop li {
        display: block;
    }

        .nav_mobile_dop li + li {
            margin-top: 25px;
        }

        .nav_mobile_dop li a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: #282E34;
            line-height: 120%;
        }


.in_1 span {
    float: none !important;
    width: 100% !important;
}

    .in_1 span input {
        -webkit-border-radius: 2px;
                border-radius: 2px;
    }


.fi_info_mob {
    display: none;
}

.hl_logo + .nav_mobile_btn + .head_select_sity {
    margin-left: 79px;
    margin-left: 0;
}

    .hl_logo + .nav_mobile_btn + .head_select_sity + .hni_right + .hl_nav {
        margin-left: 45px;
    }


.complex_get_present {
    margin-top: 15px;
    padding-bottom: 20px;
}


    .complex_get_present a {
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        color: #FD1313;
    }

.klv_content {
    padding-left: 110px;
    padding-right: 20px;
}

.klv_title {
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 20px;
    max-width: 180px;
}

.klv_subscr_tetx {
    font-size: 13px;
    color: #282E34;
    font-weight: bold;
    line-height: 20px;
    margin-top: 23px;
    max-width: 260px;
}

.klv_ico {
    margin-top: 16px;
}

.komplex_video_list_one + .btn_slide_text {
    display: none !important;
}


#f_set_city {
    display: block;
    float: left;
}


.pu_sity {
    max-width: 1168px;
    padding: 38px 30px 48px 69px;
}


.pu_sity_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 36px;
}

    .pu_sity_list > li {
        display: block;
        float: left;
        width: 33.333333333333336%;
        padding-right: 15px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .pu_sity_list_inner {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .pu_sity_list_inner li {
            display: block;
        }

        .pu_sity_list_inner li a {
            display: inline-block;
            font-size: 14px;
            color: #282E34;
            border: 1px solid transparent;
            background: transparent;
            text-decoration: none;
            padding-left: 11px;
            padding-right: 11px;
            line-height: 100%;
            padding-top: 7px;
            padding-bottom: 5px;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
        }

            .pu_sity_list_inner li a span {
                border-bottom: 1px solid #bec0c2;
                display: block;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .pu_sity_list_inner li a:hover span {
                    border-color: #FEB8B8;
                }

            .pu_sity_list_inner li a:hover span {
                color: #FD1313;
            }

            .pu_sity_list_inner li a.act {
                border: 1px solid #fedc89;
                background: #FEEDC4;
                text-decoration: none;
                padding-left: 11px;
                padding-right: 11px;
                color: #282E34 !important;
                -webkit-border-radius: 3px;
                        border-radius: 3px;
            }

            .pu_sity_list_inner li a.act span {
                border-color: transparent !important;
                color: #282E34 !important;
            }


    .psl_block {
        position: relative;
        padding-left: 39px;
    }

        .psl_block i {
            font-size: 14px;
            line-height: 14px;
            color: #91A2B1;
            font-weight: 900;
            text-transform: uppercase;
            position: absolute;
            left: 0;
            top: 7px;
            font-style: normal;
        }

    .policy {
        font-size: 12px;
        color: #91A2B1;
        line-height: 13px;
        margin-left: 48px;
        max-width: 515px;
        margin-top: 15px;
    }

        .policy a {
            color: #282E34;
        }


.prc_all_1 .prc_num {
    color: #C90303;
}
    
    .prc_all_1 .prc_good {
        color: #C90303;
    }

    .prc_all_2 .prc_num {
        color: #ff7e00;
    }
        
        .prc_all_2 .prc_good {
            color: #ff7e00;
        }

        .prc_all_3 .prc_num {
            color: #80ce1b;
        }
            
            .prc_all_3 .prc_good {
                color: #80ce1b;
            }


.head_nav_fixed {
    height: 35px;
}

    .head_nav_fixed_act .head_nav_inner_main {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 900;
        -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
                box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .head_nav_fixed_act .hni_right {
        overflow: hidden;
    }

    .head_nav_fixed_act .hni_phone {
        float: left;
        margin-top: 9px;
    }

    .head_nav_fixed_act .hni_call {
        float: right;
    }

    .head_nav_fixed_act .hni_call a {
        border: none;
        font-size: 12px;
        text-transform: uppercase;
        color: #fd1313;
        font-weight: bold;
        height: 37px;
        line-height: 35px;
        display: block;
        background: none;
        padding-left: 29px;
        padding-right: 29px;
        margin-top: 1px;
        margin-left: 30px;
        border: 1px solid #f4afb1;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .head_nav_fixed_act .hni_call a:hover {
            opacity: 0.7;
        }


.sir_about_text {
    font-size: 11px;
    color: #B4C2CE;
    line-height: 12px;
    margin-top: 6px;
}


.in_2 span {
    width: 50%;
}

.in_2 span + span {
    width: 50%;
}

.pu_auth_soc {
    margin-top: 25px;
}

.pu_auth_soc_title {
    font-size: 14px;
    color: #282E34;
    line-height: 100%;
}

.pu_auth_soc_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 14px;
}
    .pu_auth_soc_list li {
        display: block;
        float: left;
    }

        .pu_auth_soc_list li + li {
            margin-left: 10px;
        }

        .pu_auth_soc_list li a {
            display: block;
            text-decoration: none;
            font-size: 12px;
            color: #FFF;
            font-weight: bold;
            height: 38px;
            line-height: 38px;
            -webkit-border-radius: 6px;
                    border-radius: 6px;
            padding-right: 15px;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .pu_auth_soc_list li a:hover {
                opacity: 0.8;
            }

        .pas_vk {
            padding-left: 49px;
            background: #54769b url("../img/pu_auth_soc_vk.png") no-repeat 11px center;
        }

        .pas_fb {
            padding-left: 38px;
            background: #3a5ba0 url("../img/pu_auth_soc_fb.png") no-repeat 12px center;
        }

        .pas_ok {
            padding-left: 40px;
            background: #f2720c url("../img/pu_auth_soc_ok.png") no-repeat 12px center;
        }

.dev_filtr_fixed {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -50px;
    z-index: 9000;
    background: #282E34;
    opacity: 0;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

    .dev_filtr_fixed > li {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .dev_filtr_fixed > li + li {
            border-left: 1px solid #3e4349;
        }

        .dev_filtr_fixed > li a {
            display: block;
            text-decoration: none;
            font-size: 11px;
            height: 50px;
            line-height: 50px;
            padding-left: 45px;
            color: rgba(255,255,255,0.5);
        }

        .dff_filtr {
            background: url("../img/fixed_filtr_ico.png") no-repeat 19px center;
        }

        .dff_sort {
            background: url("../img/fixed_sort_ico.png") no-repeat 19px center;
        }

        .dff_phone {
            background: url("../img/komplex_fixed_mobile_ico_phone.png") no-repeat 19px center;
        }

        .dff_call {
            background: url("../img/komplex_fixed_mobile_ico_mail.png") no-repeat 19px center;
        }


.nmb_line {
    height: 1px;
    background: #DCE1E6;
}


.nav_mobile_block {
    padding-left: 49px;
    padding-right: 49px;
}

.nav_mobile_block .hl_nav li a {
    padding-left: 0;
    padding-right: 0;
}

.nav_mobile_block .head_select_sity {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
}

body .nav_mobile_block .hl_nav {
    left: 0 !important;
    margin-top: 20px;
}

.nav_mobile_dop {
    margin-left: 0;
}

body .nav_mobile_block .hl_quest_btn {
    margin-left: 0 !important;
    margin-top: 32px !important;
}

.nav_mobile_block .jq-selectbox__select-text {
    font-size: 16px;
    font-weight: bold;
}

.hover_plashka_rating_main {
    width: 270px !important;
    margin-left: -135px !important;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hover_plashka_rating_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .hover_plashka_rating_list > li {
        display: block;
        overflow: hidden;
        opacity: 0;
        position: relative;
        top: 10px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .hover_plashka_rating_list > li + li {
            margin-top: 8px;
        }

        .prc_other_name > span:hover .hover_plashka_rating_list > li {
            opacity: 1;
            top: 0;
            -webkit-transition-delay: 0.1s;
               -moz-transition-delay: 0.1s;
                -ms-transition-delay: 0.1s;
                 -o-transition-delay: 0.1s;
                    transition-delay: 0.1s;
        }

            .prc_other_name > span:hover .hover_plashka_rating_list > li + li {
                -webkit-transition-delay: 0.15s;
                   -moz-transition-delay: 0.15s;
                    -ms-transition-delay: 0.15s;
                     -o-transition-delay: 0.15s;
                        transition-delay: 0.15s;
            }

            .prc_other_name > span:hover .hover_plashka_rating_list > li + li + li {
                -webkit-transition-delay: 0.2s;
                   -moz-transition-delay: 0.2s;
                    -ms-transition-delay: 0.2s;
                     -o-transition-delay: 0.2s;
                        transition-delay: 0.2s;
            }

            .prc_other_name > span:hover .hover_plashka_rating_list > li + li + li + li {
                -webkit-transition-delay: 0.25s;
                   -moz-transition-delay: 0.25s;
                    -ms-transition-delay: 0.25s;
                     -o-transition-delay: 0.25s;
                        transition-delay: 0.25s;
            }

            .prc_other_name > span:hover .hover_plashka_rating_list > li + li + li + li + li {
                -webkit-transition-delay: 0.3s;
                   -moz-transition-delay: 0.3s;
                    -ms-transition-delay: 0.3s;
                     -o-transition-delay: 0.3s;
                        transition-delay: 0.3s;
            }


.hpr_list_ico {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: left;
    width: 49px;
}

    .hpr_list_ico li {
        display: block;
        float: right;
        width: 9px;
        height: 8px;
        background: url("../img/hover_plashka_tooltype_rating_ico.png") no-repeat left top;
    }

        .hpr_list_ico li + li {
            margin-left: 1px;
        }


    .hpr_progress {
        float: left;
        height: 8px;
        margin-left: 10px;
    }

    .hprl_num {
        float: left;
        font-size: 10px;
        color: #8B8D8F;
        font-weight: bold;
        line-height: 8px;
        margin-left: 10px;
    }

.kif_block_left {
    float: left;
    width: 41.8%;
    margin-top: 35px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.kif_block_right {
    float: right;
    width: 48.4%;
    margin-top: 36px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.kif_block_two {
    width: auto;
    margin-top: 32px;
}

.kif_block_two .if_block_slide {
    float: left;
    width: 50%;
    margin: 0 !important;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .kif_block_two .if_block_slide + .if_block_slide {
        padding-left: 15px;
        padding-right: 0;
    }

    .kif_block_two .if_block_slide + .if_block_slide + .if_block_slide {
        float: left;
        padding: 0;
        width: 100%;
        margin-top: 26px !important;
    }


.kif_block_logo_slider {
    padding-left: 36px;
    padding-right: 36px;
}

.kif_block_logo_slider .slick-prev, .kif_block_logo_slider .slick-next {
    width: 30px;
    height: 30px;
    background: url("../img/kif_block_slider_str.png") no-repeat left center;
    margin-top: -15px;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .kif_block_logo_slider .slick-prev:hover, .kif_block_logo_slider .slick-next:hover {
        opacity: 0.5;
    }

.kif_block_logo_slider .slick-next {
    background-position: right center;
}

.kbl_ico {
    display: table;
    width: 100%;
    height: 49px;
    text-align: center;
    opacity: 0.3;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .kbl_select .kbl_ico {
        opacity: 1;
    }

    .kbl_inner {
        cursor: pointer;
    }

        .kbl_inner:hover .kbl_ico {
            opacity: 0.8;
        }

    .kbl_ico span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        padding-left: 5px;
        padding-right: 5px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .kbl_ico img {
        display: inline-block !important;
        max-width: 100%;
        max-height: 46px;
    }

    .kbl_num {
        font-size: 12px;
        color: #282E34;
        line-height: 14px;
        text-align: center;
    }


.komplex_ipoteka_form_re {
    padding-right: 65px;
    padding-bottom: 65px;
}

.kif_select_logo {
    overflow: hidden;
}

.kif_select_logo_img {
    float: left;
    display: table;
    width: 200px;
    height: 61px;
}

    .kif_select_logo_img span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

        .kif_select_logo_img img {
            display: inline-block;
            max-width: 100%;
            max-height: 56px;
        }


    .kif_select_logo_text {
        display: table;
        height: 61px;
        margin-left: 200px;
    }

        .kif_select_logo_text span {
            display: table-cell;
            width: 100%;
            vertical-align: middle;
            font-size: 18px;
            color: #282E34;
            font-weight: bold;
            padding-bottom: 10px;
        }


    .kif_select_price {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        margin-top: 27px;
    }

        .kif_select_price li {
            display: block;
            overflow: hidden;
            vertical-align: bottom;
            padding-top: 6px;
        }

            .kif_select_price li span {
                display: block;
                float: left;
                width: 200px;
                font-size: 14px;
                line-height: 16px;
                color: #282E34;
                line-height: 120%;
                vertical-align: bottom;
            }

            .kif_select_price li + li {
                margin-top: 3px;
            }

    .kif_block_right .kif_result_form {
        margin-top: 42px;
        float: none;
    }

    .kif_block_right .kif_result_form_inner .in_style {
        width: 100%;
    }

    .kif_block_right .kif_result_form_inner {
        padding-right: 230px;
        position: relative;
    }

    .kif_block_right .kif_result_form_inner .btn_main {
        float: none;
        position: absolute;
        width: auto;
        right: 0;
        top: 0;
        font-size: 12px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 18px;
        padding-bottom: 17px;
        margin-left: 0;
    }


    .kif_select_price_month, .kif_select_price_kredit {
        margin-left: 200px;
        vertical-align: bottom;
    }

    .kif_select_price_month {
        font-size: 24px;
        color: #FD1313;
        font-weight: 300;
        line-height: 20px;
        margin-top: -6px;
    }

    .kif_select_price_kredit {
        font-size: 16px;
        color: #282E34;
        font-weight: bold;
    }


.komplex_doc {
    padding-left: 20px;
    padding-right: 20px;
}

    .komplex_doc h2 {
        display: block;
        margin: 0;
        font-size: 36px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
    }


.komplex_doc_head {
    overflow: hidden;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    margin-top: 21px;
}

.kdh_img {
    display: table;
    float: left;
    width: 260px;
    height: 93px;
}

    .kdh_img span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .kdh_img img {
        display: inline-block;
        max-width: 100%;
        max-height: 86px;
    }

    .kdh_text {
        height: 93px;
        display: table;
        margin-left: 300px;
        font-size: 18px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
        padding-right: 15px;
    }

        .kdh_text span {
            display: table-cell;
            vertical-align: middle;
        }


.komplex_doc_content {
    margin-top: 22px;
    font-size: 13px;
    color: #868C91;
    line-height: 20px;
}
    
    .komplex_doc_content p {
        display: block;
        margin: 0;
    }

        .komplex_doc_content p + p {
            margin-top: 15px;
        }


    .komplex_doc_list {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 23px;
    }

        .komplex_doc_list li {
            display: inline-block;
            vertical-align: top;
            width: 25%;
            margin-right: -3px;
            padding-right: 30px;
            margin-bottom: 25px;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

            .komplex_doc_list li a {
                display: block;
                font-size: 13px;
                line-height: 20px;
                color: #282E34;
                min-height: 26px;
                padding-left: 41px;
                padding-top: 3px;
                -webkit-box-sizing: border-box;
                   -moz-box-sizing: border-box;
                        box-sizing: border-box;
                background: url("../img/accont_complex_doc_ico.png") no-repeat left top;
            }

    .komplex_doc .btn_slide_text {
        margin-top: 0;
    }


.komplex_doc + .coplex_otz .coplex_otz_inner {
    border-top: none;
    padding-top: 30px;
}

.klp_flat_btn_main .klp_flats_btn {
    width: 100%;
    margin-left: -1px;
}

.nav_jk_list_kompleks2 {
    margin-top: 0;
    margin-top: 6px;
}

.sort_head_two {
    margin-top: 6px;
}

.nav_jk_list_kompleks2 li a {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
}

.sort_head_two .sort_head_name {
    height: 35px;
    line-height: 35px;
}

.sort_head_two li {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 6px;
}

.sort_head_two li.shl_coast:before {
    top: 14px;
}

.pu_county_main {
    overflow: hidden;
    margin-top: 36px;
}

.pu_county_title {
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 1px;
    color: #282E34;
    font-weight: bold;
}

.pu_county_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: 232px;
}

    .pu_county_list li {
        display: block;
        float: left;
        margin-right: 29px;
        margin-bottom: 10px;
    }

    .pu_county_list li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        color: #282E34;
        line-height: 14px;
        border-bottom: 1px solid #bec0c2;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .pu_county_list li a:hover {
            border-color: transparent;
        }


.pu_county_list_inner {
    margin-top: 0;
}

.pu_county_list_inner > li {
    width: 25%;
}

.pu_county_list_inner .psl_block {
    padding-left: 22px;
}

.pu_county_list_inner li a {
    text-decoration: underline;
}


.pu_metro_moscow {
    height: 632px;
    width: 901px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 27px;
    position: relative;
    background: url(../img/merto_moscow.png) no-repeat center top;
}

.pu_metro_moscow2 {
    height: 1180px;
    width: 974px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 27px;
    position: relative;
    padding-left: 36px;
    background: url(../img/msk-metro.png) no-repeat center 19px;
}

.metroStation {
    position: absolute;
    line-height: 11px;
    text-transform: none;
}


.metroStation > span, .metroStation > a {
    display: block;
    padding: 0 2px;
    padding-right: 3px;
    position: relative;
    color: #4e4f51;
    letter-spacing: -0.5px;
    font-size: 12px;
    font-family: "PT Sans";
    font-weight: normal;
    line-height: 15px;
    background: none;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

.metroStation.active a, .metroStation:hover a {
    color: #c94141;
    background-color: #ffeec6;
    border-color: #fedc8a;
}


.metroStation > span {
    opacity: 0.5;
}

.metroStation_some a {
    background: none !important;
    color: #4e4f51 !important;
}

    .metroStation_some span {
        display: inline-block;
        padding: 0 2px;
        text-align: center;
    }

    .metroStation_some:hover a span {
        color: #fff !important;
        background-color: #ff0d29 !important;
    }

    .metroStation span, .metroStation a {
    	display: block !important;
    }

    .metroStation a {
    	padding-top: 3px;
    	padding-bottom: 3px;
    }

    .metroStation_some span {
        position: absolute !important;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

    .metroStation_some #may {
        left: -84px;
        top: 2px;
    }


    .metroStation_some #dstv {
        top: 32px;
    }

    .metroStation_some #np {
        left: -114px;
        top: 34px;
    }

    .metroStation_some #spas {
        left: 74px;
    }

    .metroStation_some #sen {
        top: 44px;
        left: 6px;
    }

    .metroStation_some #zas {
        left: -81px;
        top: 43px;
    }

    .metroStation_some #put {
        left: -100px;
        top: -32px;
    }

    .metroStation_some #zven {
        top: 26px;
    }


.pu_metro_inner .mCustomScrollBox {
    padding-bottom: 20px !important;
}

.pu_metro_inner .mCSB_container {
    margin: 0 auto !important;
}

.metroStation_some.active a span {
    color: #fff !important;
    background-color: #ff0d29 !important;
}

.kls_decoration {
    display: block;
}

    .kls_decoration li + li {
        width: 75%;
    }


.klp_flats_jk {
    font-size: 12px;
    color: #A7B5C1;
    line-height: 12px;
    margin-top: 6px;
}


.komplex_flat .klp_flats_info {
    height: 73px;
}


.klp_flats_area_all {
    font-size:  12px;
    color: #282E34;
    line-height: 14px;
    margin-left: 29px;
    padding-left: 36px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 6px;
    background: url("../img/klp_flats_list_area_ico.png") no-repeat left center;
    margin-top: 9px;
}

    .klp_flats_area_all sup {
        font-size: 8px;
        display: inline-block;
        margin-left: 1px;
    }

     .klp_flats_footer_r {
        border-left: 1px solid #e9eaea;
        height: 50px;
        overflow: hidden;
         -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
                 box-sizing: border-box;
     }


.ifs_conditions, .ifs_decoration {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ifs_conditions {
    padding-right: 10px;
}

.ifs_decoration {
    padding-left: 10px;
}

.nav_flat_payment li {
    width: 50%;
}


.mf_distance_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    max-width: 435px;
    border: 1px solid #a7b5c1;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}


    .mf_distance_list > li {
        display: block;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .mf_distance_list > li + li {
            border-left: 1px solid #a7b5c1;
        }

        .mf_distance_list > li input {
            display: block;
            width: 100%;
            border: none;
            height: 50px;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 16px;
            color: #8B8D90;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }
        

            .mf_distance_list > li input:focus {
                color: #282E34;
            }

.ecl_doc_list {
    display: block;
    margin: 0;
    padding: 0;
}

    .ecl_doc_list li {
        display: block;
        overflow: hidden;
        vertical-align: top;
    }

        .ecl_doc_list li + li {
            margin-top: 30px;
        }


    .ecl_doc_in {
        float: left;
        width: 33.333333333%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .ecl_doc_in input {
            display: block;
            width: 100%;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            font-size: 16px;
            color: #959698;
            height: 52px;
            padding-left: 22px;
            padding-right: 22px;
            border: 1px solid #a7b5c1;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: 0.2s;
               -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                 -o-transition: 0.2s;
                    transition: 0.2s;
        }

            .ecl_doc_in input:focus {
                color: #282E34;
            }

.ecl_doc_file {
    float: left;
    font-size: 14px;
    color: #282E34;
    padding-left: 10px;
    width: 300px;
    padding-top: 14px;
    line-height: 120%;
    padding-right: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .ecl_doc_file span {
        text-decoration: underline;
    }

.ecl_doc_upload {
    color: #282E34;
}

    .ecl_doc_upload:hover {
        text-decoration: none;
    }

.ecl_doc_file_clear {
    float: left;
    line-height: 16px;
    padding-top: 14px;
    font-size: 14px;
}

    .ecl_doc_file_clear a {
        color: #282E34;
        padding-right: 68px;
        padding-top: 1px;
        padding-bottom: 2px;
        background: url("../img/ecl_doc_file_clear.png") no-repeat right center;
    }


.ecl_doc_footer {
    overflow: hidden;
    margin-top: 29px;
}

.ecl_doc_add {
    display: block;
    float: left;
    width: 33.3333333333%;
    padding-right: 20px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ecl_doc_add_inner {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 12px;
    color: #282E34;
    height: 47px;
    border: 1px dashed #b4c2ce;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 44px;
}

    .ecl_doc_add_inner span {
        display: inline-block;
        border-bottom: 1px solid #bec0c2;
        line-height: 12px;
        padding-bottom: 1px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .ecl_doc_add_inner:hover span {
            border-color: transparent;
        }


    .ecl_doc_footer .edit_complex_save {
        float: right;
        margin-top: 0;
    }

    .mf_decoration_check {
        display: block;
        float: left;
        margin-left: 30px;
        font-size: 14px;
        color: #282E34;
        cursor: pointer;
        margin-top: 43px;
    }

        .mf_decoration_check span {
            display: block;
            margin-left: 23px;
            line-height: 12px;
            padding-top: 2px;
        }

        .mf_decoration_check .jq-checkbox {
            float: left;
        }


.cancel_subscribe {
    margin-top: 24px;
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
}

    .cancel_subscribe .wmain {
        border-top: 1px solid #e9e9e9;
        padding-top: 38px;
        position: relative;
    }

        .cancel_subscribe .wmain:before {
            content: "";
            display: block;
            position: absolute;
            background: url("../img/cancel_subscr_pc.png");
            width: 571px;
            height: 313px;
            right: 0;
            top: 49px;
        }


    .cs_title {
        font-size: 32px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
    }

    .cs_title_info {
        font-size: 18px;
        color: #282E34;
        font-weight: 300;
        line-height: 24px;
        max-width: 344px;
        margin-top: 26px;
    }

    .cs_check_list {
        max-width: 344px;
        margin-top: 40px;
    }

        .cs_check_list label {
            display: block;
            overflow: hidden;
            font-size: 13px;
            color: #282E34;
            font-weight: 300;
            line-height: 20px;
            cursor: pointer;
        }

            .cs_check_list label .jq-checkbox {
                float: left;
                margin-top: 3px;
            }

            .cs_check_list label span {
                margin-left: 33px;
                display: block;
            }

            .cs_check_list label + label {
                margin-top: 18px;
            }


.cs_what {
    background: url("../img/cs_what_bg_text.png") no-repeat center top;
    margin-top: 15px;
    padding-top: 32px;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
}

.cs_what .cs_title, .cs_what .cs_title_info, .cs_what .cs_what_list {
    max-width: 569px;
}


.cs_what .cs_title_info {
    max-width: 434px;
}

.cs_what_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #b8c0c2;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    overflow: hidden;
    margin-top: 25px;
}

.btn_unsubscr {
    margin-top: 50px;
}

    .btn_unsubscr .btn_main {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 18px;
        padding-bottom: 17px;
    }

    .cs_what_list li {
        display: block;
        cursor: pointer;
        font-size: 14px;
        color: #282E34;
        line-height: 16px;
        padding-left: 20px;
        padding-right: 45px;
        background: #FFF;
        position: relative;
        padding-top: 14px;
        padding-bottom: 14px;
        min-height: 45px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .cs_what_list li:before {
            content: "";
            display: block;
            position: absolute;
            background: url("../img/cs_what_check.png") no-repeat left top;
            width: 10px;
            height: 8px;
            right: 20px;
            top: 19px;
            opacity: 0;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
            
        }

            .cs_what_list li.act:before {
                opacity: 1;
            }

        .cs_what_list li.act {
            background: #feedc4;
        }

        .cs_what_list li + li {
            border-top: 1px solid #abb8c3;
        }

        .cs_what_list li input {
            display: block;
            position: absolute;
            border: none;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            font-size: 14px;
            color: #282E34;
            padding-left: 20px;
            padding-right: 45px;
            background: transparent;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

.pu_metro_big_text .metroStation > span, .pu_metro_big_text .metroStation > a {
    font-size: 15px;
    line-height: 22px;
}

.pu_metro_big_text .metroStation span {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.pu_metro_ekb, .pu_metro_samara, .pu_metro_kazan, .pu_metro_novgorod, .pu_metro_novosib {
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
}

.pu_metro_kazan {
    width: 600px;
}

.pu_metro_novgorod, .pu_metro_novosib {
    width: 800px;
}

    .pu_metro_ekb img, .pu_metro_samara img, .pu_metro_kazan img, .pu_metro_novgorod img, .pu_metro_novosib img {
        display: block;
        width: 100%;
    }


.aal_no_img {
    background: #e9eaea url("../img/all_about_no_img.png") no-repeat center 40% !important;
}

    .aal_no_img img {
        opacity: 0;
    }

.edit_flats_main .container_builder {
    background: #FBFBFC;
}

.edit_flats {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.edit_flats {
    margin-top: 60px;
}

.edit_flats_head {
    height: 52px;
}

.edit_flats_head .efh_select_liter {
    float: left;
    width: 235px;
}

.efh_select_liter .jq-selectbox__select-text {
    height: 50px;
    line-height: 50px;
    background: #FFF;
    font-size: 16px;
}

.efh_select_liter .jq-selectbox__trigger {
    top: 24px;
}

.efh_right {
    float: right;
    overflow: hidden;
}

.efh_right .btn_main {
    float: left;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 19px;
    padding-right: 19px;
    border-color: #D10909;
    background: transparent;
    color: #FD1313;
}

    .efh_right .btn_main:hover {
        color: #FFF;
        background: #D10909;
    }

.efh_right_info {
    float: left;
    width: 197px;
    display: table;
    height: 52px;
    margin-left: 30px;
    font-size: 13px;
    color: #868C91;
}

    .efh_right_info a {
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        color: #282E34;
        border-bottom: 1px solid #bbbdc0;
        margin-bottom: 2px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .efh_right_info a:hover {
            border-color: transparent;
        }

    .efh_right_info span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

.edit_flats_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-left: -20px;
    padding-top: 30px;
}

    .edit_flats_list > li {
        display: block;
        float: left;
        width: 50%;
        padding-left: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .edit_flats_list > li + li + li {
            margin-top: 20px;
        }


    .efl_inner {
        position: relative;
        height: 244px;
        padding-left: 20px;
        border: 1px solid #f0f3f5;
        background: #FFF;
        height: 244px;
        overflow: hidden;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.efl_img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 40;
    display: table;
    height: 244px;
    width: 272px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .efl_img span {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    .efl_img img {
        display: inline-block;
        max-width: 100%;
        max-height: 200px;
    }


.efl_content {
    display: table;
    height: 244px;
    padding-left: 270px;
    padding-right: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.efl_content_inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}


.efl_room {
    overflow: hidden;
    cursor: default;
}

    .efl_room span {
        display: block;
        float: left;
        font-size: 18px;
        line-height: 18px;
        color: #282E34;
        text-transform: uppercase;
        border-bottom: 1px solid #bec0c2;
    }

    .efl_room i {
        display: block;
        float: left;
        font-style: normal;
        font-size: 10px;
        color: #282E34;
        font-weight: bold;
        line-height: 18px;
        text-transform: uppercase;
        padding-bottom: 1px;
        margin-left: 24px;
    }


.efl_info {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 22px;
    padding-right: 16px;
}

    .efl_info > li {
        display: block;
        float: left;
        width: 50%;
        padding-left: 29px;
        font-size: 12px;
        color: #91A2B1;
        padding-top: 1px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }


        .efl_info > li span {
            display: block;
            font-size: 12px;
            color: #282E34;
            padding-top: 1px;
        }

            .efl_info > li span sup {
                line-height: 6px;
                font-size: 8px;
            }

.efl_info_srok {
    background: url("../img/edit_flat_ico_srok.png") no-repeat left top;
}

.efl_info_area {
    background: url("../img/edit_flat_ico_area.png") no-repeat left top;
}

.efl_check {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 24px;
}

    .efl_check .check_style {
        display: block;
        float: left;
    }

        .efl_check > span {
            display: block;
            margin-left: 28px;
            font-size: 14px;
            color: #282E34;
            line-height: 15px;
        }

.rfl_btn_edit {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    color: #FD1313;
    text-decoration: none;
    margin-top: 22px;
    border-bottom: 1px solid #feb8b8;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .rfl_btn_edit:hover {
        border-color: transparent;
    }

.klp_head_btn {
    margin-top: 6px;
    overflow: hidden;
    float: right;
}

.klp_head_btn .btn_main {
    padding-top: 11px;
    padding-bottom: 9px;
    width: 170px;
    text-align: center;
    float: left;
}

    .klp_head_btn .btn_main + .btn_main {
        margin-left: 10px;
    }

.btn_disable {
    background: #E7E7E7 !important;
    border-color: #D4D4D4 !important;
}


.list_plan_map_main {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 275px;
}

.list_plan_map_inner {
    height: 100%;
    padding-right: 268px;
    position: relative;
}

.list_plan_map_inner .kls_flats_filtr {
    position: absolute;
    right: 0;
    top: 0;
    width: 269px;
    height: 100%;
    z-index: 100;
    padding-bottom: 275px;
    border-left: 1px solid #e9eaea;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.list_plan_map_inner .kls_flats_filtr .kls_clear_filtr {
    padding-bottom: 35px;
}

.list_plan_map_inner .kls_block + .kls_block {
    margin-top: -1px;
}

.list_plan_map_inner .kls_flats_filtr .kls_btn {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 33px;
}

.list_plan_map_inner .kls_clear_filtr {
    margin-left: 30px;
}

.input_green {
    color: #50B848 !important;
    border-color: #50B848 !important;
    background: #EAF6E9 !important;
}

.preloader {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.preloader_inner {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 10px;
}

    .preloader_inner li {
        display: block;
        float: left;
        width: 10px;
        height: 10px;
        position: relative;
        z-index: 10;
        margin-left: 3px;
        margin-right: 3px;
    }

        .preloader_inner li + li {
            z-index: 9;
        }

        .preloader_inner li + li + li {
            z-index: 8;
        }

        .preloader_inner li + li + li + li {
            z-index: 7;
        }

        .preloader_inner li + li + li + li + li {
            z-index: 6;
        }


    .preloader_inner li span {
        display: block;
        width: 10px;
        height: 10px;
        position: relative;
        background: #ffc2c2;
        margin: 0 auto;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transform-origin: center center;
           -moz-transform-origin: center center;
            -ms-transform-origin: center center;
             -o-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: scale(0.56);
           -moz-transform: scale(0.56);
            -ms-transform: scale(0.56);
             -o-transform: scale(0.56);
                transform: scale(0.56);
    }

    .pl_ico1 {
        -webkit-animation: pl_ico1 1.7s linear infinite;
           -moz-animation: pl_ico1 1.7s linear infinite;
             -o-animation: pl_ico1 1.7s linear infinite;
                animation: pl_ico1 1.7s linear infinite;
    }


    @keyframes pl_ico1 {
        0% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
            -webkit-transform: translateY(0px);
               -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                 -o-transform: translateY(0px);
                    transform: translateY(0px);
        }

        10% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        20% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-webkit-keyframes pl_ico1 {
        0% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
            -webkit-transform: translateY(0px);
               -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                 -o-transform: translateY(0px);
                    transform: translateY(0px);
        }

        10% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        20% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-moz-keyframes pl_ico1 {
        0% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
            -webkit-transform: translateY(0px);
               -moz-transform: translateY(0px);
                -ms-transform: translateY(0px);
                 -o-transform: translateY(0px);
                    transform: translateY(0px);
        }

        10% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        20% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    .pl_ico2 {
        -webkit-animation: pl_ico2 1.7s linear infinite;
           -moz-animation: pl_ico2 1.7s linear infinite;
             -o-animation: pl_ico2 1.7s linear infinite;
                animation: pl_ico2 1.7s linear infinite;
    }


    @keyframes pl_ico2 {
        10% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        20% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        30% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-webkit-keyframes pl_ico2 {
        10% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        20% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        30% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-moz-keyframes pl_ico2 {
        10% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        20% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        30% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    .pl_ico3 {
        -webkit-animation: pl_ico3 1.7s linear infinite;
           -moz-animation: pl_ico3 1.7s linear infinite;
             -o-animation: pl_ico3 1.7s linear infinite;
                animation: pl_ico3 1.7s linear infinite;
    }


    @keyframes pl_ico3 {
        20% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        30% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        40% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }


    @-webkit-keyframes pl_ico3 {
        20% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        30% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        40% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-moz-keyframes pl_ico3 {
        20% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        30% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        40% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    .pl_ico4 {
        -webkit-animation: pl_ico4 1.7s linear infinite;
           -moz-animation: pl_ico4 1.7s linear infinite;
             -o-animation: pl_ico4 1.7s linear infinite;
                animation: pl_ico4 1.7s linear infinite;
    }


    @keyframes pl_ico4 {
        30% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        40% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        50% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-webkit-keyframes pl_ico4 {
        30% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        40% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        50% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-moz-keyframes pl_ico4 {
        30% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        40% {
            background: #ff0b0b;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                 -o-transform: scale(1);
                    transform: scale(1);
            -webkit-transform: translate(17px, 0px);
               -moz-transform: translate(17px, 0px);
                -ms-transform: translate(17px, 0px);
                 -o-transform: translate(17px, 0px);
                    transform: translate(17px, 0px);
        }

        50% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    .pl_ico5 {
        -webkit-animation: pl_ico5 1.7s linear infinite;
           -moz-animation: pl_ico5 1.7s linear infinite;
             -o-animation: pl_ico5 1.7s linear infinite;
                animation: pl_ico5 1.7s linear infinite;
    }


    @keyframes pl_ico5 {
        32% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        50% {
            background: #ff0b0b;
            -webkit-transform: scale(1) translate(0px, 0px);
               -moz-transform: scale(1) translate(0px, 0px);
                -ms-transform: scale(1) translate(0px, 0px);
                 -o-transform: scale(1) translate(0px, 0px);
                    transform: scale(1) translate(0px, 0px);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-webkit-keyframes pl_ico5 {
        32% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        50% {
            background: #ff0b0b;
            -webkit-transform: scale(1) translate(0px, 0px);
               -moz-transform: scale(1) translate(0px, 0px);
                -ms-transform: scale(1) translate(0px, 0px);
                 -o-transform: scale(1) translate(0px, 0px);
                    transform: scale(1) translate(0px, 0px);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }

    @-moz-keyframes pl_ico5 {
        32% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }

        50% {
            background: #ff0b0b;
            -webkit-transform: scale(1) translate(0px, 0px);
               -moz-transform: scale(1) translate(0px, 0px);
                -ms-transform: scale(1) translate(0px, 0px);
                 -o-transform: scale(1) translate(0px, 0px);
                    transform: scale(1) translate(0px, 0px);
        }

        100% {
            background: #ffc2c2;
            -webkit-transform: scale(0.56);
               -moz-transform: scale(0.56);
                -ms-transform: scale(0.56);
                 -o-transform: scale(0.56);
                    transform: scale(0.56);
        }
    }


.klp_head_compare_btn {
    position: relative;
    padding-right: 155px;
}

.klp_head_compare_btn  .compare_head {
    float: none;
    position: absolute;
    right: 0;
    top: 6px;
}


.list_plan .nav_jk_list_kompleks2 {
    float: left;
}

.edit_action {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

    .edit_action .wmain {
        background: #FFF;
        padding: 28px 29px 45px 29px;
        border: 1px solid #f0f3f5;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        -webkit-box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
                box-shadow: 0px 8px 16px rgba(0,0,0,0.15);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    .edit_action_title {
        font-size: 14px;
        color: #282E34;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 120%;
    }

    .edit_action_head {
        overflow: hidden;
        margin-top: 24px;
    }

        .edit_action_head .btn_main {
            float: left;
            padding-left: 14px;
            padding-right: 14px;
        }

        .eah_text {
            float: left;
            display: table;
            width: 456px;
            height: 42px;
            font-size: 12px;
            color: #91A2B1;
            margin-left: 31px;
        }

            .eah_text span {
                display: table-cell;
                width: 100%;
                vertical-align: middle;
            }
.edit_action_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 41px;
}

    .edit_action_list li {
        display: block;
    }

        .edit_action_list li + li {
            margin-top: 20px;
        }


    .edit_action_list li label {
        display: block;
        overflow: hidden;
    }

        .edit_action_list li label span {
            cursor: pointer;
        }

        .edit_action_list li label .check_style {
            float: left;
        }

            .edit_action_list li label > span {
                display: block;
                font-size: 16px;
                color: #282E34;
                line-height: 120%;
                margin-left: 70px;
                padding-top: 2px;
                text-decoration: underline;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

                .edit_action_list li label:hover > span {
                    color: #FD1313;
                    text-decoration: none;
                }

body .check_green {
    width: 48px;
    height: 25px;
    background: #f0f3f5;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

body .check_green.checked {
    background: #50B848;
}

body .check_green .jq-checkbox__div {
    width: 17px;
    height: 17px;
    background: #FFF;
    left: 4px;
    top: 4px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
            box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

body .check_green.checked .jq-checkbox__div  {
    left: 26px;
}


.list_plan_map_inner .kls_flats_filtr {
    border-top: 1px solid #e9eaea;
}

    .list_plan_map_inner .kls_flats_filtr:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        top: 0;
        z-index: 50;
        background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
    }

    .list_plan_map_inner .mCustomScrollBox:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 0;
        z-index: 50;
        background: linear-gradient(to top, #fff, rgba(255,255,255,0));
    }

.list_plan_map_inner .kls_block {
    border-top: none;
}

    .list_plan_map_inner .kls_block + .kls_block {
        border-top: 1px solid #e9eaea;
    }


.klp_map_ico_some {
    display: block;
    position: absolute;
    z-index: 40;
    left: 20%;
    top: 20%;
    width: 54px;
    height: 63px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    background: url("../img/list_map_ico_group.png") no-repeat left top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18px;
    padding-right: 6px;
}


/*______*/

.list_plan_map_flat {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 8px;
}

.list_plan_map_flat .klb_price_mobile {
    display: block;
    font-size: 18px;
    color: #FD1313;
    margin-top: 7px;
}

.list_plan_map_flat .klb_info {
    margin-top: 14px;
}

.list_plan_map_flat .klb_rating {
    margin-top: 11px;
}

.list_plan_map_flat .kompleks_list_block {
    width: 302px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 50;
    background: #FFF;
    height: 100%;
    overflow: hidden;
    padding-left: 9px;
    -webkit-box-shadow: -10px 0px 15px rgba(0,0,0,0.2);
    box-shadow: -10px 0px 15px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list_plan_map_flat .klb_content {
    margin-left: 0;
    padding-left: 5px;
}

.list_plan_map_flat .klb_flat_price {
    width: 145px;
}


.list_plan_map_flat .klb_img {
    float: none;
    width: auto;
    padding-left: 5px;
}

.list_plan_map_flat .klb_action {
    left: 0;
}

.list_plan_map_flat .klb_flat_price {
    padding-left: 20px;
}

.list_plan_map_flat .klb_flat_list {
    margin-top: 19px;
}

.list_plan_map_flat .klb_head {
    padding-top: 13px;
}


.kls_flats_filtr_clode_mobile {
    display: none;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: right;
    cursor: pointer;
}

.kls_flats_filtr_clode_mobile span {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 1px;
    background: url("../img/closeform.png") no-repeat left center;
    -webkit-background-size: 12px;
    -o-background-size: 12px;
    background-size: 12px;
}

.list_plan_map_flat .kls_flats_filtr_clode_mobile {
    display: block;
    text-align: right;
}


.hl_nav .s_li a:hover:before {
    display: none;
}

.hl_nav .s_li a:hover {
    background: none;
}

.klhn_ico_mkad {
    background: url("../img/komplex_head_ico_mkad.png") no-repeat left 4px;
    width: 22.7%;
}

.compare_head_num_add {
    background: url("../img/sravnenye_ico_ok.png") no-repeat left top;
}

body .token-input-list_ {
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
}

li.token-input-token {
    margin-top: 9px !important;
}

.se_list_ul {
    height: 200px;
    overflow: hidden;
    -ms-overflow-y: scroll;
        overflow-y: scroll;
}

.hl_article .hl_logo {
    overflow: hidden;
    width: 185px;
}

.hl_article .hl_logo img {
    display: block;
    float: left;
    width: 30px !important;
}

.logo_name {
    float: left;
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 24px;
    margin-left: 9px;
    padding-top: 4px;
}

.logo_name i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FD1313;
    margin-left: 3px;
    margin-right: 2px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.hl_article .hl_nav {
    margin-left: 0;
}


.hln_other {
    display: inline-block;
    position: relative;
    background: url("../img/select_str_small.png") no-repeat right center;
    padding-right: 24px;
}

.hl_article .hl_quest_btn {
    font-size: 11px;
    padding-left: 11px;
    padding-right: 11px;
}


.nav_footer_rubric_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: #F9FAFA;
    padding-top: 32px;
    margin-top: 25px;
    padding-left: 80px;
    padding-bottom: 5px;
}

.nav_footer_rubric_list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 30px;
    margin-right: -3px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.nav_footer_rubric_list li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    color: #282E34;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .nav_footer_rubric_list li a span {
        color: #91A2B1;
        font-size: 10px;
        display: inline-block;
        margin-left: 6px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .nav_footer_rubric_list li a:hover, .nav_footer_rubric_list li a:hover span {
        color: #FD1313;
    }

.account_article_bottom {
    margin-top: 0;
}

.account_article_bottom .about_all_list > li {
    width: 25%;
    margin-top: 0 !important;
}

.account_article_bottom .btn_slide_text {
    margin-top: 28px;
}

.account_article_bottom + .nav_footer {
    margin-top: 73px;
}


.about_img_right {
    float: right;
    margin-top: 7px;
    margin-bottom: 31px;
    margin-left: 30px;
}

.content_text_bottom .wmain {
    overflow: hidden;
}

.ctb_form {
    border: 4px solid #fd1313;
    padding: 32px 66px 50px 66px;
    margin-top: 30px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.ctb_form + .ctb_block {
    margin-top: 40px;
}

.ctb_form_title {
    font-size: 32px;
    color: #282E34;
    font-weight: 300;
    line-height: 120%;
}

.ctb_form_inner {
    display: block;
    overflow: hidden;
    margin-top: 27px;
}

    .ctb_form_inner input[type="text"] {
        display: block;
        float: left;
        width: 530px;
        border: 1px solid #a7b5c1;
        height: 52px;
    }

    .ctb_form_inner .btn_main {
        float: left;
        margin-left: -1px;
        padding-left: 55px;
        padding-right: 55px;
        position: relative;
        z-index: 10;
        padding-top: 19px;
        padding-bottom: 17px;
    }


.pu_in_city > span {
    width: 60%;
}

    .pu_in_city > span + span {
        width: 40%;
    }


.popup_city_search_form {
    margin-top: 21px;
    float: none;
    overflow: hidden;
    max-width: 570px;
}

.pu_sity_list {
    margin-top: 13px;
}


.store_list_form {
    padding-bottom: 30px;
    float: none !important;
    clear: both !important;
    width: 100% !important;
}

.store_list_form .ctb_form {
    margin-top: 0;
}


.pu_nav_rayon .popup_city_search_form {
    margin-left: 10px;
}

.klp_metro_ico_circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 1px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}


.klh_block_inner {
    display: inline-block;
}

.klp_metro_ico_circle_odd {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-top: 5px;
}

.klp_circle_odd_inner {
    display: block;
    float: left;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

    .klp_circle_odd_inner + .klp_circle_odd_inner {
        margin-left: -4px;
    }


.komplex_otdelka {
    padding-top: 137px;
    padding-left: 20px;
    padding-right: 20px;
    background: url("../img/komplex_otdelka_text_bg.png") no-repeat center 38px;
}

.komplex_otdelka h2 {
    display: block;
    margin: 0;
    font-size: 36px;
    color: #282E34;
    font-weight: bold;
    line-height: 48px;
}

.komplex_otdelka .komplex_step_slider {
    margin-top: 28px;
}

.kdcl_predl_href {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #282E34;
    font-weight: bold;
    border-bottom: 1px dotted #8c9094;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .kdcl_predl_href:hover {
        border-color: transparent;
    }

.klb_mobile_slider {
    display: none !important;
    padding-bottom: 5px;
}

.klb_mobile_slider .slick-dots {
    left: 0;
    margin-left: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    padding: 0;
    margin-left: -2px;
}

.klb_mobile_slider .slick-dots li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
    padding-left: 2px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.klb_mobile_slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 2px;
    background: #B4C2CE;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.klb_mobile_slider .slick-dots .slick-active button, .klb_mobile_slider .slick-dots li button:hover {
    background: #F00;
}


.pu_timer {
    max-width: 1168px;
}

.pu_timer_inner {
    overflow: hidden;
    padding: 36px 69px 59px 69px;
}

.pu_timer_left {
    float: left;
    max-width: 415px;
}

.pu_timer_title_info {
    font-size: 18px;
    color: #282e34;
    font-weight: 300;
    line-height: 26px;
    max-width: 410px;
    margin-top: 82px;
}

.pu_timer .in_auth {
    margin-top: 0;
}

.pu_timer .form_style {
    display: block;
    margin-top: 28px;
}

.pu_timer_right {
    float: right;
    padding-top: 80px;
}


/*timer*/
.timer {
  display: block;
  left: 0;
  top: 0;
  color: #000;
  position: relative;
}

.timer--clock {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.timer--clock .clock-display-grp {
  float: left;
  position: relative;
  overflow: hidden;
}

.timer--clock .clock-display-grp .number-grp {
  width: auto;
  display: block;
  height: 150px;
  line-height: 150px;
  float: left;
  overflow: hidden;
}

.timer--clock .clock-display-grp .number-grp .number-grp-wrp {
  width: 100%;
  position: relative;
  top: 150px;
}

.timer--clock .clock-display-grp .number-grp .number-grp-wrp .num {
  width: 100%;
  position: relative;
  height: 150px;
  line-height: 150px;
}

.timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p {
  width: auto;
  display: block;
  font-size: 165px;
  color: #000;
  line-height: 150px;
  font-weight: 300;
  font-family: "Roboto";
}

.timer--clock .clock-separator {
  width: auto;
  float: left;
  display: block;
  height: 156px;
}

.timer--clock .clock-separator p {
  width: auto;
  display: block;
  margin: 0;
  font-size: 205px;
  height: 150px;
  line-height: 150px;
  font-weight: bold;
  font-size: 165px;
  color: #000;
  line-height: 144px;
  font-weight: 300;
  font-family: "Roboto";
}

.first .number-grp-wrp, .second .number-grp-wrp {
    top: -150px !important;
}

.timer--clock .clock-separator {
    width: 60px;
    text-align: center;
    padding-top: 4px;
}
/*timer*/


.pu_metro_moscow3 {
    height: 1200px;
    width: 974px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 27px;
    position: relative;
    padding-left: 36px;
    background: url(../img/map_metro_moskow.png) no-repeat center top;
    -webkit-background-size: 974px;
         -o-background-size: 974px;
            background-size: 974px;
}


.pu_timer .in_2 span {
	width: 70%;
}

.pu_timer .in_2 span + span {
	width: 30%;
}

.pu_timer .form_style {
	max-width: 304px;
}


.btn_infra_view {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #FD1313;
	border: 1px solid #fd1313;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}

.btn_otz_mobile {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FD1313;
	border: 1px solid #fd1313;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	display: none;
}

.sort_head {
	display: none;
}

.list_map_head {
	position: relative;
	z-index: 100;
	margin-top: 34px;
	padding-left: 20px;
	padding-right: 20px;
}

	.list_map_head .wmain {
		overflow: hidden;
	}

	.lmh_btn_list {
		display: block;
		text-decoration: none;
		float: left;
		font-size: 14px;
		color: #FD1313;
		border: 1px solid #fd1313;
		padding-top: 10px;
		padding-bottom: 9px;
		padding-right: 14px;
		padding-left: 39px;
		background: url("../img/btn_list_ico.png") no-repeat 14px 13px;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
		-webkit-transition: 0.2s;
		   -moz-transition: 0.2s;
		    -ms-transition: 0.2s;
		     -o-transition: 0.2s;
		        transition: 0.2s;
	}

		.lmh_btn_list:hover {
			opacity: 0.6;
		}

	body .lmh_btn_area {
		float: right;
		padding-left: 42px;
		padding-right: 14px;
        padding-top: 11px;
        padding-bottom: 10px;
		background: #fd1313 url("../img/btn_area_ico.png") no-repeat 14px center !important;
	}

		body .lmh_btn_area:hover {
			background-color: #D10909 !important;
		}


.kompleks_list_page_sidebar .kls_block {
	padding-left: 0;
	padding-right: 0;
}

.kompleks_list_page_sidebar .kls_block .kls_block_name {
	margin-left: 28px;
	margin-right: 28px;
}

.lpm_filtr_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}

	.lpm_filtr_list li {
		display: block;
		overflow: hidden;
		padding: 16px 10px 16px 16px;
		border: 1px solid #e9eaea;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}

		.lpm_filtr_list li:hover {
			border-color: #FD1313;
			-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
			        box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
		}

		.lpm_filtr_img {
			display: block;
			float: left;
			width: 72px;
		}

		.lpm_filtr_img a {
			display: block;
			text-decoration: none;
		}

		.lpm_filtr_img img {
			display: block;
			width: 100%;
			-webkit-border-radius: 2px;
			        border-radius: 2px;
		}

.lpm_filtr_content {
	margin-left: 88px;
}

.lpm_filtr_name {
	display: block;
	text-decoration: none;
	font-size: 13px;
	color: #282E34;
	font-weight: bold;
	line-height: 120%;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

	.lpm_filtr_list li:hover .lpm_filtr_name, .lpm_filtr_list li:hover .lpm_filtr_price {
		color: #FD1313;
	}

	.lpm_filtr_price {
		font-size: 11px;
		color: #17B52B;
		font-weight: bold;
		line-height: 120%;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}

	.lpm_filtr_area {
		font-size: 10px;
		color: #91A2B1;
		line-height: 120%;
		margin-top: 3px;
	}

	.lpm_filtr_surrender {
		font-size: 10px;
		color: #91A2B1;
		line-height: 120%;
		margin-top: 1px;
	}

	.lpm_filtr_compare {
		display: block;
		text-decoration: none;
		font-size: 12px;
		color: #282E34;
		line-height: 120%;
		padding-left: 18px;
		background: url("../img/map_list_sravnenye_plashka.png") no-repeat left 4px;
		margin-top: 3px;
	}


.klp_map_plashka {
	position: absolute;
	left: 10%;
	top: 10%;
	z-index: 50;
	background: #FFF;
	border: 1px solid #d6dee6;
	width: 499px;
	padding: 15px 0px 15px 16px;
	-webkit-box-shadow: 0px 8px 18px rgba(0,0,0,0.1);
	        box-shadow: 0px 8px 18px rgba(0,0,0,0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
	.klp_map_plashka:before {
		content: "";
		display: block;
		position: absolute;
		width: 17px;
		height: 9px;
		background: url("../img/map_list_plashka_str.png") no-repeat left top;
		left: 7px;
		bottom: -8px;
	}


.klp_map_plashka_img {
	float: left;
	width: 234px;
}

	.klp_map_plashka_img img {
		display: block;
		width: 100%;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
	}

	.klp_map_plashka_img a {
		display: block;
		text-decoration: none;
	}

	.klp_map_plashka_content {
		margin-left: 250px;
		padding-top: 6px;
	}

	.klp_map_plashka_name {
		font-size: 13px;
		color: #282E34;
		font-weight: bold;
		left: 120%;
	}

	.klp_map_plashka_price {
		font-size: 13px;
		color: #50B848;
		font-weight: bold;
		line-height: 120%;
	}

	.klp_map_plashka_area {
		margin-top: 13px;
	}

	.klp_map_plashka_surrender {
		margin-top: 2px;
	}

	.klp_map_plashka_area, .klp_map_plashka_surrender {
		font-size: 10px;
		color: #91A2B1;
		line-height: 120%;
	}


.klp_map_plashka_info {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 12px;
}

	.klp_map_plashka_info li {
		display: block;
		overflow: hidden;
		font-size: 12px;
		color: #282E34;
		line-height: 120%;
	}

		.klp_map_plashka_info li + li {
			margin-top: 4px;
		}

	.klp_map_plashka_info li span {
		display: block;
		float: left;
	}

		.klp_map_plashka_info li span + span {
			float: right;
			width: 123px;
		}

.klp_map_plashka_btn_compare {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #282E34;
	line-height: 120%;
	padding-left: 18px;
	background: url("../img/map_list_sravnenye_plashka.png") no-repeat left 4px;
	margin-top: 13px;
}

.klp_map_plashka_close {
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: url("../img/map_list_close_plashka.png") no-repeat center center;
	right: 9px;
	top: 9px;
}
	
	.klp_map_plashka_close:hover {
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);
		-webkit-transition: 0.15s;
		   -moz-transition: 0.15s;
		    -ms-transition: 0.15s;
		     -o-transition: 0.15s;
		        transition: 0.15s;
	}


.kls_block_inner {
	padding-left: 28px;
	padding-right: 28px;
}

.kls_flats_filtr_two .kls_block_inner {
	padding-left: 0;
	padding-right: 0;
}

.kompleks_list_head {
	overflow: hidden;
}

.kompleks_list_head .sort_head {
	display: block;
	float: left;
	margin-left: 53px;
}

.kompleks_list_head_btn_map {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #282E34;
	font-weight: bold;
	padding-left: 25px;
	height: 37px;
	line-height: 37px;
	background: url("../img/kompleks_list_head_btn_map_ico.png") no-repeat left center;
}

.kompleks_list_head_search {
	display: block;
	text-decoration: none;
	float: right;
	height: 37px;
	line-height: 37px;
	padding-left: 26px;
	font-size: 14px;
	color: #282E34;
	font-weight: bold;
	background: url("../img/kompleks_list_head_search_ico.png") no-repeat left center;
	width: 270px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

	.kompleks_list_head_search:hover {
		opacity: 0.8;
	}

.kompleks_list_page {
	margin-top: 11px;
}

.kompleks_list_page_inner {
	padding-top: 17px;
}

.sort_head_list li {
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	margin-right: 6px;
}

.sort_head_list li.shl_coast:before {
	top: 14px;
}

.sort_head_name {
	height: 37px;
	line-height: 37px;
}

.kompleks_list_paginator {
	border: 1px solid #e9eaea;
	-webkit-border-bottom-left-radius: 3px;
	        border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;
	border-top: none;
	margin-top: -1px;
}

.klp_btn_view {
	display: block;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	border: 1px solid #ff0000;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
	width: 100%;
	margin-left: -1px;
	padding-top: 17px;
	padding-bottom: 16px;
	background: #FFF;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

	.klp_btn_view:hover {
		opacity: 0.6;
	}

	.klp_btn_view span {
		display: inline-block;
		padding-left: 29px;
		padding-right: 29px;
		background: url("../img/klp_btn_view_ico.png") no-repeat left 5px;
	}


.kompleks_list_paginator_inner {
	overflow: hidden;
	position: relative;
}

.kompleks_list_paginator_prev, .kompleks_list_paginator_next {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #282E34;
	font-weight: bold;
	height: 47px;
	line-height: 47px;
	position: relative;
	padding-right: 10px;
	z-index: 50;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
}

	.kompleks_list_paginator_prev:before, .kompleks_list_paginator_next:before {
		content: "";
		display: block;
		position: absolute;
		width: 6px;
		height: 9px;
		top: 18px;
		background: url("../img/kompleks_list_paginator_str.png") no-repeat left top;
		-webkit-transition: 0.2s;
		   -moz-transition: 0.2s;
		    -ms-transition: 0.2s;
		     -o-transition: 0.2s;
		        transition: 0.2s;
	}

	.kompleks_list_paginator_prev:before {
		left: 20px;
	}

		.kompleks_list_paginator_prev:hover:before {
			left: 16px;
		}

	.kompleks_list_paginator_next:before {
		background-position: right top;
		right: 20px;
	}

		.kompleks_list_paginator_next:hover:before {
			right: 16px;
		}

.kompleks_list_paginator_prev {
	padding-left: 46px;
	float: left;
}

.kompleks_list_paginator_next {
	padding-right: 46px;
	padding-left: 10px;
	float: right;
}

.kompleks_list_paginator_list {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	text-align: center;
}

	.kompleks_list_paginator_list li {
		display: inline-block;
		vertical-align: top;
		height: 47px;
		line-height: 47px;
		text-align: center;
		min-width: 52px;
		text-align: center;
		font-size: 12px;
		color: #282E34;
		font-weight: bold;
		border-right: 1px solid #e9eaea;
		border-left: 1px solid #e9eaea;
		margin-right: -4px;
	}

		.kompleks_list_paginator_list li + li {
			border-left: none;
		}

	.kompleks_list_paginator_list li a {
		display: block;
		text-align: center;
		text-decoration: none;
		font-size: 12px;
		color: #282E34;
		font-weight: bold;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}

		.kompleks_list_paginator_list li a.act {
			color: #F00;
			background: #FFF !important;
		}

		.kompleks_list_paginator_list li a:hover {
			background: #F4F4F4;
		}


.lpm_ico_group {
    position: absolute;
    width: 48px;
    height: 57px;
    background: url("../img/map_ico_group.png") no-repeat left top;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    line-height: 53px;
    z-index: 20;
}

.lpm_ico_group1 {
    left: 10%;
    top: 50%;
}

.lpm_ico_group2 {
    left: 30%;
    top: 50%;
}


.pu_nav_jk_big_city {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 34px;
}

    .pu_nav_jk_big_city li {
        display: block;
        float: left;
        margin-right: 32px;
        margin-bottom: 14px;
    }

        .pu_nav_jk_big_city li a {
            display: block;
            text-decoration: none;
            font-size: 16px;
            color: #282E34;
            font-weight: bold;
            line-height: 120%;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .pu_nav_jk_big_city li a.act, .pu_nav_jk_big_city li a:hover {
                color: #FD1313;
            }


.f_politic {
    font-size: 12px;
    color: #91A2B1;
    line-height: 13px;
    max-width: 515px;
    margin-left: 48px;
    margin-top: 17px;
}

    .f_politic a {
        font-size: 12px;
        color: #282E34;
        text-decoration: none;
        border-bottom: 1px solid #bec0c2;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .f_politic a:hover {
            border-color: transparent;
        }


.klp_flats_list2 {
    padding-top: 0;
}

.pu_download_xml {
    max-width: 568px;
    padding: 41px 69px 59px 69px;
}

.pu_download_xml_form {
    display: block;
    margin-top: 38px;
}

.pu_download_xml_btn {
    text-align: right;
    margin-top: 30px;
}

    .pu_download_xml_btn .btn_main {
        padding-left: 20px;
        padding-right: 20px;
    }


.pu_download_xml_form input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #8B8D90;
    height: 52px;
    border: 1px solid #a7b5c1;
    padding-left: 19px;
    padding-right: 19px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pu_download_xml_good input {
    border-color: #50b848;
    color: #282E34;
    background: url("../img/pu_download_xml_good.png") no-repeat right center;
}

.pu_download_xml_progress {
    overflow: hidden;
    position: relative;
}

.pu_download_xml_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: left;
    font-size: 12px;
    color: #282E34;
    line-height: 16px;
    margin-top: 33px;
}

    .pu_download_xml_list span {
        display: inline-block;
        width: 72px;
        color: #91A2B1;
    }


.pu_download_xml_preloader {
    float: right;
    width: 32px;
    height: 32px;
    margin-top: 39px;
    background: url("../img/preloader_xml.png") no-repeat center center;
    -webkit-animation: preloader_xml 1.1s cubic-bezier(0, 0.97, 0.63, 0.67) infinite;
       -moz-animation: preloader_xml 1.1s cubic-bezier(0, 0.97, 0.63, 0.67) infinite;
         -o-animation: preloader_xml 1.1s cubic-bezier(0, 0.97, 0.63, 0.67) infinite;
            animation: preloader_xml 1.1s cubic-bezier(0, 0.97, 0.63, 0.67) infinite;
}

@-webkit-keyframes preloader_xml {
   0% {
    -webkit-transform: rotate(0) scale(0.5);
       -moz-transform: rotate(0) scale(0.5);
        -ms-transform: rotate(0) scale(0.5);
         -o-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@-moz-keyframes preloader_xml {
   0% {
    -webkit-transform: rotate(0) scale(0.5);
       -moz-transform: rotate(0) scale(0.5);
        -ms-transform: rotate(0) scale(0.5);
         -o-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@-o-keyframes preloader_xml {
   0% {
    -webkit-transform: rotate(0) scale(0.5);
       -moz-transform: rotate(0) scale(0.5);
        -ms-transform: rotate(0) scale(0.5);
         -o-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@-ms-keyframes preloader_xml {
   0% {
    -webkit-transform: rotate(0) scale(0.5);
       -moz-transform: rotate(0) scale(0.5);
        -ms-transform: rotate(0) scale(0.5);
         -o-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes preloader_xml {
   0% {
    -webkit-transform: rotate(0) scale(0.5);
       -moz-transform: rotate(0) scale(0.5);
        -ms-transform: rotate(0) scale(0.5);
         -o-transform: rotate(0) scale(0.5);
            transform: rotate(0) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}


.efh_btn_plan {
    float: left;
    margin-left: 30px;
}

.efh_btn_plan .btn_main {
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 26px;
    padding-right: 26px;
}

.klp_flats_footer_l {
    border-top: 1px solid #e9eaea;
}


.pu_sea {
    max-width: 520px;
    padding: 36px 59px 62px 59px;
}

.pu_sea .pu_nav_rayon_head_right {
    float: none;
    margin: 0;
    margin-top: 38px;
}


.pu_sea_content {
    margin-top: 34px;
}

.pu_sea_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -11px;
}

    .pu_sea_list li {
        display: block;
    }

        .pu_sea_list li a {
            display: inline-block;
            text-decoration: none;
            font-size: 14px;
            color: #282E34;
            line-height: 120%;
            border: 1px solid transparent;
            -webkit-border-radius: 3px;
                    border-radius: 3px;
            padding: 9px 10px 5px 10px;
            background: transparent;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .pu_sea_list li + li {
                margin-top: -1px;
            }

        .pu_sea_list li a span {
            display: inline-block;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .pu_sea_list li a:hover span {
                border-color: transparent;
            }

            .pu_sea_list li a i {
                font-style: normal;
                color: #91A2B1;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }


    .pu_sea_list li a.act {
        background: #FEEDC4;
        border-color: #FDCA4E;
    }

        .pu_sea_list li a.act span {
            border-color: transparent;
        }

        .pu_sea_list li a.act span, .pu_sea_list li a.act i {
            color: #FD1313;
        }


.about_new {
    padding-bottom: 28px;
    padding-left: 20px;
    padding-right: 20px;
}

.about_new_title {
    font-size: 36px;
    color: #282E34;
    line-height: 44px;
    font-weight: 300;
    padding-left: 200px;
    background: url("../img/an_head_ico.png") no-repeat left center;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    min-height: 90px;
    padding-top: 28px;
    padding-bottom: 28px;
    max-width: 690px;
}

    .about_new_title i {
        font-style: normal;
        color: #FD1313;
        font-weight: 900;
    }


.about_new {
    margin-top: 25px;
}


.about_new_content {
    margin-top: 40px;
}


.anc_title {
    font-size: 32px;
    color: #282E34;
    font-weight: bold;
    line-height: 120%;
}

.about_new_content_head {
    overflow: hidden;
}

.anch_left {
    float: left;
    width: 40%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anch_video {
    position: absolute;
    width: 67.2%;
    height: 79.5%;
    left: 18.7%;
    top: 7%;
}

.anch_video_play {
    display: block;
    position: absolute;
    text-decoration: none;
    width: 188px;
    height: 188px;
    background: url("../img/anch_video_play.png") no-repeat center center;
    left: 50%;
    top: 50%;
    margin-left: -94px;
    margin-top: -80px;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .anch_video_play:hover {
        opacity: 0.8;
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1);
    }

.anch_img {
    float: right;
    width: 60%;
    text-align: right;
    position: relative;
}

    .anch_img img {
        display: inline-block;
        max-width: 100%;
    }


.anc_anons {
    font-size: 18px;
    color: #282E34;
    font-weight: 300;
    line-height: 24px;
    max-width: 445px;
    margin-top: 26px;
}

.anc_step {
    margin-top: 51px;
    overflow: hidden;
}

.anc_step_inner {
    position: relative;
    padding-left: 100px;
}

    .anc_step_inner i {
        font-style: normal;
        font-size: 24px;
        color: #FD1313;
        font-weight: bold;
        line-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .anc_step_inner i:before {
            content: "";
            display: block;
            position: absolute;
            width: 32px;
            height: 1px;
            background: #FD1313;
            left: 38px;
            top: 50%;
            margin-top: -1px;
        }


    .anc_step_name {
        font-size: 24px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
    }

    .anc_step_inner p {
        display: block;
        margin: 0;
        font-size: 13px;
        color: #868C91;
        line-height: 20px;
        margin-top: 12px;
    }


.anc_step2 {
    overflow: hidden;
    position: relative;
    padding-top: 73px;
    margin-top: -20px;
    z-index: -1;
    min-height: 262px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anc_step2 .anc_step_inner {
    float: left;
    width: 50%;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anc_step2 .anc_step_inner p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.anc_step_title_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.anc_step_title_text img {
    display: block;
    width: 100%;
}

.anc_step4 {
    margin-top: 24px;
}

.anc_step_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-top: 23px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-left: -100px;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
}

    .anc_step_list li {
        display: block;
        float: left;
        padding-left: 100px;
        padding-right: 20px;
        font-size: 14px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
        background: url("../img/an_content_list_ico.png") no-repeat left 2px;
        width: 32%;
        min-height: 80px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .anc_step_list li  + li {
            width: 34%;
        }

    .anc_step_list li span {
        display: block;
        color: #282E34;
        line-height: 20px;
        margin-top: 10px;
        font-weight: normal;
    }


.about_new_content .mortgage_form h3 {
    font-size: 32px;
    color: #282E34;
    font-weight: 300;
    line-height: 120%;
}

.mf_input4 .mfi_block {
    width: 25%;
}

.about_new_content .mortgage_form .mf_textarea {
    margin-top: 20px;
    height: 102px;
}

.mf_input4 {
    overflow: hidden;
}

.pu_fast_search_inner {
    margin-top: 27px;
}

.pu_fast_search {
    max-width: 1170px;
    padding: 36px 70px 53px 70px;
}

.pu_fast_search_inner_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .pu_fast_search_inner_list + .pu_fast_search_inner_list {
        margin-top: 30px;
    }

    .pu_fast_search_inner_list > li {
        display: block;
        display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-right: -4px;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    body .pu_fast_search_inner_list .pu_fsl_name {
        font-size: 16px;
        color: #282E34;
        font-weight: bold;
        line-height: 20px;
        margin-top: 0;
    }

            .pu_fsl_name:hover {
                text-decoration: underline;
            }

    .pu_fast_search_inner_list > li a {
        display: block;
        text-decoration: none;
        font-size: 13px;
        color: #282E34;
        line-height: 120%;
        margin-top: 14px;
    }

        .pu_fast_search_inner_list > li a + a {
            margin-top: 16px;
        }

        .pu_fast_search_inner_list > li a span {
            display: inline-block;
            border-bottom: 1px solid #838587;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }

            .pu_fast_search_inner_list > li a:hover span {
                border-color: transparent;
            }


.pu_fast_search_inner_list2 > li {
    width: 33.3333333% !important;
}

.pu_fast_search_inner_nav {
    text-align: right;
    margin-top: 60px;
    padding-right: 30px;
}

    .pu_fast_search_inner_nav .pu_nav_rayon_head_right {
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
        float: none;
    }


.komplex_decoration_price {
    overflow: hidden;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    padding-top: 36px;
    padding-bottom: 36px;
    margin-top: 25px;
}

.cdp_name {
    float: left;
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 20px;
}

.cdp_view {
    display: block;
    float: right;
    line-height: 20px;
    font-size: 14px;
    color: #FD1313;
    font-family: "Roboto";
}

.komplex_description_text_inner {
    margin-top: 24px;
}

.komplex_description_char {
    margin-top: 68px;
}

.komplex_description_char {
    margin-top: 6px;
}

.komplex_description_decoration {
    margin-top: 0;
}

.komplex_description_decoration .komplex_description_char {
    margin-top: 68px;
}

.anc_step_oplata {
    position: relative;
    margin-top: 50px;
    padding-top: 61px;
}

.anc_step_oplata .anc_title {
    position: relative;
    z-index: 50;
}

.anc_step_oplata_title_img {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.anc_step_oplata_title_img img {
    display: block;
    width: 100%;
}

.what_price_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 100;
    margin-top: 36px;
    margin-left: -30px;
}

    .what_price_list > li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        padding-left: 30px;
        margin-right: -3px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }


.wpl_block {
    border: 1px solid #e9eaea;
    border-top: none;
    background: transparent;
    padding: 37px 24px 30px 29px;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .wpl_inner:hover .wpl_block {
        background: #FFF;
    }

    .wpl_inner {
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .wpl_inner:hover {
            -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.06);
                    box-shadow: 0px 5px 15px rgba(0,0,0,0.06);
        }

    .wpl_block:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 14px;
        background: transparent;
        border-top: 1px solid #E9EAEA;
        right: 15px;
        top: 0;
        background: transparent;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .wpl_inner:hover .wpl_block:before {
            background: #FFF;
        }

    .wpl_block:after {
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 15px;
        background: #E9EAEA;
        left: 0;
        top: 0;
    }

.wpl_inner {
    overflow: hidden;
    position: relative;
    padding-top: 15px;
}

    .wpl_inner:before {
        
    }

    .wpl_name:before {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: url("../img/anc_step_oplata_block_decor.png") left top;
        right: 0;
        top: 0;
    }


.wpl_inner:hover .wpl_name:before {
    background-position: -15px 15px;
}


.wpl_name {
    font-size: 12px;
    color: #A7B5C1;
    text-transform: uppercase;
    line-height: 120%;
}

    .wpl_name span {
        display: block;
        font-size: 24px;
        color: #282E34;
        font-weight: bold;
        line-height: 120%;
        margin-top: 2px;
        text-transform: none;
    }


.wpl_info {
    margin-top: 35px;
    min-height: 94px;
}

.wpl_info p {
    display: block;
    margin: 0;
    font-size: 14px;
    color: #A7B5C1;
    line-height: 20px;
}

    .wpl_info p + p {
        margin-top: 10px;
    }

    .wpl_info p b {
        font-weight: normal;
        color: #282E34;
    }


.wpl_btn {}

    .wpl_btn a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        font-size: 12px;
        color: #FD1313;
        border: 1px solid #fd1313;
        padding: 16px 27px 16px 27px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .wpl_btn a:hover, .wpl_btn a.wpl_btn_act {
        color: #FFF;
        background: #D3DAE0;
        border-color: #D3DAE0;
    }


.wpl_info_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .wpl_info_list li {
        position: relative;
    }

    .wpl_info_list li {
        display: block;
        position: relative;
        padding-left: 21px;
        font-size: 14px;
        color: #282E34;
        line-height: 20px;
        background: url("../img/anc_step_oplata_plus.png") no-repeat left 6px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

    .wpl_info_list li + li {
        margin-top: 10px;
    }


.anc_calc {
    margin-top: 30px;
    border: 4px solid #e9eaea;
    padding: 43px 66px 41px 26px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anc_calc_head {
    overflow: hidden;
}

.anc_calc_title {
    float: left;
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 26px;
    padding-left: 40px;
    max-width: 365px;
    background: url("../img/anc_step_oplata_rasschet_ico.png") no-repeat left 4px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anc_calc_input {
    display: block;
    float: right;
    margin-top: 4px;
    border: 1px solid #a7b5c1;
    width: 500px;
    font-size: 16px;
    color: #282E34;
    padding-left: 18px;
    padding-right: 18px;
    height: 52px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.anc_calc_price {
    overflow: hidden;
    margin-top: 50px;
    border-top: 1px solid #e9eaea;
    padding-top: 20px;
    padding-left: 40px;
}

.anc_calc_price_info {
    float: left;
    font-size: 24px;
    color: #282E34;
    font-weight: 300;
    line-height: 32px;
    width: 360px;
}

.anc_calc_price_num {
    float: left;
    font-size: 32px;
    color: #282E34;
    font-weight: bold;
    line-height: 120%;
    margin-top: 17px;
    margin-left: 166px;
}

.anc_calc_price .btn_main {
    display: block;
    float: right;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-top: 9px;
}

.anc_calc_info {
    font-size: 14px;
    color: #282E34;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    padding-left: 40px;
    margin-top: 18px;
}

    .anc_calc_info span {
        display: block;
        text-transform: none;
        color: #A7B5C1;
        font-weight: normal;
        font-size: 12px;
        margin-top: 3px;
        line-height: 120%;
    }


.about_correct_info {
    font-size: 18px;
    color: #282E34;
    font-weight: bold;
    line-height: 120%;
    margin-top: 44px;
}

    .about_correct_info span {
        display: block;
        font-size: 14px;
        color: #282E34;
        line-height: 120%;
        margin-top: 9px;
        font-weight: normal;
    }

        .about_correct_info span a {
            color: #282E34;
            text-decoration: none;
            border-bottom: 1px solid #bec0c2;
            -webkit-transition: 0.3s;
               -moz-transition: 0.3s;
                -ms-transition: 0.3s;
                 -o-transition: 0.3s;
                    transition: 0.3s;
        }
            .about_correct_info span a:hover {
                border-color: transparent;
            }



.komplex_otdelka_slider {
    margin-top: 28px;
}


.komplex_otdelka_slider .kss_block img {
    display: block;
    width: auto;
    height: 253px;
}

.komplex_video_list_one {
    position: relative;
}

    .komplex_video_list_one li:nth-child(2n) {
        position: absolute;
        float: none;
        right: 0;
        top: 0;
        height: 300px;
        top: 50%;
        margin-top: -150px;
        margin-bottom: 0;
        display: table;
    }

    .komplex_video_list_one .klv_content {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }




/*pointer-events: none;*/
/*@media*/
@media screen and (max-width: 1320px) {
    .back_top_line {
        width: 56px;
        height: 60px;
        top: auto;
        right: 10px;
        bottom: 10px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
                box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    }

    .back_top_line span {
        padding-top: 38px;
        background-position: center 16px;
        bottom: 15px;
    }

        .back_top_line:hover span {
            background-position: center 14px;
        }

    .compare_fixed {
        right: 19px;
        bottom: 80px;
    }
}

@media screen and (max-width: 1260px) {
    .account_article_bottom .about_all_list > li {
        width: 50%;
    }

        .account_article_bottom .about_all_list > li + li + li {
            margin-top: 30px !important;
        }
}

@media screen and (max-width: 1250px) {
    .compare_page {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .compare_str_prev {
        left: 10px;
    }

    .compare_str_next {
        right: 10px;
    }
}

@media screen and (max-width: 1240px) {
    .kompleks_list_page_content > .wmain {
        width: auto;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 15px;
    }

    .klp_flats_list {
        padding-top: 0;
    }

    .kompleks_list_page_content {
        float: none;
        width: auto;
    }

    .klp_flats_list {
        width: auto;
    }

    .kompleks_list_page_inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .kompleks_list_page {
        padding-left: 0;
        padding-right: 0;
    }

    .kompleks_list_page_inner {
        max-width: 100%;
    }

    .klp_flats_list {
        padding-left: 10px;
        padding-right: 10px;
    }

    .klp_flats_list {
        overflow: hidden;
    }

        .klp_flats_list > li {
            display: block;
            float: left;
            width: 33.33333333333%;
            margin-left: 0;
            margin-right: 0;
            padding-left: 10px;
            padding-right: 10px;
        }

    .dev_filtr_btn {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 12px;
        color: #FFF;
        font-weight: bold;
        border: 1px solid #d10909;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin-left: 20px;
        margin-right: 20px;
        background: #FD1313;
        text-transform: uppercase;
        padding-top: 13px;
        padding-bottom: 13px;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
    }

        .dev_filtr_btn:hover {
            background: #D10909;
        }

    .klp_flats_list {
        margin-top: 20px;
    }

    .filtr_dev_main {
        display: block;
    }

    .kls_flats_filtr {
        display: block;
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 99999;
        background: #FFF;
        overflow: hidden;
        -ms-overflow-y: scroll;
            overflow-y: scroll;
        padding: 10px;
        padding-bottom: 15px;
        float: none;
        width: 300px;
        right: -300px;
        opacity: 0;
        padding-top: 65px;
        -webkit-transition: 0.6s;
           -moz-transition: 0.6s;
            -ms-transition: 0.6s;
             -o-transition: 0.6s;
                transition: 0.6s;
        -webkit-box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
                box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .kls_flats_filtr_act {
            right: 0;
            opacity: 1;
            -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
               -moz-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                -ms-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                 -o-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                    transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        }

    .kls_flats_sort {
        display: block;
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 9999;
        background: #FFF;
        overflow: hidden;
        -ms-overflow-y: scroll;
            overflow-y: scroll;
        padding: 10px;
        padding-bottom: 15px;
        float: none;
        width: 300px;
        right: -300px;
        opacity: 0;
        padding-top: 65px;
        -webkit-transition: 0.6s;
           -moz-transition: 0.6s;
            -ms-transition: 0.6s;
             -o-transition: 0.6s;
                transition: 0.6s;
        -webkit-box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
                box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .kls_flats_sort .sort_head_list li {
        display: block;
        margin: 0;
        float: none;
    }

        .kls_flats_sort .sort_head_list li {
            height: 36px;
            line-height: 36px;
        }

        .kls_flats_sort .sort_head_list li + li {
            margin-top: 10px;
        }

        .kls_flats_sort .sort_head_list li.shl_coast:before {
            top: 14px;
        }

        .kls_flats_sort .sort_head_name {
            font-weight: bold;
            text-align: left;
            color: #282E34;
            font-size: 18px;
            line-height: 120%;
        }

        .kls_flats_sort .sort_head_list {
            margin-top: 5px;
        }

        .kls_flats_sort_act {
            right: 0;
            opacity: 1;
            -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
               -moz-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                -ms-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                 -o-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                    transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        }

    .kls_flats_filtr_clode_mobile {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 16px;
        margin-bottom: 10px;
        text-align: right;
        cursor: pointer;
    }

        .kls_flats_filtr_clode_mobile span {
            display: inline-block;
            padding-left: 20px;
            padding-bottom: 1px;
            background: url("../img/closeform.png") no-repeat left center;
            -webkit-background-size: 12px;
                 -o-background-size: 12px;
                    background-size: 12px;
        }

    .kompleks_list_page .wmain {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
    }

    .kompleks_list_block {
        margin-left: 20px;
        margin-right: 20px;
    }

    .builder_content .wmain {
        max-width: 100%;
    }

    .builder_content_title, .builder_content_info, .quilder_text_info {
        margin-left: 20px;
        margin-right: 20px;
    }

    .about_all_content {
        float: none;
        width: auto;
    }

    .about_all_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .kompleks_list_page_sidebar_inner {
        position: relative !important;
        top: 0 !important;
        width: auto;
    }

    .komplex_area_main .kompleks_list_block {
        right: 0;
    }

    .list_plan .dev_filtr_btn {
        display: none;
    }

    .list_plan_map_inner .kls_flats_filtr_clode_mobile {
        display: none;
    }

    .list_plan_map_inner .kls_flats_filtr {
        right: 0;
        opacity: 1;
        -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        -moz-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        -ms-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        -o-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
    }

    .list_plan_map_inner .kls_block {
        padding: 19px 15px 20px 15px;
    }

    .list_plan_map_inner .kls_flats_filtr .kls_btn {
        margin: 0;
        margin-top: 20px;
    }

    .list_plan_map_inner .kls_flats_filtr .kls_clear_filtr {
        margin-left: 0;
    }

    .list_plan_map_flat .klb_flat_name {
        padding-right: 12px;
    }

    .list_plan_map_flat .klb_flat_price {
        padding-left: 12px;
    }

    .list_plan_map_flat {
        padding-left: 0;
        padding-right: 0;
    }

    .list_plan_map_flat .klb_name {
        font-size: 16px;
    }

    .list_plan_map_flat .kls_flats_filtr_clode_mobile {
        display: block !important;
        padding-right: 3px;
    }

    .klp_head .sort_head {
        display: none;
    }

    .dev_filtr_btn_main_black .dev_filtr_btn_inner {
        display: none;
    }

    .dev_filtr_fixed_top {
        display: block;
        position: relative;
        opacity: 1;
        top: 0;
    }

    .dev_filtr_btn_main_black {
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .klp_head_compare_btn  .compare_head {
        top: 0;
    }

    .klp_head_compare_btn {
        min-height: 47px;
    }

    .dev_filtr_btn_main_act .dev_filtr_fixed {
        opacity: 1;
        bottom: 0;
    }

    .komplex_flat_filtr_mobile .sort_head {
        display: block;
        margin-top: 0;
    }

    .kompleks_list_page .sort_head {
        display: block;
        margin-top: 0;
    }

    .kompleks_list_page {
        margin-top: 10px;
    }

    .kompleks_list_page .sort_head_list_main {
        display: none !important;
    }

    .kls_flats_filtr_two {
    	padding: 0;
    }

    .kls_flats_filtr_two .kls_block {
    	padding-left: 0;
    	padding-right: 0;
    }

    .kompleks_list_page .sort_head, .kompleks_list_head_search {
    	display: none;
    }

    .kls_flats_sort .sort_head {
    	display: block;
    }

    .kompleks_list_paginator {
    	margin-left: 20px;
    	margin-right: 20px;
    }

    .kompleks_list_page_inner {
        padding-top: 0;
    }

    .kompleks_list_page .wmain {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 1220px) {
    .index_filtr_l {
        padding-left: 20px;
        padding-right: 20px;
    }

    .index_content .wmain {
        max-width: 100%;
    }

    .header_index, .index_block_text, .nav_footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .index_filtr {
        margin-left: 20px;
        margin-right: 20px;
    }

    .komplex_flat, .komplex_ipoteka {
        -webkit-background-size: 94%;
             -o-background-size: 94%;
                background-size: 94%;
    }

    .stb_img {
        float: right;
        position: relative;
        right: 0;
        top: 0;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .stb_content {
        float: left;
        width: 50%;
        padding: 0;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .stores_top_big {
        min-height: auto;
        width: 75%;
        padding: 20px;
    }

    .stores_top_small {
        width: 25%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .komplex_gall .owl-nav {
        width: 100%;
        left: 0;
        margin-left: 0;
    }


    .komplex_gall .owl-prev {
        left: 20px !important;
        position: relative;
    }

    .komplex_gall .owl-next {
        right: 20px !important;
        position: relative;
    }

    .mortgage_content_inner {
        -webkit-background-size: 100%;
             -o-background-size: 100%;
                background-size: 100%;
    }

    .komplex_head_info_nav li {
        float: none;
        width: 50% !important;
        display: inline-block;
        vertical-align: top;
        margin-right: -2px;
        min-height: 30px;
        margin-bottom: 10px;
    }

    .komplex_head_info_nav {
        float: none;
        width: auto;
    }

    .klp_head {
        position: relative;
        padding-right: 150px;
    }

    .compare_head {
        position: absolute;
        right: 0;
        top: 0;
    }

    .kompleks_list_page .klp_head {
        min-height: 48px;
    }

    .kompleks_list_page {
        margin-top: 12px;
    }

    .list_plan .klp_head {
        padding-right: 0;
    }

    .kompleks_list_page .klp_head_flats + .klp_head_flats {
        display: none;
    }

    .kompleks_list_page_flats .klp_head {
        padding-right: 0;
    }

    .komplex_otdelka {
        -webkit-background-size: 94%;
             -o-background-size: 94%;
                background-size: 94%;
    }

    .kompleks_list_page .klp_head {
        min-height: 0;
    }
}

@media screen and (max-width: 1200px) {
    .komplex_head_slider_nav {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .komplex_head_slider_prev {
        margin-left: 20px;
    }
    .komplex_head_slider_next {
        margin-right: 20px;
    }

    .list_builder_search {
        float: none;
        width: 100%;
    }

    .lbs_btn {
        width: 20%;
    }

    .lbs_input {
        width: 80%;
    }

    .list_builder_head .sort_head {
        margin-left: 0;
        margin-top: 15px;
    }

    .list_builder {
        margin-top: 28px;
    }

    .list_builder_list {
        margin-top: 34px;
    }

    .lbl_info_list {
        float: none;
        clear: both;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .lbl_info_list .lbl_table {
        height: 60px;
    }

     .hl_nav {
        display: none;
        position: absolute;
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        background: #FFF;
        left: 0;
        top: 50px;
        padding-top: 17px;
        padding-bottom: 17px;
        margin-left: 0 !important;
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
                box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    }

        .hl_nav li {
            display: block;
            float: none;
            border: none !important;
        }

            .hl_nav li + li {
                margin-top: 15px;
            }

        .hl_nav li a {
            height: auto;
            font-size: 20px;
            text-align: left;
            line-height: 120%;
            padding-left: 50px;
            padding-right: 20px;
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .hl_nav li a:before {
                display: none !important;
            }

    .hl_logo {
        display: block;
    }

    .logo {
        display: none;
    }

    .nav_mobile_btn {
        display: block;
        position: relative;
    }

    .hl_logo_one + .nav_mobile_btn + .head_select_sity {
        margin-left: 10px;
    }

    .nav_mobile_block {
        position: absolute;
        display: none;
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #FFF;
        left: 0;
        top: 50px;
        padding-top: 5px;
        padding-bottom: 30px;
        margin-left: 0 !important;
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .nav_mobile_block .hl_nav {
        display: block;
        position: relative;
        left: 9px;
        top: 0;
        margin: 0;
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }

    .hl_nav li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hl_nav li + li {
        margin-top: 5px;
    }

    .hl_quest_btn {
        display: none;
    }

    .head_select_sity {
        display: none !important;
    }

    .nav_mobile_block .head_select_sity {
        margin-left: 30px;
        float: none;
        display: inline-block !important;
        margin-top: 10px;
    }

    .nav_mobile_block .hl_quest_btn {
        display: inline-block;
        float: none;
        margin-left: 30px;
        margin-top: 5px;
    }

    .head_select_sity .jq-selectbox__select-text {
        font-size: 16px;
    }

    .nav_mobile_btn {
        float: right;
        margin-right: -9px;
    }

    .hl_top {
        z-index: 100;
    }
}

@media screen and (max-width: 1190px) {
    .f_soc {
        margin-left: 40px;
    }

    .f_phone {
        margin-left: 40px;
    }

    .f_count {
        margin-left: 30px;
    }

    .kif_block .kfn_block {
        margin-left: 0;
        clear: left;
        margin-top: 15px;
    }

    .kif_result_num {
    	width: 310px;
    }
}

@media screen and (max-width: 1160px) {
    .komplex_description_text {
        width: 55%;
    }

    .compare_str_prev, .compare_str_next {
        top: 50px;
    }

    .komplex_flat .klp_flats_list li {
        width: 33.3333333333%;
    }

    .komplex_flat_nav .kfn_room {
        float: none;
    }

    .kfn_area {
        margin-left: 0 !important;
        margin-top: 15px;
    }

        .kfn_area + .kfn_area {
            margin-left: 30px !important;
        }

    .komplex_sotr {
        clear: both;
        margin-top: 15px;
    }

    .komplex_flat_filtr_mobile .sort_head {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1190px) {
	.soc_inner_rating_two .soc_inner_rating {
		float: none;
		width: auto;
	}

	.coplex_otz_sidebar_block_two .coplex_otz_sidebar_block {
		height: 240px;
	}

	.coplex_otz_full .coplex_otz_sidebar_block {
		padding-left: 30px;
		padding-right: 30px;
	}

	.coplex_otz_full .soc_inner_form span {
		padding-right: 15px;
	}

	.coplex_otz_full .soc_inner_form span + span {
	    padding-left: 15px;
	    padding-right: 0;
	}

	.coplex_otz_full .soc_inner_form textarea {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1180px) {
    .efl_inner {
        padding-left: 0;
    }

    .efl_img {
        width: 240px;
    }

    .efl_content {
        padding-left: 240px;
    }

    .index_filtr_l {
        width: auto;
        border: none;
        float: none;
        padding-right: 200px;
    }

    .index_filtr {
        position: relative;
    }

    .index_filtr_r {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 20px;
        height: auto;
        border-left: 1px solid #f7f8f9;
        padding-left: 20px;
    }

    .efh_right {
        float: none;
        clear: both;
        padding-top: 15px;
    }

    .edit_flats_head {
        height: auto;
    }
}

@media screen and (max-width: 1160px) {
    .ifs_left {
        width: 50%;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .ifs_right {
        padding-left: 10px;
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .ifs_left .nav_flat_list li {
        float: left;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 20%;
    }

        .ifs_left .nav_flat_list li + li {
            width: 16% !important;
        }


    .if_price {
        width: 50%;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .if_area {
        width: 50%;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .ifs_left .nav_flat_list li a {
            display: block;
            width: auto !important;
        }
}

@media screen and (max-width: 1140px) {
    .edit_flats_list > li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .edit_flats_list {
        margin-left: 0;
    }

        .edit_flats_list > li + li {
            margin-top: 20px !important;
        }

    .efl_info {
        max-width: 260px;
    }
}

@media screen and (max-width: 1130px) {

    .header_index h1 {
        margin-left: 0;
        padding-bottom: 40px;
    }

    .header_index {
        /*min-height: 100%;*/
    }

    .komplex_action_content {
        margin-right: 231px;
    }

    .komplex_action_slider {
        max-width: 100%;
        margin-right: 120px;
    }

    .header_index h1 {
        margin-left: 110px;
    }
}

@media screen and (max-width: 1120px) {
    .if_section + .if_section .ifs_left {
        width: 100%;
        padding-right: 0;
    }

    .if_section + .if_section .ifs_right {
        width: 100%;
        padding-left: 0;
    }

    .if_section + .if_section, .if_section + .if_section .ifs_right {
        margin-top: 20px;
    }

    .hni_btn_back {
        display: none;
    }

    .head_nav_inner_list_main {
        margin-left: 0;
    }

    .hl_btn_back {
        display: block;
        float: left;
        margin-top: 8px;
        margin-right: 16px;
        text-decoration: none;
        width: 37px;
        height: 35px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        border: 1px solid #e9eaea;
        background: url("../img/btn_back_str.png") no-repeat center center;
        -webkit-transition: 0.2s;
           -moz-transition: 0.2s;
            -ms-transition: 0.2s;
             -o-transition: 0.2s;
                transition: 0.2s;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .hl_btn_back:hover {
            opacity: 0.6;
        }

    .builder_jk_list_content .klb_flat_list {
        float: none;
        width: 100% !important;
        clear: both;
        padding-left: 43px;
        background: none !important;
        padding-top: 0 !important;
    }

    .bjc_area {
        padding-right: 15px;
    }

    .bjc_area, .bjc_liter {
        width: 50%;
        padding-bottom: 20px;
    }

    .bjc_liter {
        margin-left: 0;
    }

    .stores_top_big {
        width: 50%;
    }

    .stores_top_small {
        width: 50%;
    }

    .stb_img {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .stb_data {
        margin-top: 18px;
    }

    .stb_img img {
        width: 100%;
    }

    .stb_content {
        float: none;
        width: 100%;
        padding: 0;
    }

    .article_head_nav_inner_main {
        display: none;
    }

    .pu_nav_rayon_head .pu_nav_jk_title {
        float: none;
    }

    .pu_nav_rayon_head .nav_flat_list {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .pu_nav_rayon_head_right {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .komplex_otdelka {
        padding-top: 87px;
    }

    .komplex_otdelka .komplex_step_slider {
        margin-top: 18px;
    }

    .what_price_list > li {
        width: 50%;
    }

    .what_price_list > li + li + li {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1110px) {
    .f_right {
        display: none;
    }

    .coplex_otz_content {
        float: none;
        width: auto;
    }

    .coplex_otz_sidebar {
        float: none;
        width: auto;
    }

    .popup_otz_mobile_close {
        display: block;
    }

    .soc_inner_form textarea.in_style {
        max-width: 100%;
    }

     .popup_otz_mobile {
        display: block;
        position: fixed !important;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 900;
        background: #FFF;
        overflow: hidden;
        -ms-overflow-y: scroll;
            overflow-y: scroll;
        padding: 10px;
        padding-bottom: 15px;
        float: none;
        width: 300px;
        right: -300px;
        opacity: 0;
        -webkit-transition: 0.6s;
           -moz-transition: 0.6s;
            -ms-transition: 0.6s;
             -o-transition: 0.6s;
                transition: 0.6s;
        -webkit-box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
                box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .popup_otz_mobile_act {
            right: 0;
            opacity: 1;
            -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
               -moz-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                -ms-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                 -o-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                    transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        }

        .btn_add_otz {
            display: block;
            margin-top: 24px;
        }

        .btn_add_otz a {
            display: block;
            text-align: center;
            font-size: 12px;
            color: #FD1313;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            border: 1px solid #fd1313;
            line-height: 100%;
            padding-top: 13px;
            padding-bottom: 13px;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
        }

    .popup_otz_mobile {
        position: relative;
    }

    .popup_otz_mobile h3 {
        font-size: 28px;
    }

    .popup_otz_mobile .coplex_otz_sidebar_block {
        margin-top: 14px;
    }

    .popup_otz_mobile .coplex_otz_sidebar_block {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .popup_otz_mobile .soc_inner_title{
        font-size: 16px;
    }

    .popup_otz_mobile .soc_inner_rating_name span + span {
        width: 24px;
    }

    .popup_otz_mobile .soc_inner_rating > li + li{
        margin-top: 9px;
    }

    .popup_otz_mobile .soc_inner_rating_list {
        margin-top: 3px;
    }

    .popup_otz_mobile .soc_inner_rating {
        margin-top: 11px;
    }

    .popup_otz_mobile .soc_inner_kaptcha img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .ail_rubric {
        float: none;
        clear: both;
        margin-left: 0;
    }

    .anc_calc_title {
        float: none;
        width: auto;
        max-width: 365px;
    }

    .anc_calc_input {
        float: none;
        margin-top: 10px;
    }

    .anc_calc_price_info {
        float: none;
        width: auto;
    }

    .anc_calc_price_num {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .anc_calc_price .btn_main {
        float: none;
        margin-top: 10px;
    }

    .anc_calc_info {
        margin-top: 22px;
    }
}

@media screen and (max-width: 1080px) {
    .pu_fast_search_inner_nav {
        margin-top: 10px;
        padding-right: 0;
    }

    .pu_fast_search_inner_list > li {
        width: 33.33333333%;
        margin-bottom: 30px;
    }

    .pu_fast_search_inner_list + .pu_fast_search_inner_list {
        margin-top: 10px;
    }

    .pu_fast_search {
        padding-bottom: 30px;
    }

    .kaf_name {
        float: none;
    }

    .kaf_inner{
        float: none;
    }

    .kaf_inner .in_style{
        float: none;
        width: 100%;
    }

    .kaf_inner .btn_main {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 19px;
        width: auto;
        width: 228px;
    }

    .pu_timer_left {
        float: none;
        width: auto;
        max-width: 100%;
    }

    .pu_timer_right {
        float: none;
        padding-top: 0px;
        text-align: center;
    }

    .timer {
        display: inline-block;
        vertical-align: top;
    }

    .pu_timer_left {
        margin-top: 50px;
    }

    .pu_timer_title_info {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1070px) {
	.kif_result_num {
		float: none;
		width: auto;
	}

	.kif_result_form {
		float: none;
		margin-top: 20px;
	}

	.kif_result {
		margin-top: 26px;
	}

	.komplex_similar_list li {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-left: -1px;
		margin-right: -1px;
		float: none;
	}

	.komplex_similar_block {
		min-height: 100%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 1060px) {
    .komplex_decoration_price {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cdp_name {
        text-align: center;
        float: none;
        line-height: 120%;
    }

    .cdp_view {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-top: 10px;
        line-height: 120%;
    }

    .komplex_flat_nav .kfn_room {
        float: none;
    }

    .kfn_area {
        margin-left: 0 !important;
        margin-top: 15px;
    }

        .kfn_area + .kfn_area {
            margin-left: 30px !important;
        }

    .komplex_sotr {
        clear: both;
        margin-top: 15px;
    }

    .komplex_flat_nav {
        height: 162px;
    }

    .form_zahvat_inner h3 {
        padding-right: 0;
    }

    .fz_send_info {
        display: none;
    }

    .fs_spec {
        float: none;
        clear: both;
        margin-left: 0;
        margin-top: 0;
        clear: both;
        position: relative;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .fz_nav {
        position: relative;
        padding-bottom: 30px;
    }

    .mortgage_content_inner {
        padding-top: 80px;
    }

    .mortgage_content_info_right {
        margin-left: 510px;
    }

    .mortgage_content_inner_step li {
        padding-left: 30px;
    }

        .mortgage_content_inner_step {
            margin-left: -30px;
        }

        .mcis_info br {
            display: none;
        }

    .mf_step_block_list {
        height: auto;
    }

    .mf_step_block_list .mf_step_block {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 30px !important;
        margin-left: 0 !important;
        margin-bottom: 22px;
    }

    .mf_step_block_list + .mf_step_block_list {
        margin-top: 0;
    }

        .mf_step_block_list + .mf_step_block_list .mf_step_block {
            margin-bottom: 0;
        }

        .hover_plashka_tooltype {
            width: 210px;
            margin-left: -100px;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 13px;
            padding-bottom: 12px;
        }

    .nav_jk_list_kompleks2 {
        float: none;
    }

    .klp_head .sort_head {
        float: none;
        margin-left: 0;
    }

    .mf_decoration_check {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .list_plan .nav_jk_list_kompleks2  {
        float: left;
    }
}

@media screen and (max-width: 1040px) {
    .komplex_flat {
        padding-top: 52px;
    }

    .komplex_ipoteka {
        padding-top: 80px;
    }

    .block_404 {
        padding-top: 80px;
    }

    .block_404_content {
        padding-left: 290px;
        padding-bottom: 150px;
    }
}

@media screen and (max-width: 1020px) {
    .compare_head {
        display: none;
    }

    .komplex_flat .klp_flats_list li {
        width: 33.3333333333%;
    }

    .form_zahvat_inner {
        padding: 24px 30px 35px 30px;
    }

    .fzc_input_block {
        padding-right: 20px;
    }

    .komplex_ipoteka_form {
	    padding: 24px 30px 35px 30px;
	}

	.kif_block .if_block_slide {
		width: 33.333333333%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		margin: 0 !important;
	}

		.kif_block .if_block_slide + .if_block_slide {
			padding-left: 10px;
		}

	.komplex_step_month_main {
		float: none;
		width: 100%;
		margin-left: 0;
		clear: both;
		overflow: hidden;
	}

	.komplex_step_head {
		height: auto;
	}

    .pu_flat_right {
        margin-left: 340px;
    }

    .ifl_title {
        float: none;
    }

    .ifl_nav {
        margin-top: 5px;
    }

    .ifl_nav li {
        margin-left: 0 !important;
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .ifl_form {
        margin-top: 5px;
    }

    .klp_head {
        padding-right: 0;
    }

    .kif_block_two .if_block_slide {
        width: 50%;
        padding-right: 10px;
    }

        .kif_block_two .if_block_slide + .if_block_slide {
            padding-right: 0;
            padding-left: 10px;
        }

    .kif_block_left {
        width: 46%;
    }

    .kif_block_right {
        width: 48%;
    }

    .f_nav_mobile {
        float: none;
        clear: both;
        padding-top: 15px;
    }
}

@media screen and (max-width: 1001px) {
    /*    .kgb_inner {
            display: table;
            width: 100%;
            height: 450px;
        }

            .kgb_inner span {
                display: table-cell;
                width: 100%;
                vertical-align: middle;
            }*/

    /*        .kgb_inner img {
            display: inline-block !important;
            max-width: 100% !important;
            height: auto !important;
            max-height: 450px !important;
        }*/
}

@media screen and (max-width: 1000px) {
    /*.kgb_inner {
        text-align: center;
    }

    .kgb_inner img {
        display: inline-block !important;
        max-width: 100% !important;
    }*/

    .active .kgb_inner, .center .kgb_inner {
        opacity: 1 !important;
    }

    .pu_nav_jk_r {
        padding-left: 32px;
    }

    .pu_nav_jk_l {
        width: 240px;
    }

    .pu_nav_jk_r {
        margin-left: 240px;
    }

    .srok_liter_list li {
        width: 11.11111111111111%;
    }

    .klv_content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 980px) {
    .f_nav_mobile {
        float: none;
        clear: both;
        padding-top: 15px;
    }

    .policy {
        margin-left: 0;
    }

    .klb_info li + li {
        margin-left: 0;
    }

    .klb_info li {
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .klb_flat_list {
        margin-top: 5px;
    }

    .hni_phone {
        font-size: 18px;
    }

    .head_nav_fixed_act .hni_call a {
        margin-left: 18px;
    }

    .f_politic {
        margin-left: 0;
    }
}

@media screen and (max-width: 960px) {
    .anch_video_play {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -45px;
        -webkit-background-size: 100px;
             -o-background-size: 100px;
                background-size: 100px;
    }
    .nav_footer_list li {
        width: 25%;
    }

    .prc_other {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-left: 26px;
        padding-right: 20px;
        margin-top: 22px;
    }

    .prc_all {
        float: none;
        width: auto;
    }

    .edit_complex_add_list {
        margin-left: 0;
    }

        .edit_complex_add_list > li {
            float: none;
            padding-left: 0;
            width: auto;
        }

            .edit_complex_add_list > li + li {
                margin-top: 20px;
            }

    .peoples_rating_content {
        height: auto;
    }

    .pu_county_list_inner > li {
        float: none;
        width: auto;
    }

    .ifl_form_main .token-input-input-token {
        width: 100% !important;
        border: 1px solid #b9c4cd;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    body .ifl_form_main ul.token-input-list li input {
        width: 100% !important;
    }

    body .ifl_form_main ul.token-input-list {
        padding-top: 52px !important;
        -webkit-border-radius: 0;
                border-radius: 0;
            padding-right: 0;
            padding-left: 0;
            text-align: left;
    }

    body .ifl_form_main .token-input-token {
        margin-right: 10px;
    }

    body .ifl_form_main .token-input-token + .token-input-token {
        margin-left: 0;
    }

    .ifl_form_main .ifl_form {
        border: none;
    }
}

@media screen and (max-width: 940px) {
    .ifs_left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .ifs_right {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .about_content_list li {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33.333333333333%;
        margin-right: -3px;
        margin-bottom: 15px;
    }

    .about_content_list {
        padding-bottom: 5px;
    }

    .ecl_coast_list .mf_step_block {
        width: 33.33333333%;
    }

        .ecl_coast_list .mf_step_block + .mf_step_block + .mf_step_block + .mf_step_block {
            margin-top: 15px;
        }

    .head_nav_inner_list_main {
        display: block;
        float: none;
        width: 100%;
        background: #F0F3F5;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hni_right {
        float: none;
        margin-top: 0;
        text-align: center;
        background: #F9FAFA;
        padding-top: 8px;
        padding-bottom: 3px;
    }

        .hni_phone {
            font-size: 16px;
            line-height: 16px;
        }

        .hni_phone, .hni_call {
            display: inline-block;
            vertical-align: top;
        }

        .hni_call {
            margin-left: 8px;
            line-height: 12px;
        }

    .hni_right {
        display: none;
    }

    .hl_top .hni_right {
        display: block;
        float: left;
        background: none;
        padding-bottom: 0;
        padding-top: 10px;
        float: right;
    }

    .hni_phone, .hni_call {
        display: block;
        text-align: left;
        margin: 0;
    }

    .kif_block_left, .kif_block_right {
        float: none;
        width: auto;
        padding: 0;
    }

    .kif_block_right {
        margin-top: 15px;
    }

    .kif_select_logo {
        display: none;
    }

    .ctb_form_inner {
        position: relative;
        padding-right: 199px;
    }

    .ctb_form_inner input[type="text"] {
        width: 100%;
    }

    .ctb_form_inner .btn_main {
        padding-left: 0;
        padding-right: 0;
        width: 200px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        margin-left: 0;
    }

    .ctb_form_title br {
        display: none;
    }

    .anch_left {
        width: 60%;
    }

    .anch_img {
        width: 40%;
    }

    .anc_step2 {
        margin-top: 0;
        z-index: 1;
    }

    .anc_step2 .anc_step_inner {
        float: none;
        width: auto;
    }

        .anc_step2 .anc_step_inner + .anc_step_inner {
            margin-top: 20px;
        }
}

@media screen and (max-width: 920px) {
    .compare_table {
        width: 840px;
    }

    .compare_page {
        overflow: hidden;
    }

    .klp_head_flats .nav_jk_list_kompleks {
        width: 50%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .klp_head_flats .nav_jk_list_flats_num {
        width: 48%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .klp_head .sort_head {
        float: none;
        margin-left: 0;
        margin-top: 14px;
    }

    .klp_head .nav_jk_list_kompleks {
        float: none;
    }

    .compare_head {
        float: none;
    }

    .kompleks_list_page_flats .nav_jk_list_kompleks {
        float: left;
    }

    .kompleks_list_page_flats .klp_head_flats + .klp_head_flats {
        margin-top: 0;
    }

    .klb_compare_btn {
        width: 130px;
    }

    .klb_flat_price {
        width: 145px;
        padding-left: 15px;
    }

    .klb_name {
        max-width: 220px;
    }

    .klb_flat_name {
        padding-right: 15px;
    }

    .stores_list > li {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .stores_list > li:nth-child(4n) {
        padding-left: 25px;
        padding-right: 0;
    }

    .stores_list > li:nth-child(3n) .sl_inner_big, .stores_list > li:nth-child(3n + 4) .sl_inner_big, .stores_list > li:nth-child(3n + 2) .sl_inner_big {
        padding-left: 0;
        padding-right: 0;
    }

    .stores_list > li:nth-child(5n) {
        padding-left: 25px;
        padding-right: 0;
    }

    .about_img_right {
        margin-left: 40px;
    }

    .mortgage_content_info_img {
        width: 50%;
    }

    .mortgage_content_info_right {
        margin-left: 52%;
    }

    .ebl_format {
        margin-right: 0;
    }

    .komplex_area_main .klb_name{
        max-width: 100%;
    }

    .komplex_doc_list li {
        width: 33.33333333333%;
        margin-bottom: 14px;
    }

    .komplex_doc .btn_slide_text {
        margin-top: 15px;
    }

    .ecl_doc_in {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .ecl_doc_file {
        padding-left: 0;
    }

    .ecl_doc_file_clear {
        line-height: 20px;
    }

    .cancel_subscribe .wmain:before {
        background-repeat: no-repeat;
        width: 300px;
        -webkit-background-size: 300px;
             -o-background-size: 300px;
                background-size: 300px;
    }

    .list_plan .nav_jk_list_kompleks2 {
        float: none;
    }

    .klp_head_btn {
        float: none;
        margin-top: 10px;
    }

    .list_plan_map_main {
        position: relative;
        padding-top: 20px;
        height: 500px;
    }

    .list_plan_map_inner .kls_flats_filtr {
        padding-bottom: 0;
    }

    .about_new_title {
        padding-left: 120px;
    }

    .about_new_title br {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .edit_flats_head {
        height: auto;
    }

    .efh_right {
        float: none;
        margin-top: 15px;
    }

    .edit_flats {
        margin-top: 30px;
    }

    .edit_flats_list {
        padding-top: 20px;
    }
}

@media screen and (max-width: 890px) {
	.kompleks_list_paginator_list {
		display: none;
	}
}

@media screen and (max-width: 880px) {
    .klp_flats_list > li {
        width: 50%;
    }

    .slick-active .khs_img {
        opacity: 1;
    }

    .komplex_description_price_list li {
        width: 33.333333333333%;
        margin-bottom: 18px;
    }

    .komplex_description_price_list {
        padding-bottom: 9px;
    }

    .pu_flat_left {
        float: none;
        width: auto;
    }

    .pu_flat_right {
        float: none;
        margin-left: 0;
        margin-top: 20px;
    }

    .pu_fast_search_inner_list2 > li {
        display: block;
        padding: 0;
        margin-right: 0;
        width: auto !important;
    }
}

@media screen and (max-width: 870px) {
    .komplex_flat .klp_flats_list li {
        width: 50%;
    }
}

@media screen and (max-width: 860px) {
    .head_nav_inner_list_main {
        display: block;
        float: none;
        width: 100%;
        background: #F0F3F5;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
    }

        .head_nav_inner_main {
            background: #FFF;
            padding-left: 0px;
            padding-right: 0px;
        }

        .head_nav_inner_main .wmain {
            padding-top: 0;
            padding-bottom: 0;
        }

        .head_nav_inner_list {
            padding-top: 5px;
            padding-bottom: 8px;
        }

    .head_nav_inner_main .wmain {
        height: auto;
    }

    .mcis_num {
        width: 60px;
        height: 60px;
        line-height: 56px;
        font-size: 22px;
    }

    .mcis_info {
        margin-left: 76px;
    }

    .mcis_info {
        line-height: 120%;
    }

    .mcis_info {
        font-size: 12px;
    }

    .account_autor_form_two {
        margin-left: 0;
    }

    .aaft_form {
        float: none;
        width: auto;
        padding-left: 0;
    }

        .aaft_form + .aaft_form {
            margin-top: 20px;
        }

    .ecl_video_list li {
        width: 50%;
    }

    .ecl_video_list li + li + li {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 840px) {
    .anc_step_list li {
        float: none;
        width: auto !important;
        min-height: 55px;
    }

        .anc_step_list li + li {
            margin-top: 15px;
        }

    .ifl_title {
        float: none;
    }

    .ifl_nav{
        float: none;
        margin-top: 10px;
    }

    body ul.token-input-list li input {
        width: 100% !important;
        padding-left: 40px;
    }

    body ul.token-input-list {
        padding-left: 0;
        padding-top: 40px !important;
        min-height: 40px;
        padding-left: 5px;
    }

    body ul.token-input-list li input {
        height: 40px;
        margin-top: 2px;
    }

    body ul.token-input-list li input {
        background-position: 13px center;
    }

    body .token-input-input-token {
        width: 100%;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .komplex_head_info_nav {
        float: none;
    }

        .komplex_head_info_nav li {
            display: block;
            float: left;
            padding-right: 30px;
            width: 33.3333333333%;
            -webkit-box-sizing: border-box;
               -moz-box-sizing: border-box;
                    box-sizing: border-box;
        }

        .komplex_head_info {
            margin-top: 19px;
        }

    .komplex_action_img_slider {
        position: relative !important;
        width: 100%;
        top: 0;
        right: 0;
        margin-left: -10px;
        margin-top: 24px;
    }

    .kas_nav {
        margin-left: 31px;
    }

    .komplex_action_form {
        margin-top: 36px;
    }

    .komplex_action_content {
        padding-left: 0;
        padding-right: 0;
    }

    .komplex_action_form, .komplex_action_slider {
        margin-left: 31px;
        margin-right: 31px;
    }

    .komplex_action_content {
        margin-right: 0;
    }

    .fzc_input_block {
        width: 50% !important;
        margin-bottom: 10px;
        padding: 0 !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .bc_info {
        float: none;
        width: 100%;
        clear: both;
        display: block;
        height: auto;
        padding-bottom: 20px;
    }

    .bc_сommissioned, .bc_building {
        width: 30%;
    }

    .bjc_area, .bjc_liter {
        float: none;
        width: 100%;
    }

    .pu_flat {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_all_list > li {
        width: 50%;
    }

    .about_all_list > li + li + li{
        margin-top: 30px !important;
    }

    .mortgage_form_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .map_list > li {
        float: none;
        width: auto;
    }

        .map_list > li + li {
            margin-top: 24px;
        }

    .mf_input_2 .mf_input1 {
        float: none;
        width: auto !important;
        padding: 0 !important;
    }

        .mf_input_2 .mf_input1 + .mf_input1 {
            margin-top: 19px;
        }

    .ifl_form_station ul.token-input-list li input {
        background-position: 13px center;
    }

    .ecl_photo_content_r {
        margin-left: 220px;
    }

    .srok_liter_list li {
        width: 12.5%;
    }
}

@media screen and (max-width: 820px) {
    .mf_input4 .mfi_block {
        float: none;
        width: 100%;
        margin: 0;
    }

        .mf_input4 .mfi_block + .mfi_block {
            margin-top: 10px;
        }

    .komplex_flat .klp_flats_list li {
        width: 50%;
    }

    .ebl_format {
        float: none;
        clear: both;
        margin-top: 20px;
    }

    .ebl_nav {
        height: 88px;
    }

    .ll_nav li + li {
        margin-left: 23px;
    }

    .ll_lk li + li {
        margin-left: 12px;
    }
}

@media screen and (max-width: 800px) {
    .block_404_content {
        padding-left: 170px;
        padding-bottom: 40px;
    }

    .pu_nav_jk_list {
        float: none;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        overflow: hidden;
    }

        .pu_nav_jk_list > li {
            display: block;
            float: left;
            width: 50%;
            margin-top: 0 !important;
            margin-bottom: 5px !important;
        }

        .pu_nav_jk_list li a i {
            height: 30px;
        }

    .pu_nav_jk_l {
        float: none;
        width: auto;
    }

    .pu_nav_jk_r {
        margin-left: 0;
        border-left: none;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .mf_step_block_list .mf_step_block {
        display: block;
        width: auto !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

        .mf_step_block_list .mf_step_block + .mf_step_block, .mf_step_block_list + .mf_step_block_list {
            margin-top: 22px !important;
            clear: both;
        }

        .mf_step_block_list + .mf_step_block {
            clear: both;
        }

    .pu_nav_jk_l {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 780px) {
    .nav_footer_list li {
        width: 33.33333333333%;
    }

    .komplex_description_text {
        float: none;
        width: auto;
    }

    .komplex_description_char {
        float: none;
        width: auto;
        margin-top: 20px;
        margin-top: -20px;
    }

    .komplex_description_text .btn_slide_text a {
        background: #FFF;
    }

    .komplex_description_char {
        padding-top: 40px;
    }

    .kif_result_form_inner .in_style {
    	float: none;
    	width: 100%;
    }

    .kif_result_form_inner .btn_main {
    	float: none;
    	margin: 0 auto;
    	margin-top: 15px;
    	display: block;
    }

    .kif_block {
    	margin-top: 28px;
    }

    .srok_liter_list li {
        width: 14.2%;
    }

    .pu_sity_list > li {
        float: none;
        width: auto;
    }

    .kif_block_right .kif_result_form_inner .btn_main {
        margin-top: 0;
    }

    .ecl_doc_add {
        padding-right: 0;
        width: auto;
        float: none;
    }

    .ecl_doc_footer .edit_complex_save {
        float: none;
        margin-top: 20px;
    }

    .edit_action_head .btn_main {
        float: none;
    }

    .eah_text {
        float: none;
        display: block;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
    }

    .eah_text span {
        display: block;
    }

    .edit_action_head {
        margin-top: 15px;
    }

    .edit_action_list {
        margin-top: 22px;
    }

    .nav_footer_rubric_list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 760px) {
    .header_index h1 br {
        display: none;
    }

    .header_index h1 {
        font-size: 34px;
        line-height: 120%;
        padding-top: 6px;
    }

    .f_logo {
        display: none;
    }

    .f_copy {
        margin-left: 0;
    }

    .komplex_head_info_nav li {
        display: inline-block;
        width: 100%;
        float: none;
        vertical-align: top;
    }

        .komplex_head_info_nav li + li {
            display: inline-block;
            width: 50%;
            margin-left: -1px;
            margin-right: -2px;
            margin-top: 14px;
        }

    .coplex_otz_full .coplex_otz_sidebar_block {
    	float: none;
    	width: auto;
    }

    .coplex_otz_sidebar_block_two .coplex_otz_sidebar_block + .coplex_otz_sidebar_block {
    	height: auto;
    	border: 1px solid #e9eaea;
    	margin-top: -1px;
    }

    .pffp_name {
        float: none;
        width: auto;
    }

        .pffp_name br {
            display: none;
        }

    .pu_flat_form_phone a {
        margin-left: 0;
    }

    .pu_flat_form_zahvat .in_2 {
        margin-left: 0;
        width: 100%;
        margin-top: 7px;
    }

    .komplex_head_info_nav li {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 740px) {
    .komplex_description_decoration .komplex_description_char {
        margin-top: -20px;
    }
    .pu_fast_search_inner_list > li {
        width: 50%;
    }

    .klb_img {
        float: none;
        width: auto;
    }

    .klb_content {
        margin-left: 0;
        margin-top: 10px;
    }

    .fz_nav .if_block_slide {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .fz_nav .kfn_room {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .srok_liter_list li {
        width: 16.666666666666%;
    }

    .prc_other {
        height: 52px;
    }

    .prc_other_name > span:hover .hover_plashka_rating_main {
        top: 44px;
    }

    .list_plan_map_flat .klb_head {
        padding-top: 0;
    }

    .komplex_otdelka {
        padding-top: 60px;
    }
}

@media screen and (max-width: 720px) {
    .f_soc {
        float: none;
        margin-left: 0;
        clear: left;
        margin-top: 0;
        padding-top: 20px;
        clear: both;
    }

    .f_phone {
        margin-top: 1px;
    }

    .f_phone {
        display: block;
        float: none;
        margin-left: 0;
        clear: both;
        padding-left: 0;
        background: none;
        height: auto;
        font-size: 24px;
        line-height: 120%;
        margin-top: 20px;
    }

    .pu_quest {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .pu_title {
        font-size: 26px;
        line-height: 120%;
    }

    .pu_quest_inner .form_style {
        margin-top: 18px;
    }

    .pu_in_3 {
        border: none;
    }

    .pu_3_block {
        display: block;
        float: none;
        width: auto;
        border: none !important;
    }

    .pu_3_block input {
        border: 1px solid #a7b5c1;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .pu_3_block + .pu_3_block {
            margin-top: 10px;
        }

    .pu_quest_inner .form_style textarea {
        height: 120px;
        margin-top: 10px;
    }

    .pu_btn_quest {
        margin-top: 15px;
    }

    .ci_header h1 {
        font-size: 34px;
        line-height: 120%;
    }

    .ci_header h1 br {
        display: none;
    }

    .about_img_right {
        float: none;
        margin-left: 0;
        padding-bottom: 15px;
    }

    .content_text h2 {
        font-size: 26px;
    }

    .content_text {
        margin-top: 22px;
    }

    .mf_input3, .mf_input1, .mf_input2, .mf_input22, .mf_input5 {
        height: auto;
    }

    .mfi_block {
        float: none !important;
        width: auto !important;
    }

    .mfi_block + .mfi_block {
        margin-top: 10px;
    }

    .mfi_block input, .mfi_block .jq-selectbox__select {
        -webkit-border-radius: 3px !important;
                border-radius: 3px !important;
    }

    .mf_check_list .mf_step_block {
        width: 50%;
    }

    .ecl_photo_content_l {
        float: none;
    }

    .ecl_photo_content_r {
        margin-left: 0;
        margin-top: 22px;
    }

    .klv_content {
        padding-left: 0px;
    }

    .mfi_block.mf_input1 {
        margin-top: 10px;
    }

    .mortgage_content_inner {
        padding-top: 30px;
        margin-top: 32px;
    }
}

@media screen and (max-width: 700px) {
    .index_filtr_l {
        padding-right: 0;
        padding: 0;
    }

    .index_filtr_r {
        position: relative;
        width: auto;
        float: none;
        padding: 0;
        margin-top: 20px;
        border-left: none;
    }

    .index_filtr {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ifr_result_title {
        padding-top: 0;
    }

    .komplex_step_head .komplex_step_select_liter {
        float: none;
    }

    .komplex_step_year {
        float: none;
        margin-left: 0;
        margin-top: 15px;
    }

    .fi_info_mob {
        display: block;
    }

        .index_filtr_r .btn_main {
            display: none;
        }


    .komplex_doc_list li {
        width: 50%;
        padding-right: 20px;
    }

    .fi_info_mob_fix {
        left: 3% !important;
    }

    html body .ifl_form_main ul.token-input-list {
        padding-top: 10px !important;
    }

    body .ifl_form_main .token-input-token {
        margin-top: 0 !important;
        margin-bottom: 9px;
    }

    body ul.token-input-list li input {
        margin-top: 0;
    }

    body ul.token-input-list {
        min-height: 42px;
    }
}

@media screen and (max-width: 680px) {

    .klp_head_flats .nav_jk_list_kompleks {
        width: 100%;
        float: none;
    }

    .klp_head_flats .nav_jk_list_flats_num {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .klp_head .nav_jk_list_kompleks {
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
            margin-left: 0;
            margin-right: 0;
    }

    .komplex_flat h2 br {
        display: none;
    }

    .ecl_map {
        height: 220px;
    }

    .ll_nav {
        float: none;
    }

    .ll_lk  {
        float: none;
    }

    .login_line .wmain {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .ll_nav li {
        margin-left: 0 !important;
        margin-right: 22px;
        margin-bottom: 5px;
    }

    .efh_right .btn_main {
        float: none;
    }

    .efh_right_info {
        float: none;
        display: block;
        height: auto;
        margin-left: 0;
        margin-top: 5px;
    }

        .efh_right_info span {
            display: block;
        }

    .pu_timer_inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .efh_btn_plan {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .edit_flats_head .efh_select_liter {
        float: none;
    }

    .efh_right {
        padding-top: 0;
    }
}

@media screen and (max-width: 670px) {
    .cancel_subscribe .wmain:before {
        width: 200px;
        -webkit-background-size: 200px;
             -o-background-size: 200px;
                background-size: 200px;
    }
}

@media screen and (max-width: 660px) {
    .header_index h1 {
        font-size: 36px;
        line-height: 120%;
    }

        .komplex_flat {
            padding-top: 28px;
        }

        .komplex_ipoteka {
            padding-top: 50px;
        }

        .kif_block .if_block_slide {
        	width: 100%;
        	float: none;
        	padding: 0 !important;
        }

        	.kif_block .if_block_slide + .if_block_slide {
        		margin-top: 20px !important;
        	}
	
	.share_list li {
		margin: 0 !important;
		width: 50%;
		margin-bottom: 16px !important;
		padding-right: 8px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.share_list li a span {
		width: auto;
	}

		.share_list li:nth-child(2n) {
			padding-right: 0;
		}

			.share_list li:nth-child(5) {
				width: 100%;
				padding-right: 0;
			}

	.share {
		padding-bottom: 30px;
	}

	.share_list li a span {
		padding-left: 5px !important;
	}

    .mortgage_content_inner_step {
        margin-left: 0;
    }

    .mortgage_content_inner_step li {
        float: none;
        width: auto;
        padding-left: 0;
    }

        .mortgage_content_inner_step li + li {
            margin-top: 20px;
        }

    .mcis_info {
        max-width: 300px;
    }

    .mcis_info {
        padding-top: 6px;
    }

    .aafm_data {
        margin-left: 205px;
    }

    .kif_block_two .if_block_slide + .if_block_slide + .if_block_slide, .kif_block_two .if_block_slide + .if_block_slide {
        margin-top: 15px !important;
    }

    .kif_block_two .input_slide {
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {
    .about_new_title {
        padding-left: 100px;
        min-height: 20px;
    }

    .about_new_title {
        font-size: 24px;
        line-height: 32px;
        -webkit-background-size: 70px;
             -o-background-size: 70px;
                background-size: 70px;
    }

    .komplex_video_list li {
        float: none;
        width: auto;
        padding: 0 !important;
    }

    .col_autor {
        height: auto;
        overflow: hidden;
    }

    /*.komplex_flat_filtr_btn {
        display: block;
        text-align: center;
        width: 100%;
        text-decoration: none;
        font-size: 12px;
        color: #FD1313;
        font-weight: bold;
        text-transform: uppercase;
        border: 1px solid #fd1313;
        line-height: 100%;
        padding-top: 13px;
        padding-bottom: 13px;
        -webkit-border-radius: 2px;
                border-radius: 2px;
        margin-top: 20px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .komplex_filtr_close_mobile {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 16px;
        margin-bottom: 10px;
        text-align: right;
        cursor: pointer;
    }

    .komplex_filtr_close_mobile span {
        display: inline-block;
        padding-left: 20px;
        padding-bottom: 1px;
        background: url("../img/closeform.png") no-repeat left center;
        -webkit-background-size: 12px;
        -o-background-size: 12px;
        background-size: 12px;
    }

    .komplex_flat_filtr_mobile {
        display: block;
        position: fixed;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 900;
        background: #FFF;
        overflow: hidden;
        -ms-overflow-y: scroll;
            overflow-y: scroll;
        padding: 10px;
        padding-bottom: 15px;
        float: none;
        width: 300px;
        right: -300px;
        opacity: 0;
        -webkit-transition: 0.6s;
           -moz-transition: 0.6s;
            -ms-transition: 0.6s;
             -o-transition: 0.6s;
                transition: 0.6s;
        -webkit-box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
                box-shadow: -5px 0px 20px rgba(0,0,0,0.1);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

        .komplex_flat_filtr_mobile_act {
            right: 0;
            opacity: 1;
            -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
               -moz-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                -ms-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                 -o-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
                    transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        }*/


    .komplex_flat_filtr_mobile .kfn_area {
        display: none;
    }

        .komplex_flat_filtr_mobile .kfn_area + .kfn_area {
            display: block;
        }


    .komplex_flat_filtr_mobile  .kfn_room {
        width: auto !important;
    }

    .komplex_flat_filtr_mobile  .kfn_room .nav_flat_list li {
        width: 50% !important;
        border: none !important;
    }

        .komplex_flat_filtr_mobile  .kfn_room .nav_flat_list li a {
            width: auto !important;
        }

        .komplex_flat_filtr_mobile  .kfn_room .nav_flat_list li + li + li {
            border-top: 1px solid #b9c4cd !important;
        }

            .komplex_flat_filtr_mobile  .kfn_room .nav_flat_list li:nth-child(2n) {
                border-left: 1px solid #b9c4cd !important;
            }

            .komplex_flat_filtr_mobile .kfn_area {
                float: none;
                width: 100% !important;
                margin: 0 !important;
            }

                .komplex_flat_filtr_mobile .kfn_area {
                    margin-top: 15px !important;
                }

    .komplex_flat_nav {
        height: auto;
    }

    .komplex_flat_filtr_mobile .sort_head {
        margin-top: 0;
    }

    .komplex_flat_filtr_mobile .sort_head_name {
        float: none;
        display: block;
        margin-right: 0;
        height: auto;
        line-height: 120%;
        text-align: center;
        padding-bottom: 10px;
    }

    .komplex_flat_filtr_mobile .sort_head_list li {
        margin-right: 2px;
    }

    .coplex_otz h2 span {
    	margin-left: 5px;
    }

    .col_autor_name {
    	float: none;
    }

    .col_autor_data {
    	float: none;
    	margin-left: 0 !important;
    	margin-top: 5px;
    }

    .col_autor_rating {
    	float: none;
    	margin-left: 0;
    	margin-top: 5px;
    }

    .title_404 {
        font-size: 30px;
    }

    .block_404 {
        padding-top: 30px;
    }

    .block_404_content {
        padding-left: 130px;
    }

    body .fotorama__arr--prev {
        left: 20px !important;
    }

    body .fotorama__arr--next {
        right: 20px !important;
    }

    .pu_nav_jk_all > li {
        float: none;
        width: auto;
        padding-right: 15px;
    }

        .pu_nav_jk_all > li + li, .pu_nav_jk_all > li a + a {
            margin-top: 10px;
        }

    .pu_nav_jk_scroll {
        max-width: 100%;
        height: 290px;
        padding-bottom: 0;
    }

    .mch_num {
        font-size: 40px;
        line-height: 40px;
    }

    .mch_ot {
        padding-top: 4px;
    }

    .mch_title {
        margin-left: 122px;
        padding-top: 0;
    }

    .mch_title {
        font-size: 26px;
        line-height: 120%;
            margin-left: 0px !important;

    }

    .mortgage_form h3 {
        font-size: 24px;
    }

    .mortgage_form_inner {
        margin-top: 15px;
        border-width: 2px;
    }

    .mortgage_form_step_title {
        font-size: 24px;
    }

    .mortgage_form_step_title span {
        padding-left: 16px;
        font-size: 14px;
    }

    .mf_ster_one, .mf_step_two, .mf_step_three {
        margin-top: 16px;
    }

    .ebl_img_list > li {
        margin-right: 18px;
        margin-bottom: 22px;
    }

    .edit_building_year_list {
        padding-right: 10px;
    }

    .ecl_photo_content .ebl_img_list {
        margin-bottom: -22px;
    }

    .srok_liter_list li {
        width: 20%;
    }


    .ecl_video_list li {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .ecl_video_list li + li {
        margin-top: 20px !important;
    }

    .ecl_video_list {
        margin-left: 0;
    }

    .kfn_room .nav_flat_list {
        display: block;
        border: 1px solid #b9c4cd;
    }

    .kfn_room {
        width: auto;
    }

    .form_zahvat .kfn_room .nav_flat_list {
        display: inline-block;
        border: none;
    }

    .col_autor_content {
        height: auto;
    }

    .col_autor {
        overflow: visible;
    }

    .col_autor_rating .hover_plashka_tooltype {
        left: 0 !important;
        margin-left: 0 !important;
    }

        .col_autor_rating .hover_plashka_tooltype:before {
            left: 80px;
        }

    .prc_other_name > span:hover .hover_plashka_tooltype {
        top: 44px;
    }

    .prc_other_name {
        max-width: 110px;
    }

    .kdh_img {
        width: 200px;
    }

    .kdh_text {
        margin-left: 220px;
    }

    .ctb_form {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .ctb_form_title {
        font-size: 24px;
    }

    .ctb_form_inner {
        margin-top: 17px;
    }

    .kfn_room .nav_flat_list {
        border-bottom: none;
        border-right: none;
    }

    .komplex_flat_filtr_mobile .kfn_room .nav_flat_list li {
        border-right: 1px solid #b9c4cd !important;
        border-bottom: 1px solid #b9c4cd !important;
        border-left: none !important;
    }

    .komplex_flat_filtr_mobile .kfn_room .nav_flat_list li + li {
        border-left: none !important;
    }

    .komplex_flat_filtr_mobile .kfn_room .nav_flat_list li:nth-child(2n) {
        border-left: none !important;
    }

    .komplex_video_list_one li:nth-child(2n) {
        position: relative;
        top: 0;
        margin-top: 0;
        height: auto;
        display: block;
    }

    .komplex_video_list_one .klv_content {
        display: block;
    }
}

@media screen and (max-width: 620px) {
    .pu_fast_search {
        padding: 36px 30px 20px 30px;
    }

    .pu_fast_search_inner_list > li a + a {
        margin-top: 7px;
    }

    .nav_footer_list {
        padding-left: 9px;
        padding-right: 9px;
    }
    .nav_footer_list li {
        width: 50%;
        margin-bottom: 0;
        text-align: left;
    }

    .fzc_input_block {
        float: none;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

        .fzc_input_block + .fzc_input_block {
            margin-top: 20px !important;
        }

    .pu_call {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
        padding-top: 28px;
    }

    .pu_nav_rayon .pu_nav_jk_r {
        padding-left: 20px;
    }

    .pu_nav_rayon_list > li {
        float: none;
        width: auto;
    }

    .about_all_list > li {
        float: none;
        width: auto;
        padding-left: 0;
    }

    .about_all_list {
        margin-left: 0;
    }

        .about_all_list > li + li {
            margin-top: 20px !important;
        }

    .aal_content {
        height: auto;
        padding-bottom: 64px;
    }

    .about_all_list {
        overflow: visible;
    }

    .mortgage_content_inner {
        padding-top: 40px;
        margin-top: 30px;
    }

    .support .mf_bottom .support_kaptcha {
        display: inline-block;
        float: none;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
    }

    .support .mf_bottom {
        text-align: center;
    }

    .support .mf_bottom .btn_main {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .ecl_coast_list .mf_step_block {
        width: 50%;
    }

    .ecl_coast_list .mf_step_block + .mf_step_block + .mf_step_block {
        margin-top: 15px !important;
    }

    .komplex_similar_head {
        padding-right: 0;
    }

    .ksh_nav {
        position: relative;
        margin-top: 10px;
    }

    .komplex_area_main {
        height: 450px;
    }

    .pu_county_title {
        float: none;
    }

    .pu_county_list {
        margin-left: 0;
        margin-top: 15px;
    }

    .pu_nav_rayon_head {
        padding-left: 0;
    }

    .pu_county_main {
        margin-top: 22px;
    }

    .pu_county_list {
        margin-top: 10px;
    }

    .pu_county_list li {
        margin-right: 19px;
        margin-bottom: 8px;
    }

    .ecl_doc_file_clear a {
        padding-right: 38px;
    }

    .ecl_doc_file {
        float: none;
        width: auto;
    }

    .ecl_doc_file_clear {
        float: none;
    }

    .pu_nav_jk_list {
        display: none;
    }

    .pu_nav_jk_title {
        padding-right: 35px;
    }

    .nav_footer_rubric_list li {
        width: 33.333333%;
        margin-bottom: 20px;
    }

    .account_article_bottom .about_all_list > li {
        width: 100%;
    }

    .account_article_bottom .about_all_list > li + li {
        margin-top: 20px !important;
    }

    .account_article_bottom .btn_slide_text {
        margin-top: 18px;
    }

    .account_article_bottom + .nav_footer {
        margin-top: 30px;
    }

    .pu_nav_rayon .popup_city_search_form {
        margin-left: 0;
    }
}

@media screen and (max-width: 590px) {
    .lbl_logo {
        float: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .lbl_logo a {
        display: inline-block;
    }

    .lbl_name {
        display: block;
        height: auto;
    }

    .lbl_info_list > li{
        padding-left: 0;
    }

    .cancel_subscribe .wmain:before {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .klp_flats_list > li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .klp_flats_list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .komplex_flat h2, .komplex_description h2, .komplex_action h2, .komplex_infra h2, .kif_title, .komplex_step h2, .coplex_otz h2 {
        font-size: 28px;
        line-height: 120%;
    }

    .prc_other > li {
        float: none;
        width: auto;
    }

        .prc_other > li + li {
            margin-top: 15px;
        }

    .komplex_flat .klp_flats_list li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 20px;
    }

    .komplex_flat .klp_flats_list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form_zahvat_inner h3 {
        font-size: 26px;
        line-height: 120%;
    }


    .popup_inner .in_2 {
        height: auto;
    }

        .popup_inner .in_2 > span {
            float: none;
            width: 100%;
        }

        .popup_inner .in_2 span + span .jq-selectbox__select {
                border: 1px solid #b9c4cd;
                -webkit-border-radius: 2px;
                        border-radius: 2px;
        }

        .popup_inner .in_2 span + span {
            margin-top: 10px;
        }

        .popup_inner .in_2 + .in_2 {
            margin-top: 10px;
        }

        .in_2_btn > span input {
            border: 1px solid #b9c4cd;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
        }

    .aah_href_list li + li {
        margin-left: 0;
    }

    .aah_href_list li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .about_all_head_bottom {
        padding-bottom: 20px;
    }

    .mortgage_content_info_img {
        float: none;
        width: auto;
    }

    .mortgage_content_info_right {
        margin-left: 0;
        margin-top: 20px;
    }

    .aafm_avatar {
        float: none;
        margin: 0 auto;
    }

    .aafm_data  {
        margin-left: 0;
    }

    .ebl_nav .jq-selectbox {
        float: none;
        max-width: 100%;
    }

    .ebl_nav .btn_main {
        float: none;
        display: block;
        margin-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .ebl_nav {
        height: auto;
    }

    .ebl_img_list > li img {
        height: 70px;
    }

    .ebl_img_add {
        height: 70px;
        width: 120px;
    }

    .ebl_img_add {
        padding-top: 12px;
    }

    .ebl_img_add span {
        padding-top: 30px;
        -webkit-background-size: 34px;
             -o-background-size: 34px;
                background-size: 34px;
    }

    .prc_other {
        height: auto;
    }

    .prc_other_name:hover{
        position: relative;
        z-index: 50;
    }

    .prc_other_name {
        max-width: 100%;
    }

    .prc_other_name > span:hover .hover_plashka_tooltype {
        top: 30px;
    }

    .hover_plashka_rating_main {
        left: 0 !important;
        margin-left: 0 !important;
    }

    .komplex_doc h2 {
        font-size: 28px;
    }

    .efl_img {
        position: relative;
        margin: 0 auto;
        height: auto;
        display: block;
    }

        .efl_img span {
            display: block;
        }


    .efl_inner {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .efl_content {
        padding-left: 20px;
        padding-right: 20px;
        height: auto;
        display: block;
        margin-top: 20px;
    }


    .efl_content_inner {
        display: block;
    }

    .list_plan .dev_filtr_btn {
        display: block;
    }

    .list_plan_map_inner .kls_flats_filtr_clode_mobile {
        display: block;
    }

    .list_plan_map_inner .kls_flats_filtr {
        right: -270px;
        opacity: 0;
        -webkit-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        -moz-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        -ms-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        -o-transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
        transition: 0.6s cubic-bezier(0, 0, 0, 1.1);
    }

    .list_plan_map_inner .kls_flats_filtr_act {
        right: 0;
        opacity: 1;
    }

    .list_plan_map_inner {
        padding-right: 0;
        overflow: hidden;
    }

    .list_plan .nav_jk_list_kompleks2 li {
        display: block;
        text-align: center;
        float: none;
        border: 1px solid #b9c4cd;
    }

        .list_plan .nav_jk_list_kompleks2 li + li {
            margin-top: -1px;
        }


    .nav_jk_list_kompleks2 li {
        display: block;
        text-align: center;
        float: none;
        border: 1px solid #b9c4cd;
    }

        .nav_jk_list_kompleks2 li + li {
            margin-top: -1px;
        }

    .hl_top {
        z-index: 300;
    }

    .index_filtr {
        position: relative;
        z-index: 50;
    }

    .komplex_otdelka {
        padding-top: 40px;
        background-position: center 25px;
    }

    .komplex_otdelka .komplex_step_slider {
        margin-top: 8px;
    }

    .komplex_otdelka h2 {
        font-size: 28px;
        line-height: 120%;
    }

    .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p {
        font-size: 120px;
        line-height: 120px;
    }

    .timer--clock .clock-separator p {
        font-size: 120px;
        line-height: 120px;
    }

    .timer--clock .clock-separator, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num, .timer--clock .clock-separator p, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p, .timer--clock .clock-display-grp .number-grp {
        height: 120px;
        line-height: 120px;
        font-size: 120px;
    }

    .first .number-grp-wrp, .second .number-grp-wrp {
        top: -108px !important;
    }

    .pu_timer_left {
        margin-top: 32px;
    }

    .popup_inner .in_2 span + span {
    	width: 100%;
    }

    .list_map_head .dev_filtr_btn_main {
    	display: none;
    }

    .anch_left {
        float: none;
        width: auto;
        padding: 0;
    }

    .anch_img {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 20px;
    }

    .anc_step2 {
        margin-top: 15px;
    }

    .what_price_list {
        margin-left: 0;
    }

    .what_price_list > li {
        display: block;
        margin: 0;
        width: 100%;
        padding-left: 0;
    }

        .what_price_list > li + li {
            margin-top: 30px !important;
        }

    .wpl_info {
        padding-bottom: 30px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .anc_step_oplata {
        margin-top: 30px;
        padding-top: 21px;
    }

    .anc_calc_input {
        width: 100%;
    }

    .anc_calc_price {
        padding-left: 0;
    }

    .anc_calc_info {
        padding-left: 0;
    }

    .komplex_otdelka_slider .kss_block img {
        height: 180px;
    }
}

@media screen and (max-width: 570px) {
    .komplex_flat .klp_flats_list li {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
	.komplex_similar_list li {
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}

		.komplex_similar_list li + li + li {
			display: none;
		}

    .stores_top_big {
        float: none;
        width: 100%;
    }
    .stores_top_small {
        float: none;
        padding: 0;
        margin-top: 30px;
    }

    .stores_top_small {
        width: 100%;
        float: none;
    }

    .stores_list {
        margin-left: 0;
    }

    .stores_list > li {
        padding: 0 !important;
    }

    .sl_inner {
        float: none;
        padding: 0 !important;
        width: 100%;
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 30px !important;
    }

    .store_block_big {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ecl_content, .ecl_photo_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ecl_name {
        margin-left: 20px;
        margin-right: 20px;
    }

    .pu_auth_soc_list li {
        float: none;
        width: auto;
        margin-left: 0 !important;
    }

    .pu_auth_soc_list li + li {
        margin-top: 5px !important;
    }

    .stores_list  .store_list_form {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 30px !important;
    }

    .klp_map_plashka_img {
    	float: none;
    	width: auto;
    	padding-right: 16px;
    	padding-top: 15px;
    }

    .klp_map_plashka_content {
    	margin-left: 0;
    	padding-top: 10px;
    }

    .klp_map_plashka {
    	width: 210px;
    }
}

@media screen and (max-width: 540px) {
    .header_index h1 {
        font-size: 28px;
        padding-bottom: 30px;
    }

    .index_block_text_list li {
        float: none;
        width: auto;
        padding: 0 !important;
    }

        .index_block_text_list li + li {
            margin-top: 10px;
        }

        .index_block_text_list {
            margin-top: 10px;
        }

        .index_block_text_list li p + p {
            margin-top: 10px;
        }

        .ibt_title span {
            padding-right: 30px;
        }

    .hl_nav li a {
        font-size: 16px;
    }

    .hl_nav li + li {
        margin-top: 4px;
    }

    .komplex_infra_nav li {
        margin-right: 20px;
    }

    .about_content_list {
        margin-left: -15px;
    }

    .about_content_list li {
        padding-left: 15px;
    }

    .pu_nav_jk_list > li {
        float: none;
        width: auto;
    }

    .pu_nav_jk_title {
        font-size: 22px;
        min-height: 45px;
        padding-top: 4px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .pu_nav_jk_r {
        padding-top: 10px;
    }

    .pu_nav_jk_scroll {
        padding-top: 0;
        margin-top: 5px;
    }

    .srok_liter_list li {
        width: 25%;
    }

    .nav_mobile_dop li a {
        font-size: 16px;
    }

    .nav_mobile_dop li + li {
        margin-top: 12px;
    }

    .nav_mobile_block .head_select_sity {
        margin-top: 10px;
    }

    .head_select_sity .jq-selectbox__select-text {
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
    }

    .head_select_sity .jq-selectbox__trigger {
        top: 14px;
    }

    .nav_mobile_block .hl_quest_btn {
        margin-top: 10px;
    }

    .hl_nav li a {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .hl_nav li + li {
        margin-top: 0;
    }

    .nav_mobile_block {
        padding-top: 10px;
    }

    .pu_sity {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .psl_block {
        padding-left: 20px;
    }

    .psl_block i {
        top: 8px;
    }

    .pu_sity_list {
        margin-top: 17px;
    }

    .nav_mobile_dop {
        margin-top: 9px;
    }

    body .nav_mobile_block .hl_quest_btn {
        margin-top: 17px !important;
    }

    .popup_city_search_form {
        margin-top: 2px;
    }

    .pu_nav_rayon .popup_city_search_form {
        margin-top: 15px;
    }

    .pu_nav_rayon .pu_nav_jk_scroll {
        margin-top: 13px;
    }
}

@media screen and (max-width: 520px) {
    .container_main {
        overflow: hidden;
    }
    .nav_flat_payment li {
        width: 50%;
        border: none !important;
    }

        .nav_flat_payment li + li {
            border-left: 1px solid #b9c4cd !important;
        }

        .nav_flat_payment li + li + li {
            border-top: 1px solid #b9c4cd !important;
            border-left: none !important;
        }

            .nav_flat_payment li + li + li + li {
                border-left: 1px solid #b9c4cd !important;
            }

    .kas_nav {
        margin-top: 18px;
    }

    .komplex_action_form {
        margin-top: 18px;
    }

    .kaf_name {
        padding-top: 19px;
    }

    .kaf_inner {
        margin-top: 18px;
    }

    .komplex_video h2 {
        font-size: 30px;
    }

    .komplex_flat .klp_flats_list li {
        float: none;
        width: 100%;
    }

    .komplex_flat_btn_all {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .komplex_flat_btn_all .btn_main {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .kfn_block .nav_flat_list {
        border-top: 1px solid #b9c4cd;
        border-left: 1px solid #b9c4cd;
        padding-bottom: 1px;
    }

    .kfn_block .nav_flat_list li {
        float: left;
        width: 20%;
        margin-bottom: -1px;
        border: none;
        border-bottom: 1px solid #b9c4cd;
        border-right: 1px solid #b9c4cd;
    }

        .kfn_block .nav_flat_list li a {
            width: auto !important;
            text-align: center;
        }

    .kif_block .kfn_block {
    	float: none;
    }

    .lbl_name {
        width: 100%;
        display: block;
    }

    .pu_good {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .lbl_info_inner i {
        display: none;
    }

    .ail_autor {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .ail_view_comm {
        float: none;
        margin-top: 14px;
    }

    .ail_rubric_list {
        float: none;
        margin-left: 100px;
    }

        .ail_rubric_list li {
            margin-left: 0 !important;
            margin-right: 10px !important;
            margin-bottom: 5px;
        }

        .pu_nav_rayon_head .nav_flat_list {
            border-bottom: 1px solid #b9c4cd !important;
        }

        .pu_nav_rayon_head .nav_flat_list li {
            display: block;
            float: none;
            margin-bottom: -1px;
            border: 1px solid #b9c4cd !important;
        }

        .pu_nav_rayon_head .nav_flat_list li a {
            display: block;
            width: auto;
        }

        .pu_nav_rayon .pu_nav_jk_r {
            padding-left: 10px;
        }

    .about_all_head_info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about_all_head_autor {
        float: none;
    }

    .about_all_head_info_r {
        float: none;
        margin-top: 14px;
    }

    .about_all_head_bottom {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .aah_href_list {
        margin-top: 20px;
    }

    .aal_content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .aah_name {
        font-size: 16px;
        line-height: 120%;
    }

    .about_all_head_bottom {
        padding-bottom: 10px;
    }

    .support .mortgage_form h3 {
        font-size: 22px;
    }

    .conditions_list {
        padding-bottom: 1px;
    }

    .conditions_list li {
        width: 50%;
        margin-bottom: -1px;
        border-right: 1px solid #b9c4cd;
        margin-right: -1px;
    }

    .komplex_gall_th {
    	display: none !important;
    }

    .owl-carousel .owl-item {
        text-align: center;
    }

    /*    .kgb_inner {
        height: 350px;
    }
        .kgb_inner img {
            max-height: 350px !important;
        }*/

    .komplex_step_year {
        overflow: hidden;
    }

    .komplex_step_year li {
        display: block;
        float: left;
        width: 20%;
    }

        .komplex_step_year li a {
            display: block;
            width: auto !important;
        }

    .komplex_area_main .kompleks_list_block {
        position: relative;
        width: auto;
        margin: 0 !important;
        height: auto;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
                box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

    .komplex_area_main {
        height: auto;
        overflow: visible;
    }

    .komplex_area_main #map_2 {
        height: 280px !important;
    }

    .nav_flat_payment {
        border: 1px solid #b9c4cd;
    }

    .stavka_list {
        -webkit-border-radius: 2px;
                border-radius: 2px;
        border: 1px solid #b9c4cd;
        border-top: none;
    }

    .stavka_list li {
        margin-bottom: -1px;
        border-right: none !important;
    }

    .komplex_head_info_nav li {
        display: block !important;
        width: auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        float: none !important;
        padding-right: 0;
    }

        .komplex_head_info_nav li + li {
            display: block;
        }

    .kif_select_logo_img {
        float: none;
        width: auto;
        height: auto;
        display: block;
        text-align: center;
    }

    .kif_select_logo_img span {
        display: block;
    }

    .kif_select_logo_text {
        display: block;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
    }

        .kif_select_logo_text span {
            display: block;
        }

    .kif_select_price {
        margin-top: 10px;
    }

    .kif_block_right .kif_result_form_inner {
        padding-right: 0;
    }

    .kif_block_right .kif_result_form_inner .btn_main {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .kif_select_price li span {
        float: none;
        width: auto;
    }

    .kif_select_price li {
        padding-top: 0;
    }

    .kif_select_price li + li {
        margin-top: 9px;
    }

    .kif_block_right .kif_result_form {
        margin-top: 24px;
    }

    .kif_select_price_month {
        margin-top: 0;
        margin-left: 0;
        line-height: 120%;
    }

    .kif_select_price_kredit {
        margin-left: 0;
        line-height: 120%;
    }

    .ifs_conditions, .ifs_decoration {
        float: none;
        width: auto;
        padding: 0;
    }

    .ifs_decoration {
        margin-top: 15px;
    }

    .ecl_doc_footer .edit_complex_save {
        float: none;
        text-align: center;
    }

    .ec_deactivate {
        display: block;
        margin-top: 0;
    }

    .edit_complex_save .btn_main {
        margin-top: 10px;
        margin-left: 0;
    }

    .dev_filtr_btn, .btn_main {
        border: 1px solid #d10909 !important;
        color: #FFF !important;
        background: #FD1313 !important;
    }

    .nav_footer_rubric_list li {
        width: 50%;
    }

    .ctb_form_title {
        font-size: 20px;
    }

    .ctb_form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ctb_form_inner {
        overflow: visible;
        padding-right: 149px;
    }

    .ctb_form_inner .btn_main {
        width: 150px;
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .ctb_form_inner input[type="text"] {
        height: 41px;
        float: none;
    }

    .slid .ui-slider-handle {
    	background: url("../img/slid_ico_mobile.png") no-repeat left top;
    	width: 12px;
    	height: 16px;
    }

    .btn_infra_view {
    	display: block;
    }

    .komplex_infra_nav_main, .komplex_map {
    	display: none;
    }

    .komplex_ipoteka {
    	margin-top: 30px;
    }

    .btn_otz_mobile {
    	display: block;
    }

    .coplex_otz_sidebar {
    	display: none;
    }

    .form_zahvat .kfn_room .nav_flat_list {
    	display: block;
    	border-top: 1px solid #b9c4cd;
    	border-left: 1px solid #b9c4cd;
    }

    .pu_download_xml {
        padding: 43px 29px 39px 29px;
    }

    .owl-carousel .owl-item img {
        display: inline-block !important;
        max-width: 100% !important;
        width: auto !important;
        min-height: 260px;
        max-height: 260px;
    }
}

@media screen and (max-width: 500px) {
    .fz_nav .kfn_room {
        width: 100%;
    }

    .form_zahvat .kfn_room .nav_flat_list {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .fz_nav .kfn_room li {
        float: left;
        width: 16.666666666666% !important;
    }

        .fz_nav .kfn_room li a {
            width: auto !important;
        }

        .fz_nav .kfn_room li a span {
            display: none;
        }
}

@media screen and (max-width: 480px) {
    .komplex_gall .owl-carousel .owl-nav .owl-prev, .komplex_gall .owl-carousel .owl-nav .owl-next {
        display: none;
    }
    .pu_fast_search_inner_nav .pu_nav_rayon_head_right {
        display: block;
    }

    .about_new {
        padding-left: 9px;
        padding-right: 9px;
    }

    .pu_download_xml_form {
        margin-top: 18px;
    }

    .pu_download_xml_btn {
        margin-top: 16px;
    }

    .pu_title {
        font-size: 20px;
    }

    .sort_head_name {
        float: none;
        display: block;
        margin-right: 0;
        text-align: center;
        line-height: 120%;
        height: auto;
        padding-bottom: 10px;
        text-align: left;
    }

    .klp_head .sort_head {
        display: block;
        float: none;
    }

    .sort_head_list li {
        margin-bottom: 5px;
    }

    .compare_head {
        margin-top: 5px;
    }

    .hl_quest_btn {
        display: none;
    }

    .nav_mobile_btn {
        float: right;
        margin-left: 0;
    }

    .hl_top {
        padding-bottom: 2px;
        padding-left: 9px;
        padding-right: 0;
    }

    .ci_header, .komplex_head_info {
        padding-left: 10px;
        padding-right: 10px;
    }

    .komplex_head_info_nav li a span {
        border: none;
        text-decoration: underline;
    }

    .komplex_head_info .wmain {
        padding-bottom: 26px;
    }

    .komplex_head_slider_nav {
        display: none;
    }

    .komplex_head_slider_th {
        position: relative !important;
        background: #FFF;
    }
    
    .komplex_description_price_list li {
        width: 50%;
    }

    .komplex_description, .peoples_rating, .komplex_action, .komplex_flat .wmain, .form_zahvat, .komplex_infra .wmain, .komplex_ipoteka, .komplex_step, .share, .coplex_otz, .komplex_similar .wmain {
        padding-left: 10px;
        padding-right: 10px;
    }

    .komplex_description_char {
        padding-left: 20px;
        padding-right: 10px;
    }

    .komplex_video {
        padding-left: 0;
        padding-right: 0;
    }

    .komplex_video h2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .komplex_flat .klp_flats_list {
        padding-left: 5px;
        padding-right: 5px;
    }

    .komplex_flat_btn_all {
        padding-left: 10px;
        padding-right: 10px;
    }

    .komplex_similar_list li {
    	padding-left: 5px;
    	padding-right: 5px;
    }

    .builder_content_title, .builder_content_info, .quilder_text_info {
        margin-left: 10px;
        margin-right: 10px;
    }

    .pu_title span {
        font-size: 18px;
        line-height: 22px;
        margin-top: 11px;
    }

    .pu_good_btn {
        margin-top: 14px;
    }

    .list_builder {
        padding-left: 10px;
        padding-right: 10px;
    }

    .list_builder_list {
        margin-top: 15px;
    }

    .list_builder .content_text_bottom {
        padding-left: 0;
        padding-right: 0;
    }

    .article_tags {
        padding-left: 10px;
        padding-right: 10px;
    }

    .article_tags_list {
        margin-left: 58px;
    }

    .pu_nav_rayon_head_right {
        margin-right: 4px;
    }

    .pu_nav_rayon_btn_clear {
        float: right;
        margin-left: 0;
    }

    .edit_building {
        padding-left: 10px;
        padding-right: 10px;
    }

    .edit_building_year {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 4px;
    }

    .ec_deactivate {
        display: block;
        margin-top: 0;
    }

    .edit_complex_save {
        text-align: center;
    }

    .edit_complex_save .btn_main {
        margin-top: 10px;
        margin-left: 0;
    }

    .edit_complex_add_list {
        margin-top: 40px;
    }

    .nav_mobile_btn {
        margin-right: 1px;
    }

    .klv_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .stores > .wmain {
        padding-left: 10px;
        padding-right: 10px;
    }

    .stores_inner {
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kdh_img {
        width: 160px;
    }

    .kdh_text {
        margin-left: 170px;
        font-size: 16px;
    }

    .komplex_doc {
        padding-left: 10px;
        padding-right: 10px;
    }

    .edit_flats {
        padding-left: 10px;
        padding-right: 10px;
    }

    .edit_action {
        padding-left: 10px;
        padding-right: 10px;
    }

    .edit_action {
        margin-top: 22px;
    }


    .kompleks_list_page .wmain {
        padding-left: 10px;
        padding-right: 10px;
    }

    .dev_filtr_btn_main_black {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kompleks_list_block {
        margin-left: 10px;
        margin-right: 10px;
    }

    .kompleks_list_page_inner {
        padding-top: 20px;
        margin-top: 0;
    }

    .komplex_similar h2 {
        font-size: 28px;
    }

    .komplex_otdelka {
        padding-left: 10px;
        padding-right: 10px;
    }

    .klb_img_main {
        display: none !important;
    }

    .klb_mobile_slider {
        display: block !important;
    }

    .timer--clock .clock-separator, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num, .timer--clock .clock-separator p, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p, .timer--clock .clock-display-grp .number-grp, .timer--clock .clock-separator p {
        font-size: 80px;
        line-height: 80px;
    }

    .first .number-grp-wrp, .second .number-grp-wrp {
        top: -69px !important;
    }

    .pu_timer_left {
        margin-top: 10px;
    }

    .timer--clock .clock-separator {
        width: 32px;
    }

    .kompleks_list_paginator {
    	margin-left: 10px;
    	margin-right: 10px;
    }

    .pu_nav_jk_big_city li a {
        font-size: 14px;
    }

    .pu_nav_jk_big_city li {
        margin-right: 13px;
        margin-bottom: 8px;
    }

    .pu_nav_jk_big_city {
        margin-top: 16px;
    }

    .pu_sity_list {
        margin-top: 6px;
    }

    .kompleks_list_page_flats .kompleks_list_page_inner {
        padding-top: 0;
    }

    .pu_sea {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .pu_sea .pu_nav_rayon_head_right {
        margin-top: 20px;
    }

    .pu_sea_content {
        margin-top: 15px;
    }
}

@media screen and (max-width: 460px) {
    .pu_fast_search_inner_list > li {
        display: block;
        margin-right: 0;
        width: auto;
        margin-bottom: 18px;
        padding-right: 0;
    }

    .pu_fast_search_inner_list > li a {
        margin-top: 6px;
    }

    body .pu_fast_search_inner_list .pu_fsl_name {
        font-size: 14px;
    }

    .ifl_nav li {
        display: block;
        float: none;
        margin: 0 !important;
    }

        .ifl_nav li + li {
            margin-top: 8px !important;
        }

    .ifl_nav li a {
        padding-left: 39px;
        padding-top: 0;
        padding-bottom: 0;
        height: 24px;
        line-height: 24px;
    }

        .ifl_nav li a:before {
            display: none;
        }

        .ifl_nav li a span {
            display: inline-block;
            border-bottom: 1px dotted #bec0c2;
            line-height: 12px;
            padding-bottom: 1px;
        }

    .ifl_nav_ico2 {
        background-position: 5px center;
    }

    .ifl_nav_ico3 {
        background-position: 3px center;
    }

    .ifl_nav {
        margin-top: 14px;
    }

    .ci_header h1 {
        font-size: 26px;
        text-align: center;
    }

    .kompleks_list_page_inner {
        padding-top: 18px;
    }

    .bc_logo {
        float: none;
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        padding-right: 0;
    }

    .bc_logo span {
        display: block;
    }

    .bc_right {
        width: 100%;
        float: none;
    }

    .bc_сommissioned, .bc_building {
        width: 50%;
    }

    .bc_сommissioned, .bc_building {
        display: block;
        height: auto;
        margin-top: 10px;
    }

        .bc_сommissioned span, .bc_building span {
            display: block;
        }

    .bc_info {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .builder_content_info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .builder_content {
        margin-top: 24px;
    }

    .block_404_content {
        padding-left: 20px;
    }

    .block_404_text {
        margin-top: 30px;
    }

    .btn_step_nav {
        margin: 0;
        display: block;
        border: none;
        text-decoration: underline;
    }

    .mf_bottom {
        text-align: center;
    }

    .mf_bottom .btn_main {
        margin-top: 15px;
    }

    .map_list > li > a {
        font-size: 20px;
    }

    .map_list > li > a + a, .map_list > li + li {
        margin-top: 14px;
    }

    .map_list > li ul li a {
        font-size: 16px;
    }

    .map_list > li ul li + li {
        margin-top: 10px;
    }

    .ebl_head {
        padding: 20px;
    }

    .ebl_year {
        font-size: 24px;
        line-height: 24px;
    }

    .ebl_del {
        margin-top: 4px;
        margin-left: 15px;
    }

    .ebl_head:before {
        top: 24px;
        right: 20px;
        background-position: center center;
        -webkit-background-size: 18px;
             -o-background-size: 18px;
                background-size: 18px;
    }

    .ebl_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ebl_format {
        padding-top: 0;
        margin-top: 15px;
    }

    .tb_btn {
        position: relative;
        top: 0;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-top: 8px;
    }

    .title_back {
        padding-right: 0;
    }

    .edit_building_list > li + li {
        margin-top: 12px;
    }

    .container_builder {
        padding-bottom: 30px;
    }

    .ifl_form {
        margin-top: 12px;
    }

    .ifl_nav li a span {
        padding-top: 6px;
    }

    .ifl_nav li a span span {
        border: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .komplex_doc_list li {
        display: block;
        margin-right: 0;
        width: auto;
        padding-right: 0;
    }

    .komplex_doc .btn_slide_text {
        margin-top: 22px;
    }

    .kif_block_left {
        margin-top: 14px;
    }

    .kif_block {
        margin-top: 22px;
    }

    .popup_city_search_form .lbs_input {
        width: 72%;
    }

    .popup_city_search_form .lbs_btn {
        width: 28%;
    }

    .hl_article .hl_logo {
        width: auto;
    }

    .anc_calc {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .anc_calc_price {
        margin-top: 32px;
    }

    .komplex_otdelka {
        background: none;
    }

    .komplex_video_list_one li:nth-child(2n) {
        display: none;
    }

    .mortgage_content_inner {
        padding-top: 15px;
    }
}

@media screen and (max-width: 440px) {
    .cdp_name {
        font-size: 16px;
    }

    .hl_quest_btn {
        display: none;
    }

    .nav_mobile_btn {
        float: right;
        margin-left: 0;
    }

    .hl_top {
        padding-left: 9px;
        padding-right: 0;
    }

    .header_index h1 {
        font-size: 22px;
        line-height: 26px;
    }


    .header_index, .index_block_text, .nav_footer {
        padding-left: 9px;
        padding-right: 9px;
    }

    .index_filtr {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .nav_footer {
        padding-left: 0;
        padding-right: 0;
    }

    .nav_footer .ibt_title {
        padding-left: 9px;
        padding-right: 9px;
    }

    .nav_footer_list {
        margin-top: 15px;
    }

    .nav_footer {
        margin-top: 20px;
    }

    .nav_footer_list li {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 20px;
    }

    .nav_footer_list li a span {
        border: none;
        line-height: 16px;
        text-decoration: underline;
    }

    .nav_footer_list li a {
        padding-left: 33px;
        position: relative;
    }

    .nav_footer_list li a i {
        position: absolute;
        left: 0;
        top: 0;
        bottom: auto;
        width: auto;
        height: auto;
        margin-bottom: 0;
    }

    .nav_footer_list li a i img {
        position: relative;
    }

    .ci_header {
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 20px;
    }

    .klp_flats_list {
        padding-left: 9px;
        padding-right: 9px;
    }

    .content_text_bottom {
        padding-left: 9px;
        padding-right: 9px;
    }

    .dev_filtr_btn {
        margin-left: 10px;
        margin-right: 10px;
    }

    .kompleks_list_page .wmain {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kompleks_list_page {
        margin-top: 0;
        padding-top: 0;
    }

    .kompleks_list_page {
        padding-top: 16px;
        margin-top: 0;
    }

    .kompleks_list_page_inner {
        padding-top: 0;
    }

    .kompleks_list_block {
        margin-left: 10px;
        margin-right: 10px;
    }

    .kompleks_list_block {
        margin-top: 15px;
    }

        .kompleks_list_block + .kompleks_list_block {
            margin-top: 10px;
            border-top: 1px solid #e9eaea;
        }

    .komplex_flat h2, .komplex_description h2, .komplex_action h2, .komplex_infra h2, .kif_title, .komplex_step h2, .coplex_otz h2 {
        font-size: 22px;
    }

        .komplex_flat {
            padding-top: 0;
            background: none;
        }

        .komplex_ipoteka {
            padding-top: 0;
            background: none;
        }

    .kin_ico {
        display: none;
    }

    .coplex_otz_full .coplex_otz_sidebar_block {
    	padding-left: 20px;
    	padding-right: 20px;
    }

    .coplex_otz_sidebar_block_two .soc_inner_rating_name span + span {
    	width: 40px;
    }

    .coplex_otz_sidebar_block_two .soc_inner_kaptcha {
    	width: 100%;
    }

    	.coplex_otz_sidebar_block_two .soc_inner_kaptcha img {
    		display: block;
    		width: 100%;
    	}

    .builder_content_title {
        font-size: 28px;
    }

    .pu_flat_form_phone a {
        font-size: 26px;
        line-height: 26px;
        margin-top: 3px;
    }

    .pu_flat_place span br {
        display: none;
    }

    .pu_flat_place span {
        max-width: 90px;
    }

    .pu_flat_place i {
        font-size: 22px;
    }

    .pu_flat_place li {
        width: 50% !important;
    }

    .pu_flat_char li span {
        width: 50% !important;
    }

    .pu_flat_form_phone a {
        padding-left: 30px;
        font-size: 24px !important;
    }

    .pu_flat_form_zahvat {
        margin-top: 14px;
    }

    .pu_flat_place i {
        margin-top: 4px;
    }

    .pu_flat_right {
        margin-top: 10px;
    }

    .stores > .wmain {
        padding-left: 10px;
        padding-right: 10px;
    }

    .stores_inner {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sl_inner_big {
        padding-bottom: 20px;
    }

    .sl_inner {
        padding-bottom: 20px !important;
    }

    .stores_top {
        padding-bottom: 20px;
    }

    .block_404_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about_content_list li {
        width: 50%;
    }

    .content_text h2 {
        font-size: 20px;
    }

    .about_content_inner ul li {
        padding-left: 12px;
    }

    .about_content_inner ol li {
        padding-left: 12px;
    }

    .about_content_inner h3 {
        font-size: 16px;
    }

    .content_text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kompleks_list_page_inner {
        margin-top: 20px;
    }

    .about_all_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about_all_list {
        margin-top: 20px;
    }

    .mortgage_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .map_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .support {
        padding-left: 10px;
        padding-right: 10px;
    }

    .support .mf_bottom .support_kaptcha {
        margin-left: 0;
        margin-right: 0;
    }

    .account_autor_inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .account_autor_form_main, .aaft_form_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aaft_form .mf_input22 {
        margin-top: 20px;
    }

    .aafm_save_info {
        float: none;
        margin-top: 0;
        display: block;
        text-align: left;
    }

    .aaft_form .aafm_btn {
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
        bottom: 0;
        margin-top: 15px;
    }

    .account_autor_form_main, .aaft_form_inner {
        padding-bottom: 30px;
    }

    .aafm_btn {
        text-align: left;
    }

    .aafm_save_info + .btn_main {
        margin-top: 10px;
    }

    .login_form_main {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .login_form_main h1 {
        font-size: 32px;
        line-height: 100%;
    }

    .login_form {
        margin-top: 24px;
    }

    .srok_liter_list li {
        width: 33.33333333%;
    }

    .ecl_coast_list .mf_step_block {
        padding-left: 15px;
    }

    .ecl_coast_list {
        margin-left: -15px;
    }

    .mf_step_block .nav_flat_list {
        padding-bottom: 1px;
    }

    .mf_step_block .nav_flat_list > li {
        display: block;
        float: left;
        width: 33.3333333%;
        margin-bottom: -1px;
        border-right: 1px solid #b9c4cd;
        margin-right: -1px;
    }

    .mf_step_block .nav_flat_list > li a {
        display: block;
        width: auto !important;
        text-align: center;
    }

    .login_line {
        padding-left: 10px;
        padding-right: 10px;
    }

    .peoples_rating {
        margin-top: 7px;
    }

    .peoples_rating_content {
        margin-top: 18px;
    }

    .komplex_doc h2 {
        font-size: 22px;
    }

    .kfn_room .nav_flat_list li {
        width: 25% !important;
    }

        .kfn_room .nav_flat_list li + li {
            width: 15% !important;
        }

    .cancel_subscribe {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cancel_subscribe .wmain {
        padding-top: 20px;
    }

    .klp_head_btn .btn_main {
        display: block;
        float: none;
        width: auto;
        margin: 0 !important;
    }

        .klp_head_btn .btn_main + .btn_main {
            margin-top: 5px !important;
        }

    .kompleks_list_block {
        margin-top: 0;
    }

    .index_filtr {
        padding-left: 0;
        padding-right: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .stores_list  .store_list_form {
        padding-bottom: 20px !important;
    }

    .komplex_otdelka h2 {
        font-size: 22px;
    }

    .kompleks_list_page_flats .kompleks_list_page_inner {
        margin-top: 0;
    }
}

@media screen and (max-width: 420px) {
    .ci_header h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .crumbs {
        display: none;
    }

    .kompleks_list_page {
        margin-top: 12px;
    }

    .klb_rating {
        display: none;
    }

    .klb_rating_mobile, .klb_price_mobile {
        display: block;
    }

    .klb_rating_mobile {
        margin-top: 8px;
    }

    .klb_info {
        margin-top: 18px;
    }

    .klb_price_mobile {
        font-size: 18px;
        color: #FD1313;
        line-height: 18px;
        margin-top: 5px;
    }

    .klb_compare_btn{
        display: none;
    }

    .klb_name{
        max-width: 100%;
    }

    .klb_plan_end_price_btn {
        display: block;
        border: 1px solid #fd1313;
        text-align: center;
        font-size: 12px;
        color: #FD1313;
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: pointer;
        margin-top: 18px;
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin-left: -14px;
        background: transparent;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .klb_plan_end_price_btn span {
            display: inline-block;
            position: relative;
            padding-left: 19px;
        }

            .klb_plan_end_price_btn span:before {
                content: "";
                display: block;
                position: absolute;
                width: 9px;
                height: 9px;
                background: url("../img/klb_plan_price_ico.png") no-repeat left top;
                left: 0;
                top: 2px;
                -webkit-transition: 0.3s;
                   -moz-transition: 0.3s;
                    -ms-transition: 0.3s;
                     -o-transition: 0.3s;
                        transition: 0.3s;
            }

            .klb_plan_end_price_btn_act {
                color: #FFF;
                background: #FD1313;
            }

            .klb_plan_end_price_btn_act span:before {
                background-position: right top;
            }

    .kompleks_list_block {
        padding-bottom: 0;
    }

    .klb_flat_list {
        margin-top: 16px;
        display: none;
    }

    .komplex_step_head .komplex_step_select_liter {
    	float: none;
    	width: 100%;
    }

    .komplex_step_year {
    	margin-left: 0;
    	width: auto;
    	display: block;
    	width: 100%;
    	float: none;
    	margin-top: 10px;
        padding-bottom: 1px;
    }

    .komplex_step_year li {
    	width: 50%;
        margin-bottom: -1px;
        margin-right: -1px;
        border-right: 1px solid #b9c4cd;
    }

    .komplex_step_year li a {
    	width: auto !important;
    	display: block;
    }

    .about_content_list {
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .about_content_inner {
        padding-top: 10px;
    }

    .hni_phone {
        display: block;
    }

    .hni_call {
        margin-left: 0;
    }

    body .fotorama__arr--prev, body .fotorama__arr--next {
        display: none !important;
    }

    .komplex_gall_th {
        position: relative !important;
        background: none;
    }

    .komplex_gall .owl-prev, .komplex_gall .owl-next {
        display: none !important;
    }

    .pu_nav_jk_title {
        font-size: 16px;
    }

    .pu_nav_jk_list > li {
        margin-bottom: 0 !important;
    }

    .pu_nav_jk_r {
        padding-top: 15px;
    }

    .mch_title {
        clear: both;
        margin-left: 0;
        padding-top: 10px;
        font-size: 22px;
    }

    .mf_check_list .mf_step_block {
        float: none;
        width: auto;
    }

        .mf_check_list .mf_step_block + .mf_step_block {
            margin-top: 10px;
        }

    .mf_check_list {
        margin-top: 20px;
    }

    .mf_in_name {
        font-size: 14px;
        padding-bottom: 6px;
    }

    .mf_in_name span {
        margin-top: 6px;
    }

    .edit_building {
        margin-top: 15px;
    }

    .edit_building_list {
        margin-top: 15px;
    }

    .edit_complex {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }

    .ecl_content, .ecl_photo_content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .komplex_area_main .klb_rating {
        display: block;
    }

    .komplex_area_main .klb_flat_list {
        display: block;
    }

    .komplex_area_main .kompleks_list_block {
        padding-bottom: 12px;
    }

    .head_nav_inner_block {
        height: auto;
    }

    .head_nav_inner_block_act .head_nav_inner_main {
        position: relative !important;
    }

    .hni_right {
        display: none;
    }

    .hl_top_inner .hl_logo {
        overflow: hidden;
        width: 30px;
    }

        .hl_top_inner .hl_logo img {
            display: block;
            width: 122px;
        }


    .cs_check_list label {
        line-height: 16px;
        padding-top: 0px;
    }

    .cs_check_list label span {
        padding-top: 2px;
    }

    .cs_check_list label + label {
        margin-top: 8px;
    }

    .cs_check_list {
        margin-top: 18px;
    }

    .cs_title {
        font-size: 22px;
    }

    .cs_what {
        padding-top: 5px;
    }

    .cs_title_info {
        font-size: 16px;
        line-height: 20px;
        margin-top: 13px;
    }

    .btn_unsubscr {
        margin-top: 30px;
    }

    .edit_action_list li label > span {
        font-size: 14px;
    }

    .edit_action_list li + li {
        margin-top: 14px;
    }

    .edit_action .wmain {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 25px;
    }

    .pu_nav_jk_r {
        padding-right: 10px;
    }

    .list_plan_map_flat .klb_rating, .list_plan_map_flat .klb_flat_list {
        display: block;
    }

    .hl_article .hl_logo {
        width: auto;
    }

    .pu_timer_title_info {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }

    .lmh_btn_list {
    	float: none;
    	text-align: center;
    }

    .lmh_btn_area {
    	float: none;
    	display: block;
    	text-align: center;
    	width: 100%;
    	margin-top: 10px;
    }

    body .lmh_btn_area {
    	float: none;
    }

    .list_map_head .dev_filtr_btn_main  {
    	display: block;
    	margin-top: 10px;
    }

    .list_map_head .dev_filtr_btn {
    	margin-left: 0;
    	margin-right: 0;
    }

    .kompleks_list_paginator {
    	margin-top: 15px;
    }

    .about_new_title {
        font-size: 20px;
        line-height: 26px;
        padding-left: 70px;
        -webkit-background-size: 50px;
             -o-background-size: 50px;
                background-size: 50px;
    }

    .about_new_title {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .anc_title {
        font-size: 24px;
    }

    .anc_anons {
        margin-top: 14px;
    }

    .about_new_content {
        margin-top: 22px;
    }

    .anc_step_inner {
        padding-left: 50px;
    }

    .anc_step_inner i {
        font-size: 18px;
        top: 5px;
    }

    .anc_step_name {
        font-size: 20px;
    }

    .anc_step2 .anc_step_inner p {
        font-size: 16px;
        line-height: 120%;
    }

    .anc_step_inner i:before {
        width: 16px;
        left: 22px;
        margin-top: -2px;
    }

    .anc_step2 {
        padding-top: 34px;
    }

    .anc_step_list {
        margin-left: -50px;
    }

    .anc_step_list li {
        padding-left: 54px;
        padding-right: 0;
        -webkit-background-size: 40px;
             -o-background-size: 40px;
                background-size: 40px;
    }

    .anc_step_list li br {
        display: none;
    }

    .anc_step_list li span {
        margin-top: 8px;
        line-height: 120%;
    }

    .about_new {
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 390px) {
    .support_kaptcha img {
        display: block;
        width: 100%;
    }

    .support .mf_bottom {
        margin-top: 20px;
    }

    .support .mf_textarea {
        height: 100px;
    }
}

@media screen and (max-width: 380px) {
    .about_new_content .mortgage_form h3 {
        font-size: 24px;
    }

    .about_new .mortgage_form_inner {
        padding-top: 24px;
    }

    .nav_flat_list li a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .if_price, .if_area {
        float: none;
        width: 100%;
        padding: 0;
    }

    .if_area {
        margin-top: 14px;
    }

    .input_slide, .nav_flat_list {
        margin-top: 7px;
    }

    .if_section + .if_section, .if_section + .if_section .ifs_right, .ifs_right {
        margin-top: 14px;
    }

    .slid_main {
        margin-top: 9px;
    }

    .ifs_left .nav_flat_list li {
        width: 26%;
    }

    .ifs_left .nav_flat_list li + li {
        width: 14.8% !important;
    }

    .index_filtr_r .btn_main {
        margin-top: 10px;
    }

    .ifr_result_jk {
        line-height: 20px;
        margin-top: 0;
    }

    .ifr_result_num {
        font-size: 40px;
        line-height: 40px;
    }

    .index_filtr_r {
        margin-top: 17px;
    }

    div.token-input-dropdown {
        width: 240px !important;
    }

    .ibt_title span {
        padding-right: 0;
    }

        .ibt_title span:before {
            display: none;
        }

        .ibt_title {
            padding-right: 0;
        }

        .pu_title {
            font-size: 18px;
        }

    .pu_quest {
        padding-left: 15px;
        padding-right: 15px;
    }

    .popup_cell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pu_quest {
        padding-top: 52px;
        padding-bottom: 30px;
    }

    .pu_btn_quest .btn_main {
        display: block;
        text-align: center;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slid_main + input {
        padding-top: 3px;
    }

    .klp_head_flats .nav_jk_list_kompleks {
        margin-top: 0;
    }

    .kompleks_list_page_inner {
        padding-top: 23px;
    }

    .dev_filtr_btn_main {
        margin-top: 10px;
        height: 42px;
    }

    /* .dev_filtr_btn_main_act .dev_filtr_btn_inner {
        position: fixed;
        width: 100%;
        z-index: 100;
        left: 0;
        bottom: 0;
        padding-bottom: 5px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    .dev_filtr_btn_main_act .dev_filtr_btn {
        margin-left: 5px;
        margin-right: 5px;
    }*/

    .back_top_line {
        display: none !important;
    }

    .klp_flats_list {
        margin-top: 0;
    }

    .klp_flats_list > li {
        margin-bottom: 20px;
    }

    .klp_flats_list + .kompleks_list_loader {
        margin-top: -10px;
    }

    .kompleks_list_page_inner {
        padding-top: 10px;
    }

    .prc_otz {
        float: right;
        margin-left: 0;
    }

    .peoples_rating_content{
        padding-right: 23px;
    }

    .prc_other_list {
        float: right;
    }

    .prc_other_num {
        width: auto;
    }

    .prc_other {
        padding-right: 23px;
    }

    .kaf_inner .btn_main {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .komplex_video_list li + li {
        display: none;
    }

    .komplex_video .btn_slide_text {
        margin-top: 0;
    }

    .komplex_video_list li {
        margin-bottom: 20px;
    }

    .komplex_video h2 {
        font-size: 22px;
    }

    .komplex_video_list {
        margin-top: 18px;
    }

    .komplex_video {
        margin-top: 25px;
    }

    .komplex_flat_filtr_mobile .kfn_block .in_style {
        height: 40px !important;
    }

    .komplex_flat_filtr_mobile .jq-selectbox__select-text {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
    }

    .komplex_flat_filtr_mobile .jq-selectbox li {
        padding-left: 15px;
    }

    .form_zahvat_inner h3 {
        font-size: 22px;
    }

    .fz_nav {
        margin-top: 20px;
    }

    .kif_result_form_inner .btn_main {
    	width: 100%;
    }

    .kif_result_form_inner .in_style {
    	height: 42px;
    	padding-left: 15px;
    	padding-right: 15px;
    }

    .kif_block .if_block_slide input {
    	padding-left: 15px;
    	padding-right: 15px;
    }

    .kif_block {
    	margin-top: 21px;
    }

    .komplex_step_year li a {
    	height: 45px;
    	line-height: 45px;
    }

    .coplex_otz_full .soc_inner_form span {
    	width: 100% !important;
    	padding: 0 !important;
    }

    	.coplex_otz_full .soc_inner_form span + span {
    		margin-top: 10px !important;
    	}

    	.coplex_otz_full .soc_inner_form textarea {
    		margin-top: 10px;
    	}

    .share {
    	padding-bottom: 10px;
    }

    .coplex_otz_inner {
    	padding-top: 22px;
    }

    .coplex_otz_full .coplex_otz_sidebar_block {
    	margin-top: 23px;
    }

    .pu_call {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .builder_content_title {
        font-size: 22px;
    }

    .builder_jk_list_content .klb_flat_list {
        padding-left: 0 !important;
    }

    .builder_jk_list_content .klb_flat_price {
        width: 140px;
    }

    .dev_filtr_btn_main_nofixed .dev_filtr_btn {
        margin-left: 10px;
        margin-right: 10px;
    }

    .dev_filtr_btn_main_nofixed {
        position: relative;
    }

    .about_all_page_inner {
        padding-top: 0;
    }

    .mfi_block input {
        height: 42px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }

    .mfi_block .jq-selectbox__select-text {
        height: 42px;
        line-height: 42px;
    }

    .mfi_block .jq-selectbox__trigger {
        top: 20px;
    }

    .mfi_block .jq-selectbox__select-text {
        padding-left: 10px;
        padding-right: 24px;
    }

    .support .mortgage_form h3 {
        font-size: 18px;
    }

    .mf_textarea {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        font-size: 14px;
    }

    .account_autor_inner {
        margin-top: 20px;
    }

    .ecl_content, .ecl_photo_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .edit_complex {
        padding-left: 10px;
        padding-right: 10px;
    }

    .edit_complex_list_main > li + li .mfi_block input {
        height: 42px;
    }

    .edit_complex_list_main > li + li .mfi_block .jq-selectbox__select-text {
        height: 42px;
        line-height: 42px;
    }

    .ecl_video_list li input {
        height: 42px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ecl_video_add {
        height: 42px;
    }

    .ecl_video_add span {
        line-height: 12px;
        padding-top: 15px;
        padding-bottom: 1px;
    }

    .ecl_map {
        height: 200px;
    }

    .eca_inner {
        padding: 25px 20px;
    }

    .compare_fixed {
        right: 10px;
        bottom: 10px;
        width: 30px;
        height: 35px;
        font-size: 14px;
        line-height: 36px;
        -webkit-background-size: 30px;
             -o-background-size: 30px;
                background-size: 30px;
    }

    .no_380 {
        display: none !important;
    }

    .kompleks_list_page_inner {
        margin-top: 0;
        padding-top: 0;
    }

    .kompleks_list_page {
        padding-top: 0;
    }

    .komplex_video_list li + li {
        display: block;
    }

    .tbe_btn {
        position: relative;
        top: 0;
        display: inline-block;
        margin-top: 12px;
    }

    .title_block_edit {
        padding-right: 0;
        text-align: right;
    }

    .title_block_edit h2 {
        text-align: left;
    }

    .prc_num {
        width: 60px;
    }

    .coplex_otz_sidebar_block_two .soc_inner_rating_name span + span {
        width: 25px;
    }

    .form_zahvat_inner .input_slide {
        margin-top: 12px;
    }

    .fz_nav {
        margin-top: 16px;
    }

    .form_zahvat_inner .if_block_slide input {
        height: 43px;
    }

    .form_zahvat_inner .nav_flat_list {
        margin-top: 7px;
    }

    .fz_nav .kfn_room li a {
        height: 40px;
        line-height: 40px;
    }

    .fz_nav {
        padding-bottom: 27px;
    }

    .fz_contact {
        margin-top: 20px;
    }

    .fzc_input_block .in_style {
        height: 42px;
    }

    .fz_contact .fzc_input_block .btn_main {
        padding-top: 14px;
        padding-bottom: 12px;
    }

    .form_zahvat_inner {
        padding: 24px 30px 30px 30px;
    }

    .slid .ui-slider-handle:before {
        margin-top: 0;
        top: auto;
        height: 200%;
        bottom: 0;
        margin-bottom: 0;
    }

    .kdh_img {
        display: block;
        float: none;
        width: auto;
        height: auto;
        text-align: center;
    }

        .kdh_img span {
            display: block;
        }

    .komplex_doc_head {
        padding-top: 20px;
        padding-bottom: 17px;
    }

    .kdh_text {
        display: block;
        height: auto;
        margin-left: 0;
        padding-right: 0;
        margin-top: 10px;
    }

        .kdh_text span {
            display: block;
        }

    .ifs_decoration {
        margin-top: 14px;
    }

    .mf_step_block .nav_flat_list > li {
        width: 50%;
    }

    .ecl_doc_in input {
        height: 42px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ecl_doc_add_inner {
        height: 42px;
        line-height: 40px;
    }

    .efl_info {
        padding-right: 0;
    }

    .list_plan_map_main {
        height: 360px;
    }

    .dev_filtr_btn_main {
        height: 50px;
        margin-top: 0;
    }

    .kompleks_list_page_inner {
        margin-top: 20px;
    }

    .kfn_block .nav_flat_list li {
        width: 33.33333333333%;
    }

    .nav_footer_rubric_list li {
        display: block;
        margin-right: 0;
        width: auto;
    }

    .ctb_form_inner {
        padding-right: 0;
    }

    .ctb_form_inner input[type="text"] {
        width: 100%;
    }

    .ctb_form_inner .btn_main {
        position: relative;
        width: 100%;
        float: none;
        display: block;
    }

    .popup_city_search_form .lbs_input input {
        font-size: 14px;
    }

    .popup_city_search_form .lbs_input {
        width: 68%;
    }

    .popup_city_search_form .lbs_btn {
        width: 32%;
    }

    .hni_phone {
        font-size: 14px;
    }

    .logo_name {
        font-size: 18px;
    }

    .logo_name i {
        width: 3px;
        height: 3px;
    }

    .komplex_step_month li {
        margin-right: 15px;
    }

    .komplex_description_content {
        margin-top: 16px;
    }

    .komplex_description_price_list {
        padding-bottom: 1px;
    }
}

@media screen and (max-width: 370px) {
        .klv_title {
            font-size: 16px;
        }

        .klv_subscr_tetx {
            font-size: 12px;
            margin-top: 12px;
        }

        .klv_ico {
            margin-top: 12px;
        }

        .nav_flat_list li a {
            height: 36px;
            line-height: 36px;
            font-size: 13px;
        }
}

@media screen and (max-width: 360px) {
    .komplex_otdelka_slider .kss_block img {
        height: 120px;
    }
    .f_nav_mobile {
        padding-top: 0;
        margin-top: 16px;
    }

    .title_404 {
        font-size: 24px;
    }

    .name_404 {
        margin-top: 12px;
    }

    .block_404_text {
        line-height: 20px;
        margin-top: 20px;
    }

    .about_content_list li {
        line-height: 16px;
    }

    .about_content_list li b {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .pu_nav_rayon_btn_ok {
        min-width: 50px;
        height: 40px;
        line-height: 40px;
    }

    .pu_nav_rayon_btn_clear {
        margin-top: 13px;
    }

    .map_list > li > a {
        font-size: 18px;
    }

    .map_list > li > a + a, .map_list > li + li {
        margin-top: 8px;
    }

    .map_content {
        margin-top: 20px;
        padding-bottom: 40px;
    }

    .map_list > li ul li a {
        font-size: 14px;
    }

    .map_list > li ul {
        margin-top: 10px;
    }

    .map_list > li ul li + li {
        margin-top: 6px;
    }

    .login_form {
        padding: 30px 20px;
    }

    .fl_btn {
        margin-top: 18px;
    }

    .login_form_main h1 {
        font-size: 30px;
    }

    .ebl_img_list > li img {
        height: 44px;
    }

    .ebl_img_list > li {
        margin-bottom: 15px;
    }

    .ebl_content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ebl_img_add {
        height: 44px;
        width: 82px;
        padding-top: 7px;
    }

    .ebl_img_add span {
        padding-top: 30px;
        padding-top: 20px;
        font-size: 8px;
        line-height: 10px;
        -webkit-background-size: 26px;
             -o-background-size: 26px;
                background-size: 26px;
    }

    .komplex_area_main #map_2 {
        height: 200px !important;
    }

    .kif_block_logo_slider {
        padding-left: 26px;
        padding-right: 26px;
    }

    .komplex_similar h2 {
        font-size: 24px;
    }

    .komplex_otdelka {
        padding-top: 34px;
    }

    .pu_timer_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .timer--clock .clock-separator, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num, .timer--clock .clock-separator p, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p, .timer--clock .clock-display-grp .number-grp, .timer--clock .clock-separator p {
        font-size: 74px;
        line-height: 74px;
    }

    .first .number-grp-wrp, .second .number-grp-wrp {
        top: -65px !important;
    }

    .pu_timer_left {
        margin-top: 0;
    }

    .timer--clock .clock-separator, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num, .timer--clock .clock-separator p, .timer--clock .clock-display-grp .number-grp .number-grp-wrp .num p, .timer--clock .clock-display-grp .number-grp {
        height: 100px;
    }
}





/*map moscow4 spb4*/
.metroStation span, .metroStation a {
    display: block !important;
}
.metroStation > span, .metroStation > a {
    display: block;
    padding: 0 2px;
    padding-right: 3px;
    position: relative;
    color: #4e4f51;
    letter-spacing: -0.5px;
    font-size: 12px;
    font-family: "PT Sans";
    font-weight: normal;
    line-height: 15px;
    background: none;
    text-decoration: none;
    border: 1px solid transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.ar_metro .act span, .ar_metro .m_isset:hover span {
    color: #c94141 !important;
    background-color: #ffeec6 !important;
    border-color: #fedc8a !important;
}

.ar_metro .m_isset span {
    cursor: pointer;
    opacity: 1;
}


.pu_metro_moscow4 {
    background: url("../img/moscow2020.svg") no-repeat left top;
    width: 1080px;
    height: 1410px;
    -webkit-background-size: 1014px;
         -o-background-size: 1014px;
            background-size: 1014px;
}

.pu_metro_moscow4 .metroStation > span, .pu_metro_moscow4 .metroStation > a {
    font-size: 10px;
    line-height: 10px;
}

.pu_metro_spb4 {
    width: 1080px;
    height: 930px;
    background: url("../img/metro_spb4.svg") no-repeat center top;
    -webkit-background-size: 960px;
         -o-background-size: 960px;
            background-size: 960px;
}

/*map moscow4 spb4 end*/