/**
 * Prefixed by https://autoprefixer.github.io
 * PostCSS: v7.0.29,
 * Autoprefixer: v9.7.6
 * Browsers: last 4 version
 *
 * @format
 */

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?g39ho1');
  src: url('../fonts/icons.eot?g39ho1#iefix') format('embedded-opentype'), url('../fonts/icons.ttf?g39ho1') format('truetype'),
    url('../fonts/icons.woff?g39ho1') format('woff'), url('../fonts/icons.svg?g39ho1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html,
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #1f1c0c;
}

@media all and (max-width: 700px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #d4001a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 140%;
  margin: 0;
  margin-bottom: 10px;
}

ul,
li {
  padding: 0;
  margin: 0;
}

/** Main page class **/

.page-grid {
  width: 100%;
  max-width: 1320px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.vertial-middle {
  vertical-align: middle;
}

.font-bold {
  font-weight: 700 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.no-margin {
  margin: 0;
}

.no-margin-i {
  margin: 0 !important;
}

.no-overflow {
  overflow: hidden;
}

.bg-yellow {
  background-color: #fce700 !important;
}

.c-black1 {
  color: #000 !important;
}

.c-black2 {
  color: #1f1c0c !important;
}

.c-blue1 {
  color: #00ba9b !important;
}

.margin-bottom--l {
  margin-bottom: 20px;
}

/* icons */

/** Sections **/

main,
article,
section {
  display: block;
  width: 100%;
  overflow: hidden;
}

section {
  padding: 0;
}

article h3 {
  font-size: 2rem;
  font-weight: 300;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
}

article p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

article .product-image img {
  width: 100%;
}

.section-no-padding {
  padding: 0;
}

/* Section slider-home */

#slider-home {
  height: 44.9vw;
  height: 862px;
}

#slider-home .slide {
  height: 44.9vw;
  height: 862px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.slide-title {
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
}

#slider-home .slide .slide-title {
  font-size: 3.75rem;
  left: 41%;
  top: 157px;
}

.slide-title .slide-title-pre,
.slide-title .slide-title-post {
  display: block;
  position: absolute;
  width: 60%;
  text-align: center;
  font-weight: 300;
}

#slider-home .slide .slide-title .slide-title-pre,
#slider-home .slide .slide-title .slide-title-post {
  font-size: 1.9375rem;
}

@media (min-width: 600px) {
  #glorius .slide-title {
    font-size: 3.8875rem;
    left: calc(60% - 132px);
    top: 145px;
  }

  #glorius .slide-title .slide-title-pre,
  #glorius .slide-title .slide-title-post {
    font-size: 3.2394rem;
    font-size: 0.8333em;
    bottom: -3.375rem;
    bottom: -0.8682em;
    bottom: -1.0419em;
    right: -5.375rem;
    width: 80%;
  }
}

.slide-title .slide-title-pre {
  top: -1.9rem;
}

.slide-title .slide-title-post {
  bottom: -1.9rem;
  right: 0;
}

#slider-home .slide .slide-text-block {
  position: absolute;
  left: calc(50% - 616px);
  bottom: 88px;
  max-width: 610px;
  width: 610px;
  padding: 1rem 2.4rem;
  background: rgba(20, 24, 22, 0.75);
  color: white;
  font-weight: 300;
  line-height: 1.4375rem;
  box-sizing: border-box;
}

#slider-home .slide .slide-text-block:after {
  position: absolute;
  left: -2px;
  top: -8px;
  display: block;
  content: '';
  width: 9px;
  height: 52px;
  border-style: solid;
  border-width: 52px 17px 0 0;
  border-color: #d4001a transparent transparent transparent;
}

.slider .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0;
  white-space: nowrap;
}

.slider .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #d5d5d5;
  margin: 0 6px;
  transition: 0.3s;
  box-sizing: border-box;
}

#slider-home.slider .slick-dots li:not(.slick-active) {
  background: #fff;
}

.slider .slick-dots li:last-child {
  margin-right: 0;
}

.slider .slick-dots li.slick-active {
  background: #d4001a;
}

#slider-home ~ section {
  padding-top: 2.5rem;
}

@media (max-width: 1720px) {
  #slider-home .slide h3.slide-title {
    left: unset;
    right: 30px;
  }
}

@media (max-width: 1260px) {
  .slide-title {
    top: calc(95px + 5vw);
    white-space: nowrap;
  }

  #slider-home .slide .slide-text-block {
    left: 30px;
    width: calc(50% - 40px);
  }
}

@media (max-width: 1024px) {
  #slider-home {
    height: 80vw;
  }

  #slider-home .slide {
    height: 80vw;
  }

  .slide-title {
    display: block;
    left: 50%;
    transform: translate(-50%, 0);
    top: calc(95px + 10vw);
    font-size: 5vw;
    white-space: nowrap;
  }

  #slider-home .slide .slide-title .slide-title-pre,
  #slider-home .slide .slide-title .slide-title-post {
    font-size: 0.5167em;
  }

  #slider-home .slide .slide-title .slide-title-pre {
    top: -0.98em;
  }

  #slider-home .slide .slide-title .slide-title-post {
    bottom: -0.98em;
  }

  #slider-home .slide h3.slide-title {
    font-size: 5.6vw;
    transform: none;
  }

  #slider-home .slide .slide-text-block {
    left: 30px;
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding: 1rem 2.4rem;
  }
}

@media all and (max-width: 700px) {
  #slider-home {
    height: 122vw;
  }

  #slider-home .slide {
    height: 84vw;
  }

  .slide-title .slide-title-pre,
  .slide-title .slide-title-post {
    text-shadow: 0 0 1px #000;
  }

  #slider-home .slide .slide-text-block {
    top: calc(84vw + 20px);
    bottom: unset;
    max-width: 700px;
    width: calc(100% - 60px);
    padding: 1rem 0.5rem 1rem 1.5rem;
    box-sizing: border-box;
  }

  #slider-home .slick-list {
    overflow: visible;
  }

  .slider .slick-dots {
    bottom: 0;
  }

  #slider-home.slider .slick-dots li:not(.slick-active) {
    background: #d5d5d5;
  }
}

@media all and (max-width: 500px) {
  #slider-home {
    height: 142vw;
  }
}

@media all and (max-width: 400px) {
  #slider-home {
    height: 162vw;
  }
}

.section-img {
  width: 100%;
}

.header-content {
  width: 100%;
  max-height: 100vh;
  position: relative;
}

.header-content::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.floating-header {
  background: rgba(212, 0, 26, 0.9);
  background-size: 10px 10px, 10px 10px;
  position: absolute;
  padding: 15px 0;
  height: 95px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  box-sizing: border-box;
  transition: 0.4s height;
}

.floating-header > .page-grid {
  position: relative;
  /*z-index: 1;*/
  display: flex;
  align-items: center;
  height: 100%;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  height: 148px;
  min-width: 354px;
  width: calc(50% - 312px);
  padding: 32px 0;
  box-sizing: border-box;
}

.logo:after {
  display: block;
  content: '';
  position: absolute;
  right: -48px;
  top: 0;
  width: 1px;
  height: 0;
  border-style: solid;
  border-width: 148px 48px 0 0;
  border-color: #ffffff transparent transparent transparent;
}

.logo a {
  display: flex;
  justify-content: flex-end;
}

.logo svg {
  height: 84px;
  transition: 0.4s margin-top;
}

.logo svg:first-child {
  margin-right: 50px;
}

.logo svg:last-child {
  margin-right: 23px;
}

#symbol {
  opacity: 1;
  transition: 0.4s opacity;
}

.header--small .floating-header {
  height: 94px;
}

.header--small .logo svg {
  margin-top: -37px;
}

.header--small #symbol {
  opacity: 0;
}

/* Main navigation */

nav.main-navigation {
  display: block;
  margin-left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav.main-navigation::after {
  content: '';
  clear: both;
  display: block;
}

nav.main-navigation > ul {
  list-style: none;
  float: right;
  white-space: nowrap;
}

nav.main-navigation > ul > li {
  display: inline-block;
  margin-right: 13px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

nav.main-navigation > ul > li > a {
  text-decoration: none !important;
  font-size: 1rem;
  color: white;
  padding: 5px 10px;
  background-color: transparent;
  display: block;
  font-weight: 700;
  box-sizing: border-box;
  transition: all ease 0.3s;
}

nav.main-navigation > ul > li:last-child > a {
  padding: 5px 0 5px 10px;
}

nav.main-navigation > ul > li > a > .logo_fb {
  width: 32px;
}

nav.main-navigation > ul > li > a > .logo_ig {
  width: 32px;
}

nav.main-navigation > ul > li:last-child {
  margin-right: 0;
  margin-left: -24px;
}

nav.main-navigation > ul > li.current_page_item > a,
nav.main-navigation > ul > li:hover > a {
  color: #fff;
}

nav.main-navigation .submenu {
  position: relative;
}

nav.main-navigation .submenu:hover > ul {
  display: block;
}

nav.main-navigation .submenu > ul {
  display: none;
  list-style: none;
  text-align: left;
  position: absolute;
  z-index: 10;
  background: #fff;
  color: #1e1d3a;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

nav.main-navigation .submenu > ul > li > a {
  padding: 10px;
  font-size: 11px;
}

nav.main-navigation .submenu > ul > li:hover > a {
  background-color: #fcde28;
}

@media all and (max-width: 1320px) {
  nav.main-navigation > ul > li {
    margin-right: 10px;
  }
}

@media all and (max-width: 1260px) {
  #header .logo {
    margin: 0 auto;
    z-index: 300;
  }

  nav.main-navigation {
    display: none;
  }

  .mobile-menu {
    width: 42px;
    height: 34px;
    box-sizing: border-box;
    position: absolute;
    top: 12px;
    right: 37px;
    cursor: pointer;
    z-index: 110;
    transition: all 0.4s ease;
  }

  .mobile-menu > span {
    background-color: white;
    width: 100%;
    height: 6px;
    margin-bottom: 8px;
    display: block;
    opacity: 1;
    transition: all 0.4s ease;
  }

  .mobile-menu > span:last-child {
    margin-bottom: 0;
  }

  .mobile-menu:hover {
    top: 9px;
  }

  .mobile-menu:hover span {
    margin-bottom: 10px;
  }

  .show-mobile-menu {
    overflow: hidden;
  }

  .show-mobile-menu .mobile-menu > span:nth-child(1) {
    margin-bottom: 10px;
    transform: rotate(45deg) translate(8px, 8px);
  }

  .show-mobile-menu .mobile-menu > span:nth-child(2) {
    margin-bottom: 0;
    opacity: 0;
  }

  .show-mobile-menu .mobile-menu > span:nth-child(3) {
    margin-bottom: 0;
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .show-mobile-menu #header nav.main-navigation {
    background: #d4001a;
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-top: 230px;
    padding-bottom: 5vh;
    text-align: center;
    box-sizing: border-box;
  }

  .show-mobile-menu #header nav.main-navigation ul {
    float: inherit;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .show-mobile-menu #header nav.main-navigation ul > li {
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .show-mobile-menu #header nav.main-navigation ul > li > a {
    padding: 0;
    font-size: 1.1rem;
  }

  .show-mobile-menu #header nav.main-navigation ul > li:last-child {
    margin-bottom: 0;
  }

  .show-mobile-menu #header nav.main-navigation .social-link {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin: 0 10px;
  }

  .show-mobile-menu #header nav.main-navigation .social-link a {
    font-size: 30px;
  }

  .show-mobile-menu nav.main-navigation .submenu > a {
    margin-bottom: 10px;
  }

  .show-mobile-menu nav.main-navigation .submenu > ul {
    background-color: transparent;
    display: block;
    position: relative;
    color: #fff;
    transform: none;
  }

  .show-mobile-menu .main-navigation .submenu > ul > li {
    margin-bottom: 15px !important;
  }

  .show-mobile-menu .main-navigation .submenu > ul > li:last-child {
    margin-bottom: 0 !important;
  }

  .show-mobile-menu .main-navigation .submenu > ul > li > a {
    font-size: 14px !important;
    padding: 10px !important;
  }

  .show-mobile-menu .main-navigation .submenu > ul > li:hover > a {
    color: #1e1d3a !important;
  }
}

@media (max-width: 599px) {
  .logo {
    height: 26.667vw;
    width: 63vw;
    padding: 5.185vw 0 5.925vw 0;
    min-width: 0;
  }

  .logo:after {
    right: -8vw;
    border-width: 26.667vw 8vw 0 0;
  }

  .logo svg {
    height: 15.55vw;
  }

  .logo svg:first-child {
    width: 21.481vw;
    margin-right: 9.26vw;
  }

  .logo svg:last-child {
    width: 21.85vw;
    margin-right: 4.25vw;
  }

  .floating-header {
    height: 15.833vw;
  }

  .mobile-menu {
    width: 7vw;
    height: 5.667vw;
    top: 1.5vw;
    right: 6.167vw;
  }

  .mobile-menu > span {
    height: 1vw;
    margin-bottom: 1.333vw;
  }

  .mobile-menu:hover {
    top: 1.5vw;
  }

  .mobile-menu:hover span {
    margin-bottom: 1.333vw;
  }

  .show-mobile-menu .mobile-menu > span:first-child {
    margin-bottom: 2.3vw;
  }

  .show-mobile-menu #header nav.main-navigation {
    padding-top: calc(27vw + 5vh);
  }
}

/** Section **/

section h2,
section h1 {
  display: block;
  font-size: 1.75rem;
  margin: 2.2rem 0 3.75rem;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 651px) {
  section h2,
  section h1 {
    font-size: 2.25rem;
  }
}

section > h2:first-child,
section > h1:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

section h2:after,
section h1:after {
  display: block;
  position: relative;
  content: '';
  width: 50px;
  height: 4px;
  background: #d4001a;
  bottom: -1.0625rem;
  margin-left: calc(50% - 25px);
}

section.ltgray {
  background: #f6f6f6;
}

section.ltltgray {
  background: #fafafa;
}

/** Section Multichoice **/

section.multichoice {
  padding: 3rem 0;
}

section.multichoice p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

section.multichoice div.row {
  width: 1240px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

section.multichoice div.row .column {
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 28px;
}

section.multichoice div.row .column:nth-child(odd) {
  margin-right: 20px;
}

.home-block-link {
  height: 458px;
  margin-bottom: 20px;
  background-size: cover;
  position: relative;
  display: block;
}

.home-block-link:before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home-block-link h3 {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  opacity: 1;
  transition: opacity 0.5s;
}

.home-block-link p {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 300;
  padding: 1rem 1.5rem 1rem 2.25rem;
  color: #fff;
  box-sizing: border-box;
  background: rgba(30, 24, 22, 0.75);
  margin: 0;
  opacity: 1;
  transition: opacity 0.5s;
}

.home-block-link p:after {
  position: absolute;
  left: -2px;
  top: -8px;
  display: block;
  content: '';
  width: 9px;
  height: 52px;
  border-style: solid;
  border-width: 52px 17px 0 0;
  border-color: #d4001a transparent transparent transparent;
}

.home-block-link .home-block-hover-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.home-block-link .home-block-hover {
  transition: 0.5s;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
  background: rgba(212, 0, 26, 0.8);
  display: flex;
  flex-direction: row;
}

section.multichoice div.row .home-block-link .home-block-hover a {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: block;
  height: 100%;
  background-size: cover;
  flex-grow: 1;
}

section.multichoice div.row .home-block-link .home-block-hover h4 {
  position: absolute;
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 2em);
}

section.multichoice div.row .home-block-link .home-block-hover a:hover {
  text-decoration: none;
}

section.multichoice div.row .home-block-link .home-block-hover a:hover:before {
  display: block;
  content: '';
  position: absolute;
  background: rgba(212, 0, 26, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section.multichoice div.row .home-block-link .home-block-hover a:hover h4:after,
section.multichoice div.row .home-block-link .home-block-hover a:hover h4:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

section.multichoice div.row .home-block-link .home-block-hover .home-block-big h4 {
  font-size: 1.5rem;
}

section.multichoice div.row .home-block-link:active .home-block-hover,
section.multichoice div.row .home-block-link:hover .home-block-hover {
  top: 0;
}

section.multichoice div.row .home-block-link:active h3,
section.multichoice div.row .home-block-link:hover h3 {
  opacity: 0;
}

section.multichoice div.row .home-block-link:active p,
section.multichoice div.row .home-block-link:hover p {
  opacity: 0;
}

@media (max-width: 1300px) {
  section.multichoice div.row {
    width: 100%;
    padding: 0 30px;
  }
}

@media all and (max-width: 700px) {
  section.multichoice div.row {
    flex-direction: column;
    padding: 0 30px;
  }

  section.multichoice div.row .column {
    width: 100%;
    margin-right: 0;
  }

  section.multichoice div.row .home-block-link h3 {
    top: 30%;
  }
}

/** section Klienci **/

#section-klienci {
  padding: 3rem 0;
}

#section-klienci .slick-dots {
  bottom: 0;
}

#slider-klienci {
  width: 1260px;
  margin: auto;
  box-sizing: border-box;
  padding: 0 0 40px;
}

#slider-klienci .slide {
  width: calc(100% + 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

#slider-klienci .slide .klient-logo {
  position: relative;
  width: 100%;
  margin: 10px 0;
  height: 220px;
  box-sizing: border-box;
  background: #fff;
}

#slider-klienci .slide .klient-logo img {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1300px) {
  #slider-klienci {
    width: 100%;
    padding: 0 20px 40px 20px;
  }

  #slider-klienci .slide .klient-logo {
    height: 16.79vw;
  }
}

@media (max-width: 1024px) {
  #slider-klienci .slide .klient-logo {
    height: 22.25vw;
  }
}

@media (max-width: 700px) {
  #slider-klienci .slide .klient-logo {
    height: 32.77vw;
  }
}

/** Section Partner **/

#section-partner {
  padding-bottom: 78px;
}

#section-partner .row {
  width: 1080px;
  padding-top: 13px;
  display: flex;
  align-items: center;
  margin: auto;
  box-sizing: border-box;
}

#section-partner img {
  width: 365px;
  height: 198px;
  flex-grow: 1;
}

#section-partner .row div {
  width: 715px;
}

#section-partner p {
  padding: 0 70px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  flex-grow: 1;
}

@media (max-width: 1140px) {
  #section-partner .row {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 700px) {
  #section-partner {
    padding-bottom: 50px;
  }

  #section-partner .row {
    flex-direction: column;
  }

  #section-partner .row div {
    width: 100%;
  }

  #section-partner img {
    max-width: 282px;
    margin-bottom: 1rem;
  }

  #section-partner p {
    padding: 0 !important;
    text-align: center;
  }
}

/** Section Wartości **/

#section-wartosci {
  width: 800px;
  margin: auto;
  text-align: center;
  overflow: visible;
  box-sizing: border-box;
}

.motto {
  font-size: 1.875rem;
  font-weight: 300;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2.25rem;
}

.centered {
  text-align: center;
}

#values-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
}

#values-list .item {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

@media (min-width: 860px) {
  #values-list .item {
    padding: 20px 30px;
  }
}

#values-list .item .asset {
  width: 180px;
  border-radius: 50%;
  background: #f6f6f6;
  position: relative;
}

#values-list .item .asset:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#values-list .item .asset svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
}

#values-list .item h3 {
  text-transform: uppercase;
  font-size: 1.125rem;
}

@media (max-width: 860px) {
  #section-wartosci {
    width: 100%;
    padding: 0 30px;
  }

  .motto {
    font-size: 1.375rem;
  }
}

/** Blog section **/

#main-blog {
  padding: 3rem 0;
}

#main-blog img {
  max-width: 100%;
}

.blog-date {
  display: inline-block;
  background: #d4001a;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.4rem 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-main,
.blog-main p {
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
}

.blog-text {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 1rem;
}

@media all and (max-width: 700px) {
  .blog-main,
  .blog-main p {
    font-size: 18px;
    line-height: 26px;
  }
}

a.pdl-underline-more {
  text-decoration: none;
}

a.pdl-underline-more:hover .pdl-read-more {
  text-decoration: underline;
}

.pdl-read-more {
  display: block;
  color: #d4001a;
  margin-top: 1rem;
}

h3.underlined-title {
  font-size: 1.23rem;
  font-weight: 700;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}

aside h3.underlined-title:first-child {
  margin-top: 0;
  font-size: 1.23rem;
}

#latest-posts h3.underlined-title:first-child {
  margin-top: 8px;
  margin-bottom: 45px;
}

h3.underlined-title:after {
  display: block;
  position: relative;
  content: '';
  height: 4px;
  background: #d4001a;
  bottom: -1rem;
}

#latest-posts h3.underlined-title:after {
  bottom: -16px;
}

.latest-post__wrapper a {
  display: block;
  color: #1f1c0c;
  transition: 0.2s color;
  text-decoration: none !important;
}

.latest-post__wrapper .latest-post__image {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s transform;
}

.latest-post__wrapper .latest-post__image:before {
  content: '';
  width: 100%;
  display: block;
  padding-bottom: 66.8852%;
}

.latest-post__wrapper .latest-post__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.latest-post__wrapper .latest-post__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 14px 0 6px 0;
  display: block;
}

.latest-post__wrapper a:hover {
  color: #d4001a;
}

.latest-post__wrapper a:hover .latest-post__image {
  transform: scale(1.1);
}

@media all and (min-width: 701px) and (max-width: 1060px) {
  .pdl-form .pdl-post .button-label {
    font-size: 28px;
  }
}

#latest-post .pdl-link-to-post {
  margin-top: 60px;
}

.blog-item {
  display: none;
}

#main-bloglist {
  padding: 3rem 0;
}

#main-blog .pdl-href-post > h3.underlined-title {
  color: #000;
}

/** Buttons **/

.button {
  text-align: center;
  z-index: 1;
  color: #000;
  position: relative;
  display: inline-block;
  padding: 0 10px 10px 0;
  cursor: pointer;
  text-decoration: none !important;
}

.button:hover::after {
  background-color: #000;
}

.button-label {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3.125rem;
  line-height: 3.125rem;
  position: relative;
  z-index: 1;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  background: #f4f4f4;
  transition: background-color 0.4s;
}

@media all and (max-width: 700px) {
}

.button.button--arrow-right .button-label:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 17px;
  border-color: transparent transparent transparent #000000;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.button.button--arrow-left .button-label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 17px 12px 0;
  border-color: transparent #000000 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.button:hover .button-label {
  background-color: #000;
  color: #fff;
}

.button.button--facebook .button-label:before {
  display: block;
  float: left;
  background: #3c5a99;
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNTggMjU4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTggMjU4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8cGF0aCBpZD0iZiIgY2xhc3M9InN0MCIgZD0iTTE3Ny44LDI1Ny43di05OS44aDMzLjVsNS0zOC45aC0zOC41Vjk0LjJjMC0xMS4zLDMuMS0xOC45LDE5LjMtMTguOWwyMC42LDBWNDAuNQ0KCWMtMy42LTAuNS0xNS44LTEuNS0zMC0xLjVjLTI5LjcsMC01MCwxOC4xLTUwLDUxLjRWMTE5aC0zMy42djM4LjloMzMuNnY5OS44SDE3Ny44eiIvPg0KPC9zdmc+DQo=');
  width: 3.125rem;
  height: 3.125rem;
}

.button.button--facebook:hover .button-label {
  background-color: #3c5a99;
}

.flex-wrap-container.socialmedia-buttons {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.pagination {
  text-align: center;
  z-index: 1;
  color: #000;
  position: relative;
  padding: 0 10px 10px 0;
  width: 100%;
  margin-top: 20px;
  text-decoration: none !important;
}

.pagination-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
}

.pagination__current {
  flex: 1;
  width: 100%;
  height: 60px;
  line-height: 50px;
  text-align: center;
  padding: 5px 0;
  box-sizing: border-box;
  font-weight: 900;
  background-color: #f6f6f6;
  font-size: 1.3rem;
}

.pagination__current::selection {
  color: none;
  background: none;
}

.pagination__current::-moz-selection {
  color: none;
  background: none;
}

@media all and (max-width: 700px) {
  .pagination__current {
    font-size: 1.3rem;
  }
}

.pagination__prev,
.pagination__next {
  flex: 1;
  max-width: 60px;
  height: 60px;
  background-color: #d5d5d5;
  cursor: pointer;
  position: relative;
  transition: 0.4s background-color;
}

.pagination__prev.active,
.pagination__next.active {
  background-color: #d4001a;
}

.pagination__prev.active:hover,
.pagination__next.active:hover {
  background-color: #000;
}

.pagination__prev:before,
.pagination__next:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -9px;
  transition: 0.4s border-color;
}

.pagination__prev:before {
  position: relative;
  display: block;
  content: '';
  left: 34px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-width: 0 0 4px 4px;
  border-color: white;
  box-sizing: border-box;
  transition: 0.3s;
}

.pagination__prev.active:hover::before {
  left: 30px;
}

.pagination__next:before {
  position: relative;
  display: block;
  content: '';
  left: 26px;
  width: 20px;
  height: 20px;
  transform: rotate(225deg);
  border-width: 0 0 4px 4px;
  border-color: white;
  box-sizing: border-box;
  transition: 0.3s;
}

.pagination__next.active:hover::before {
  left: 30px;
}

.icons-with-text {
  width: 100%;
  display: table;
}

.icons-with-text > span {
  display: table-cell;
  vertical-align: middle;
}

.input-wrapper {
  width: 100%;
  margin-bottom: 1px;
}

input[type='text'] {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  box-sizing: border-box;
}

@media all and (max-width: 700px) {
  input[type='text'] {
    font-size: 14px;
  }
}

input[type='text'].error-value {
  color: #f23055;
}

input[type='text']::-webkit-input-placeholder {
  color: #aaa;
}

input[type='text']::-webkit-input-placeholder,
input[type='text']::placeholder,
input[type='text']:-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='text']::-ms-input-placeholder {
  color: #aaa;
}

input[type='text']:-webkit-autofill,
input[type='text']:-webkit-autofill:hover,
input[type='text']:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff !important;
  color: #000 !important;
}

input[type='text'].error-value:-webkit-autofill,
input[type='text'].error-value:-webkit-autofill:hover,
input[type='text'].error-value:-webkit-autofill:focus {
  color: #f23055 !important;
}

.checkbox-wrapper {
  position: relative;
  padding-left: 45px;
  padding-top: 3px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.checkbox-wrapper label {
  cursor: pointer;
}

.checkbox-wrapper input[type='checkbox'] {
  display: none;
}

.checkbox-wrapper .checkbox {
  background: #fff;
  border: 3px solid #fff;
  outline: 0;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: 0.3s all;
}

.checkbox-wrapper input.error + .checkbox {
  border-color: #f23055;
}

.checkbox-wrapper input[type='checkbox']:checked + .checkbox {
  background: #00d1ae;
}

.checkbox-wrapper .checkbox-label {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 14px;
  display: block;
}

.fb-login {
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  margin-top: -1px;
  background: #3c5a9a;
  transition: 0.3s background;
}

.fb-login:hover {
  background: #4668b2;
}

@media all and (max-width: 700px) {
  .fb-login {
    font-size: 14px;
  }
}

.flex-wrap-container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.flex-wrap-container > .flex-box {
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: 10px;
  box-sizing: border-box;
}

.flex-wrap-container.flex--more-padding {
  margin: -10px -30px;
}

.flex-wrap-container.flex--more-padding > .flex-box {
  padding: 10px 30px;
}

.flex-wrap-container.unset-flex > .flex-box {
  -ms-flex: inherit;
  flex: inherit;
}

.flex-wrap-container.flex--center {
  align-items: center;
  justify-content: center;
}

.flex-box--12 {
  width: 100%;
}

.flex-box--11 {
  width: 91.66666666666667%;
}

.flex-box--10 {
  width: 83.33333333333333%;
}

.flex-box--9 {
  width: 75%;
}

.flex-box--8 {
  width: 66.66666666666667%;
}

.flex-box--7 {
  width: 58.333333333333336%;
}

.flex-box--6 {
  width: 50%;
}

.flex-box--5 {
  width: 41.666666666666664%;
}

.flex-box--4 {
  width: 33.333333333333336%;
}

.flex-box--3 {
  width: 25%;
}

.flex-box--2 {
  width: 16.666666666666668%;
}

.flex-box--1 {
  width: 8.333333333333334%;
}

@media all and (max-width: 1260px) and (min-width: 1024px) {
  .flex-box--x-medium-12 {
    width: 100%;
  }

  .flex-box--x-medium-11 {
    width: 91.66666666666667%;
  }

  .flex-box--x-medium-10 {
    width: 83.33333333333333%;
  }

  .flex-box--x-medium-9 {
    width: 75%;
  }

  .flex-box--x-medium-8 {
    width: 66.66666666666667%;
  }

  .flex-box--x-medium-7 {
    width: 58.333333333333336%;
  }

  .flex-box--x-medium-6 {
    width: 50%;
  }

  .flex-box--x-medium-5 {
    width: 41.666666666666664%;
  }

  .flex-box--x-medium-4 {
    width: 33.333333333333336%;
  }

  .flex-box--x-medium-3 {
    width: 25%;
  }

  .flex-box--x-medium-2 {
    width: 16.666666666666668%;
  }

  .flex-box--x-medium-1 {
    width: 8.333333333333334%;
  }
}

@media all and (max-width: 1024px) and (min-width: 700px) {
  .flex-box--medium-12 {
    width: 100%;
  }

  .flex-box--medium-11 {
    width: 91.66666666666667%;
  }

  .flex-box--medium-10 {
    width: 83.33333333333333%;
  }

  .flex-box--medium-9 {
    width: 75%;
  }

  .flex-box--medium-8 {
    width: 66.66666666666667%;
  }

  .flex-box--medium-7 {
    width: 58.333333333333336%;
  }

  .flex-box--medium-6 {
    width: 50%;
  }

  .flex-box--medium-5 {
    width: 41.666666666666664%;
  }

  .flex-box--medium-4 {
    width: 33.333333333333336%;
  }

  .flex-box--medium-3 {
    width: 25%;
  }

  .flex-box--medium-2 {
    width: 16.666666666666668%;
  }

  .flex-box--medium-1 {
    width: 8.333333333333334%;
  }
}

@media all and (max-width: 700px) {
  .flex-box--small-12 {
    width: 100%;
  }

  .flex-box--small-11 {
    width: 91.66666666666667%;
  }

  .flex-box--small-10 {
    width: 83.33333333333333%;
  }

  .flex-box--small-9 {
    width: 75%;
  }

  .flex-box--small-8 {
    width: 66.66666666666667%;
  }

  .flex-box--small-7 {
    width: 58.333333333333336%;
  }

  .flex-box--small-6 {
    width: 50%;
  }

  .flex-box--small-5 {
    width: 41.666666666666664%;
  }

  .flex-box--small-4 {
    width: 33.333333333333336%;
  }

  .flex-box--small-3 {
    width: 25%;
  }

  .flex-box--small-2 {
    width: 16.666666666666668%;
  }

  .flex-box--small-1 {
    width: 8.333333333333334%;
  }
}

@media all and (max-width: 540px) {
  .flex-box--x-small-12 {
    width: 100%;
  }

  .flex-box--x-small-11 {
    width: 91.66666666666667%;
  }

  .flex-box--x-small-10 {
    width: 83.33333333333333%;
  }

  .flex-box--x-small-9 {
    width: 75%;
  }

  .flex-box--x-small-8 {
    width: 66.66666666666667%;
  }

  .flex-box--x-small-7 {
    width: 58.333333333333336%;
  }

  .flex-box--x-small-6 {
    width: 50%;
  }

  .flex-box--x-small-5 {
    width: 41.666666666666664%;
  }

  .flex-box--x-small-4 {
    width: 33.333333333333336%;
  }

  .flex-box--x-small-3 {
    width: 25%;
  }

  .flex-box--x-small-2 {
    width: 16.666666666666668%;
  }

  .flex-box--x-small-1 {
    width: 8.333333333333334%;
  }
}

.wp-format-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

@media all and (max-width: 700px) {
  .wp-format-text p {
    font-size: 14px;
  }
}

.wp-format-text > ul,
.wp-format-text > ol {
  list-style: none;
  margin: 10px 0;
  margin-bottom: 20px;
  padding-left: 30px;
}

.wp-format-text > ul > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 6px;
  background: #00d1ae;
}

.wp-format-text ol > li {
  counter-increment: ol-counter;
}

.wp-format-text ol > li:before {
  content: counter(ol-counter) '.';
  font-weight: 700;
  font-size: 16px;
  color: #00d1ae;
  position: absolute;
  width: 20px;
  text-align: center;
  left: 0;
  top: 0;
  line-height: 26px;
}

.wp-format-text ul > li,
.wp-format-text ol > li {
  line-height: 24px;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 13px;
}

@media all and (max-width: 700px) {
  .wp-format-text ul > li,
  .wp-format-text ol > li {
    font-size: 14px;
  }
}

.wp-format-text li > span {
  font-weight: 400;
}

.wp-format-text .text-aling-img {
  padding-left: 50px;
}

.wp-format-text img {
  padding-bottom: 0px;
  width: 100%;
  max-width: 610px;
}

.wp-block-image {
  margin-bottom: 0.5em;
}

.wp-block-image figcaption {
  margin-top: 0;
  margin-bottom: 0;
  color: lightgrey;
}

@media all and (max-width: 1024px) {
  .wp-format-text .text-aling-img {
    padding-left: 0;
  }

  .wp-format-text img {
    padding-bottom: 25px;
  }
}

.post-date > span {
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 10px;
  color: #000;
  background: #fce700;
  margin-bottom: 20px;
  display: inline-block;
}

.pdl-home-back {
  margin: 0 auto;
  margin-top: 60px;
}

#other_post .flex-box a {
  opacity: 1;
  transition: opacity 0.2s;
}

#other_post .flex-box a:hover {
  opacity: 0.8;
}

/** Contact **/

.contact-text-wrapper {
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
}

.contact-text {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.contact-text--big {
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-text span {
  color: #000;
  background: #fff;
  padding: 8px 20px 18px 35px;
  display: inline-block;
}

.contact-text--big span {
  padding-top: 18px;
}

.button--contact {
  padding-left: 89px;
}

.button--contact:after {
  background-color: #000 !important;
}

.button--contact .button--icons {
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  background: #00d1ae;
  z-index: 2;
  display: block;
}

.button--contact .button--icons:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.button--contact .button--icons svg {
  width: 42px;
  display: inline-block;
  vertical-align: middle;
}

.button--contact .button-label {
  height: 89px;
  line-height: 89px;
  font-size: 25px;
  transition: 0.4s color, 0.4s background-color;
}

.button--contact:hover .button-label {
  background: #00d1ae;
  color: #fff;
}

@media all and (max-width: 700px) {
  .contact-text {
    font-size: 20px;
  }

  .contact-text--big {
    font-size: 36px;
  }

  .button--contact {
    padding-left: 60px;
  }

  .button--contact .button--icons {
    width: 60px;
    height: 60px;
  }

  .button--contact .button--icons svg {
    width: 26px;
  }

  .button--contact .button-label {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding: 0 10px;
  }
}

/*footer*/

footer {
  background: #aa0015;
  width: 100%;
  position: relative;
}

.footer-wrapper {
  position: relative;
  background: rgba(212, 0, 26, 0.9);
  background-size: 10px 10px, 10px 10px;
  padding: 15px 0;
  height: 77px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  box-sizing: border-box;
  transition: 0.4s height;
}

.footer-wrapper .logo {
  top: 13px;
}

.footer-texts {
  padding: 1.2rem 0;
  padding-left: calc(50% - 215px);
  padding-right: calc(50% - 630px);
  display: flex;
  color: #fff;
  line-height: 1.5rem;
  box-sizing: border-box;
}

.footer-info {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.footer-author-and-copy {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
  white-space: nowrap;
}

.footer-slogan {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-items {
  text-align: center;
}

.footer-items > div {
  padding: 5px 10px;
}

@media (min-width: 531px) {
  .footer-items {
    display: flex;
  }
}

@media (min-width: 951px) {
  .footer-items > div:first-child {
    padding: 5px 10px 5px 0;
  }
}

.footer-texts a {
  color: #fff;
  transition: 0.4s color;
}

.footer-texts a:hover {
  color: #000;
  text-decoration: none;
}

.footer-author {
  margin-left: auto;
  margin-right: 0;
}

#gototop {
  display: none;
}

@media (max-width: 1320px) {
  .footer-texts {
    padding-left: 445px;
    padding-right: 30px;
  }
}

@media (max-width: 1260px) {
  .footer-wrapper .logo {
    display: none;
  }

  .footer-wrapper nav.main-navigation {
    display: block;
  }

  .footer-wrapper nav ul {
    width: 100%;
    text-align: center;
  }

  .footer-texts {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (max-width: 950px) {
  footer {
    height: auto;
  }

  .footer-wrapper {
    display: none;
  }

  .footer-texts {
    width: 100%;
    padding: 0;
    flex-direction: column;
    text-align: center;
  }

  .footer-info {
    justify-content: center;
    width: 100%;
    padding: 1rem 30px;
    background: #d4001a;
  }

  .footer-slogan {
    font-size: 3.89vw;
  }

  .footer-author-and-copy {
    padding: 1rem 30px;
    flex-direction: row;
    justify-content: center;
    text-align: center;
  }

  .footer-author {
    margin: 0 0 0 2rem;
  }
}

@media all and (max-width: 540px) {
  .footer-info {
    flex-direction: column;
  }

  .footer-slogan {
    margin-bottom: 1rem;
  }

  #gototop {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -60px;
    right: 0;
    background: #aa0015;
  }

  #gototop:before {
    display: block;
    content: '';
    position: absolute;
    left: -20px;
    border-style: solid;
    border-width: 0 0 60px 20px;
    border-color: transparent transparent #aa0014 transparent;
  }

  #gototop:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    left: 15px;
    top: 22px;
    position: absolute;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: #fff;
    transform: rotate(45deg);
  }
}

/** Other sites **/

#glorius {
  width: 100%;
  margin-top: 95px;
  margin-bottom: 0;
  height: 247px;
  background-size: cover;
}

#glorius .slide-title {
  z-index: 1;
}

@media (max-width: 1024px) {
  #glorius .slide-title {
    /*top: calc(262px - 18vw);*/
    font-size: 6.07vw;
    transform: none;
  }

  #glorius .slide-title .slide-title-pre,
  #glorius .slide-title .slide-title-post {
    right: -8.3984vw;
  }
}

@media (max-width: 599px) {
  #glorius {
    margin-top: 15.833vw;
    position: relative;
  }

  #glorius .slide-title {
    position: absolute;
    left: 0;
    top: unset;
    right: unset;
    width: 100%;
    bottom: 40px;
    text-align: center;
    text-shadow: 0 0 2px #000;
    font-weight: 700;
    font-size: 2rem;
  }

  #glorius .slide-title .slide-title-pre,
  #glorius .slide-title .slide-title-post {
    right: unset;
    left: unset;
    top: unset;
    bottom: unset;
    width: 100%;
    position: relative;
    font-weight: 700;
  }
}

/** Offer site **/

.sidebar-header {
  font-size: 1.625rem !important;
  font-weight: 300;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: 2.65rem;
}

.sidebar-header#category-title {
  display: none;
}

@media (min-width: 1025px) {
  .sidebar-header#category-title {
    display: block;
  }
}

#side-menu #search-form {
  display: flex;
}

#side-menu #search-form #search {
  width: calc(100% - 2.75rem);
  height: 2.75rem;
  box-sizing: border-box;
  font-size: 1rem;
  border: 3px solid #f6f6f6;
  border-right: 0;
}

::placeholder {
  opacity: 0.5;
}

#side-menu #search-form #search-submit {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: #d4001a;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

#side-menu #search-form #search-submit:before {
  display: block;
  content: '';
  width: 45.45%;
  height: 45.45%;
  border: 3px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 22.72%;
  top: 22.72%;
  transition: 0.3s;
}

#side-menu #search-form #search-submit:after {
  display: block;
  content: '';
  width: 22.72%;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 56.82%;
  top: 65.9%;
}

#side-menu #search-form #search-submit:hover {
  background: #000;
}

#side-menu #search-form #search-submit:hover:before {
  transform: scale(1.2);
}

#category-wrapper p {
  display: block;
  line-height: 1.875rem;
  background: #f6f6f6;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  font-weight: 300;
}

#category-wrapper ul {
  padding: 0.5rem 0 0 0;
  border-left: 4px solid #f6f6f6;
  list-style-type: none;
  margin-bottom: 1.875rem;
}

#category-wrapper li {
  line-height: 145%;
  font-weight: 700;
  padding-left: 1rem;
  padding: 8px 0 8px 1rem;
}

#side-menu li.selected {
  margin-left: -4px;
  border-left: 4px solid #d4001a;
}

#category-wrapper li a {
  color: #000;
}

#category-wrapper li.selected a {
  color: #d4001a;
}

.offer-choice {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}

.offer-choice div a {
  color: #000;
  font-size: 1.125rem;
}

.offer-choice div a img {
  width: 100%;
  margin-bottom: 0.5rem;
  transition: 0.4s transform;
}

.offer-choice div a:hover img {
  transform: scale(1.1);
}

#category-selected {
  display: none;
  height: 4.5rem;
  background: #d4001a;
  color: #fff;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  margin: 2rem 0 0;
}

#category-selected:after {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  display: block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition: 0.5s;
}

#category-selected.open:after {
  top: 1.75rem;
  transform: rotate(-135deg);
}

.contact-wrapper {
  background: #f6f6f6;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
}

.contact-wrapper .contact-title {
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background: #d4001a;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-bottom: 0;
  padding: 0 !important;
}

#side-menu .contact-wrapper .contact-title {
  margin-top: 3.25rem;
  margin-bottom: 0;
}

#intertext-contact {
  display: none;
}

.contact-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.3rem;
  text-align: center;
}

.contact-icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-icon {
  position: relative;
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  background: #fff;
  margin: auto;
  margin-top: 0;
  margin-bottom: 4.375rem;
  box-sizing: border-box;
}

.contact-icon h5 {
  display: block;
  position: absolute;
  width: 15rem;
  font-size: 1.3rem;
  bottom: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #000;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.contact-icon:hover h5 {
  color: #d4001a;
}

.product-image {
  position: relative;
  font-size: 0;
  margin-bottom: 1.25rem;
}

.product-image-icons {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 10px;
  right: -10px;
  background: #f6f6f6;
  height: 45px;
  padding: 7px;
  box-sizing: border-box;
  white-space: nowrap;
}

.product-image-icons:before {
  display: block;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 5px;
  width: calc(100% - 20px);
  left: 10px;
  bottom: -5px;
}

.product-image-icons:after {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: block;
  content: '';
  width: 0;
  height: 10px;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #c7c7c7 transparent transparent transparent;
}

.product-image-icons svg {
  display: inline-block;
  margin: 0 7px;
  height: 31px;
}

.product-carousel {
  position: relative;
  overflow: hidden;
}

.product-carousel > ul {
  list-style: none;
  white-space: nowrap;
}

.product-carousel > ul li {
  display: inline-block;
  margin-right: 1.25rem;
  padding-bottom: 0.25rem;
  outline: none;
}

.product-carousel > ul li.selected {
  border-bottom: 0.25rem solid #d4001a;
}

.product-carousel > ul li img {
  width: 190px;
  cursor: pointer;
}

#product-tabs {
  margin: 3rem 0 2.25rem;
}

@media (min-width: 651px) {
  #product-tabs {
    margin: 1.375rem 0 2.25rem;
  }
}

#product-tabs ul {
  list-style: none;
  white-space: nowrap;
  color: #a1a1a1;
  border-bottom: 4px solid #f6f6f6;
  width: 100%;
  padding: 0 0 1rem;
}

@media (min-width: 651px) {
  #product-tabs ul {
    height: 3.75rem;
    padding: 0;
  }
}

#product-tabs ul li {
  cursor: pointer;
  text-align: center;
}

@media (min-width: 651px) {
  #product-tabs ul li {
    display: inline-block;
    line-height: 3.75rem;
    margin-right: 1.3rem;
    text-align: left;
  }
}

@media (max-width: 650px) {
  #product-tabs ul li.selected {
    color: #000;
    font-weight: 700;
  }
}

@media (min-width: 651px) {
  #product-tabs ul li.selected {
    color: #000;
    margin-bottom: -0.25rem;
    border-bottom: 0.25rem solid #d4001a;
  }
}

article h4 {
  font-size: 1.875rem;
  font-weight: 300;
  margin: 2.25rem 0 1.25rem 0;
}

.product-article p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

article ol,
.tab-content ol {
  font-size: 1.125rem;
  padding-left: 3rem;
}

article ul:not(.slick-slider):not(.slick-dots),
.tab-content ul {
  font-size: 1.125rem;
  list-style: square outside url('../images/bullet.svg');
  padding-left: 3rem;
}

article ol li,
article ul:not(.slick-slider) li,
.tab-content ol li,
.tab-content ul li {
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0.3rem;
}

#product-tab-contents {
  margin-bottom: 3.75rem;
}

.tab-content {
  display: none;
}

.tab-content:first-child {
  display: block;
}

.tab-content table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.tab-content table tr td {
  padding: 0.5em;
}

iframe {
  max-width: 100%;
}

.box-links {
  margin-top: 2rem;
}

.box-links:first-child {
  margin-top: 1.7rem;
}

.box-link {
  display: block;
  position: relative;
  width: 100%;
  height: 220px;
  background: #5b6064;
  color: #fff;
  padding: 150px 1.25rem 1.25rem 1.25rem;
  box-sizing: border-box;
}

.box-link:hover {
  background: #d4001a;
  text-decoration: none;
}

.box-link h5 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
}

.box-link p {
  font-size: 1rem;
  margin: 0;
}

.box-link:before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.box-link:after {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.box-link-pdf:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2NCA4OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjQgODk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxyZWN0IHg9IjMyIiB5PSIxOSIgY2xhc3M9InN0MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjMiLz4NCgk8cmVjdCB4PSIzMiIgeT0iMzIiIGNsYXNzPSJzdDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIzIi8+DQoJPHJlY3QgeD0iOCIgeT0iNDUiIGNsYXNzPSJzdDAiIHdpZHRoPSI0OCIgaGVpZ2h0PSIzIi8+DQoJPHJlY3QgeD0iOCIgeT0iNTgiIGNsYXNzPSJzdDAiIHdpZHRoPSI0OCIgaGVpZ2h0PSIzIi8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM0LjQsNzAuMWMtMC40LTAuMy0wLjgtMC42LTEuNC0wLjhjLTAuNi0wLjItMS4zLTAuMy0yLTAuM2gtMy44djExLjZoMi4ydi00LjFIMzFjMC44LDAsMS40LTAuMSwyLTAuMw0KCQljMC42LTAuMiwxLTAuNSwxLjQtMC44YzAuNC0wLjMsMC43LTAuNywwLjgtMS4yYzAuMi0wLjUsMC4zLTEsMC4zLTEuNWMwLTAuNS0wLjEtMS0wLjMtMS41QzM1LDcwLjksMzQuOCw3MC41LDM0LjQsNzAuMXoNCgkJIE0zMy4yLDczLjdjLTAuMSwwLjMtMC4yLDAuNS0wLjQsMC43Yy0wLjIsMC4yLTAuNSwwLjMtMC43LDAuNGMtMC4zLDAuMS0wLjYsMC4xLTEsMC4xaC0xLjZ2LTQuMUgzMWMwLjQsMCwwLjcsMCwxLDAuMQ0KCQljMC4zLDAuMSwwLjUsMC4yLDAuNywwLjRzMC4zLDAuNCwwLjQsMC42YzAuMSwwLjIsMC4xLDAuNSwwLjEsMC44QzMzLjMsNzMuMSwzMy4zLDczLjQsMzMuMiw3My43eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00NS41LDcwLjdjLTAuNS0wLjUtMS4xLTAuOS0xLjgtMS4yYy0wLjctMC4zLTEuNS0wLjQtMi40LTAuNGgtNC40djExLjVoNC40YzAuOSwwLDEuNy0wLjEsMi40LTAuNA0KCQljMC43LTAuMywxLjMtMC43LDEuOC0xLjJjMC41LTAuNSwwLjktMS4xLDEuMi0xLjhjMC4zLTAuNywwLjQtMS41LDAuNC0yLjNzLTAuMS0xLjYtMC40LTIuM0M0Ni40LDcxLjgsNDYsNzEuMiw0NS41LDcwLjd6DQoJCSBNNDQuNiw3Ni42Yy0wLjIsMC41LTAuNCwwLjktMC43LDEuM2MtMC4zLDAuMy0wLjcsMC42LTEuMSwwLjhjLTAuNSwwLjItMSwwLjMtMS41LDAuM0gzOXYtOC4xaDIuM2MwLjYsMCwxLjEsMC4xLDEuNSwwLjMNCgkJYzAuNSwwLjIsMC44LDAuNSwxLjEsMC44YzAuMywwLjMsMC42LDAuOCwwLjcsMS4zYzAuMiwwLjUsMC4yLDEuMSwwLjIsMS43QzQ0LjksNzUuNSw0NC44LDc2LjEsNDQuNiw3Ni42eiIvPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNDguOCw4MC43IDUxLDgwLjcgNTEsNzYgNTUuMyw3NiA1NS4zLDc0LjIgNTEsNzQuMiA1MSw3MC44IDU2LjEsNzAuOCA1Ni4xLDY5LjEgNDguOCw2OS4xIAkiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzAuMiw3TDI2LDBIN3Y3SDB2NjJ2M2wxNywxN2gzaDQ0VjdIMzAuMnogTTEwLjMsMjFjMC41LTAuNywxLjQtMC43LDItMC4xbDIuOCwyLjlWMTAuNmMwLTAuMiwwLTAuNSwwLjEtMC43DQoJCWMwLTAuMSwwLjEtMC4yLDAuMi0wLjNjMCwwLDAsMCwwLjEtMC4xYzAuMS0wLjEsMC4yLTAuMiwwLjMtMC4zbDAsMGMwLjEtMC4xLDAuMi0wLjEsMC4zLTAuMmMwLDAsMC4xLDAsMC4xLDANCgkJQzE2LjIsOSwxNi4zLDksMTYuNSw5YzAuMSwwLDAuMiwwLDAuNCwwLjFjMCwwLDAuMSwwLDAuMSwwYzAuMiwwLjEsMC40LDAuMiwwLjYsMC41YzAsMCwwLDAuMSwwLjEsMC4xYzAuMSwwLjEsMC4xLDAuMiwwLjIsMC4zDQoJCWMwLjEsMC4yLDAuMSwwLjQsMC4xLDAuN3YxMy4xbDIuOC0yLjljMC42LTAuNiwxLjUtMC41LDIsMC4xYzAuNSwwLjcsMC41LDEuNy0wLjEsMi4zbC01LjEsNS4zbDAsMGMwLDAtMC4xLDAuMS0wLjEsMC4xDQoJCWMwLDAsMCwwLDAsMGMwLDAsMCwwLTAuMSwwLjFjMCwwLDAsMCwwLDBjMCwwLDAsMC0wLjEsMGgwYzAsMC0wLjEsMC0wLjEsMGgwYzAsMC0wLjEsMC0wLjEsMGgwYzAsMC0wLjEsMC0wLjEsMGgwYzAsMC0wLjEsMC0wLjEsMA0KCQloLTAuMWMwLDAtMC4xLDAtMC4xLDBoMGMwLDAtMC4xLDAtMC4xLDBoMGMwLDAtMC4xLDAtMC4xLDBoMGMwLDAtMC4xLDAtMC4xLDBoMGMwLDAsMCwwLTAuMSwwYzAsMCwwLDAsMCwwYzAsMC0wLjEsMC0wLjEtMC4xDQoJCWMwLDAsMCwwLDAsMGMwLDAtMC4xLTAuMS0wLjEtMC4xbDAsMGwtNS4yLTUuM0M5LjksMjIuNyw5LjgsMjEuNywxMC4zLDIxeiBNNjEsODZIMjBWNjlIM1YxMGg0djE5bDAsMGw5LjUsOWw5LjUtOWwwLDBWMTBIMzJoMjkNCgkJVjg2eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
  width: 64px;
  top: 35px;
}

.box-link-puzzle:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTYgMjU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTMzLjQsMjU2SDM2LjZ2LTAuMUgxLjh2LTY0bC0wLjMtMC42di00OC43bDAuMy0wLjZWNzcuM2g2NS4zYzEuMi0wLjgsMi4yLTIsMi42LTMuNA0KCQljMC41LTEuNiwwLjMtMy4zLTAuNy00LjhjLTYuMi05LjktOC40LTIwLTYuMy0yOC41YzEuNy02LjksNi0xMi41LDEyLjktMTYuNWM3LTQuMSwxNS43LTUuMiwyMy44LTIuOXMxNSw3LjYsMTguOSwxNC43DQoJCWM3LjEsMTMuMSwwLjQsMjQuOS00LjQsMzMuNGMtMC44LDEuNS0xLDMuMi0wLjUsNC43YzAuNSwxLjQsMS40LDIuNSwyLjYsMy4zaDY0LjZsLTAuMSw2NS44Yy0xLDQuMi00LjEsNy43LTguMiw5LjQNCgkJYy00LjEsMS43LTguNiwxLjMtMTIuNC0xLjFjLTguMS01LTE2LjEtNi45LTIyLjYtNS4zYy00LjgsMS4yLTguNyw0LjMtMTEuNyw5LjNjLTIuOSw1LTMuNiwxMS0yLDE2LjljMS44LDYuMyw2LDExLjcsMTEuNSwxNC43DQoJCWM4LjQsNC42LDE0LjcsMS42LDI1LjItNC4xYzQuMy0yLjQsOS0yLjcsMTIuOS0wLjhjMy42LDEuNyw2LjIsNS4xLDcuMSw5LjRsMC4xLDAuOHY2My44aC00My4zTDEzMy40LDI1NnogTTQ0LjQsMjQ4LjJoODUuMQ0KCQlsMy45LTAuMWgzOS40di01NS42Yy0wLjQtMS43LTEuNC0zLTIuNy0zLjZjLTEuNi0wLjgtMy44LTAuNS01LjksMC42Yy05LjksNS40LTIwLjEsMTAuOS0zMi43LDQuMWMtNy40LTQtMTMtMTEuMS0xNS4zLTE5LjUNCgkJYy0yLjItOC0xLjItMTYuMSwyLjgtMjIuOWM0LTYuOSw5LjYtMTEuMiwxNi41LTEyLjljOC42LTIuMSwxOC43LDAuMSwyOC42LDYuM2MyLjIsMS40LDQuMywwLjksNS4zLDAuNWMxLjYtMC43LDIuOS0yLDMuNC0zLjZWODUNCgkJaC01OC41bC0wLjgtMC4zYy0zLjUtMS42LTYuMi00LjYtNy41LTguM2MtMS4yLTMuNy0wLjgtNy42LDEuMS0xMWM1LjUtOS43LDkuMS0xNy4yLDQuNC0yNS44Yy0yLjktNS4zLTgtOS4yLTE0LjEtMTAuOQ0KCQljLTYuMS0xLjctMTIuNi0wLjktMTcuOCwyLjFjLTUsMi45LTguMSw2LjktOS4zLDExLjdDNjguNyw0OSw3MC42LDU3LDc1LjYsNjVjMi4xLDMuNCwyLjcsNy40LDEuNSwxMS4yYy0xLjIsMy44LTMuOSw2LjktNy41LDguNg0KCQlMNjguOSw4NUg5LjZ2NTguNEw5LjMsMTQ0djAuMXY0NS42YzAsMCwwLDAsMCwwLjFsMC4yLDAuN3Y1Ny43aDM0Ljh2MEg0NC40eiIvPg0KCQ0KCQk8cmVjdCB4PSIxOTIuNCIgeT0iMzIuNyIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAzNi45NyAxNjIuMzg5MikiIGNsYXNzPSJzdDAiIHdpZHRoPSI0NC4yIiBoZWlnaHQ9IjcuOCIvPg0KCTxyZWN0IHg9IjIxMC40IiB5PSI3MyIgY2xhc3M9InN0MCIgd2lkdGg9IjQ0LjIiIGhlaWdodD0iNy44Ii8+DQoJPHJlY3QgeD0iMTY4LjkiIGNsYXNzPSJzdDAiIHdpZHRoPSI3LjgiIGhlaWdodD0iNDQuOSIvPg0KPC9nPg0KPC9zdmc+DQo=');
  width: 99px;
  top: 27px;
}

.box-link-colors:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNDMgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE0MyAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzUwQjA0RTt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KCS5zdDJ7ZmlsbDojMDhBNkQ0O30NCgkuc3Qze2ZpbGw6I0Q0MTExRTt9DQoJLnN0NHtmaWxsOiNFQkUzMEU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05MCwxLjVjOCwwLDE0LjUsNi41LDE0LjUsMTQuNWMwLDgtNi41LDE0LjUtMTQuNSwxNC41Uzc1LjUsMjQsNzUuNSwxNkM3NS41LDgsODIsMS41LDkwLDEuNXoiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTAsMzJjLTguOCwwLTE2LTcuMi0xNi0xNmMwLTguOCw3LjItMTYsMTYtMTZzMTYsNy4yLDE2LDE2QzEwNiwyNC44LDk4LjgsMzIsOTAsMzJ6IE05MCwzDQoJCWMtNy4yLDAtMTMsNS44LTEzLDEzYzAsNy4yLDUuOCwxMywxMywxM3MxMy01LjgsMTMtMTNDMTAzLDguOCw5Ny4yLDMsOTAsM3oiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMjcsMS41YzgsMCwxNC41LDYuNSwxNC41LDE0LjVjMCw4LTYuNSwxNC41LTE0LjUsMTQuNWMtOCwwLTE0LjUtNi41LTE0LjUtMTQuNUMxMTIuNSw4LDExOSwxLjUsMTI3LDEuNXoiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTI3LDMyYy04LjgsMC0xNi03LjItMTYtMTZjMC04LjgsNy4yLTE2LDE2LTE2YzguOCwwLDE2LDcuMiwxNiwxNkMxNDMsMjQuOCwxMzUuOCwzMiwxMjcsMzJ6IE0xMjcsMw0KCQljLTcuMiwwLTEzLDUuOC0xMywxM2MwLDcuMiw1LjgsMTMsMTMsMTNjNy4yLDAsMTMtNS44LDEzLTEzQzE0MCw4LjgsMTM0LjIsMywxMjcsM3oiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xNiwxLjVDMjQsMS41LDMwLjUsOCwzMC41LDE2YzAsOC02LjUsMTQuNS0xNC41LDE0LjVDOCwzMC41LDEuNSwyNCwxLjUsMTZDMS41LDgsOCwxLjUsMTYsMS41eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwzMkM3LjIsMzIsMCwyNC44LDAsMTZDMCw3LjIsNy4yLDAsMTYsMGM4LjgsMCwxNiw3LjIsMTYsMTZDMzIsMjQuOCwyNC44LDMyLDE2LDMyeiBNMTYsMw0KCQlDOC44LDMsMyw4LjgsMywxNmMwLDcuMiw1LjgsMTMsMTMsMTNjNy4yLDAsMTMtNS44LDEzLTEzQzI5LDguOCwyMy4yLDMsMTYsM3oiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDQiIGQ9Ik01MywxLjVDNjEsMS41LDY3LjUsOCw2Ny41LDE2YzAsOC02LjUsMTQuNS0xNC41LDE0LjVjLTgsMC0xNC41LTYuNS0xNC41LTE0LjVDMzguNSw4LDQ1LDEuNSw1MywxLjV6Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTUzLDMyYy04LjgsMC0xNi03LjItMTYtMTZjMC04LjgsNy4yLTE2LDE2LTE2YzguOCwwLDE2LDcuMiwxNiwxNkM2OSwyNC44LDYxLjgsMzIsNTMsMzJ6IE01MywzDQoJCWMtNy4yLDAtMTMsNS44LTEzLDEzYzAsNy4yLDUuOCwxMywxMywxM2M3LjIsMCwxMy01LjgsMTMtMTNDNjYsOC44LDYwLjIsMyw1MywzeiIvPg0KPC9nPg0KPC9zdmc+DQo=');
  width: 140px;
  top: 70px;
}

.box-link:after {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.box-link-external:after {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNTYgMjU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTYgMjU2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjE4OC4xLDIzNS4xIDIwLjksMjM1LjEgMjAuOSw2Ny45IDExOS4yLDY3LjkgMTE5LjIsNDcgMCw0NyAwLDI1NiAyMDksMjU2IDIwOSwxMzYuNiAxODguMSwxMzYuNiAJIi8+DQoJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMzAuNiwwIDEzMC42LDIwLjkgMjIwLjMsMjAuOSA4MS40LDE1OS44IDk2LjIsMTc0LjYgMjM1LjEsMzUuNyAyMzUuMSwxMjUuNCAyNTYsMTI1LjQgMjU2LDAgCSIvPg0KPC9nPg0KPC9zdmc+DQo=');
  width: 1.5rem;
}

@media (max-width: 1024px) {
  #side-menu {
    background: #f6f6f6;
    text-align: center;
    padding: 2.5rem 30px;
    margin: 0;
  }

  #search-title {
    display: none;
  }

  #side-menu #search-form #search {
    width: calc(100% - 4.5rem);
    height: 4.5rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    border-color: #d7d7d7;
  }

  #side-menu #search-form #search-submit {
    width: 4.5rem;
    height: 4.5rem;
  }

  #side-menu #search-form #search-submit:before,
  #side-menu #search-form #search-submit:after {
    border-width: 5px;
  }

  #category-selected {
    display: block;
  }

  #side-menu h4#category-title {
    font-size: 1.625rem;
    margin-top: 2rem;
    margin-bottom: 1.4rem;
  }

  #category-wrapper p {
    padding: 5px 0;
  }

  #category-wrapper {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
  }

  #category-wrapper h5 {
    display: none;
  }

  #category-wrapper ul {
    border: 0;
    border-bottom: 2px solid #d7d7d7;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  #category-wrapper ul:last-child {
    border-bottom: 0;
  }

  #category-wrapper li {
    background: #fff;
    font-size: 1.3rem;
    padding: 10px 1.5rem;
    font-weight: bold;
    border: 0;
    border-bottom: 1px dashed #d7d7d7;
    box-sizing: border-box;
  }

  #category-wrapper li.selected {
    margin: 0;
    border-left: 0;
    color: #d4001a;
  }

  #category-wrapper li:last-child {
    border-bottom: 0;
  }

  #side-contact {
    display: none;
  }

  #intertext-contact {
    display: block;
  }

  #intertext-contact .contact-icons {
    flex-direction: row;
    padding: 0 3rem;
  }
}

@media (max-width: 540px) {
  .product-carousel > ul li img {
    width: 100%;
  }

  #intertext-contact .contact-icons {
    flex-direction: column;
  }
}

/** Blog **/

.blog-block-links .home-block-link {
  height: 297px;
  margin-bottom: 20px;
}

.blog-block-links .home-block-link h3 {
  font-size: 1.125rem;
  padding: 0 25%;
  box-sizing: border-box;
}

#latest-posts div ~ h3 {
  margin-top: 3rem;
}

.bloglist-box {
  margin-bottom: 1.25rem;
}

.bloglist-image {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.bloglist-image img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

article .bloglist-text h4 {
  margin-top: 0.5rem;
}

.bloglist-text {
  border-top: 4px solid #f4f4f4;
}

.bloglist-text .blog-date {
  margin-top: -4px;
}

@media (max-width: 700px) {
  .bloglist-image img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .bloglist-text {
    border-top: 0;
  }
}

/** Kontakt **/

.kontakt-items {
  margin: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  max-width: 1000px;
}

@media (min-width: 550px) {
  .kontakt-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#glorius ~ section.kontakt-items {
  padding-top: 2rem;
}

.kontakt-item {
  margin: 0 auto;
  padding: 15px 30px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.kontakt-item svg {
  width: 103px;
  margin-bottom: 1rem;
}

.kontakt-item p {
  margin: 0;
}

.kontakt-item p a {
  color: #000;
  transition: color 0.4s;
}

.kontakt-item p a:hover {
  color: #d4111e;
}

#map_canvas {
  width: 100%;
  display: block;
  height: 635px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/** Realizacje **/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

#realizacje-tags {
  background: #f6f6f6;
  line-height: 1.875rem;
  font-weight: 700;
  padding: 1rem calc(50% - 580px);
  box-sizing: border-box;
  text-align: center;
}

#realizacje-tags > span {
  margin: 0 1.375rem;
  cursor: pointer;
  white-space: nowrap;
}

#realizacje-tags > span.selected {
  color: #d4111e;
}

#realizacje-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
}

#realizacje-items > a {
  position: relative;
  width: 100%;
  height: 320px;
}

@media (min-width: 600px) {
  #realizacje-items > a {
    width: 50%;
  }
}

@media (min-width: 900px) {
  #realizacje-items > a {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  #realizacje-items > a {
    width: 25%;
  }
}

#realizacje-items > a > span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

#realizacje-items > a:hover > span {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

#realizacje-items > a > p {
  display: block;
  position: absolute;
  background-color: #d4111e;
  height: 2.75rem;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 0.75rem;
  box-sizing: border-box;
  margin: 0;
}

#realizacje-items > a > p:before {
  display: block;
  content: '';
  position: absolute;
  left: -14px;
  top: 0;
  border-style: solid;
  border-width: 0 0 2.75rem 14px;
  border-color: transparent transparent #d4111e transparent;
}

#realizacje-nawigacja {
  position: relative;
  width: 100%;
  height: 5.75rem;
  background: #f6f6f6;
  text-align: center;
  margin-bottom: 3.5rem;
}

#realizacje-nawigacja h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 5.75rem;
}

#realizacje-nawigacja-prev,
#realizacje-nawigacja-next,
#realizacje-nawigacja-x {
  width: 5.75rem;
  height: 5.75rem;
  position: absolute;
  top: 0;
  padding: 2rem;
  box-sizing: border-box;
}

#realizacje-nawigacja-prev:hover,
#realizacje-nawigacja-next:hover {
  background: #ccc;
}

#realizacje-nawigacja-prev {
  left: calc(50% - 660px);
}

#realizacje-nawigacja-next {
  right: calc(50% - 660px);
}

#realizacje-nawigacja-prev:after,
#realizacje-nawigacja-next:after {
  display: block;
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  left: 9px;
  top: 4px;
  border-left: 2px solid #05070a;
  border-top: 2px solid #05070a;
  transform: rotate(-45deg);
  box-sizing: border-box;
}

#realizacje-nawigacja-next:after {
  transform: rotate(135deg);
  left: -2px;
}

#realizacje-nawigacja-x {
  background-color: #d4111e;
  right: 0;
  padding: 2.6rem 1.9rem;
}

#realizacje-nawigacja-x:hover {
  background: #000;
}

#realizacje-nawigacja-x:before,
#realizacje-nawigacja-x:after {
  display: block;
  content: '';
  width: 2.5rem;
  height: 2px;
  transform: rotate(-45deg) translate(-1px, 1px);
  background: #fff;
}

#realizacje-nawigacja-x:after {
  transform: rotate(45deg);
}

@media (max-width: 1920px) {
  #realizacje-items > div {
    width: 33.3333%;
  }
}

@media (max-width: 1500px) {
  #realizacje-nawigacja-next {
    right: calc(50% - 660px + 5.75rem);
  }

  #realizacje-nawigacja h3 {
    font-size: 2rem;
    padding-right: 4rem;
  }
}

@media (max-width: 1320px) {
  #realizacje-nawigacja-prev {
    left: 30px;
  }

  #realizacje-nawigacja-next {
    right: 5.75rem;
  }
}

@media (max-width: 1260px) {
  #realizacje-items > div {
    width: 50%;
  }

  #realizacje-tags {
    padding: 1rem;
  }
}

@media (max-width: 1024px) {
  #realizacje-items > div {
    width: 100%;
    height: 66.6667vw;
  }

  #realizacje-nawigacja h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: calc(100% - 9rem);
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    padding-right: 0;
  }

  #realizacje-nawigacja-prev,
  #realizacje-nawigacja-next {
    width: 3rem;
    padding: 2rem 0.75rem;
  }

  #realizacje-nawigacja-prev {
    left: 0;
  }

  #realizacje-nawigacja-next {
    right: 3rem;
  }

  #realizacje-nawigacja-x {
    width: 3rem;
    padding: 2.6rem 0.3rem;
  }
}

@media (max-width: 480px) {
  #realizacje-items > div > p {
    font-size: 0.75rem;
  }

  #realizacje-nawigacja h3 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

/** Klienci **/
#klienci-obiekty {
  padding: 3rem 0;
}

#klienci-obiekty p {
  display: block;
  max-width: 930px;
  color: #a1a1a1;
  text-align: center;
  margin: auto;
}

#klienci-obiekty .table {
  margin: 2rem 0 0 0;
}

.table {
  display: table;
  width: 100%;
  margin-bottom: 6.5rem;
}

.table-header {
  display: table-header-group;
  color: #d4111e;
  font-weight: 700;
  text-transform: uppercase;
}

.table-header > .table-cell {
  border-bottom: 2px solid #d4111e;
  padding-bottom: 1.25rem;
}

.table-row {
  display: table-row;
}

.table-row > .table-cell {
  padding: 1.312rem;
  border-bottom: 1px solid #d5d5d5;
}

.table-cell {
  display: table-cell;
}

.table-cell.object-name {
  font-weight: 700;
}

.table-cell > span:first-child {
  display: none;
}

@media (max-width: 1023px) {
  .table {
    display: block;
  }

  .table-header {
    display: none;
  }

  .table-row {
    display: table;
    width: 100%;
  }

  .table-row:nth-child(even) {
    background: #f6f6f6;
  }

  .table-cell {
    display: table-row;
  }

  .table-cell span {
    display: table-cell;
    width: 50%;
    padding: 0 15px;
  }

  .table-cell span:first-child {
    display: table-cell;
    color: #d4111e;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    line-height: 3rem;
  }
}

/** Firma **/
#section-poznajmy {
  padding: 3rem 30px 0;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}

#section-poznajmy .motto {
  margin: 3rem auto 5rem;
  line-height: 2.5rem;
}

@media (min-width: 600px) {
  #section-poznajmy .motto {
    margin: 5rem auto;
  }
}

#section-poznajmy + #section-partner {
  padding: 5rem 0;
}

@media (min-width: 1141px) {
  #section-poznajmy + #section-partner .row {
    padding-top: 1rem;
    width: 1130px;
  }
}

@media (max-width: 900px) {
  #section-partner img {
    max-width: 282px;
  }
}

#section-poznajmy + #section-partner img {
  height: 211px;
}

#section-poznajmy + #section-partner p {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  font-weight: 300;
  padding-left: 58px;
  padding-right: 0;
  flex-grow: 4;
}

#section-poznajmy ~ #section-wartosci {
  padding-top: 41px;
  padding-bottom: 38px;
}

#section-poznajmy ~ #section-wartosci .motto {
  line-height: 2.5rem;
}

#section-poznajmy ~ #section-vision {
  padding: 3rem 0;
}

#section-vision h2 {
  margin-bottom: 62px;
}

#section-vision > * {
  max-width: 1010px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#section-vision p {
  font-size: 1.3rem;
  line-height: 1.875rem;
}

#section-vision .motto {
  line-height: 1.875rem;
}

#section-vision .firma-counters {
  display: flex;
  margin: 1rem auto 2rem;
  padding-left: 87px;
  padding-right: 87px;
}

#section-vision .firma-counter {
  width: 50%;
  text-align: center;
}

#section-vision .firma-counter-number {
  font-size: 4rem;
  font-weight: 700;
  color: #d4111e;
}

@media (min-width: 1000px) {
  #section-vision .firma-counter-number {
    font-size: 7.5rem;
  }
}

#section-vision .firma-counter p {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: -7px;
}

#section-poznajmy ~ #section-gwarancja {
  padding-top: 41px;
  padding-bottom: 3.75rem;
}

#section-gwarancja > * {
  max-width: 1010px;
  padding-left: 40px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

#section-poznajmy ~ #section-gwarancja h2 {
  margin-bottom: 63px;
}

#section-gwarancja ul {
  list-style: none;
}

#section-gwarancja li {
  position: relative;
  padding-left: 90px;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#section-gwarancja li:before {
  display: block;
  content: '';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MSA0OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEgNDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iI0Q0MTIyMCIgZD0iTTQ1LjcsMTYuN2MxLjQsMy45LDEuNyw4LjIsMC43LDEyLjVjLTIuNywxMi4yLTE0LjgsMTkuOS0yNywxNy4xQzcuMiw0My43LTAuNSwzMS42LDIuMiwxOS40DQoJCQlDNC45LDcuMiwxNy4xLTAuNSwyOS4zLDIuMmMzLjksMC45LDcuNSwyLjcsMTAuNCw1LjRsMS4yLTEuMmMtMy4xLTIuOS03LTQuOS0xMS4yLTUuOWMtNi4zLTEuNC0xMi45LTAuMy0xOC40LDMuMg0KCQkJQzUuOCw3LjMsMiwxMi43LDAuNiwxOVMwLjMsMzEuOSwzLjgsMzcuM2MzLjUsNS41LDguOSw5LjMsMTUuMywxMC43YzYuMywxLjQsMTIuOSwwLjMsMTguNC0zLjJjNS41LTMuNSw5LjMtOC45LDEwLjctMTUuMg0KCQkJYzEuMS00LjksMC43LTkuOC0xLjEtMTQuMkw0NS43LDE2Ljd6Ii8+DQoJCTxwYXRoIGZpbGw9IiNENDEyMjAiIGQ9Ik01MC4zLDQuNWMtMC4zLTAuMy0wLjktMC4zLTEuMiwwTDIxLjgsMzEuOGwtNy41LTdjLTAuMy0wLjMtMC45LTAuMy0xLjIsMGMtMC4zLDAuMy0wLjMsMC45LDAsMS4ybDguMSw3LjUNCgkJCWMwLjIsMC4yLDAuNCwwLjIsMC42LDAuMmMwLjIsMCwwLjQtMC4xLDAuNi0wLjJMNTAuMyw1LjdDNTAuNiw1LjQsNTAuNiw0LjksNTAuMyw0LjV6Ii8+DQoJPC9nPg0KPC9zdmc+DQo=');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 51px;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 640px) {
  .firma-counters {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  #section-vision .firma-counter {
    margin: auto;
    width: 100%;
  }
}

.cookie-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.cookie-overlay .cookie-inner {
  background: #fff;
  font-size: 1.2rem;
  font-weight: 200;
  padding: 4rem;
  max-width: 100%;
  width: 40rem;
  text-align: center;
  position: relative;
  overflow: auto;
  max-height: 100vh;
}

.cookie-overlay .cookie-inner header {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.cookie-overlay .cookie-inner header:before {
  content: '';
  display: block;
  margin: 0 auto 4rem;
  width: 100%;
  height: 120px;
  background-image: url(../images/cookie.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.cookie-overlay .cookie-inner section {
  line-height: 140%;
}

.cookie-overlay .cookie-inner section a {
  text-decoration: none;
  color: #d81930;
}

.cookie-overlay .cookie-inner .goto-page {
  background: #d81930;
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 3rem auto 0;
  padding: 1.5rem 0;
  position: relative;
  width: 21rem;
  max-width: calc(100% - 8rem);
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.2s ease;
  float: none;
}

.cookie-overlay .cookie-inner .goto-page:hover {
  opacity: 0.7;
}

.cookie-overlay .cookie-inner .close-icon {
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url(../images/ico_close-y.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  transition: all 0.2s ease;
}

.cookie-overlay .cookie-inner .close-icon:hover {
  opacity: 0.7;
}

@media (min-width: 390px) {
  .cookie-overlay .cookie-inner .goto-page {
    font-size: 1rem;
  }
}

@media (min-width: 620px) {
  .cookie-overlay .cookie-inner {
    font-size: 1.2rem;
    padding: 3rem;
  }

  .cookie-overlay .cookie-inner header {
    font-size: 2rem;
  }

  .cookie-overlay .cookie-inner .goto-page {
    font-size: 1.5rem;
    margin: 3rem auto 0;
  }
}

.the-p-fixer p {
  margin: 1.5rem 0;
  line-height: 1.5rem 0;
}

.heading-section {
  padding: 3rem 0 0;
}

/* Contact info */
section.contact-info {
  padding: 3rem 20px 5rem;
  box-sizing: border-box;
}

section.contact-info .contact-info-content {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 450px) {
  section.contact-info .contact-info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
}

section.contact-info .contact-info-content .asset svg {
  width: 150px;
  max-width: 100%;
}

@media (min-width: 450px) {
  section.contact-info .contact-info-content .asset svg {
    width: 130px;
  }
}

section.contact-info .contact-info-content .body {
  padding: 40px 0 0;
  font-size: 18px;
}

@media (min-width: 450px) {
  section.contact-info .contact-info-content .body {
    padding: 0 0 0 40px;
  }
}

/* Sekcja nadkategoria nadkategorie oferta  */

/** Section Multichoice **/
section.multichoice {
  padding-top: 40px;
  padding-bottom: 58px;
}
section.multichoice p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
section.multichoice div.row {
  width: 1240px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.multichoice div.row .column {
  position: relative;
  width: calc(50% - 10px);
  margin-bottom: 28px;
}
section.multichoice div.row .column:nth-child(odd) {
  margin-right: 20px;
}
section.multichoice div.row .column.home-block-link {
  height: 458px;
  margin-bottom: 20px;
  background-size: cover;
  position: relative;
  display: block;
}
.home-block-link h2 {
  display: block;
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
section.multichoice .home-block-link p {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 300;
  padding: 1rem 1.5rem 1rem 2.25rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(30, 24, 22, 0.75);
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.home-block-link p:after {
  position: absolute;
  left: -2px;
  top: -8px;
  display: block;
  content: '';
  width: 9px;
  height: 52px;
  border-style: solid;
  border-width: 52px 17px 0 0;
  border-color: #d4001a transparent transparent transparent;
}
.home-block-link .home-block-hover-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.home-block-link .home-block-hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
  background: rgba(212, 0, 26, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
section.multichoice div.row .home-block-link .home-block-hover a {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: block;
  height: 100%;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
section.multichoice div.row .home-block-link .home-block-hover h3 {
  position: absolute;
  color: #fff;
  font-size: 1.125rem;
  width: 100%;
  text-align: center;
  top: calc(50% - 2em);
  z-index: 999;
  opacity: 1;
}
section.multichoice div.row .home-block-link .home-block-hover a:hover {
  text-decoration: none;
}
section.multichoice div.row .home-block-link .home-block-hover .home-block-red h3:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
section.multichoice div.row .home-block-link .home-block-hover .home-block-big h3 {
  font-size: 1.5rem;
}

section.multichoice div.row .home-block-link:hover .home-block-hover {
  top: 0;
}
section.multichoice div.row .home-block-link:hover h2 {
  opacity: 0;
}
section.multichoice div.row .home-block-link:hover p {
  opacity: 0;
}
section.multichoice div.row .home-block-link:hover .home-block-hover a {
}

@media (max-width: 1300px) {
  section.multichoice div.row {
    width: 100%;
    padding: 0 30px;
  }
}
@media all and (max-width: 700px) {
  section.multichoice div.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
  }
  section.multichoice div.row .column {
    width: 100%;
    margin-right: 0;
  }
  section.multichoice div.row .home-block-link h2 {
    top: 30%;
  }
}

/* Styl dla menu głównego */
#menu-menu-glowne li {
  position: relative !important;
}

/* Ukryj podmenu domyślnie */
#menu-menu-glowne .sub-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background-color: #fff !important; /* Kolor tła - dostosuj */
  min-width: 200px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) !important;
  z-index: 1000 !important;
  border-radius: 4px !important;
  padding: 10px 0 !important;
  margin: 0 !important;
}

/* Styl elementów podmenu */
#menu-menu-glowne .sub-menu li {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#menu-menu-glowne .sub-menu li a {
  color: #333 !important; /* Kolor tekstu - dostosuj */
  padding: 10px 20px !important;
  text-decoration: none !important;
  display: block !important;
  transition: background-color 0.3s !important;
  white-space: nowrap !important;
}

#menu-menu-glowne .sub-menu li a:hover {
  background-color: #f5f5f5 !important; /* Kolor tła przy najechaniu */
}

/* Pokazuj podmenu po najechaniu - KLUCZOWA CZĘŚĆ */
#menu-menu-glowne li.menu-item-has-children:hover > .sub-menu {
  display: block !important;
  animation: fadeIn 0.3s !important;
}

/* Animacja pojawiania się podmenu */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Dodaj strzałkę w dół dla elementów z podmenu */
#menu-menu-glowne .menu-item-has-children > a::after {
  content: "▼" !important;
  font-size: 10px !important;
  margin-left: 5px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
