body {
    padding-top: 40px;
}

body > .top.menu {
    background: #fff;
}

.corporate {
    border-top: 2px solid #efefef;
    padding: 30px;
    margin-bottom: -1rem;
}

.corporate .wrap {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    justify-content: space-around;
}

.corporate .wrap > div {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate .wrap > div:first-child {
    border: none;
}

.corporate .logo {
    max-width: 200px;
    max-height: 100px;
    display: block;
    margin: 0px auto;
}

.manufacturers {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #efefef;
}

.manufacturers > div {
    width: 33.333%;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.manufacturers > div:hover {
    opacity: 0.8;
}

.manufacturers.m1 > div {
    width: 100%;
}

.manufacturers.m2 > div {
    width: 50%;
}

.manufacturers .logo {
    max-width: 300px;
    max-height: 100px;
}

.choose-label {
    font-weight: normal;
    font-size: 15px;
    opacity: 0.7;
}

.date-range-holder {
    width: 215px;
    margin: 0 auto;
}

.charts {
    display: flex;
    flex-wrap: wrap;
}

.charts > div {
    width: 50%;
    background: #fff;
    padding: 20px;
}

.pta-button {
    background-color: #ee7200;
    border-color: #ee7200;
    color: #fff;
    border-radius: 1.40625rem;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 5px 0 transparent;
    display: flex;
    font-size: .9375rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.35;
    outline: none;
    padding: 0.67rem 1.5rem;
    text-align: center;
    text-decoration: none;
    transform: translateY(0);
    transition: transform .6s ease, box-shadow .6s ease !important;

}

.pta-button span {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    max-width: 100%;
    outline: none;
    text-align: center;
}

.pta-button:hover {
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .2);
    cursor: pointer;
    transform: translateY(-3px) !important;
}

.charts h3 {
    font-size: 28px;
    margin-bottom: 15px;
    display: inline-block;
}

.branching > div {
    padding: 20px;
}

.branching .iframe-wrap {
    background-color: #efefef;
}

.branching iframe {
    width: 100%;
    height: 60vw;
    border: 1px solid #dedede;
}

.certificates h3 {
    color: #ee7200;
    font-size: 28px;
}

.certificates th a {
    color: #000;
}

.full-width {
    width: 100% !important;
}

