  * {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: border-box;
  }
body{
    font-family: 'Poppins', sans-serif;
}
.container{
    max-width:1200px;
    margin:0 auto;
}

.containerChart{
    max-width:1200px;
    margin:0 auto;
    padding: 0;
    background:#f0f0f0;
    position: relative;
}
.containerChart h1{
    margin-bottom:40px;
}
.chart-circle{
    width:100px;
    height:100px;
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:block;
    position: absolute;
    top:70px;
    left:60px;
    padding:20px;
}

.logos{
    position: absolute;
    bottom: 40px;
    right: 40px;
    max-width: 250px;
}
.page-navigation{
    position: absolute;
    z-index: 10;
    left:0;
    right:0;
    margin:auto;
    bottom:0;
    background:#fff;
    width:180px;
    height:82px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
   
 
}
.page-navigation h3{
    font-size:0.8em;
    font-weight: 300;
    text-align: center;
    margin:0;
    padding:10px;
    background: #f0f0f0;
}
.prev-btn{
    display:inline-block;
    height:50px;
    color:#444;
    text-decoration:none;
    position: absolute;
    width:60px;
    text-align: center;
    display:block;
    left:0;
    bottom:0;
    font-size:2em;
    padding:5px 5px;
}
.next-btn{
     display:inline-block;
    height:50px;
    color:#444;
    text-decoration:none;
    position: absolute;
    width:60px;
    text-align: center;
    display:block;
    right:0;
    bottom:0;
    font-size:2em;
    padding:5px 5px;
}
.prev-btn:hover,.next-btn:hover{
    background:#ed3148;
    color:#fff;
}
.line-nav{
    width:1px;
    background:#ccc;
    height:20px;
    bottom:15px;
    position: absolute;
    display:block;
    left:0;
    right:0;
    margin:auto;
}

.small-title{
    font-size:0.7em;
    display:block;
    color:#848484;
    padding-bottom:5px;
}
.chapter-title{
    font-size:0.75em;
    display:block;
    font-weight: 600;
    line-height:1.4em;
}
.chart-image{
    width:40px;
    position: absolute;
    left:15px;
    top:0;
    bottom:0;
    margin: auto;
    height:40px;
}
.next-item .chart-image{
    left:initial;
    right:15px;
}
.page-navigation-wrapper{
     position: fixed;
    z-index: 11;
    right:30px;
    margin:auto;
    bottom:30px;
    background:#fff;
    width:180px;
    height:82px;
}
.page-introduction-title{
    font-size:2.4em;
    margin-bottom:20px;
}
p{
    line-height: 1.6em;
    color:rgba(0,0,0,0.5);
    font-size:0.9em;
}
.gray-box{
    padding:30px;
    margin:20px 0;
    background:#f0f0f0;
    font-weight: 500;
    line-height: 1.5em;
   
}
.red-icon{
    color:#ed3148;
    font-size:5em;
}
.internal-title{
    font-size:2em;
    margin:0;
    font-weight: 400;
    margin-bottom:5px;
}
.logo-header{
    max-width: 250px;
    position: absolute;
    right:70px;
    bottom:5px;
}
.gray-block{
    padding:50px 0;
    background:#f0f0f0;
    margin-bottom:30px;
}
.red{
    color:#ed3148;
}
.big-title{
    display:block;
    color:rgba(0,0,0,0.5);
}
.gray-box-small{
    font-size:0.8em;
}
.gray-box-small h3{
    font-size:1.2em;
    font-weight: 700;
}
.powered-text{
    display:inline-block;
    font-size:0.75em;
}
.header{
    position: relative;
    width:100%;
    display:block;
    padding:30px 320px 30px 0;
    color:rgba(0,0,0,0.7);
}
.powered-text{
    display:inline-block;
    position: absolute;
    right:70px;
    bottom:55px;
    color:rgba(0,0,0,0.5);
}
.burger-menu{
    width:40px;
    height:40px;
    display:block;
    cursor:pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    position: absolute;
    right:15px;
    top:0;
    bottom:0;
    z-index: 10;
    margin:auto;
}
#coToolbarFrame,#coFrameDiv{
    z-index: 1000;
}
.animsition-overlay-slide{
    z-index: 1000;
}
.burger-line{
    height:1px;
    background:rgba(0,0,0,0.4);
    position: absolute;
    top:0;
    bottom:0;
    left:5px;
    right:5px;
    margin:auto;
}
.burger-line:before{
    content:"";
    position: absolute;
    bottom:8px;
    left:0;
    right:0;
    height:1px;
    background:rgba(0,0,0,0.4);
}
.burger-line:after{
    content:"";
    position: absolute;
    top:8px;
    left:0;
    right:0;
    height:1px;
    background:rgba(0,0,0,0.4);
}
.sidebar-navigation{
    position: fixed;
    width:300px;
    background:#fff;
    padding:50px 30px 30px 30px;
    top:0;
    right:-350px;
    overflow-y: auto;
    bottom:0;
    z-index: 15;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
      -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.modal-open .sidebar-navigation{
    right:0;
}
.page-navigation-list{
    margin:0;
    padding:0;
    list-style: none;
}
.page-navigation-list a{
    display:block;
    position: relative;
    padding:15px 0 15px 40px;
    color:rgba(0,0,0,0.5);
}

.navigation-icon{
    color:rgba(0,0,0,0.3);
    font-size:2em;
    width:25px;
    height:40px;
    position: absolute;
    left:0;
}
.page-navigation-list a h4{
    margin:0;
    line-height:1.5em;
    font-size:0.9em;
    font-weight: 700;
}
.page-navigation-list a .small-title{
    padding-bottom:5px;
}
.page-navigation-list a:hover .navigation-icon{
    color:#ed3148;
}
.page-navigation-list a:hover{
    color:rgba(0,0,0,0.8);
}
.close-navigation{
    width:36px;
    height:36px;
    background:#ed3148;
    color:#fff;
    position: absolute;
    top:20px;
    right:20px;
    display:block;
    cursor:pointer;
    z-index: 100;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size:1.3em;
    padding:6px 0;
    text-align: center;
}
.burger-menu:hover .burger-line,.burger-menu:hover .burger-line:before,.burger-menu:hover .burger-line:after{
    background: rgba(0,0,0,0.5);
}
.burger-bottom{
    position: absolute;
    width:50px;
    left:0;
    right:0;
    bottom:0px;
    display:block;
    height:50px;
    margin:auto;
    cursor:pointer;
    font-size:2em;
    text-align: center;
    padding:5px;
}
.burger-bottom:hover{
    background:#f0f0f0;
}
.white-box{
    padding:30px;
    background:#fff;
}
.legend-items{
    margin:0;
    padding:0;
    list-style:none;
}
.legend-items > li{
    padding:10px 10px 10px 30px;
    position: relative;
    border-bottom:1px solid #ccc;
}
.legend-items > li:last-child{
    border-bottom:0;
}
.legend-big-title{
    font-weight: 700;
    font-size:1.4em;
    display:block;
    line-height:1em;
}
.legend-color{
    width:20px;
    height:20px;
    display:block;
    position: absolute;
    background:#fff;
    top:15px;
    left:0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.legend-small-title{
   font-size:0.85em;
       color: rgba(0,0,0,0.7);
       line-height:1em;
}
.legend-block{
    padding-left:50px;
    padding-top:20px;
    padding-right: 50px;
}
.info-icon{
    font-size:4em;
    color:#ed3148;
    vertical-align: middle;
}
.white-box h5{
    line-height: 1.4em;
    margin-top:0;
    font-size:0.9em;
}
.white-box h4{
    color:#ed3148;
    vertical-align: middle;
    margin:0;
    font-size:1.1em;
}
.white-box p{
    margin:0;
    font-size:0.8em;
}
.image-container img{
    max-width: 100%;
}
.spaced{
    line-height: 1.5em;
}
.overlay-bg{
    width:0;
    background:rgba(0,0,0,0.4);
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index: 12;
}
.modal-open .overlay-bg{
    width:100%;
}
.share-list{
    margin:0;
    padding:0;
    list-style: none;
    text-align: center;
}
.share-list > li{
    display:inline-block;
    font-size:1.4em;
   
}
.share-list > li a{
    color:rgba(0,0,0,0.4);
     padding:10px 15px;
     display:block;
      -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.share-list > li a:hover{
     color:rgba(0,0,0,0.8);
}
.red-btn{
    display:inline-block;
    color:#fff;
    background:#ed3148;
    padding:8px 40px;
     -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size:0.9em;
}
.red-btn:hover{
    color:#fff;
    background:#da2e43;
}
.footer-navigation{
    background:#f0f0f0;
    position: fixed;
    left:0;
    right:0;
    bottom:-500px;
    padding:0 60px;
     -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.prev-page{
    font-size:2em;
    position: absolute;
    display:block;
    cursor:pointer;
    left:10px;
    top:0;
    bottom:0;
    width:40px;
    height:40px;
    margin:auto;
    text-align: center;
}
.next-page{
    font-size:2em;
    position: absolute;
    display:block;
    cursor:pointer;
    right:10px;
    top:0;
    bottom:0;
    width:40px;
    height:40px;
    margin:auto;
    text-align: center;
}
#bottom-chart-navigation a{
    display:block;
    padding:30px 15px;
    color: rgba(0,0,0,0.5);
     -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
#bottom-chart-navigation h4{
    font-size:0.9em;
    line-height: 1.5em;
    font-weight: 600;
    margin-top:0;
    margin-bottom:0;
}
.footer-icon{
    color: rgba(0,0,0,0.3);
    font-size: 2em;
}
#bottom-chart-navigation a:hover .footer-icon{
    color:#ed3148;
}
#bottom-chart-navigation a:hover{
    color: rgba(0,0,0,0.8);
    background:#fff;
}
.bottom-menu-open .page-navigation-wrapper{
    bottom:200px;
}
.hidden-icon{
    display:none;
}
.bottom-menu-open .page-navigation-wrapper .hidden-icon{
    display:block;
}
.bottom-menu-open .page-navigation-wrapper .visible-icon{
    display:none;
}
.bottom-menu-open .footer-navigation{
    bottom:0;
}
.page-container{
    padding-top:80px;
}
.header-container{
    position: fixed;
    left:0;
    top:0;
    right:0;
    width:100%;
    background:#fff;
    z-index: 14;
      -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.header-container.sticky{
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.chart-title-main{
    position: relative;
    padding-left:30px;
    font-size:3.5em;
    font-weight: 400;
}
.chart-title-main:before{
    content:"";
    left:0;
    top:0;
    height:50%;
    bottom:50%;
    width:2px;
    background:#ed3148;
    display:block;
    position: absolute;
}
.chart-title-main:after{
    content:"";
    left:0;
    top:50%;
    height:50%;
    bottom:0;
    width:2px;
    background:#000;
    display:block;
    position: absolute;
}
.text-right-block{
    text-align: right;
}
.header .small-title{
    font-size:1em;
    padding:0;
}
@media(max-width:768px){
    .text-right-block{
        text-align:left;
     }
    .header .small-title{
        display:none;
    }
    .header{
        height:80px;
    }
    .page-navigation-wrapper{
        left:0;
        right:0;
    }
    .bottom-menu-open .page-navigation-wrapper{
       bottom:180px;
    }
    .legend-block{
        padding:0;
    }
    .chart-title-main{
        font-size:2.5em;
    }
    .page-introduction-title{
        font-size:1.8em;
    }
}