/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: Lato, sans-serif;
  font-size: 93.75%;
  line-height: 1.733em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #421c72;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  line-height: 1.733em;
  margin: 0.867em 0;
}
h2 {
  font-size: 1.5em;
  line-height: 2.311em;
  margin: 1.156em 0;
}
h3 {
  font-size: 1.17em;
  line-height: 1.481em;
  margin: 1.481em 0;
}
h4 {
  font-size: 1em;
  line-height: 1.733em;
  margin: 1.733em 0;
}
h5 {
  font-size: 0.83em;
  line-height: 2.088em;
  margin: 2.088em 0;
}
h6 {
  font-size: 0.67em;
  line-height: 2.587em;
  margin: 2.587em 0;
}
blockquote,
dl,
ol,
ul {
  margin: 1.733em 0;
}
dd,
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
ol,
ul {
  padding: 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 1.733em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
p,
pre {
  margin: 1.733em 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #421c72;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Lato, sans-serif;
  font-size: 100%;
  line-height: 1.733em;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
  margin: 1.733em 0;
  padding: 0;
}
menu menu,
ol menu,
ul menu {
  margin: 0;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
::-webkit-scrollbar {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}
.container,
.history .timeline {
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
body,
html {
  overflow-x: hidden;
}
body {
  padding-top: 14.05em !important;
}
::-moz-selection {
  background: #421c72;
  color: #fff;
}
::selection {
  background: #421c72;
  color: #fff;
}
.about-company {
  position: relative;
  z-index: 3;
}
.about-company .container,
.about-company .history .timeline,
.history .about-company .timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-company__video {
  position: relative;
}
.about-company__video a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.267em;
  height: 3.267em;
}
.about-company__video a,
.about-company__video a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.about-company__video a:before {
  width: 4.333em;
  height: 4.333em;
  opacity: 0.12;
  content: "";
}
.about-company__video a svg {
  position: relative;
  z-index: 2;
  display: block;
}
.about-company__video:after {
  content: "";
  position: absolute;
  background: #421c72;
  opacity: 0.8;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-company__box {
  padding-bottom: 3em;
  padding-top: 8.8em;
  margin: 0 auto;
  max-width: 22.2em;
}
.about-company__decobox {
  width: 4.133em;
  height: 4.133em;
  background-color: #f7f7f7;
  margin-top: -4.133em;
  margin-right: 0;
  margin-left: auto;
}
.about-company__heading {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-left: 8.7em;
  padding-top: 4em;
}
.about-company img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-company__logo {
  background-color: #421c72;
  position: relative;
  padding-top: 100%;
}
.about-company__logo img,
.about-company__logo svg {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 6.8em;
}
.about-company__small {
  width: 17.1%;
}
.about-company__text {
  width: 47%;
  padding-top: 0.9em;
  padding-bottom: 5em;
}
.about-company__right {
  width: 43.33333%;
}
.about-company__right img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-company__third {
  width: 39.5%;
  background: #fff;
}
.about-company h4 {
  font-family: industry;
  font-size: 0.933em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1.5px;
  margin-bottom: 1.1em;
}
.about-company hr {
  border: none;
  border-top: 1px solid #421c72;
  max-width: 19.4em;
  margin: 4.2em auto 2.6em 0;
}
.about-company h3 {
  font-size: 2.133em;
  font-weight: 300;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 2em;
}
.about-company p {
  font-size: 1.067em;
  line-height: 1.75em;
  font-weight: 400;
  margin: 0;
}
.about-company p.large {
  font-size: 1.333em;
  line-height: 1.5em;
  font-weight: 300;
  max-width: 14em;
}
.history {
  color: #fff;
  padding-top: 6.9em;
  padding-bottom: 23em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .history {
    padding-bottom: 44em;
  }
}
.history:after {
  content: "";
  position: absolute;
  background: #421c72;
  top: -29.4%;
  left: 0;
  right: 0;
  bottom: 4.9%;
  -webkit-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  transform: skewY(-25deg);
  z-index: -1;
}
.history h3 {
  text-align: center;
  font-family: industry;
  font-size: 3.067em;
  line-height: 1.043em;
  font-weight: 400;
  margin: 0;
}
.history .timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 7em;
}
.history .timeline:after {
  width: 1px;
  height: calc(100% - 2.3em);
  background: #fff;
  left: 50%;
  top: 0;
  position: absolute;
  content: "";
}
.history .timeline__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5.35em;
  height: 8em;
}
.history .timeline__item:last-child .timeline__item__inner:after {
  background: #fff;
  width: 2.6em;
  height: 2.6em;
}
.history .timeline__item:first-child .timeline__item__inner:after {
  background: #fff;
}
.history .timeline__item__inner {
  width: 50%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}
.history .timeline__item__inner:after {
  content: "";
  border: 1px solid #fff;
  width: 1.8em;
  height: 1.8em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background: #421c72;
  z-index: 2;
}
.history .timeline__item:nth-child(2n) .timeline__item__inner,
.history .timeline__item:nth-child(2n) .timeline__item__inner h4,
.history .timeline__item:nth-child(2n) .timeline__item__inner ul {
  margin-left: auto;
  margin-right: 0;
}
.history .timeline__item:nth-child(2n) .timeline__item__inner:after {
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.history .timeline__item h4 {
  font-family: industry;
  font-size: 1.2em;
  line-height: 1.444em;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1em;
}
.history .timeline__item ul {
  margin: 0;
  list-style-position: inside;
  color: #bfbfbf;
  font-family: Lato;
  font-size: 0.933em;
  line-height: 1.571em;
  font-weight: 400;
}
.history .timeline__item h4,
.history .timeline__item ul {
  max-width: 469px;
}
.our-team {
  margin-bottom: 5.5em;
}
.our-team .person {
  text-align: center;
  width: 27%;
  margin-bottom: 7.1em;
  position: relative;
}
.our-team .person:after {
  content: "";
  position: absolute;
  top: -62px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -50px;
  right: -50px;
  height: 158%;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.16);
}
.our-team .person:hover {
  z-index: 3;
  background-color: #fff;
}
.our-team .person:hover .person__description,
.our-team .person:hover .person__image__after,
.our-team .person:hover:after {
  opacity: 1;
}
.our-team .person__image {
  position: relative;
  z-index: 2;
  margin-bottom: 1em;
}
.our-team .person__image__after {
  position: absolute;
  height: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% + 6.7em);
  top: -3.8em;
  left: -3.35em;
}
.our-team .person__image__after--lukasz,
.our-team .person__image__after--radek {
  top: -7.4em;
}
.our-team .person__image__before {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.our-team .person__name {
  font-size: 1.6em;
  line-height: 2em;
  font-weight: 700;
  margin-top: 0.35em;
  position: relative;
  z-index: 2;
}
.our-team .person__title {
  color: #bebebe;
  font-size: 0.933em;
  line-height: 3.429em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -1.4em;
  position: relative;
  z-index: 2;
}
.our-team .person__description {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  opacity: 0;
  font-size: 1.067em;
  line-height: 1.625em;
  font-weight: 300;
  margin-top: 16px;
  z-index: 2;
}
.our-team__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.9em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-team__category:after {
  content: "";
  width: 27%;
}
.our-team__category__title {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.65em;
  color: #421c72;
  font-family: industry;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.our-team__category__title:after,
.our-team__category__title:before {
  content: "";
  background: #421c72;
  width: 1.556em;
  height: 0.111em;
  margin: 0 2em;
}
.our-team__title {
  text-align: right;
  margin-top: 0.9em;
  margin-bottom: 6.55em;
}
.our-team__title__large {
  font-family: industry;
  font-size: 3.067em;
  line-height: 1.043em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.13em;
}
.our-team__title__small {
  font-size: 2.133em;
  line-height: 1.5em;
  font-weight: 300;
}
.partners {
  color: #fff;
  padding-top: 10.6em;
  position: relative;
  padding-bottom: 19.3em;
}
.partners:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #421c72;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  transform: skewY(-25deg);
}
.partners__text {
  text-align: right;
  max-width: 44%;
  margin-right: 2.6em;
  margin-left: auto;
}
.partners__text__title {
  color: #fff;
  font-family: industry;
  font-size: 3.067em;
  line-height: 1.043em;
  font-weight: 400;
  margin-bottom: 0.8em;
}
.partners__text p {
  font-size: 1.067em;
  line-height: 1.5em;
  font-weight: 300;
}
.partners__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 11.8em;
}
.partners__images__image {
  width: 20%;
  margin-bottom: 7.9em;
}
.partners__images__image img {
  display: block;
  margin: 0 auto;
}
.references {
  position: relative;
  padding-top: 11.1em;
}
.references__category {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.65em;
  color: #421c72;
  font-family: industry;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.references__category:after,
.references__category:before {
  content: "";
  background: #421c72;
  width: 1.556em;
  height: 0.111em;
  margin: 0 2em;
}
.references:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
  position: absolute;
  -webkit-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  transform: skewY(25deg);
}
.references h3 {
  font-family: industry;
  font-size: 3.067em;
  line-height: 1.043em;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}
.references h3,
.references h3 + p {
  font-weight: 400;
  text-align: center;
}
.references h3 + p {
  color: #421c72;
  font-size: 1.067em;
  line-height: 1.5em;
  max-width: 34em;
  margin: 0 auto;
}
.references__list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5.8em;
}
.references .owl-dots,
.references__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.references .owl-dots {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 6em;
  position: relative;
  z-index: 3;
}
.references .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #421c72;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
}
.references .owl-dots .owl-dot:focus {
  outline: none;
}
.references .owl-dots .owl-dot.active {
  background: #421c72;
}
.reference {
  background-color: #f7f7f7;
  padding: 3em 2.5em 2.7em 2.6em;
  margin-bottom: 3.9em;
}
.reference p {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.667em;
  font-weight: 300;
  margin-top: 2em;
  margin-bottom: 2.1em;
}
.reference__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.reference__image:after {
  content: "";
  height: 1px;
  background: #421c72;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.reference__image span {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  padding: 0 0.7em;
}
.reference__image span img {
  display: block;
}
.reference__name {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.reference__company {
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 2.3em;
}
.reference__button {
  background: #421c72;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  height: 3.667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #421c72;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reference__button:hover {
  background: #fff;
  color: #421c72;
}
#small-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}
.awards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.awards .owl-dots {
  margin-top: -2em;
}
.logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
  width: calc(100% + 30px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4em;
}
.logos__logo {
  padding: 0 15px;
  margin-bottom: 4em;
}
.logos__logo img {
  max-width: 100%;
  display: block;
}
.award {
  margin-bottom: 7.3em;
  display: block;
}
.award img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.4em;
}
.award__image {
  position: relative;
}
.award__image:after {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #421c72;
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  bottom: 0;
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url(../../images/hover.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
.award:hover .award__image:after {
  opacity: 1;
  height: 100%;
}
.award__name {
  font-size: 1.2em;
  line-height: 1.111em;
  font-weight: 900;
  text-transform: uppercase;
}
.award__year {
  font-size: 0.8em;
  line-height: 1.667em;
  font-weight: 300;
}
.scores {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.score {
  background-color: #f7f7f7;
  width: 26.7%;
  margin-top: 0.8em;
  padding: 3.03em 3.05em;
  padding-bottom: 3.4em;
}
.score__portal {
  font-family: industry;
  font-size: 1.6em;
  line-height: 0.833em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
.score__stars img {
  max-width: 2em;
}
.score__more {
  margin-top: 2.05em;
}
.score__more a {
  background: #421c72;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.7em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #421c72;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.score__more a:hover {
  background: #fff;
  color: #421c72;
}
.score svg {
  max-width: 1.7em;
  fill: #421c72;
}
.score__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2em;
}
.score__num__large {
  font-family: industry;
  font-size: 4.8em;
  line-height: 1em;
  font-weight: 400;
}
.score__num__small {
  padding-top: 0.6em;
  padding-left: 0.8em;
}
.score__num__small__top {
  font-family: industry;
  font-size: 1.333em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 1.1px;
}
.score__num__small__bottom {
  font-size: 0.933em;
  line-height: 1.429em;
  font-weight: 400;
  text-transform: uppercase;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: auto;
  display: none;
  background: #fff;
  z-index: 20000000000;
  padding-top: 4.1em;
  padding-bottom: 4.1em;
}
.popup__close {
  position: absolute;
  right: 2.6%;
  top: 6.4%;
}
.history .popup .timeline,
.popup .container,
.popup .history .timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup__image {
  width: 50.8%;
  max-height: calc(100% - 8.2em);
}
.popup__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.popup__text {
  padding-left: 5.4em;
  padding-top: 2.35em;
  width: 49.2%;
}
.popup__text__logo {
  width: 30%;
}
.popup__text__logo img {
  max-width: 100%;
  display: block;
  height: auto;
}
.popup__text__title {
  width: 55%;
}
.popup__text p {
  font-size: 1.067em;
  line-height: 1.875em;
}
.popup__text__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.4em;
}
.popup__text__header img {
  display: block;
}
.popup__text__title {
  font-size: 1.467em;
  font-weight: 700;
  line-height: 1.545em;
}
.popup .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup .owl-nav button:focus {
  outline: none;
}
.popup .owl-nav button.owl-prev {
  left: 20px;
}
.popup .owl-nav button.owl-next {
  right: 20px;
}
.popup .owl-nav button.owl-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer {
  height: 14.067em;
}

footer {
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 14.067em;
  text-align: center;
  font-family: industry;
}
footer p.copyright,
footer p.reserved {
  font-size: 0.867em;
  display: inline-block;
  opacity: 0.3;
  font-weight: 700;
  vertical-align: top;
  letter-spacing: 2.6px;
}
footer a {
  display: inline-block;
  padding-top: 4.533em;
  padding-bottom: 4.533em;
  margin: 0 1.867em;
}
footer a svg {
  width: 5.667em;
}
#map-holder {
  -webkit-clip-path: polygon(0 890px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 890px, 100% 0, 100% 100%, 0 100%);
  margin-top: -80.3em;
  height: 99.5em;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
}
#map-holder #map {
  width: 100%;
  height: 100%;
}
#map-holder .container,
#map-holder .history .timeline,
.history #map-holder .timeline {
  position: relative;
}
.change-location {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.change-location li {
  float: left;
  display: block;
  width: 12.5%;
}
@media screen and (max-width: 600px) {
  .change-location li {
    width: 100%;
  }
  .change-location {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 750px) {
  .change-location li {
    width: 100%;
  }
  #map-holder .change-location {
    bottom: 110px;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }
}
.change-location li a {
  text-align: center;
  background: #421c72;
  color: #fff;
  height: 120px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  top: 30px;
  position: relative;
  display: table;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.change-location li a span {
  opacity: 0.5;
  z-index: 2;
  letter-spacing: 4.4px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.change-location li a:after {
  content: "";
  opacity: 0.2;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-window {
  width: 369px;
  background: #fff;
  margin-top: -40px;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding-left: 69px;
  padding-top: 45px;
  padding-bottom: 66px;
  padding: 30px;
  pointer-events: all;
  margin-bottom: -896px;
  margin-top: 300px;
  z-index: 2222;
  position: relative;
}
.contact-window p {
  margin-bottom: 0;
  margin-top: 0;
}
.contact-window h2 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 34px;
  line-height: 42px;
  text-align: left;
  margin-bottom: 23px;
}
.contact-window p.address {
  color: #898989;
  font-size: 15px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 30px;
}
.contact-window .phone {
  color: #c5c5c5;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  line-height: 22px;
  margin-top: -4px;
  text-transform: uppercase;
}
.contact-window .phone a {
  color: #421c72;
  text-decoration: none;
}
.contact-window a.mail {
  text-decoration: none;
  line-height: 32px;
}
.contact-window a.mail,
.contact-window h5 {
  font-weight: 700;
  color: #421c72;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-window h5 {
  font-family: industry, sans-serif;
  margin-bottom: 14px;
}
.contact-window hr {
  border: none;
  margin-top: 32px;
  border-top: 1px solid #e9ebec;
  margin-bottom: 39px;
}
.contact-window .social-media {
  font-size: 11px;
  color: #c5c5c5;
  text-transform: uppercase;
  display: inline-block;
}
.contact-window .social-media i {
  font-size: 15px;
  color: #421c72;
  padding: 9px 1px 0 10px;
}
#map-holder .change-location li a:hover {
  top: 15px;
  height: 135px;
}
#map-holder .change-location li a.active {
  height: 150px;
  top: 0;
  -webkit-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.1);
}
#map-holder .change-location li a.active span {
  opacity: 1;
}
#map-holder .change-location li a.active:after {
  opacity: 0.5;
}
#map-holder .change-location li a.gdy:after {
  background-image: url(../../images/header4.jpg);
}
#map-holder .change-location li a.wwa:after {
  background-image: url(../../../assets/images/wwa.jpg);
}
#map-holder .change-location li a.wroclaw:after {
  background-image: url(../../../assets/images/Wroclaw.jpg);
}
#map-holder .change-location li a.szczecin:after {
  background-image: url(../../../assets/images/Szczecin.jpg);
}
#map-holder .change-location li a.krakow:after {
  background-image: url(../../../assets/images/Krakow.jpg);
}
#map-holder .change-location li a.katowice:after {
  background-image: url(../../../assets/images/Katowice.jpg);
}
#map-holder .change-location li a.ldz:after {
  background-image: url(../../../assets/images/lodz.jpg);
}
#map-holder .change-location li a.poz:after {
  background-image: url(../../../assets/images/poznan.jpg);
}
.menu {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 445px;
  height: 208px;
  z-index: 1000;
}
.menu.loaded {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.menu:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  width: 445px;
  height: 208px;
  left: -223px;
  -webkit-transform: skew(-65deg);
  -ms-transform: skew(-65deg);
  transform: skew(-65deg);
}
.menu button {
  border: none;
  background: 0 0;
  height: 30px;
  width: 34px;
  padding: 0;
  cursor: pointer;
  position: relative;
  left: 80px;
}
.menu button:hover span,
.menu button:hover span:after,
.menu button:hover span:before {
  width: 34px;
}
.menu button span {
  background: #421c72;
  width: 26px;
  height: 3px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu button span:after {
  top: -10px;
  width: 34px;
}
.menu button span:before {
  height: 3px;
  left: 0;
  position: absolute;
  content: "";
  background: #421c72;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 10px;
  width: 32px;
}
.menu-button p {
  position: relative;
  top: -3px;
  left: -1px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 10px;
  font-family: Lato;
}
section#menu {
  font-family: industry;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #421c72;
  height: 0;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1111111;
}
section#menu a.close-menu {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 100;
}
section#menu a.close-menu svg {
  width: 33px;
  height: 33px;
  fill: #fff;
}
section#menu.active {
  height: 100vh;
  width: 100vw;
}
section#menu ul {
  height: 100%;
  display: block;
  margin: 0;
  list-style: none;
}
section#menu li {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  width: 33.33333%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  border: 0 solid #fff;
}
section#menu li:first-child a:hover span.text {
  left: 40%;
}
section#menu li:not(:first-child) a:hover span.text {
  left: 30%;
}
section#menu li a {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  width: 160%;
  left: -30%;
  height: 110%;
  top: -10%;
}
section#menu li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #421c72;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
section#menu li a:hover:before {
  opacity: 0 !important;
}
section#menu li a span.image {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
  background-position: 50%;
}
section#menu li a span.text {
  position: absolute;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 32px;
  line-height: 44px;
  top: 39.25%;
  left: 37%;
  text-align: center;
  z-index: 3;
}
section#menu li a video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.menu button {
  top: 56px;
  left: 55px;
}
.menu button span {
  height: 5px;
  width: 36px;
}
.menu button span:before {
  height: 5px;
  width: 42px;
  top: 14px;
}
.menu button span:after {
  height: 5px;
  top: -14px;
  width: 44px;
}
.menu:before {
  width: 404px;
}
.open-menu {
  top: 0;
  left: 0;
  z-index: 3333;
  position: fixed;
  padding: 3.85em 5.85em;
}
.open-menu:after {
  content: "";
  background-color: #fdfdfd;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%) skewY(-25deg);
  -ms-transform: translate(-50%, -50%) skewY(-25deg);
  transform: translate(-50%, -50%) skewY(-25deg);
  width: 1050px;
  height: 390px;
}
.open-menu button {
  border: none;
  background: transparent;
  padding: 0;
  height: 1.4em;
  width: 2.3em;
  cursor: pointer;
}
.open-menu button:hover span {
  width: 2.267em;
}
.open-menu button span {
  display: block;
  background: #421c72;
  width: 1.733em;
  height: 0.2em;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.open-menu button span:after,
.open-menu button span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2.267em;
  height: 0.2em;
  display: block;
  background: #421c72;
}
.open-menu button span:before {
  top: -8px;
}
.open-menu button span:after {
  top: 8px;
}
@media (max-width: 1100px) {
  .container,
  .history .timeline {
    max-width: 640px;
  }
  html {
    font-size: 82%;
  }
  .about-company__box {
    padding: 30px;
    font-size: 90%;
  }
  .about-company__heading {
    padding-left: 1.7em;
    padding-top: 0;
  }
  .about-company__heading h3 {
    margin: 0;
  }
  .about-company__logo img,
  .about-company__logo svg {
    max-width: 4.8em;
  }
  .about-company__text {
    padding-bottom: 100px;
  }
  .about-company__third {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history .timeline__item__inner {
    width: 40%;
  }
  .history .timeline__item__inner:after {
    right: -25%;
  }
  .history .timeline__item:nth-child(2n) .timeline__item__inner:after {
    right: auto;
    left: -25%;
  }
  .our-team .person__image__after {
    width: calc(100% + 7.6em);
    top: -4.4em;
    left: -3.8em;
  }
  .our-team .person__image__after--lukasz,
  .our-team .person__image__after--radek {
    width: calc(100% + 8.6em);
    top: -5.5em;
    left: -4.3em;
  }
  .our-team .person__name {
    font-size: 1.2em;
  }
  .partners__images__image {
    width: 25%;
  }
  .score {
    width: 31.75%;
  }
  .score__portal {
    font-size: 1.3em;
  }
  .score__stars img {
    max-width: 1.2em;
  }
  .score__num__large {
    font-size: 2.8em;
  }
}
@media (max-width: 767px) {
  .about-company__box {
    padding: 5em 0;
  }
  .about-company__decobox {
    display: none;
  }
  .about-company__heading {
    padding: 3em 0;
  }
  .about-company__heading h3 {
    margin: 0;
    text-align: center;
  }
  .about-company__small {
    width: 100%;
  }
  .about-company__text {
    width: 100%;
    padding-bottom: 5em;
  }
  .about-company__right,
  .about-company__third {
    width: 100%;
  }
  .history .timeline:after {
    right: 50px;
    left: auto;
  }
  .history .timeline__item {
    height: auto;
  }
  .history .timeline__item__inner {
    width: 100%;
    padding-right: 55px;
  }
  .history .timeline__item__inner:after {
    right: 22px !important;
    left: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .history .timeline__item:nth-child(2n) .timeline__item__inner {
    margin: 0 auto;
  }
  .our-team .person {
    width: 100%;
  }
  .our-team .person__image__after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: 0;
    top: -6.4em;
    width: calc(100% + 5em);
    max-width: 411px;
  }
  .our-team .person__image__after--lukasz,
  .our-team .person__image__after--radek {
    top: -8em;
  }
  .partners__text {
    max-width: 100%;
    margin-right: 0;
  }
  .partners__images__image {
    width: 33.333%;
    margin-bottom: 2.9em;
    padding: 0 15px;
  }
  .partners__images__image img {
    max-width: 100%;
  }
  .reference {
    width: 100%;
    margin-bottom: 2.9em;
  }
  .award img {
    margin-left: auto;
    margin-right: auto;
  }
  .scores {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .score {
    width: 100%;
  }
  .popup__close {
    top: 15px;
    right: 15px;
  }
  .popup__image {
    width: 100%;
    height: 20%;
  }
  .popup__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
    width: 100%;
  }
  .popup__text {
    width: 100%;
    padding-left: 0;
    padding-top: 2em;
  }
  .contact-window {
    margin-top: 40px;
  }
  .open-menu {
    padding: 1.85em 2.85em;
  }
  .open-menu:after {
    width: 560px;
    height: 220px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  .our-team .person__image__before {
    height: 225px;
  }
  .our-team .person__description {
    background: #fff;
    -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 16px 20px rgba(0, 0, 0, 0.16);
    left: -50px;
    right: -50px;
    padding: 0 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 750px) {
  footer p.copyright {
    padding-top: 0;
    display: block;
  }
  footer a {
    padding-top: 1.333em;
    padding-bottom: 1.333em;
    display: block;
  }
  footer p.reserved {
    padding-top: 0;
    margin-top: 0;
    display: block;
  }
}
@media (max-width: 550px) {
  .history footer .timeline,
  footer .container,
  footer .history .timeline {
    margin-top: 4.667em;
  }
  footer.active {
    height: 18.333em;
  }
}
@media (max-width: 1024px) {
  section#menu.active {
    height: auto;
  }
  section#menu ul li {
    width: 100%;
    height: 20vh;
    position: static;
    float: none;
  }
  section#menu ul li,
  section#menu ul li a {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  section#menu ul li a {
    position: relative;
    left: 0;
    top: 0;
  }
  section#menu ul li a span.text {
    top: 30%;
    left: 27%;
    font-size: 29px;
    line-height: 34px;
    left: -19%;
    width: 100%;
    text-align: center;
  }
  section#menu ul li a span.text br {
    display: none;
  }
}
