* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
img {
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
}
.container {
    width: 1160px;
    margin: 0 auto;
}
.whitebox {
    background: white;
    padding: 2px 30px 20px 30px;
    margin-bottom: 20px;
}
.whitebox-padd {
    padding: 40px 30px 40px 30px;

}
h2 {
    font-family: 'Lato';
    font-size: 32px;
    color: #292c85;
    font-weight: 700;
}
h2 span {
    font-weight: 500;
}
p {
    font-family: 'Lato';
}
p.notes {
    font-size: 12px;
}
p.clicknote {
    font-size: 16px;
    color: #292c85;
    font-weight: 600;
    text-align: center;
}
.blue {
    color: #292c85;    
}
.inner-block {
    background: #e8f5fa;
    padding: 50px 0px 10px 0px;
}
.head {
    background-image: url('../img/head.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px 0px 10px 0px;
}
.head .container {
    width: auto;
}
.head p {
    margin-bottom: 30px;
}
.head h2 {
    margin-bottom: 30px;
}
.btn {
    display: inline-block;
    border: 2px solid #c5c5c5;
    padding: 10px 10px;
    color: #292C85;
    font-size: 18px;
    border-radius: 4px;
    font-family: 'Lato';
    background: transparent;
    cursor: pointer;
}
.head .btn {
    margin-top: 10px;
    margin-bottom: 40px;
}
ul {
    padding-left: 15px;
}
ul li p {
    font-weight: 600;
}
.green-block {
    background: #66cccc;
    padding: 15px 0px;
}
.green-block p {
    color: white;
    text-align: center;
    font-weight: 600;
    margin: 0;
}
.icon-aim img {
    margin: 10px auto;
}
.icon-aim p {
    font-size: 18px;
    text-align: center;
    color: #292c85;
}
.backtotop {
    text-align: right;
}
.backtotop p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 20px;
    color: #292c85; 
    cursor: pointer;
    font-weight: 600;
}
.backtotop img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
.description {
    position: relative;
    display: none;
}
.description.active {
    display: block;
}
.desc0 h2 {
    color: #0066cc;
}
.desc1 h2 {
    color: #28accd;
}
.desc2 h2 {
    color: #1f7286;
}
.desc3 h2 {
    color: #95c11f;
}
.desc4 h2 {
    color: #96368b;
}
.desc5 h2 {
    color: #e73458;
}
.desc6 h2 {
    color: #00c4b9;
}
.index0 {
    background: #0066ce;
}
.index1 {
    background: #6fc5de;
}
.index2 {
    background: #247085;
}
.index3 {
    background: #94c100;
}
.index4 {
    background: #94388c;
}
.index5 {
    background: #e53c57;
}
.index6 {
    background: #19c3b8;
}

.greyedOut
{
    background: #b7bbc6;
    cursor: default !important;
}
.btn-index {
    padding: 5px 0px 7px 0px;
    margin: 0px 2px;
    cursor: pointer;
    display: table;
    width: calc(100% - 2px);
    height: 55px;
}
.btn-index.active {
    background: #f18e37;
        border: 4px solid #fffe00;
}
.btn-index p {
    margin: 0;
    color: white;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.conc-item {
    display: table;
    background: #e8f5fa;
    padding: 10px 25px;
    margin: 30px 0px;
    border-radius: 80px;
    width: 100%;
    height: 86px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.conc-item.anim {
    opacity: 1;
}
.conc-item p {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #292c85;
}
.conc-item:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.conc-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.conc-item:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.conc-item:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.conc-item:nth-child(5) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.conc-item.active {
    background: #0066ce;
}
.conc-item.active p {
    color: white;
}
.footer {
    padding: 30px 0px 60px 0px;
}
.footer-logo {
    margin: 0 0 0 auto;
}
.btn-inner-index {
    padding: 10px 0px;
    margin: 0px auto 15px auto;
    background: black;
    text-align: center;
    display: table;
    width: calc(100% - 3px);
    height: 70px;
    cursor: pointer;
}
.btn-inner-index p {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
.desc0 .btn-inner-index {
    background: #0066cc;
}
.desc1 .btn-inner-index {
    background: #28accd;
}
.desc2 .btn-inner-index {
    background: #1f7286;
}
.desc3 .btn-inner-index {
    background: #95c11f;
}
.desc4 .btn-inner-index {
    background: #96368b;
}
.desc5 .btn-inner-index {
    background: #e73458;
}
.desc6 .btn-inner-index {
    background: #00c4b9;
}
.btn-inner-index.active {
    background: #f18e37;
            border: 4px solid #fffe00;

}

/*navbar*/

.headblock {
    background-image: url('../img/home-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 15px;
}
.headblock h1, .headblock p {
    color: white;
    margin-bottom: 35px;
}
.headblock h1 {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Lato';
}
.headblock p {
    font-family: 'Lato';
    font-size: 18px;
}
.headnav {
    padding: 20px 0px 30px 0px;
}
.headnav2 {
    padding: 50px 0px 20px 0px;
}
.menu {
    text-align: right;
    margin-top: 0;
}
.menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.menu ul li {
    display: inline-block;
    position: relative;
    padding: 35px 0px 20px 0px;
    margin: 0;
}
.menu ul li + li {
    margin-left: 50px;
}
.menu ul li a {
    font-family: 'Lato';
    display: block;
    color: white;
    font-size: 18px;
}
.menu ul li.active a {
    color: #66CCCC;
}
.menu ul li a:hover {
    color: #66CCCC;
}
.myaccount {
    text-align: right;
}
.myaccount-icon {
    max-width: 190px;
    margin: 0 0 0 auto;
    position: relative;
    cursor: pointer;
}
.myaccount-icon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.myaccount-icon span {
    font-family: 'Lato';
    display: inline-block;
    color: white;
    font-size: 18px;
    vertical-align: middle;
    -webkit-transition: color 0.2 linear;
    -moz-transition: color 0.2 linear;
    -ms-transition: color 0.2 linear;
    transition: color 0.2 linear;
}
.sub-account, .sub-menu-block {
    position: absolute;
    top: 45px;
    right: 14px;
    max-width: 180px;
    width: 100%;
    background: #66CCCC;
    display: none;
    z-index: 2;
    -webkit-transition: opacity 0.2 linear;
    -moz-transition: opacity 0.2 linear;
    -ms-transition: opacity 0.2 linear;
    transition: opacity 0.2 linear;
}
.sub-menu-block {
    min-width: 175px;
    right: 0;
    margin-right: -42px;
    top: 70px;
}
.sub-account ul, .sub-menu-block ul {
    margin: 0;
    padding: 10px 25px;
    list-style: none;
}
.sub-menu-block ul {
    padding: 10px 15px;
}
.sub-account ul li, .sub-menu-block ul li {
    padding: 10px 0px;
    text-align: left;
    margin: 0;
}
.sub-menu-block ul li + li {
    margin-left: 0;
}
.sub-menu-block ul li {
    text-align: center;
    display: block;
    width: 100%;
}
.sub-menu-block ul li a:hover {
    color: white;
}
.sub-menu-block.active {
    display: block;
    z-index: 2;
}
.sub-account ul li a, .sub-menu-block ul li a {
    font-family: 'Lato';
    color: white;
}
.sub-account:after, .sub-menu-block:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #66CCCC transparent;
}
.myaccount.opened .myaccount-icon span {
    color: #66CCCC;
}
.myaccount.opened .sub-account {
    display: block;  
}
.separator-colored {
    background: #3EA3CC;
}
.inner-separator {
    background: #66CCCC;
    height: 21px;
}
.bigcontainer {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0px 10px;
}
.bar {
    height: 20px;
    background: red;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
}
.country-block p {
    margin: 5px 0px;
}
.bar-block p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.country-block.active .bar {
    background: #f18e37 !important;
}

.bar-es .bar {
    background: #3ea3cc;
}
.bar-pt .bar {
    background: #bfdcee;
}
.bar-fr .bar {
    background: #65cccc;
}
.bar-it .bar {
    background: #9ecde5;
}
.bar-ch .bar {
    background: #ccddec;
}
.bar-gb .bar {
    background: #0053a1;
}
.bar-ie .bar {
    background: #dadada;
}
.bar-be .bar {
    background: #6d9ecc;
}
.bar-nl .bar {
    background: #d4d5e7;
}
.bar-de .bar {
    background: #0066cc;
}
.bar-at .bar {
    background: #65b5d6;
}
.bar-si .bar {
    background: #4d94db;
}
.bar-hr .bar {
    background: #b2b2b2;
}
.bar-hu .bar {
    background: #93dbdb;
}
.bar-cz .bar {
    background: #9495c2;
}
.bar-se .bar {
    background: #d4d5e7;
}
.bar-ar .bar {
    background: #696baa;
}
.maps .col7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.333333333%;
    flex: 0 0 57.333333%;
    max-width: 57.333333%;
}
.maps .col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.66666666%;
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
}
.age-block-anim {
    width: 999px;
    height: 436px;
    margin: 0 auto;
}
.ecog-block-anim {
    width: 933px;
    height: 436px;
    margin: 0 auto;
}
.baseline-block-anim {
    width: 1100px;
    height: 361px;
    margin: 0 auto;
}
.gut-block-anim {
    width: 1100px;
    height: 361px;
    margin: 0 auto;
}
.chart-block-anim {
    width: 1043px;
    height: 498px;
    margin: 0 auto;
}