/** arch chrt */
    svg {
        width: 100%;
        height: 100%;
    }
    svg .seat {
        cursor: pointer;
        transition: all 800ms;
    }

    svg .seat.bn { fill: #1c58c1; }    
    svg .seat.ph, .seat.pkt { fill: #e40402; }
    svg .seat.pn { fill: #13467d; }
    svg .seat.gps { fill: #534e6c; }
    svg .seat.grs { fill: #a400ff; }
    svg .seat.oth { fill: #818181; }
    svg .seat.pi { fill: #00c185; }
    svg .seat.gta { fill:#007c6c;}

    .arc-chart-bottom-bar-tube-item.bn{ background-color: #1c58c1; }    
    .arc-chart-bottom-bar-tube-item.ph, .arc-chart-bottom-bar-tube-item.pkt { background-color: #e40402; }
    .arc-chart-bottom-bar-tube-item.pn{ background-color: #13467d; }
    .arc-chart-bottom-bar-tube-item.gps{ background-color: #534e6c; }
    .arc-chart-bottom-bar-tube-item.grs{ background-color: #a400ff; }
    .arc-chart-bottom-bar-tube-item.oth { background-color: #818181; }
    .arc-chart-bottom-bar-tube-item.no-party { background-color: #696969 ;}
    .arc-chart-bottom-bar-tube-item.pi { background-color: #00c185; }
    .arc-chart-bottom-bar-tube-item.gta { background-color: #007c6c; }

    .arc-chart-bottom-bar-caption-item._bn .number{ color: #2000c2; }    
    .arc-chart-bottom-bar-caption-item._ph  .number{ color: #d40225; }
    .arc-chart-bottom-bar-caption-item._pkt  .number{ color: #d40225; }
    .arc-chart-bottom-bar-caption-item._gps .number{ color: #413d55; }
    .arc-chart-bottom-bar-caption-item._grs .number{ color: #ffc40c; }
    .arc-chart-bottom-bar-caption-item._oth  .number{ color: #818181; }
    .arc-chart-bottom-bar-caption-item._no-party  .number{ color: #ffc40c; }
    .arc-chart-bottom-bar-caption-item._pi  .number{ color: #00c185; }
    
    svg .seat.vacant { fill: #FFFFFF; }
    svg .seat.no-party { fill: #ffc40c; }

/** layout */

   .flex-center.front-page-section-1{
        display: flex;
        flex-wrap: wrap;
    }
    
    .top-verticle-share{
        width: 35px;
        max-width: 35px;
        flex: 0 0 35px;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }

    .arc-graph-div{
        width: calc(60% - 45px);
        max-width: calc(60% - 45px);
        flex: 0 0 calc(60% - 45px);
        margin-right: 10px;
        padding: 0px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .news-div{
        width: 40%;
        max-width: 40%;
        flex: 0 0 40%;
    }

    .grey-bg{
        background-color: #f3f3f3;
    }

    .arc-chart-title {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding: 10px 0px 20px;
    }

    .arc-chart-total {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        margin-top: -45px;
    }

    .arc-chart-bottom-bar-tube{
        width: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border-radius: 15px;
        overflow: hidden;
    }

    .arc-chart-bottom-bar-tube-item{
        height: 15px;
    }

    .arc-chart-bottom-bar {
        width: 100%;
        padding: 15px 0;
    }

    .arc-chart-bottom-bar-caption {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: center;
    }

    .arc-chart-bottom-bar-caption .number {
        display: block;
        font-weight: 700;
    }

    .news-div{
        position: relative;
    }

    .news-div-header {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        height:30px;
        overflow-y: hidden;
    }

    .news-div-header>div:first-child{
        display: flex;
        align-items: flex-end;
    }
    .news-div-header .title {
        font-size: 20px;
        font-weight: bold;
        margin-right:8px;
    }
    .news-div-header .btn-more {
        background-color: #980000;
        font-size: 13px;
        padding: 3px 10px;
        color: #ffffff;
    }

    .news-div-list {
        position: absolute;
        top: 35px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow-y: auto;
    }

    .news-div-list-item.haslink a {
        display: flex;
        justify-content: space-between;
        text-decoration: none;
    }

    .news-div-list-item.haslink a .right{
         white-space: nowrap;
    }

    .news-div-list-item.haslink .title {
        color: #ff6f07;
    }

    .news-div-list-item.haslink .btn {
        padding: 3px 10px;
        color: #ffffff;
        background-color: #ff6f07;
        font-size: 13px;
    }

    .news-div-list-item .title {
        font-size: 17px;
        font-weight: bold;
    }

    .news-div-list-item .time {
        font-size: 14px;
        color: #696969;
    }

    .news-div-list-item {
        padding: 8px 10px;
    }

    #news-div-list-mobile{
        display:none;
    }

    .extra-info {
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        border-radius: 8px;
        width: 155px;
        height: 120px;
        z-index: 10;
        background-color: #ffffff;
    }
    .extra-info:hover {
        display: block;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    .extra-info-header {
        background-color: #f8f8fe;
        padding: 8px 15px;
        font-size: 13px;
    }
    .extra-info-body {
        width: 100%;
        background-color: #ffffff;
        font-size: 12px;
        padding: 8px 15px 10px;
    }
    .extra-info-body span {
        width: 50px;
        display: block;
    }
    .demographic-info {
        position: absolute;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        border-radius: 8px;
        width: 150px;
        height: 125px;
        z-index: 10;
        background-color: #ffffff;
    }
    .demographic-info:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        display: block;
    }
    .demographic-info-header {
        background-color: #f8f8fe;
        padding: 8px 15px;
        font-size: 13px;
    }
    .demographic-info-body {
        width: 100%;
        background-color: #ffffff;
        font-size: 12px;
        padding: 8px 15px;
    }
    .demographic-info-body span {
        width: 50px;
        display: block;
    }
    .demo-btn:hover, .stat-btn:hover {
        cursor: pointer;
    }  
    .main-page-horizontal-share {
        display: none;
    } 
    .main-page-vertical-share {
        display: block;
    }

    .main-page-news {
        display: block;
    }

    .main-page-mobile-news {
        display: none;
    }

    .btn-more-mobile {
        display: none;    
    }
@media (max-width: 1019px) and (min-width: 768px){
    .front-page-section-1{
        padding: 0px 10px;
    }
    .news-div-header{
        height: 60px;
    }
    .news-div-header>div:first-child {
        align-items: flex-start;
        flex-direction: column;
    }
    .news-div-list {
        top: 65px;
    }
}

@media (max-width: 767px){
    .flex-center.inner-wrap.front-page-section-1 {
        display: block;
        padding: 8px 10px 15px 10px;
        /* background-color: #f3f3f3; */
    }
    .top-verticle-share{
        background-color: #f3f3f3;
        align-items: flex-end;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .top-verticle-share .vertical-share-btns{
        flex-direction: row;
    }
    .top-verticle-share .vertical-share-btns .share-btn{
        margin-bottom: 0px;
        margin-right: 5px;
    }
    .top-verticle-share .vertical-share-btns .share-btn:last-child{
        margin-right: 0px;
    }

    .arc-graph-div{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-right: 0px;
        padding: 0px ;
    }

    .news-div{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .arc-chart-title{
        font-size:25px;
    }

    .news-div-header{
        height: auto;
        padding: 0 5px;
        display: none;
    }
    .news-div-header>div:first-child {
       width:100%;
       justify-content: space-between;
       align-items: center;
    }
    .news-div-header .btn-more{
        display:none
    }
    .news-div-header .title {
        font-size: 25px;
    }

    .news-div-list {
        position: relative;
        top: initial;
        bottom: initial;
        left: initial;
        right: initial;
        width: 100%;
        /*overflow-y: initial;*/
    }

    #news-div-list{
        display:none;
    }

    #news-div-list-mobile{
        display:block;
    }

    .main-page-horizontal-share {
        display: block;
        margin-top: 5px;
    } 

    .main-page-vertical-share {
        display: none;
    }

    .main-page-news {
        display: none;
    }

    .main-page-mobile-news {
        display: block;
        margin-top: 20px;
    }
    .btn-more-mobile {
        display: block;
        text-align: center;
        padding: 10px 0px;
        margin: 0 auto 5px;
    }
/*    .btn-more-mobile:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #bc0000;
    }*/
    .btn-more-mobile a {
        text-decoration: none;
        color: #ffffff;
    }
    .btn-more-mobile span {
        background-color: #bc0000;
        font-size: 16px;
        padding: 10px 23px;
        display: inline-block;
    }
    .btn-more-mobile span:hover {
        background-color: #ffffff;
        color: #bc0000;
        border: solid 3px #bc0000;
        padding: 7px 20px;
    }
    .btn-more-mobile span:hover a {
        color: #bc0000;
    }
    .extra-info {
        left: -130px;
    }
    .demographic-info {
        left: -125px;
    }
    #header-menu .menu-div .hide-in-mobile-mode {
        display:none;
    }
}


@media (max-width: 1024px) {
    .main-page-news #news-div-list {
        padding: 10px;
    }
}

.social-medial-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.social-medial-home {
    display: flex;
    align-items: center;
}

.social-medial-home .title {
    font-size: 18px;
    font-weight: bold;    
    margin-right: 10px;
    padding-left: 5px;
}

.social-medial-block .btn-more {
    font-size: 11px;
    background-color: #980000;
    padding: 4px 10px;
}