/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: red;
  font-weight: bold;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

.video {
  position: relative;
}

.video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.video iframe {
  width: 170px;
  height: 120px;
}

.media .image {
  float: left;
  margin: 0 10px 10px 0;
  width: 170px;
  height: 150px;
}
.media .image > div {
  margin-bottom: 5px;
}
.media .image > a {
  display: block;
}

.media h2 {
  clear: both;
}

#main-contact label {
  width: 80px;
  display: inline-block;
  *display: inline;
}

#mainmap {
  width: 100%;
  height: 300px;
  margin: 2em 0;
  color: #666;
}

/*form .required label {
	position: relative;

	&:after {
		content: '*';
		color: #ff0000;
		position: absolute;
		right: -8px;
		top: 0px;
	}
}*/
.news img {
  margin-left: 10px;
  margin-bottom: 5px;
}
.news li {
  margin-bottom: 1em;
}

.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .btn {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .btn .up, .number-input-wrapper .btn .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .btn .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .btn .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .btn .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .btn .down:after {
  content: "-";
  display: inline-block;
}

body {
  font-family: "proxima-nova", Arial, sans-serif;
  color: #062d5d;
  font-size: 16px;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a {
  color: #b31c27;
  transition: color 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bordered-title, .homepage-menu .details .title, .footer-nav .menu > li > a, .slideshow .slide .title, h1 {
  font-size: 22px;
  font-weight: 600;
  margin: 2.5em 0 1.5em;
  text-transform: uppercase;
}
.bordered-title:after, .homepage-menu .details .title:after, .footer-nav .menu > li > a:after, .slideshow .slide .title:after, h1:after {
  background: #b31c27;
  content: "";
  display: block;
  height: 8px;
  margin-top: 10px;
  width: 56px;
}
.bordered-title.no-underline:after, .homepage-menu .details .no-underline.title:after, .footer-nav .menu > li > a.no-underline:after, .slideshow .slide .no-underline.title:after, h1.no-underline:after {
  display: none;
}
.bordered-title.white:after, .homepage-menu .details .white.title:after, .footer-nav .menu > li > a.white:after, .slideshow .slide .white.title:after, h1.white:after {
  background: #fff;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.mceContentBody table,
.mce-content-body table {
  border-collapse: separate;
  width: 100%;
}

.mceContentBody ul,
.mce-content-body ul,
.wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol,
.mce-content-body ol,
.wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p,
.mce-content-body p,
.wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul,
.mceContentBody ol,
.mceContentBody p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body p,
.wysiwyg-content ul,
.wysiwyg-content ol,
.wysiwyg-content p {
  line-height: 1.2em;
}
.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6,
.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6,
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.mceContentBody h1:first-child,
.mceContentBody h2:first-child,
.mceContentBody h3:first-child,
.mceContentBody h4:first-child,
.mceContentBody h5:first-child,
.mceContentBody h6:first-child,
.mce-content-body h1:first-child,
.mce-content-body h2:first-child,
.mce-content-body h3:first-child,
.mce-content-body h4:first-child,
.mce-content-body h5:first-child,
.mce-content-body h6:first-child,
.wysiwyg-content h1:first-child,
.wysiwyg-content h2:first-child,
.wysiwyg-content h3:first-child,
.wysiwyg-content h4:first-child,
.wysiwyg-content h5:first-child,
.wysiwyg-content h6:first-child {
  margin-top: 0;
}
.mceContentBody h1,
.mce-content-body h1,
.wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2em;
}
.mceContentBody h2,
.mce-content-body h2,
.wysiwyg-content h2 {
  font-size: 1.8em;
}
.mceContentBody h3,
.mce-content-body h3,
.wysiwyg-content h3 {
  font-size: 1.6em;
}
.mceContentBody h4,
.mce-content-body h4,
.wysiwyg-content h4 {
  font-size: 1.4em;
}
.mceContentBody h5,
.mce-content-body h5,
.wysiwyg-content h5 {
  font-size: 1.2em;
}
.mceContentBody h6,
.mce-content-body h6,
.wysiwyg-content h6 {
  font-size: 1em;
  font-weight: bold;
}

.required ::-webkit-input-placeholder {
  color: #062d5d;
  font-weight: 600;
}

.required :-moz-placeholder {
  /* Firefox 18- */
  color: #062d5d;
  font-weight: 600;
}

.required ::-moz-placeholder {
  /* Firefox 19+ */
  color: #062d5d;
  font-weight: 600;
}

.required :-ms-input-placeholder {
  color: #062d5d;
  font-weight: 600;
}

.button {
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 37px 15px 37px;
  text-transform: uppercase;
}
.button.red {
  background: #b31c27;
  color: #fff;
  transition: all 0.3s;
}
.button.red:hover {
  background: #87151d;
}
.button.gray {
  background: #e6e6e6;
  color: #062d5d;
  transition: all 0.3s;
}
.button.gray:hover {
  background: #cdcdcd;
}
.button.white {
  background: #fff;
  color: #b31c27;
}
.button.medium {
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px 11px 20px;
  text-transform: none;
}
.button.round {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}

.button-next,
.button-prev {
  background: url(../images/layout/icons.png) no-repeat 0 0;
  cursor: pointer;
  height: 56px;
  width: 56px;
}
.button-next.button-next,
.button-prev.button-next {
  background-position: 0 -48px;
}
.button-next.button-next:hover,
.button-prev.button-next:hover {
  background-position: 0 -160px;
}
.button-next.button-prev,
.button-prev.button-prev {
  background-position: 0 -104px;
}
.button-next.button-prev:hover,
.button-prev.button-prev:hover {
  background-position: 0 -216px;
}

.section-gray {
  background: #e6e6e6 url(../images/layout/shadow1.png) no-repeat center 0;
  padding: 40px 0;
}
.section-gray .bordered-title:first-of-type, .section-gray .homepage-menu .details .title:first-of-type, .homepage-menu .details .section-gray .title:first-of-type, .section-gray .footer-nav .menu > li > a:first-of-type, .footer-nav .section-gray .menu > li > a:first-of-type, .section-gray .slideshow .slide .title:first-of-type, .slideshow .slide .section-gray .title:first-of-type, .section-gray h1:first-of-type {
  margin-top: 0;
}

.section-red {
  background: #8c161e;
  color: #fff;
  padding: 40px 0;
}
.section-red .bordered-title:first-of-type, .section-red .homepage-menu .details .title:first-of-type, .homepage-menu .details .section-red .title:first-of-type, .section-red .footer-nav .menu > li > a:first-of-type, .footer-nav .section-red .menu > li > a:first-of-type, .section-red .slideshow .slide .title:first-of-type, .slideshow .slide .section-red .title:first-of-type, .section-red h1:first-of-type {
  margin-top: 0;
}

.text,
textarea,
select {
  background: #e6e6e6;
  border: 0;
  outline: 0;
  padding: 11px;
}

/*---------------------------------------------
-- header
---------------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

.menu-switcher {
  display: none;
  cursor: pointer;
  font-size: 40px;
  padding-top: 0.2em;
  border-top: 0.125em solid #b31c27;
}
.menu-switcher:before {
  content: "";
  display: block;
  width: 1em;
  height: 0.45em;
  border-top: 0.125em solid #b31c27;
  border-bottom: 0.125em solid #b31c27;
}

#logo {
  padding: 21px 0;
}
#logo a {
  display: block;
}

.main-nav .menu {
  outline: none !important;
}
.main-nav .menu a {
  border-bottom: 8px solid transparent;
  color: #062d5d;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 13px 12px;
  text-transform: uppercase;
  transition: all 0.3s;
  outline: none !important;
  text-decoration: none !important;
}
.main-nav .menu .active a,
.main-nav .menu .in-path a,
.main-nav .menu a:hover {
  border-bottom-color: #b31c27;
}
.main-nav .menu .submenu {
  display: none;
  text-align: center;
}
.main-nav .menu .submenu a {
  border-bottom: 0;
  font-size: 18px;
  padding: 12px;
  text-transform: none;
}
.main-nav .menu .submenu a:hover {
  background: #b31c27;
  color: #fff;
}
.main-nav .menu .hover-submenu .submenu {
  display: block;
}

.locale-switcher a {
  display: block;
  height: 18px;
  width: 27px;
  background: url(../images/layout/flags.png) no-repeat 0 0;
}
.locale-switcher .locale-cs a {
  background-position: 0 -18px;
}
.locale-switcher .locale-cs.active a,
.locale-switcher .locale-cs a:hover {
  background-position: 0 0;
}
.locale-switcher .locale-pl a {
  background-position: 0 -54px;
}
.locale-switcher .locale-pl.active a,
.locale-switcher .locale-pl a:hover {
  background-position: 0 -36px;
}
.locale-switcher .locale-en a {
  background-position: 0 -90px;
}
.locale-switcher .locale-en.active a,
.locale-switcher .locale-en a:hover {
  background-position: 0 -72px;
}
.locale-switcher .locale-sk a {
  background-position: 0 -126px;
}
.locale-switcher .locale-sk.active a,
.locale-switcher .locale-sk a:hover {
  background-position: 0 -108px;
}

.main-submenu {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.main-submenu ul.menu {
  padding: 20px 0 18px;
}
.main-submenu a {
  color: #062d5d;
  font-size: 18px;
}
.main-submenu a:hover {
  color: #b31c27;
}

/*---------------------------------------------
-- slides
---------------------------------------------*/
.slideshow {
  padding-top: 35.375%;
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .slideshow {
    height: 566px;
    padding-top: 0;
  }
}
.slideshow.only-slide {
  padding-top: 17.3958333333%;
}
@media (min-width: 1200px) {
  .slideshow.only-slide {
    height: 334px;
    padding-top: 0;
  }
}
.slideshow .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.slideshow .slide.first {
  display: block;
}
.slideshow .slide .subtitle {
  font-size: 60px;
  font-size: 42px;
}
@media (min-width: 1200px) {
  .slideshow .slide .subtitle {
    font-size: 60px;
  }
}
.slideshow .slide .description {
  font-size: 24px;
  line-height: 1.2em;
}
.slideshow .slide .button {
  position: relative;
}
.slideshow .slide.first {
  z-index: 120;
}
.slideshow .slide-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.slideshow .slide-image img {
  display: inline-block;
  height: 100%;
  position: static;
  width: auto;
}
.slideshow .slide-content {
  height: 100%;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}

.slideshow-pager-wrapper {
  z-index: 199;
}

.slideshow-pager span {
  border: 1px solid #062d5d;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin-right: 10px;
  width: 19px;
  text-indent: -5000px;
  opacity: 0.75;
  -webkit-border-radius: 101%;
  -moz-border-radius: 101%;
  border-radius: 101%;
}
.slideshow-pager span.cycle-pager-active {
  background: #062d5d;
}

/*---------------------------------------------
-- footer
---------------------------------------------*/
footer {
  background: #062d5d url(../images/layout/footer-shadow.png) repeat-x 0 0;
  color: #fff;
  padding: 30px 0 0;
}
footer a {
  color: #9babbe;
}
footer a:hover {
  color: #fff;
}

.footer-nav .menu > li {
  float: left;
  margin-right: 2%;
  padding: 0 0 25px;
}
.footer-nav .menu > li > a {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}
.footer-nav .menu > li ul {
  margin-top: 18px;
}
.footer-nav .menu > li ul li {
  font-size: 16px;
  padding-bottom: 10px;
}

.footer-socials {
  padding: 0 0 25px;
}
.footer-socials .social {
  background: url(../images/layout/icons.png) no-repeat 0 0;
  display: inline-block;
  height: 24px;
  width: 71px;
}
.footer-socials .social.fb {
  background-position: 0 -24px;
  margin-right: 25px;
  width: 11px;
}
.footer-socials .social.linkedin {
  background-position: 0 -394px;
}
.footer-socials .social.youtube {
  margin-right: 25px;
}

.credits {
  background: #05244a;
  color: #506681;
  font-size: 14px;
  padding: 23px 0;
  text-align: center;
}
.credits a {
  color: #506681;
}

/*---------------------------------------------
-- homepage
---------------------------------------------*/
.homepage-menu .square {
  display: block;
  overflow: hidden;
  position: relative;
}
.homepage-menu .square > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.homepage-menu .square:hover .details {
  opacity: 1;
}
.homepage-menu .square:hover .over {
  opacity: 1;
}
.homepage-menu .square .over {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  opacity: 0;
}
.homepage-menu .square .over a {
  display: inline-block;
  margin: 5px;
}
.homepage-menu img {
  display: block;
  height: auto;
  width: 100%;
}
.homepage-menu .main-title {
  color: #fff;
  /*font-size: $fontSizeHomepageMenu;*/
  font-weight: 600;
  line-height: 4em;
  margin-top: -2em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 50%;
  width: 100%;
  font-size: 30.8px;
}
@media (min-width: 1024px) {
  .homepage-menu .main-title {
    font-size: 44px;
  }
}
.homepage-menu .main-title span,
.homepage-menu .main-title h2 {
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
}
.homepage-menu .details {
  background: #b31c27;
  bottom: 0;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.7s;
  width: 100%;
}
.homepage-menu .details .marginer {
  display: block;
  padding: 5%;
}
.homepage-menu .details .title {
  display: block;
  margin-top: 0;
}
.homepage-menu .details .title:after {
  background: #fff;
}
.homepage-menu .details .description {
  display: block;
  margin-bottom: 1em;
  /*padding: 0 5%;*/
  text-align: left;
  line-height: 1.2em;
  font-size: 16.8px;
}
@media (min-width: 1200px) {
  .homepage-menu .details .description {
    font-size: 24px;
  }
}
.homepage-menu .details .button-wrapper {
  bottom: 5%;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.news-preview {
  margin-bottom: 3em;
}
.news-preview .title {
  color: #b31c27;
  font-size: 28px;
}
@media (min-width: 1200px) {
  .news-preview .title {
    font-size: 40px;
  }
}
.news-preview .description {
  font-size: 16.8px;
}
@media (min-width: 1200px) {
  .news-preview .description {
    font-size: 24px;
  }
}

/*---------------------------------------------
-- kontakt
---------------------------------------------*/
.country h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.country .col {
  line-height: 1.2em;
}

.persons-wrapper h3 {
  margin-top: 20px;
}
.persons-wrapper h3.first {
  margin-top: 0;
}

.person {
  text-align: center;
}
.person .image {
  margin-bottom: 24px;
  position: relative;
}
.person .image img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.person .image .details {
  background: url(../images/layout/person-details.png) repeat 0 0;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.person:hover .image .details {
  opacity: 1;
}
.person .icons-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.person .icons-wrapper .tr {
  display: table-row;
}
.person .icons {
  display: table-cell;
  vertical-align: middle;
}
.person .icon {
  background: url(../images/layout/icons.png) no-repeat 0 0;
  cursor: pointer;
  display: block;
  margin: 16px auto;
  height: 61px;
  width: 61px;
  transition: all 0.3s;
  top: 40px;
}
.person .icon.icon-phone {
  background-position: 0 -272px;
  left: auto;
  right: auto;
  top: 0;
  position: relative;
}
.person .icon.icon-mail {
  background-position: 0 -333px;
  right: auto;
  left: auto;
  position: relative;
  bottom: 6px;
  top: auto;
}
.person .icon:hover {
  opacity: 0.8;
}
.person .phone {
  color: #fff;
  display: none;
  font-size: 18px;
  font-weight: 600;
  height: 61px;
  line-height: 61px;
  margin: 23px 0 0 0;
}
.person .phone > span {
  display: inline-block;
  line-height: 1.2em;
  white-space: nowrap;
  vertical-align: bottom;
}
.person .phone-open .phone {
  display: inline-block;
}
.person .phone-open .icon-phone {
  display: none;
}
.person .description {
  line-height: 1.2em;
}
.person .description .name {
  font-size: 20px;
  font-weight: 600;
}

.contact-form .text,
.contact-form textarea {
  display: block;
  line-height: 1.2em;
  width: 100%;
}
.contact-form .field {
  margin-bottom: 24px;
  position: relative;
}
.contact-form .field label {
  /*			color: #999999;
  left: 11px;
  position: absolute;
  top: 14px;*/
  display: none;
}
.contact-form .field .text,
.contact-form .field textarea {
  /*padding-left: 90px;*/
}
.contact-form .field textarea {
  height: 200px;
}
.contact-form .field.required label {
  color: #062d5d;
  font-weight: 700;
}
.contact-form .button-wrapper {
  text-align: center;
  margin-bottom: 60px;
}
.contact-form .button {
  padding-right: 70px;
  padding-left: 70px;
}

/*---------------------------------------------
-- o spolecnosti
---------------------------------------------*/
.goal {
  margin-bottom: 2em;
}
.goal .number {
  color: #062d5d;
  line-height: 0.8em;
  font-size: 84px;
}
@media (min-width: 1000px) {
  .goal .number {
    font-size: 120px;
  }
}
.goal .content {
  padding-top: 6px;
  line-height: 1.2em;
  font-size: 16.8px;
}
@media (min-width: 1000px) {
  .goal .content {
    font-size: 24px;
  }
}

.stats-shares {
  overflow: hidden;
}
.stats-shares h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 33px;
}

.company-page {
  overflow: hidden;
}
.company-page .page-section {
  padding-bottom: 40px;
}
.company-page .certificates .image {
  margin-bottom: 30px;
}
.company-page .certificates .image img {
  display: block;
  height: auto;
  width: 100%;
}

.bigger-text {
  font-size: 24px;
}

.stats-map {
  background: url(../images/layout/map.png) no-repeat 0 0;
  height: 338px;
  margin: 0 auto;
  position: relative;
  width: 368px;
}
.stats-map .label {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 141px;
}
.stats-map .label.label-cz {
  right: 233px;
  bottom: 89px;
}
.stats-map .label.label-pl {
  right: 76px;
  bottom: 186px;
}
.stats-map .label.label-sk {
  right: 61px;
  bottom: 7px;
}
.stats-map .name {
  font-size: 16px;
}
.stats-map .number {
  font-size: 30px;
  font-weight: 700;
}

.bars .bg {
  height: 55px;
  position: relative;
}
.bars .number {
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  right: -90px;
  top: 0;
  line-height: 55px;
  text-align: center;
  width: 90px;
}
.bars .bar {
  padding-bottom: 22px;
}
.bars .percentage-wrapper {
  padding-right: 90px;
}
.bars .percentage i {
  background: #cc5c63;
  display: block;
  height: 100%;
  width: 0;
}

@keyframes rotateCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateCircleBackwards {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.number-item {
  text-align: center;
}
.number-item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
}
.number-item .subtitle {
  font-weight: 600;
}
.number-item .circles-text {
  font-size: 36px !important;
  font-weight: 700 !important;
}
.number-item .description {
  line-height: 1.2em;
}
.number-item .number-circle-wrapper {
  height: 176px;
  margin: 0 auto;
  position: relative;
  width: 176px;
}
.number-item .number-circle {
  position: relative;
  top: 13px;
}
.number-item .outer-circle {
  background: url(../images/layout/circle-outer.svg) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotateCircleBackwards linear;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 8s;
}
.number-item .inner-circle {
  background: url(../images/layout/circle-inner.svg) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotateCircle linear;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 8s;
}

.history-component {
  position: relative;
}

.history-next,
.history-prev {
  margin-top: -78px;
  position: absolute;
  top: 50%;
}
.history-next.history-next,
.history-prev.history-next {
  right: 24px;
}
.history-next.history-prev,
.history-prev.history-prev {
  left: 24px;
}

.history-last,
.history-first {
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  fill: #fff;
  background: #c4c4c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 14px 16px;
}
.history-last:hover,
.history-first:hover {
  background: #a1a1a1;
}
.history-last.history-next,
.history-first.history-next {
  right: 24px;
}
.history-last.history-prev,
.history-first.history-prev {
  left: 24px;
}

.history-last {
  right: 24px;
}

.history-first {
  left: 24px;
  transform: rotate(180deg);
}

.history-last svg,
.history-first svg {
  height: 30px;
}

.history-wrapper {
  overflow: hidden;
}
.history-wrapper .items-wrapper {
  padding-bottom: 146px;
  position: relative;
}

.history-item {
  float: left;
  /*height: 146px;*/
  padding-right: 28px;
  padding-left: 28px;
  position: relative;
  text-align: center;
  width: 240px;
}
.history-item.upper {
  border-bottom: 1px solid #062d5d;
  padding-bottom: 48px;
}
.history-item.upper .holder {
  bottom: -14px;
}
.history-item.upper .holder .cross {
  bottom: 0;
}
.history-item.lower {
  border-top: 1px solid #062d5d;
  padding-top: 58px;
  top: 137px;
}
.history-item.lower .holder {
  top: -14px;
}
.history-item.lower .holder .cross {
  top: 0;
}
.history-item.first {
  margin-left: -28px;
}
.history-item.not-first {
  margin-left: -120px;
}
.history-item .holder {
  border-left: 1px solid #062d5d;
  height: 57px;
  left: 120px;
  position: absolute;
  z-index: 10;
}
.history-item .holder .cross {
  background: url(../images/layout/cross.png) no-repeat 0 0;
  height: 27px;
  left: -14px;
  position: absolute;
  width: 27px;
}
.history-item .year {
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 1200px) {
  .history-item .year {
    font-size: 40px;
  }
}
.history-item .subtitle {
  height: 57px;
  overflow: hidden;
  line-height: 1.2em;
}

@media (min-width: 1200px) {
  .history-item.lower {
    top: 145px;
  }
  .history-next,
  .history-prev {
    margin-top: -28px;
  }
  .history-next.history-next,
  .history-prev.history-next {
    right: 88px;
  }
  .history-next.history-prev,
  .history-prev.history-prev {
    left: 88px;
  }
  .history-last,
  .history-first {
    margin-top: -28px;
  }
  .history-last.history-next,
  .history-first.history-next {
    right: 24px;
  }
  .history-last.history-prev,
  .history-first.history-prev {
    left: 24px;
  }
}
/*---------------------------------------------
-- popup
---------------------------------------------*/
.fancybox-skin {
  color: #062d5d;
}

.fancybox-nav span {
  visibility: visible;
}

.popup .bordered-title, .popup h1, .popup .slideshow .slide .title, .slideshow .slide .popup .title, .popup .footer-nav .menu > li > a, .footer-nav .popup .menu > li > a, .popup .homepage-menu .details .title, .homepage-menu .details .popup .title {
  font-weight: 400;
  line-height: 1em;
  margin-top: 0.4em;
  margin-bottom: 1em;
  text-transform: none;
  font-size: 42px;
}
@media (min-width: 1200px) {
  .popup .bordered-title, .popup h1, .popup .slideshow .slide .title, .slideshow .slide .popup .title, .popup .footer-nav .menu > li > a, .footer-nav .popup .menu > li > a, .popup .homepage-menu .details .title, .homepage-menu .details .popup .title {
    font-size: 60px;
  }
}
.popup .description {
  margin-bottom: 1em;
  font-size: 19.2px;
}
@media (min-width: 1200px) {
  .popup .description {
    font-size: 24px;
  }
}

/*---------------------------------------------
-- fancybox-certificate-item
---------------------------------------------*/
.fancybox-certificate-item {
  max-width: 100%;
  max-height: 100%;
  width: 99%;
  height: 99%;
  position: relative;
}
.fancybox-certificate-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.fancybox-certificate-item .certificate-buttons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

.mycontainer {
  margin: 0 14px;
  position: relative;
}

.menu-switcher {
  display: block;
  position: absolute;
  right: 14px;
  top: 21px;
}

.locale-switcher {
  position: absolute;
  right: 0;
  top: 83px;
}
.locale-switcher .locale {
  display: inline-block;
  margin-left: 10px;
}

.main-nav {
  display: none;
}
.main-nav.open {
  display: block;
}

.main-submenu li {
  margin: 0 0 10px 0;
}

.slideshow .slide-content {
  display: none;
}

.slideshow-next,
.slideshow-prev {
  display: none;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  z-index: 299;
}
.slideshow-next.slideshow-next,
.slideshow-prev.slideshow-next {
  right: 24px;
}
.slideshow-next.slideshow-prev,
.slideshow-prev.slideshow-prev {
  left: 24px;
}

.slideshow-pager {
  bottom: 14px;
  left: 0;
  position: absolute;
}

.homepage-menu .square {
  margin-bottom: 4%;
}

.news-wrapper {
  position: relative;
}

.news-next,
.news-prev {
  display: none;
  position: absolute;
  top: 110px;
  z-index: 299;
}
.news-next.news-next,
.news-prev.news-next {
  right: 24px;
}
.news-next.news-prev,
.news-prev.news-prev {
  left: 24px;
}

.country .col {
  margin-bottom: 2em;
}
.country label {
  display: inline-block;
}
.country .col1 label {
  /*width: 65px;*/
  margin-right: 7px;
}
.country .col2 label {
  width: 18px;
}

.map-wrapper .map {
  width: 100%;
  height: 300px;
}

.person {
  margin-bottom: 2em;
}

.popup .col2 {
  display: none;
}
.popup .showOnMobile {
  display: block;
  margin-top: -30px;
  padding: 0 0 20px 0;
  max-width: 100%;
}
.popup .image {
  height: 100%;
  text-align: right;
}
.popup .image img {
  width: 100%;
  height: auto;
  padding-top: 13%;
}
.popup .marginer {
  padding: 8.9%;
}

.goal .number {
  float: left;
  width: 25%;
}
.goal .content {
  float: left;
  margin-left: 3%;
  width: 72%;
}

.stats-map {
  margin-bottom: 2em;
}

.bars .label {
  margin-bottom: 5px;
}

.numbers-wrapper {
  margin-left: -28px;
}

.number-item {
  float: left;
  margin-left: 28px;
  margin-bottom: 38px;
  width: 176px;
}
.number-item .top-part {
  height: 74px;
  overflow: hidden;
  padding: 0 15px;
}
.number-item .number-circle-wrapper {
  margin-bottom: 35px;
}

.video-list {
  padding: 10px 0 20px 0;
  margin-left: -20px;
  margin-right: -20px;
}
.video-list .video-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.video-list .video-item h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.video-list .video-item .image {
  background: #e6e6e6;
  width: 100%;
  height: 216px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 15px;
}
.video-list .video-item .image img {
  max-width: 100%;
  max-height: 100%;
}

.calendar-list {
  padding: 10px 0 20px 0;
  margin-left: -20px;
  margin-right: -20px;
}
.calendar-list .calendar-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.calendar-list .calendar-item h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.calendar-list .calendar-item .image {
  background: #e6e6e6;
  width: 100%;
  height: 216px;
  text-align: center;
  margin-bottom: 15px;
}
.calendar-list .calendar-item .image img {
  max-width: 100%;
  max-height: 100%;
}

.wallpaper-list {
  padding: 10px 0 20px 0;
  margin-left: -20px;
  margin-right: -20px;
}
.wallpaper-list .wallpaper-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.wallpaper-list .wallpaper-item .image {
  background: #e6e6e6;
  width: 100%;
  height: 216px;
  text-align: center;
  margin-bottom: 15px;
}
.wallpaper-list .wallpaper-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.wallpaper-list .wallpaper-item .links {
  font-size: 70%;
  font-weight: bold;
}
.wallpaper-list .wallpaper-item .links a {
  color: #062d5d;
}

/*---------------------------------------------
-- 470
---------------------------------------------*/
@media (min-width: 470px) {
  .persons-wrapper {
    margin-left: -4.7%;
  }
  .persons-wrapper h3 {
    margin-left: 4.7%;
  }
  .person {
    float: left;
    margin-left: 4.7%;
    width: 45.3%;
  }
  .goal .number,
  .goal .content {
    width: auto;
  }
}
/*---------------------------------------------
-- 680
---------------------------------------------*/
@media (min-width: 680px) {
  .homepage-menu {
    margin-left: -4%;
  }
  .homepage-menu .square {
    float: left;
    margin-left: 4%;
    width: 46%;
  }
  .main-submenu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 855;
  }
  .main-submenu li {
    float: left;
    margin: 0 25px 0 0;
  }
  .footer-nav {
    margin-left: -4%;
    margin-bottom: 1em;
  }
  .footer-nav .menu > li {
    float: left;
    margin-left: 2%;
    width: auto;
  }
  .news-wrapper .list-wrapper {
    margin-left: -26px;
  }
  .news-preview {
    border-right: 1px solid #cdd5df;
    float: left;
    margin-right: -1px;
    width: 33.3%;
    padding: 0 26px;
  }
  .news-preview:nth-child(3n+1) {
    clear: both;
  }
  .country .col {
    float: left;
    width: 33.3333%;
  }
  .contact-form .text-fields {
    margin-left: -3.4%;
  }
  .contact-form .text-fields .field {
    float: left;
    margin-left: 3.4%;
    width: 29.9%;
  }
  .bars .label {
    float: left;
    line-height: 55px;
    margin-bottom: 0;
    padding: 0 23px;
    width: 24%;
  }
  .bars .label span {
    display: inline-block;
    line-height: 1.2em;
    vertical-align: middle;
  }
  .bars .percentage-wrapper {
    float: left;
    width: 76%;
  }
}
@media (min-width: 768px) {
  .bars {
    padding-top: 80px;
  }
  .goal {
    float: left;
    width: 33.3333%;
  }
}
@keyframes submenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1000px) {
  .menu-switcher {
    display: none;
  }
  .locale-switcher {
    top: 21px;
  }
  .main-nav {
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
  }
  .main-nav .menu > li {
    float: left;
    position: relative;
  }
  .main-nav .menu > li.hover-submenu:hover .submenu {
    display: block;
    animation-name: submenuFadeIn;
    animation-duration: 0.5s;
  }
  .main-nav .menu > li.hover-submenu .submenu {
    background: url(../images/layout/submenu.png) repeat 0 0;
    display: none;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    width: 300px;
  }
  .main-submenu li {
    margin: 0 50px 0 0;
  }
  .slideshow .slide .title {
    display: none;
  }
  .slideshow .slide .subtitle {
    margin-bottom: 15px;
  }
  .slideshow .slide .description {
    margin-bottom: 1em;
  }
  .slideshow .slide-content {
    display: block;
  }
  .slideshow .slide-content .mycontainer {
    height: 100%;
  }
  .slideshow .slide-content .text-wrapper {
    position: absolute;
    bottom: 47px;
  }
  .slideshow.only-slide .slide .description {
    margin-bottom: 0;
  }
  .slideshow.only-slide .slide-content .text-wrapper {
    bottom: 15px;
  }
  .slideshow-pager {
    display: block;
  }
  .map-wrapper {
    position: relative;
    padding-top: 39.125%;
  }
  .map-wrapper .map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
  }
  .person {
    width: 28.6333333333%;
  }
  .popup {
    width: 780px;
  }
  .popup .col {
    float: left;
    width: 50%;
    overflow: hidden;
  }
  .popup .col2 {
    display: block;
  }
  .popup .showOnMobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mycontainer {
    margin: 0 auto;
    width: 994px;
  }
  .main-nav {
    right: -18px;
  }
  /*	.locale-switcher {
  	right: -18px;
  }*/
  .slideshow .slide .title {
    display: block;
    margin-bottom: 40px;
  }
  .slideshow .slide-content .text-wrapper {
    bottom: 85px;
  }
  .slideshow:hover .slideshow-next,
  .slideshow:hover .slideshow-prev {
    display: block;
  }
  .slideshow.only-slide .slide-content .text-wrapper {
    bottom: 65px;
  }
  .slideshow-pager {
    bottom: 35px;
  }
  .footer-nav {
    width: 82%;
    float: left;
  }
  .footer-nav .menu > li {
    width: auto;
  }
  .footer-nav .menu > li:nth-child(3n+1) {
    clear: none;
  }
  .footer-socials {
    float: right;
  }
  .person {
    width: 20.3%;
  }
  .map-wrapper {
    padding-top: 0;
    height: 420px;
  }
  .contacts .persons-wrapper {
    margin-left: -2%;
  }
  .contacts .persons-wrapper h3 {
    margin-left: 2%;
  }
  .contacts .person {
    width: 18%;
    margin-left: 2%;
  }
  .popup {
    width: 992px;
  }
}
/* Custom overrides that previously lived directly in the compiled CSS.
   Keeping them in SCSS ensures they survive recompilation. */
.footer-newsletter {
  padding-top: 8%;
}
.footer-newsletter span {
  font-size: 18px;
  font-weight: 600;
}
.footer-newsletter p {
  font-size: 16px;
  padding-top: 2%;
  padding-bottom: 2%;
  line-height: 18px;
  color: #9babbe;
}
.footer-newsletter ::placeholder {
  color: #9babbe;
  width: 100%;
}

#frm-newsletterForm-newsletterForm-email {
  border: 1px solid #9babbe;
  width: 100%;
  background-color: #05244a;
  padding-right: 40px;
  /*font-size: 13px;
  min-height: 32px; */
}

.cover {
  position: relative;
  float: right;
  width: 210px;
  margin-right: 8px;
}

.icon {
  position: absolute;
  background: url(../images/layout/arrow2.png) no-repeat 0 0;
  background-size: 25px 25px;
  background-position: center center;
  min-width: 25px;
  min-height: 25px;
  top: 8px;
  right: 5px;
  border: none;
}

.header-norm {
  font-weight: normal;
  text-transform: none;
}
.header-norm:after {
  background: none;
}

.gallery-desc {
  margin-top: 20px;
  text-align: center;
  padding: 25px;
}

.col1 p {
  margin-top: 30px;
  text-align: center;
}
.col1 p:first-child {
  margin-top: 0;
  text-align: left;
}
.col1 p > img {
  margin-right: 20px;
}

.buttons-container {
  text-align: center;
}

.refContainer {
  padding: 30px 0;
  border-bottom: 1px solid #bababa;
  position: relative;
}
.refContainer .list > img {
  padding-right: 10px;
}
.refContainer:hover .ref-next,
.refContainer:hover .ref-prev {
  display: block !important;
}

.ref-next,
.ref-prev {
  display: none !important;
  position: absolute;
  top: 32%;
  z-index: 299;
  /*margin-top: -28px;*/
}
.ref-next.ref-next,
.ref-prev.ref-next {
  right: 24px;
}
.ref-next.ref-prev,
.ref-prev.ref-prev {
  left: 24px;
}

.listAll {
  text-align: center;
}
.listAll > img {
  padding: 10px;
}

.errorPage {
  padding-bottom: 30px;
}
.errorPage p {
  padding: 10px 0;
}

@media (min-width: 1124px) {
  .footer-nav .menu > li {
    margin-left: 0;
  }
}
@media (max-width: 780px) {
  .footer-nav .menu > li {
    width: auto;
  }
}
@media (max-width: 1200px) {
  .menu .submenu {
    display: none;
  }
  .cover {
    float: left;
  }
  .icon {
    left: 180px;
  }
  .footer-newsletter {
    padding-bottom: 2%;
    padding-top: 2%;
  }
}
@media (max-width: 500px) {
  .homepage-menu .square .over {
    bottom: 5px;
  }
  .button {
    padding: 10px 25px;
  }
  .footer-nav .menu > li {
    width: auto;
  }
  .refContainer {
    display: none;
  }
}
@media (max-width: 380px) {
  .footer-nav .menu > li {
    width: auto;
  }
}
#kariera-detail a {
  display: block;
}
#kariera-detail a.grey {
  background-color: #e6e6e6;
}
#kariera-detail a:hover, #kariera-detail a.grey:hover {
  background-color: #cccccc;
}
#kariera-detail .place {
  font-size: 18px;
  margin-bottom: 25px;
}
#kariera-detail h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
#kariera-detail h2 {
  color: #0d2d5d;
  font-size: 20px;
  padding: 20px 10px;
}
#kariera-detail .kontakt ul {
  padding: 0.5em 0 0 1em;
}
#kariera-detail .kontakt li {
  padding: 2px 0;
}

#whistleblowing {
  margin-top: 10px;
  padding-bottom: 50px;
  line-height: 1.4;
}
#whistleblowing ol {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 5px;
  line-height: 1.4;
}

#conference {
  margin-top: 50px;
  margin-bottom: 50px;
}
#conference a {
  display: block;
}
#conference a.grey {
  background-color: #e6e6e6;
}
#conference a:hover, #conference a.grey:hover {
  background-color: #cccccc;
}
#conference div {
  padding-left: 35px;
}
#conference h2 {
  color: #0d2d5d;
  font-size: 20px;
  padding: 20px 10px;
  text-align: center;
}

.topspace20 {
  margin-top: 20px;
}

.gdpr h1 span {
  font-size: 16px;
}
.gdpr .gdpr-text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
}
.gdpr ol {
  list-style: auto;
  padding-left: 20px;
  padding-top: 15px;
}
.gdpr ol li {
  font-size: 18px;
  margin-bottom: 20px;
}
.gdpr ol li h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.gdpr ol li h3 {
  font-size: 19px;
  margin: 15px 0 8px;
}
.gdpr ul {
  padding-left: 20px;
  padding-top: 15px;
}
.gdpr ul li {
  font-size: 18px;
  text-indent: 0;
  padding: 2px 0 2px 10px;
}
.gdpr ul li:before {
  content: "-";
  position: relative;
  left: -7px;
}
.gdpr .important {
  padding: 10px 20px;
  border: 1px solid #b31c27;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.gdpr .record {
  font-weight: bold;
}
.gdpr .field {
  padding: 5px 0;
}
.gdpr .field.date {
  padding: 10px 0;
}
.gdpr .field.date.ratherNot {
  font-weight: normal;
}
.gdpr .field input {
  margin-right: 15px;
}
.gdpr .button-wrapper {
  text-align: center;
  padding: 20px 0 40px;
}
.gdpr .separator {
  display: inline-block;
  content: " ";
  padding: 0 30px;
}
.gdpr .agreement label:first-child input {
  margin-bottom: 10px;
}
.gdpr .agreement label:last-child {
  font-weight: normal;
}
.gdpr .time label:first-child input,
.gdpr .time label:last-child input {
  margin: 0 15px 0 0;
}
.gdpr .time label input {
  margin: 10px 15px 10px 0;
}

.career-intro-section h1,
.career-contact-section h1 {
  color: #062d5d;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
}
.career-intro-section p,
.career-contact-section p {
  color: #062d5d;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.career-expectations-section {
  background: #e6e6e6;
}
.career-expectations-section .mycontainer {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .career-expectations-section .mycontainer {
    flex-direction: row;
    gap: 92px;
  }
}
.career-expectations-section h1 {
  margin-top: 15px;
  margin-bottom: 19px;
}
.career-expectations-section ul li {
  color: #062d5d;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 26px;
}

.career-video-section {
  padding: 40px 0;
  color: #fff;
}
.career-video-section h1 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 22px;
}
.career-video-section .mycontainer {
  text-align: center;
}
.career-video-section .career-video {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.career-video-section .career-video__poster {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.career-video-section .career-video__poster[hidden] {
  display: none;
}
.career-video-section .career-video__poster img {
  width: 100%;
  display: block;
}
.career-video-section .career-video__poster:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}
.career-video-section .career-video__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 10px), -50%);
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.career-video-section .career-video__poster:hover .career-video__play-icon,
.career-video-section .career-video__poster:focus-visible .career-video__play-icon {
  transform: translate(calc(-50% + 10px), -50%) scale(1.05);
}
.career-video-section .career-video__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 20px;
  display: none;
}
.career-video-section .career-video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.career-video-section .career-video__iframe.is-visible {
  display: block;
}

.career-offers-section,
#kariera-detail .career-offers-section {
  background: #b31c27;
  padding: 30px 0;
  color: #fff;
}
.career-offers-section .mycontainer,
#kariera-detail .career-offers-section .mycontainer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.career-offers-section h1,
#kariera-detail .career-offers-section h1 {
  color: #fff;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 0;
}
.career-offers-section h1::after,
#kariera-detail .career-offers-section h1::after {
  background: #fff;
}
.career-offers-section .career-offers-columns,
#kariera-detail .career-offers-section .career-offers-columns {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .career-offers-section .career-offers-columns,
  #kariera-detail .career-offers-section .career-offers-columns {
    flex-direction: row;
    gap: 64px;
  }
}
.career-offers-section .career-offers-list,
#kariera-detail .career-offers-section .career-offers-list {
  flex: 1;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  padding: 0;
}
.career-offers-section .career-offers-list li,
#kariera-detail .career-offers-section .career-offers-list li {
  margin-left: 27px;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.career-contact-section,
#kariera-detail .career-contact-section {
  background: #e6e6e6;
  padding: 30px 0;
}
.career-contact-section .mycontainer,
#kariera-detail .career-contact-section .mycontainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .career-contact-section .mycontainer,
  #kariera-detail .career-contact-section .mycontainer {
    flex-direction: row;
    align-items: flex-start;
  }
}
.career-contact-section h1,
#kariera-detail .career-contact-section h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.career-contact-section p,
#kariera-detail .career-contact-section p {
  color: #062d5d;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.career-contact-section .career-contact-buttons,
#kariera-detail .career-contact-section .career-contact-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .career-contact-section .career-contact-buttons,
  #kariera-detail .career-contact-section .career-contact-buttons {
    justify-content: flex-start;
  }
}
.career-contact-section .career-contact-buttons .button,
#kariera-detail .career-contact-section .career-contact-buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 51px;
  background: #b31c27;
  color: #fff;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  text-decoration: none;
  min-width: 252px;
  text-align: center;
  border: none;
  transition: background 0.2s ease;
}
.career-contact-section .career-contact-buttons .button:first-child,
#kariera-detail .career-contact-section .career-contact-buttons .button:first-child {
  text-decoration: underline;
}
.career-contact-section .career-contact-buttons .button:hover, .career-contact-section .career-contact-buttons .button:focus-visible,
#kariera-detail .career-contact-section .career-contact-buttons .button:hover,
#kariera-detail .career-contact-section .career-contact-buttons .button:focus-visible {
  background: #87151d;
}
.career-contact-section .career-contact-photo img,
#kariera-detail .career-contact-section .career-contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/*# sourceMappingURL=index.css.map */
