[class*=tpm-],[class*=tpm-]:after,[class*=tpm-]:before,[class*=tpm-]:focus{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline:none}

.tpm-infrastructure__cert {display:none;}
.tpm-infrastructure__main {display:none;}
.tpm-section__hd {display:none;}
.tpm-section.bg-gray {
    background-color: #f5f7fa;
}

.tpm-section__inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1280px;
}

.tpm-infrastructure__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 1920px auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.tpm-infrastructure {
    position: relative;
    height: 520px;
}
.tpm-earth {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.tpm-earth-canvas, .tpm-earth-trigger {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tpm-earth-trigger {
    display: block;
    z-index: 1;
    width: 1325px;
    height: 100%;
    top: 10px;
    cursor: pointer;
}
.tpm-earth-with-bg {
    background-image: url(./img/earth.png);
    background-size: auto 608px;
    background-position: 50%;
    background-repeat: no-repeat;
}