* {
  margin: 0;
  padding: 0;
   -webkit-locale: "en";
}
:root{
    /*boje*/
  --black:#000;
  --maintext:#2E2344;
  --white:#fff;
  --gray:#D7D5D1;
  --darkgray:#3B3940;
  --lightgray:#E3E0DA;
  --lightblue:#468CBD;
  --purple:#6D58AD;
  --darkpurple:#2E2344;
  --blue:#468CBD;
}
html {
  scroll-behavior: smooth;
}
body{
font-family: 'Lato', sans-serif;
    overflow-x: hidden;
    color: var(--maintext);
    background: var(--lightgray);
}
strong{
  font-weight: 900;
}
strong.p-strong{
    font-weight: 400;
}
em{
    font-style: italic;
    color: unset;
}
p{
font-family: 'Lato', sans-serif;
  font-size:18px;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 300;

}
p.p20bold{
  font-weight: 400;
  font-size: 20px;
}
h1{
  font-size: 80px;
font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  color:var(--maintext);
  line-height: 1;
  font-weight:900;
  
}
h2{
  font-size: 40px;
font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  color:var(--maintext);
  line-height: 1;
  font-weight: 900;
}
h3{
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  color:var(--maintext);
  line-height: 1;
  font-weight: 700;
}
a{
  color: var(--black);
font-family: 'Lato', sans-serif;
text-decoration: none;
	
}
.purple-link-nk{
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: var(--purple);
  transition: 0.3s all ease;
}
.purple-link-nk:hover{
  text-decoration: none;
  color: #57458d;
  transition: 0.3s all ease;
}
.hero-small-info .purple-link-nk{
  color: var(--blue);
}

button.purple-link-nk{
  background: none;
  border: none;
  margin-bottom: 16px;
}
button.purple-link-nk:hover{
  cursor: pointer;
}
button.purple-link-nk img{
  position: relative;
  top: 5px;
  margin-left: 5px;
  transition: 0.3s all ease;
}
.active button.purple-link-nk img{
  transform: rotate(180deg);
  transition: 0.3s all ease;
}
.flex-nk{
  display: flex;
  flex-wrap: wrap;
}
.flex-nk.flex-wide-nk{
  justify-content: space-between;
}
.uk-container{
  max-width: 1340px;
}
.grid-nk{
  display: grid;
}
section.section{
  padding: 80px 0;
}
.section ul li{
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;

}
p.small-p{
  font-size: 13px;
}
/*Header*/
header.header-nk{
  background: var(--darkpurple);
  height: 110px;
  transition: 0.1s all ease; 
  position: relative;
}
header.header-nk.active-nk{
  background: var(--darkpurple);
  height: 55px;
  transition: 0.1s all ease; 
}

header.header-nk.single-nk.active-nk{
  height: 50px;
  transition: 0.1s all ease; 
}
.top-header-nk{
  padding: 10px 0;
  transition: 0.3s all ease; 
}
.active-nk .top-header-nk{
  height: 0;
  padding: 0;
  transition: 0.1s all ease; 
}
.top-header-nk .see-holder-nk{
  width: 20%;
}
.top-header-nk .see-holder-nk h3{
  color: var(--lightblue);
  margin-bottom: 0;
  font-weight: 900;
}
.top-header-nk .see-holder-nk h3:hover{
  text-decoration: none;
}
.top-header-nk .logo-holder-nk{
  width: 20%;
}
.header-main-nk{
  border-top:1px solid var(--purple);
  border-bottom:1px solid var(--purple);
  background: var(--darkpurple);
  transition: 0.3s all ease; 
  position: relative;
  z-index: 100;
}
.active-nk .header-main-nk{
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  background: var(--darkpurple);
  transition: 0.3s all ease;
}
.breadcrumbs-nk {
  width: 50%;
  padding: 15px 0;
}
.breadcrumbs-nk a{
  color: var(--purple);
  margin-right:10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  transition: 0.3s all ease;
}

.breadcrumbs-nk a:after{
  content: "/";
  position: relative;
  left: 7px;
}
.breadcrumbs-nk a:last-child{
  color: var(--lightgray);
}
.breadcrumbs-nk a:hover{
  color: #57458d;
  transition: 0.3s all ease;
  text-decoration: none;
}
.breadcrumbs-nk a:last-child::after{
  content: none;
}
.main-nav-nk {
  margin: auto 0;
  width: 42%;
}
.main-nav-nk nav ul {
  display: flex;
  justify-content: space-between;
}
.main-nav-nk nav ul > li{
  list-style-type: none;
}
.main-nav-nk nav ul > li > a{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--lightblue);
  text-transform: uppercase;
  transition: .3s all ease;
  padding: 12px;
}
.main-nav-nk nav ul > li > a.active-nav,
.acc-nav nav ul > li > a.active-nav{
  color: var(--white);
  background:#44375b ;
}
.main-nav-nk nav ul > li > a:hover{
  text-decoration: none;
  color: var(--purple);
  transition: .3s all ease;
}


/*INTRO HERO*/

section.intro-hero-nk{
  position: relative;
  z-index: 0;
  background: url('../img/image4.png') 50% no-repeat #2e2344;
  background-size: contain;

  padding: 100px 0 150px;
}
section.intro-hero-nk:before{
  background: url('../img/image3.png') 50% no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
}
.hero-content-nk{
  position: relative;
  z-index: 5;
}
.hero-text-nk{
  width: 45%;
}
.hero-text-nk h1{
  color: var(--white);
  margin-bottom: 32px;
}
.hero-text-nk h1 span{
  color: var(--lightblue);
}
.hero-img-nk{
  width: 50%;
  text-align: right;
}
.hero-text-nk p{
  color: var(--white);
  max-width: 480px;
}
.hero-text-nk a{
  position: relative;
}
.hero-text-nk a:after{
background-image: url('../img/Arrow.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: inline-block;
    height: 99px;
    left: 0;
    z-index: 10;
    position: absolute;
    top: calc(100% + 1rem);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 15px;
}

/*TEXT INFO*/

section.text-info-nk{
  background: var(--darkpurple);
  padding: 65px 0;
}
section.text-info-nk h2,section.text-info-nk p{
  color: var(--white);
}
.text-info-left-nk,.text-info-right-nk{
  width: 48%;
}
.text-info-right-nk ul{
  margin-left: 20px;
}
.text-info-left-nk p{
  max-width: 85%;
}
p span{
  font-weight: 400;
}

/*FINANCIAL FLOWS*/

section.financial-flows-nk{
  padding: 100px 0 80px;
}
p.not-wide,
.text-block-nk.not-wide{
  width: 65%;
}
.grid-nk.flow-list-grid-nk{
  grid-template-columns: repeat(4, 1fr);
  row-gap:30px;
  column-gap: 30px;
}
.flows-list-nk{
  margin: 60px 0 60px;
}

.flow-list-box-nk{
  border-radius: 8px;
  background:var(--gray);
  text-align: center;
  padding: 80px 50px;
}
.flow-list-box-nk .list-img-nk{
  margin-bottom: 30px;
}
.flow-list-box-nk p{
  margin-bottom: 0;
}
.grid-nk.iffs-steps-nk{
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 50px;
}
.num-big-nk{
  font-weight: 300;
  font-size: 220px;
  width: 30%;
}
.iff-step-nk p{
  width: 60%;
  margin-top: auto;
  margin-bottom: 20px;
}
.text-pyramid-nk{
  margin-top: 60px;
}
.text-pyramid-text-nk{
  width: 40%;
  margin: auto 0;
}
.text-pyramid-img{
  width: 50%;
  text-align:left;
}
.text-pyramid-img img{
  max-width: 520px;
}

.hidden-text-nk{
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s opacity ease;
  margin-bottom: 0;
}
.active .hidden-text-nk{
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.active .hidden-text-nk.nomargin{
  margin-bottom: 0;
}
/*FINANCIAL ACTION*/
section.financial-action-nk{
  padding: 40px 0 80px;
}
.accordion-holder-nk {
  width: 48%;
}
.accordion-head-nk{
   overflow: visible;
   z-index: 10;
   cursor: pointer;
}
.accordion-head-nk h3{
    margin-bottom: 0;
    font-size: 64px;
    font-weight: 300;
    margin-right: 24px;
}

.accordion-tab-nk{
    position: relative;
    border-bottom: 1px solid #797482;
    padding: 15px 0;
}
.header-acc .accordion-tab-nk{
    padding: 0px 0;
}
.accordion-tab-nk .flex-nk .flex-nk{
  width: 92%;
}
.accordion-content-nk{
    max-height: 0;
    overflow: hidden;
  transition: 0.1s all ease-in;
  margin-top: 0;
  padding-bottom: 0;
}
.accordion-head-nk p{
  margin: auto 0 0;

}
.open .accordion-content-nk{
    margin-top: 15px;
        max-height: 10000px;
    transition: 0.3s all ease;
    padding-bottom: 0px;
}
.accordion-content-nk p{
  margin-bottom: 0;
}

span.acc-btn{
    width: 30px !important;
    height: 30px;    
    right: 0;
    top: 14px;
}
.accordion-head-nk span.acc-btn{
position: relative;
    display: block;
    float: right;
    top: unset;
    margin: auto 0 0;
}
span.acc-btn::before{
    content: '';
    width: 25px;
    height: 2px;
    background: var(--purple);
    top: 15px;
    position: absolute;
    left: 6px;
    transform: rotate(0deg);
    transition: .3s all ease-in-out;
}
span.acc-btn::after{
    content: '';
    width: 25px;
    height: 2px;
    background: var(--purple);
    top: 15px;
    position: absolute;
    left: 6px;
    transform: rotate(90deg);
    transition: .3s all ease-in-out;
    opacity: 1;
}
.open span.acc-btn::before{
    transform: rotate(180deg);
    transition: .3s all ease-in-out;
    opacity: 0;
}
.open span.acc-btn::after{
    transform: rotate(180deg);
    transition: .3s all ease-in-out;
}

/*PROFILES*/

.section.profiles-nk{
  background: var(--darkpurple);
}
.section.profiles-nk h2,
.section.profiles-nk p{
  color: var(--white);
}

.profiles-text{
  margin-bottom: 80px;
}
.section.overview-nk,
.section.about-the-nk{
  padding: 80px 0 0;
}
button.purple-link-nk.open-text-alternative,
button.purple-link-nk.open-text-full,
button.purple-link-nk.open-text-full2{
  padding: 8px 16px;
  border: 2px solid var(--purple);
}
.grid-nk.grid-countries-nk{
  grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
  column-gap: 50px;
  row-gap: 50px;
  margin-top: 50px;
}
.country-nk h3{
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.country-img-nk {
  width: 25%;
}
.country-info-nk {
  width: 65%;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*acknowledgements*/

.acknowledgements-text {
  width: 60%;
}
.acknowledgements-images {
  width: 40%;
}
.acknowledgements-images img{
  display: block;
  margin: 0 auto 30px;
  max-width: 211px;
}

.footer-nk{
  background: var(--lightgray);
  padding: 30px 0;
}
.footer-top{
  text-align: right;
}
.footer-top p{
  color: var(--darkpurple);
}
.footer-top p a{
   transition: 0.3s all ease;
}
.footer-top p a:hover{
  text-decoration: none;
    color: var(--purple);
  transition: 0.3s all ease;
}
/*SINGLE COUNTRY PAGE*/

.intro-hero-single-nk{
  position: relative;
  z-index: 0;
  background: url('../img/gradientpurple.png') 50% no-repeat #2e2344;
  background-size: cover;

} 
section.section.intro-hero-single-nk{
    padding: 80px 0 0;
    background-color: #2E2142;
    min-height: 440px;
}
section.section.intro-hero-single-nk.other-nk{
    padding: 120px 0 0;
}
.intro-hero-single-nk .hero-text-nk {
    margin: auto 0;
}
.intro-hero-single-nk .hero-img-nk {
  width: 48%;
  text-align: left;
}

.section.purple-back-nk{
  background: var(--darkpurple);
}
.section.purple-back-nk p,
.section.purple-back-nk h2,
.section.purple-back-nk h3,
.section.purple-back-nk ul li{
  color: var(--white);
}
.text-block-nk {
  width: 46%;
}
.text-block-nk.wide-block-nk{
  width: unset;
}
.text-block-nk.wide-block-nk ul li{
  font-weight: 400;
}
.text-block-nk ul{
  margin-left: 20px;
  max-width: 80%;
  margin-bottom: 30px;
}
.expand-text-nk ul,
.text-info-left-nk ul{
  margin-left: 20px;
}
.text-block-nk ul ul{
  margin-top: 10px;
}
.text-block-nk ul ul li{
  margin-bottom: 5px;
  font-weight: 300 !important;
}
.img-block-nk {
  width: 50%;
  text-align: right;
}
.key-challenges-nk .img-block-nk{
  text-align: left;
}
.marginbottom80{
  margin-bottom: 80px;
}

.section.text-table-nk{
  padding: 70px 0;
}
.small-blue-text-nk{
  color: var(--blue);
  font-size: 14px;
  margin-bottom: 10px;
  display:block;
  text-transform: uppercase;
}
.small-purple-text-nk{
  color: #797482;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 10px;
  display:block;
  text-transform: uppercase;
}
.table-part-nk{
  padding: 60px 0 0;
}
.table-part-nk .p20bold{
  max-width: 540px;
}
.table-part-nk .p20bold.full{
  max-width: 600px;
}
.table-holder-nk{
  margin-bottom: 30px;
}
.table-top-nk .table-box-nk{
  border-bottom:6px solid var(--darkgray);
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  
}
.two-rows-nk .table-box-nk{
  width: 49%;
  box-sizing: border-box;
}
.prevention-table .two-rows-nk .table-box-nk{
  width: 90%;
  box-sizing: border-box;
}
.prevention-table .two-rows-nk .table-box-nk:first-child{
  width: 9%;
  box-sizing: border-box;
}
.confiscation-nk .two-rows-nk .table-box-nk{
  width: 90%;
  box-sizing: border-box;
}
.confiscation-nk .two-rows-nk .table-box-nk:first-child{
  width: 9%;
  box-sizing: border-box;
}
.four-rows-nk .table-box-nk{
  width: 24%;
  box-sizing: border-box;
}

.four-rows-nk.first-small-nk .table-box-nk{
  width: 28%;
  box-sizing: border-box;
}
.four-rows-nk.first-small-nk .table-box-nk:first-child{
  width: 12%;
  box-sizing: border-box;
}


.table-box-nk ul{
  margin-left: 20px;
}
.table-box-nk ul ul{
  margin: 20px;
}
.table-box-nk ul ul li{
  list-style-type: disc;
}
.table-box-nk p, .table-box-nk ul li{
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 16px;
}
.table-box-nk p:last-child{
  margin-bottom: 0;
}
.table-top-nk .table-box-nk p{
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}
.table-line-nk{
  padding: 16px 0;
  border-bottom: 1px solid #79748280;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.table-line-nk:hover{
  background:rgba(215, 213, 209, 1);
}
.purple-back-nk .table-line-nk:hover{
  background: #443866;
  transition: 0.3s all ease;
}
.table-line-nk .table-box-nk{
  padding: 0 10px;
  margin: auto 0;
}
.table-box-nk.flex-nk.threats-nk{
  padding: 0 10px;
  box-sizing: border-box;
}
.threat-level-nk {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #A4A4A433;
  display: flex;
  margin-right: 16px;
  border:1px solid #3B394033;
}
.threat-level-nk p{
  font-size: 11px;
  margin: auto !important;
    display: block;
    text-align: center;
    color: #a4a4a4;
}
.threat-level-nk.e-high{
  background: #A33348;
}
.threat-level-nk.high{
  background: #C37D6C;
}
.threat-level-nk.high-medium{
  background: #ac5a46;
}
.threat-level-nk.moderate{
  background: #E5A65F;
}
.threat-level-nk.low{
  background: #5E9175;
}
.threat-level-nk.e-low{
  background: #426877;
}
.threat-level-nk.e-high p,
.threat-level-nk.high p,
.threat-level-nk.high-medium p,
.threat-level-nk.moderate p,
.threat-level-nk.low p,
.threat-level-nk.e-low p{
  color: var(--white);
}

.four-rows-nk .threats-nk{
  justify-content: center;
} 
.four-rows-nk .threats-nk .threat-level-nk{
  margin: 0;
}

ul.circle-nk{
  margin-left: 20px;
  list-style-type: circle;
  margin-bottom: 40px;
}

.section.int-coop-nk{
  padding: 70px 0;
}

.section.purple-back-nk .table-part-nk p{
  color: var(--lightgray);
}
.section.purple-back-nk .table-top-nk .table-box-nk{
  border-bottom: 6px solid var(--lightgray);
}

.table-top-nk.auto-five-rows-nk .table-box-nk,
.auto-five-rows-nk .table-box-nk{
  width: 11%;
  box-sizing: border-box;
}
.table-top-nk.auto-four-rows-nk .table-box-nk,
.auto-four-rows-nk .table-box-nk{
  width: 14%;
  box-sizing: border-box;
}

.table-top-nk.auto-five-rows-nk .table-box-nk:first-child,
.auto-five-rows-nk .table-box-nk:first-child{
  width: 38%;
  box-sizing: border-box;
}
.table-top-nk.auto-four-rows-nk .table-box-nk:first-child,
.auto-four-rows-nk .table-box-nk:first-child{
  width: 38%;
  box-sizing: border-box;
}
.table-top-nk.auto-six-rows-nk .table-box-nk,
.auto-six-rows-nk .table-box-nk{
  width: 9%;
  box-sizing: border-box;
}

.table-top-nk.auto-six-rows-nk .table-box-nk:first-child,
.auto-six-rows-nk .table-box-nk:first-child{
  width: 36%;
  box-sizing: border-box;
}
.table-top-nk.auto-seven-rows-nk .table-box-nk,
.auto-seven-rows-nk .table-box-nk{
  width: 9%;
  box-sizing: border-box;
}

.table-top-nk.auto-seven-rows-nk .table-box-nk:first-child,
.auto-seven-rows-nk .table-box-nk:first-child{
  width: 29%;
  box-sizing: border-box;
}
.table-top-nk.auto-three-rows-nk .table-box-nk,
.auto-three-rows-nk .table-box-nk{
  width: 10%;
  box-sizing: border-box;
}
.table-top-nk.three-rows-nk .table-box-nk,
.three-rows-nk .table-box-nk{
  width: 44%;
  box-sizing: border-box;
}
.table-top-nk.three-rows-nk .table-box-nk:first-child,
.three-rows-nk .table-box-nk:first-child{
  width: 8%;
  box-sizing: border-box;
}
.supervision-table .table-top-nk.three-rows-nk .table-box-nk,
.supervision-table .three-rows-nk .table-box-nk{
  width: 33%;
  box-sizing: border-box;
}
.supervision-table .table-top-nk.three-rows-nk .table-box-nk:first-child,
.supervision-table .three-rows-nk .table-box-nk:first-child{
  width: 32%;
  box-sizing: border-box;
}
.table-top-nk.auto-three-rows-nk .table-box-nk:first-child,
.auto-three-rows-nk .table-box-nk:first-child{
  width: 65%;
  box-sizing: border-box;
}
.table-top-nk.five-rows-nk .table-box-nk,
.five-rows-nk .table-box-nk{
  width: 19%;
  box-sizing: border-box;
}
.table-top-nk.six-rows-nk .table-box-nk,
.six-rows-nk .table-box-nk{
  width: 16%;
  box-sizing: border-box;
}
.table-top-nk.eightrows-nk .table-box-nk,
.eight-rows-nk .table-box-nk{
  width: 11%;
  box-sizing: border-box;
}
.table-box-solo-nk{
  border-bottom: 6px solid var(--darkgray);
    padding: 10px 10px 0;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
}
.table-box-solo-nk p{
  margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}
.section.purple-back-nk .table-box-solo-nk{
  border-bottom: 6px solid var(--lightgray);
}
p.hidden-nk{
  visibility: hidden;
}

.accordion-holder-nk.header-acc{
  width: 100%;
}
.accordion-holder-nk.header-acc .accordion-tab-nk{
  border-bottom: none;
}
.header-acc .accordion-head-nk span.acc-btn {
  margin: auto 0;
}

.acc-nav ul  > li{
  list-style-type: none;
  display: inline-block;
}
.acc-nav ul  > li > a{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: var(--lightblue);
  text-transform: uppercase;
  transition: .3s all ease;
  padding: 12px;
  display: block;
  margin-right: 18px;
}
.acc-nav ul  > li > a:hover{
  text-decoration: none;
  color: var(--purple);
  transition: .3s all ease;

}

/*CHART*/
.chart-holder-nk{
  margin-bottom: 50px;
}
.chart-labels-nk{
  width: 4%;
  display: grid;
    grid-template-columns: repeat(1, 1fr);
  row-gap: 30px;
}
.chart-labels-nk span{
  display: block;
    font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #797482;
  text-align: right;
}

.chart-main-nk{
  width: 92%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
   row-gap: 30px;
}
.chart-main-nk .chart-line-nk{
  border-bottom: 1px dotted #797482;
  position: relative;
  top: -3px;
}
.chart-main-nk .chart-line-nk.no-border-nk{
  border-bottom: none;
}

.charts-colors-nk{
  position: absolute;
    bottom: -27px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.chart-box-nk{
  width: 68px;
  margin-top: auto;
}
.bar-nk{
  width: 16px;
  height: 15px;
margin-top: auto;
}
.bar-nk.seized-bar{
  background: #5D4B7C;
}
.bar-nk.conf-bar{
  background: #E6A65F;
}
.bar-nk.disc-bar{
  background: #468CBD;
}
.mln-nk {
  display: none;
}
.chart-box-nk span,
.chart-info-box-nk span,
.mln-nk span{
  display: block;
    font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #797482;
  text-align: center;
  margin-top: 20px;
}
.mln-nk span{
  font-size: 9px;
  font-style: it;
}
.chart-info-box-nk span{
  margin-top: 2px;
}
.chart-info-nk{
  margin-bottom: 24px;
}
.chart-info-nk.flex-nk{
  justify-content: flex-end;
}

.chart-info-box-nk{
  margin-left: 24px;
}
.cube-nk{
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.cube-nk.purple-cube{
  background: #5D4B7C;
}
.cube-nk.yellow-cube{
  background: #E6A65F;
}
.cube-nk.blue-cube{
  background: #468CBD;
}

section.section.introduction-nk,
section.section.key-challenges-nk,
section.section.prevention-nk,
section.section.financial-intel-nk,
section.section.confiscation-nk,
section.section.recommendations-nk{
   padding: 80px 0 0;
}

section.section.int-coop-nk{
     padding: 70px 0 0;

}
.hero-text-nk a:hover::after{
  height: 130px;
      -webkit-filter: brightness(80%);
}

  .mob-pyramid{
    display: none;
  }
.chart-colors-mob{
  display: none;
}
.mob-lines{
  display: none;
}

.mob-table-nk{
  position: relative;
  display: none;
}
.mob-table-nk .select-holder-nk{
  position: absolute;
  right: 0;
  top:0;
  padding: 0 10px;
}
.mob-table-nk .select-holder-nk:after{
  content: "";
background: url('../img/path.svg') 50% no-repeat;
    position: absolute;
    top: 4px;
    height: 10px;
    width: 10px;
}
.mob-table-nk select{

  background: var(--darkpurple);
  color:var(--purple);
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border: none;
   -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  margin-right: 7px;

}

.mob-table-nk.non-color select{
  background: transparent;
  color:var(--purple);
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border: none;
   -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  margin-right: 7px;

}

.mob-table-nk select.margin-top-nk {
    position: relative;
    right: 0;
    top: -15px;
    background: var(--darkpurple);
    color: var(--purple);
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    border: none;
}
.mob-table-nk .select-holder-nk.margin-top-nk:after{
  top: -12px;
}
img.donors-mob{
  display: none;
}



.marginbottom30{
  margin-bottom: 30px;
}
.hero-info-right-nk{
  position: relative;
  width: 48%;
}
.hero-info-right-nk .img-nk{
  position: absolute;
  z-index: -1;
  bottom:0;
  left: 0;
}
.hero-info-right-nk .img-nk.albania-nk{
  position: absolute;
  z-index: -1;
  bottom:unset;
  left: 10%;
  top: -70px;
}
.hero-info-right-nk .img-nk.bosnia-nk{
  bottom:unset;
  top: -40px;
}
.hero-info-right-nk .img-nk.kos-pic{
  bottom:unset;
  top: -70px;
}
.hero-info-right-nk .hero-small-info{
  width: 35%;
  position: relative;
  z-index: 50;
  -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hero-info-right-nk .hero-small-info .small-info-span{
      color: var(--white);
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    line-height: 1.3;
    letter-spacing: 1px;
}
.hero-info-right-nk .hero-small-info p{
  color: var(--white);
  font-size: 18px;
  margin-bottom: 20px;
}
.hero-info-right-nk .hero-small-info p span{
  color: var(--blue);
  font-weight: 900;
}

a.download-btn{
  color: var(--white);
  font-size: 16px;
  padding: 10px 25px 10px 20px;
  background: var(--purple); 
  text-decoration: none;
  transition: .3s all ease;
  display: inline-block;
}
a.download-btn:hover{
  transition: .3s all ease;
  background: #4c3e74;
}
a.download-btn:after {
  display: none;
}
a.download-btn img{
      position: relative;
    left: 7px;
    top: 1px;
    width: 17px;
}
p.purple-p{
  color: #5D4B7C;
}
p a{
  text-decoration: underline;
}
.purple-back-nk p a{
  color: var(--white);
  text-decoration: underline;
}


      .mob33-65 .two-rows-nk .table-box-nk{
    width: 65%;
  }
  .mob33-65 .two-rows-nk .table-box-nk:first-child{
    width: 33%;
  }
  .hidden-text-nk.not-wide{
    width: 65%;
  }
  .table-box-nk.not-bold p {
    font-weight: 400 !important;
  }
    .chart-serbia .chart-box-nk {
        width: unset;
        margin-top: auto;
        display: flex;
        margin-top: 12px;
    }

  .chart-serbia .chart-box-nk span {
      font-size: 16px;
      margin: auto 3px auto 0;
      width: 21%;
      text-align: left;
  }
     .chart-serbia .mob-lines > div {
        border-right: 1px dotted rgba(121, 116, 130, 0.5);
        display: flex;
    }
    .chart-serbia .mob-lines > div:first-child{
    border: none;
  }
     .chart-serbia .mob-lines > div > span {
        margin-top: auto;
        display: block;
        margin-bottom: -20px;
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #797482;
        text-align: center;
        width: 1px;
        position: relative;
        top: 5px;
    }
    .chart-serbia .chart-box-nk .flex-nk {
        flex-direction: column;
        width: 78%;
        justify-content: center;
    }
   .chart-serbia .charts-colors-nk {
      position: absolute;
      bottom: 0px;
      width: 100%;
      padding: 0 0px;
      box-sizing: border-box;
      flex-direction: column;
      display: flex;
  }
  .chart-serbia .mob-lines{
    display: flex;
    width: calc(100% - 40px);
        position: absolute;
        justify-content: space-between;
        left: 24px;
        height: 100%;
        bottom: 0;
  }
    .chart-main-nk.chart-serbia {
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
        height: 205px;
    }
.chart-serbia .chart-box-nk .bar-nk{
  margin-top: 5px;
  box-sizing: border-box;
  padding: 5px;
  height: 25px;
}
  .chart-serbia .chart-box-nk .bar-nk span {
      font-size: 15px;
      margin: 0;
      color: #fff;
      width: unset;
      text-align: right;
  }
  .table-part-nk.financial-first-table{
    padding-top: 0;
  }
   .active .table-part-nk.financial-first-table{
    padding-top: 60px;
  }
  .supervision-table-sr{
    padding-top: 20px;
  }
  .supervision-table-mne{
    padding-top: 0;
  }
    .supervision-ko{
    padding-top: 0 !important;
  }
  .confiscation-nk-sr .mob50-50 .two-rows-nk .table-box-nk{
    width: 48%;
  }
.int-coop-table-nk,.supervision-nk-table{
  margin-top: 0px;
  padding-top: 0;
}
.active .int-coop-table-nk{
  margin-top: 30px;
}

.no-padding .table-part-nk{
  padding-top: 0 !important;
}
.table-part-nk.toggle-table-nk{
  padding-top: 0;
}
.active .table-part-nk.toggle-table-nk{
  padding-top: 30px;
}





