@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(http://fonts.gstatic.com/s/ptsans/v8/0XxGQsSc1g4rdRdjJKZrNL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(http://fonts.gstatic.com/s/ptsans/v8/PIPMHY90P7jtyjpXuZ2cLLO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../administrator/templates/default/fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../../../administrator/templates/default/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
         url('../../../administrator/templates/default/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
         url('../../../administrator/templates/default/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
         url('../../../administrator/templates/default/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}   .fa { font-family: 'FontAwesome'; }
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 700;
}
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font: 14px/21px 'PT Sans', sans-serif;
    background: #F3F2F1;
    color: #000;
    height: 100%;
}
    body.show_burger {
        overflow: hidden !important;
    }
.clear:after, .clear:before {
    content:' ';
    clear:both;
    display:block;
    }
.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.slow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a {
    color: #000;
}

.cookie-message {
    position: fixed;
    bottom: 12px;
    left: 0;
    z-index: 200;
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}
  .cookie-message .cookie-message__block {
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 690px;
    gap: 20px;

    border: 4px solid #E8E7E4;
    box-shadow: 0 3px 6px -2px black;
    background-color: #FFF;
    border-radius: 11px;
    padding: 10px 15px;
  }
    .cookie-message .cookie-message__block a {
      text-decoration: underline;
      color: #49548d;
    }

.op-floor__block {
    text-align: center;
    background: #F3F2F1;
    padding: 5px 0;
}
    .op-floor__block a {
        display: inline-block;
        padding: 5px 8px;
        border: 0;
        text-transform: uppercase;
        font-family: 'Georgia';
        background: #DA251C;
        border-radius: 2px;
        color: #FFF;
        text-decoration: none;
    }

#layuot {
    max-width: 750px;
    min-width: 320px;
    -webkit-box-shadow: 0 0 10px 0px #a8a8aa;
    box-shadow: 0 0 10px 0px #a8a8aa;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    background: #FFF;
    padding-top: 2px;
}
.floor {
    padding: 10px 12px;
    position: relative;
}
    .floor .floor-title {
        padding: 10px 0;
        margin: 0;
        font-size: 20px;
        font-weight: bold;
    }
.border-bottom {
    border-bottom: 1px solid #ebebeb;
}
    .floor .border-bottom:last-child {
        border-bottom: 0;
    }

#burger {
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    width: 25px;
    padding: 3px 0 2px;
    color: #325780;
    margin-right: 12px;
}
    #burger:after {
        content: "\f0c9";
    }
#logo {
    float: left;
}
#search {
    position: absolute;
    top: 8px;
    right: 12px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    width: 25px;
    padding: 3px 0 2px;
    color: #325780;
}
    #search.gray {
        color: #9C8F8B;
    }
    #search:after {
        content: "\f002";
    }

#to-search {
    background: #F3F2F1;
}
    #to-search.hidden {
        display: none;
    }
    #to-search form {
        display: block;
        position: relative;
    }
        #to-search form input[name=s] {
            padding-right: 60px;
            border-radius: 0;
        }
        #to-search form #do-search {
            position: absolute;
            width: 49px;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(#4F799F, #2D638C);
            text-align: center;
            color: #FFF;
            text-decoration: none;
            display: inline-block;
            vertical-align: middle;
            font-size: 22px;
        }
            #to-search form #do-search:before {
                content: "\f002";
                top: 6px;
                position: relative;
                left: 1px;
                text-shadow: 0 0 5px #666;
            }

#menu-parent {
    position: relative;
}
#left-menu {
    /*position: fixed;
    top: 47px;
    right: 0;
    bottom: 0;*/
    width: 100%;
    position: absolute;
    background: #333;
    z-index: 999;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}
    #left-menu input {
        display: none;
    }
    #left-menu>.content {
    }
        #left-menu>.content>ul {
            display: block;
            list-style: none;
            margin: 0;
            padding: 0;
            font-size: 18px;
        }
            #left-menu>.content>ul>li, #left-menu>.content>ul>li>ul>li {
                display: block;
            }
                #left-menu>.content>ul>li>a, #left-menu>.content>ul>li>span, #left-menu>.content>ul>li>label, #left-menu>.content>ul>li>ul>li>a {
                    display: block;
                    color: #FFF;
                    text-decoration: none;
                    padding: 10px 15px;
                    border-bottom: 1px #262626 solid;
                }
    #nav-types {
    }
        #types-li>input+label>.fa:before {
            content: "\f107";
            margin-left: 5px;
        }
        #types-li>input:checked+label>.fa:before {
            content: "\f106";
        }
            #types-li>ul {
                display: block;
                margin: 0 0 0 50px;
                padding: 0;
                list-style: none;
                display: none;
            }
                #types-li>input:checked+label+ul {
                    display: block;
                }
                #types-li>ul>li, #types-li>ul>li>ul>li {
                    display: block;
                }
                    #types-li>ul>li>ul>li>ul {
                        display: block;
                        margin: 0 0 0 50px;
                        padding: 0;
                        list-style: none;
                    }
                        #types-li>ul>li>ul>li>ul>li {
                        }
                            #types-li>ul>li>ul>li>ul>li>a {
                                display: block;
                                color: #FFF;
                                text-decoration: none;
                                padding: 5px 10px 5px 10px;
                                border-bottom: 1px #262626 solid;
                                font-size: 16px;
                            }
                    #types-li>ul>li>a, #types-li>ul>li>span {
                        display: block;
                        color: #FFF;
                        text-decoration: none;
                        padding: 10px 15px;
                        border-bottom: 1px #262626 solid;
                    }
                        #types-li>ul>li>span {
                            color: #CCC;
                        }
                            #types-li>ul>li>ul {
                                display: block;
                                margin: 0;
                                padding: 0;
                                list-style: none;
                            }
                                #types-li>ul>li>ul>li>a, #types-li>ul>li>ul>li>span {
                                    display: block;
                                    color: #FFF;
                                    text-decoration: none;
                                    padding: 10px 15px 10px 50px;  
                                    border-bottom: 1px #262626 solid; 
                                }

#footer {
    background: #325780;
    color: #FFF;
    padding-bottom: 10px;
    font-size: 16px;
}
    #footer p {
        margin: 10px 0;
    }
    #footer a {
        color: #FFF;
    }
    #counters {
        text-align: center;
        margin-top: 20px;
    }
        #counters>div {
            display: inline-block;
            margin: 0 10px;
        }

.mob-pager {
    display: table;
    width: 100%;
    margin-top: 10px;
}
    .mob-pager>.r {
        display: table-row;
    }
        .mob-pager>.r>.c {
            display: table-cell;
        }
            .mob-pager>.r>.c>a {
                display: block;
                padding: 10px;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                color: #004D99;
                text-decoration: none;
            }
                .mob-pager .left>a>span, .mob-pager .right>a>span {
                    display: inline-block;
                    padding: 5px 0;
                }
                .mob-pager .left>a>span {
                    background: url(../images/to-left.png) no-repeat left center;
                    padding-left: 25px;
                }
                .mob-pager .right>a>span {
                    background: url(../images/to-right.png) no-repeat right center;
                    padding-right: 25px;
                }

.item-news {
    display: block;
    padding: 10px 0;
    margin: 0;
    text-decoration: none;
}
    .item-news.big-image {
        padding: 0;
        margin: 0;
        position: relative;
    }
        .item-news.big-image>img {
            display: block;
        }
        .item-news.big-image>p {
            position: absolute;
            left:   0px;
            bottom: 0px;
            right:  0px;
            font-size: 18px;
            color: #FFF;
            padding: 10px;
        }
            .item-news.big-image>p:before {
                content: " ";
                position: absolute;
                top: -30%;
                left: 0;
                width: 100%;
                bottom: 0;
                background: rgba(0,0,0,0.5);
                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.85)));
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
                z-index: 0;
            }
            .item-news.big-image>p>span {
                position: relative;
            }
    .item-news.med-image {
    }
        .item-news.med-image>.t {
            display: table;
            width: 100%;
            border-collapse: collapse;
        }
            .item-news.med-image>.t>.r {
                display: table-row;
            }
                .item-news.med-image>.t>.r>.c {
                    display: table-cell;
                }
                    .item-news.med-image>.t>.r>.c.img {
                        width: 100px;
                    }
                        .item-news.med-image>.t>.r>.c.img>img {
                            display: block;
                        }
                    .item-news.med-image>.t>.r>.c.title {
                        vertical-align: middle;
                        padding-left: 10px;
                    }
                        .item-news.med-image>.t>.r>.c.title>p {
                            font-size: 14px;
                            color: #000;
                        }
                            .item-news.med-image:visited>.t>.r>.c.title>p, .item-news.none-image:visited>p {
                                color: #9C8F8B;
                            }

#read {
}
    #read>.img {
    }
        #read>.img>img {
            display: block;
        }
    #read>.floor {
        font-size: 16px;
    }
        #read>.floor>.info-desc {
            font-size: 16px;
            margin: 25px -12px 15px;
            border-bottom: 1px solid #ebebeb;
            padding: 0 12px 10px;
            color: #9C8F8B;
        }
            #read>.floor>.info-desc>p {
                margin: 0;
                padding: 3px 0;
            }

        #read>.floor>h1 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 10px;
        }
        #read>.floor>.intro {
            font-style: italic;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 24px;
        }
        #read>.floor>.fulltext {
        }
        #read>.floor>.fulltext p {
            margin: 10px 0;
        }
        #read>.floor>.fulltext iframe {
            max-width: 100% !important;
        }
        #read>.floor>.fulltext .teaser {
            margin: 15px 0;
            border: 1px solid #ebebeb;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            padding: 0 10px 10px;
        }
            #read>.floor>.fulltext .teaser>.teaser-title {
                text-align: center;
                border-bottom: 1px solid #ebebeb;
                padding-bottom: 8px;
                margin-bottom: 15px;
                font-size: 18px;
            }
            #read>.floor>.fulltext .teaser>.teaser-content {
            }
                #read>.floor>.fulltext .teaser>.teaser-content>.teaser-first {
                }
                    #read>.floor>.fulltext .teaser>.teaser-content>.teaser-first>.img {
                        width: 80px;
                        display: block;
                        float: left;
                        margin-right: 10px;
                    }
                        #read>.floor>.fulltext .teaser>.teaser-content>.teaser-first>.img>img {
                            display: block;
                            padding-bottom: 1px;
                        }
                    #read>.floor>.fulltext .teaser>.teaser-content>.teaser-first>.title {
                        font-size: 14px;
                        line-height: 20px;
                        margin: 0;
                        padding: 0;
                    }
                        #read>.floor>.fulltext .teaser>.teaser-content>.teaser-first>.title>a {
                            text-decoration: none;
                        }

#mobile-comms {
    margin: 20px 0;
}
    #mobile-comms .add-comments .add-comment-block>.comm-nouser>div {
        float: none;
        width: auto;
    }
    #mobile-comms .comment-cell {
        background: #FCFCFC;
        padding: 10px 12px;
        margin: 10px -12px;
    }

/* poll */
.elem {
    /*border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;*/
    background: #FCFCFC;
    margin: 15px 0;
    padding: 10px 12px;
}
    .elem>.elem-h3 {
        padding: 10px 0;
        margin: 0px 0 5px;
        font-size: 20px;
        font-weight: bold;
    }

.front-poll-block {
}
    .front-poll-block>.pre-text {
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
    }
       .front-poll-block>.pre-text p {
            margin: 0;
            padding: 0;
        }
    .front-poll-block .poll-title {
        font-weight: bold;
        font-size: 16px;
        margin: 15px 0;
    }
    .front-poll-block ul.votes {
        display: block;
        margin: 10px 0;
        padding: 0;
        list-style: none;
    }
        .front-poll-block ul.votes>li {
            display: block;
            margin: 2px 0;
            position: relative;
        }
            .front-poll-block ul.votes>li>input {
                display: block;
                position: absolute;
                top: 5px;
                left: 0;
            }
            .front-poll-block ul.votes>li>label {
                display: block;
                cursor: pointer;
                text-indent: 22px;
                margin: 0 -15px;
                padding: 5px 15px;
            }
                .front-poll-block ul.votes>li>label:hover, .front-poll-block ul.votes>li>input:checked+label {
                    color: #004D99;
                    background: #F0F0F0;
                }
            .front-poll-block .submit {
                margin-top: 20px;
            }

    .front-poll-block ul.results {
        display: block;
        margin: 10px 0;
        padding: 0;
        list-style: none;
    }
        .front-poll-block ul.results>li {
            display: block;
            margin: 5px 0;
        }
            .front-poll-block ul.results>li .pct {
                float: left;
                width: 40px;
                margin-right: 15px;
                text-align: right;
                line-height: 20px;
                color: #9C8F8B;
            }
           .front-poll-block ul.results>li .res-title {
                position: relative;
                line-height: 18px;
                padding: 5px 0;
            }

                .front-poll-block ul.results>li .res-title>.res-text {
                    position: relative;
                    overflow: hidden;
                    padding: 0 0 4px 0;
                }
                .front-poll-block ul.results>li .res-title>.res-full {
                    position: relative;
                    text-align: center;
                    font-size: 11px;
                    background: #F0F0F0;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                }
                    .front-poll-block ul.results>li .res-title>.res-full>.res-line {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        background: #C7C7C7;
                        -webkit-border-radius: 2px;
                        -moz-border-radius: 2px;
                        border-radius: 2px;
                    }
                    .front-poll-block ul.results>li .res-title>.res-full>.res-text {
                        position: relative;
                    }
            .front-poll-block ul.results>li .total {
                float: left;
                width: 70px;
                font-size: 12px;
                line-height: 20px;
            }
    .front-poll-block .total-title {
        font-size: 11px;
        color: #9C8F8B;
    }
/* poll */

.ya-share2__container_size_m .ya-share2__icon {
    height: 30px !important;
    width: 30px !important;
}
.ya-share2__container_size_m .ya-share2__counter {
    line-height: 30px !important;
}
.ya-share2__container_size_m .ya-share2__item {
    margin-right: 10px !important;
}

.ya-rtb-block {
    text-align: center;
    margin: 10px 0;
}


.fullscreen__block {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
    .fullscreen__block .close-row {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        background: #FFF;
        opacity: 0.9;
    }
        .fullscreen__block .close-row::before, .fullscreen__block .close-row::after {
            display: block;
            position: absolute;
            left: 5px;
            right: 5px;
            height: 2px;
            background-color: #000;
            content: '';
        }
            .fullscreen__block .close-row::before {
                transform: rotate(45deg);
                top: 19px;
            }
            .fullscreen__block .close-row::after {
                transform: rotate(-45deg);
                top: 19px;
            }




















