@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=PT+Sans&family=PT+Sans+Caption&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');
/* font-family: 'PT Serif', serif; */

@font-face {
	font-family: 'Gill Sans';
	src: local('Gill Sans'), url(../fonts/gillSansBold.otf);
}
@font-face {
	font-family: 'Gill Sans Normal';
	src: local('Gill Sans Normal'), url(../fonts/gillSansNormal.otf);
}

* {
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
html, body, .wrapper1 {
    height: 100%;
}
body {
    max-width: 100%;
    position: relative;
    /* overflow: hidden; */
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
}

.overlay1 {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}
.modal1 {
    /* width: 1310px; */
    height: 100%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    background-color: #fff;
    z-index: 11;
}
.modal-img-block {
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../images/banner_fon01_menu.jpg);
    background-position: top center;
}

.banner-img-content {
    width: 100%;
    height: 100vh;
    text-align: center;
    cursor: default;
}
.headLine-img {
    margin-top: 250px;
}
.headLine-img > span {
    font-family: 'PT Serif', serif;
    font-size: 75px;
    font-weight: bold;
    color: #05336E;
    text-transform: uppercase;
    border-bottom: rgba(0,0,0,0.4) 4px solid;
}
.headLine-bas-img {
    margin-top: 10px;
    font-size: 48px;
    font-weight: normal;
    color: #05336E;
}

.modal-menu-block {
    display: block;
    width: 100%;
    height: 100vh;
}
.btnCloseBlock {
    width: 100%;
    text-align: right;
    cursor: pointer;
    padding: 0 80px;
    color: #fff;
    font-size: 72px;
}
.btnCloseBlock:hover {
    color: #ccc;
}
.modalMenu-ul {
    list-style: none;
}
.modalMenu-item {
    display: block;
    padding: 15px 20px 15px 60px;
}
.modalMenu-link {
    font-weight: normal;
    font-size: 24px;
    font-family: 'Gill Sans Normal', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}
.modalMenu-link:hover {
    font-weight: bold;
    font-family: 'Gill Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.logo-top {
    margin: 30px 10px;
}
.navbar-div-full {
    padding: 0;
}
.btn-nav-tog, #btn-nav-tog {
    margin: 8px 0 9px 10px;
    color: #123470;
    border: none;
    font-size: 18px;
    padding: 8px 10px 8px 15px;
    text-align: center;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
}
.btn-nav-tog:hover, #btn-nav-tog:hover {
    background-color: #fff;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
}
.btn-nav-tog:active, #btn-nav-tog:active {
    background-color: #ccc;
    -webkit-transition: background ease 0.4s;
    transition: background ease 0.4s;
}
.navbar-ul {
    margin: 0;
    padding: 0;
}
.menu-item-top {
    padding: 0;
    text-align: left;
}
.menu-link, #menu-item-top > a, .menu-item-top > a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Gill Sans', sans-serif;
    margin: 0;
    padding: 15px 10px;
}
.menu-link, #menu-link {
    text-decoration: none;
    border-bottom: none;
    color: #181818;
}
.menu-link:hover, #menu-link:hover {
    color: #123470;
    text-decoration: underline;
}
.menu-link-active, #menu-link-active {
    color: #213547;
    text-decoration: underline;
}
.menu-link-language {
    font-family: 'Gill Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    border-bottom: none;
    color: #123470;
}
.menu-link-language:hover {
    text-decoration: none;
    color: #0056B3;
}
#bigBars {
    visibility: visible;
}

.bannerContainer {
    position: relative;
}
.banner1 {
    width: 100%;
    min-height: 300px;
    max-height: 1000px;
    background-image: url(../images/banner_fon02.jpg);  /* цветной */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.banner2 {
    width: 100%;
    min-height: 300px;
    max-height: 1000px;
    background-image: url(../images/banner_fon01.jpg);  /* белый */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.banner-content {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100vh;
    background: transparent;
    cursor: default;
}
.banner-size {
    height: 100vh;
}
.headLine {
    margin-top: 160px;
}
.headLine > span {
    font-family: 'PT Serif', serif;
    font-size: 144px;
    font-weight: bold;
    color: #05336E;
    text-transform: uppercase;
    border-bottom: rgba(0,0,0,0.4) 4px solid;
}
.headLine-bas {
    margin-top: 10px;
    font-size: 96px;
    font-weight: normal;
    color: #05336E;
}

@keyframes effectOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.effectOpacity {
    animation: effectOpacity 6s ease 1s 1 normal forwards;
}

.scroll-down-block {
    width: 100%;
    text-align: center;
}
.scroll-down-zone {
    margin-top: 50px;
    display: inline-block;
    transform: scaleX(1.7);
}
.scroll-down-icon {
    font-size: 48px;
    color: #05336E;

}

.content {
    min-height: 600px;
}

.subtitle-dates-block {
    width: 100%;
    text-align: right;
    cursor: default;
    margin-bottom: 75px;
}
.subtitle-dates1, .subtitle-dates2 {
    font-family: 'PT Serif', serif;
    font-size: 90px;
    font-weight: bold;
    color: #05336E;
    line-height: 0.8;
}
.subtitle-dates1 {
    padding-right: 110px;
}
.subtitle-dates1:after, .subtitle-dates2:after {
    content: attr(data-parent);
    font-family: 'PT Serif', serif;
    font-weight: bold;
    font-size: 120px;
    margin-left: -200px;
    color: rgba(0,0,0,0.05);
}
.date-link-ordinary {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #123470;
    border-bottom: #123470 1px solid;
}
.date-link-ordinary:hover {
    font-weight: bold;
    text-decoration: none;
    color: #BB8D54;
    border-bottom: #BB8D54 1px solid;
}
.date-link-main {
    font-size: 26px;
    font-weight: bold;
    color: #BB8D54;
    border-bottom: #BB8D54 1px solid;
}
.date-link-main:hover {
    font-weight: bold;
    color: #123470;
    border-bottom: #123470 1px solid;
}
.date-p-ordinary {
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    color: #181818;
    /* border-bottom: #181818 1px solid; */
}
.img-person {
    border-radius: 50%;
}
.name, .position, .description, .phone, .email {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.name {
    font-weight: bold;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: 'PT Serif', serif;
    font-weight: normal;
    color: #1f1f1f;
    text-align: left;
    margin: 20px 0;
}

h1, .h1 {
    font-size: 30px;
}
h2, .h2 {
    font-size: 26px;
}
h3, .h3 {
    font-size: 20px;
}
h4, .h4 {
    font-size: 18px;
}

.page-header {
    font-family: 'PT Serif', serif;
    font-size: 32px;
    font-weight: bold;
    color: #BB8D54;
    text-align: center;
    margin: 20px 0 35px 0;
}

a, .link {
    font-weight: normal;
    /* font-family: 'PT Serif', serif; */
    text-decoration: none;
    color: #123470;
}
a:hover, .link:hover {
    font-weight: normal;
    /* font-family: 'PT Serif', serif; */
    text-decoration: none;
    color: #0056B3;
}
.cover {
    display: block;
    width: 100%;
}
p {
    text-align: left;
    /* font-family: 'PT Serif', serif; */
    font-size: 18px;
    margin: 20px 0;
}
.title-news-arc {
    margin-bottom: 0;
}
.p-news-arc {
    margin-top: 10px;
}
.p-date {
    margin: 5px 0 0 0;
}
.lead {
    text-align: left;
    font-family: 'PT Serif', serif;
    font-size: 22px;
}
ul {
    text-align: left;
    padding-left: 20px;
    font-size: 18px;
}
.ya-share2 {
    text-align: left;
}
blockquote {
    margin: 30px 0;
    padding-left: 40px;
    border-left: 5px #cccc solid;
    font-style: italic;
    font-size: 20px;
}
blockquote p {
    font-size: 20px;
}
footer {
    text-align: right;
    font-size: 80%;
    color: #6c757d;
    margin-top: 15px;
}
.blockquote-footer {
    margin-top: 15px;
}
footer::before {
    content: "\2014\00A0";
}

.pager {
    list-style: none;
}
.li-item-prev {
    display: inline-block;
    left: 0;
}
.li-item-next {
    display: inline-block;
    right: 0;
}

.wrapper2 {
    min-height: 100%;
    padding-bottom: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.footer1 {
    height: 80px;
    /* margin-top: -80px; */
    background: #05336E;
}
.footer2 {
    height: 80px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-bas, .copyright {
    text-align: left;
    color: #fefefe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.footer-bas {
    height: 80px;
    padding: 35px 20px 0 20px;
}
.copyright {
    color: #fefefe;
    text-decoration: none;
}
.copyright:hover {
    color: #eee;
    text-decoration: none;
}

.sidebar {
    position: sticky;
    top: 50px;
}

.main-date {
    width: 90%;
    border-bottom: 2px solid #123470;
    margin: 0 0 15px 0;
    font-size: 26px;
    text-decoration: none;
}

.main-date a {
    font-weight: bold;
}

.main-date a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #BB8D54;
}

.ordinary-date {
    width: 70%;
    border-bottom: 2px solid #123470;
    margin: 0 0 15px 0;
    font-size: 14px;
    text-decoration: none;
}

.ordinary-date a {
    font-weight: bold;
}

.ordinary-date a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #BB8D54;
}

/* .date-link-ordinary:hover {
    font-weight: bold;
    text-decoration: none;
    color: #BB8D54;
    border-bottom: #BB8D54 1px solid;
} */

@media (min-width: 1201px) {
    .content {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .banner-size {
        height: 650px;
    }
    .headLine {
        margin-top: 120px;
    }
    .headLine > span, .headLine-img {
        font-size: 100px;
    }
    .headLine-bas, .headLine-bas-img {
        font-size: 50px;
    }
}

@media (max-width: 990px) {
    .banner-size {
        height: 550px;
    }
    #bigBars {
        visibility: hidden;
    }
    .modal1 {
        width: 100%;
        z-index: 0;
        display: none;
    }
    .scroll-down-zone {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .banner-size {
        height: 430px;
    }
    .headLine {
        margin-top: 100px;
    }
    .headLine > span, .headLine-img {
        font-size: 75px;
    }
    .headLine-bas, .headLine-bas-img {
        font-size: 33px;
    }
    .footer-bas {
        padding: 25px 20px 0;
    }
    .scroll-down-zone {
        display: none;
    }
}

@media (max-width: 560px) {
    .banner-size {
        height: 350px;
    }
    .banner1 {
        height: 300px;
        background-size: cover;
    }
    .banner2 {
        height: 300px;
        background-size: cover;
    }
    .headLine {
        margin-top: 90px;
    }
    .headLine > span, .headLine-img {
        font-size: 36px;
    }
    .headLine-bas, .headLine-bas-img {
        font-size: 28px;
    }
    .content {
        margin-top: 30px;
    }
}

@media (max-width: 350px) {
    .footer-bas {
        padding: 15px 20px 0;
    }
}
