html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-size: 12px;
  font-family: Tahoma, Tahoma, Arial, Verdana, sans-serif;
  line-height: 1.6;
  color: #575757;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,133563+100 */
  background: #1e5799; /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #133563 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%, #133563 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%, #133563 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e5799", endColorstr="#133563",GradientType=0 ); /* IE6-9 */
}

strong {
  font-weight: bold;
}

.headerTitle {
  clear: both;
  font: 12px Tahoma, Arial, Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

header {
  overflow: hidden;
  padding: 10px;
  background-color: #d8d8c9;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header.container {
  margin-top: 20px;
}
header .sliderHeader {
  position: relative;
  float: left;
  margin-right: 20px;
}
header .sliderHeader .characters h1, header .sliderHeader .characters h2 {
  color: #FFF;
  position: absolute;
  font-size: 26px;
  line-height: 30px;
  text-shadow: 4px 4px 2px rgb(0, 0, 0);
  margin: 0;
}
header .sliderHeader .characters h2.name {
  top: 10px;
  left: 20px;
}
header .sliderHeader .characters h2.name span {
  display: block;
}
header .sliderHeader .characters h1.companyName {
  bottom: 15px;
  right: 20px;
}
header .informationHeaderBox {
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}
header .informationHeaderBox__title {
  margin-bottom: 10px;
}
header .informationHeaderBox__logo {
  margin-bottom: 10px;
}
header .informationHeaderBox__logo img {
  display: block;
  margin: 0 auto;
  height: 30px;
}
header .informationHeaderBox__desc {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
header .informationHeaderBox__info {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
header .informationHeaderBox__contact {
  display: flex;
  gap: 20px;
  justify-content: center;
}
header .informationHeaderBox__contact a {
  color: #575757;
  font-size: 15px;
  text-decoration: none;
}
header .informationHeader {
  display: none !important;
  float: left;
  width: 260px;
  padding: 9px 15px;
  color: #575757;
}
header .informationHeader p {
  display: block;
}
header .informationHeader p span {
  display: block;
  margin-top: 5px;
}
header .informationHeader p span:first-child {
  margin-top: 0;
}
header .informationHeader p span.info {
  text-align: right;
  margin-bottom: 8px;
}
header .informationHeader p span.application {
  margin-top: 8px;
}
header .informationHeader p span.number {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 16px;
}
header .informationHeader p span.number i {
  display: none;
  float: left;
  line-height: 48px;
  font-size: 25px;
  margin-right: 5px;
}
header .informationHeader p span img {
  max-width: 130px;
  float: right;
  display: block;
}

.slicknav_menu {
  display: none;
}

nav {
  clear: both;
  width: 100%;
  height: 34px;
  background: url(../images/bg_menu.png);
}
nav span {
  display: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  color: #FFF;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
nav span i {
  float: left;
  display: block;
  position: absolute;
  left: 0;
  padding: 8px 15px;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  list-style: none;
}
@media screen and (min-width: 980px) {
  nav ul li:hover > ul {
    display: block;
  }
}
nav ul li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
nav ul li a:hover span {
  background-color: #153d7a;
}
nav ul li a.active span {
  background-color: #153d7a;
}
nav ul li a span {
  display: block;
  height: auto;
  line-height: 18px;
  margin: 8px 0;
  padding: 0 10px;
  font-size: 12px;
  text-align: left;
}
nav ul li a i.fa {
  display: none;
}
nav ul li ul {
  display: none;
  position: absolute;
  background: #0a2655;
  z-index: 10;
}
nav ul li ul.show {
  display: block;
}
nav ul li ul.show ul {
  display: none;
}
nav ul li ul li {
  clear: both;
  width: 170px;
  border-bottom: 1px solid #153d7a;
}
nav ul li ul li:last-child {
  border-bottom: 0;
}
nav ul li ul li:hover ul {
  height: auto;
}
nav ul li ul li a span {
  margin: 0;
  padding: 8px 10px;
}
nav ul li ul li.subpage-1 ul {
  top: 0;
}
nav ul li ul li.subpage-2 ul {
  top: 35px;
}
nav ul li ul li.subpage-2 .subpage-1 ul {
  top: 0;
}
nav ul li ul li.subpage-2 .subpage-2 ul {
  top: 35px;
}
nav ul li ul li.subpage-2 .subpage-3 ul {
  top: 70px;
}
nav ul li ul li.subpage-2 .subpage-4 ul {
  top: 105px;
}
nav ul li ul li.subpage-2 .subpage-5 ul {
  top: 140px;
}
nav ul li ul li.subpage-3 ul {
  top: 70px;
}
nav ul li ul li.subpage-3 .subpage-1 ul {
  top: 0;
}
nav ul li ul li.subpage-3 .subpage-2 ul {
  top: 35px;
}
nav ul li ul li.subpage-3 .subpage-3 ul {
  top: 70px;
}
nav ul li ul li.subpage-3 .subpage-4 ul {
  top: 105px;
}
nav ul li ul li.subpage-3 .subpage-5 ul {
  top: 140px;
}
nav ul li ul li ul {
  position: absolute;
  top: 0;
  right: -170px;
}

div.section {
  overflow: hidden;
  padding: 20px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.section.sectionAside article {
  width: 720px;
  padding-right: 15px;
  border-right: 1px dotted #d8d8c9;
}
div.section article {
  float: left;
  width: auto;
  color: #575757;
}
div.section article .headerArticle {
  margin-bottom: 20px;
  color: #4b4b3a;
  font-family: Arial;
  font-size: 24px;
}
div.section article .contentArticle p {
  float: left;
  clear: both;
  width: auto;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: Arial;
}
div.section article .contentArticle ul {
  clear: both;
}
div.section aside {
  float: right;
  width: 160px;
  padding: 0 10px;
  height: 100%;
}
div.section aside .contact {
  width: 100%;
}
div.section aside .contact a {
  display: block;
  width: auto;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4074a4+0,80a1be+4,7a9dbc+17,5582ac+67,4074a4+100 */
  background: #4074a4; /* Old browsers */
  background: -moz-linear-gradient(top, #4074a4 0%, #80a1be 4%, #7a9dbc 17%, #5582ac 67%, #4074a4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4074a4 0%, #80a1be 4%, #7a9dbc 17%, #5582ac 67%, #4074a4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4074a4 0%, #80a1be 4%, #7a9dbc 17%, #5582ac 67%, #4074a4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4074a4", endColorstr="#4074a4",GradientType=0 ); /* IE6-9 */
}
div.section aside .companyInformation {
  font-weight: 700;
  color: #575757;
}
div.section aside .companyInformation p {
  display: block;
  margin-top: 15px;
}
div.section aside .companyInformation p span {
  display: block;
}
div.section aside .companyInformation p a {
  color: #5885ae;
}
div.section aside .companyInformation p a:hover {
  color: #2a567e;
}
div.section aside .companyInformation .logoBox {
  margin-top: 30px;
}
div.section aside .companyInformation .logoBox img {
  display: block;
  margin: 0 auto;
}
div.section aside .companyInformation .logoBox .name {
  text-align: center;
}
div.section aside .companyInformation .description {
  margin-top: 30px;
  font-weight: normal;
  text-align: center;
}
div.section aside .companyInformation .description span {
  display: block;
}

.container {
  width: 960px;
  margin: 0 auto;
}

.list-content {
  margin-bottom: 20px;
}
.list-content ul {
  padding-left: 20px;
}
.list-content ul li {
  list-style-type: disc;
}

.contentArticle {
  width: 100%;
  float: left;
}
.contentArticle.imagesBoxes .contentArticle-Box {
  float: left;
  width: 520px;
}

.newsBox {
  overflow: hidden;
}
.newsBox .newsDate {
  font-size: 14px;
}
.newsBox .newsTitle {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.articleList ul {
  margin: 0 0 20px 20px;
}
.articleList ul li {
  list-style: disc;
}
.articleList a {
  color: #ee8025;
}

.section-pdf {
  clear: both;
  float: left;
  margin: 20px auto;
  width: 100%;
}
.section-pdf .section-pdf-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.section-pdf .section-pdf-content a.btn-link-pdf {
  background-color: #153d7a;
  color: #fff;
  line-height: 32px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 150px;
}

.privacyPolicy {
  display: flex;
  flex-direction: column;
}
.privacyPolicy h3 {
  font-size: 18px;
  margin: 15px 0;
}
.privacyPolicy ul {
  margin: 0 0 20px 20px;
}
.privacyPolicy ul li {
  list-style: disc;
}
.privacyPolicy p {
  margin-bottom: 10px;
}
.privacyPolicy a {
  color: #ee8025;
}
.privacyPolicy hr {
  width: 100%;
}

.contentArticle-Images {
  float: right;
}

.content {
  clear: both;
  float: left;
  width: 100%;
}

.serviceBox {
  margin-top: 20px;
}
.serviceBox .title {
  font-style: italic;
  font-family: Tahoma;
  color: #000099;
  text-align: center;
}
.serviceBox .phone {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 10px 0;
}
.serviceBox .phone a {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.serviceBox .mediaBox {
  margin: 10px auto 0;
  max-width: 840px;
  padding: 0;
  text-align: center;
}
.serviceBox .mediaBox ul {
  list-style: none;
  position: relative;
  vertical-align: middle;
  z-index: 5;
  border: none;
  margin: 0;
}
.serviceBox .mediaBox ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: none;
  font-size: 20px;
  padding: 0 10px;
}
.serviceBox .mediaBox ul li a {
  display: block;
}

.doubleList {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.doubleList .box {
  float: left;
  width: 48%;
}
.doubleList .box .headerTitle {
  margin-bottom: 5px;
}
.doubleList .box:last-child {
  float: right;
}
.doubleList .box ul {
  margin-left: 20px;
}
.doubleList .box ul li {
  list-style: disc;
}

.photoListBox {
  overflow: hidden;
  padding: 20px 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.photoListBox .photoList {
  display: table;
  width: 100%;
}
.photoListBox .photoList .photos {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  margin-right: 2%;
}
.photoListBox .photoList .photos img {
  display: block;
  max-width: 240px;
  width: 100%;
}
.photoListBox .photoList .list {
  display: table-cell;
  vertical-align: middle;
  width: 58%;
}
.photoListBox .photoList .list div ol {
  margin-left: 40px;
}
.photoListBox .photoList .list div ol li {
  list-style: decimal;
}

.containerHeader {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font: normal 180% Arial, Helvetica, sans-serif;
}

.boxes {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.boxes.centerText {
  text-align: center;
}
.boxes.textItalic {
  font-style: italic;
}

span.iconInfo {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/con_info.png) no-repeat;
}

.galeryBox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.galeryBox.items4 ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.galeryBox.items4 ul li:nth-child(4n+4) {
  margin-right: 0;
}
.galeryBox.items4 ul li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.galeryBox.items4 ul li a img {
  display: block;
  width: 100%;
}
.galeryBox.items4 ul li span {
  font-size: 24px;
  color: #000;
  position: absolute;
  right: 30px;
  bottom: 5px;
}
.galeryBox .galleryContent {
  display: table;
  margin: 0 auto;
}
.galeryBox .galleryContent a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8px;
  text-decoration: none;
}
.galeryBox .galleryContent a span {
  display: block;
  color: #575757;
  text-decoration: none;
}
.galeryBox .galleryContent a img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.galeryBox .galleryContent .fancyGallery span {
  text-align: center;
}
.galeryBox .galleryDescription {
  width: 510px;
  margin: 30px auto 10px;
  text-align: center;
  font-weight: bold;
}
.galeryBox .galleryDescription a {
  color: #f16f04;
}

.galleryVertical {
  float: right;
  max-width: 140px;
}
.galleryVertical.galleryVerticalTop {
  margin-top: -57px;
}
.galleryVertical ul li {
  margin-bottom: 5px;
}
.galleryVertical ul li a {
  display: block;
  position: relative;
}
.galleryVertical ul li a img {
  display: block;
  width: 100%;
  height: auto;
}
.galleryVertical ul li a span {
  position: absolute;
  display: block;
  bottom: 0;
  left: 10px;
  font-size: 30px;
  color: #FFF;
}

.directoriesBox .headerTitle {
  text-align: center;
}
.directoriesBox ul {
  width: 520px;
  margin: 0 auto;
}
.directoriesBox ul li {
  float: left;
  max-width: 250px;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.directoriesBox ul li a {
  display: block;
  text-align: center;
  color: #f16f04;
}

.parameters_markings {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.parameters_markings ul {
  margin-left: 20px;
}
.parameters_markings ul li {
  float: left;
  width: 100%;
  line-height: 18px;
  list-style: disc;
  margin-bottom: 8px;
}
.parameters_markings ul li:last-child {
  list-style: none;
  margin-bottom: 0;
}
.parameters_markings ul li img {
  float: right;
  display: block;
}

.parameters_markings_description {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.parameters_markings_description ul {
  margin-left: 20px;
}
.parameters_markings_description ul li {
  float: left;
  width: 100%;
  line-height: 18px;
  list-style: disc;
  margin-bottom: 8px;
}
.parameters_markings_description ul li span.color {
  color: red;
  font-weight: 700;
}
.parameters_markings_description ul li .desc {
  height: 20px;
  margin-top: 5px;
}
.parameters_markings_description ul li .desc span {
  display: block;
  float: left;
  width: 50%;
  line-height: 20px;
  margin-right: 10px;
  text-align: right;
}

.listBox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.listBox.single .list {
  float: left;
  width: 100%;
}
.listBox.double .list {
  float: left;
  width: 50%;
}
.listBox.item3 ul li {
  width: 33%;
}
.listBox ul {
  margin-left: 20px;
  padding: 0;
}
.listBox ul li {
  float: left;
  width: 25%;
  list-style: disc;
}
.listBox ul li a {
  color: #f16f04;
  text-decoration: none;
}

.mapsBox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.mapsBox .mapContent {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.mapsBox .mapContent .headerTitle {
  text-align: center;
}
.mapsBox .mapContent .infoMaps {
  float: left;
  width: 225px;
  margin-right: 10px;
}
.mapsBox .mapContent .infoMaps p {
  display: block;
  margin-bottom: 20px;
}
.mapsBox .mapContent .infoMaps a.mail,
.mapsBox .mapContent .infoMaps a.phone {
  color: #5885ae;
  font-weight: 700;
}
.mapsBox .mapContent .infoMaps a.mail:hover,
.mapsBox .mapContent .infoMaps a.phone:hover {
  color: #2a567e;
}
.mapsBox .mapContent .maps {
  float: left;
  width: 450px;
}
.mapsBox .mapContent .maps iframe {
  display: block;
  margin: 0 auto;
}

.tableBox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.tableBox .headerTitle {
  text-align: center;
}
.tableBox table {
  width: 625px;
  margin: 0 auto;
  border: 2px solid #6a6963;
}
.tableBox table tr {
  height: 25px;
}
.tableBox table tr th {
  padding: 0 5px;
  background-color: #6a6963;
  color: #FFF;
  font-weight: 700;
  border: 1px solid #FFF;
}
.tableBox table tr td {
  padding: 0 5px;
  color: #6a6963;
  border: 1px solid #6a6963;
}

.slider_container {
  position: relative;
  width: 600px;
  height: 250px;
  top: 0px;
  left: 0px;
}
.slider_container .slides {
  overflow: hidden;
  position: absolute;
  width: 600px;
  height: 250px;
  top: 0px;
  left: 0px;
  cursor: move;
}

ol {
  clear: both;
  list-style-type: decimal;
  margin-left: 20px;
}

.navigationFixed__btn {
  bottom: 25px;
  position: fixed;
  display: flex;
  background-color: #d8d8c9;
}
.navigationFixed__phone {
  display: none;
  left: 15px;
}
.navigationFixed__phone a {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
}
.navigationFixed__phone a svg {
  display: flex;
  height: 20px;
}
.navigationFixed__up {
  display: none;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  height: 40px;
  right: 15px;
  width: 40px;
}
.navigationFixed__up.visible {
  display: flex;
}
.navigationFixed__up svg {
  display: flex;
}

.sectionPhotoText {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.sectionPhotoText .sectionPhotoText-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.sectionPhotoText .sectionPhotoText-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.sectionPhotoText .sectionPhotoText-content p {
  width: 100% !important;
  text-align: justify;
  margin-bottom: 0 !important;
}
.sectionPhotoText .sectionPhotoText-content.sectionPhotoText-contentImgLeft {
  flex-wrap: nowrap;
}
.sectionPhotoText .sectionPhotoText-content.sectionPhotoText-contentImgRight {
  flex-wrap: nowrap;
}
.sectionPhotoText .sectionPhotoText-content.sectionPhotoText-contentImgCenter {
  justify-content: center;
}
.sectionPhotoText .sectionPhotoText-content.sectionPhotoText-contentImgCenter p {
  width: 100%;
}

#cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
  z-index: 1000;
}
#cookie-notice.hidden {
  display: none;
}
#cookie-notice #accept-cookies {
  background-color: #026416;
  color: white;
  border: none;
  padding: 14px 24px;
  cursor: pointer;
  margin: 10px;
}
#cookie-notice #decline-cookies {
  background-color: #B40404;
  color: white;
  border: none;
  padding: 14px 24px;
  cursor: pointer;
  margin: 10px;
}

footer {
  clear: both;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  padding: 10px 50px;
  background: #FFF;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer p {
  display: block;
}
footer p a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #575757;
  text-decoration: none;
  padding: 5px 0;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 980px) {
  .container {
    width: calc(100% - 20px);
  }
  header {
    display: table;
  }
  header.container {
    margin-top: 10px;
  }
  header .sliderHeader {
    display: none;
    width: calc(100% - 300px);
    margin: 0;
  }
  header .sliderHeader .slider_container {
    width: 600px !important;
    display: block;
    margin: 0 auto;
  }
  header .sliderHeader .characters {
    display: none;
  }
  header .informationHeader {
    float: none;
    width: 250px;
    display: table-cell;
    vertical-align: middle;
  }
  .slicknav_menu {
    display: block;
  }
  nav {
    display: block;
    position: relative;
    height: 10px;
    background: #1E5799;
  }
  nav span {
    display: block;
  }
  nav > ul {
    position: absolute;
    display: none;
    width: 300px;
    top: 36px;
    background: #1E5799;
  }
  nav > ul > li:last-child a {
    border-bottom: 0;
  }
  nav > ul li {
    position: relative;
    clear: both;
    float: left;
    width: 300px;
  }
  nav > ul li a {
    width: calc(100% - 20px);
    padding: 8px 0;
    margin: 0 10px;
    border-bottom: 1px solid #FFF;
  }
  nav > ul li a:hover span {
    background: transparent;
  }
  nav > ul li a.active span {
    background: transparent;
  }
  nav > ul li a span {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  nav > ul li a i.fa {
    display: block;
    float: right;
    position: absolute;
    top: 12px;
    right: 20px;
  }
  nav > ul li ul {
    position: relative;
    display: none;
  }
  nav > ul li ul li {
    width: 300px;
    border-bottom: 0;
  }
  nav > ul li ul li a span {
    padding: 0 10px;
  }
  nav > ul li ul li ul {
    position: relative;
    display: block;
    left: 0;
    top: 0 !important;
  }
  nav > ul li ul li ul li a span {
    padding: 0 20px;
  }
  nav > ul li ul li ul li ul li a span {
    padding: 0 30px;
  }
  nav ul,
  nav span {
    display: none;
  }
  div.section.sectionAside article {
    width: 100%;
    margin-right: 0;
    border-right: 0;
  }
  div.section.sectionAside article .contentArticle.imagesBoxes .contentArticle-Box {
    width: calc(100% - 190px);
  }
  div.section.sectionAside aside {
    display: none;
  }
  .parameters_markings_description ul li .desc {
    height: auto;
  }
  .parameters_markings_description ul li .desc span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .parameters_markings_description ul li .desc img {
    display: block;
    margin: 0 auto 20px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 620px) {
  .informationHeader .info {
    display: none;
  }
  div.section.sectionAside article .contentArticle.imagesBoxes .contentArticle-Box {
    width: 100%;
  }
  div.section.sectionAside article .contentArticle.imagesBoxes .galleryVertical {
    float: left;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  div.section.sectionAside article .contentArticle.imagesBoxes .galleryVertical ul {
    display: flex;
    flex-wrap: wrap;
  }
  div.section.sectionAside article .contentArticle.imagesBoxes .galleryVertical ul li {
    float: left;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  header .informationHeader p span.number i {
    display: block;
  }
  .directoriesBox ul {
    width: 100%;
  }
  .directoriesBox ul li {
    clear: both;
    float: none;
    margin: 0 auto 20px;
  }
  .tableBox table {
    width: 100%;
  }
  .galeryBox .galleryContent {
    width: calc(100% - 40px);
  }
  .galeryBox .galleryDescription {
    width: 100%;
  }
  .galeryBox.items4 ul li span {
    right: 5px;
  }
  .parameters_markings ul li img {
    float: none;
    max-width: 100%;
    margin: 10px auto 0;
  }
  .listBox.item4 ul, .listBox.item3 ul {
    margin: 0;
  }
  .listBox.item4 ul li, .listBox.item3 ul li {
    list-style: none;
    margin-bottom: 10px;
  }
  .listBox.item4 ul li a, .listBox.item3 ul li a {
    display: block;
    text-align: center;
  }
  .bx-wrapper .bx-prev {
    left: -35px;
  }
  .bx-wrapper .bx-next {
    right: -35px;
  }
  .navigationFixed__phone {
    display: flex;
  }
}
@media (max-width: 480px) {
  .parameters_markings_description ul li .desc img {
    width: 100%;
  }
  .mapsBox .mapContent .maps {
    width: 100%;
  }
  .mapsBox .mapContent .maps iframe {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */