* {
  transition: 0.3s linear;
}
body {
  margin: 0;
  background-color: #222222;
  font-family: Arial, cambria;
  font-size: 1em;
  color: #eeeeee;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container {
  flex: 1;
}
header {
  padding: 5px;
  margin-bottom: 12px;
  background-color: #F60001;
  color: #eeeeee;
  line-height: 1.5;
}
.content-wrap {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #222222;
}
aside {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #222222;
  border: 0px solid #ffffff;
  line-height: 1.5;
}
footer {
  padding: 20px;
  background-color: #F60001;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
p .hgn {
   font-style: normal;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 10px;
}
.cetn {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
ul {
  background-color: #222222;
  font-weight: 700;
  padding: 0 0 0 40px;
  line-height: 1.5;
}
a {
  font-weight: 300;
  color: #eeeeee;
  text-decoration: none;
  font-size: 1em;
  margin: 5px;
}
a:hover {
  color: #940AA4;
  text-decoration: underline;
  font-size: 1em;
  margin: 5px;
}
.language-switcher {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.language-switcher a {
  text-decoration: none;
  color: #333;
}

.language-switcher a:hover {
  color: #0073e6;
}

nav img {
  width: 120px;
  height: 17px;
  border: 0;
  padding-top: 3px;
  padding-right: 12px;
}
.csad {
  font-style: normal;
  font-weight: normal;
}
.wner {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  font-style: normal;
  font-weight: normal;
}
.fver {
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
}
.nost {
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.5;
}
.gerss {
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.5;
}
.sbte {
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.5;
}
.xbce {
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1.5;
}
b,
strong {
  font-weight: bold;
}

@media (min-width: 736px) {
  .main-content {
    display: flex;
  }
  .content-wrap {
    width: calc(100% - 300px);
    margin-right: 20px;
  }
  aside {
    width: 300px;
  }
  p. hgn {
    font-style: normal;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 10px;
}
.cetn {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
}
