*,
*::before,
*::after {
    box-sizing: border-box;
}
body {
    color: #333;
    font: normal 400 14px/1.5 sans-serif;
    margin: 0;
}
a {
    color: #33658a;
    outline: none;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #333;
}
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: 1200px;
    padding: 0 10px;
}
.fill {
    min-width: 1200px;
    width: 100%;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
}
.center {
    text-align: center;
}
/* header */
header {
    display: block;
}
#epLang {
    color: black;
    display: block;
    text-align: right;
}
#epLang a {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0;
    color: #000;
    border-right: solid 2px #000;
}
#epLang a:last-child {
    border-right: none;
}
header .flex {
    display: flex;
    align-items: center;
}
.logos {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.logo {
    height: 65px;
    width: 300px;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
.logo1 {
    background-image: url(logo1.png);
}
.logo2 {
    background-image: url(logo2.png);
    display: none;
}
.logo3 {
    background-image: url(logo3.png);
    display: none;
}
.orangeContainer {
    background-color: #ed7d31;
}
nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-grow: 0;
}
nav a {
    color: #fff;
    display: inline-block;
    font: normal 400 18px/25px sans-serif;
    padding: 0 20px;
    margin: 5px 0;
    text-align: center;
    text-decoration: none;
    border-right: solid 2px #fff;
}
nav a:last-child {
    border-right: none;
}
nav a:hover,
nav a:focus {
    color: #000;
}
#epAttention {
    margin-left: 90px;
    align-self: flex-end;
    margin-bottom: 10px;
}
/* content */
main {
    display: block;
    padding: 30px 0 50px;
}
section {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
section.issues {
    display: block;
}
a.homeButton {
    display: block;
    width: 300px;
    margin-bottom: 20px;
    text-decoration: none;
    line-height: 70px;
    border: #ed7d31 2px dotted;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding-left: 120px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 20px center;
}
a.homeButton:lang(da),
a.homeButton:lang(de),
a.homeButton:lang(et),
a.homeButton:lang(lt),
a.homeButton:lang(no),
a.homeButton:lang(ru),
a.homeButton:lang(sv) {
    width: 350px;
}
a.homeButton:lang(frca) {
    width: 376px;
}
a.homeButton:lang(pl) {
    width: 365px;
}
a.homeButton:hover {
    background-color: #ed7d31;
    /* padding-left: 0; */
    /* text-align: center; */
    color: #fff;
}
a.homeButton:lang(fr) {
    width: 360px;
    padding-left: 100px;
}
.homeButton--report {
    background-image: url(report.png);
}
.homeButton--phone {
    background-image: url(phone.png);
}
.homeButton--follow {
    background-image: url(follow.png);
}
.homeButton--code {
    background-image: url(code.png);
}

.homeButton--report:hover {
    background-image: url(report_hover.png);
}
.homeButton--phone:hover {
    background-image: url(phone_hover.png);
}
.homeButton--follow:hover {
    background-image: url(follow_hover.png);
}
.homeButton--code:hover {
    background-image: url(code_hover.png);
}

.homeButton--code:lang(ru) {
    line-height: 2;
}
.homeButton--code:lang(frca) {
    line-height: 40px;
}

div.col-left {
    width: 58%;
}
div.col-right {
    width: 38%;
}
.report .col-right {
    padding-top: 50px;
}
h1 {
    font: normal 700 35px sans-serif;
    padding: 0;
    margin: 0;
}
h2 {
    font: normal 700 24px sans-serif;
    padding: 0;
}
h3 {
    font: normal 700 18px sans-serif;
    margin: 1em 0;
    padding: 0;
}
h4 {
    margin: 0;
}
#epEmergency {
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
#epEmergency:lang(frca) {
    font-size: 13px;
}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
.text-input {
    height: 24px;
    width: 300px;
    margin: 10px 0 20px;
}
#epDataPrivacy {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
}
#epDataPrivacy .online,
#epDataPrivacy .phone {
    display: none;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
select {
    font: normal 400 14px sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 300px;
}
button,
.submit {
    background: #ed7d31;
    border: solid 1px #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 5px;
}
button:hover,
.submit:hover,
button:focus,
.submit:focus {
    background: #333;
    color: #fff;
}
button:disabled {
    background: #ddd;
    cursor: default;
}
button:hover:disabled,
button:focus:disabled {
    background: #ddd;
}
.nowrap {
    white-space: nowrap;
}
#epIssues {
    width: 1000px;
    margin: 40px auto;
}
#epIssues .catdesc {
    display: none;
}
#epIssues .catname {
    font: normal 700 16px/20px sans-serif;
}
#epIssues .details {
    font-size: 12px;
    margin-left: auto;
}
#epIssues .issue {
    color: #000;
    margin: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
}
#epIssues .name {
    font: normal 700 14px/20px sans-serif;
    width: 400px;
    min-height: 60px;
    border: solid 1px #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
}
#epIssues .issue:hover .name,
#epIssues .issue:focus .name {
    background-color: #ed7d31;
    color: #fff;
}
#epIssues .desc {
    flex-basis: 100%;
    padding: 5px 0;
    margin-left: 20px;
}
/* footer */
footer {
    font-size: 12px;
    padding: 20px 0;
}
footer th {
    display: none;
}
footer td {
    padding: 5px 0 0 !important;
}
footer .line1 {
    float: left;
    padding-left: 10px;
}
footer .line2 {
    color: #fff;
    float: right;
    padding-right: 10px;
}
footer .line2 a {
}
footer .line2 a:hover,
footer .line2 a:focus {
}
footer table {
    margin: 0 auto !important;
    width: 1200px !important;
}
