html, body {
    height: 100%;
    overflow-y: hidden !important;
}

@font-face {
    font-family: 'gilroybold';
    src: url('../fonts/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroysemibold';
    src: url('../fonts/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gilroyregular';
    src: url('../fonts/gilroy-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroymedium';
    src: url('../fonts/gilroy-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pfdintextcomppro-regular';
    src: url('../fonts/pfdintextcomppro-regular.ttf') format('truetype');
}

body {
    font-family: 'Circe Bold';
    padding: 0;
    margin: 0;
}

#map svg {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.region_info * {
    box-sizing: border-box;
}

.region_info body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.region_info .circle_wp {
    background: #f7f7f7;
}

.region_info .circle_head {
    padding-top: 15px;
}

.region_info {
    font: 32px 'gilroyregular';
    width: 20vw;
    height: 100%;
    position: relative;
    z-index: 60;
    background: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.45);
    margin-left: auto;
    margin-top: -55vw;
    /*right: 20vw;*/
    display: none;
    text-align: center;
    clear: both;
}

    .region_info .circle_wp {
        position: relative;
        margin: 1vw auto;
    }

    .region_info .circle_head_new {
        padding: 1vw;
        position: relative;
        background: #fff;
    }

    .region_info .circle_head_title {
        font-size: 36px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0.5vw;
    }

    .region_info .circle_head_subtitle {
        font-size: 32px;
        color: #1d6188;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 0.5vw;
    }

        .region_info .circle_head_subtitle span {
            font-size: 36px;
            font-weight: 700;
        }

    .region_info .ch_text_wp {
        margin-bottom: 1vw;
    }

    .region_info .ch_text1 {
        font-size: 30px;
    }

        .region_info .ch_text1 span {
            color: #1d6188;
            font-size: 36px;
            font-weight: 700;
        }

    .region_info .ch_text2 {
        font-size: 28px;
        color: #b9b9b9;
    }

    .region_info .ch_text3 {
        font-size: 30px;
        color: #b9b9b9;
    }

        .region_info .ch_text3 span {
            color: #1d6188;
            font-size: 48px;
            font-weight: 700;
        }

    .region_info .ch_text4 {
        color: #0f4f96;
        text-transform: uppercase;
        padding-top: 0.5vw;
        padding-left: 10px;
    }

    .region_info .center_legend_right .clt_block {
        margin-left: auto;
        width: 70%;
    }

    .region_info .clt_top {
        color: #6c6c6b;
        font-size: 40px;
    }

    .region_info .clt_middle {
        color: #cb4f5b;
        font-size: 60px;
    }

        .region_info .clt_middle span {
            color: #6c6c6b;
            font-size: 32px;
        }

    .region_info .clt_bottom {
        font-size: 24px;
        color: #6c6c6b;
    }

    .region_info .circle_bg {
        width: 100%;
        height: 25vh;
        background: url(../../images/progress_bg.svg) no-repeat center;
        background-size: contain;
        position: relative;
        margin: 10px 0;
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    .region_info .center_legend_right .circle_legend {
        background: url(../../images/legend_bg_right.svg) no-repeat 6.5vw 0;
        height: 4vw;
    }

    .region_info .circle_legend {
        width: 14.4vw;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -7vw;
        z-index: 3;
        background-size: 14.4vw auto;
    }

    .region_info .circle_current {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9;
    }

        .region_info .circle_current div {
            width: 100%;
            height: 100%;
            font-size: 60px;
        }

        .region_info .circle_current p {
            position: relative;
            top: -0.1vw;
            text-align: center;
            line-height: 1.25;
            white-space: nowrap;
            font-size: 40px !important;
        }

            .region_info .circle_current p span {
                color: #fff;
                font-size: 40px;
            }

    .region_info .circle_progress {
        background: url(../../images/circle_back.png) no-repeat calc(50% - 4px) 50%;
        background-size: contain;
        width: calc(100% - 50px);
        height: calc(100% - 50px);
        margin: 20px 25px 25px 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


        .region_info .ch_text5 {
            font-size: 30px;
            text-transform: uppercase;
            color: #fff;
            background: #0f4f96;
            margin-bottom: 0.25vw;
        }

    .region_info .c_btn {
        display: block;
        height: 1.25vw;
        line-height: 1.25vw;
        text-transform: uppercase;
        color: #fff;
        background: #0f4f96;
        margin-bottom: 0.25vw;
        margin-top: 1.5vw;
    }

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal {
    display: none;
}

.modal video:focus-visible {
    outline: none;
}

.mobile_modal_wp {
    width: 320px;
    box-sizing: border-box;
}

    .mobile_modal_wp + .fancybox-close-small {
        top: 3px;
        right: 5px;
    }

#mobile_modal {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 479px) {
    .page.agglomeration .data ul li {
        width: 100% !important;
    }

    #data-window h3 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .show_mobile .region_info {
        height: calc(100vh - 240px) !important;
    }
}

.new_window_open {
    background: green;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    z-index: 99999999999999999;
}

.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
/*/////////////*/
.modal_diagramm {
    height: 100%;
}

.fancybox-close-small:after {
    display: none;
}

.modal_w100 {
    width: 1500px;
    padding: 30px;
    font: 16px 'gilroyregular';
    background: rgba(0,0,0,0.8) !important;
}

    .modal_w100 .clt_top {
        color: #fff;
    }

    .modal_w100 .clt_middle span {
        color: #fff;
    }

    .modal_w100 .clt_bottom {
        color: #fff;
    }

.fancybox-is-open .fancybox-bg {
    opacity: .9;
}

.modal_w100 .fancybox-close-small {
    width: 30px;
    height: 30px;
    background: url("../../images/close3.png") no-repeat;
    background-size: 100%;
    top: auto;
    right: 1vw;
    bottom: 1vw;
    display: none;
}

.compensate-for-scrollbar.no-compensate {
    margin-right: 0;
}

.modal_w100 .circle_head p {
    color: #fff;
}

.fancybox-bg {
    background: none !important;
}



.modal.modal_w100 .circle_bg {
    width: 300px;
    height: 300px;
    background: url('../../images/progress_bg.svg') no-repeat 31px 21px;
    background-size: 250px auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modal.modal_w100 .circle_wp {
    position: relative;
    margin: 20px auto;
}

.modal.modal_w100 .circle_legend {
    width: 288px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -145px;
    z-index: 3;
    background: url('../../images/legend_bg.svg') no-repeat 0 0;
    background-size: 288px auto;
}

.modal.modal_w100 .circle_progress {
    background: url('../../images/circle_back.png') no-repeat 6px 6px;
    background-size: 168px 168px;
}

.modal.modal_w100 .circle_head_img {
    width: 60px;
}

.modal.modal_w100 .circle_head p {
    width: calc(90% - 60px);
}

.modal.modal_w100 .circle_head {
    min-height: 75px;
}

.modal.modal_w100 .clt_top {
    color: #6c6c6b;
    font-size: 20px;
}

.modal.modal_w100 .clt_block {
    width: 50%;
    padding-left: 5px;
    min-height: 80px;
}

.modal.modal_w100 .clt_middle {
    color: #cb4f5b;
    font-size: 30px;
}

    .modal.modal_w100 .clt_middle span {
        color: #6c6c6b;
        font-size: 16px;
    }

.modal.modal_w100 .clt_bottom {
    font-size: 12px;
    color: #6c6c6b;
}

.modal.modal_w100 .clt_block:first-child {
    padding-left: 30px;
}

.modal.modal_w100 .center_legend_left .clt_block {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.modal.modal_w100 .center_legend_left .circle_legend {
    background: url('../../images/legend_bg_left.svg') no-repeat 55px 0;
    background-size: 85px auto;
    height: 80px;
}

.modal.modal_w100 .center_legend_right .circle_legend {
    background: url('../../images/legend_bg_right.svg') no-repeat 147px 0;
    background-size: 85px auto;
    height: 80px;
}

.modal.modal_w100 .center_legend_right .clt_block {
    margin-left: auto;
    width: 70%;
}

.modal.modal_w100 .circle_current {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

    .modal.modal_w100 .circle_current div {
        width: 150px;
        height: 150px;
        font-size: 30px;
    }

    .modal.modal_w100 .circle_current p {
        position: relative;
        top: -2px;
        text-align: center;
        line-height: 20px;
    }

        .modal.modal_w100 .circle_current p span {
            color: #6c6c6b;
            font-size: 20px;
        }
/*/////////////*/

.modal.modal_w100 .ch_text1 {
    font-size: 15px;
}

    .modal.modal_w100 .ch_text1 span {
        color: #1d6188;
        font-size: 24px;
        font-weight: 700;
    }

.modal.modal_w100 .ch_text2 {
    font-size: 14px;
    color: #b9b9b9;
}

.modal.modal_w100 .ch_text3 {
    font-size: 15px;
    color: #b9b9b9;
}

    .modal.modal_w100 .ch_text3 span {
        color: #1d6188;
        font-size: 32px;
        font-weight: 700;
    }

.modal.modal_w100 .ch_text_wp {
    margin-bottom: 20px;
}

.modal.modal_w100 .ch_text4 {
    color: #0f4f96;
    text-transform: uppercase;
    padding-top: 10px;
}

.modal.modal_w100 .ch_text5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #0f4f96;
    margin-bottom: 5px;
}

.modal.modal_w100 .c_btn {
    display: block;
    height: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    background: #0f4f96;
    margin-bottom: 5px;
    margin-top: 30px;
}

.modal.modal_w100 .c_close {
    width: 20px;
    height: 20px;
    background: url("../../images/close.png") no-repeat center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 8900;
}

.modal.modal_w100 .circle_dop_block {
    background: #fff;
}

polygon, path {
    display: inline;
    cursor: pointer;
}

br.clear {
    clear: both;
}

.hidden {
    display: none;
}

.separator {
    display: block;
    height: 0.5vw;
}

.control_avaibleYears {
    left: initial !important;
    right: 1vw;
    /*min-width: 36.6%;*/
    min-width: 40.7%;
    width: auto !important;
}

    .control_avaibleYears .avaibleYear {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 1vw;
        margin-left: 1vw;
        color: rgba(253, 194, 64, 0.4);
        font-size: 1.8vw;
    }

        .control_avaibleYears .avaibleYear.active {
            left: initial;
            right: 1vw;
            /* min-width: 36.6%; */
            width: auto;
            color: #fdc240;
        }

.control {
    z-index: 3;
    position: fixed;
    width: 36.6%;
    left: 1vw;
    top: 0;
}

    .control .title {
        background: rgba(0, 0, 0, 0.7);
        text-transform: uppercase;
    }

        .control .title .text {
            text-align: center;
            padding: 1vw;
            color: #fdc240;
            font-size: 1.8vw;
            display: flex;
        }

    .control .block {
        background: white;
        /*padding-bottom: 2*$step;*/
    }

        .control .block .title {
            background: #fdc240;
            display: block;
            cursor: pointer;
        }

            .control .block .title h2 {
                padding: 0.75vw;
                text-align: left;
                font-size: 1.2vw;
                font-weight: bold;
                margin: 0 !important;
            }

                .control .block .title h2 em {
                    color: white;
                    font-style: normal;
                    font-size: 1.25vw;
                }

            .control .block .title .md_toggle_btn .tb_ico {
                width: 6px;
                height: 4px;
                background: url("../img/ico25.png") no-repeat;
                transform: rotate(180deg);
                position: absolute;
                right: 20px;
                margin-top: 0.75vw;
            }

            .control .block .title .md_toggle_btn.active .tb_ico {
                transform: rotate(0);
            }

        .control .block .mbd_toggle_block {
            background: #fff;
            padding: 20px;
            display: none;
        }

        .control .block h3 {
            color: #7d7d7d;
            padding-left: 1vw;
            font-size: 0.9vw;
        }

            .control .block h3 em {
                color: #fdc240;
                font-style: normal;
                font-size: 1.25vw;
            }

        .control .block table {
            border-spacing: 0;
            width: 100%;
        }

            .control .block table td {
                text-align: center;
                width: 33%;
                font-size: 0.95vw;
            }

                .control .block table td img {
                    width: 3vw;
                    margin-bottom: 0.45vw;
                }

                .control .block table td h3 {
                    padding: 0;
                    margin: 0 0 0.2vw 0;
                }

                .control .block table td cite {
                    font-style: normal;
                    color: #7d7d7d;
                    margin-bottom: 0.5vw;
                    display: block;
                    width: 100%;
                }

                .control .block table td em {
                    color: #fdc240;
                    font-style: normal;
                    font-weight: bold;
                    font-size: 0.95vw;
                }

                .control .block table td strong {
                    display: block;
                    width: 100%;
                }

table.main-menu {
    width: 100%;
    position: fixed;
    bottom: 0;
}

    table.main-menu td {
        width: 37.5%;
        position: relative;
        vertical-align: bottom;
    }

        table.main-menu td.center {
            width: 22%;
        }

        table.main-menu td .img {
            width: 3vw;
            height: 3vw;
            background: url("../img/pin.png") no-repeat;
            background-size: 100%;
        }

            table.main-menu td .img.burger {
                background: url("../img/burger.png") no-repeat;
                background-size: 100%;
            }

            table.main-menu td .img.show-statistic {
                background: url("../img/statistic.png") no-repeat;
                background-size: 100%;
            }

            table.main-menu td .img.target {
                background: url("../img/target.png") no-repeat;
                background-size: 100%;
            }

            table.main-menu td .img.minus {
                background: url("../img/minus.png") no-repeat;
                background-size: 100%;
            }

            table.main-menu td .img.plus {
                background: url("../img/plus.png") no-repeat;
                background-size: 100%;
            }



        table.main-menu td .left, table.main-menu td .right, table.main-menu td .center {
            background: rgba(0, 0, 0, 0.5);
            display: block;
            color: white;
            height: 5vw;
            font-size: 1vw;
            line-height: 1.15vw;
        }

        table.main-menu td .left {
            text-align: right;
            margin: 0 1vw 0.5vw 0;
            z-index: 10000;
        }

            table.main-menu td .left .img {
                float: right;
                margin: 0.5vw;
            }

            table.main-menu td .left .text {
                display: block;
                padding: 0.85vw 0.5vw 0.125vw 0.5vw;
                float: right;
                text-align: right;
            }

        table.main-menu td .right {
            text-align: left;
            margin: 0 0 0.5vw 1vw;
            z-index: 10000;
        }

            table.main-menu td .right .img.burger {
                float: left;
                margin: 0.5vw;
            }

            table.main-menu td .right .text {
                display: block;
                padding: 0.85vw 0.5vw 0.125vw 0.5vw;
                float: left;
            }

        table.main-menu td .center {
            width: 100%;
            background: rgba(0, 0, 0, 0.7);
            margin-bottom: 1.5vw;
        }

            table.main-menu td .center .target {
                float: left;
                margin: 0.5vw;
            }

            table.main-menu td .center .minus, table.main-menu td .center .plus {
                float: right;
                margin: 0.5vw;
            }

            table.main-menu td .center .minus {
                margin-right: -0.5vw;
            }

            table.main-menu td .center .text {
                float: right;
                padding: 0.9vw 0.175vw 0.5vw 0.5vw;
                text-align: right;
            }

        table.main-menu td .legend {
            background: url('../img/legend.svg') no-repeat white;
            background-size: 100%;
            height: 1.7vw;
        }

.window {
    z-index: 3;
    position: fixed;
    width: 20vw;
    background: white;
    right: 2.5vw;
    top: 5vw;
}

    .window .cart-jobs h3 {
        font-size: 0.65vw;
        line-height: 0.9vw;
        color: #444d58;
        text-transform: uppercase;
        display: block;
        padding: 1.25vw;
        padding-left: 3.5vw;
        padding-right: 0;
        margin: 0;
        position:relative;
    }

        .window .cart-jobs h3.yellow {
            background: #f9dc1b;
            padding-right: 50%;
        }

            .window .cart-jobs h3.yellow::before {
                display: block;
                content: "";
                width: 2vw;
                height: 2vw;
                background: url("../img/remont.png") no-repeat 100%;
                background-size: 100%;
                position: absolute;
                left: 0.9vw;
                top: 0.6vw;
            }

        .yellow-project {
            position: absolute;
            right: 0;
            top: 0.5vw;
            max-width: 50%;
            height: calc(100% - 1vw);
            display: flex;
            justify-content: center;
            align-items: center;
            padding-right: 1.25vw;
            font-size: 0.55vw;
            line-height: 0.6vw;
            overflow: hidden;
        
        }
            .yellow-project__name {
                padding-left: 0.5vw;
                max-height: 100%;
            }

            .yellow-project i {
                display: inline-block;
                width: 2vw;
                height: 2vw;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100%;
                flex: 0 0 2vw;
            }

            i.--icon-regional {
                background-image: url("../img/icon-regional.svg");
            }

            i.--icon-magistral {
                background-image: url("../img/icon-magistral.svg");
            }

    .window .cart-jobs h4 {
        padding: 1.25vw;
        margin: 0;
        font-size: 0.9vw;
        line-height: 0.9vw;
        color: #444d58;
        text-transform: uppercase;
        background: url("../img/top.png") no-repeat 95%;
    }

    .window .cart-jobs .list {
        padding: 0.5vw 1.25vw;
    }

        .window .cart-jobs .list div.item {
            font-size: 14px;
            line-height: 20px;
            color: #444d58;
            padding: 0px 0;
        }

            .window .cart-jobs .list div.item b {
                font-size: 0.8vw;
                line-height: 0.8vw;
                display: block;
                color: #e88937;
                font-weight: normal;
                text-transform: uppercase;
                padding: 0 0 5px 0;
                margin: 0;
            }

            .window .cart-jobs .list div.item .left {
                width: 55%;
                float: left;
            }

            .window .cart-jobs .list div.item .right {
                width: 45%;
                float: right;
            }

            .window .cart-jobs .list div.item p {
                margin: 0 0 1.25vw 0;
                font-weight: normal;
                font-size: 0.8vw;
                line-height: 1vw;
                font-family: 'Circe Light';
            }

            /*.window .cart-jobs .list div.item.description {
                overflow-y: hidden;
            }*/

            .window .cart-jobs .list div.item.description p {
                clear: both;
                max-height: 12vw;
                min-height: 6vw;
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }

        .window .cart-jobs .list .more {
            padding: 15px 0 20px 0;
        }

            .window .cart-jobs .list .more a {
                color: #444d58;
                font-size: 14px;
                line-height: 20px;
                text-decoration: none;
                position: relative;
            }

                .window .cart-jobs .list .more a::before {
                    display: block;
                    content: "";
                    width: 6px;
                    height: 4px;
                    background: url("../img/top.png") no-repeat 100% center;
                    -webkit-transition: -webkit-transform 1s;
                    -moz-transition: -moz-transform 1s;
                    transition: transform 1s;
                    position: absolute;
                    right: -15px;
                    top: 6px;
                }

    .window .cart-jobs .carousel {
        padding: 0;
        position: relative;
        display: block;
        margin-top: -0.5vw;
        margin-bottom: -0.5vw;
    }

        .window .cart-jobs .carousel .before, .window .cart-jobs .carousel .after {
            position: absolute;
            color: white;
            left: 0.5vw;
            top: 8vw;
            z-index: 1000;
            font-size: 0.8vw;
        }

        .window .cart-jobs .carousel .after {
            left: auto;
            right: 6.75vw;
        }

        .window .cart-jobs .carousel .left, .window .cart-jobs .carousel .right {
            width: 1.5vw;
            height: 4vw;
            position: absolute;
            left: 0.5vw;
            top: 3.5vw;
            background: url("../img/left.png") no-repeat;
            background-size: 100%;
            z-index: 1000;
            cursor: pointer;
        }

        .window .cart-jobs .carousel .right {
            left: auto;
            right: 0.5vw;
            background: url("../img/right.png") no-repeat;
            background-size: 100%;
        }

        .window .cart-jobs .carousel .owl {
            margin: 0;
            padding: 0;
            height: 9.7vw;
            overflow: hidden;
        }

            .window .cart-jobs .carousel .owl .owl-nav {
                display: none;
            }

            .window .cart-jobs .carousel .owl .owl-item {
                float: left;
            }

            .window .cart-jobs .carousel .owl slide {
                float: left;
            }

                .window .cart-jobs .carousel .owl slide img {
                    width: 50%;
                    float: left;
                }

.dial {
    border-color: #bcbdc0;
    color: #fdc240;
    display: inline-block;
    text-align: left;
    margin-bottom: 0.25vw;
    clear: both;
    position: relative;
}

    .dial p {
        text-align: center;
        font-weight: bold;
        color: #fdc240;
        overflow: hidden;
        z-index: 1;
        margin: 0;
        padding-top: 1.75vw;
        font-size: 1.25vw;
        line-height: 1.25vw;
    }

    .dial canvas {
        position: absolute;
        width: 100%;
    }

.aglomer-list {
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    left: 50%;
    top: 10vw;
    width: 20vw;
    margin-left: -10vw;
    padding: 1vw 0.75vw;
}

    .aglomer-list .close {
        position: absolute;
        right: 0.75vw;
        bottom: 0.75vw;
        color: white;
        cursor: pointer;
        font-size: 0.8vw;
    }

    .aglomer-list table {
        width: 100%;
    }

        .aglomer-list table td {
            vertical-align: top;
        }

    .aglomer-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .aglomer-list ul li {
            display: block;
            padding: 0.15vw 0.25vw;
            font-size: 0.8vw;
        }

            .aglomer-list ul li.new::first-letter {
                color: #fdc240;
            }

            .aglomer-list ul li a {
                font-family: 'Circe Light';
                color: white;
                text-decoration: none;
                text-transform: uppercase;
            }

#map {
    width: 100%;
}

.video {
    margin-bottom: 0;
    height: auto;
    clear: both;
}

.video-wrapper {
    position: relative;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.start_bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

a.start_btn {
    position: fixed;
    right: 1vw;
    bottom: 1vw;
}

    a.start_btn img {
        width: 5vw;
        height: auto;
    }

a.invisible_btn {
    position: fixed;
    left: 1vw;
    bottom: 1vw;
    opacity: 0.3;
}

    a.invisible_btn img {
        width: 5vw;
        height: auto;
    }

.btn {
    cursor: pointer;
}

.start_table {
    position: fixed;
    width: 100%;
    height: 100%;
}

    .start_table td {
        text-align: center;
        vertical-align: top;
    }

        .start_table td.middle {
            vertical-align: middle;
        }

        .start_table td.video {
            padding: 1vw;
            position: relative;
        }

            .start_table td.video .img {
                width: 100%;
                margin-top: 8vw;
            }

            .start_table td.video video {
                width: 100%;
            }

            .start_table td.video img.play {
                position: absolute;
                width: 15vw;
                left: 50%;
                margin-left: -8vw;
                top: 0;
                margin-top: 22vw;
                z-index: 10000;
            }

            .start_table td.video img.link {
                width: 15vw;
            }

        .start_table td video {
            width: 100%;
        }

    .start_table a img {
        width: 25vw;
    }

iframe.content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bottom_panel {
    background: #edf0f1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.5vw;
    padding: 0.25vw;
}

    .bottom_panel img {
        width: 2.5vw;
        height: auto;
        float: right;
    }


.show_mobile {
    height: 100%;
}

.center_block {
    height: 100%;
    background: #4c5050;
    /*background: #000000;*/
}

.video-wrapper > div {
    display: none !important;
}

.video {
    margin-bottom: 0;
}

.fancybox-slide > .modal_w100 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal_w100 .circle_wp {
    margin: 7px auto;
}

.modal_w100 .circle_head {
    min-height: auto;
    margin-bottom: 7px;
}

.video-wrapper .region_info.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.region_fixed {
    position: fixed;
    width: auto;
    height: 100%;
    z-index: 9999;
    top: 0;
    right: 50px;
    display: flex;
    vertical-align: middle;
}

.region_info {
    font: 32px 'gilroyregular';
    width: 800px;
    z-index: 60;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: auto;
    margin-top: 0;
    display: none;
    text-align: center;
    clear: both;
    position: fixed;
    top: 0;
    /*right: 50px;*/
    height: 100%;
    vertical-align: middle;
}

.video-wrapper {
    width: 100%;
    height: auto;
}

.region_map .c_btn {
    height: 40px;
    line-height: 40px;
}

.region_map canvas {
    width: 20vh !important;
    height: 20vh !important;
    position: relative;
    top: -2px;
    left: -4px;
}

@media only screen and (min-width: 1300px) {
    table.main-menu td .wrapper2 {
        padding: 0.5vw;
        display: block;
    }

        table.main-menu td .wrapper2.disabled * {
            opacity: 0.5;
        }
}

@media only screen and (max-width: 2800px) {
    .region_info {
        width: 600px;
    }
}


.region_info .circle_wp {
    height: auto;
}

.region_map .c_btn {
    margin-bottom: 0;
}


@font-face {
    font-family: 'circe';
    src: url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'circe';
    src: url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.reception_forma {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #191919;
    z-index: 50;
}

.reception_forma_wrapper {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 30px;
}

.reception_forma_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 700;
}

.rf_title {
    font: 36px 'circe';
    font-weight: 700;
    padding-left: 50px;
    color: #EBBA16;
    line-height: 40px;
    background: url('../images/appeals.svg') no-repeat left center;
    background-size: 45px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.rf_appeal {
    font: 24px 'circe';
    font-weight: 700;
    color: #fff;
    margin-left: 120px;
    cursor: pointer;
}

.reception_forma_top {
    padding-bottom: 15px;
    border-bottom: 2px solid #2F2F2F;
    margin-bottom: 20px;
}

.rf_left {
    width: 49.5%;
}

.rf_right {
    width: 49.5%;
}

.rf_input {
    width: 100%;
    height: 55px;
    border: 3px solid #2F2F2F;
    padding-left: 18px;
    color: #fff;
    font: 20px 'circe';
    background: none;
    outline: none;
    margin-bottom: 10px;
}

    .rf_input::placeholder {
        color: #808080;
    }

.rfi_w1 {
    width: 60%;
}

.rfi_w2 {
    width: 39%;
}

.rf_pole {
    width: 100%;
    height: 185px;
    border: 3px solid #2F2F2F;
    padding: 18px;
    color: #fff;
    font: 20px 'circe';
    background: none;
    outline: none;
    margin-bottom: 10px;
}

.keyboard_block {
    width: 100%;
    text-align: center;
    /* display: none; */
}

.rf_btn {
    display: block;
    width: 100%;
    height: 62px;
    font: 26px 'circe';
    background: #323232;
    line-height: 62px;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 13px;
    margin-top: 10px;
    cursor: pointer;
}

    .rf_btn.active {
        background: #EBBA16;
    }

.rf_info_block_video {
    width: 434px;
    height: 304px;
    background: #2F2F2F;
    position: relative;
}

.rf_video_link {
    width: 100%;
    height: 100%;
    background: url("../images/ico76.png") no-repeat center 88px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

    .rf_video_link p {
        color: #fff;
        font: 24px 'circe';
        font-weight: 700;
        padding-top: 170px;
        text-align: center;
    }

.reception_form_top {
    background: rgba(0,0,0,0.95);
    padding-bottom: 30px;
}

.rf_info_block {
}

.rf_screen {
    width: 100%;
    height: 100%;
    background: url("../images/screen.jpg") no-repeat center 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.rf_diagram {
    width: 134px;
    height: 134px;
    position: relative;
}

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

.rf_info_block_diagram {
    padding-left: 40px;
}

.rf_diagram_img {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.rf_diagram_block {
    margin-bottom: 40px;
}

.di_title {
    color: #fff;
    font: 20px 'circe';
    line-height: 24px;
    margin-bottom: 20px;
}

.di_text1 {
    font: 30px 'circe';
    font-weight: 700;
    color: #FBC353;
    line-height: 30px;
}

    .di_text1 span {
        color: #575752;
        border-left: 1px solid #575752;
        padding-left: 10px;
        margin-left: 5px;
        display: inline-block;
    }

.rf_diagram_info {
    padding-left: 30px;
}

.di_text2 {
    font: 30px 'circe';
    font-weight: 700;
    color: #FBC353;
    line-height: 30px;
}

.rf_info_block_right {
    width: 557px;
}

.rt_title {
    font: 24px 'circe';
    font-weight: 700;
    color: #fff;
}

.rt_link {
    font: 24px 'circe';
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(255,255,255,0);
    color: #FBC353;
    opacity: 0.3;
    transition: .2s;
}

    .rt_link:hover {
        opacity: 1;
    }

    .rt_link.active {
        border-bottom: 2px solid #EBBA16;
        opacity: 1;
    }

.rb_left {
    font: 20px 'circe';
    color: #fff;
}

.rb_right {
    font: 20px 'circe';
    color: #fff;
}

.rf_region_top {
    margin-bottom: 30px;
}

.rf_region_block {
    margin-bottom: 15px;
}

.rft_bg2 {
    background: url("../images/ico79.png") no-repeat;
    padding-left: 60px;
}

.statistics_diagram {
    width: 357px;
    height: 357px;
    position: relative;
}

.sd_item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}

.sd_info {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.sdi_title {
    font: 32px 'circe';
    line-height: 32px;
    font-weight: 700;
    color: #EBBA16;
}

.sdi_num {
    font: 82px 'circe';
    font-weight: 700;
    color: #EBBA16;
}

.sdr_title {
    font: 24px 'circe';
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.sdr_block {
    text-align: center;
    width: 27%;
}

.statistics_diagram_right {
    width: calc(100% - 357px);
}

.sdr_num_col1 {
    color: #EBBA16;
}

.sdr_num_col2 {
    color: #5792EB;
}

.sdr_num_col3 {
    color: #969696;
}

.sdr_num {
    font: 64px 'circe';
    font-weight: 700;
    cursor: pointer;
}

.rf_statistics_diagram {
    padding: 40px 0 50px 0;
    border-bottom: 2px solid #2F2F2F;
}

.sd_block {
    width: 100%;
    margin-bottom: 40px;
}

.sdb_left {
    padding-left: 110px;
    height: 70px;
}

    .sdb_left p {
        font: 22px 'circe';
        font-weight: 700;
        color: #fff;
        line-height: 26px;
    }

        .sdb_left p span {
            color: #FBC353;
        }

.sdb_left_bg1 {
    background: url("../images/ico80.png") no-repeat 0 center;
}

.sdb_left_bg9 {
    background: url(../images/ico99.png) no-repeat 0 center;
}

.sdb_left_bg2 {
    background: url("../images/ico81.png") no-repeat 0 center;
}

.sdb_left_bg3 {
    background: url("../images/ico82.png") no-repeat 0 center;
}

.sdb_left_bg4 {
    background: url("../images/ico83.png") no-repeat 0 center;
}

.sdb_right p {
    font: 48px 'circe';
    font-weight: 700;
    color: #fff;
}

.rf_statistics_dop {
    padding: 60px 0;
}

.rf_close {
    width: 25px;
    height: 25px;
    background: url("../img/close.svg") no-repeat center;
    background-size: 25px;
}

.map_wpp {
    width: 100%;
    height: 100vh;
    background: #4a4e4d url("../images/bg8.jpg") no-repeat center center;
    background-size: 100% auto;
    flex-direction: column;
}

.mt_title {
    background: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    height: 70px;
    line-height: 70px;
    width: 31%;
    color: #fdc240;
}

.mb_item {
    width: 40%;
    background: rgba(0, 0, 0, 0.5);
    height: 80px;
    position: relative;
}

    .mb_item a {
        color: #fff;
        font-size: 18px;
        position: relative;
    }

.map_block_bot {
    padding-bottom: 20px;
}

    .map_block_bot .mb_item:first-child {
        text-align: right;
    }

.mb_item_stst a {
    padding-right: 80px;
}

    .mb_item_stst a:before {
        content: '';
        width: 50px;
        height: 50px;
        background: url("../images/statistic.png") no-repeat;
        background-size: 100%;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -25px;
    }

.mb_item_sub a {
    padding-left: 80px;
}

    .mb_item_sub a:before {
        content: '';
        width: 50px;
        height: 50px;
        background: url("../images/burger3.png") no-repeat;
        background-size: 100%;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -25px;
    }

.mt_diagram .rf_diagram_block {
    margin: 0;
    height: 100%;
    padding: 0 20px;
}

    .mt_diagram .rf_diagram_block:first-child {
        border-right: 1px solid #6d6c6c;
        cursor: pointer;
    }

.mt_diagram .rf_diagram {
    width: 39px;
    height: 39px;
    background-size: 100%;
}

.mt_diagram .di_title {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 10px;
}

.mt_diagram .di_text1 {
    font-size: 30px;
}

.mt_diagram {
    background: rgba(0, 0, 0, 0.7);
    height: 70px;
    margin-bottom: 7px;
}

.e_reception_block {
    background: rgba(0, 0, 0, 0.7);
    height: 70px;
    padding-right: 40px;
}

    .e_reception_block a {
        color: #fff;
        position: relative;
        padding-left: 80px;
        display: block;
    }

        .e_reception_block a:before {
            content: '';
            width: 50px;
            height: 50px;
            background: url("../images/ico84.png") no-repeat;
            background-size: 100%;
            position: absolute;
            left: 15px;
            top: 50%;
            margin-top: -25px;
        }

.mt_right {
    flex-direction: column;
}

.fancybox-stat-modal .fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: rgba(255,255,255,0);
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
}

.fancybox-stat-modal .fancybox-close-small {
    display: none
}

.flotTip {
    padding: 10px 20px;
    background-color: #EBBA16;
    color: #ffffff;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: 13px 'gilroyregular';
    ;
    text-transform: uppercase;
    position: fixed;
    z-index: 9999999999999;
}

/* .keyboard_show .rf_info_block {
    display: none;
} */

.keyboard_show .keyboard_block {
    display: block;
}


#back-window {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: 0px;
    display: block;
}

    #back-window div.forms {
        position: relative;
        padding: 45px 70px;
        display: inline-block;
        top: 20%;
        margin: auto;
        -webkit-box-shadow: 0 0 75px #000;
        -moz-box-shadow: 0 0 75px #000;
        box-shadow: 0 0 75px #000;
        border: solid 2px #2a3b62;
        width: 371px;
        background-color: #fff;
    }

        #back-window div.forms h3 {
            display: block;
            font-size: 30px;
            line-height: 30px;
            color: #000000;
            font-family: 'gilroybold';
            padding: 0 0 20px 0;
            text-transform: uppercase;
        }

        #back-window div.forms .close-back {
            position: absolute;
            right: 20px;
            top: 20px;
            display: block;
            width: 16px;
            height: 16px;
            background: url("/images/close-hover.png") no-repeat 0 0;
            text-indent: -9999px;
            cursor: pointer;
            z-index: 10;
        }

.rf_title_bg3 {
    background: url("../images/appeals.svg") no-repeat left center;
    background-size: 45px;
    padding-left: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.appeal_pole {
    position: relative;
}

.ap_input {
    width: 100%;
    height: 78px;
    border: none;
    background: #292929;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font: 26px 'circe';
    font-weight: 700;
    outline: none;
}

    .ap_input::placeholder {
        color: #fff;
    }

.ap_link {
    width: 217px;
    height: 64px;
    background: rgba(2, 2, 2, 0.34);
    border-radius: 8px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #626262;
    text-align: center;
    line-height: 64px;
}

.appeal_block_caption p {
    font: 16px 'circe';
    color: #444444;
}

.ab_w1 {
    width: 23%;
}

.ab_w2 {
    width: 25%;
}

.ab_w3 {
    width: 15%;
}

.ab_w4 {
    width: 17%;
}

.ab_w5 {
    width: 20%;
}

.appeal_block_caption {
    margin-top: 45px;
    padding: 15px 20px;
}

.appeal_block {
    background: rgba(41,41,41,0.7);
    border-radius: 10px;
    margin-bottom: 20px;
}

.ab_top {
    background: #292929;
    border-radius: 10px 10px 0 0;
    padding: 15px 20px;
}

.abt_num {
    color: #FBC353;
    font: 16px 'circe';
}

    .abt_num span {
        display: block;
        color: #fff;
        font-size: 22px;
    }

.abt_dep {
    color: #fff;
    font: 16px 'circe';
    line-height: 22px;
}

    .abt_dep span {
        display: block;
    }

.abt_data {
    font: 20px 'circe';
    color: #fff;
}

    .abt_data span {
        color: #5d5d5d;
    }

.abt_name {
    font: 22px 'circe';
    color: #fff;
}

.ab_text {
    width: 73%;
}

    .ab_text p {
        font: 18px 'circe';
        line-height: 24px;
        color: #fff;
    }

.ab_bot {
    padding: 40px 20px;
}

.ab_btn {
    width: 235px;
    height: 59px;
    background: #292929;
    border: 3px solid rgba(238, 238, 238, 0.07);
    box-sizing: border-box;
    border-radius: 10px;
    font: 22px 'circe';
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    color: #fff;
    margin-right: 30px;
}

.appeal_block_wp {
    height: calc(100vh - 340px);
    overflow: auto;
}

.ab_label {
    width: 113px;
    height: 30px;
    font: 16px 'circe';
    border-radius: 6px;
    background: #2f2f2e;
    color: #FBC353;
    line-height: 30px;
    text-align: center;
    margin-right: 50px;
}

.ab_text2 {
    width: 87%;
}

    .ab_text2 p {
        font: 24px 'circe';
        line-height: 32px;
        color: #fff;
    }

.ab_bot_question {
    background: rgba(41,41,41,0.7);
}

.ab_bot_answer {
    background: rgba(41,41,41,0.5);
}

.appeal_block_card {
    background: none;
}

.mob_appeal_text {
    font: 16px 'circe';
    color: #6f6c6c;
    display: none;
    margin-bottom: 10px;
}

.appeal_top .reception_forma_wrapper {
    padding: 20px 0 0 0;
}

.modal_w2 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: none;
    padding: 0;
    margin: 0 !important;
    background: rgba(0,0,0,0.9);
}

.rf_region {
    height: 220px;
    overflow: auto;
}

.nicescroll-rails {
    margin-left: 25px;
    opacity: 0;
    display: none !important;
}

.select2-container--default .select2-selection--multiple {
    border: 3px solid #2F2F2F !important;
    background: none !important;
    border-radius: 0 !important;
    height: 55px !important;
}

.rf_input_block .select2-selection__choice {
    background: none !important;
    border: none !important;
    color: #fff !important;
    padding-left: 18px !important;
    font: 20px 'circe' !important;
    height: 51px !important;
    line-height: 51px !important;
    margin-top: 0 !important;
}

.rf_input_block .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 3px solid #2F2F2F !important;
    background: none !important;
    border-radius: 0 !important;
}

.rf_input_block .select2-search__field {
    color: #fff !important;
    padding-left: 18px !important;
    font: 20px 'circe' !important;
    margin-top: 0 !important;
    height: 51px !important;
    line-height: 51px !important;
}

.rf_input_block .select2-selection__rendered {
    padding: 0 !important;
}

.region_input {
    visibility: hidden;
}

.select2-results__option {
    color: #fff !important;
    padding-left: 18px !important;
    font: 20px 'circe' !important;
    margin-top: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.select2-results__option--highlighted {
    background: #EBBA16 !important;
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
}

.select2-dropdown {
    background: rgba(0,0,0,0.75);
    border: 3px solid #2F2F2F !important;
    border-top: none !important;
}

.rf_input_block .select2 {
    width: 100% !important;
    margin-bottom: 10px;
}

.rf_input_block .select2-selection__clear {
    display: none !important;
}

.rf_input_block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #EBBA16 !important;
}

.fancybox-button.fancybox-close-small {
    display: none;
}

.et_link {
    background: rgba(0, 0, 0, 0.7);
}

.et_link a {
    color: #fff;
    position: relative;
    padding-left: 80px;
    display: block;
}

    .et_link a:before {
        content: '';
        width: 50px;
        height: 50px;
        background-size: 100%;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -25px;
        background: url('/stand/images/etalon.png') no-repeat;
    }

/*///new styles 15.11////*/
.as_left {
    width: calc(100% - 700px);
    height: 78px;
    background: #292929;
    position: relative;
}

.appeal_search_top.active {
    border-radius: 0;
}

.appeal_search_top {
    height: 100%;
    border-radius: 10px;
}

.appeal_search_input {
    width: 100%;
    height: 100%;
    padding-right: 150px;
    color: #fff;
    padding-left: 60px;
    background: url(../images/ico88.png) no-repeat 20px center;
    border: none;
    outline: none;
    font: 26px 'circe';
}

.as_tiggle_link {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

    .as_tiggle_link p {
        color: #6f6f6f;
        font-size: 18px;
        font-weight: 700;
        margin-right: 20px;
    }
    .as_tiggle_link span {
        width: 57px;
        height: 64px;
        background: rgba(2, 2, 2, 0.34) url(../images/ico89.png) no-repeat center center;
        border-radius: 8px;
    }

.select2-container {
    width: 338px !important;
}

.select2-container--default .select2-selection--single {
    background: #292929;
    border-radius: 8px;
    height: 78px;
    padding: 0 0 0 25px;
    border: none;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 78px;
        color: #444;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 17px;
        height: 78px;
        background: url(../images/ico89.png) no-repeat center center;
        transform: rotate(0deg);
        right: 20px;
    }

.stand_body .select2-results__option {
    color: #fff !important;
    padding-left: 40px !important;
    font: 20px 'circe' !important;
    margin-top: 0 !important;
    height: 56px !important;
    line-height: 56px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}
.stand_body .select2-results__option--highlighted {
    background: #EBBA16 !important;
    color: #020202 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 56px !important;
    line-height: 56px !important;
}
    .stand_body .select2-results__option--highlighted:before {
        content: '';
        width: 17px;
        height: 13px;
        background: url(../images/ico90.png) no-repeat;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 15px;
    }
.stand_body .select2-dropdown {
    background: #292929 !important;
    border-radius: 0 0 8px 8px;
    border: 3px solid #2F2F2F !important;
    border-top: none !important;
}
.as_toggle_block {
    width: 100%;
    font: 16px 'circe';
    background: #292929;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 78px;
    left: 0;
    padding: 15px 20px 20px 60px;
    color: #fff;
    max-height: 690px;
    overflow: auto;
    display: none;
}

.appeal_search_result_line {
    margin-bottom: 20px;
}

.appeal_search_result_line_title {
    color: #585858;
}

.as_toggle_block a {
    color: #fff;
}

.reg_text {
    text-transform: uppercase;
    font-weight: 700;
}
    .reg_text span {
        color: #4e4e4e;
    }

.asr_left {
    width: 50%;
}
.asr_right {
    width: 50%;
}

.reg_num {
    color: #727272;
    font-size: 18px;
    font-weight: 700;
}

.asr_block {
    width: 33.333%;
    text-align: center;
}

.reception_forma_wrapper .nicescroll-rails {
    margin-left: 0;
    opacity: 1;
    display: block !important;
}

/*�������*/
.cssSlider {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .cssSlider .slides {
        overflow: hidden;
        overflow: hidden;
        width: 100%;
        height: 70vmin;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cssSlider .slides > li {
            width: 100%;
            height: 70vmin;
            position: absolute;
            z-index: 1;
            overflow: hidden;
        }

            .cssSlider .slides > li > img {
                width: 100%;
                height: auto;
            }
    /*
.cssSlider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
    .cssSlider .thumbnails {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .cssSlider .thumbnails > li {
            float: left;
            width: 20%;
        }

            .cssSlider .thumbnails > li > a {
                display: block;
            }

                .cssSlider .thumbnails > li > a > img {
                    width: 100%;
                    height: auto;
                }

    .cssSlider .slides li:target {
        z-index: 3;
        -webkit-animation: slide 1s 1;
    }

    .cssSlider .slides li:not(:target) {
        -webkit-animation: hidden 1s 1;
    }



.bkd-stand__topline {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 45;
    width: calc(100% - 50px);
}

    .bkd-stand__topline .control_name {
        position: initial !important;
    }


    .bkd-stand__topline .bkd-stand__legend {
        position: initial !important;
    }

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes hidden {
    0% {
        z-index: 2;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        z-index: 2;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes hidden {
    0% {
        z-index: 2;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        z-index: 2;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
/**/

.descripti p {
    margin:0 !important;
}

g[id|='poly'] {
    cursor: pointer;
}

.cart-show {
    position: absolute;
    z-index: 100;
    width: calc(100% - 1vw);
    height: auto;
    background: #fff;
    bottom: calc(100% - 4vh);
    left: 0;
    display: block;
    text-align: left;
    z-index: 101;
}

.cart-show h3 {
    font-size: 1vw;
    line-height: 1.15vw;
    color: #444d58;
    font-family: 'gilroybold';
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 1vw 0 1vw 1.5vw;
    border-bottom: 1px solid #e9e9e9;
}

.cart-show ul li {
    display: block;
    list-style: none;
    font-size: .85vw;
    line-height: 1vw;
    text-transform: uppercase;
    font-family: 'gilroybold';
    text-align: left;
    border-top: 1px solid #e9e9e9;
    position: relative;
}

.cart-show ul li:nth-child(1) {
    border: none;
}

.cart-show ul li a {
    padding: 1vw 0 1vw 1.5vw;
    color: #757b82;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
}

.cart-show-control {
    position: relative;
    display: block;
    float: left;
    height: 1.25vw;
    width: 3vw;
    background: #FF8A2C;
    border-radius: 1.25vw;
    margin-right: 1vw;
    margin-top: -0.15vw;
}

.cart-show ul li a.show-1 .cart-show-control {
    background: #FF8A2C;
}

.cart-show ul li a.show-2 .cart-show-control {
    background: #B6B4B4;
}

.cart-show-control::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff url("/stand/images/cart-show-control-1.svg") no-repeat center;
    background-size: 0.75vw;
    border-radius: 50%;
    width: 1.25vw;
    height: 1.25vw;
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.25));
    transition: all .2s linear;
}

.cart-show-control.--magistral::before {
    background: #fff url("/stand/images/cart-show-control-2.svg") no-repeat center;
    background-size: 0.75vw;
}

.cart-show ul li a.show-2 .cart-show-control::before {
    left: calc(100% - 1.25vw);
}

.cart-show .cart-show-collapse ul {
    display: none;
}

.cart-show .cart-show-collapse ul li:nth-child(1) {
    border-top: 1px solid #e9e9e9;
}

.cart-show .cart-show-collapse ul li a {
    padding-left: 5.5vw;
}

.cart-show-scroll {
    max-height: 10vw;
    overflow-y: auto;
}

.cart-show-scroll-wrapper {
    padding-right: 0;
}

.cart-show-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cart-show-scroll::-webkit-scrollbar:vertical {
    width: .25vw;
}

.cart-show-scroll::-webkit-scrollbar:horizontal {
    height: .25vw;
}

.cart-show-scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(119, 124, 131, .4);
}

.cart-show-scroll::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgba(236, 237, 238, .4);
}

.cart-show .cart-show-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: .4vw;
    padding: 1vw;
    cursor: pointer;
}

.cart-show .cart-show-arrow i {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3vw 0.35vw 0 0.35vw;
    border-color: #777d83 transparent transparent transparent;
}

.cart-show .cart-show-arrow.open {
    transform: rotate(180deg);
}

@media only screen and (min-width: 2049px) {
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 500px;
        height: 100%;
    }
}

.control-years {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 2vw;
    justify-content: space-between;
}

.control-years img {
    width: 3vw;
    margin-bottom: 0.3vw;
}

.control-years img:first-of-type {
    margin-right: 1vw;
}

.control-years img:last-of-type {
    margin-left: 1vw;
}

.control-years-cont {
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    width: 18vw;
}

.control-years-all {
    margin-right: 2vw;
}

.control-years a {
    color: #FFFFFF;
    font-size: 1.6vw;
    margin-left: 0.7vw;
    margin-right: 0.7vw;
    height: 3vw;
    display: flex;
    align-items: center;
    width: 3.1vw;
    text-transform: uppercase;
}

.control-years a.active {
    color: #FCC140;
}

.close.recources {
    font-size: 1.8vw;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.2vw 0.5vw;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.control .mb_dop_info .mb_dop_info {
    display: flex;
    flex-direction: column-reverse;
}

.control .results-wp {
    position: fixed;
    bottom: 6.3vw;
    right: 2.5vw;
    width: 31vw;
}