@import url(reset.css);

body {
    font-family: Arial,Helvetica,Tahoma,verdana,sans-serif;
    font-size: 1.2vw;
    line-height: 1.2;
}
a{
    cursor: pointer;
}


                    header {background-color:#21215f; box-shadow: 0 0 10px #eee;}

.body{
    background-color:#282872;
}
.container{
    width: 80%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
.empty{
                        padding-top: 105px; /*100px;*/
}





.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;
					background-color: #21215f; /*#eee;*/ /*#f9b820;*/
					/*padding: 7px 20px;*/
					/*border-radius: 3px;/**/
}
.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;
}
h1{
					color: white; /*#f9b820;*/
    font-weight: bold;
    text-align: center;
    font-size: 5vw;
                    /*margin-top: 10px;*/

}
h2{
    font-weight: bold;
    text-align: center;
    font-size: 4.5vw;
    margin-top: 20px;
    color: #ffffff;
}
.bold{
    font-weight: bold;
}
p{
                                    text-indent: 1.5em; /* 2rem; */ /* 25px;*/
}
.black,
.title.black{
    color: #000000;
                                    font-size: 1.2vw; /* 1.2vw; */
									padding: 0px 0.9em 0.5em 0.9em;
                                    /*border: 1px solid silver;*/
}


.header-menu_mob,
.menu-link_mob,
.header-menu_chapter_mob,
.menu-nav-item_mob,
.closebtn{
    display: none;
}

/* стилі для блоку header */
.header{
    background-color: #ffffff;
    -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: -90px;}
    to {top: 0px;}
}
@keyframes move {
    from {top: -90px;}
    to {top: 0px;}
}
.header-logo,
.header-logo_main{
				width: 58%;
				/*margin-top: 10px;
				margin-bottom: 10px;*/
    /* background-image: url(../img/logo.svg); */
    background-repeat: no-repeat;
				/*height: 94px;*/
					padding: 20px 10px 20px 20px; /*10px 10px 10px 20px;*/
	
                    background-color: #21215f; /*#eee;*/
}
.header-logo_main a.menu-link{
				/*margin-top: 20px; /*25px;*/
    display: block;
}

.header-logo_main a.menu-link:hover{
				/*margin-top: 20px; /*25px;*/
                color: #f9b820;
    display: block;
}


.float{
    float: left;/**/
				height: 13vw; /*10vw;*/ /*94px;*/
				padding: 4% 1% 4% 4%;  /*4% 1% 4% 30px;*/
						margin: 4% 1% 4% 1%;

}





.header-menu{
			width: 30%; /*40%;*/
					padding: 10px 20px 10px 0px;/**/


			         justify-content: right; /*center;*/
}
.menu-link{
				color: #ffffff; /*#282872;*/
				font-size: 1.45vw; /*1.55vw;*/
}

				.menu-link:hover
				{
				color: #ffffff;
				
				}

				.darkblue{
				color: #282872;	
				}
				.darkblue:hover{
				color: #f9b820;	/*#ffffff;*/	
				}


				


/*.menu-link:hover,*/
.yellow{
    color: #f9b820;
}
.yellow:hover{
    color: #ffffff;
}
.logo_small{
    background-image: url(../img/logo_small.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 100%;
    height: 80px;
}
.logo_small_en{
    background-image: url(../img/logo_small_en.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 100%;
    height: 80px;
}
.header-menu_chapter{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
/* стилі для модального вікна */
.modal {      font-size: 1.1rem;     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: 3% /*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: 5px; /*.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;padding-bottom: 3px;}
.modal-header_graph {text-align: center;padding-top: 20px;}
.modal-title {margin: 0 auto;        font-size: 1.3rem; /*1.5vw;*/ padding-top:1em;           font-weight: bold;color:#282872;}
.modal-title_graph {margin: 0 auto;       font-size: 1rem /*1.1vw*/;      font-weight: bold;color:#282872;           padding-bottom: 10px;}
.close {float: right;text-shadow: 0 1px 0 #fff;opacity: 1;text-decoration: none;}
.close:focus, .close:hover {text-decoration: none;opacity: .75;}
.modal-body {position: relative;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;               /*padding: 15px;*/              overflow: auto;text-align: justify;      /*line-height: 1.9;*/}

                     .modal-body p, .modal-body .yellow_item > span {
                        line-height: 1.5;
                      }




/* стилі для аналітичного огляду */
.yellow_item > span::before{
    content: '● ';
    color: #f9b820;
                        /*margin-left: 0.5em; /* 25px; */ */
}
.yellow_item{
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
}
.small_text{
    font-size: 0.9vw;
}

/* стилі для кнопок */
.button{
    outline:none;
    border: none;
    color: #282872;
    font-weight:bold;
    padding-top:15px;
    padding-bottom:15px;
    margin: 0 auto;
    width: 50%;
    text-align: center;
					margin-top: 40px; /*20px;*/
                    background-color: #e1e1e1; /*#eee;*/ /*#231681;*/ /*#f9b820;*/
	                   /*background-image: linear-gradient(90deg, #fdd77d 0%, #f9b820 20%, #f9b820 80%, #fdd77d 100%);*/
   	                    /*animation:slidebg 5s linear infinite;*/
                    border-radius: 3px;
                    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5); 

}


                        .button:hover{
                            background-color: #f9b820; /*#e1e1e1;*/ /*#eee;*/ /*#231681;*/
                            /*box-shadow:0 0 10px #e1e1e1;*/}


@keyframes slidebg {
	to {
	  background-position:20vw;
	}
  }

.round_button_yellow{
    background-color: #f9b820;
    border: none;
    padding: 8px;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow:3px 3px 8px #646055;
            box-shadow:3px 3px 8px #646055;
}
 

        .round_button_yellow:hover{
                    -webkit-box-shadow:0 0 10px #f9b820;
                        box-shadow:0 0 10px #f9b820;
                }
.button_chapter{
    border:2px solid #282872;
    outline:none;
    font-weight:bold;border-radius: 10px;
    padding:10px;
                            /*margin: 0 auto;*/
    text-align: center;
    margin-top: 5px;
                            margin-bottom: 5px;
    color:white;
    background-color: #282872;
}
.button_chapter:first-child{
    margin-left: 10px;
}
.active_button, 
.button_chapter:hover{
    border:2px solid #282872;
    background-color: #f9b820;
    color: #282872;
    transition-property: background-color, color, border;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;  
}
.round_button{
    border:1px solid #282872;
    padding: 5px;
    display: inline-block;
    margin: 2px 12px;
    border-radius: 50%;
    width: 30px;
}

				.round_button_main{
					/*border: 1px solid #ffffff; /*#282872;*/
					padding: 6px; /*5px;*/
					display: inline-block;
					           margin: 2px 12px;
					border-radius: 50%;
								width: 40px; /*30px;*/
                                box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
                                background-color: #ffffff; /*#eee;*/ /*#f9b820;*/
                }

				.round_button_y{
					/*border: 1px solid #ffffff; /*#282872;*/
					padding: 6px; /*5px;*/
					display: inline-block;
					           margin: 2px 12px;
					border-radius: 50%;
								width: 40px; /*30px;*/
								background-color: #ffffff;
                                box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
				}

                        .round_button_main:hover,
                        .round_button_y:hover{
                            background-color: #f9b820;
                        }






.round_button_bottom{
    border:1px solid #282872;
    padding: 5px;
    margin: 2px 12px;
    border-radius: 50%;
    width: 30px;
}



.round_button:hover,
.round_button_bottom:hover
				/*.round_button_main:hover
				.round_button_y:hover*/{
    -webkit-box-shadow:0 0 10px #282872;
        box-shadow:0 0 10px #282872;
}


.buttons{
    padding-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.note_buttons{
    padding-top: 20px;
    text-align: center;
}

/* стилі для основного блоку з текстом на головному вікні */
.main_left{
    width: 60%;

				margin: 0 auto;
    /*padding-right: 50px;*/

			padding-top: 60px;
			padding-bottom: 20px;	
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.main_right{
    width: 40%;
    text-align: right;
				padding-top: 60px;
				padding-bottom: 20px;
				margin: 0 auto;
}
.main_right img{
    width: 85%;
}





.about_publ p{
    text-align: center;
    font-size: 1.3vw;
    line-height: 1.5;
    margin-top: 45px;
    color: #ffffff;
    text-indent: 0px;
}

/*стилі для блоку меню */
.menu-nav-item{
    font-weight: bold;
    color: #000000;
			background-color: /*#d3d0e6;*/
    width: 100%;
    display: block;
    overflow-x: hidden;
}
.menu-nav-item tr{
    border-bottom: 1px solid black;
}



.menu-nav-item td:last-child{
    vertical-align: middle;    
}

                    .menu-nav-item .menu_item img { margin-right: 30px;}
                    .menu-nav-item .menu_item td {padding: 0.15em 0.5em 0.15em 0px; /*3px 5px 3px 0px;*/}


.active_menu,
.menu_item:hover{
    color: white;
    background-color: #282872;
    transition-property: background-color, color;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;  
}
.menu_img img{
    width: 35%;
    margin: 15px;
    margin-right: 40px;
}
td.menu_img{
                    width: 15%; /*20%*/
}

/* стилі для основного блоку з текстом і графіками */
.grid-container{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19% 30px 79%;
    grid-template-columns: 19% 79%;
                        grid-gap:  1.8em; /*30px;*/

}
.grid-container_1{
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19% 38% 38%;
    grid-template-columns: 19% 38% 38%;
    grid-gap: 30px;
}
.inner_grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48% 30px 48%;
    grid-template-columns: 48% 48%;
    /* -ms-grid-rows: 0.9fr 30px 1.1fr;
    grid-template-rows: 0.9fr 1.1fr; */
                        grid-gap: 1.3em; /*1.2em;*/ /*1em;*/ /*30px;*/
    grid-auto-rows: minmax(1px, auto);
}
.inner_grid > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
                            padding: 1.2em 1.1em 1.5em 1.1em;
}
.inner_grid > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
                            padding: 1.2em 1.2em 1.5em 1.2em;
}
.inner_grid > *:nth-child(3){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
                           padding: 1.2em 0px;
}
.inner_grid > *:nth-child(4){
    -ms-grid-row: 3;
    -ms-grid-column: 3;
                                padding: 1.2em 0px;
}
.inner_grid3{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    /* -ms-grid-rows: 1fr 30px 1fr 30px 1fr;
    grid-template-rows: repeat(3, 1fr); */
                        grid-gap: 1.1em; /*1.5em;*/ /*30px;*/
    grid-auto-rows: minmax(1px, auto);
}
.inner_grid3 > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.inner_grid3 > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.inner_grid3 > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.inner_grid3 > *:nth-child(4){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.inner_grid3 > *:nth-child(5){
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.inner_grid3 > *:nth-child(6){
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.inner_grid3 > *:nth-child(7){
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.inner_grid3 > *:nth-child(8){
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.inner_grid3 > *:nth-child(9){
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
.inner_grid4{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    /* -ms-grid-rows: 1fr 30px 1fr 30px 1fr;
    grid-template-rows: repeat(3, 1fr); */
                        grid-gap: 1.5em; /*1.1em;*/ /*30px;*/
    grid-auto-rows: minmax(1px, auto);
                        /*! margin-bottom: -35px; */
}
.inner_grid4 > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.inner_grid4 > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.inner_grid4 > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}
.inner_grid4 > *:nth-child(4){
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}
.inner_grid4 > *:nth-child(5){
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.inner_grid4 > *:nth-child(6){
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
.inner_grid4 > *:nth-child(7){
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
.inner_grid4 > *:nth-child(8){
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}
.inner_grid4 > *:nth-child(9){
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}
.inner_grid4 > *:nth-child(10){
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}
.inner_grid4 > *:nth-child(11){
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}
.inner_grid4 > *:nth-child(12){
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}
.container_ind{
                        height: 200px; /*210px;*/
                        margin-bottom: -0.8em; /*-1em;*/ /*-10px;*/
                        /*! border: 1px solid blueviolet; */
}
/* #container_g1{
    height: 71%;
}
#container_g2{
    height: 65%;
} */










.container_g1_24{
    height: 270px;
}
.container_g2_24{
    height: 250px;
}


.container_g1_25,
.container_g2_25{
    height: 250px;
}


.container_g1_26,
.container_g2_26{
    height: 270px;
}


.container_g1_28,
.container_g2_28{
    height: 270px;
}


.container_g1_32,
.container_g2_32{
    height: 270px;
}


.container_g1_33{
    height: 270px;
}
.container_g2_33{
    height: 250px;
}


.container_g1_34{
    height: 270px;
}
.container_g2_34{
    height: 250px;
}


.container_g1_35{
    height: 270px;
}
.container_g2_35{
    height: 250px;
}


.container_g1_36{
    height: 270px;
}
.container_g2_36{
    height: 250px;
}


.container_g1_37,
.container_g2_37{
    height: 270px;
}


.container_g1_39{
    height: 275px; /*270px;*/
}
.container_g2_39{
    height: 253px; /*255px;*/ /*250px;*/
}

.container_g1_312,
.container_g2_312{
    height: 250px;
}

.container_g1_41,
.container_g2_41{
    height: 250px;
}


.container_g1_42,
.container_g2_42{
    height: 250px;
}






.container_g1_21,
.container_g2_23,
.container_g1_27,
.container_g2_31,
.container_g2_38,
.container_g2_310,
.container_g1_311,
.container_g2_311{
    height: 250px;
}
.container_g2_21,
.container_g1_22,
.container_g2_27,
.container_g1_31,
.container_g1_38,
.container_g1_310,
.container_g1_43,
.container_g2_43{
    height: 270px;
}
.container_g2_22,
.container_g1_23{
    height: 230px;
}




.grid-item {
                padding: 0.7em; /*20px;*/
				background-color: #f4f3f8; /*#e9e8f2;*/
}
.grid-item_ind {
				background-color: #f4f3f8; /*#f1f1f7; /*#f9f8fb; /*#e9e8f2;*/
    position: relative;
                /*height: 95%; /*100%;*/
}



                                        .grid-item_ind .title_ind {height: 20%; /*! border:1px solid aquamarine; */}


                        .grid-item_ind.item_ind1,
                        .grid-item_ind.item_ind2,
                        .grid-item_ind.item_ind3 {/*height: 105%; /*width: 100%;*/} 
                        .grid-item_ind.item_ind4,
                        .grid-item_ind.item_ind5,
                        .grid-item_ind.item_ind6 {/*height: 105%; /*width: 100%;*/}
                        .grid-item_ind.item_ind7,
                        .grid-item_ind.item_ind8,
                        .grid-item_ind.item_ind9 {/*height: 100%;*/ /*width: 100%;*/}  












.grid-item>p.title.black,
p.smaller_text{
    text-indent: 0;
}
.grid-item_ind>.title_ind>p.title.black{
    font-size: 1vw;
    text-indent: 0;
                        /*padding-bottom: 3px;*/
                        padding: 1.1em 0.9em 0px 0.9em; /*0.9em 0.6em 0px 0.6em;*/ /*15px 0.6em 0px 0.6em;*/ /*15px 0px 0px 0px;*/
                        /*! border:1px solid grey; */
}
.grid-item_ind>.title_ind>p.smaller_text{
    font-size: 0.9vw;
    text-indent: 0;
    margin-bottom: 0;
                        padding: 0px;
}
.grid-item:hover p.title.black,
.grid-item:hover .more,
.grid-item_ind:hover p.title.black{
    color: #282872;
}
.grid-item:hover,
.grid-item_ind:hover{
    -webkit-box-shadow:0 0 5px #282872;
            box-shadow:0 0 5px #282872;
}
.grid-item.item_menu{
    padding: 0;
    text-align: left;
                 /*margin-right: 10px;*/
}
.grid-item.item_menu:hover,
.grid-item.item_bottom:hover,
.grid-item.item1_2:hover,
.grid-item.item1_3:hover{
    -webkit-box-shadow:none;
            box-shadow:none;
}
.item1_1{
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
}
.item_menu{
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / span 3;
				background-color: #e9e8f2; /*#d3d0e6;*/
}
.item1_2,
.item1_3{
    background-color: #ffffff;
    padding-top: 20%;
    padding-bottom: 0;
}
.item2_3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
    -ms-grid-row: 2;
    grid-row: 2;
}
.item3_1,
.item2_1{
    font-size: 1.1vw;
}
.middle{
    vertical-align: middle;
    position: absolute;
    top: 20%;
}
.item_bottom{
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / span 2;
    -ms-grid-row: 3;
    grid-row: 3;
    background-color: white;
    padding-top: 0;
                                /*margin-top: 1.4em;*/
}
.smaller_text{
    font-size: smaller;
    text-align: center;
						/* margin-bottom: 5px; */
                        padding: 0px 0.9em 0.9em 0.9em;
                        /* border:1px solid blue; */

}
.smaller_title{
    font-size: smaller;
    color: #000000;
    font-weight: normal;
}
.more{
    font-weight: bold;
    text-align: right;
                            font-style: oblique 10deg;
                /*text-decoration: underline;*/
    font-size: smaller;
    cursor: pointer;
    color: #000000;
    display: block;
}

/* стилі для індикаторів */
.outer_ind {
    position: relative;
}
.inner_ind{
                    /* position: absolute; */
    right: 20px;
    left: 20px;
                    margin-top: 1.1vw; /* 1.9em; */ /* 30px; */
                    /* padding-bottom: 15px; */
                    /* top: 50%; */
                    /* transform: translateY(-50%); */
                    /*! border:1px solid red; */
}
.blue_on_yellow{
    color: #282872;
    background-color: #f9b820;
    text-align: center;
    font-size: 2.3vw;
    font-weight: bold;
                    padding: 10px;
                    margin-top: 0.5em;/*1rem; /*20px;*/
                    margin-bottom: 0.5em;/*1rem; /*20px;*/
    display: block;
}
.yellow_on_blue{
    color: #f9b820;
    background-color: #282872;
    text-align: center;
    font-size: 2.3vw;
    font-weight: bold;
                    padding: 10px;
                    margin-top: 0.5em;/*1rem; /*20px;*/
                    margin-bottom: 0.5em;/*1rem; /*20px;*/
    display: block;
}
.ind_img{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

/* стилі для таблиць в першому розділі */
.table_ch1{
    width: 100%;
    text-align: left;
}
.table_ch1 td{
    padding: 0.3em; /*5px;*/
    padding-left: 0.5em; /*20px;*/
}
.last_bold td:last-child,
.first_bold td:first-child{
    font-weight: bold;
}
.title{
    color:#282872;
    font-weight:bold;
    text-align: center;
    text-indent: 0;
                    padding-bottom: 1.1vw; /* 0.9em; */
                    /*! border: 1px solid goldenrod; */
}
.background_title{
	background-color: #d3d0e6;
    border-left: 5px solid #282872;
    font-weight: bold;

}

.background_title td.normal,
.normal{
    font-weight: normal;
}
.upper{
    vertical-align: super;
    font-size: 0.6vw;
}
.superscript{
    vertical-align: super;
    font-size: 0.6vw;
    text-decoration: none;
                                margin-left: 0.5em; /*5px;*/
}
.right_align{
    text-align: right;
}
td.table_footer{
    font-size: 0.6em;
    border: none;
    text-align: justify;
}

/* стилі для кнопок під аналітикою, графіками... */
.bottom{
    text-align: right;
    position: absolute;
    bottom: 5px; /* 10px; */
    right: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
}
.bottom img,
.bottom .buttons img{
    width: 1.8em; /* 40%; */
}
.close img{
    width: 50%;
}

/*стилі для таблиць під графіками */
.table_graph{
    width: 100%;
    margin: 0 auto;
}
caption{
    font-size: 0.8em;
    font-weight: bold;
    width: 90%;
    margin: 10px auto;
}

                    caption.black{
                        font-size: 0.8em;
                        font-weight: bold;
                        width: 90%;
                        margin: 10px auto;
                    }

.table_graph th, .table_graph td{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.73em;
}
.table_graph th{
    text-align: center;
    vertical-align: middle;
						background-color: #f4f3f8; /*#e9e8f2;*/ /*#d3d0e6;*/
}
.table_graph td{
    text-align: right;
}
.table_graph tr:hover{
						background-color: #f4f3f8; /*#e9e8f2;*/ 
}
.table_footer:hover{
    background-color: white;
}
.table_graph td:first-child{
    text-align: left;
    width: 15%;
}
.table_graph.table_ind td:first-child{
    text-align: left;
    width: 25%;
}
td.center_align{
    text-align: center;
}
th{
    font-weight: bold;
    border-left: 2px solid #ffffff;
                    /*border-top: 2px solid #ffffff;*/

}
.th_border{
    border-top: 1px solid #282872;
}

                    .th_border2{
                        border-top: 1px solid #282872;
                        font-weight: normal;
                    }
                    .th_border3{
                        border-top: 1px solid #282872;
                        font-style: italic;
                    }

.indent{
    text-indent: 10px;
}
summary{
    cursor: pointer;
}

/* стилі для кнопок переходу між роками чи між картою і таблицею */
.tabs {
    list-style: none;
    position: relative;
    margin: 0 auto;;
    text-align: left;
    height: 450px;
}
.tabs_chapter{
    list-style: none;
    position: relative;
    margin: 0 auto;;
    text-align: left;
    height: 390px;
}
.tabs li,
.tabs_chapter li {
    float: left;
    display: block;
}
.tabs input[type="radio"],
.tabs_chapter input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999px;
}
.tabs label,
.tabs_chapter label {
    display: block;
    padding: 5px 20px;
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #282872;
    border-right: 1px solid #282872;
                font-size: 0.9rem; /*12px;*/
    font-weight: normal;
    cursor: pointer;
    position: relative;
    top: 4px;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
                    font-family: Arial;
}
.tabs label:hover,
.tabs_chapter label:hover {
						background-color: #f4f3f8; /*#e9e8f2;*/ 
}
.tabs .tab-content,
.tabs_chapter .tab-content {
    z-index: 2;
    display: none;
    overflow: hidden;
    width: 100%;
    position: absolute;
                            top: 1.8rem; /*30px;*/
    left: 0;
}
.tabs [id^="tab"]:checked + label,
.tabs_chapter [id^="tab"]:checked + label {
    top: 0;
    padding: 5px 20px;
						background-color: #f4f3f8; /*#e9e8f2;*/ 
    font-weight: bold;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"],
.tabs_chapter [id^="tab"]:checked ~ [id^="tab-content"] {
    display: block;
}
                    .modal-body_diagram{
                        /*margin: 30px;*/
                        margin-top: 10px;
}

/* стилі для модального вікна, в якому відображається таблиця */
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    overflow-y: auto;
}
.popup {
    margin: 10px auto;
	                   padding: 1.2em; /*1.2rem;*/ /*20px;*/
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popup .close {
    position: absolute;
                    top: 5px; /*15px;*/
    right: 20px;
                    /*margin: 5px 0px 5px 5px;*/
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
                    font-size: 1.8rem; /*30px;*/
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .content {
    max-height: 30%;
    overflow: auto;

}

/* стилі для випадаючого списку */
.dropbtn{
                        font-size: 0.85rem; /*16px;*/
    border: 1px solid #282872;
						background-color: #f4f3f8; /*#e9e8f2;*/ 
                        padding: 0.5rem; /*10px;*/
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #dcd9f3;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
            box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.3);
    z-index: 1;
}
.nav-tabs li{
    margin: 5px 0px;
}
.disabled{
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.show {display: block;}
button.dropbtn::after{
    content: url(../img/arrow_down.png);
}

#container_map {height:500px;min-width:700px;width:95%;margin:0 auto;}

/* стилі для основних показників (розділ 1_3, 1_4) */
.annotation{
    /* font-size: 18px;
    text-align: right;
    font-weight: bold; */
    text-align: right;
}
.zoom{
    border:1px solid #282872;
    border-radius: 50%;
    width: 30px;
                margin: 8px 15px; /*margin-right: 15px; /*10px;*/
}
.zoom:hover{
    -webkit-box-shadow:0 0 10px #282872;
        box-shadow:0 0 10px #282872;
}


.number{
    color: #441d61;
    font-size: 2.1vw;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
                    /*margin-bottom: -5px;*/
                    /*margin-top: 10px;*/
                    /*border:1px solid red;*/
}
.in_ukraine{
    text-align: center;
    font-size: 1vw;
    background-color: #d3d0e6;
    width: 100%;
                    padding-top: 0.5em; /*10px;*/
    color: black;
                    /*! margin-bottom: 15px; */
                    /*border:1px solid blue;*/
                    /*! height: 30%; */
}



.grid-item_ind:hover .in_ukraine{
    background-color: #282872;
    color: white;
}
.grid-item_ind:hover .hover_yellow{
    color: #f9b820;
}
.hover_yellow{
    font-size: 1.2vw;
}
.in_ukraine table{
    width: 100%;
}
.in_ukraine table tr td{
                    /*padding-left: 20px;*/
                    /*padding-right: 20px;*/
                    padding-bottom: 0.5em; /*10px;*/ /*0.4em;*/
}
.grid-item_ind>.title_ind1>p.title.black{
    font-size: 1vw;
    text-indent: 0;
    padding-bottom: 3px;
                    padding-top: 0.6em; /*15px;*/
}
.grid-item_ind>.title_ind1>p.smaller_text{
    font-size: 0.9vw;
    text-indent: 0;
    margin-bottom: 0;
}
 .grid-item_ind:hover .smaller_text.normal{
    color: black;
}
.title_ind1{
                height: 45%; /*33%*/
                /*border:1px solid yellow;*/
}
.number{
                height: 20%; /*33%*/
}






.first_place{
    position: absolute;
    top: 20%;
    right: 15%;
    z-index: 1;
    border: 1px solid #282872;
    border-radius: 5px;
                padding: 3px 10px; /*0px 5px;*/
    font-size: 14px;
                color: #515151;
                font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;   
}



				.first_place_new{
					border: 1px solid #ffc000;
					border-radius: 5px;
					padding: 3px 10px;
					font-size: 14px;
					font-weight: normal;
					background-color: #ffffff;
					color: #515151;
					font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
					text-align: right; /* center; */
				}





.body_text{
    text-align: justify;
    line-height: 1.3;
}
.list li{
    list-style: circle;
    margin-left: 50px;
}
hr{
    border: 0;
    height: 5px;
                        background-image: linear-gradient(to right, rgba(253, 184, 19, 0), rgba(233, 233, 240, 0.75), rgba(253, 184, 19, 0)); /*linear-gradient(to right, rgba(253, 184, 19, 0), rgba(253, 184, 19, 0.75), rgba(253, 184, 19, 0));*/
    margin-top: 30px;
}

.share1,
.share2,
.share3 {
    position: relative;
}
.share1:hover,
.share2:hover,
.share3:hover{
    text-decoration: none;
    border: none;
    box-shadow: none;
}
.share1 .share_btn1,
.share2 .share_btn2,
.share3 .share_btn3,
.share1 .share_link,
.share2 .share_link,
.share3 .share_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.share_btn1,
.share_btn2,
.share_btn3,
.gr_btn {
    border: none;
    z-index: 10;
						background-color: #f4f3f8; /*#e9e8f2;*/ 
    border-radius: 50%;
}
.gr_btn {
    position: relative;
}
.share_list1,
.share_list2,
.share_list3{
    position: absolute;
    top: 1px; /* 10px; */
                    left: -30px; /*-31px;*/ /*25px;*/
    z-index: -1;
    transition: z-index .5s;
}
.share1.active .share_list1,
.share2.active .share_list2,
.share3.active .share_list3{
    z-index: 1;
}
.share_list_item {
    position: absolute;
    list-style: none;
    transition: transform .5s;
}
.share1.active .share_list_item:nth-child(1),
.share2.active .share_list_item:nth-child(1),
.share3.active .share_list_item:nth-child(1) {
    transform: translate(-70px, -45px);
}
.share1.active .share_list_item:nth-child(2),
.share2.active .share_list_item:nth-child(2),
.share3.active .share_list_item:nth-child(2) {
    transform: translate(-35px, -45px);
}
.share1.active .share_list_item:nth-child(3),
.share2.active .share_list_item:nth-child(3),
.share3.active .share_list_item:nth-child(3) {
    transform: translate(0px, -45px);
}
.share1.active .share_list_item:nth-child(4),
.share2.active .share_list_item:nth-child(4),
.share3.active .share_list_item:nth-child(4) {
    transform: translate(35px, -45px);
}
.share1.active .share_list_item:nth-child(5),
.share2.active .share_list_item:nth-child(5),
.share3.active .share_list_item:nth-child(5) {
    transform: translate(70px, -45px);
}
.share_link{
    border-radius: 50%;
}
.share_list_item:nth-child(1) .share_link:hover{
    box-shadow: 0 0 10px #3a589b;
    transition: all 0.5s ease;
}
.share_list_item:nth-child(2) .share_link:hover{
    box-shadow: 0 0 10px #1cb7eb;
    transition: all 0.5s ease;
}
.share_list_item:nth-child(3) .share_link:hover{
    box-shadow: 0 0 10px #db004c;
    transition: all 0.5s ease;
}
.share_list_item:nth-child(4) .share_link:hover{
    box-shadow: 0 0 10px #3bb8e5;
    transition: all 0.5s ease;
}
.share_list_item:nth-child(5) .share_link:hover{
    box-shadow: 0 0 10px #7f4da0;
    transition: all 0.5s ease;
}
.share_list_item:nth-child(5) .share_link:hover{
    box-shadow: 0 0 10px #7f4da0;
    transition: all 0.5s ease;
}
