@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --blue: rgb(0, 117, 201);
    --green: rgb(108, 192, 74);
    --gray: rgb(87, 87, 86);
}

body {
    color: #333;
    font: normal 400 15px 'Roboto', sans-serif;
    margin: 0;
}

body.index {
    color: #333;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--blue);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: var(--green);
}

.logoContainer {
    align-items: center;
    display: flex;
}

.logoContainer p {
    color: var(--green);
    font-size: 30px;
    margin: 0.5em 0;
}

a.logo {
    background: url(logo1.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 80px;
    margin: 10px 30px 10px 10px;
    width: 200px;
}

.index h1 {
    color: unset;
    font: normal 700 24px 'Roboto', sans-serif;
    padding: 0;
}

h1 {
    color: var(--gray);
    font: normal 400 30px 'Roboto', sans-serif;
    padding: 0;
}

h2 {
    color: var(--gray);
    font: normal 400 20px 'Roboto', sans-serif;
    padding: 0;
}

h3 {
    font: normal 700 16px 'Roboto', sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

.contain {
    margin: 0 auto;
    width: 1000px;
}

.fill {
    min-width: 1000px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

/* header */

header {
    border-bottom: 1px solid #ccc;
    display: block;
}

header > .fill {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#epLang {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 15px 0;
}

#epLang a {
    color: var(--gray);
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}

#epLang a:hover {
    color: #05bbda;
}

nav {
    display: flex;
    font: normal 500 16px 'Roboto', sans-serif;
    justify-content: space-between;
}

nav a {
    color: var(--gray);
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
}

nav a:hover {
    color: var(--blue);
}

#epAttention {
    background: var(--gray);
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

banner {
    align-items: center;
    display: flex;
}

.bannerImg {
    background: url(banner.jpg) no-repeat center left;
    background-size: contain;
    height: 450px;
    width: 65%;
}

.bannerPage {
    background: #eee;
    padding: 10px;
}

.bannerPage h1,
.bannerPage h2 {
    margin: 8px 0;
}

.buttons {
    margin-left: auto;
    width: 30%;
}

.buttons a {
    align-items: center;
    background: var(--blue) url() no-repeat center left 15px;
    background-size: 18%;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    height: 90px;
    margin: 10px 0;
    padding: 15px 15px 15px 100px;
    text-decoration: none;
}

/* .buttons a:hover {} */

.buttons a.report {
    background-image: url(icon_report.png);
}

.buttons a.phone {
    background-image: url(icon_phone.png);
}

.buttons a.follow {
    background-image: url(icon_follow.png);
}

.buttons span.title {
    display: block;
    font-size: 22px;
    width: 100%;
}

/* content */

main {
    min-height: 400px;
    display: block;
    padding: 30px 0 70px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

div.col-left {
    padding: 0 10px;
    width: 60%;
}

div.col-right {
    padding: 0 10px;
    width: 38%;
}

div.col-100 {
    padding: 0 10px;
    width: 100%;
}

.main-index {
    padding-top: 0 !important;
}

#valuesBox {
    /* width: 700px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 10px 20px;
    background-color: #e7e6e6;
    text-decoration: none;
    cursor: pointer;
}

#valuesText {
    width: 520px;
    font-size: 16px;
    color: #0577ca;
}

#valuesIconsContainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.valueIcon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.valueIconImage {
    height: 75px;
    width: 75px;
}

.valueIconText {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}

.valueIconImage {
    background-size: contain;
    margin-bottom: 5px;
}

#customer-icon {
    background-image: url(customer_focus.png);
}
#trust-icon {
    background-image: url(trust.png);
}
#respect-icon {
    background-image: url(respect.png);
}
#innovation-icon {
    background-image: url(innovation.png);
}

#customer-text {
    color: #0078ce;
}
#trust-text {
    color: #ae0f3f;
}
#respect-text {
    color: #6dc14a;
}
#innovation-text {
    color: #ff6c0c;
}

.box {
    border: 3px var(--blue) solid;
    padding: 0;
}

.box h2 {
    display: block;
    color: #fff;
    background: var(--blue);
    margin: 0;
    padding: 10px;
}

.box p {
    padding: 0 10px;
}

#epEmergency {
    padding: 10px 0;
    text-align: center;
}

#epEmergency strong {
    display: inline-block;
    margin-right: 7px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: block;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

select {
    font: normal 400 14px 'Roboto', sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
input.submit {
    background: var(--blue);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    margin: 15px 0;
    padding: 8px 25px;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}

button:hover,
input.submit:hover {
    background: var(--green);
}

.nowrap {
    white-space: nowrap;
}

#epPhone .output {
    float: right;
    margin-top: -40px;
    width: 500px;
}

#epPhone .output h3 {
    margin-top: 0;
}

#epIssues {
    width: 100%;
}

#epIssues .category {
    display: block;
    margin-bottom: 20px;
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: var(--blue);
    font: normal 700 20px 'Roboto', sans-serif;
    padding: 20px 0;
    width: 100%;
}

#epIssues .details {
    font: italic 400 11px 'Roboto', sans-serif;
    position: absolute;
    right: 7px;
    text-decoration: underline;
    top: 3px;
}

#epIssues .issue {
    background: var(--blue);
    color: #fff;
    align-items: center;
    border: 3px solid var(--blue);
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

#epIssues .issuebox {
    background: #fff;
    width: 100%;
}

#epIssues .name {
    font: normal 700 15px/20px 'Roboto', sans-serif;
    padding: 5px;
    width: 28%;
    text-align: center;
}

#epIssues .desc {
    background: #fff;
    border-left: 3px solid var(--blue);
    color: #777;
    font-size: 14px;
    padding: 10px 60px 10px 15px;
    width: 72%;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    font-size: 18px;
}

/* footer */

footer {
    font-size: 14px;
    padding: 20px 0;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    float: left;
    padding-left: 10px;
}

footer .line2 {
    color: var(--gray);
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    color: var(--gray);
}

footer .line2 a:hover {
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1000px !important;
}
