@font-face {
  font-family: 'he-reg';
  src: url('fonts/HelveticaNeueLTPro-Roman.ttf') format('opentype');
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
}
@font-face {
  font-family: 'he-med';
  src: url('fonts/HelveticaNeueLTPro-MdEx.ttf') format('opentype');
  font-display: swap;
  ascent-override: 90%;
  descent-override: 10%;
}
@font-face {
  font-family: 'he-medext';
  src: url('fonts/helveticaneue-mediumext.ttf') format('opentype');
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #555;
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'he-med', sans-serif;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  }
  
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #444444;
    color: #fff;
  }
  
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  
  button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
    background-color: #555;
  }
  
  fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  legend {
    font-family: 'he-med', sans-serif;
    margin-bottom: 0.375em;
    padding: 0;
  }
  
  label {
    display: block;
    font-weight: normal;
    margin-bottom: 0.375em;
  }
  
  input,
  select,
  textarea {
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
  }
  
  [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: 0.5em;
    -webkit-transition: border-color 150ms ease;
    -o-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    width: 100%;
  }
  
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #cccccc;
  }
  
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #555;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
    outline: none;
  }
  
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
  }
  
  [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
    border: 1px solid #ddd;
  }
  
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #858585;
  }
  
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #858585;
  }
  
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #858585;
  }
  
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585;
  }
  
  textarea {
    resize: vertical;
  }
  
  [type="checkbox"],
  [type="radio"] {
    display: inline;
    margin-right: 0.375em;
  }
  
  [type="file"] {
    margin-bottom: 0.75em;
    width: 100%;
  }
  
  select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto;
  }
  
  [type="checkbox"]:focus,
  [type="radio"]:focus,
  [type="file"]:focus,
  select:focus {
    outline: 3px solid rgba(85, 85, 85, 0.6);
    outline-offset: 2px;
  }
  
  input[type="search"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  ul,
  ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  dl {
    margin: 0;
  }
  
  dt {
    font-family: 'he-med', sans-serif;
    margin: 0;
  }
  
  dd {
    margin: 0;
  }
  
  figure {
    margin: 0;
  }
  
  img,
  picture {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  
  table {
    border-collapse: collapse;
    margin: 1.5em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%;
  }
  
  thead {
    line-height: 1.3;
    vertical-align: bottom;
  }
  
  tbody {
    vertical-align: top;
  }
  
  tr {
    border-bottom: 1px solid #ddd;
  }
  
  th {
    font-family: 'he-med', sans-serif;
  }
  
  th,
  td {
    padding: 0.75em 0.75em 0.75em 0;
  }
  
  html {
    color: #333;
    font-family: 'he-reg', sans-serif;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'he-med', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 0.25em;
  }
  
  h1 {
    font-size: 2.2em;
  }
  
  h2 {
    font-size: 1.8em;
  }
  
  h3 {
    font-size: 1.4em;
  }
  
  h4 {
    font-size: 1.2em;
  }
  
  h5 {
    font-size: 1.1em;
  }
  
  p {
    margin: 0 0 0.75em;
  }
  
  a {
    color: #555;
    text-decoration: none;
    -webkit-transition: color 150ms ease;
    -o-transition: color 150ms ease;
    transition: color 150ms ease;
  }
  
  a:active, a:focus, a:hover {
    color: #404040;
  }
  
  hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0;
  }
  
  pre, code, tt {
    font: 1em "andale mono", "lucida console", monospace;
    line-height: 1.5;
  }
  
  pre {
    background-color: #efefef;
    display: block;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #aaaaaa;
  }
  
  abbr {
    border-bottom: 1px dotted #666666;
    cursor: help;
    white-space: nowrap;
  }
  
  
/* Animacie */

@keyframes FadeIn { 
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}




.container{
  max-width: 1200px;
}


/* OTHERS */

#block-mytheme-languageswitcher .contextual{
  display: none !important;
}

button#cboxClose {
  display: none !important;
}

#main .container {
  overflow: hidden;
}

.slick-dots li{
  list-style-type: none;
}


/* HEADER */

header#header {
  background-color: #082268;
  height: 80px;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}

div#block-headerlogo {
  height: 80px;
  align-content: center;
}

div#block-headerlogo .haader_logo{
  display: flex;
  gap: 50px;
  justify-content: center;
}

div#block-headerlogo .haader_logo a{
  align-content: center;
}

div#block-headerlogo .haader_logo img{
  object-fit: contain;
}

header#header .container {
  position: relative;
}

#block-mytheme-main-menu {
  right: 110px;
  position: absolute;
}

nav#block-mytheme-main-menu .menu {
    margin: 0;
    padding: 0;
    line-height: 80px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
nav#block-mytheme-main-menu .menu .menu-item {
    display: inline-block;
    line-height: 1;
}
#block-mytheme-main-menu .menu .menu-item a {
    cursor: pointer;
    margin: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    position: relative;
    font-size: 13px;
    color: #fff;
    transition: all 0.3s;
}

header#header.active #block-mytheme-main-menu .menu .menu-item a{
  color: #000;
}

header#header.active #block-headerlogo{
  top: 13px;
}

/* FRONTPAGE*/

div#block-mytheme-page-title{
  padding: 0px 0px 50px;
}
.page-node-type-frontpage #block-mytheme-page-title{
  padding-top: 50px;
}
div#block-mytheme-page-title h1{
  font-size: 48px;
  text-align: center;
  margin-bottom: 0;
}
.page-node-16 div#block-mytheme-page-title h1{
  font-size: 23px;
}
.page-node-type-frontpage div#main .container {
  max-width: initial;
}
.slick-slide img {
  display: block;
  width: 100%;
  max-height: 500px;
  min-height: 300px;
  object-fit: cover;
}
.slick-dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}
.slick-dots li {
  margin: 5px 5px 0px !important;
}
.slick-dots > li button {
  width: 20px;
  height: 5px;
  padding: 0px;
  font-size: 0px;
  background: rgba(255,255,255,0.4);
}
.slick-active > button {
  background-color: #fff !important;
}
.field--field-mapa {
  max-width: 1200px;
  margin: 0 auto;
}

.fp-map h2,
.field--body h2,
.fp-gallery h2,
.fp-next h2,
.fp-why-ema-rail h2{
  font-size: 56px;
  line-height: 1.2;
  text-align: center;
  color: #012369;
  margin: 50px auto;
}

.field--body h2:first-child {
  margin-top: 0;
}

.page-node-type-frontpage .file--application-pdf a, 
.page-node-type-frontpage .file--x-office-document a, 
.page-node-type-frontpage .file--mime-text-plain a, 
.page-node-type-frontpage .file--x-office-presentation a, 
.page-node-type-frontpage .file--x-office-spreadsheet a,
.page-node-type-frontpage .file--image a{
	margin-left: initial;
}

.page-node-type-frontpage .file--application-pdf, 
.page-node-type-frontpage .file--x-office-document, 
.page-node-type-frontpage .file--mime-text-plain, 
.page-node-type-frontpage .file--x-office-presentation, 
.page-node-type-frontpage .file--x-office-spreadsheet,
.page-node-type-frontpage .file--image{
  background-image: initial;
	background-repeat: initial;
	background-position: initial;	
	background-size: initial;
  padding: initial;
  line-height: initial;
}

.frontpage__download {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.frontpage__download .file a {
  padding: 12px 35px;
  border: 2px solid #c1042f;
  color: #002168;
  text-transform: uppercase;
  line-height: 2;
  width: 100%;
  display: block;
  font-size: 14px;
  transition: all 0.5s;
}
.frontpage__download .file a:hover{
  border: 2px solid #002168;
  color: #333;
  transition: all 0.5s;
}



/* MAIN */
.page-node-type-bocznice #main .container,
.page-node-type-about_us #main .container,
.page-node-type-page #main .container {
  padding: 50px 10px;
}
.field--field-obrazok {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
/*.field--field-obrazok > div {
  width: calc(100%/3 - 14px);
}
.field--field-obrazok > div img{
  transition: all 0.3s;
}
.field--field-obrazok > div img:hover {
  filter: grayscale(1);
  transition: all 0.3s;
}*/
.page-node-13 table thead,
.bocznice__dokument table thead {
  display: none;
}
.page-node-13 tbody tr td,
.bocznice__dokument tbody tr td {
  padding: 20px;
}
.tabulka_slim {
  width: 20%;
  padding: 20px;
  background-color: #707171;
  color: white;
  text-align: center;
}
.page-node-13 tbody tr,
.bocznice__dokument tbody tr {
  border: 1px solid #f5f5f5;
}
.page-node-13 table a,
.bocznice__dokument table a {
  color: #C1042F;
  transition: all 0.3s;
}
.page-node-13 table a:hover,
.bocznice__dokument table a:hover{
  color: #002168;
  transition: all 0.3s;
}
div#block-views-block-bocznice-block-1 .views-field-title a {
  font-size: 25px;
  color: #c1042f;
  transition: all 0.3s;
}
div#block-views-block-bocznice-block-1 .views-field-title a:hover {
  color: #002168;
  transition: all 0.3s;
}
.page-node-4 .field--paragraph--field-email{
  display: flex;
  gap: 10px;
}
.page-node-4 .infolinka__telefon,
.page-node-4 .osoba__telefon{
  display: flex;
  gap: 10px;
}
.page-node-4 .field--field-meno {
  font-family: 'he-med', sans-serif;
  color: #474747;
}
.osoba__telefon a,
.page-node-4 .field--paragraph--field-email a{
  color: #c1042f;
  transition: all 0.3s;
}
.osoba__telefon a:hover,
.page-node-4 .field--paragraph--field-email a:hover{
  color: #002168;
  transition: all 0.3s;
}
.page-node-4 .infolinka__funkcia h2,
.page-node-4 .field--field-funkcia{
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #002168 !important;
  font-family: 'he-med', sans-serif;
  line-height: 1.3;
  margin: 0 0 0.25em;
}
.page-node-4 .field--field-fotka img {
  width: 200px;
  object-fit: cover;
  object-position: center;
}
.field--field-osoby {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.field--field-osoby > div {
  width: calc(100%/3 - 14px);
}
.field--field-funkcia {
  min-height: 100px;
  display: flex;
  align-items: self-end;
}
.field--field-fotka {
  margin: 30px auto 20px;
}
.page__infolinky {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.page__infolinky > div {
  width: calc(100%/3 - 14px);
}

/* Dokumenty */

.file--application-pdf a, 
.file--x-office-document a, 
.file--mime-text-plain a, 
.file--x-office-presentation a, 
.file--x-office-spreadsheet a,
.file--image a{
	margin-left: 50px;
}

.file--application-pdf, 
.file--x-office-document, 
.file--mime-text-plain, 
.file--x-office-presentation, 
.file--x-office-spreadsheet,
.file--image{
	background-repeat: no-repeat;
	background-position: center left;	
	background-size: 30px 30px;
  padding: 30px 0;
  line-height: 50px;
}

.file--image{
	background-image: url('cssimg/jpg-logo.png');
}

.file--x-office-document{
	background-image: url('cssimg/word.svg');
}

.file--application-pdf{
	background-image: url('cssimg/pdf.svg');
}

.file--x-office-spreadsheet{
	background-image: url('cssimg/excel.svg');
}

.file--text{
	background-image: url('cssimg/txt.svg');
}

.file--x-office-presentation{
	background-image: url('cssimg/powerpoint.svg');	
}


/* FOOTER */

#footer {
    background-color: #082268;
    color: #fff;
    text-align: center;
    padding: 50px 10px;
}
.social_icon {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px auto;
}
.footer_logo {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 50px;
}

.footer_logo a{
  align-content: center;
}

.footer_logo img{
  object-fit: contain;
}

#footer a{
    color: #fff;
}
#footer a:hover{
    text-decoration: underline;
}
.footer_cookies{
  margin: 15px 0px;
}






/*------- COOKIES DEFAULT ----------*/

#cookiesjsr {
  --default-margin: 1.25em;
  --font-size-reset: 1rem;
  --btn-font-color: #fff;
  --btn-border-color: #fff;
  --btn-bg-color: #002168;
  --btn-prime-font-color: #002168;
  --btn-prime-border-color: #fff;
  --btn-prime-bg-color: #fff;
  --btn-inv-font-color: #002168;
  --btn-inv-border-color: #002168;
  --btn-inv-bg-color: #fff;
  --btn-prime-inv-font-color: #fff;
  --btn-prime-inv-border-color: #002168;
  --btn-prime-inv-bg-color: #002168;
  --link-list-font-color: #fff;
  --link-list-separator-color: #fff;
  --banner-logo-offset: 100px;
  --banner-bg-color: #002168;
  --banner-font-color: #fff;
  --layer-header-height: 3.5em;
  --layer-header-bg-color: #fff;
  --layer-header-font-color: #000f37;
  --layer-body-bg-color: #fff;
  --layer-tab-bg-color: #fff;
  --layer-tab-font-color: #000f37;
  --layer-tab-active-bg-color: #002168;
  --layer-tab-active-font-color: #fff;
  --layer-bg-dark: #002168;
  --layer-font-light: #fff;
  --layer-font-dark: #000f37;
  --layer-border-color: #e4e5e6;
  --layer-footer-bg-color: #fff;
  --layer-footer-font-color: #000f37;
  --layer-footer-height: 4.5em;
  --switch-border-color: #e4e5e6;
  --switch-handle-color: #fff;
  --switch-bg-off: #fff;
  --switch-bg-on: #0a0;
  --switch-width: 45px;
  --switch-height: 20px;
  --switch-always-on-font-color: #0a0;
  --switch-always-on-bg-color: #fff;
  }

  .cookiesjsr-service-group--services {
      background-color: #002168;
      }
  
  .cookiesjsr-service-group--services {
      background-color: #002168;
  }

  .cookiesjsr-btn {
      border: 2px solid #fff;
  }

  .cookiesjsr-layer--close.dialog-first-tab {
      background-color: unset !important;
  }

  button.cookiesjsr-btn.invert.denyAll,button.cookiesjsr-btn.invert.allowAll {
    color: #000;
  }


  /*------  LOGIN --------*/

.page-user-login #block-mytheme-page-title{
  text-align: center;
  margin-top: 100px;
  text-transform: uppercase;
}
.page-user-login #block-mytheme-page-title h1 {
  margin: 0;
}

.user-pass {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0px;
  }

.user-login-form {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0px;
}

.user-login-form .form-actions {
  text-align: center;
  margin-top: 60px;
}

#edit-submit {
  background-color: #002168;
  padding: 1rem;
  border-radius: 0.3rem;
  color: #fff;
  display: block;
  width: 210px;
  text-align: center;
  margin: 0 auto;
  transition: 0.3s;
  border: 0;
}

#edit-submit:hover,
#edit-submit:active{
  background-color: #0f4376; 
  color: #fff;
}

#edit-name--description,#edit-pass--description{
  display: none;
}

header#header{
  top: 62px;
}

.grey_line_footer,
.grey_line_top{
  background-color: #9FC5FD;
  text-align: center;
  padding: 20px 10px;
  font-family: 'he-medext', sans-serif;
  font-size: 25px;
  line-height: 35px;
  color: #082268;

}


.body-page .main{
  margin-top: -30px;
}

#header.active{
  top: 0px;
}

article ul,
article ol{
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.page-node-15 .page__body{
  text-align: center;
}
.back_home{
  margin-top: 30px;
}
.back_home a {
  padding: 12px 35px;
  border: 2px solid #c1042f;
  color: #002168;
  text-transform: uppercase;
  line-height: 2;
  display: inline-block;
  font-size: 14px;
  transition: all 0.5s;
}
/* 404 END */

.page-node-17 h1{
  visibility: hidden;
  position: absolute;
  font-size: 15px;
}
.page-node-17 .content-main{
  padding-bottom: 100px;
}
.button_odkaz{
  margin-bottom: 30px;
  margin-top: 30px;
}
.button_odkaz a{
  color: #002168;
  border-color: #002168;
  border: 1px solid;
  padding: 8px 15px;
  display: inline-block;
}
.whistleblowing_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
.whistleblowing_box > div {
  width: calc(100% / 2 - 25px);
}

.page__download > div:first-child{
  font-size: 20px;
  font-family: 'he-med', sans-serif;
}

.page__download > div a:hover{
  text-decoration: underline;
}

.about-heading{
  position: relative;
}

.field--field-about-obrazok{
  text-align: right;
}

.about-heading-text{
  position: absolute;
  display: flex;
  background-color: #082268;
  bottom: 100px;
  width: 50%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px;
  color: white;
}

.field--field-mini-title{
  font-family: 'he-med', sans-serif;
  font-size: 35px;
}

.field--field-about-text{
  text-align: center;
  padding: 60px 0;
}

.about-why{
  text-align: center;
  padding-bottom: 35px;
}

/*.about_us__info-metrans{
  display: flex;
  justify-content: center;
  gap: 45px;
  padding-bottom: 50px;
}*/

.field--field-advantages{
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 75px;
}

.field--field-advantages > div{
  width: calc(100% / 4 - 11px);
  text-align: center;
  border: 1px solid #0073EB;
  padding: 110px 20px 20px 20px;
  border-radius: 15px;
  background-color: #0073EB;
  background-repeat: no-repeat;
  background-position: top 15px center;
  background-image: url('cssimg/train2.png');
  background-size: 85px;
  color: white;
}

.field--field-advantages > div p{
  margin: 0;
}

.field--field-advantages > div .count-number{
  font-size: 35px;
  font-family: 'he-med', sans-serif;
}

.field--field-advantages > div:nth-child(2){
  background-image: url('cssimg/wagon2.png');
}

.field--field-advantages > div:nth-child(3){
  background-image: url('cssimg/connection2.png');
}

.field--field-advantages > div:nth-child(4){
  background-image: url('cssimg/employees2.png');
}

.field--field-advantages::after{
  content: none;
}

.page-node-type-frontpage #block-mytheme-page-title{
  position: absolute;
  text-indent: -9999px;
}

.node.frontpage{
  max-width: 1200px;
  margin: auto;
}

.fp-heading-wrapper{
  position: relative;
  padding: 75px 0;
}

.field--field-obrazok-slider{
  margin: 0 0 0 auto;
  max-width: 960px;
}

.fp-heading-text{
  position: absolute;
  display: flex;
  background-color: #082268;
  bottom: 185px;
  width: 45%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px;
  color: white;
  z-index: 50;
  text-align: center;
  box-shadow: 7px 7px 0 #9FC5FD;
}

.fp-heading-text::after{
  /*content: '';
  width: 100%;
  height: 50px;
  background-color: red;
  position: absolute;
  bottom: 0;
  right: 5px;*/
}

.fp-heading-text p{
  font-family: 'he-medext', sans-serif;
  font-size: 28px;
  line-height: 39px;
  margin: 0;
}

.fp-heading-text p span{
  color: #FF0038;
}

.field--field-slogan-title{
  font-family: 'he-med', sans-serif;
  font-size: 32px;
}

.field--field-obrazok .slick-track{
  display: flex;
  gap: 10px;
  justify-content: center;
}

/*.field--field-obrazok > div{
  width: calc(100% / 3 - 10px);
}*/

.field--field-obrazok .slick-arrow{
  position: absolute;
  z-index: 50;
  top: 50%;
  background-color: initial;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent !important;
  padding: 10px;
  width: 55px;
}

.field--field-obrazok .slick-prev{
  left: 0;
  transform: translate(13%, -50%);
  background-image: url('cssimg/left.svg');
}

.field--field-obrazok .slick-next{
  right: 0;
  transform: translate(-2%, -50%);
  background-image: url('cssimg/right.svg');
}


.node.frontpage .field--body,
.node.frontpage .fp-map h2,
.fp-gallery,
.fp-webform-wrapper,
.fp-links{
  padding: 0 10px;
}

.fp-webform-wrapper{
  display: flex;
  gap: 20px;
  padding: 50px 10px;
  align-items: baseline;
}

.fp-webform-wrapper > div{
  width: calc(100% / 2 - 10px);
}

.fp-links h2,
.fp-webform-wrapper h2{
  font-size: 34px;
  color: #012369;
}

.fp-webform-left span{
  font-family: 'he-med', sans-serif;
  color: #012369;
}

.field--field-webform #edit-actions input{
  margin: 20px auto 0 0;
}

.fp-links{
  display: flex;
  gap: 20px;
  padding: 50px 10px 75px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fp-links h2{
  padding-bottom: 20px;
}

.fp-links p{
  margin: 0;
}

.fp-links a{
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 2;
  display: inline-block;
  padding: 10px 0 10px 40px;
  background-image: url('cssimg/web.svg');
  background-size: 30px;
  text-decoration: underline;
}

.fp-links a.fp-link-linkedin{
  background-image: url('cssimg/linkedin.svg');
}

.page-node-20 #block-mytheme-page-title{
  display: none;
}

.paragraph--type--why-metrans h3{
  font-size: 25px;
}

.paragraph--type--why-metrans{
  display: flex;
  align-items: center;
  gap: 35px;
  background-color: #082268;
  color: white;
  position: relative;
}

.paragraph--type--why-metrans .field--field-why-text{
  max-width: 480px;
  padding: 50px;
}

.field--field-why{
  position: relative;
  margin-bottom: 50px;
}

.field--field-why .slick-arrow{
  position: absolute;
  top: 0;
}

.field--field-why .slick-prev,
.field--field-why .slick-next{
  background-color: initial;
  color: transparent !important;
  width: 25px;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('cssimg/left.svg');
  left: 50px;
  z-index: 50;
  padding: 0;
  top: 25px;
}

.field--field-why .slick-next{
  background-image: url('cssimg/right.svg');
  left: 75px;
}

.go-to-main-web{
  display: flex;
}

.go-to-main-web-left{
  width: 40%;
}

.go-to-main-web-right{
  width: 60%;
  background-color: #082268;
  color: white;
  padding: 40px;
}

.go-to-main-web-right a{
  color: white;
}

.go-to-main-web-right a:hover{
  text-decoration: underline;
}

.go-to-main-web-right .go-to-link{
  color: #082268;
  background-color: white;
  border: 1px solid white;
  display: inline-block;
  padding: 8px 15px;
  transition: 0.3s ease;
}

.go-to-main-web-right .go-to-link:hover{
  color: white;
  background-color: #082268;
}

.go-to-main-web .go-to-main-web-left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-node-4 iframe{
  width: 100%;
  margin-top: 20px;
}

#block-mytheme-languageswitcher{
  position: absolute;
  right: 15px;
  top: 24px;
}

#block-mytheme-languageswitcher ul.links{
  display: flex;
  gap: 15px;
}

#block-mytheme-languageswitcher a{
  color: white;
  font-size: 13px;
}

.page-node-type-frontpage #header.active #block-taalkeuze a{
  color: #000;
}

.paragraph--type--why-metrans .field--field-fotka{
  margin: 0;
  height: 100%;
}

.paragraph--type--why-metrans .field--field-fotka img{
  height: 100%;
}

.cookiesjsr-service-group--tab{
  font-weight: initial;
}

.page-node-2 .go-to-main-web-right a{
  text-decoration: underline;
}

.gm-ui-hover-effect{
  width: 20px !important;
  height: 20px !important;
}

.gm-ui-hover-effect > span{
  width: 14px !important;
  height: 14px !important;
  margin: 3px !important;
}

.page-node-type-about_us #main .container{
  padding: 50px 0;
}

.page-node-type-about_us #block-mytheme-page-title{
  padding: 0 10px 50px;
}

.page-node-type-about_us .field--field-about-text,
.page-node-type-about_us .about-why h2{
  padding: 0 10px;
}

.field--field-advantages{
  padding-left: 10px;
  padding-right: 10px;
}

.fp-video-wrapper{
  position: relative;
  line-height: 0;
  margin-top: 70px;
  margin-bottom: 15px;
}

.fp-video-wrapper:before{
  content: '';
  width: 100px;
  height: 35px;
  background-color: #082268;
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -1;
}

.fp-video-wrapper:after{
  content: '';
  width: 100px;
  height: 35px;
  background-color: #9FC5FD;
  position: absolute;
  bottom: -7px;
  right: -7px;
  z-index: -1;
}

.fp-video-wrapper video{
  width: 100%;
  height: 800px;
  object-fit: cover;
  cursor: pointer;
}

.fp-video-wrapper .video-start-button{
  position: absolute;
  background-image: url('cssimg/video-start.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 123px;
  display: block;
  width: 123px;
  height: 123px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paragraph--type--companies .field--field-logo{
  max-width: 300px;
  margin: auto;
  padding: 25px 0 50px 0;
  text-align: center;
}

.paragraph--type--companies .field--field-company-text{
  text-align: center;
  padding-bottom: 45px;
}

.paragraph--type--companies .field--field-company-gallery{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.paragraph--type--companies .field--field-company-gallery > div{
  width: calc(100% / 3 - 7px);

}

.paragraph--type--companies .field--field-company-gallery img{
  min-height: 300px;
  object-fit: cover;
}

.field--field-company > div{
  padding-bottom: 80px;
}

.fp-next{
  padding: 0 15px;
}

.fp-next .field--field-whats-next-text{
  text-align: center;
  padding-bottom: 50px;
}

.fp-highlighted{
  max-width: 100vw;
  background-color: #082268;
  text-align: center;
  margin: 25px calc(-50vw + 50%);
  padding: 50px 0 50px 0;
}

.fp-highlighted .field--field-highlighted-text{
  color: white;
  font-size: 42px;
  font-family: 'he-medext', sans-serif;
  line-height: 60px;
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.field--field-why-ema{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 25px 15px 30px;
}

.field--field-why-ema > div{
  width: calc(100% / 3 - 14px);
  text-align: center;
}

.field--field-why-ema .field--field-why-title{
  color: #002269;
  font-size: 34px;
  line-height: 44px;
  font-family: 'he-medext', sans-serif;
  padding-top: 30px;
  padding-bottom: 15px;
  min-height: 133px;
  align-content: center;
}

.fp-gallery h2{
  margin: 75px auto 40px;
}

.fp-why-ema-rail h2{
  margin: 100px auto 50px;
}

.fp-links .fp-links-right-2 a{
	background: none;
	padding: 0;
}

.fp-link-download{
  padding-top: 15px;
}