@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto/Roboto-Regular.eot');
    src: url('../fonts/Roboto/Roboto-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.eot');
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.eot');
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Light.eot') format('embedded-opentype'), url('../fonts/Roboto_Condensed/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: RobotoCondensed;
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.eot');
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.eot') format('embedded-opentype'), url('../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: RobotoMono;
    src: url('../fonts/Roboto_Mono/RobotoMono-Regular.eot');
    src: url('../fonts/Roboto_Mono/RobotoMono-Regular.eot') format('embedded-opentype'), url('../fonts/Roboto_Mono/RobotoMono-Regular.ttf') format('truetype');
}

html {
    font-size: 62.5%;
}

html,
body,
.wrapper {
    height: 100%
}

.wrapper:before {
    content: " ";
    position: fixed;
    right: 0;
    left: 50%;
    top: 0;
    bottom: 0;
    background: #ECEFF1;
}

body {
    font-family: RobotoCondensed, 'Trebuchet MS', Verdana, sans-serif;
    outline: none;
    background: #263238;
    background: -moz-linear-gradient(top, #263238 0%, #455a64 61%, #455a64 100%);
    background: -webkit-linear-gradient(top, #263238 0%, #455a64 61%, #455a64 100%);
    background: linear-gradient(to bottom, #263238 0%, #455a64 61%, #455a64 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#263238', endColorstr='#455a64', GradientType=0);
    background-attachment: fixed;
    background: #02a8ba;
}

a,
a:hover,
a:visited,
a:focus {
    text-decoration: none;
    color: inherit
}

*:focus {
    outline: none;
}

ul {
    list-style-type: none;
}

.nav-block {
    position: fixed;
    width: 300px;
    color: #fff;
    padding: 27px 32px
}

.nav-block .logo {
    height: 125px;
    background: url('../images/gerb.png') no-repeat;
    margin: 5px 0 30px;
    background: url('../images/logo.svg') no-repeat;
    height:200px;
    margin-bottom:20px;
    position:relative;
    left:-55px;
    
}

.nav-block .logo a {
    display: block;
    height: 100%;
    width: 160px;
    width:100%;
}

.nav-block .title {
    text-transform: uppercase;
}

.navigation>div {
    position: relative
}

.nav-block h1.title {
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
    letter-spacing: 0
}

.nav-block h1.title span {
    font-weight: 300;
}

.nav-block h5.title {
    font-size: 14px;
    font-size: 1.4rem;
}

.nav-block h4 {
    font-weight: 300;
    margin: 20px 0 2px;
    line-height: 22px;
}

.nav-block h4.outer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dotted #fff
}

.nav-block h4.active {
    color: #FFC107
}

.nav-block h4.inactive {
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    cursor: default;
}

.tours .disabled {
    color:silver !important;
    pointer-events: none;
    cursor: default;
}

.nav-block h4.active:after {
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #FFC107;
    position: absolute;
    right: -37px;
    top: -5px
}

.nav-block h4+p {
    font-weight: 300;
    font-size: 12px;
    font-size: 1.3rem
}

.navbar-toggle {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    position: relative;
    transition: all 200ms ease-in-out;
    background-color: #fff;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

.regions-layer {
    height: 100%;
    width: 50%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: -2px 0 10px -3px #455a64;
    z-index: 10;
    display: none
}

.regions-layer>div {
    width: 620px;
    height: 100%;
    padding: 35px 35px 30px 65px;
    font-size: 0
}

.regions-layer .arrow-block {
    height: 32px;
    position: relative
}

.regions-layer>div h2 {
    margin: 0;
    padding-left: 20px;
    text-transform: uppercase;
    color: #455A64;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 32px
}

.regions-layer>div .arrow-left {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    width: 18px;
    height: 32px;
    position: absolute;
    left: -35px;
    background: url('../images/arrow-left.png') no-repeat center center
}

.select-region {
    width: 96px;
    height: 32px;
    font-size: 0;
}

.regions-layer>div .arrow-left:hover {
    cursor: pointer;
    top: -2px;
    zoom: 1.1
}

.select-region>div {
    width: 32px;
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.select-region>div:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.select-region>div:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.select-region>div.list-view-btn.on {
    background: #607D8B url('../images/list-on.png') no-repeat center center;
}

.select-region>div.map-view-btn.on {
    background: #607D8B url('../images/map-on.png') no-repeat center center;
}
.select-region>div.world-view-btn.on {
    background: #607D8B url('../images/world-on.png') no-repeat center center;
}

.select-region>div.list-view-btn {
    background: #CFD8DC url('../images/list-off.png') no-repeat center center;
}

.select-region>div.map-view-btn {
    background: #CFD8DC url('../images/map-off.png') no-repeat center center;
}
.select-region>div.world-view-btn {
    background: #CFD8DC url('../images/world-off.png') no-repeat center center;
}

.regions-layer .article {
    display: none;
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 0
}

.regions-layer .article.active {
    display: block
}

.regions-layer .article.list {
    width: 95%;
    padding-left: 20px
}

.regions-layer .article.list .row>div {
    padding: 0
}

.regions-layer .article.list .item {
    display: block;
    height: 36px;
    color: #455A64;
    padding-left: 20px;
    line-height: 36px;
    font-family: Roboto;
    font-size: 14px
}

.regions-layer .article.list .header {
    margin-bottom: 20px
}

.regions-layer .article.list .item.selected {
    background: #F2F5F7;
    border-bottom: 1px solid #CFD8DC;
}

.regions-layer .article.list .item.disabled {
    color: #CFD8DC;
    pointer-events: none
}

#bg_map {
    margin-top: 1rem;
}

#bg_map path,
.a {
    fill: #CFD8DC;
    stroke: #000;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

#bg_map path.a.selected {
    stroke: #111;
    fill: #FFC107;
}

#bg_map path:hover,
.a:hover {
    cursor: pointer;
    stroke: #111;
    fill: #FFC107;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.map .btn {
    background: #FFC107;
    color: #fff;
    border: none;
    margin-top: 4px
}

.map .btn.rik-sofia {
    display: none
}

.map .btn:hover,
.map .btn.selected {
    background: #FF7F2A
}


/*Circle chart*/

.big-chart .progress-circle {
    font-size: 9rem
}

.small-chart .progress-circle {
    font-size: 2.5rem;
    margin-bottom: 10px
}

.progress-circle {
    font-size: 83px;
    margin: 20px;
    position: relative;
    padding: 0;
    width: 5em;
    height: 5em;
    background-color: #CFD8DC;
    border-radius: 50%;
    line-height: 5em;
    float: right;
}

.progress-circle:after {
    border: none;
    position: absolute;
    top: 0.4em;
    left: 0.4em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 4.2em;
    height: 4.2em;
    background-color: white;
    content: " ";
}

.small-chart .progress-circle:after {
    top: 0.55em;
    left: 0.55em;
    width: 3.9em;
    height: 3.9em;
}

.small-chart .value-bar {
    border-width: 0.56em
}

.small-chart .progress-circle.empty>* {
    display: none
}

.progress-circle .activity-info {
    position: absolute;
    top: 1.5em;
    width: 5em;
    text-align: center;
    display: block;
    z-index: 2;
    line-height: 1;
}

.progress-circle .activity-info>p {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    color: #95A8B2;
    text-transform: uppercase;
    margin-bottom: 5px
}

.big-chart .progress-circle .activity-info>p {
    padding: 0 6em;
}

.progress-circle .activity-info .symbol {
    color: #CFD8DC;
}

.progress-circle .activity-info>span {
    color: #455A64;
    font-weight: bold;
    font-family: Arial;
    font-size: 1.1em;
}

.left-half-clipper {
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
}


/* when p>50, don't clip left half*/

.progress-circle.over50 .left-half-clipper.item1 {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    position: absolute;
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.5em solid #FFC107;
    box-sizing: border-box;
}

.progress-circle.over50 .first50-bar {
    position: absolute;
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #CFD8DC;
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.progress-circle.below50 .first50-bar {
    display: none;
}

.value-bar {
    animation-name: runBelow;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

.over50 .value-bar {
    animation-name: runOver;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

.progress-circle.over50 .first50-bar {
    transform: rotate(-180deg);
    animation-name: runMore;
    animation-delay: 2s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes runBelow {
    0% {
        transform: rotate(0deg)
    }
}

@keyframes runOver {
    0% {
        transform: rotate(0deg)
    }
}

@keyframes runMore {
    0% {
        transform: rotate(0deg);
        background: #FFC107
    }
    100% {
        background: #FFC107
    }
}


/* Progress bar rotation position */

.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.over50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .first50-bar {
    transform: rotate(4deg);
}

.progress-circle.p52 .first50-bar {
    transform: rotate(7deg);
}

.progress-circle.p53 .first50-bar {
    transform: rotate(11deg);
}

.progress-circle.p54 .first50-bar {
    transform: rotate(14deg);
}

.progress-circle.p55 .first50-bar {
    transform: rotate(18deg);
}

.progress-circle.p56 .first50-bar {
    transform: rotate(22deg);
}

.progress-circle.p57 .first50-bar {
    transform: rotate(25deg);
}

.progress-circle.p58 .first50-bar {
    transform: rotate(29deg);
}

.progress-circle.p59 .first50-bar {
    transform: rotate(32deg);
}

.progress-circle.p60 .first50-bar {
    transform: rotate(36deg);
}

.progress-circle.p61 .first50-bar {
    transform: rotate(40deg);
}

.progress-circle.p62 .first50-bar {
    transform: rotate(43deg);
}

.progress-circle.p63 .first50-bar {
    transform: rotate(47deg);
}

.progress-circle.p64 .first50-bar {
    transform: rotate(50deg);
}

.progress-circle.p65 .first50-bar {
    transform: rotate(54deg);
}

.progress-circle.p66 .first50-bar {
    transform: rotate(58deg);
}

.progress-circle.p67 .first50-bar {
    transform: rotate(61deg);
}

.progress-circle.p68 .first50-bar {
    transform: rotate(65deg);
}

.progress-circle.p69 .first50-bar {
    transform: rotate(68deg);
}

.progress-circle.p70 .first50-bar {
    transform: rotate(72deg);
}

.progress-circle.p71 .first50-bar {
    transform: rotate(76deg);
}

.progress-circle.p72 .first50-bar {
    transform: rotate(79deg);
}

.progress-circle.p73 .first50-bar {
    transform: rotate(83deg);
}

.progress-circle.p74 .first50-bar {
    transform: rotate(86deg);
}

.progress-circle.p75 .first50-bar {
    transform: rotate(90deg);
}

.progress-circle.p76 .first50-bar {
    transform: rotate(94deg);
}

.progress-circle.p77 .first50-bar {
    transform: rotate(97deg);
}

.progress-circle.p78 .first50-bar {
    transform: rotate(101deg);
}

.progress-circle.p79 .first50-bar {
    transform: rotate(104deg);
}

.progress-circle.p80 .first50-bar {
    transform: rotate(108deg);
}

.progress-circle.p81 .first50-bar {
    transform: rotate(112deg);
}

.progress-circle.p82 .first50-bar {
    transform: rotate(115deg);
}

.progress-circle.p83 .first50-bar {
    transform: rotate(119deg);
}

.progress-circle.p84 .first50-bar {
    transform: rotate(122deg);
}

.progress-circle.p85 .first50-bar {
    transform: rotate(126deg);
}

.progress-circle.p86 .first50-bar {
    transform: rotate(130deg);
}

.progress-circle.p87 .first50-bar {
    transform: rotate(133deg);
}

.progress-circle.p88 .first50-bar {
    transform: rotate(137deg);
}

.progress-circle.p89 .first50-bar {
    transform: rotate(140deg);
}

.progress-circle.p90 .first50-bar {
    transform: rotate(144deg);
}

.progress-circle.p91 .first50-bar {
    transform: rotate(148deg);
}

.progress-circle.p92 .first50-bar {
    transform: rotate(151deg);
}

.progress-circle.p93 .first50-bar {
    transform: rotate(155deg);
}

.progress-circle.p94 .first50-bar {
    transform: rotate(158deg);
}

.progress-circle.p95 .first50-bar {
    transform: rotate(162deg);
}

.progress-circle.p96 .first50-bar {
    transform: rotate(166deg);
}

.progress-circle.p97 .first50-bar {
    transform: rotate(169deg);
}

.progress-circle.p98 .first50-bar {
    transform: rotate(173deg);
}

.progress-circle.p99 .first50-bar {
    transform: rotate(176deg);
}

.progress-circle.p100 .first50-bar {
    transform: rotate(180deg);
}

.socials {
    margin-top: 25px
}

.socials a {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.socials .facebook {
    background: url('../images/facebook.png') no-repeat center center;
    margin-right: 15px
}

.socials .youtube {
    background: url('../images/youtube.png') no-repeat center center;
}

.main {
    background: #ECEFF1;
    min-height: 100vh;
    padding: 25px 80px 25px 95px
}

.main .toggle-regions {
    height: 56px;
    background: #FFC107;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 56px;
    margin-bottom: 10px;
    margin-left: 20px
}

.main .toggle-regions:hover {
    cursor: pointer;
}

.main .toggle-regions span {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    margin-left: 25px
}

.main .toggle-regions .glyphicon {
    display: inline-block;
    height: 56px;
    position: absolute;
    right: 40px;
    line-height: 52px
}

.title-block {
    padding: 0 15px;
}

.title-block .election-type {
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    color: #90A4AE;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-indent: 2px
}

.title-block .main-title {
    font-weight: 300;
    font-size: 28px;
    font-size: 2.8rem;
    color: #37474F;
    line-height: 24px;
    margin: 0
}

.title-block .sub-title {
    font-size: 16px;
    color: #90A4AE;
    line-height: 24px;
    margin-top: 5px
}

.main.overlayed:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5
}

.main .section {
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 25px 0 50px
}

.main>p {
    color: #95A8B2
}

span.perc-digit,
.item-info,
.meter {
    display: inline-block;
    vertical-align: top
}

.meter-data-block {
    font-size: 0;
}

.meter {
    height: 32px;
    position: relative;
    background: #ECEFF1;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    margin-bottom: 4px;
    padding-left: 0;
    display: inline-block;
    width: 89.5%
}

.meter>span {
    display: block;
    height: 100%;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    background: #FFC107;
    position: relative;
    overflow: hidden;
    animation-name: expandWidth;
    animation-duration: 2s;
    animation-fill-mode: forwards
}

@-webkit-keyframes expandWidth {
    0% {
        width: 0;
    }
}

@-moz-keyframes expandWidth {
    0% {
        width: 0;
    }
}

@keyframes expandWidth {
    0% {
        width: 0;
    }
}

.progress-bar-block span.perc-digit {
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #37474F;
    width: 6%
}

.progress-bar-block .item-info {
    display: inline-block;
    width: 4.5%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #607D8B;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.progress-bar-block .item-name {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 32px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #37474F;
    text-transform: uppercase;
    font-weight: bold;

    height: 32px;
    overflow:hidden;
    left: 10px;
    text-align: right;
}
.progress-bar-block .item-name > p {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.custom .meter:before {
    content: '';
    display: none;
    width: 4%;
    height: 100%;
    position: absolute;
    border-right: 1px solid #90A4AE;
    z-index: 2;
    /*background: rgba(255,255,255,0.3)*/
}

.progress-bar-block>p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #37474F;
    margin-left: 7%;
    font-weight: bold
}

.tabs-block {
    padding-bottom: 1px;
    box-shadow: 0 3px 3px -3px #666
}

.tabs-block .nav-tabs {
    border: none
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    border: none
}

.tabs-block .nav-tabs>li {
    width: 24%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #455A64;
    font-weight: bold
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 5px solid #FFC107;
    background: none
}

.main .results-block {
    margin-top: 40px;
}

.results-block>h2 {
    font-size: 20px;
    font-size: 2rem;
    color: #37474F;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0
}

table th {
    text-transform: uppercase
}

table thead {
    background: #607D8B;
    background: #02a8ba;
    font-size: 14px;
    font-size: 1.4rem;
    color: #ECEFF1;
}

table thead>tr>th {
    border: none
}

table tbody td {
    font-size: 14px;
    font-size: 1.4rem;
    color: #455A64;
    letter-spacing: 0;
}

table tbody tr.silver {
    background: #ECEFF1
}

.results-block .item {
    display: none
}

.results-block .item.active {
    display: block
}

.csv .title-block {
    padding: 0;
    margin-bottom: 20px
}

.csv .content-block p {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Roboto;
}

.csv .download-btn {
    width: 305px;
    height: 90px;
    background: #FFC107;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 56px;
    margin-bottom: 10px;
}

.csv .download-btn.csv {
    float: left;
}

.csv .download-btn.spreadsheet {
    float: right;
}

.csv .section {
    clear: both;
}

.csv-file-icon {
    width: 80px;
    height: 90px;
    background: url('../images/csv-file.png') no-repeat center center;
    display: block;
    float: left
}

.spreadsheet-file-icon {
    width: 80px;
    height: 90px;
    background: url('../images/spreadsheets-file.png') no-repeat center center;
    display: block;
    float: left
}

.csv .download-btn h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
}

.csv .download-btn span {
    margin: 0;
    font-size: 20px;
    font-size: 2rem
}

.csv .download-btn div {
    color: #fff;
    padding: 22px 0;
    line-height: 1.4
}

.select-chart {
    width: 64px;
    height: 32px;
    margin-left: 10px;
    margin-top: 25px;
    font-size: 0;
    text-align: right;
}

.select-chart>div {
    width: 32px;
    height: 100%;
    display: inline-block;
    cursor: pointer
}

.select-chart>div:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.select-chart>div:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.select-chart>div.line-chart-btn.on {
    background: #607D8B url('../images/line-on.png') no-repeat center center;
}
.select-chart>div.pie-chart-btn.on {
    background: #607D8B url('../images/pie-on.png') no-repeat center center;
}
.select-chart>div.line-chart-btn {
    background: #CFD8DC url('../images/line-off.png') no-repeat center center;
}
.select-chart>div.pie-chart-btn {
    background: #CFD8DC url('../images/pie-off.png') no-repeat center center;
}

.chart-block .chart {
    display: none
}

.chart-block .chart.active {
    display: block
}


/*line-chart*/

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
    stroke: #FFC107
}

.ct-label {
    font-size: 16px;
    font-size: 1.6rem
}

text.ct-label {
    fill: #455A64;
    transition: all 1s
}

text.ct-label:hover {
    font-size: 20px;
    cursor: pointer
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-area {
    fill: #FFC107
}

.ct-perfect-fourth:before {
    padding-bottom: 35%
}

#protocols .icon {
    width: 24px;
    height: 24px;
    float: left;
}
#protocols .popup-block strong,
#protocols .popup-block strong:hover {
    font-size:10px;
    color:#222;
    font-weight:normal;
}

.icon.scan {
    background: url('../images/scan.png') no-repeat center center;
    background-size: cover
}

.icon.number {
    background: url('../images/number.png') no-repeat center center;
    background-size: contain
}

.icon.machine {
    background: url('../images/machine.png') no-repeat center center;
    background-size: contain
}
.icon.video {
    background: url('../images/video.png') no-repeat center center;
    background-size: contain
}

.icon.scan.inactive {
    background: url('../images/scan_inactive.png') no-repeat center center;
    background-size: cover
}

.icon.number.inactive {
    background: url('../images/number_inactive.png') no-repeat center center;
    background-size: contain
}

.icon.machine.inactive {
    background: url('../images/machine_inactive.png') no-repeat center center;
    background-size: contain
}

.icon.inactive {
    pointer-events: none;
}

.icon.inactive {
    filter: grayscale(1);
}
.icon.icon-number { background: url('../images/icon-36.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-machine { background: url('../images/icon-machine-file.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-pdf { background: url('../images/icon-pdf.png') no-repeat center center !important; background-size: contain !important; border-radius:0 !important; } 
.icon.icon-control { background: url('../images/icon-control.png') no-repeat center center !important; background-size: contain !important; border-radius:0 !important; } 
.popup-block .icon.icon-number,
.popup-block .icon.icon-machine,
.popup-block .icon.icon-control,
.popup-block .icon.icon-pdf { width:25px !important; height:25px !important; }

.icon.icon-23 { background: url('../images/icon-36.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; }
.icon.icon-24 { background: url('../images/icon-24.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-25 { background: url('../images/icon-25.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-26 { background: url('../images/icon-26.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-27 { background: url('../images/icon-27.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-28 { background: url('../images/icon-24.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-29 { background: url('../images/icon-25.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-30 { background: url('../images/icon-26.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-31 { background: url('../images/icon-27.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-32 { background: url('../images/icon-32.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; }
.icon.icon-36 { background: url('../images/icon-36.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; } 
.icon.icon-40 { background: url('../images/icon-36.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; }
.icon.icon-41 { background: url('../images/icon-32.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; }
.icon.icon-44 { background: url('../images/icon-36.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; }
.icon.icon-37 { background: url('../images/icon-36.png') no-repeat center center !important; background-size: contain  !important; border-radius:0 !important; }

.icon:hover { box-shadow:none !important; }

.icon.icon-23,
.icon.icon-24,
.icon.icon-25,
.icon.icon-26,
.icon.icon-27,
.icon.icon-28,
.icon.icon-29,
.icon.icon-30,
.icon.icon-31,
.icon.icon-32,
.icon.icon-36,
.icon.icon-40,
.icon.icon-41,
.icon.icon-37,
.icon.icon-44 { width:25px !important; height:25px !important; }

#protocols .icon-label {
    height: 50px;
    margin-left: 70px;
}
#protocols .icon-label p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.1;
    font-size: 15px;
    font-size: 1.5rem
}

.search-wrapper {
    margin: 60px 0 40px
}

.search-wrapper p {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.search-wrapper input {
    height: 50px;
    width: 350px;
    font-size: 18px
}

.pr-group {
    margin: 20px 0;
}

.pr-group p {
    color: #607D8B;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: Roboto;
    margin-bottom: 3px
}

.pr-group span {
    font-family: RobotoMono;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    color: #666;
}

.pr-group span.selected {
    color: deepskyblue
}

.pr-group span:hover {
    cursor: pointer;
    color: black;
}

.popup-block {
    background: #ECEFF1;
    padding: 10px;
    width: 270px;
    font-size: 0;
    position: absolute;
    bottom: 25px;
    left: -64px;
    z-index: 9;
    box-shadow: 0 0 4px #666;
    cursor:default;
}

.popup-block:after {
    position: absolute;
    bottom: -10px;
    content: '';
    left: 90px;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ECEFF1;
}

.popup-block.left {
    left: 0
}

.popup-block.right {
    left: auto;
    right: 0
}

.popup-block.left:after {
    left: 25px
}

.popup-block.right:after {
    left: auto;
    right: 25px
}

#protocols .popup-block .icon {
    float: none
}

.popup-block .icon {
    display: inline-block;
    border-radius: 4px;
    margin: 0 5px
}

.popup-block .icon:hover {
    box-shadow: 0 0 5px 2px #607D8B
}

.popup-block .icon.number {}

.popup-block .icon a {
    display: block;
    width: 100%;
    height: 100%
}

.rik-01 #bg_map #path__1,
.rik-02 #bg_map #path__2,
.rik-03 #bg_map #path__3,
.rik-04 #bg_map #path__4,
.rik-05 #bg_map #path__5,
.rik-06 #bg_map #path__6,
.rik-07 #bg_map #path__7,
.rik-08 #bg_map #path__8,
.rik-09 #bg_map #path__9,
.rik-10 #bg_map #path__10,
.rik-11 #bg_map #path__11,
.rik-12 #bg_map #path__12,
.rik-13 #bg_map #path__13,
.rik-14 #bg_map #path__14,
.rik-15 #bg_map #path__15,
.rik-16 #bg_map #path__16,
.rik-17 #bg_map #path__17,
.rik-18 #bg_map #path__18,
.rik-19 #bg_map #path__19,
.rik-20 #bg_map #path__20,
.rik-21 #bg_map #path__21,
.rik-22 #bg_map #path__22,
.rik-23 #bg_map #path__23,
.rik-24 #bg_map #path__23,
.rik-25 #bg_map #path__23,
.rik-26 #bg_map #path__26,
.rik-27 #bg_map #path__27,
.rik-28 #bg_map #path__28,
.rik-29 #bg_map #path__29,
.rik-30 #bg_map #path__30,
.rik-31 #bg_map #path__31 {
    stroke: #111;
    fill: #FF7F2A;
}

.rik-23 .rik-sofia,
.rik-24 .rik-sofia,
.rik-25 .rik-sofia {
    display: inline-block !important;
}

.rik-23 .rik-sofia-23 {
    background: #FF7F2A !important;
}

.rik-24 .rik-sofia-24 {
    background: #FF7F2A !important;
}

.rik-25 .rik-sofia-25 {
    background: #FF7F2A !important;
}

.rik-32 .rik-32 {
    background: #FF7F2A !important;
}

.rik-00 .rik-0 {
    background: #FF7F2A !important;
}

.is_logo {
    display: block;
    height: 32px;
    width: 32px;
    margin: 0 auto -20px auto;
    background: url('../images/is_logo.png') no-repeat center center;
    background-size: cover;
}

.main {
    padding: 25px 80px
}

.iframe-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    margin-left: -70px;
    margin-right: -70px;
    width: 940px;
    top: 10px;
    bottom: 10px;
    background: #fff;
    box-shadow: 0px 0 10px -2px #455a64;
    text-align: right;
    padding: 15px 30px 30px
}

.iframe-overlay .close-iframe,
.iframe-overlay .download {
    background: #FFC107;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.iframe-overlay .close-iframe:hover,
.iframe-overlay .download:hover,
{
    background: #FF7F2A
}

.iframe-overlay iframe {
    width: 100%;
    height: 95%
}

.flag-line {
    display: block;
    height: 5px;
    width: 274px;
    margin-bottom: 50px;
    background: -webkit-linear-gradient(left, #fff 0%, #fff 33.3%, green 33.3%, green 66.6%, red 66.6%, red 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 33.3%, green 33.3%, green 66.6%, red 66.6%, red 100%);
    background: linear-gradient(to right, #fff 0%, #fff 33.3%, green 33.3%, green 66.6%, red 66.6%, red 100%);
    background: transparent;
}

.nav-block .top-title {
    margin-bottom: 40px;
}


/*to change*/

.search-wrapper {
    margin: 32px 0 40px
}

.icon-label {
    height: 32px;
    margin-left: 42px;
}

.search-wrapper input {
    width: 80%;
    height: 50px;
    font-size: 18px
}


/*end to change*/


/*to add*/

.legend>div {
    margin-bottom: 5px
}

.select-protocol>h3 {
    color: #555;
    margin-top: 0
}


/*При теб мисля, че е само #protocols*/

#protocols .legend .icon {
    /* width: 32px;
    height: 32px; */
}

#protocols .legend .icon-label {
    height: 32px;
    margin-left: 42px;
}


/*end to add*/

@media all and (min-width: 1400px) {
    .container {
        width: 1280px
    }
}

@media all and (max-width: 1400px) {
    .nav-block {
        width: 278px;
        padding: 27px 10px
    }
    .nav-block h4.active:after {
        right: -10px
    }
    .ct-perfect-fourth:before {
        padding-bottom: 40%
    }
    .nav-block h1.title {
        margin-bottom: 20px
    }
    .nav-block h4,
    .nav-block h4.outer {
        margin-top: 25px
    }
    .regions-layer>div {
        width: 590px
    }
    .big-chart .progress-circle {
        font-size: 8rem
    }
}

@media all and (max-width: 1199px) {
    .container {
        width: 100%
    }
    .container-fluid {
        padding-right: 0
    }
    .main {
        padding: 25px 50px
    }
    .nav-block {
        padding: 27px 0px;
        width: 20%;
    }
    .nav-block h4.active:after {
        right: -15.2%
    }
    /*.ct-perfect-fourth:before {padding-bottom: 48%}*/
    .ct-perfect-fourth {
        height: 25rem
    }
    .nav-block .logo {
        margin: 5px 0 20px;
    }
    .nav-block h1.title {
        margin-bottom: 0
    }
    .nav-block h4,
    .nav-block h4.outer {
        margin-top: 15px
    }
    .progress-bar-block span.perc-digit {
        width: 9%
    }
    .meter {
        width: 86%;
    }
    .progress-bar-block .item-info {
        width: 5%
    }
    .main .section {
        padding: 30px 20px
    }
    .regions-layer {
        width: 55%
    }
    .regions-layer>div {
        width: 100%;
        padding: 35px 20px 30px 50px;
    }
    .big-chart .progress-circle {
        font-size: 7rem
    }
    .small-chart .progress-circle {
        font-size: 2rem;
    }
    .small-chart .progress-circle .activity-info {
        top: 1.2em
    }
    .nav-block h1.title span {
        white-space: nowrap;
    }
}

@media all and (max-width: 991px) {
    .container-fluid {
        padding: 0
    }
    .regions-layer {
        width: 70%
    }
    .regions-layer .article.list {
        width: 100%;
        padding-left: 0px;
    }
    /*.ct-perfect-fourth:before {padding-bottom: 35%;}*/
    .big-chart .progress-circle {
        font-size: 7.6rem
    }
    .small-chart .progress-circle {
        font-size: 2.2rem;
    }
    .container>.row>.col-md-3 {
        padding: 0
    }
    .nav-block {
        padding: 27px 20px;
        width: 280px;
        height: 100%;
        z-index: 5;
        background: #263238;
        background: -webkit-linear-gradient(#263238 0%, #455a64 61%, #455a64 100%);
        background: -o-linear-gradient(#263238 0%, #455a64 61%, #455a64 100%);
        background: linear-gradient(#263238 0%, #455a64 61%, #455a64 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#263238', endColorstr='#455a64', GradientType=0);
        background: #02a8ba;
    }
    .nav-block h4.active:after {
        right: -20px
    }
    .navbar-toggle {
        display: block;
    }
    .nav-block.up {
        padding-top: 16px;
        height: auto
    }
    .nav-block.up>.navigation div,
    .nav-block.up h5 {
        display: none
    }
    .nav-block.up h1 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 0;
        width: 80%
    }
    #protocols .row>div {
        margin-bottom: 20px
    }
    .nav-block {
        overflow: auto;
    }
}

@media all and (max-width: 767px) {
    /*.progress-bar-block .item-name {display: none}*/
    .meter-data-block .item-info:hover {
        pointer-events: all;
        cursor: pointer
    }
    .big-chart .progress-circle {
        font-size: 7rem
    }
    .small-chart .progress-circle {
        font-size: 2.2rem;
    }
    .nav-block {
        width: 100%;
        position: static;
    }
    .nav-block.up h1 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .nav-block:not(.up) {
        height: 100%;
        position: fixed;
    }
    .main .toggle-regions {
        border-radius: 0;
        margin: -25px -50px 10px;
    }
    .main .toggle-regions .glyphicon {
        display: none
    }
    .regions-layer {
        width: 100%
    }
    .big-chart .progress-circle {
        margin: 0 auto;
        float: none;
    }
    .small-chart {
        text-align: center
    }
    .small-chart .progress-circle {
        float: none;
        display: inline-block;
    }
    .main h1 {
        font-size: 24px;
        font-size: 2.4rem
    }
    .nav-block {
        overflow: auto;
    }
}

@media all and (max-width: 499px) {
    .regions-layer>div {
        padding: 15px 0;
    }
    .regions-layer .article .regions-list .item {
        padding-left: 10px;
        font-family: RobotoCondensed
    }
    .regions-layer>div .arrow-left {
        left: -5px
    }
    .nav-block .logo {
        height: 80px;
        background-size: contain;
        float:left;
        top:-20px;
        left:0;
        width:120px;
    }
    .main {
        padding: 25px 5px
    }
    .main .toggle-regions {
        margin: -25px -5px 10px;
    }
    .main .section {
        padding: 30px 10px;
    }
    .progress-bar-block .item-name {
        top: 0;
        right: 3px;
        line-height: 16px;
        text-align: right;
        font-size: 10px;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        flex-direction: column;

        left:3px;
    }
    .progress-bar-block .item-name p {
        margin: 0;
        white-space: normal;
        max-height: 32px;
    }
    .progress-bar-block span.perc-digit {
        width: 15%
    }
    .meter {
        width: 77%;
    }
    .progress-bar-block .item-info {
        width: 8%
    }
    .tabs-block .nav-tabs>li {
        width: 100%;
        font-size: 12px;
        font-size: 1.2rem
    }
    h2 {
        font-size: 22px;
        font-size: 2.2rem
    }
    .container {
        padding: 0
    }
    .row {
        margin: 0
    }
    .table>thead>tr>th,
    table tbody td {
        font-weight: normal;
        font-size: 11px;
        font-size: 1.2rem;
        padding: 3px !important
    }
    .regions-layer .col-xs-3 {
        padding-left: 0
    }
    .big-chart .progress-circle {
        font-size: 4rem
    }
    .small-chart .progress-circle {
        font-size: 2rem;
    }
    .main>.row>.col-xs-12 {
        padding: 0
    }
    .small-chart .progress-circle {
        margin: 0
    }
    .big-chart .progress-circle {
        margin-bottom: 20px
    }
    .big-chart .progress-circle .activity-info>p {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 3em
    }
    .title-block .main-title {
        font-size: 22px;
        font-size: 2.2rem
    }
    .select-region {
        width: auto
    }
    .csv .download-btn {
        width: 100%
    }
    .tab-item.active {
        background: #CFD8DC
    }
    .regions-layer .article.map {
        padding: 10px
    }
    .popup-block {
        margin: auto;
        left: 0;
        right: 0
    }
    .popup-block:after {
        display: none
    }
    .search-wrapper input {
        width: 100%
    }
    .nav-block {
        overflow: auto;
    }
}

.nav-data {
    margin-bottom:2rem;
}
.nav-select {
    border:1px solid silver;
    font-weight:bold;
    text-transform:uppercase;
    padding:3rem 1.5rem 1rem 1.5rem;
    margin:0 0 10px 0;
    text-indent: -2px;
    line-height:1;
    font-size: 100%;
    display:block;
    width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    background:white url('./../images/nav_down.png') right top no-repeat;
    vertical-align: baseline;
}
.nav-select::-ms-expand { display: none; }
.nav-select:not(*:root) { text-indent: 0px; }
.nav-label {
    color:#607D8B;
    display:block;
    font-weight: normal;
    padding:0 1.5rem;
    margin:0 0 -2.8rem 0;
    pointer-events:none;
}

/*END IFRAME*/

@media all and (max-width: 1400px) {
    .flag-line {
        width: 268px
    }
    .iframe-overlay {
        width: 840px
    }
}

@media all and (max-width: 1199px) {
    .flag-line {
        width: 117%;
        margin-top: 10px
    }
    .iframe-overlay {
        margin-left: -40px;
        margin-right: -40px;
        width: 72%
    }
}

@media all and (max-width: 991px) {
    .nav-block .flag-line {
        display: block;
        width: 260px
    }
    .nav-block.up .flag-line {
        display: none
    }
    .iframe-overlay {
        margin-left: -25px;
        width: 95%
    }
}

@media all and (max-width: 767px) {
    .nav-block .flag-line {
        width: 100%
    }
    .nav-block.up .flag-line {
        display: none
    }
    .iframe-overlay {
        margin-left: -35px;
        width: 95%
    }
}

@media all and (max-width: 499px) {
    .iframe-overlay {
        margin: 0 10px;
    }
    .tours { margin-top:60px; }
}

.ik-protocols span { display:block; }


@media print {
    .wrapper:before { display:none !important; }
    .wrapper>.container-fluid>.container>.row>.col-md-3, .toggle-regions { display:none !important; }
    .chart-block { margin-bottom:20px !important;}
    .wrapper>.container-fluid>.container>.row>.col-md-9 { width:100% !important; margin:0 auto !important; display:block; }
    body { background:transparent;}
}

/*END IFRAME*/


/*FLAG*/


/*END FLAG*/

.proto-row { cursor:pointer; }
.sikkp { border-bottom:1px dashed; }
/* Fixes 2022*/
@media all and (max-width: 575.5px) {
    .regions-layer .article.list .item {
        font-size: 13px;
        line-height: 1;
    }

    .popup-block {
        margin: auto;
        left: -32px;
        right: 0;
    }

    .nav-label {
        line-height: 0.9;
        min-height: 25px;
        font-size: 13px;
    }
}