@import url(reset.css);
@import url(fonts.css);

body {
    font-family: Arial,Helvetica,Tahoma,verdana,sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #515151;
}
/*стилі для блоку header */
#header{
    height: 60px;
    background-color:#e8ebf5;
    -webkit-box-shadow: 0 0 20px 0 black;
            box-shadow: 0 0 20px 0 black;
    position: fixed;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 999;
    display:block;
    -webkit-transition: top 2s;
    -o-transition: top 2s;
    transition: top 2s;
}
.header{
    height: 60px;
    background-color:#e8ebf5;
    -webkit-box-shadow: 0 0 20px 0 black;
            box-shadow: 0 0 20px 0 black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation: move 1s ease-in;
            animation: move 1s ease-in;
}
@-webkit-keyframes move {
    from {top: -80px;}
    to {top: 0px;}
}
@keyframes move {
    from {top: -80px;}
    to {top: 0px;}
}
.top{
	font-size: 16px;
	color: #FFD700;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 20px;
}
#top{
    padding-top: 70px;
}
.container{
    width: 80%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.d-flex_d{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.header-logo{
    width: 85%;
}
.logo_top{
    width: 7%;
    float: left;
}
.logo_top_main{
    width: 11%;
    float: left;
    margin: 10px;
}
.header-menu{
    width: 15%;
    line-height: 1.2;
}
.menu-link{
    color: #929292;
    font-size: 1.11em;
    text-transform: uppercase;
    font-family: 'Bandera';
    margin-top: 5px;
}
/*стилі для модального вікна */
.modal {position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.5);z-index: 1050;opacity: 0;-webkit-transition: opacity 400ms ease-in;-o-transition: opacity 400ms ease-in;transition: opacity 400ms ease-in;pointer-events: none;}
.modal:target {opacity: 1;pointer-events: auto;overflow-y: auto;}
.modal-dialog {position: relative;width: auto;margin: 10px;}
@media (min-width: 576px) {.modal-dialog {max-width: 950px;margin: 30px auto;}}
.modal-content {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid rgba(0, 0, 0, .2);border-radius: .3rem;outline: 0;}
@media (min-width: 768px) {.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);box-shadow: 0 5px 15px rgba(0, 0, 0, .5);}}
.modal-header {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 15px;border-bottom: 1px solid #eceeef;}
.modal-title {margin-top: 0;margin-bottom: 0;line-height: 1.5;font-size: 1.25rem;font-weight: 500;color: #929292;font-family: 'Bandera';}
.close {float: right;font-family: sans-serif;font-size: 1.33em;font-weight: 700;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;opacity: .5;text-decoration: none;}
.close:focus, .close:hover {color: #000;text-decoration: none;cursor: pointer;opacity: .75;}
.modal-body {position: relative;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;padding: 15px;overflow: auto;}
.modal_p {margin-top: 0px;font-weight: bold;}
.violet_line{border:none;border-top:1px solid #283373;}
.contact{width: 100%;font-size: 0.78em;background-color: #e7e5e5;border-radius: 10px;-webkit-box-sizing: border-box;box-sizing: border-box;padding-right: 20px;padding-left: 20px;padding-bottom: 20px;padding-top: 10px;z-index: 1;position: relative;}
.grey_background{position: absolute;left: 31%;top: 20px;font-size: 1em;font-weight: bold;}
.about_publ{width: 65%;font-size: 0.78em;text-align: justify;z-index: 2;bottom: 0%;left: 30%;position: absolute;background-color: #ffffff;border-top-left-radius: 20px;padding-left: 20px;padding-right: 20px;}
.about_publ h2{font-size: 1.3em;}
.modal-table td{padding: 2px;padding-right: 20px;padding-left: 20px;}
@media (max-width: 880px) {.grey_background{top: 15px;}.about_publ h2{margin-top: 10px;margin-bottom: 5px;}}

h3{
    text-transform: uppercase;
    color: #283373;
    font-weight: bold;
    margin-top: 15px;
}
h2{
    color: #283373;
    font-family: 'BanderaBold';
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1em;
}
.decor_none{
    text-decoration: none;
}
a {
    color: #515151;
}
a:hover, .decor_none:hover,
a:focus, .decor_none:focus  {
    color: #283373;
}
.bold{
    font-weight: bold;
}
.bd img{
    width: 3%;
    vertical-align: top;
}
button{
    border-radius: 5px; 
    height: 30px;
    width: 30px;
    background-size: cover;
    border-width: 2px;
    border-color: #fefefe;
}
.button_pdf{
    background-image: url(../img/file-pdf.png);
}
.button_tend{
    background-image: url(../img/tend_2020.png);
}
.button_print{
    background-image: url(../img/print.png);
}
.button_about{
    background-image: url(../img/about.png);
}
.button_next{
    background-image: url(../img/arrow_next.png);
    height: 38px;
    width: 38px;
}
button:hover,
button:focus{
    -webkit-box-shadow: 1px 1px 5px 3px rgba(40, 51, 115, 0.5);
            box-shadow: 1px 1px 5px 3px rgba(40, 51, 115, 0.5);
}
/*стилі для секції з малюнком */
.section{
    height: 90vh;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.home-title{
    font-size: 2.3em;
    color: #FFD700;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 100px;
    font-family: 'BanderaBold';
}
.home-subtitle{
    color: #FFD700;
    text-align: center;
    font-size: 2em;
    font-family:'Bandera';
    margin: 0 auto;
    letter-spacing: 5px;
    line-height: 50px;
}
.chapter_img{
    margin-top: 60px;
}
.main_background{/*головний блок */
	width: 80%;
    height: 80%;
    background: linear-gradient(#0057B8 50%, #FFD700 50%); 
	background-repeat: repeat-x;
}
.left{
    width: 60%;
}
.right{
	width: 40%;
	text-align: right;
	color: #515151;
}
.img2020{
    padding-top: 30px;
    padding-bottom: 20px;
    width: 360px;
    margin: 0 auto;
}
/*стилі для анімованої стрілки */
.img_arrow_mob, .img_mob, .arrow_mob{
    display: none;
}
.img_arrow{
    position: relative;
}
.arrow{
    position: absolute;
    z-index: 2;
    left: 35%;
    bottom: -200px;
    width: 200px;
    height: 200px;
}
.fa-arrow-alt-circle-down{
    color: #283373;
    border-radius: 50%;
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    margin: 0 auto;
    display: block;
}
@-webkit-keyframes pulse{
    0%{
        margin-top: 10px;
        -webkit-box-shadow: 0 0 0 0 rgba(233, 183, 24, 1);
                box-shadow: 0 0 0 0 rgba(233, 183, 24, 1);
    }
    50%{
        margin-top: 20px;
    }
    100%{
        margin-top: 10px;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
@keyframes pulse{
    0%{
        margin-top: 10px;
        -webkit-box-shadow: 0 0 0 0 rgba(233, 183, 24, 1);
                box-shadow: 0 0 0 0 rgba(233, 183, 24, 1);
    }
    50%{
        margin-top: 20px;
    }
    100%{
        margin-top: 10px;
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/*стилі для блоку меню */
.menu {
    width: 27%;
    margin-top: 10px;
    font-size: 0.78em;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
}

 li.menu-nav-item {
	background-color: #e8ebf5;
    margin-top: 5px;
	cursor: pointer;
    font-weight: bold;
    padding: 6px;
    -webkit-box-shadow: 0.5px 1px 0 rgb(25,48,118);
            box-shadow: 0.5px 1px 0 rgb(25,48,118);
    border:1px solid rgb(25,48,118);
    border-radius: 5px;
}
li.menu-nav-item:hover,
li.menu-nav-item:focus{
	-webkit-box-shadow: 0 0 8px rgb(25,48,118);
	box-shadow: 0 0 8px rgb(25,48,118);
	color: #FC0606;
	font-weight: bold;
}
.menu-nav-item span:hover,
.menu-nav-item span:focus{
    color: #283373;
}
li.active_botton{
    -webkit-box-shadow:0 0 8px rgb(25,48,118);
            box-shadow:0 0 8px rgb(25,48,118);
            background-color: #cfd1e7;
}
.nav-link {
    display: block;
}
/* .yellow span::before{
    content: '● ';
    color: #e9b718;
} */
.blue span::before{
    content: '● ';
    color: #283373;
}
/* .gray span::before{
    content: '● ';
    color: #515151;
}
.yellow span::before{
    content: '● ';
    color: #e9b718;
}
.orange span::before{
    content: '● ';
    color: #f36f21;
}
.green span::before{
    content: '● ';
    color: #69c07a;
}
.violet span::before{
    content: '● ';
    color: #283373;
} */
.active_menu{
    color: #283373;
    text-shadow: 1px 1px 2px rgba(40, 51, 115, 0.5);
}
.closebtn{
    display: none;
}
.menu_nav{
    display: none;
}





/*стилі для основного блоку з текстом */
.main{
    width: 73%;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
}
.main_text{
    width: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-top: 20px;
}
.superscript{
    vertical-align: super;
    font-size: 10px;
    text-decoration: none; 
    cursor: pointer;
}
.active{
    font-family:'BanderaBold';
    font-size: 1.38em;
}
.activeless{
    font-family:'BanderaBold';
    font-size: 1.18em;
}
.border_01{
    border-top: 3px solid #;
}
/* .border_02{
    border-top: 3px solid #69c07a;
}
.border_03{
    border-top: 3px solid #283373;
} */
.main_table td{
    padding-right: 10px;
    vertical-align: top;
}
.color{
    display: block;
    padding: 10px;
    text-align: center;
    height: 2.5em;
    color: white;
}
.color:hover,
.color:focus{
    color: #000;
}
.color_01{
    background-color: #5d93cf;
}
.color_01:hover,
.color_01:focus{
    background-color: #9ec8f6;
}
.background_01{
    background-color: #888888;
    border-radius: 50%;
    margin-top: 5px;
}
.color_02{
    background-color: #fdb813;
}
.color_02:hover,
.color_02:focus{
    background-color: #f9d47c;
}
/* .background_02{
    background-color: ##69c07a;
    border-radius: 50%;
    margin-top: 5px;
} */
/* .color_03{
    background-color: #cfd1e7;
}
.color_03:hover{
    background-color: #283373;
}
.background_03{
    background-color: #283373;
    border-radius: 50%;
    margin-top: 5px;
} */
td{
    vertical-align: middle;
}
.hover:hover,
.hover:focus{
    opacity: 0.5;
}
.main_text .empty_row{
    font-size: 0.56em;
    border-top: none;
}
p{
    margin-top: 10px;
}
.no_top{
    margin-top: 0px;
}
.background{
    background-color: #f2f2f2;
    padding-left: 10px;
    padding-right: 3px;
    border-left: 2px solid #6e7592;
}
.small{
    font-size: 14px;
}
.center{
    text-align: center;
    display: block;
}

/*стилі для блоку footer */
footer		{margin-top:20px;text-align:center;}
.copyright	{color:#999EA7;font-size: 0.67em;}
hr	{border:none;border-top:1px solid #999EA7;}

/*стилі для таблиці в першому розділі */
.table_ch1{
    width: 100%;
}
.table_ch1 th{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.89em;
    text-align: center;
    background-color: #e2ecf6;
    vertical-align: middle;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #193076;
    border-top: 2px solid #193076;
}
.table_ch1 td{
    border-bottom: 1px solid #193076;
    padding: 5px;
    font-size: 0.89em;
    text-align: right;
}
.table_ch1 tr:hover,
.table_ch1 tr:focus{
    background: #f2f2f2;
}
.indent{
    text-indent: 10px;
}
.indent2{
    text-indent: 20px;
}
.upper{
    vertical-align: super;
    font-size: 10px;
}

/*стилі для таблиць під графіками */
summary{
    font-style: italic;
    font-size: smaller;
    cursor: pointer;
    display: block;
}
summary::after{
    content: ' ➪ ';
}
caption{
    font-size: 0.8em;
    font-weight: bold;
}
.table_graph th, .table_graph td{
    /* border: 1px solid #8e8a8a; */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.73em;
}
.table_graph th{
    text-align: center;
    background-color: #d9d9d9;
    vertical-align: middle;
}
.table_graph td{
    text-align: right;
}
.table_graph tr:hover,
.table_graph tr:focus{
    background-color: #f2f2f2;
}
.table_footer:hover,
.table_footer:focus{
    background-color: #ffffff;
}
td.center_align{
    text-align: center;
}
td.table_footer,
.table11_1 .table_footer {
    font-size: 0.67em;
    border: none;
    text-align: justify;
}
.last_row{
    border-bottom: 1px solid #193076;
    border-left: none;
    border-right: none;
    line-height: 5px;
}
th{
    font-weight: bold;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.th_border{
    border-top: 2px solid #808080;
}
td.left_align{
    text-align: left;
}
td.right_align{
    text-align: right;
}
.width50{
    width: 50%;
}
.bold.middle{
    text-align: center;
}

/*стилі для таблиці в розділі 5 і 11 */
.table5_1,
.table11_1{
    width: 100%;
    margin-top: 5px;
}
.table5_1 td, .table5_1 th,
.table11_1 td, .table11_1 th{
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    vertical-align: middle;
}
.table5_1 .th_dark,
.table11_1 .th_dark{
    background-color: #e2ecf6;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
}
.table5_1 .th_border,
.table11_1 .th_border{
    border-top: 2px solid #808080;
}
.table5_1 .align_right td,
.table11_1 .align_right td{
    text-align: right;
}
.table5_1 .align_right td:first-child,
.table11_1 .align_right td:first-child{
    text-align: left;
}
.table5_1 tr:hover,
.table5_1 tr:focus,
.table11_1 tr:hover,
.table11_1 tr:focus{
    background: #f2f2f2;
}

/*стилі для таблиці в розділі 11 */
.table11_1 td, .table11_1 th{
    font-size: 0.79em;
    overflow-wrap: break-word;
}

.normal{
    font-weight: normal;
}
.list{
    list-style: disc;
    padding-left: 30px;
}

#container2_3{height: 550px;}

#container5_4{height: 510px;}

#container6_1{width: 90%;margin: 0 auto;}

#container10_3{height: 270px; width: 43%;float: left}
#container10_4 {height: 265px; width: 57%;}

#container11_4{width: 25%;float: left; height: 200px;}
#container11_5{width: 25%;float: left; height: 200px;}
#container11_6{width: 25%;float: left; height: 200px;}
#container11_7{width: 25%; height: 200px;}
#container11_8{width: 25%;float: left; height: 200px;}
#container11_9{width: 25%;float: left; height: 200px;}
#container11_10{width: 25%;float: left; height: 200px;}
#container11_11{width: 25%;; height: 200px;}
.display_medium, .display_small{display: none;}

#container11_13{width: 80%;margin: 0 auto;}

.container14_center{
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 50px;
        margin-right: 50px;
}
#container14_31{width: 39%;float: left}
#container14_32 {width: 40%;}

#container16_4{height: 460px;}

.item_flex{
    width: 20%;
    height: 120px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 20px;
}
.item_1{
    background-color: #d9d9d9;
}
.item_2{
    background-color: #f2f2f2;
}
.item_3{
    background-color: #bfbfbf;
}
.big_number{
    font-size: 2vw;
    /* font-size: 30px; */
    font-weight: bold;
}
.left_align_text{
    text-align: left;
    margin-top: 0;
    line-height: 1.2;
}
.zoom div	{opacity:1;
    -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
    -webkit-transition:.3s ease-in-out;
        -o-transition:.3s ease-in-out;
        transition:.3s ease-in-out;}
.zoom div:hover,
.zoom div:focus	{-webkit-transform:scale(1.1);
                -ms-transform:scale(1.1);
                transform:scale(1.1);}

h1{
    text-transform: uppercase;
    color: #283373;
    font-weight: bold;
    font-size: 35px;
    margin-top: 60px;
}
.button{
    margin: 0 auto;
    width: 30%;
    text-align: center;
    margin-top: 20px;
    display: block;
}
.menu_{
    color: #283373;
    text-decoration: underline;
}
hr.line_main	{border:none;border-top:4px solid #e9b718;margin: 0 auto; width: 60%;}
.anotation{
    text-align: justify;
}
.orange_text{
    color: #e9b718;
    text-decoration: underline;
    font-weight: bold;
}
.subtitle{
    font-size: 15px;
    text-align: center;
}
.next_container{
    width: 100%;
    text-align: right;
}

@media print {
    * {background:#FFF !important; color:#000 !important;}
    html, body{font-size: 14px;}
    @page {margin: 10mm;}
    img { max-width: 100% !important }
    a[href^=http]:after { content:" <" attr(href) "> " }
    *:before, *:after { color: #000;-webkit-box-shadow: none;box-shadow: none;text-shadow: none;}
	h1 {font-size: 24px;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
    header, footer {display: none;}
    .noprint {display: none;}
    .container{width: 100%;}
    .main{width: 100%;}
}
