﻿
.wrapper {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1280px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 20%);
}
.header-sm_bg {
    position: relative;
    background: radial-gradient(35.94% 1066.18% at 0% 50%, #1232B8 0%, #122945 100%);
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:10px;
 
}



.header-sm_text-lead {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-top: 5px;
    font-size: 24px;
    font-variant: small-caps;
    line-height: 1.1em;
    max-width: 170px;
    letter-spacing: 1px;
}

.header-sm_text-sub {
    color: rgba(255,255,255,0.75);
    font-size: 88.88889%;
    line-height: 1.5em;
    margin-top: 5px;
}

.header-sm_text {
    display: flex;
    align-items: center;
}

p, div, font, a, body, li, textarea, span, select, input {
    font-family: Arial, Verdana, Trebuchet MS, sans-serif;
}

body {
    min-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    background-color: #dee4e7;
    -webkit-overflow-scrolling: touch;
}




a:link, a:visited, a:active {
    color: #133d78;
    font-size: inherit;
}

a:hover {
    color: #5183ca;
    font-size: inherit;
}

a.sortWhite:link, a.sortWhite:visited, a.sortWhite:active {
    color: #FFF;
    font-size: inherit;
}

a.sortWhite:hover {
    color: #EEE;
    font-size: inherit;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    margin: 0;
}

h3, h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}



.logo {
    position: absolute;
    display: inline-block;
    height: 77px;
    width: 99px;
    margin: 10px;
}

.headerLine {
    display: flex;
    justify-content: flex-end;
}

.siteName {
    flex-grow: 1;
    display: inline-block;
    margin: 12px 0 0 95px;
}

    .siteName h1 {
        font-size: 12px;
        font-weight: normal;
    }

.search {
    margin: 20px 10px 0 0;
}

    .search form {
        border-bottom: 3px solid #cdcdcd;
        position: relative;
        width: 260px;
        margin: 0 auto;
    }

    .search input {
        border: none;
        height: 32px;
        font-size: 12pt;
        padding-left: 7px;
        width: 210px;
        background: none;
        padding-left: 15px;
    }

.searchMobile {
    margin: 3px 0 0 0;
    display: none;
    position: absolute;
    right: 10px;
}

    .searchMobile form {
        position: relative;
        width: 260px;
        margin: 0 auto;
    }

    .searchMobile input {
        border: none;
        height: 32px;
        background-color: #fff;
        padding-left: 7px;
        width: 210px;
        font-size: 12pt;
    }

.button {
    position: absolute;
    border: none;
    top: 5px;
    left: 230px;
}

.centralSection {
    margin: 22px 40px 0 5px;
    width: 100%;
}

/* Стиль форм */
.inputStyle {
    margin-top: 3px;
    padding: 8px;
    border: 1px solid #aaa;
    border-radius: 5px;
    width: 99%;
    box-sizing: border-box;
    font-size: 12pt;
}

/* Стиль кнопок */
.inputButton {
    color: #FFF;
    background-color: #5183ca;
    border-color: #5183ca;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: background-color 30ms ease-in;
}

    .inputButton:hover {
        background: #133d78;
    }


/* Menu */
.topMenuLine {
    background-color: #5183ca;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.topMenu .nextLevel,
.topMenu .nextLevelMobile {
    height: 11px;
    width: auto;
    margin-left: 10px;
}

.leftAreaWidth {
    width: 100%;
    margin: 20px 0 7px 10px;
}

/* Строка навигации */
.navigationString {
    margin: 0 0 20px 0;
}

    .navigationString span {
        color: #555;
    }

    .navigationString i {
        width: 25px;
        display: inline-block;
        text-align: center;
    }

        .navigationString i:before {
            content: " \00BB ";
            font-style: normal;
        }



/* Галлерея */
.photoContent {
    margin-top: 20px;
    clear: both;
}

    .photoContent div {
        display: inline-block;
        vertical-align: top;
    }

    .photoContent .imgMaxDiv {
        margin: 0 0 15px 0px;
        width: 100%;
        max-width: 605px;
        height: auto;
        display: inline-block;
        cursor: pointer;
    }

        .photoContent .imgMaxDiv img {
            width: 100%;
            max-width: 605px;
            height: auto;
        }

    .photoContent div.miniPhoto {
        display: inline-block;
        vertical-align: top;
        width: 180px;
        margin-left: 20px;
    }

        .photoContent div.miniPhoto .imgMiniDiv {
            margin: 0 0 20px 0;
            width: 180px;
            height: 120px;
            display: inline-block;
        }

            .photoContent div.miniPhoto .imgMiniDiv img {
                width: 100%;
                max-width: 180px;
                height: auto;
                cursor: pointer;
                border: 1px solid #eaeef0;
            }

        .photoContent div.miniPhoto .lastPhoto span,
        .photoContent div.miniPhoto .lastPhotoPR span {
            position: absolute;
            left: 30%;
            top: 34px;
            font-size: 42px;
            color: white;
            cursor: pointer;
        }

        .photoContent div.miniPhoto .lastPhotoPR span {
            display: none;
        }

        .photoContent div.miniPhoto .lastPhoto img {
            opacity: 0.4;
        }

        .photoContent div.miniPhoto .lastPhoto,
        .photoContent div.miniPhoto .lastPhotoPR {
            position: relative;
            background-color: #000;
        }


/* Модальные окна просмотра фото */
.modalPhoto, .viewOnePhoto {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    visibility: hidden;
}

    .modalPhoto > div, .viewOnePhoto > div {
        max-width: 1110px;
        width: 100%;
        max-height: 100%;
        position: relative;
        margin: 2% auto;
        box-sizing: border-box;
        padding: 15px;
        border-radius: 10px;
        background: #fff;
    }

    .modalPhoto .close, .viewOnePhoto .close {
        color: red;
        position: absolute;
        top: 9px;
        right: 15px;
        text-align: center;
        font-size: 42px;
        line-height: 42px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        cursor: pointer;
        opacity: 0.5;
        z-index: 999;
    }


        .modalPhoto .close:hover, .viewOnePhoto .close:hover {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
            opacity: 1;
        }

    .modalPhoto .CarouselMenuItem {
        position: relative;
    }

        .modalPhoto .CarouselMenuItem span {
            font-size: 14pt;
            position: absolute;
            text-align: left;
            left: 10px;
            top: 10px;
            color: #000;
            padding: 4px 7px;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.6);
            /*
			text-shadow: 0 0 5px white;
			font-weight: bold;*/
        }



/* Carousel */
.divCarouselMenu {
    margin: 0 auto;
}

.carouselMenu {
    text-align: center;
    position: relative;
}

.prevCarousel, .nextCarousel {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.prevCarousel {
    left: 10px;
}

.nextCarousel {
    right: 10px;
}

.carouselMenu:hover .prevCarousel,
.carouselMenu:hover .nextCarousel {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.carouselMenu .divCarouselMenu img {
    max-width: calc(126vh);
    max-height: calc(110vh);
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/* Пагинация */
.pager {
    padding-left: 0;
    margin: 25px 0;
    list-style: none;
    text-align: left;
}

    .pager ul {
        padding: 0;
    }

    .pager li {
        display: inline;
        padding: 0 !important;
        margin: 0 !important;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 7px;
            padding: 10px 14px;
            line-height: 100%;
            text-decoration: none;
            color: #5183ca;
        }

    .pager .active a {
        color: #FFF;
        background-color: #5183ca;
    }

    .pager a:hover {
        color: #FFF;
        background-color: #133d78;
    }

    .pager .disabled a {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
        color: black;
        font-weight: normal;
    }


/* Подсветка найденного */
.highlight {
    background-color: #fff473;
    color: black;
}



/* Стили для Desctop */
@media screen and (min-width: 901px) {

    .topMenu {
        position: relative;
        display: block;
        margin-left: 100px;
        z-index: 99;
    }

        .topMenu .nextLevelMobile {
            display: none;
        }

        .topMenu ul {
            position: relative;
            display: block;
            margin: 0px;
            padding: 0px;
            width: 100%;
            height: auto;
            list-style: none;
            background: #5183ca;
        }

            .topMenu ul li {
                position: relative;
                display: inline-block;
                width: auto;
                height: auto;
                vertical-align: top;
                text-align: left;
            }

                .topMenu ul li.menuMobile {
                    display: none;
                }

                .topMenu ul li a {
                    display: block;
                    padding: 9px 20px 0px 20px;
                    font-size: 18px;
                    color: #fff;
                    line-height: 1.3em;
                    text-decoration: none;
                    height: 40px;
                    box-sizing: border-box;
                }

                .topMenu ul li > a:hover, .topMenu ul li:hover > a {
                    background: #133d78;
                    color: #fff;
                }

                .topMenu ul li ul {
                    position: absolute;
                    top: 36px;
                    left: 0px;
                    width: auto;
                    background: #133d78;
                    white-space: nowrap;
                    opacity: 0;
                    visibility: hidden;
                    transition-property: opacity, visibility;
                    transition-duration: 0.2s;
                    transition-delay: 0.25s;
                }

                .topMenu ul li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                }

                .topMenu ul li ul li {
                    display: block;
                    width: auto;
                }

                    .topMenu ul li ul li a {
                        display: block;
                        text-transform: none;
                        height: auto;
                        padding: 7px 20px;
                        width: 100%;
                        box-sizing: border-box;
                    }

                    .topMenu ul li ul li:first-child > a {
                        border-top: 0px;
                    }

                    .topMenu ul li ul li a:hover, .topMenu ul li ul li:hover > a {
                        background: #5183ca;
                        color: #cdcdcd;
                    }

                    .topMenu ul li ul li ul li a:hover, .topMenu ul li ul li ul li:hover > a {
                        background: #133d78;
                        color: #cdcdcd;
                    }

                    .topMenu ul li ul li ul, .topMenu ul li ul li ul li ul {
                        top: 0px;
                        left: 100%;
                        background: #5183ca;
                        opacity: 0;
                        visibility: hidden;
                        transition-property: opacity, visibility;
                        transition-duration: 0.2s;
                        transition-delay: 0.25s;
                    }

                        .topMenu ul li ul li ul li ul {
                            background: #133d78;
                        }
}

@media screen and (max-width: 1020px) {

    .topMenu ul li a {
        padding: 9px 10px 0px 10px;
        font-size: 16px;
        line-height: 1.4em;
    }
}



/* Стили для Mobile */
@media screen and (max-width: 900px) {
    .topMenuLiNotActive {
        display: none;
    }

    .search {
        display: none;
    }

    .searchMobile {
        display: inline-block;
    }

    .topMenuLine {
        margin-top: 40px;
    }

    .menuMobile {
        padding: 9px 20px 8px 20px;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        display: inline-block !important;
    }

    .topMenu {
        margin-left: 0px;
        display: inline-block;
    }

        .topMenu ul {
            position: relative;
            margin: 0px;
            padding: 0px;
            width: 100%;
            height: auto;
            list-style: none;
            background: #5183ca;
            z-index: 99999;
        }

            .topMenu ul li a {
                display: block;
                padding: 9px 20px 0px 20px;
                font-size: 18px;
                color: #fff;
                line-height: 1.3em;
                text-decoration: none;
                height: 40px;
                box-sizing: border-box;
            }

            .topMenu ul li ul {
                left: 0px;
                width: auto;
                background: #133d78;
                white-space: nowrap;
                border-left: 15px solid #fff;
            }

                .topMenu ul li ul li a:hover {
                    background: #5183ca;
                    color: #cdcdcd;
                }

                .topMenu ul li ul li ul, .topMenu ul li ul li ul li ul {
                    top: 0px;
                    background: #5183ca;
                }

                    .topMenu ul li ul li ul li ul {
                        background: #133d78;
                    }
}



/* Списки контента */
.listNews .itemListNews,
.listSection .itemListNews {
    margin: 10px 15px 30px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.listNews .listNewsPicture,
.listSection .listNewsPicture {
    margin: 0 7px 0 0;
    display: inline-block;
}

    .listNews .listNewsPicture img,
    .listSection .listNewsPicture img {
        min-width: 180px;
        max-width: 180px;
    }

.listNews .listNewsText,
.listSection .listNewsText {
    max-width: 800px;
    display: inline-block;
    vertical-align: top;
}

.listNews .headLine a,
.listSection .headLine a {
    font-size: 18px;
}

.centralBlock {
    display: flex;
}


/* Новости на главной */
.newsBlock h2 {
    margin: 20px 0 7px 10px;
}

.topNews {
    display: flex;
    margin-bottom: 7px;
}

.topNewsPicture {
    margin: 0 10px 0 10px;
}

    .topNewsPicture img {
        max-width: 500px;
        min-width: 300px;
        width: 100%;
        height: auto;
    }

.topNewsText {
    min-width: 300px;
    max-width: 550px;
}

.date {
    font-size: 13px;
    color: #c1c1c1;
}

.headlineTop a {
    font-size: 24px;
    color: #133d78;
    text-decoration: none;
    margin: 5px 0 0 0;
}

.textTop {
    font-size: 16px;
    margin: 10px 0 0 0;
    max-width: 95%;
    line-height: 140%;
}

.LastNewsBlock {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 10px;
}

.lastNews {
    max-width: 330px;
    width: 31%;
    margin-top: 20px;
    margin-right: 2%;
    background-color: #fff;
    border: 1px solid #eaeef0;
}

.lastNewsPicture img {
    max-width: 330px;
    width: 100%;
    height: auto;
}

.dateLastNews {
    font-size: 13px;
    color: #c1c1c1;
    padding: 5px 10px 5px 10px;
}

.headlineLastNews {
    padding: 0 10px 10px 10px;
}

    .headlineLastNews a {
        font-size: 19px;
        color: #133d78;
        text-decoration: none;
    }

.allNews {
    text-align: center;
    margin: 7px 0 0 0;
}

    .allNews a {
        color: #133d78;
        text-decoration: none;
    }



/* Стиль нижнего меню */
.menuBottom {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 10px;
}

.menuBottomSection {
    max-width: 259px;
    min-width: 160px;
    width: 25%;
}

.menuBottomName {
    background-color: #5183ca;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.menuBottomItems ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    line-height: 170%;
}

.menuBottomItems a {
    color: #000;
}

    .menuBottomItems a:hover {
        color: #5183ca;
    }



/* Правый блок */
.rightBlock {
    margin: 54px 10px 0 10px;
    background-color: #eaeef0;
}

.usefulInfo {
    display: flex;
    justify-content: flex-end;
    width: 260px;
    background-color: #fff;
    border-bottom: 4px solid #5183ca;
    border-top: 1px solid #eaeef0;
    margin: 0 0 10px 0;
}

.nameInfo {
    flex-grow: 1;
    width: 150px;
    padding: 12px;
    color: #666666;
    font-weight: bolder;
}

    .nameInfo a {
        color: #666666;
        text-decoration: none;
    }

        .nameInfo a:hover {
            color: #5183ca;
        }

.picInfo {
    width: 33px;
    height: 30px;
    padding: 12px;
    margin: 0;
}

.blockName {
    background-color: #5183ca;
    padding: 6px 12px;
}

    .blockName h2 {
        color: #fff;
    }

.blockNews {
    max-width: 230px;
    padding: 12px;
}

    .blockNews a {
        color: #000;
        text-decoration: none;
    }

        .blockNews a:hover {
            color: #5183ca;
        }



/* Блок нижних баннеров */
.bottomBBlock {
    display: flex;
    margin: 20px 10px 0 10px;
}

.bottomB {
    display: flex;
    justify-content: flex-end;
    max-width: 260px;
    width: 20%;
    color: #fff !important;
    text-decoration: none;
}

    .bottomB:not(:last-child) {
        margin: 0 10px 0 0;
    }

.bottomBInfo {
    flex-grow: 1;
    width: 135px;
    padding: 12px;
    font-weight: bolder;
}

.bottomBPic {
    max-width: 100px;
    max-height: 100px;
}

    .bottomBPic img {
        max-width: 100px;
        width: 100%;
        height: auto;
    }

.next {
    width: 20px;
    height: auto;
    position: relative;
    background-color: #fff;
}

.picNext {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -7px;
}



/* Блок "Анонси та оголошення" */
.actualBlock h2 {
    margin: 20px 0 7px 10px;
}

.actualBlock .actualNews {
    display: flex;
    margin: 0 30px 0 10px;
}

.actualInfo {
    position: relative;
    max-width: 260px;
    height: auto;
}

    .actualInfo:not(:last-child) {
        margin: 0 10px 0 0;
    }

.actualPic img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

.actualName {
    position: absolute;
    bottom: 0;
    font-weight: bolder;
    padding: 10px;
    background-color: rgba(2,22,44,.5);
}

    .actualName a {
        color: #fff;
        text-decoration: none;
    }



/* Footer */
.footerBlock {
    display: flex;
    background-color: #5183ca;
    margin: 20px 10px 0 10px;
}

.footerInfo {
    display: flex;
    width: 40%;
}

.footerLogo {
    margin: 20px 10px;
}

.footerText {
    max-width: 400px;
}

.footerHeadline {
    font-size: 20px;
    margin: 20px 10px;
}

.footerAdress {
    font-size: 14px;
    margin: 10px;
}

.footerCopyright {
    font-size: 14px;
    margin: 10px;
}

.footerMap {
    width: 20%;
}

    .footerMap img {
        margin: 10px;
    }

.footerLinks {
    width: 20%;
}

    .footerLinks ul {
        list-style: none;
        line-height: 170%;
        padding: 0;
        margin: 0 0 0 10px;
    }

    .footerLinks a {
        color: #000;
    }

.footerRight {
    width: 20%;
    margin: 20px 17px;
    text-align: right
}

/* Медиа секция */
@media screen and (max-width: 1360px) {
    .photoContent div.miniPhoto .lastPhotoPR span {
        display: inline;
    }

    .photoContent div.miniPhoto .lastPhotoPR img {
        opacity: 0.4;
    }

    .photoContent .segmentPhoto2 {
        display: none !important;
    }
}

@media screen and (max-width: 1160px) {

    .photoContent .segmentPhoto1 {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    .topNews {
        flex-wrap: wrap;
    }

    .topNewsText {
        margin: 10px 0 0 10px;
    }
}

@media screen and (max-width: 910px) {
    .lastNews {
        width: 45%;
    }
}

@media screen and (max-width: 780px) {
    .footerBlock {
        flex-wrap: wrap;
    }

        .footerBlock .FBitem {
            border-bottom: 1px solid #133d78;
        }

    /*.footerMap { margin-left: 95px; }*/

    .bottomBBlock {
        display: block;
        margin: 20px 10px 10px 10px;
    }

    .bottomB {
        max-width: none;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .footerMap {
        width: 100%;
    }

    .footerLinks {
        width: 100%;
    }

    .footerInfo {
        display: flex;
        width: 100%;
    }

    .footerRight {
        max-width: 260px;
        width: 100%;
        margin: 20px 10px;
        text-align: center
    }
}

@media screen and (max-width: 650px) {
    .centralSection {
        margin: 22px 10px 0 5px;
    }

    .staticFrame {
        margin-left: 5px !important;
    }

    .centralBlock {
        flex-wrap: wrap;
    }

    .rightBlock {
        margin: 20px 10px 0 10px;
        width: 100%;
    }

    .usefulInfo {
        width: 100%;
    }

    .blockNews {
        max-width: none;
        padding: 12px;
    }
}

/*		@media screen and (max-width: 530px) {
			.footerLinks { margin-left: 95px; }
		}*/

@media screen and (max-width: 460px) {
    .topMenu ul li a {
        font-size: 16px;
    }

    .searchMobile input {
        width: 150px;
    }

    .searchMobile form {
        width: 200px;
    }

    .button {
        margin-left: 10px;
        left: auto;
    }
}

@media screen and (max-width: 340px) {

    .searchMobile {
        display: none;
    }
}

/* Отключение не нужного для печати */
@media print {
    .topMenu, .search, .menuBottom, .bottomBBlock, .rightBlock, .miniPhoto, footer, iframe {
        display: none !important;
    }

    @page {
        size: auto;
        margin: 5mm;
    }

    body {
        background-color: #FFFFFF;
    }
}

