
#site-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}

@media print, screen and (min-width: 64em) {
    #site-stat {
        margin-bottom: 76px;
    }
}

@media screen and (min-width: 81.25em) {
    #site-stat {
        margin-top: -110px;
        z-index: 2;
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}


.site-stat-cont {
    width: 100%;
    max-width: 78.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media print, screen and (min-width: 64em) {
    .site-stat-cont {
        height: 220px;
    }
}

@media screen and (min-width: 100em) {
    .site-stat-cont {
        max-width: 1400px;
    }
}

.site-stat-cont .bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(59, 49, 110, 0.9);
}

@media screen and (min-width: 81.25em) {
    .site-stat-cont .bg {
        border-top: 10px solid #F6F7F9;
        border-bottom: 10px solid #F6F7F9;
        padding-left: 100px;
        padding-right: 100px;
        -webkit-clip-path: polygon(110px 0, calc(100% - 110px) 0, 100% 50%, calc(100% - 110px) 100%, 110px 100%, 0 50%);
        clip-path: polygon(110px 0, calc(100% - 110px) 0, 100% 50%, calc(100% - 110px) 100%, 110px 100%, 0 50%);
    }
}

.site-stat-cont .site-stat__radius {
    display: none;
    position: absolute;
    top: -2px;
    width: auto;
    height: 223px;
}

.site-stat-cont .site-stat__radius.site-stat__radius-l {
    left: -26px;
}

.site-stat-cont .site-stat__radius.site-stat__radius-r {
    right: -26px;
}

@media screen and (min-width: 81.25em) {
    .site-stat-cont .site-stat__radius {
        display: block;
    }
}

.site-stat__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 -32px 0;
    color: #ffffff;
    padding: 40px;
    width: 100%;
    max-width: 1200px;
}

.site-stat__data li {
    text-align: center;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 32px;
    position: relative;
}

@media print, screen and (min-width: 40em) {
    .site-stat__data li {
        width: 33.333%;
    }
}

@media print, screen and (min-width: 64em) {
    .site-stat__data li {
        width: 20%;
    }
}

.site-stat__data li:after {
    content: '';
    display: none;
    width: 0;
    height: 40px;
    border-right: 2px solid #8980B9;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-stat__data li:nth-child(2n+1):after {
    display: block;
}

.site-stat__data li:last-child:after {
    display: none;
}

@media print, screen and (min-width: 40em) {
    .site-stat__data li:after {
        display: block;
    }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .site-stat__data li:nth-child(3):after {
        display: none;
    }
}

.site-stat__val {
    font-size: 36px;
    font-weight: 800;
    font-style: italic;
    color: #8980B9;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    margin-right: 6px;
}

@media print, screen and (min-width: 64em) {
    .site-stat__val {
        font-size: 48px;
        margin-right: 10px;
    }
}

.site-stat__name {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}
