@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?bho3q");
  src: url("fonts/icomoon.eot?bho3q#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?bho3q") format("truetype"), url("fonts/icomoon.woff?bho3q") format("woff"), url("fonts/icomoon.svg?bho3q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e90e";
}

.icon-youtube_icon .path1:before {
  content: "\e909";
  color: rgb(255, 0, 0);
}

.icon-youtube_icon .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-facebook:before {
  content: "\e90c";
  color: #bfbfbf;
}

.icon-linkedin:before {
  content: "\e90d";
  color: #bfbfbf;
}

.icon-youtube_icon .path1:before {
  content: "\e909";
  color: rgb(255, 0, 0);
}

.icon-youtube_icon .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-youtube:before {
  content: "\e90b";
  color: #bfbfbf;
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-close--white:before {
  content: "\e900";
  color: #fff;
}

.icon-close .path1:before {
  content: "\e901";
  color: rgb(142, 158, 209);
}

.icon-close .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-arrow_down:before {
  content: "\e903";
  color: #8e9ed1;
}

.icon-search:before {
  content: "\e904";
  color: #8e9ed1;
}

.icon-top--blue .path1:before {
  content: "\e905";
  color: rgb(255, 255, 255);
}

.icon-top--blue .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-top--blue .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(142, 158, 209);
}

/* Style the tab */
.tabs {
  box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.1215686275);
}
.tabs .tab {
  border: none;
}
.tabs .tab button {
  border: 1px solid #E0E0E0;
  color: #068791;
  outline: none;
  cursor: pointer;
  padding: 1.3rem 2.3rem;
  transition: 0.3s;
  background: #fff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 700;
  min-width: 16rem;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media (max-width: 1520px) {
  .tabs .tab button {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  .tabs .tab button {
    font-size: 15px;
    padding: 1.1rem 2rem;
  }
}
@media (max-width: 520px) {
  .tabs .tab button {
    font-size: 12px;
    padding: 1rem;
    min-width: auto;
  }
}
.tabs .tab button::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: -1px;
  right: -1px;
  height: 1px;
  bottom: -2px;
  background: #E0E0E0;
  display: block;
}
.tabs .tab button::before {
  content: "";
  position: absolute;
  pointer-events: none;
  left: -1px;
  right: -1px;
  bottom: -2px;
  height: 7px;
  background: #fff;
  display: block;
}
.tabs .tab button.active {
  color: #000;
  cursor: inherit;
  box-shadow: -2px -4px 8px rgba(0, 0, 0, 0.1);
}
.tabs .tab button.active::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: #fff;
  display: block;
}
.tabs .tab button.active::before {
  display: none;
}
.tabs .tab button:first-child::before {
  left: 0px;
}

.tabcontent {
  display: none;
  padding: 2.3rem;
  border: 1px solid #E0E0E0;
}
@media (max-width: 782px) {
  .tabcontent {
    padding: 1rem;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  border-radius: 0;
  background: #fff;
  opacity: 1;
}
.splide__arrow--prev {
  left: 0;
  bottom: -17px;
  top: auto;
  width: 24px;
  height: 24px;
  background: #e0e0e0;
  border-right: 9px solid #fff;
  border-top: 9px solid #fff;
  box-sizing: content-box;
  transition: all 0.3s ease 0s;
}
.splide__arrow--prev svg {
  width: 14px;
  height: auto;
  color: #fff;
  fill: #fff;
}
.splide__arrow--prev:focus {
  border-color: #fff;
}
.splide__arrow--prev:hover {
  background: #068791;
  border-right: 9px solid #fff;
  border-top: 9px solid #fff;
}

.splide__arrow--next {
  right: 0;
  bottom: -17px;
  top: auto;
  width: 24px;
  height: 24px;
  background: #e0e0e0;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
  box-sizing: content-box;
  transition: all 0.3s ease 0s;
}
.splide__arrow--next svg {
  width: 14px;
  height: auto;
  color: #fff;
  fill: #fff;
}
.splide__arrow--next:focus {
  border-color: #fff;
}
.splide__arrow--next:hover {
  background: #068791;
  border-left: 9px solid #fff;
  border-top: 9px solid #fff;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img,
.desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media,
.desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose,
.gnext,
.gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg,
.gnext svg,
.gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled,
.gnext.disabled,
.gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow,
.gnext .garrow,
.gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
html {
  overflow-y: scroll;
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
  font-size: 16px;
  scroll-behavior: smooth;
}
@media (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  html {
    font-size: 14px;
  }
}

html {
  --wp--preset--spacing--20: 2rem;
  --wp--preset--spacing--30: 4rem;
  --wp--preset--spacing--40: 4.5rem;
  --wp--preset--spacing--50: 8rem;
  --wp--preset--spacing--60: 10rem;
  --wp--preset--spacing--70: 15rem;
  --wp--preset--spacing--80: 20rem;
}
@media (max-width: 1020px) {
  html {
    --wp--preset--spacing--20: 1rem;
    --wp--preset--spacing--30: 2rem;
    --wp--preset--spacing--40: 3rem;
    --wp--preset--spacing--50: 4rem;
    --wp--preset--spacing--60: 5rem;
    --wp--preset--spacing--70: 7.5rem;
    --wp--preset--spacing--80: 10rem;
  }
}
@media (max-width: 520px) {
  html {
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
  }
}
html.body-menu-open {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #e2fdff;
  color: #111;
}

::selection {
  background: #e2fdff;
  color: #111;
}

::-moz-selection {
  background: #e2fdff;
  color: #111;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #009ca6;
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000;
  background: #fff;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

input,
textarea,
button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #4f3795;
}
a:hover {
  color: #068791;
}

.more-btn,
.wp-block-button__link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 520px) {
  .more-btn,
  .wp-block-button__link {
    font-size: 12px;
  }
}
.more-btn::after,
.wp-block-button__link::after {
  content: "\e908";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  background: #068791;
}
.more-btn:hover,
.wp-block-button__link:hover {
  color: #068791;
}
.more-btn.more-btn-plus::after,
.wp-block-button__link.more-btn-plus::after {
  content: "+";
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 19px;
}

.more-btn-fill {
  background: #068791;
  color: #fff;
  border-radius: 0;
  padding: 8px 20px;
  padding-right: 15px;
}
.more-btn-fill::after {
  background: transparent;
}
.more-btn-fill:hover, .more-btn-fill:focus {
  background: #000;
  color: #fff;
}

.btn-small > a {
  font-size: 10px;
  padding: 5px 14px;
  margin: 0 5px;
}

.wp-block-buttons.wp-block-buttons-is-layout-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center !important;
}

.is-style-group-hide {
  display: none !important;
}

.is-style-button-fill .wp-element-button {
  background: #068791;
  color: #fff;
  border-radius: 0;
  padding: 8px 20px;
  padding-right: 15px;
}
.is-style-button-fill .wp-element-button::after {
  background: transparent;
}
.is-style-button-fill .wp-element-button:hover {
  background: #000;
}

.is-style-button-cien .wp-element-button {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  padding: 25px 30px;
}
.is-style-button-cien .wp-element-button:hover {
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.btn-white {
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 9px;
  padding-left: 14px;
}
@media (max-width: 520px) {
  .btn-white {
    font-size: 12px;
  }
}
.btn-white::after {
  content: "\e908";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  background: #068791;
}
.btn-white:hover {
  color: #fff;
  background: #000;
}
.btn-white:hover::after {
  background: #fff;
  color: #000;
}
.btn-white.more-btn-plus::after {
  content: "+";
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 19px;
}

p {
  margin-block-start: 0;
}
p strong {
  font-weight: 700;
}
p.has-small-font-size {
  font-size: 14px;
}
p.has-medium-font-size {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1700px) {
  p.has-medium-font-size {
    font-size: 18px;
  }
}
@media (max-width: 1390px) {
  p.has-medium-font-size {
    font-size: 17px;
  }
}
@media (max-width: 782px) {
  p.has-medium-font-size {
    font-size: 14px;
  }
}
p.has-large-font-size {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1700px) {
  p.has-large-font-size {
    font-size: 19px;
  }
}
@media (max-width: 1390px) {
  p.has-large-font-size {
    font-size: 18px;
  }
}
@media (max-width: 782px) {
  p.has-large-font-size {
    font-size: 15px;
  }
}
p.is-style-p-quote {
  position: relative;
  z-index: 1;
}
p.is-style-p-quote em {
  z-index: 1;
  position: relative;
}
p.is-style-p-quote::before {
  position: absolute;
  content: "\e905";
  color: #dbf6f9;
  font-family: "icomoon";
  font-weight: normal;
  transform: translate(-45%, -40%);
  font-size: 6.5rem;
  z-index: 0;
}
@media (max-width: 1390px) {
  p.is-style-p-quote::before {
    font-size: 5.5rem;
  }
}
@media (max-width: 1020px) {
  p.is-style-p-quote::before {
    font-size: 4.5rem;
  }
}
@media (max-width: 520px) {
  p.is-style-p-quote::before {
    font-size: 3rem;
  }
}
p.is-style-p-quote-2 {
  position: relative;
  z-index: 1;
}
p.is-style-p-quote-2 em {
  z-index: 1;
  position: relative;
}
p.is-style-p-quote-2::before {
  position: absolute;
  content: "\e905";
  color: #296fc4;
  font-family: "icomoon";
  font-weight: normal;
  transform: translate(-45%, -40%);
  font-size: 6.5rem;
  z-index: 0;
  opacity: 0.15;
}
@media (max-width: 1390px) {
  p.is-style-p-quote-2::before {
    font-size: 5.5rem;
  }
}
@media (max-width: 1020px) {
  p.is-style-p-quote-2::before {
    font-size: 4.5rem;
  }
}
@media (max-width: 520px) {
  p.is-style-p-quote-2::before {
    font-size: 3rem;
  }
}
p.is-style-p-quote-green {
  position: relative;
  z-index: 1;
}
p.is-style-p-quote-green em {
  z-index: 1;
  position: relative;
}
p.is-style-p-quote-green::before {
  position: absolute;
  content: "\e905";
  color: #dff6f0;
  font-family: "icomoon";
  font-weight: normal;
  transform: translate(-45%, -40%);
  font-size: 6.5rem;
  z-index: 0;
}
@media (max-width: 1390px) {
  p.is-style-p-quote-green::before {
    font-size: 5.5rem;
  }
}
@media (max-width: 1020px) {
  p.is-style-p-quote-green::before {
    font-size: 4.5rem;
  }
}
@media (max-width: 520px) {
  p.is-style-p-quote-green::before {
    font-size: 3rem;
  }
}
p.is-style-p-quote-red {
  position: relative;
  z-index: 1;
}
p.is-style-p-quote-red em {
  z-index: 1;
  position: relative;
}
p.is-style-p-quote-red::before {
  position: absolute;
  content: "\e905";
  color: #f8dce0;
  font-family: "icomoon";
  font-weight: normal;
  transform: translate(-45%, -40%);
  font-size: 6.5rem;
  z-index: 0;
}
@media (max-width: 1390px) {
  p.is-style-p-quote-red::before {
    font-size: 5.5rem;
  }
}
@media (max-width: 1020px) {
  p.is-style-p-quote-red::before {
    font-size: 4.5rem;
  }
}
@media (max-width: 520px) {
  p.is-style-p-quote-red::before {
    font-size: 3rem;
  }
}

ul.is-style-list_checkbox {
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
ul.is-style-list_checkbox li {
  list-style: none;
  position: relative;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 782px) {
  ul.is-style-list_checkbox li {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  ul.is-style-list_checkbox li {
    font-size: 1.1rem;
    padding-left: 2rem;
  }
}
ul.is-style-list_checkbox li::before {
  font-family: "icomoon" !important;
  content: "\e90e";
  color: #068791;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}
@media (max-width: 520px) {
  ul.is-style-list_checkbox li::before {
    font-size: 1rem;
  }
}

ul.is-style-list_line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
ul.is-style-list_line li {
  list-style: none;
  position: relative;
  border-bottom: 1px solid #A8A9BF;
  padding: 0.5rem 0;
}

.wp-block-separator {
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  margin: 1rem 0;
}

.wp-block-quote {
  position: relative;
  z-index: 1;
  color: #068791;
  font-size: 20px;
  margin: 20px;
  padding: 20px;
}
.wp-block-quote p {
  font-size: 20px;
  color: #4f3795;
  font-weight: 500;
}
.wp-block-quote p:last-child, .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  color: #000;
  font-size: 14px;
  font-style: normal;
}

.is-style-rozdzial {
  padding: 3.5rem 2rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 520px) {
  .is-style-rozdzial {
    padding: 1rem 0;
  }
}

h1,
h2,
h3 {
  color: #000;
}

h1,
.h1,
.has-x-large-font-size {
  font-size: 2.65rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}
@media (max-width: 1700px) {
  h1,
  .h1,
  .has-x-large-font-size {
    font-size: 2.3rem;
  }
}
@media (max-width: 1390px) {
  h1,
  .h1,
  .has-x-large-font-size {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  h1,
  .h1,
  .has-x-large-font-size {
    font-size: 1.6rem;
  }
}

.header-line,
.is-style-header-line {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  position: relative;
}
@media (max-width: 1700px) {
  .header-line,
  .is-style-header-line {
    font-size: 1.4rem;
  }
}
@media (max-width: 1020px) {
  .header-line,
  .is-style-header-line {
    font-size: 1.2rem;
  }
}
.header-line::after,
.is-style-header-line::after {
  content: "";
  height: 6px;
  width: 104px;
  display: block;
  background: #068791;
  margin-top: 2rem;
}
@media (max-width: 1020px) {
  .header-line::after,
  .is-style-header-line::after {
    margin-top: 1.5rem;
    height: 4px;
    width: 80px;
  }
}

.right-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-top: 1px solid #c7c7c7;
  padding-top: 10px;
  margin-top: 0px;
}
@media (max-width: 1700px) {
  .right-title {
    font-size: 17px;
  }
}
@media (max-width: 1020px) {
  .right-title {
    font-size: 15px;
  }
}

.line-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
}
.line-title::before {
  content: "";
  background: #c7c7c7;
  height: 1px;
  width: 120px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  .line-title {
    font-size: 17px;
  }
}

.f-uppercase {
  text-transform: capitalize;
}

h2,
.h2 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1.1rem;
  font-weight: 500;
}
@media (max-width: 1700px) {
  h2,
  .h2 {
    font-size: 18px;
  }
}
h2.has-small-font-size,
.h2.has-small-font-size {
  font-size: 1.3rem;
}
@media (max-width: 520px) {
  h2.has-small-font-size,
  .h2.has-small-font-size {
    font-size: 1.1rem;
  }
}
h2.has-medium-font-size,
.h2.has-medium-font-size {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1700px) {
  h2.has-medium-font-size,
  .h2.has-medium-font-size {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  h2.has-medium-font-size,
  .h2.has-medium-font-size {
    font-size: 1.3rem;
  }
}
h2.has-large-font-size,
.h2.has-large-font-size {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1700px) {
  h2.has-large-font-size,
  .h2.has-large-font-size {
    font-size: 1.8rem;
  }
}
@media (max-width: 782px) {
  h2.has-large-font-size,
  .h2.has-large-font-size {
    font-size: 1.4rem;
  }
}
@media (max-width: 520px) {
  h2.has-large-font-size,
  .h2.has-large-font-size {
    font-size: 1.2rem;
  }
}

h3,
.h3 {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  line-height: 1.2;
}
@media (max-width: 1700px) {
  h3,
  .h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 1390px) {
  h3,
  .h3 {
    font-size: 1.2rem;
  }
}
h3.has-small-font-size,
.h3.has-small-font-size {
  font-size: 1.2rem;
}
@media (max-width: 520px) {
  h3.has-small-font-size,
  .h3.has-small-font-size {
    font-size: 1.1rem;
  }
}
h3.has-medium-font-size,
.h3.has-medium-font-size {
  font-size: 2rem;
}
@media (max-width: 1390px) {
  h3.has-medium-font-size,
  .h3.has-medium-font-size {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  h3.has-medium-font-size,
  .h3.has-medium-font-size {
    font-size: 1.3rem;
  }
}
h3.has-large-font-size,
.h3.has-large-font-size {
  font-size: 2.8rem;
}
@media (max-width: 520px) {
  h3.has-large-font-size,
  .h3.has-large-font-size {
    font-size: 2em;
  }
}

h4 {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.url-underline a {
  color: #000;
  text-decoration: underline;
}
.url-underline a:hover {
  color: #068791;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.wp-block-gallery a:hover {
  opacity: 0.7;
}
.wp-block-gallery.columns-2 .wp-block-image {
  max-width: 49% !important;
}
.wp-block-gallery .wp-element-caption {
  font-size: 12px;
}

.wp-block-image a:hover {
  opacity: 0.7;
}

.has-white-color {
  color: #fff;
}

.has-f-blue-color {
  color: #068791;
}

.wp-block-columns {
  margin-bottom: 1rem;
}

.wp-block-column > figure:first-child {
  margin-top: 0;
}

.is-style-jm-space-between {
  justify-content: space-between;
}

.has-r-grey-background-color {
  background: #f9f9f9;
}

.is-style-header-square {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 782px) {
  .is-style-header-square {
    font-size: 1.4rem;
  }
}
@media (max-width: 520px) {
  .is-style-header-square {
    font-size: 1.2rem;
  }
}

.is-style-list_kwadrat {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (max-width: 1390px) {
  .is-style-list_kwadrat {
    font-size: 1rem;
  }
}
@media (max-width: 782px) {
  .is-style-list_kwadrat {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.is-style-list_kwadrat li {
  padding-left: 2rem;
  position: relative;
  line-height: 1.3;
  margin-bottom: 0.6rem;
}
.is-style-list_kwadrat li::before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  background: #009ca6;
  position: absolute;
  left: 0;
  top: 0.57rem;
}
.is-style-list_kwadrat.has-medium-font-size {
  font-size: 1.4rem;
}
@media (max-width: 1390px) {
  .is-style-list_kwadrat.has-medium-font-size {
    font-size: 1.1rem;
  }
}
.is-style-list_kwadrat.has-medium-font-size li {
  margin-bottom: 1.5rem;
}

.container {
  max-width: 1670px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1800px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1700px) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
    max-width: none;
  }
}
@media (max-width: 1250px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 520px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1700px) {
  .container .container-box {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-inside {
  margin-left: -122.5px;
}
@media (max-width: 1700px) {
  .container-inside {
    margin-left: 0;
  }
}

.container-box,
.alignwide {
  width: 100%;
  max-width: 1425px;
  margin: auto;
}
@media (max-width: 1700px) {
  .container-box,
  .alignwide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1250px) {
  .container-box,
  .alignwide {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 520px) {
  .container-box,
  .alignwide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#masthead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  z-index: 150;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#masthead .top-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent linear-gradient(270deg, var(--farmacom-700) 0%, #253c64 46%, var(--farmacom-700) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #001e4d 0%, #253c64 46%, #001e4d 100%) 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  overflow: hidden;
}
#masthead .top-line .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  #masthead .top-line .container {
    flex-wrap: wrap;
  }
}
#masthead .top-line .container .left {
  display: flex;
  align-items: center;
}
@media (max-width: 1020px) {
  #masthead .top-line .container .left {
    width: 100%;
    justify-content: center;
    padding: 4px 0;
  }
}
@media (max-width: 520px) {
  #masthead .top-line .container .left {
    padding-top: 8px;
  }
}
#masthead .top-line .container .left img {
  margin-right: 20px;
}
@media (max-width: 380px) {
  #masthead .top-line .container .left img {
    width: 80px;
  }
}
#masthead .top-line .container .left p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  word-spacing: 5px;
}
@media (max-width: 520px) {
  #masthead .top-line .container .left p {
    font-size: 11px;
    word-spacing: normal;
  }
}
@media (max-width: 380px) {
  #masthead .top-line .container .left p {
    font-size: 10px;
  }
}
@media (max-width: 1020px) {
  #masthead .top-line .container .right {
    width: 100%;
    justify-content: center;
  }
}
#masthead .top-line .container .right ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
@media (max-width: 1020px) {
  #masthead .top-line .container .right ul {
    width: 100%;
    justify-content: center;
  }
}
#masthead .top-line .container .right ul li {
  margin-left: 10px;
}
@media (max-width: 520px) {
  #masthead .top-line .container .right ul li {
    margin-left: 0;
    text-align: center;
  }
}
#masthead .top-line .container .right ul li a {
  font-size: 12px;
  font-weight: 500;
  background: #516ab7;
  padding: 8px 15px;
  color: #fff;
  display: block;
}
@media (max-width: 520px) {
  #masthead .top-line .container .right ul li a {
    font-size: 10px;
  }
}
@media (max-width: 380px) {
  #masthead .top-line .container .right ul li a {
    padding: 5px 10px;
  }
}
#masthead .top-line .container .right ul li a:hover {
  background: #fff;
  color: #000;
}
#masthead .top-line .container .right ul li.active a {
  background: #fff;
  color: #000;
  font-weight: 700;
}
#masthead .container {
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
}
#masthead .header-main {
  padding: 2rem 0;
  background-image: url(./img/bg-header-home.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1020px) {
  #masthead .header-main {
    background-size: contain;
  }
}
@media (max-width: 520px) {
  #masthead .header-main {
    background-image: none;
  }
}
@media (max-width: 520px) {
  #masthead .header-main {
    padding: 1rem 0;
  }
}
#masthead .header-main .right {
  display: flex;
  align-items: center;
}
#masthead .site-branding {
  max-width: 407px;
  z-index: 30;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  line-height: 0;
}
#masthead .site-branding a {
  line-height: 0;
}
@media (max-width: 1700px) {
  #masthead .site-branding {
    max-width: 300px;
  }
}
@media (max-width: 1390px) {
  #masthead .site-branding {
    max-width: 230px;
  }
}
@media (max-width: 1250px) {
  #masthead .site-branding {
    max-width: 200px;
  }
}
#masthead .top-search {
  margin-left: 1rem;
}
#masthead .top-search .wp-block-search__inside-wrapper {
  position: relative;
  border: none;
}
#masthead .top-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  position: absolute;
  left: 0;
  border: none;
  background: none;
  margin: 0;
  height: 100%;
}
#masthead .top-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  display: none;
}
#masthead .top-search .wp-block-search__inside-wrapper::before {
  font-family: "icomoon";
  content: "\e904";
  color: #009ca6;
  position: absolute;
  left: 9px;
  font-size: 20px;
  top: 4px;
}
#masthead .top-search input {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 9px 10px 9px 35px;
  color: #000;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 520px) {
  #masthead .top-search input {
    width: 150px;
    font-size: 10px;
  }
}
#masthead .top-search input:focus {
  border-color: #068791;
  outline: none;
}
#masthead .top-search input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
#masthead .top-search input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
#masthead .top-search input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
#masthead .top-search input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
#masthead .main-navigation li {
  margin: 0 1.5rem;
}
@media (max-width: 1390px) {
  #masthead .main-navigation li {
    margin: 0 1rem;
  }
}
@media (max-width: 1250px) {
  #masthead .main-navigation li {
    margin: 0 0.8rem;
  }
}
@media (max-width: 1020px) {
  #masthead .main-navigation li {
    margin: 0.4rem 0.8rem;
  }
}
#masthead .main-navigation li a {
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1020px) {
  #masthead .main-navigation li a {
    font-size: 14px;
  }
}
#masthead .main-navigation li a:hover {
  color: #068791;
}
#masthead .main-navigation li.current-menu-item > a, #masthead .main-navigation li.current-menu-ancestor > a {
  color: #068791;
}
#masthead .main-navigation li.wydarzenia a {
  color: #000;
}
#masthead .main-navigation li.wydarzenia a:hover {
  color: #068791;
}
#masthead .main-navigation li.hidden {
  display: none;
}
@media (max-width: 1020px) {
  #masthead .main-navigation li.hidden {
    display: inline-block;
  }
}
#masthead .main-navigation li.menu-item-has-children {
  margin-right: 1.8rem;
}
#masthead .main-navigation li.menu-item-has-children::after {
  font-family: "icomoon";
  content: "\e903";
  color: #009ca6;
  font-size: 24px;
  position: absolute;
  right: -22px;
  top: -9px;
}
#masthead .main-navigation .sub-menu {
  display: flex;
  flex-direction: column;
  margin-left: -1.5rem;
  padding: 1rem 0;
  background: #fff;
}
@media (max-width: 1020px) {
  #masthead .main-navigation .sub-menu {
    padding: 0;
    border-left: 1px solid #222;
    margin: 10px 0;
    padding-left: 1rem;
  }
}
#masthead .menu-kategorie-menu-container {
  width: 100%;
}
#masthead .menu-kategorie-menu-container > ul {
  margin: 4rem 0 0.5rem 0;
}
@media (max-width: 782px) {
  #masthead .menu-kategorie-menu-container > ul {
    margin-top: 2rem;
  }
}
@media (max-width: 520px) {
  #masthead .menu-kategorie-menu-container > ul {
    margin-top: 1rem;
  }
}
@media (max-width: 1020px) {
  #masthead .menu-kategorie-menu-container {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none;
  }
  #masthead .menu-kategorie-menu-container::-moz-scrollbar {
    display: none;
  }
  #masthead .menu-kategorie-menu-container::-webkit-scrollbar {
    display: none;
  }
}
#masthead .menu-kategorie-menu-container ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  width: 100%;
}
#masthead .menu-kategorie-menu-container ul li {
  display: flex;
}
@media (max-width: 1020px) {
  #masthead .menu-kategorie-menu-container ul li {
    margin: 0 0.5rem;
  }
  #masthead .menu-kategorie-menu-container ul li:first-child {
    margin-left: 0;
  }
  #masthead .menu-kategorie-menu-container ul li:last-child {
    margin-right: 0;
  }
}
#masthead .menu-kategorie-menu-container ul li a {
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.0392156863);
  border: 0.5px solid #e0e0e0;
  border-radius: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 0.7rem 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  background: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1700px) {
  #masthead .menu-kategorie-menu-container ul li a {
    padding: 0.7rem 1.4rem;
  }
}
@media (max-width: 1390px) {
  #masthead .menu-kategorie-menu-container ul li a {
    padding: 0.5rem 0.9rem;
    font-size: 11px;
  }
}
@media (max-width: 1250px) {
  #masthead .menu-kategorie-menu-container ul li a {
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 520px) {
  #masthead .menu-kategorie-menu-container ul li a {
    padding: 0.3rem 0.5rem;
  }
}
#masthead .menu-kategorie-menu-container ul li a:hover {
  color: #8f8f8f;
}
#masthead.fixed {
  position: fixed;
  box-shadow: 0px -2px 36px -1px rgba(66, 68, 90, 0.19);
}
#masthead.fixed .header-main {
  padding: 1rem 0;
}
#masthead.fixed .top-line {
  height: 0;
}
#masthead.fixed .site-branding {
  max-width: 190px;
}
#masthead.fixed .menu-kategorie-menu-container {
  height: 0;
  overflow: hidden;
}

@media (max-width: 1020px) {
  #site-navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 50;
    transform: translateX(-150%);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
  }
  #site-navigation.open {
    transform: none;
  }
  #site-navigation > div {
    width: 100vw;
    height: 100vh;
    display: flex;
  }
  #site-navigation > div > ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
  }
  #site-navigation > div > ul > li {
    margin: 0.5rem 0;
  }
  #site-navigation > div > ul > li a {
    font-size: 18px;
  }
  #site-navigation > div > ul > li > ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    box-shadow: none;
    margin: auto;
  }
  #site-navigation > div > ul > li > ul li a {
    font-size: 15px;
  }
  #site-navigation > div > ul > li.menu-item-has-children::after {
    display: none;
  }
}

.menu-toggle {
  background: #068791;
  border: none;
  border-radius: 0;
  width: 35px;
  min-width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-direction: column;
  z-index: 50;
  margin-left: 2rem;
}
.menu-toggle span {
  width: 70%;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  display: block;
  margin: 2px 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -9px;
}
.menu-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
@media (max-width: 1020px) {
  .menu-toggle {
    display: flex;
  }
}

body:not(.home) #masthead .header-main {
  padding: 0.9rem 0;
  background-image: url(./img/bg-header-page.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 520px) {
  body:not(.home) #masthead .header-main {
    background-image: none;
  }
}
body:not(.home) #masthead .site-branding {
  max-width: 190px;
}
@media (max-width: 1700px) {
  body:not(.home) #masthead .site-branding {
    max-width: 190px;
  }
}

.news .more-btn {
  margin-top: 20px;
  margin-bottom: 5px;
}
.news .header-line {
  margin-bottom: 0;
}
.news .bg-box {
  background: #f5f5f5;
  padding: 40px 0;
}
.news .container-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .news .container-box {
    flex-wrap: wrap;
  }
}
.news .news-list {
  width: 78%;
}
@media (max-width: 782px) {
  .news .news-list {
    width: 100%;
  }
}
.news .box-right {
  width: 20%;
}
@media (max-width: 782px) {
  .news .box-right {
    width: 100%;
  }
}

.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-box {
  background: #fff;
  width: 32%;
  margin-bottom: 19px;
}
@media (max-width: 782px) {
  .news-list .news-box {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-list .news-box {
    width: 100%;
  }
}
.news-list .news-box:first-child {
  width: 66%;
}
@media (max-width: 782px) {
  .news-list .news-box:first-child {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-list .news-box:first-child {
    width: 100%;
  }
}
.news-list .news-box:first-child .news-thumbnail {
  height: 343px;
}
@media (max-width: 1020px) {
  .news-list .news-box:first-child .news-thumbnail {
    height: 300px;
  }
}
@media (max-width: 782px) {
  .news-list .news-box:first-child .news-thumbnail {
    height: 210px;
  }
}
.news-list .news-box:first-child .news-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-list .news-box:nth-child(2) .news-thumbnail {
  height: 343px;
}
@media (max-width: 1020px) {
  .news-list .news-box:nth-child(2) .news-thumbnail {
    height: 300px;
  }
}
@media (max-width: 782px) {
  .news-list .news-box:nth-child(2) .news-thumbnail {
    height: 210px;
  }
}
.news-list .news-box:nth-child(2) .news-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-list .news-box.news-all .news-thumbnail {
  height: auto;
  aspect-ratio: 9/6 auto;
}
.news-list .news-box.news-all .news-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-list .news-box a {
  display: block;
  border: 1px solid #e6e6e6;
  padding-bottom: 15px;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
}
.news-list .news-box a .news-p {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #009ca6;
  border-radius: 16px;
  color: #fff;
  padding: 15px;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 1700px) {
  .news-list .news-box a .news-p {
    font-size: 10px;
  }
}
@media (max-width: 520px) {
  .news-list .news-box a .news-p {
    top: 10px;
    left: 10px;
    padding: 12px 10px;
    border-radius: 14px;
  }
}
.news-list .news-box a .news-p.news-p2 {
  right: 15px;
  left: auto;
  background: #000;
  opacity: 0.5;
}
.news-list .news-box a .news-thumbnail {
  position: relative;
  line-height: 0;
  background: #068791;
}
.news-list .news-box a .news-thumbnail img {
  width: 100%;
  line-height: 0;
  transition: all 0.3s ease 0s;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list .news-box a .news-thumbnail .cat {
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #fff;
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 400;
  padding: 15px;
  z-index: 1;
}
.news-list .news-box a .newst-title {
  font-size: 20px;
  color: #000;
  padding: 15px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-top: 10px;
  line-height: 1.2;
}
@media (max-width: 1700px) {
  .news-list .news-box a .newst-title {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .news-list .news-box a .newst-title {
    font-size: 14px;
  }
}
.news-list .news-box a .more {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.news-list .news-box a .more::after {
  content: "\e908";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #068791;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
}
.news-list .news-box a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.news-list .news-box a:hover img {
  opacity: 0.8;
}
.news-list .news-box a:hover .more {
  color: #000;
}
.news-list .news-box a:hover .more::after {
  background: #068791;
  color: #fff;
}
.news-list.news-list-all {
  width: 100%;
  margin-top: 2rem;
}
.news-list.news-list-all .news-box {
  width: 24%;
}
@media (max-width: 1020px) {
  .news-list.news-list-all .news-box {
    width: 32%;
  }
}
@media (max-width: 782px) {
  .news-list.news-list-all .news-box {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-list.news-list-all .news-box {
    width: 100%;
  }
}
.news-list.news-list-all .news-box:first-child {
  width: 24%;
}
@media (max-width: 1020px) {
  .news-list.news-list-all .news-box:first-child {
    width: 32%;
  }
}
@media (max-width: 782px) {
  .news-list.news-list-all .news-box:first-child {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-list.news-list-all .news-box:first-child {
    width: 100%;
  }
}
.news-list.news-list-all .news-box:first-child .news-thumbnail {
  height: auto;
}
.news-list.news-list-all .news-box:nth-child(2) {
  width: 24%;
}
@media (max-width: 1020px) {
  .news-list.news-list-all .news-box:nth-child(2) {
    width: 32%;
  }
}
@media (max-width: 782px) {
  .news-list.news-list-all .news-box:nth-child(2) {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-list.news-list-all .news-box:nth-child(2) {
    width: 100%;
  }
}
.news-list.news-list-all .news-box:nth-child(2) .news-thumbnail {
  height: auto;
}

.r-box {
  margin-bottom: 30px;
}
.r-box .ad-url {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
  display: flex;
  justify-content: flex-end;
}
.r-box .ad-url:hover {
  color: #068791;
}
.r-box .img-box {
  text-align: right;
}
@media (max-width: 1020px) {
  .r-box .img-box {
    text-align: center;
  }
}

.top-img-box {
  display: flex;
  justify-content: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.top-img-box a {
  line-height: 0;
}
.top-img-box.fixed {
  height: 0;
  overflow: hidden;
}

@media (max-width: 782px) {
  .img-desktop {
    display: none;
  }
}

.img-mobile {
  display: none;
}
@media (max-width: 782px) {
  .img-mobile {
    display: inline-block;
  }
}

.news-most-view ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-most-view ul li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-most-view ul li:last-child {
  border-bottom: 0;
}
.news-most-view ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: block;
}
@media (max-width: 1700px) {
  .news-most-view ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1020px) {
  .news-most-view ul li a {
    font-size: 13px;
  }
}
.news-most-view ul li a:hover {
  color: #068791;
}

.event {
  scroll-margin-top: 5rem;
}
.event .container-box {
  padding-top: 3rem;
}
.event .event-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.event .event-content > div {
  width: 45%;
}
@media (max-width: 782px) {
  .event .event-content > div {
    width: 100%;
  }
}
.event .event-content h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1700px) {
  .event .event-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 1020px) {
  .event .event-content h2 {
    font-size: 22px;
  }
}
.event .event-content h2 strong {
  font-weight: 700;
}
.event .event-content .right {
  padding-right: 4%;
  width: 50%;
}
@media (max-width: 1020px) {
  .event .event-content .right {
    padding-right: 0;
  }
}
@media (max-width: 782px) {
  .event .event-content .right {
    padding-top: 2rem;
    width: 100%;
  }
}
.event .event-content .right a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  margin-top: 10px;
  float: right;
}
.event .event-content .right a::after {
  content: "\e908";
  font-family: "icomoon" !important;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  background: #068791;
}
.event .event-content .right a:hover {
  color: #068791;
}
.event .event-content .gallery-event {
  width: 100%;
  margin-top: 2rem;
}
.event .event-content .gallery-event ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event .event-content .gallery-event ul li {
  background: #068791;
}
@media (max-width: 520px) {
  .event .event-content .gallery-event ul li {
    max-height: 125px;
  }
}
.event .event-content .gallery-event ul li a {
  line-height: 0;
}
.event .event-content .gallery-event ul li a:hover {
  opacity: 0.7;
}
@media (max-width: 520px) {
  .event .event-content .gallery-event ul li a img {
    height: auto;
  }
}

.youtube-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youtube-icon .icon-youtube_icon {
  position: absolute;
  font-size: 50px;
}
.youtube-icon:hover {
  opacity: 0.7;
}

.magazine {
  margin: 5rem 0;
}
.magazine .container {
  border-top: 1px solid #e0e0e0;
  padding-top: 2rem;
}
.magazine .container .container-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding: 2rem 0 5rem 0;
  margin-top: 3rem;
}
@media (max-width: 1020px) {
  .magazine .container .container-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.magazine .container .container-box::after {
  content: "";
  width: 56%;
  height: 100%;
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  border: 6px solid #068791;
  bottom: 0;
  top: 0;
}
@media (max-width: 1020px) {
  .magazine .container .container-box::after {
    left: 0;
  }
}
@media (max-width: 520px) {
  .magazine .container .container-box::after {
    border: 2px solid #068791;
    width: 73%;
    bottom: auto;
    height: 300px;
  }
}
.magazine .container .left {
  width: 750px;
  margin-left: -7.7rem;
}
@media (max-width: 1700px) {
  .magazine .container .left {
    margin-left: -3rem;
  }
}
@media (max-width: 1020px) {
  .magazine .container .left {
    margin-left: -1rem;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
  }
}
.magazine .container .right {
  display: flex;
  flex-direction: column;
  padding-left: 7.48%;
  margin-bottom: -34px;
  padding-bottom: 20px;
  background: #fff;
}
@media (max-width: 1700px) {
  .magazine .container .right {
    font-size: 17px;
    padding-left: 2.48%;
  }
}
@media (max-width: 520px) {
  .magazine .container .right {
    padding-left: 0;
    margin-top: 3rem;
  }
}
.magazine .container .right h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1700px) {
  .magazine .container .right h3 {
    font-size: 30px;
  }
}
@media (max-width: 1020px) {
  .magazine .container .right h3 {
    font-size: 22px;
  }
}
.magazine .container .right h3 span {
  display: block;
  font-weight: 700;
}
.magazine .container .right .rozdzialy {
  list-style: none;
  padding: 0;
  margin: 0;
}
.magazine .container .right .rozdzialy li {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1215686275);
  margin: 10px 0;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 520px) {
  .magazine .container .right .rozdzialy li {
    padding: 4px;
    margin: 5px 0;
  }
}
.magazine .container .right .rozdzialy li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.magazine .container .right .rozdzialy li a::after {
  content: "\e908";
  font-family: "icomoon" !important;
  color: #068791;
  right: 30px;
  position: absolute;
  transition: all 0.3s ease 0s;
}
@media (max-width: 520px) {
  .magazine .container .right .rozdzialy li a::after {
    right: 8px;
    font-size: 10px;
  }
}
.magazine .container .right .rozdzialy li a .title-magazine {
  color: #000;
  position: relative;
  transition: all 0.3s ease 0s;
}
.magazine .container .right .rozdzialy li a .title-magazine h4 {
  color: #000;
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.magazine .container .right .rozdzialy li a .title-magazine h4.font-bold {
  font-weight: 900;
}
.magazine .container .right .rozdzialy li a:hover .title-magazine {
  color: #068791;
}
.magazine .container .right .rozdzialy li a:hover .title-magazine h4 {
  color: #068791;
}
.magazine .container .right .rozdzialy li a:hover::after {
  right: 20px;
}
.magazine .container .right .rozdzialy li .img-marazine {
  height: 64px;
  width: 64px;
  min-width: 64px;
  display: block;
}
.magazine .container .right .rozdzialy li .img-marazine img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.magazine .container .right .rozdzialy li .page-magazine {
  display: block;
  width: 40px;
  font-size: 14px;
  color: #8f8f8f;
  font-weight: 400;
  padding-left: 20px;
}
.magazine .container .right .rozdzialy li .title-magazine {
  width: 85%;
  display: block;
  margin-left: 10px;
  padding-right: 8rem;
  color: #8f8f8f;
}
@media (max-width: 782px) {
  .magazine .container .right .rozdzialy li .title-magazine {
    padding-right: 4rem;
  }
}
@media (max-width: 520px) {
  .magazine .container .right .rozdzialy li .title-magazine {
    padding-right: 2rem;
  }
}
.magazine .container .right .rozdzialy li .title-magazine h4 {
  color: #8f8f8f;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.magazine .container .right .more-box {
  position: absolute;
  right: 0;
  bottom: -50px;
}
.magazine .container .right .more-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}

.book {
  transition: opacity 0.4s 0.2s;
  width: 740px;
  height: 520px;
  padding: 2px;
}
@media (max-width: 1390px) {
  .book {
    width: 684px;
    height: 520px;
  }
}
@media (max-width: 782px) {
  .book {
    width: 450px;
    height: 320px;
  }
}
@media (max-width: 520px) {
  .book {
    width: 350px;
    height: 250px;
  }
}
.book ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 740px;
  perspective: 132vw;
  padding: 2rem 0;
  transition: opacity 0.4s 0.2s;
}
@media (max-width: 1390px) {
  .book ul {
    width: 683px;
  }
}
@media (max-width: 782px) {
  .book ul {
    width: 450px;
  }
}
@media (max-width: 520px) {
  .book ul {
    width: 350px;
  }
}

.page_magazine {
  width: 369px;
  height: 520px;
  background-color: #111111;
  float: left;
  background: left top no-repeat;
  background-size: cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1390px) {
  .page_magazine {
    width: 342px;
    height: 483px;
  }
}
@media (max-width: 782px) {
  .page_magazine {
    width: 226px;
    height: 320px;
  }
}
@media (max-width: 520px) {
  .page_magazine {
    width: 175px;
    height: 250px;
  }
}
.page_magazine img {
  width: 100%;
  height: auto;
}

.page_magazine:nth-child(even) {
  clear: both;
}

.book {
  perspective: 360px;
}

.book .page_magazines {
  width: 369px;
  height: 520px;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 4px;
  /*box-shadow: 0 0 0 1px #e3dfd8;*/
}
@media (max-width: 1390px) {
  .book .page_magazines {
    width: 342px;
    height: 483px;
  }
}
@media (max-width: 782px) {
  .book .page_magazines {
    width: 226px;
    height: 320px;
  }
}
@media (max-width: 520px) {
  .book .page_magazines {
    width: 175px;
    height: 250px;
  }
}

.book .page_magazine {
  float: none;
  clear: none;
  margin: 0;
  position: absolute;
  top: 0;
  width: 369px;
  height: 520px;
  transform-origin: 0 0;
  transition: transform 1.4s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #f0f0f0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1390px) {
  .book .page_magazine {
    width: 342px;
    height: 483px;
  }
}
@media (max-width: 782px) {
  .book .page_magazine {
    width: 226px;
    height: 320px;
  }
}
@media (max-width: 520px) {
  .book .page_magazine {
    width: 175px;
    height: 250px;
  }
}

.book .page_magazine::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.7s;
  z-index: 2;
  z-index: 5;
}

.book .page_magazine:nth-child(odd) {
  pointer-events: all;
  transform: rotateY(0deg);
  right: 0;
  border-radius: 0 4px 4px 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10%);
  z-index: 5;
}

.book .page_magazine:nth-child(odd):hover {
  transform: rotateY(-15deg);
  z-index: 5;
}

.book .page_magazine:nth-child(odd):hover::before {
  background: rgba(0, 0, 0, 0.03);
  z-index: 5;
}

.book .page_magazine:nth-child(odd)::before {
  background: rgba(0, 0, 0, 0);
  z-index: 5;
}

.book .page_magazine:nth-child(even) {
  pointer-events: none;
  transform: rotateY(180deg);
  transform-origin: 100% 0;
  left: 0;
  border-radius: 4px 0 0 4px;
  border-color: black;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 10%);
  z-index: 5;
}

.book .page_magazine:nth-child(even)::before {
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.book .page_magazine.grabbing {
  transition: none;
}

.book .page_magazine.flipped:nth-child(odd) {
  pointer-events: none;
  transform: rotateY(-180deg);
  z-index: 5;
}

.book .page_magazine.flipped:nth-child(odd)::before {
  background: rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.book .page_magazine.flipped:nth-child(even) {
  pointer-events: all;
  transform: rotateY(0deg);
  z-index: 5;
}

.book .page_magazine.flipped:nth-child(even):hover {
  transform: rotateY(15deg);
  z-index: 5;
}

.book .page_magazine.flipped:nth-child(even):hover::before {
  background: rgba(0, 0, 0, 0.03);
  z-index: 5;
}

.book .page_magazine.flipped:nth-child(even)::before {
  background: rgba(0, 0, 0, 0);
  z-index: 5;
}

.page_magazine:nth-child(odd) {
  background-position: right top;
}

.news-bra {
  background-image: url(./img/bg-news-bra.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1700px) {
  .news-bra {
    background-size: 9rem;
  }
}
@media (max-width: 1390px) {
  .news-bra {
    background-size: 6rem;
  }
}
@media (max-width: 1250px) {
  .news-bra {
    background-size: 5rem;
  }
}
@media (max-width: 782px) {
  .news-bra {
    background-size: 2rem;
  }
}
.news-bra::after {
  position: absolute;
  right: 0;
  bottom: -16px;
  display: inline-block;
  background-image: url(./img/bg-news-bra-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 199px;
  height: 302px;
  content: "";
  z-index: -1;
}
@media (max-width: 1250px) {
  .news-bra::after {
    width: 150px;
    background-size: contain;
  }
}
.news-bra .container-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .news-bra .container-box {
    flex-wrap: wrap;
  }
}
.news-bra .news-list {
  width: 78%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .news-bra .news-list {
    width: 100%;
  }
}
.news-bra .news-list .box {
  width: 32%;
  margin-bottom: 19px;
}
@media (max-width: 782px) {
  .news-bra .news-list .box {
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-bra .news-list .box {
    width: 100%;
  }
}
.news-bra .box-right {
  width: 20%;
}
@media (max-width: 782px) {
  .news-bra .box-right {
    width: 100%;
  }
}
.news-bra .box-right .box-more {
  margin-top: 10px;
  float: right;
  margin-bottom: 60px;
}
@media (max-width: 520px) {
  .news-bra .box-right .box-more {
    margin-bottom: 30px;
  }
}
.news-bra ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-bra ul.list li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.news-bra ul.list li:last-child {
  border: none;
}
.news-bra ul.list li a {
  display: inline-block;
  width: 100%;
}
.news-bra ul.list li a .news-thumbnail {
  background: #068791;
  line-height: 0;
  margin-bottom: 1rem;
  display: block;
  height: 200px;
  width: 100%;
}
@media (max-width: 1020px) {
  .news-bra ul.list li a .news-thumbnail {
    height: auto;
  }
}
.news-bra ul.list li a .news-thumbnail img {
  transition: all 0.3s ease 0s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1020px) {
  .news-bra ul.list li a .news-thumbnail img {
    height: auto;
  }
}
.news-bra ul.list li a .news-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1700px) {
  .news-bra ul.list li a .news-title {
    font-size: 15px;
  }
}
.news-bra ul.list li a:hover .news-thumbnail img {
  opacity: 0.8;
}
.news-bra ul.list li a:hover .news-title {
  color: #068791;
}

.brand-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.brand-list li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.brand-list li a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.brand-list li a:hover {
  color: #068791;
}

.news-brand {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-brand li {
  margin: 15px 0;
  background: #fff;
}
.news-brand li a {
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 2.5rem;
}
.news-brand li a img {
  max-width: 80%;
}
.news-brand li a:hover {
  border-color: #068791;
}

.wspolpraca {
  padding: 7.8rem 0;
  margin: 1rem 0;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1020px) {
  .wspolpraca {
    padding: 5rem 0;
  }
}
@media (max-width: 520px) {
  .wspolpraca {
    padding: 3rem 0;
  }
}
.wspolpraca .left {
  width: 40%;
}
@media (max-width: 1020px) {
  .wspolpraca .left {
    width: 60%;
  }
}
.wspolpraca h2,
.wspolpraca h3,
.wspolpraca h4,
.wspolpraca h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  line-height: 1.32;
  margin-top: 0;
}
@media (max-width: 1700px) {
  .wspolpraca h2,
  .wspolpraca h3,
  .wspolpraca h4,
  .wspolpraca h5 {
    font-size: 28px;
  }
}
@media (max-width: 1020px) {
  .wspolpraca h2,
  .wspolpraca h3,
  .wspolpraca h4,
  .wspolpraca h5 {
    font-size: 23px;
  }
}
@media (max-width: 520px) {
  .wspolpraca h2,
  .wspolpraca h3,
  .wspolpraca h4,
  .wspolpraca h5 {
    font-size: 18px;
  }
}
.wspolpraca h2 strong,
.wspolpraca h3 strong,
.wspolpraca h4 strong,
.wspolpraca h5 strong {
  font-weight: 700;
}
.wspolpraca p {
  color: #fff;
}
.wspolpraca .btn-white {
  margin-top: 20px;
}

.news-bra2 {
  margin-top: 4rem;
  background: none;
}
.news-bra2::after {
  display: none;
}

.newsletter {
  margin: 1rem 0 0 0;
  background-position: center;
  background-size: cover;
}
.newsletter .container-box {
  background-image: url(./img/bg-newsletter.jpg);
  background-position: right 10% bottom;
  background-repeat: no-repeat;
  padding: 7rem 0;
  background-size: contain;
}
@media (max-width: 1700px) {
  .newsletter .container-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1020px) {
  .newsletter .container-box {
    padding: 6rem 2rem;
    background-size: contain;
  }
}
@media (max-width: 782px) {
  .newsletter .container-box {
    background-position: bottom right 10px;
  }
}
@media (max-width: 520px) {
  .newsletter .container-box {
    padding: 4rem 1rem;
    background-position: right bottom;
    background-size: 150px;
  }
}
.newsletter .left {
  width: 60%;
}
@media (max-width: 520px) {
  .newsletter .left {
    width: 100%;
  }
}
.newsletter h2,
.newsletter h3,
.newsletter h4,
.newsletter h5 {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.32;
  margin-top: 0;
}
@media (max-width: 1700px) {
  .newsletter h2,
  .newsletter h3,
  .newsletter h4,
  .newsletter h5 {
    font-size: 28px;
  }
}
@media (max-width: 782px) {
  .newsletter h2,
  .newsletter h3,
  .newsletter h4,
  .newsletter h5 {
    font-size: 20px;
  }
}
.newsletter h2 strong,
.newsletter h3 strong,
.newsletter h4 strong,
.newsletter h5 strong {
  font-weight: 700;
}
.newsletter .btn-white {
  margin-top: 20px;
}
.newsletter .form-newsletter {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 2rem;
  max-width: 459px;
}
.newsletter .form-newsletter input[type=email] {
  border: 1px solid #009ca6;
  border-radius: 0px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
  color: #9b9b9b;
  min-width: 345px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border-radius: 0 !important;
  padding: 10px !important;
}
@media (max-width: 520px) {
  .newsletter .form-newsletter input[type=email] {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 520px) {
  .newsletter .form-newsletter input[type=email] {
    padding: 10px 15px;
  }
}
.newsletter .form-newsletter input[type=email]:focus {
  border: 1px solid #068791;
  outline: none;
}
.newsletter .form-newsletter .wpcf7-list-item {
  margin: 0;
}
.newsletter .form-newsletter input[type=submit] {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.5s ease 0s;
  background: #068791;
  border: none;
  border-radius: 0;
  text-indent: -99999px;
  position: absolute;
  right: 55px;
  cursor: pointer;
  background-image: url(./img/bg-right2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  top: 10px;
}
@media (max-width: 520px) {
  .newsletter .form-newsletter input[type=submit] {
    right: 15px;
  }
}
.newsletter .form-newsletter input[type=submit]:hover {
  background-color: #000;
}
.newsletter .form-newsletter input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.newsletter .form-newsletter input::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.newsletter .form-newsletter input::-ms-input-placeholder {
  color: #9b9b9b;
}
.newsletter .form-newsletter .wpcf7-list-item-label {
  margin-top: 10px;
}

.we-cooperate {
  padding-bottom: 8rem;
}
@media (max-width: 1020px) {
  .we-cooperate {
    padding-bottom: 3rem;
  }
}
.we-cooperate .container {
  border-top: 2px solid #e0e0e0;
  padding-top: 2rem;
}
.we-cooperate .splide__track {
  padding: 0 5px;
}
.we-cooperate ul {
  padding: 1rem 0 !important;
}
.we-cooperate ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 5px;
}
.we-cooperate ul li div {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 2rem;
}
.we-cooperate ul li img {
  padding: 0 1rem;
  max-height: 65px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1020px) {
  .we-cooperate ul li img {
    max-height: 42px;
  }
}

.subscription-bottom .subscription-bottom-bg {
  background-image: url(./img/bg-subscription-bottom.jpg);
  background-position: center bottom;
  background-repeat: repeat-y;
  /* max-height: 530px; */
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-top: 185px;
}
@media (max-width: 1700px) {
  .subscription-bottom .subscription-bottom-bg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.subscription-bottom .subscription-bottom-bg .border {
  border: 4px solid #fff;
}
.subscription-bottom .subscription-bottom-bg .border .btn-white {
  border: 8px solid #001e4d;
  transform: translateY(50%);
}
.subscription-bottom .subscription-bottom-bg .border .btn-white:hover {
  background: #009ca6;
}
.subscription-bottom .splide__track {
  padding: 3rem 0;
  position: relative;
}
.subscription-bottom .splide__track::after {
  content: "";
  left: 10px;
  right: 10px;
  height: 2rem;
  top: 55%;
  background: #001e4d;
  position: absolute;
  z-index: -1;
}
.subscription-bottom #subscription-gallery {
  padding: 2rem 8%;
  margin-top: -280px;
}
@media (max-width: 1700px) {
  .subscription-bottom #subscription-gallery {
    padding: 2rem 4%;
  }
}
.subscription-bottom #subscription-gallery ul {
  align-items: center;
}
.subscription-bottom #subscription-gallery li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19%;
  transition: width 0.5s;
}
.subscription-bottom #subscription-gallery li span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscription-bottom #subscription-gallery li img {
  transition: all 0.3s ease 0s;
  transform: scale(0.85);
}
.subscription-bottom #subscription-gallery li.is-next img {
  margin-right: -15px;
}
.subscription-bottom #subscription-gallery li.is-prev img {
  margin-left: -15px;
}
.subscription-bottom #subscription-gallery li.is-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscription-bottom #subscription-gallery li.is-active img {
  transform: scale(1);
}
.subscription-bottom .container-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscription-bottom .container-box-icon {
  width: 100%;
}
.subscription-bottom .subscription-icon ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.subscription-bottom .subscription-icon ul li {
  width: 25%;
  text-align: center;
}
@media (max-width: 1020px) {
  .subscription-bottom .subscription-icon ul li {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .subscription-bottom .subscription-icon ul li {
    width: 100%;
  }
}
.subscription-bottom .subscription-icon ul li span {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  max-width: 100%;
}
@media (max-width: 520px) {
  .subscription-bottom .subscription-icon ul li span {
    margin-bottom: 0;
  }
}
@media (max-width: 1020px) {
  .subscription-bottom .subscription-icon ul li span img {
    max-height: 60px;
  }
}
.subscription-bottom .subscription-icon ul p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1700px) {
  .subscription-bottom .subscription-icon ul p {
    font-size: 16px;
  }
}

footer {
  padding: 4rem 0 0 0;
}
footer .container {
  border-top: 1px solid #c7c7c7;
  padding-top: 6rem;
}
@media (max-width: 520px) {
  footer .container {
    padding-top: 3rem;
  }
}
footer .container-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
@media (max-width: 1700px) {
  footer .container-box h4 {
    font-size: 16px;
  }
}
@media (max-width: 1020px) {
  footer .container-box h4 {
    margin-bottom: 1rem;
  }
}
footer .container-box > div {
  width: 20%;
}
@media (max-width: 1020px) {
  footer .container-box > div {
    width: 50%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 520px) {
  footer .container-box > div {
    width: 100%;
  }
}
footer .container-box > div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .container-box > div ul li {
  margin: 1rem 0;
}
footer .container-box > div ul li a {
  color: #000;
  font-size: 14px;
  line-height: 1.15;
  display: inline-block;
}
footer .container-box > div ul li a:hover {
  color: #068791;
}
footer .container-box > div ul li.current-menu-item a {
  color: #068791;
}
footer .container-box .footer-menu {
  padding-right: 1rem;
}
footer .container-box .footer-social {
  width: 15%;
}
@media (max-width: 1020px) {
  footer .container-box .footer-social {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  footer .container-box .footer-social h4 br {
    display: none;
  }
}
footer .container-box .footer-social a:hover span::before {
  color: #009ca6;
}
footer .container-box .footer-top {
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 520px) {
  footer .container-box .footer-top {
    margin-bottom: 1rem;
  }
}
footer .container-box .copy {
  color: #b2b2b2;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin: 3rem 0 1rem 0;
}
@media (max-width: 520px) {
  footer .container-box .copy {
    flex-direction: column;
    text-align: center;
  }
}
footer .container-box .copy p {
  margin: 0;
}
@media (max-width: 520px) {
  footer .container-box .copy p {
    margin-top: 10px;
  }
}
footer .container-box .copy a {
  color: #b2b2b2;
  text-decoration: underline;
}
footer .container-box .copy a:hover {
  color: #000;
}
footer .pfr {
  background: #f5f5f5;
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 782px) {
  footer .pfr {
    padding: 1rem;
    margin-top: 0;
  }
}

#scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  font-size: 14px;
  line-height: 0;
  bottom: -5rem;
  background: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 1px;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1390px) {
  #scroll-top {
    width: 3rem;
    height: 3rem;
    bottom: 1rem;
    right: 1rem;
  }
}
@media (max-width: 520px) {
  #scroll-top {
    width: 2rem;
    height: 2rem;
    bottom: 0;
    right: 0;
  }
}
#scroll-top span {
  transform: rotate(-90deg);
}
#scroll-top.top-show {
  bottom: 2rem;
}
#scroll-top:hover {
  background: #068791;
  color: #fff;
  text-decoration: none;
}
#scroll-top:hover span {
  color: #fff;
  text-decoration: none;
}

.social-icon {
  display: flex;
  align-items: center;
}
.social-icon a {
  display: flex;
  margin-right: 1.2rem;
  font-size: 1.5rem;
  color: #bfbfbf;
  align-items: center;
}
.social-icon a span::before {
  transition: all 0.3s ease 0s;
}
.social-icon a .icon-linkedin {
  font-size: 1.4rem;
}
.social-icon a .icon-youtube {
  font-size: 1.1rem;
}
.social-icon a .txt {
  text-indent: -99999px;
}

.page-header {
  background: #068791;
  padding: 2.7rem 0;
  margin-bottom: 1rem;
  background-image: url(./img/bg-top-header.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1700px) {
  .page-header {
    padding: 2.3rem 0;
  }
}
@media (max-width: 1390px) {
  .page-header {
    padding: 2rem 0;
  }
}
@media (max-width: 782px) {
  .page-header {
    background-position: left;
    background-size: cover;
  }
}
@media (max-width: 782px) {
  .page-header {
    background-position: left;
    background-size: cover;
  }
}
@media (max-width: 520px) {
  .page-header {
    background-image: none;
  }
}
.page-header h1,
.page-header h2 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 2.65rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1700px) {
  .page-header h1,
  .page-header h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1390px) {
  .page-header h1,
  .page-header h2 {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  .page-header h1,
  .page-header h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  .page-header h1,
  .page-header h2 {
    font-size: 1.2rem;
  }
}
.page-header h1 span,
.page-header h2 span {
  font-size: 2.65rem;
}
@media (max-width: 1700px) {
  .page-header h1 span,
  .page-header h2 span {
    font-size: 2.2rem;
  }
}
@media (max-width: 1390px) {
  .page-header h1 span,
  .page-header h2 span {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  .page-header h1 span,
  .page-header h2 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  .page-header h1 span,
  .page-header h2 span {
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  padding: 0;
  margin: 0 auto 1rem auto;
  max-width: 1670px;
  width: 100%;
}
@media (max-width: 1800px) {
  .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1700px) {
  .breadcrumbs {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1250px) {
  .breadcrumbs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 782px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .container {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5rem 0 1.5rem 0;
}
.breadcrumbs ul.breadcrumbs {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #c7c7c7;
  font-size: 12px;
}
.breadcrumbs ul.breadcrumbs li {
  margin-right: 12px;
  color: #c7c7c7;
  font-size: 12px;
}
.breadcrumbs ul.breadcrumbs li a {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}
.breadcrumbs ul.breadcrumbs li a:hover {
  color: #068791;
}
.breadcrumbs ul.breadcrumbs li.icon-icon_breadcrumb {
  color: #000;
}

.news-grid-magazine {
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 2rem;
}
.news-grid-magazine .container-box {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}
@media (max-width: 782px) {
  .news-grid-magazine .container-box {
    flex-wrap: wrap;
  }
}
.news-grid-magazine .left {
  width: 23%;
}
@media (max-width: 782px) {
  .news-grid-magazine .left {
    width: 100%;
  }
}
.news-grid-magazine .right {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  grid-gap: 3rem;
  width: 73%;
}
@media (max-width: 782px) {
  .news-grid-magazine .right {
    width: 100%;
    grid-gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: repeat(4, 23%);
  }
}
@media (max-width: 520px) {
  .news-grid-magazine .right {
    grid-template-columns: repeat(2, 48%);
  }
}
.news-grid-magazine .right a {
  line-height: 0;
}
.news-grid-magazine .right a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}
.news-grid-magazine.katalog-firm .right a {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.katalog-firm {
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 1px solid #e0e0e0;
  padding-bottom: 2rem;
}
.katalog-firm .container-box {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  flex-wrap: wrap;
}
.katalog-firm .left {
  width: 20%;
  padding-right: 1.5rem;
}
@media (max-width: 1020px) {
  .katalog-firm .left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 1020px) {
  .katalog-firm .left form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1020px) {
  .katalog-firm .left form label {
    margin: 0;
    margin-right: 20px;
  }
}
@media (max-width: 1020px) {
  .katalog-firm .left .check-box span {
    padding-left: 18px;
  }
}
.katalog-firm .left h3 {
  border-top: 1px solid #c7c7c7;
  margin-top: 0;
  padding-top: 1rem;
}
.katalog-firm .left .clear {
  text-decoration: underline;
  margin-top: 0.5rem;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.katalog-firm .left .clear:hover {
  color: #068791;
}
.katalog-firm .left .more-btn-plus {
  margin-top: 2.5rem;
}
@media (max-width: 1020px) {
  .katalog-firm .left .more-btn-plus {
    margin-left: auto;
    margin-right: 0;
  }
}
.katalog-firm .right {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-gap: 1rem;
  width: 80%;
  position: relative;
  align-self: start;
}
@media (max-width: 1020px) {
  .katalog-firm .right {
    width: 100%;
  }
}
@media (max-width: 782px) {
  .katalog-firm .right {
    margin: 0;
    margin-right: 0px;
  }
}
.katalog-firm .right .active-category-js {
  display: flex;
  margin-top: -37px;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 37px;
}
@media (max-width: 1020px) {
  .katalog-firm .right .active-category-js {
    margin-top: 10px;
  }
}
.katalog-firm .right .active-category-js > button {
  font-size: 12px;
  border-radius: 16px;
  background: #000;
  color: #fff;
  padding: 9px 15px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  border: none;
}
@media (max-width: 1020px) {
  .katalog-firm .right .active-category-js > button {
    font-size: 10px;
  }
}
.katalog-firm .right .active-category-js > button span {
  font-weight: 700;
  margin-left: 7px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease 0s;
  text-indent: -99999px;
  width: 10px;
  position: relative;
  display: block;
}
.katalog-firm .right .active-category-js > button span::before {
  content: "X";
  text-indent: 1px;
  position: absolute;
  left: 0;
  top: -1px;
}
.katalog-firm .right .active-category-js > button span:hover {
  opacity: 0.7;
}
.katalog-firm .right .object {
  display: none;
}
.katalog-firm .right .object.show {
  display: block;
}
.katalog-firm .right a {
  line-height: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 1020px) {
  .katalog-firm .right a {
    flex-direction: column;
  }
}
.katalog-firm .right a .logo {
  width: 25%;
  border-right: 1px solid #e0e0e0;
  padding: 1.5rem 2.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1020px) {
  .katalog-firm .right a .logo {
    width: 100%;
    text-align: center;
    border: none;
    padding: 1rem;
  }
  .katalog-firm .right a .logo img {
    max-width: 200px;
    margin: auto;
  }
}
.katalog-firm .right a .adress {
  width: 35%;
  padding: 1.5rem;
  color: #000;
  line-height: 1.3;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1020px) {
  .katalog-firm .right a .adress {
    width: 100%;
    text-align: center;
    border: none;
    padding: 0 1rem;
  }
}
.katalog-firm .right a .adress h2 {
  font-size: 16px;
  font-weight: 700;
}
.katalog-firm .right a .adress p {
  margin-bottom: 0;
}
.katalog-firm .right a .desc {
  width: 45%;
  padding: 1.5rem;
  color: #000;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1020px) {
  .katalog-firm .right a .desc {
    width: 100%;
    text-align: center;
    border: none;
    padding: 1rem;
  }
}
@media (max-width: 520px) {
  .katalog-firm .right a .desc .f-desc {
    display: none;
  }
}
.katalog-firm .right a .desc p {
  margin-bottom: 0;
}
.katalog-firm .right a .desc .more-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1020px) {
  .katalog-firm .right a .desc .more-btn {
    justify-content: center;
  }
}
.katalog-firm .right a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.katalog-firm .right a:hover .more-btn {
  color: #068791;
}
.katalog-firm .right2 {
  width: 20%;
  padding-left: 1.5rem;
}
.katalog-firm.container {
  border-top: 0;
  padding-top: 0;
}

.single-post-content .container .container-box.single-firma .article-content {
  padding-right: 4rem;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box.single-firma .article-content {
    width: 100%;
    padding-right: 0;
  }
}
.single-post-content .container .container-box.single-firma .article-content header {
  position: relative;
}
.single-post-content .container .container-box.single-firma .article-content header h1 {
  padding-right: 23rem;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box.single-firma .article-content header h1 {
    width: 100%;
    padding-right: 0;
  }
}
.single-post-content .container .container-box.single-firma .article-content header .logo {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 3rem 2rem;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box.single-firma .article-content header .logo {
    position: relative;
    padding: 1rem;
    width: auto;
    justify-content: flex-start;
    display: inline-block;
  }
  .single-post-content .container .container-box.single-firma .article-content header .logo img {
    max-width: 200px;
    margin-left: 0;
  }
}
.single-post-content .container .container-box.single-firma .article-content h3 {
  font-size: 18px;
  margin-bottom: 4px;
}
.single-post-content .container .container-box.single-firma .article-content .desc {
  margin-top: 3rem;
}
.single-post-content .container .container-box.single-firma .box-right {
  padding-top: 0;
}

@media (max-width: 782px) {
  .m-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-plan {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 6rem 0;
}
@media (max-width: 1020px) {
  .box-plan {
    flex-wrap: wrap;
  }
}
.box-plan > div {
  width: 25%;
  border-right: 2px solid #e0e0e0;
  padding: 1.5rem;
}
@media (max-width: 1020px) {
  .box-plan > div {
    width: 50%;
  }
}
@media (max-width: 782px) {
  .box-plan > div {
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 520px) {
  .box-plan > div {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.box-plan > div:last-child {
  border: none;
}
@media (max-width: 1020px) {
  .box-plan > div img {
    max-width: 200px;
  }
}
@media (max-width: 782px) {
  .box-plan > div img {
    max-width: 180px;
  }
}
@media (max-width: 520px) {
  .box-plan > div img {
    max-width: 100px;
  }
}
.box-plan > div h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (max-width: 1700px) {
  .box-plan > div h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 782px) {
  .box-plan > div h2 {
    margin-bottom: 2rem;
  }
}
.box-plan > div h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
@media (max-width: 1700px) {
  .box-plan > div h3 {
    font-size: 1.1rem;
  }
}
.box-plan > div .more-btn,
.box-plan > div .wp-block-buttons {
  justify-content: flex-end;
  margin-top: 3rem;
}
.box-plan > div p:last-child {
  margin-bottom: 0;
}
.box-plan > div.box-select, .box-plan > div.is-style-column-border {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 16px;
  position: relative;
  border: none;
  margin-top: -2rem;
  margin-bottom: -4rem;
  padding: 3.5rem 1.8rem 2rem 1.8rem;
}
@media (max-width: 782px) {
  .box-plan > div.box-select, .box-plan > div.is-style-column-border {
    margin-bottom: 1rem;
  }
}
.box-plan > div.box-select h2, .box-plan > div.is-style-column-border h2 {
  color: #068791;
}
.box-plan > div.box-select::before, .box-plan > div.is-style-column-border::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  border: 2px solid #009ca6;
  border-radius: 12px;
  pointer-events: none;
}
.box-plan > div.is-style-no-border {
  border: none;
}

.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 3rem;
  width: 100%;
}
.grid-5 a {
  line-height: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 1.5rem;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-5 a:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.container-navigation {
  display: flex !important;
  width: 100%;
}
.container-navigation .navigation.posts-navigation {
  border-top: 1px solid #c7c7c7;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.navigation-all {
  margin-top: 1rem;
}

.navigation.posts-navigation {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 5;
}
.navigation.posts-navigation .nav-links .nav-previous a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.navigation.posts-navigation .nav-links .nav-previous a::before {
  content: "\e908";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  background: #068791;
  transform: rotate(180deg);
}
.navigation.posts-navigation .nav-links .nav-previous a:hover {
  color: #068791;
}
.navigation.posts-navigation .nav-links .nav-next {
  display: flex;
  justify-content: flex-end;
}
.navigation.posts-navigation .nav-links .nav-next a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.navigation.posts-navigation .nav-links .nav-next a::after {
  content: "\e908";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  background: #068791;
}
.navigation.posts-navigation .nav-links .nav-next a:hover {
  color: #068791;
}

.box-paywall {
  background: #fff;
  padding: 2rem;
  margin: 3rem -2rem;
  position: relative;
}
.box-paywall .inside {
  text-align: center;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: relative;
  margin-top: 4rem;
  border: 3px solid #068791;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
}
.box-paywall .inside h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.box-paywall .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
  padding: 2rem 3rem;
}
.box-paywall::before {
  position: absolute;
  bottom: 0;
  top: 2rem;
  left: 0;
  right: 0;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.check-box {
  position: relative;
  margin: 8px 0;
  display: block;
}
.check-box span {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  display: inline-block;
  cursor: pointer;
}
.check-box span::before {
  width: 12px;
  height: 12px;
  border: 1px solid #000000;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.3s ease 0s;
}
.check-box span:hover::before {
  background: #d8d8d8;
}
.check-box input {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.check-box input:checked + span::after {
  content: "\e90e";
  font-family: "icomoon" !important;
  position: absolute;
  left: 3px;
  top: 6px;
  color: #fff;
  font-size: 6px;
  transition: all 0.3s ease 0s;
}
.check-box input:checked + span::before {
  background: #000;
}

.news-grid {
  padding-top: 1rem;
}
.news-grid .container {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  grid-gap: 20px;
}
@media (max-width: 782px) {
  .news-grid .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0;
  }
}
@media (max-width: 520px) {
  .news-grid .container {
    grid-template-columns: repeat(1, 100%);
    grid-gap: 0;
  }
}
.news-grid .container article {
  position: relative;
}
@media (max-width: 782px) {
  .news-grid .container article {
    margin-bottom: 1rem;
    width: 49%;
  }
}
@media (max-width: 520px) {
  .news-grid .container article {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.news-grid .container article a {
  display: block;
}
.news-grid .container article a .post-thumbnail {
  position: relative;
  background: #068791;
  display: block;
  line-height: 0;
  aspect-ratio: 9/6 auto;
}
@media (max-width: 782px) {
  .news-grid .container article a .post-thumbnail {
    height: auto;
  }
}
.news-grid .container article a .post-thumbnail img {
  line-height: 0;
  transition: all 0.3s ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-grid .container article a .post-thumbnail .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  position: absolute;
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 400;
  padding: 10px 15px;
  z-index: 1;
}
.news-grid .container article a h2 {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  line-height: 1.2;
  transition: all 0.3s ease 0s;
}
@media (max-width: 520px) {
  .news-grid .container article a h2 {
    font-size: 14px;
    margin-top: 10px;
  }
}
.news-grid .container article a:hover img {
  opacity: 0.7;
}
.news-grid .container article a:hover h2 {
  color: #068791;
}

.single-post-content {
  margin-bottom: 3rem;
}
.single-post-content .container {
  position: relative;
}
.single-post-content .container .container-box {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1020px) {
  .single-post-content .container .container-box {
    padding-top: 3rem;
  }
}
.single-post-content .container .container-box .box-right {
  width: 20%;
  padding-top: 19rem;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .box-right {
    width: 100%;
    padding-top: 1rem;
  }
}
.single-post-content .container .container-box .article-content {
  width: 78%;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .article-content {
    width: 100%;
    padding-right: 0;
  }
}
.single-post-content .container .container-box .article-content .entry-header.square {
  background: #fff;
  position: relative;
  padding-top: 4rem;
  min-height: 15rem;
}
@media (max-width: 1700px) {
  .single-post-content .container .container-box .article-content .entry-header.square {
    margin-left: 5rem;
  }
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-header.square {
    padding-top: 2rem;
    min-height: auto;
  }
}
.single-post-content .container .container-box .article-content .entry-header.square h1 {
  z-index: 5;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (max-width: 1700px) {
  .single-post-content .container .container-box .article-content .entry-header.square h1 {
    font-size: 2.2rem;
    min-height: 100px;
  }
}
@media (max-width: 1390px) {
  .single-post-content .container .container-box .article-content .entry-header.square h1 {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .article-content .entry-header.square h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-header.square h1 {
    font-size: 1.2rem;
  }
}
.single-post-content .container .container-box .article-content .entry-header.square::before {
  border: 8px solid #068791;
  width: 15.7rem;
  height: 15.7rem;
  content: "";
  z-index: 0;
  display: inline-block;
  position: absolute;
  top: -2.5rem;
  left: 0;
  left: -122.5px;
}
@media (max-width: 1700px) {
  .single-post-content .container .container-box .article-content .entry-header.square::before {
    border-width: 6px;
    width: 13.7rem;
    height: 13.7rem;
  }
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .article-content .entry-header.square::before {
    border: 5px solid #068791;
    left: -5rem;
  }
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-header.square::before {
    border: 3px solid #068791;
    width: 9rem;
    height: 9rem;
  }
}
.single-post-content .container .container-box .article-content .entry-header.square::after {
  width: 13rem;
  height: 12rem;
  content: "";
  z-index: 0;
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: -1.5rem;
  background: #fff;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-header.square::after {
    top: 0rem;
  }
}
.single-post-content .container .container-box .article-content .post-top {
  margin-top: 4rem;
  border-top: 1px solid #8f8f8f;
  padding: 10px 0;
  font-size: 12px;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 500;
  position: relative;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .article-content .post-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .post-top {
    margin-top: 3rem;
  }
}
.single-post-content .container .container-box .article-content .post-top .news-p {
  position: absolute;
  right: 0;
  top: -2.7rem;
  background: #e3e3e3;
  border-radius: 16px;
  text-transform: uppercase;
  padding: 7px 15px;
  font-weight: 600;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .post-top .news-p {
    padding: 5px 10px;
  }
}
.single-post-content .container .container-box .article-content .post-top .post-date {
  margin-right: 1rem;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .post-top .cat {
    margin: 10px 0;
  }
}
.single-post-content .container .container-box .article-content .post-top .cat a {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  margin-right: 5px;
}
.single-post-content .container .container-box .article-content .post-top .cat a:hover {
  color: #068791;
}
.single-post-content .container .container-box .article-content .post-top .post-share {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .post-top .post-share {
    margin-left: 0;
    margin-right: auto;
  }
}
.single-post-content .container .container-box .article-content .post-top .post-share .time-read {
  margin-left: 18px;
}
.single-post-content .container .container-box .article-content .post-top .post-share a {
  font-size: 20px;
  margin-right: 7px;
  padding: 0 5px;
}
.single-post-content .container .container-box .article-content .post-top .post-share a .icon-linkedin {
  font-size: 18px;
}
.single-post-content .container .container-box .article-content .post-top .post-share a span::before {
  transition: all 0.3s ease 0s;
}
.single-post-content .container .container-box .article-content .post-top .post-share a:hover span::before {
  color: #068791;
}
.single-post-content .container .container-box .article-content h2 {
  font-size: 1.8rem;
}
.single-post-content .container .container-box .article-content h3 {
  font-size: 1rem;
}
.single-post-content .container .container-box .article-content h4 {
  font-size: 0.9rem;
}
.single-post-content .container .container-box .article-content .post-thumbnail {
  margin-bottom: 10px;
  display: inline-block;
}
.single-post-content .container .container-box .article-content .entry-content {
  padding-right: 12%;
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .article-content .entry-content {
    padding-right: 0;
  }
}
@media (max-width: 782px) {
  .single-post-content .container .container-box .article-content .entry-content img {
    height: auto !important;
  }
}

.article--bottom-info {
  margin-top: 5rem;
  width: 100%;
}
@media (max-width: 1020px) {
  .article--bottom-info {
    margin-top: 2rem;
  }
}
.article--bottom-info a {
  text-decoration: underline;
}
.article--bottom-info .box {
  width: 30%;
}
@media (max-width: 782px) {
  .article--bottom-info .box {
    width: 100%;
    margin-bottom: 2rem;
  }
}

ul.autors {
  list-style: none;
  padding: 14px;
  margin: 0;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
ul.autors li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 8px;
  padding-bottom: 8px;
  min-height: 150px;
}
@media (max-width: 782px) {
  ul.autors li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
}
ul.autors li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
ul.autors li .autor-zd {
  width: 167px;
  height: 167px;
  margin-right: 20px;
  background: #e3e3e3;
  background-image: url(./img/bg-autor.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 1020px) {
  ul.autors li .autor-zd {
    width: 100px;
    height: 100px;
  }
}
ul.autors li .autor-zd img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
ul.autors li .autor-desc {
  width: 40%;
  margin-right: 20px;
  font-size: 14px;
}
@media (max-width: 782px) {
  ul.autors li .autor-desc {
    width: 100%;
  }
}
ul.autors li .autor-desc a {
  color: #000;
}
ul.autors li .autor-desc a:hover {
  color: #068791;
}
ul.autors li .autor-desc h4 {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
ul.autors li .autor-logo {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 782px) {
  ul.autors li .autor-logo {
    width: auto;
    text-align: left;
  }
}
ul.autors li .autor-logo img {
  max-width: 200px;
  max-height: 100px;
  margin-left: 20px;
}
@media (max-width: 1020px) {
  ul.autors li .autor-logo img {
    max-width: 100px;
    max-height: 50px;
    margin-left: 20px;
  }
}
@media (max-width: 782px) {
  ul.autors li .autor-logo img {
    margin-left: 0;
  }
}
ul.autors.z-width .autor-zd {
  width: 0;
  overflow: hidden;
  display: none;
}

.article--bottom-info-boxs {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width: 782px) {
  .article--bottom-info-boxs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.article--bottom-info-boxs .post-share {
  display: flex;
  align-items: center;
}
.article--bottom-info-boxs .post-share a {
  font-size: 24px;
  margin-right: 7px;
  padding: 0 5px;
  text-decoration: none;
}
.article--bottom-info-boxs .post-share a .icon-linkedin {
  font-size: 22px;
}
.article--bottom-info-boxs .post-share a span::before {
  transition: all 0.3s ease 0s;
}
.article--bottom-info-boxs .post-share a:hover span::before {
  color: #068791;
}

ul.tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 782px) {
  ul.tags {
    width: 100%;
  }
}
ul.tags li {
  margin-right: 8px;
  margin-bottom: 5px;
}
ul.tags li a {
  background: #e3e3e3;
  border-radius: 16px;
  padding: 7px 15px;
  font-weight: 600;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
ul.tags li a:hover {
  background: #068791;
  color: #fff;
}

@media (max-width: 1700px) {
  .magazine-post .container-box {
    padding-top: 1rem !important;
  }
}

@media (max-width: 782px) {
  .navigation.post-navigation {
    width: 100%;
  }
}
.navigation.post-navigation a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  flex-direction: column-reverse;
  width: 100%;
  align-items: flex-start;
}
.navigation.post-navigation a h4 {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.3s ease 0s;
}
.navigation.post-navigation a:hover h4 {
  color: #068791;
}
.navigation.post-navigation a:hover .next-more {
  color: #068791;
}
.navigation.post-navigation .nav-previous {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}
.navigation.post-navigation .nav-next {
  width: 100%;
  flex: 100%;
  text-align: left;
  font-size: 16px;
}
.navigation.post-navigation .next-more {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.navigation.post-navigation .next-more::after {
  content: "\e908";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  transition: all 0.3s ease 0s;
  background: #068791;
}
.navigation.post-navigation .next-more:hover {
  color: #068791;
}

.prenumerata-box {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.prenumerata-box h3 {
  position: absolute;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.14px;
  line-height: 1.1;
  top: 2rem;
  left: 2rem;
  margin: 0;
}
@media (max-width: 1250px) {
  .prenumerata-box h3 {
    font-size: 1.3rem;
  }
}
.prenumerata-box .more-btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 18px;
  width: 200px;
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 1250px) {
  .prenumerata-box .more-btn {
    font-size: 16px;
    right: 1rem;
  }
}
@media (max-width: 1020px) {
  .prenumerata-box .more-btn {
    font-size: 16px;
  }
}
.prenumerata-box .more-btn::after {
  min-width: 24px;
  margin-left: 20px;
}
.prenumerata-box:hover .more-btn {
  color: #068791;
}

.top-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-header .box-left {
  width: 55%;
}
@media (max-width: 520px) {
  .top-header .box-left {
    width: 100%;
  }
}
.top-header .box-left .top-header-desc {
  z-index: 5;
  position: relative;
}
.top-header .box-left .top-header-desc.w {
  padding-left: 8rem;
  padding-right: 5rem;
}
@media (max-width: 782px) {
  .top-header .box-left .top-header-desc.w {
    padding: 0;
  }
}
.top-header .box-left .top-header-desc.w p {
  font-weight: 500;
}
.top-header .box-left .top-header-desc p.has-large-font-size {
  padding-right: 3rem;
  margin-top: 3rem;
}
.top-header .box-left .top-header-desc p.has-medium-font-size {
  font-weight: 400;
}
.top-header .box-left h4 {
  font-size: 1.5rem;
  font-weight: 400;
  z-index: 5;
  position: relative;
  margin: 3rem 0 2rem 0;
}
.top-header .box-left ul {
  font-size: 1.5rem;
  list-style: none;
  margin-left: 0;
}
@media (max-width: 782px) {
  .top-header .box-left ul {
    font-size: 1.2rem;
  }
}
.top-header .box-left ul li {
  padding-left: 2rem;
  position: relative;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
.top-header .box-left ul li::before {
  width: 6px;
  height: 6px;
  content: "";
  display: inline-block;
  background: #068791;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.top-header .box-img {
  width: 46%;
  padding-top: 1rem;
  margin-right: -122.5px;
}
@media (max-width: 1700px) {
  .top-header .box-img {
    margin-right: 0;
    width: 43%;
  }
}
@media (max-width: 520px) {
  .top-header .box-img {
    display: none;
  }
}
.top-header .box-img.img-display {
  display: block;
  z-index: 10;
}
@media (max-width: 520px) {
  .top-header .box-img.img-display {
    margin-bottom: 2rem;
  }
}
.top-header .box-img.w {
  width: 53%;
}
@media (max-width: 1700px) {
  .top-header .box-img.w {
    width: 43%;
  }
}
.top-header .box-img.m {
  width: 35%;
}

.box-liczby-pr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 782px) {
  .box-liczby-pr {
    flex-direction: column;
    align-items: center;
  }
}
.box-liczby-pr .circle-wrap {
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 10px 25px;
  text-align: center;
  position: relative;
  display: flex;
}
@media (max-width: 782px) {
  .box-liczby-pr .circle-wrap {
    width: 300px;
  }
}
@media (max-width: 520px) {
  .box-liczby-pr .circle-wrap {
    width: 200px;
  }
}
.box-liczby-pr .circle-wrap .number {
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 1rem;
}
@media (max-width: 1700px) {
  .box-liczby-pr .circle-wrap .number {
    font-size: 2.5rem;
  }
}
@media (max-width: 520px) {
  .box-liczby-pr .circle-wrap .number {
    font-size: 2rem;
  }
}
.box-liczby-pr .circle-wrap h3 {
  font-size: 20px;
  padding: 0 3rem;
  margin: 0;
  min-height: 3rem;
}
@media (max-width: 1700px) {
  .box-liczby-pr .circle-wrap h3 {
    font-size: 17px;
  }
}
@media (max-width: 520px) {
  .box-liczby-pr .circle-wrap h3 {
    font-size: 15px;
  }
}

.circle-wrap {
  margin: 10px auto;
  width: 24%;
  aspect-ratio: 1;
  background: transparent;
  border-radius: 50%;
  position: relative;
}
.circle-wrap::after {
  left: 19px;
  right: 19px;
  top: 19px;
  bottom: 19px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  position: absolute;
  z-index: -1;
}

.inside-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.circular-chart {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1700px) {
  .circular-chart {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.circle {
  stroke: #068791;
  fill: none;
  stroke-width: 0.6;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  z-index: 5;
}

.circle2 {
  stroke: #e0e0e0;
  fill: none;
  stroke-width: 0.2;
  stroke-linecap: round;
  z-index: 1;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media (max-width: 520px) {
  .row-redakcja figure {
    width: 100%;
  }
}
.row-redakcja img {
  width: 100%;
}

.single-page header.square {
  position: relative;
  margin: 5rem 0 2rem 0;
  padding-top: 5rem;
}
@media (max-width: 1700px) {
  .single-page header.square {
    margin-left: 5rem;
  }
}
@media (max-width: 520px) {
  .single-page header.square {
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.single-page header.square h1,
.single-page header.square h2 {
  font-size: 2.65rem;
  line-height: 1.15;
  font-weight: 700;
  z-index: 5;
  position: relative;
}
@media (max-width: 1700px) {
  .single-page header.square h1,
  .single-page header.square h2 {
    font-size: 2.2rem;
    min-height: 100px;
  }
}
@media (max-width: 1390px) {
  .single-page header.square h1,
  .single-page header.square h2 {
    font-size: 2rem;
  }
}
@media (max-width: 782px) {
  .single-page header.square h1,
  .single-page header.square h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 520px) {
  .single-page header.square h1,
  .single-page header.square h2 {
    font-size: 1.2rem;
    min-height: 50px;
  }
}
.single-page header.square::before {
  border: 8px solid #068791;
  width: 15.7rem;
  height: 15.7rem;
  content: "";
  z-index: 0;
  display: inline-block;
  position: absolute;
  top: -2.5rem;
  left: 0;
  left: -122.5px;
}
@media (max-width: 1700px) {
  .single-page header.square::before {
    border-width: 6px;
    width: 13.7rem;
    height: 13.7rem;
  }
}
@media (max-width: 782px) {
  .single-page header.square::before {
    border: 5px solid #068791;
    left: -5rem;
  }
}
@media (max-width: 520px) {
  .single-page header.square::before {
    border: 3px solid #068791;
    width: 9rem;
    height: 9rem;
  }
}
.single-page header.square::after {
  width: 13rem;
  height: 12rem;
  content: "";
  z-index: 0;
  display: inline-block;
  position: absolute;
  top: 2rem;
  left: -1.5rem;
  background: #fff;
}
@media (max-width: 520px) {
  .single-page header.square::after {
    top: 1rem;
  }
}

.czasopismo .box-img.img-single {
  margin-right: -122.5px;
}
@media (max-width: 1020px) {
  .czasopismo .box-img.img-single {
    margin-right: 0;
  }
}
.czasopismo .box-img.img-single img {
  max-height: 520px;
}

.single-czasopismo-content .wp-block-table {
  border: none;
  overflow: visible;
}
.single-czasopismo-content .wp-block-table table {
  border: none;
}
.single-czasopismo-content .wp-block-table table th {
  border: none;
  font-size: 18px;
  font-weight: 700;
  border-top: 1px solid #c7c7c7;
  padding: 1rem 0;
  margin-top: 1rem;
  text-align: left;
  width: 100%;
  padding-bottom: 0;
}
.single-czasopismo-content .wp-block-table table td {
  border: none;
}
.single-czasopismo-content .wp-block-table table tr {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1215686275);
  margin: 15px 0;
  padding: 15px 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 80px;
}
.single-czasopismo-content .wp-block-table table tr td {
  color: #8f8f8f;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}
.single-czasopismo-content .wp-block-table table tr td a {
  color: #000;
}
@media (max-width: 782px) {
  .single-czasopismo-content .wp-block-table table tr td {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .single-czasopismo-content .wp-block-table table tr td {
    font-size: 15px;
  }
}
.single-czasopismo-content .wp-block-table table tr td:first-child {
  width: 90px;
  font-size: 24px;
  color: #c7c7c7;
  font-weight: 400;
  padding-left: 20px;
  min-width: 90px;
}
@media (max-width: 782px) {
  .single-czasopismo-content .wp-block-table table tr td:first-child {
    font-size: 18px;
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 520px) {
  .single-czasopismo-content .wp-block-table table tr td:first-child {
    font-size: 15px;
  }
}
.single-czasopismo-content .wp-block-table table tr td:first-child::after {
  content: ".";
}
.single-czasopismo-content .wp-block-table table tr:has(th) {
  box-shadow: none;
  margin-bottom: 0;
  min-height: auto;
}

.box-5 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.box-5 > div {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1020px) {
  .box-5 > div {
    width: 33%;
  }
}
@media (max-width: 520px) {
  .box-5 > div {
    width: 50%;
  }
}
.box-5 > div h3 {
  font-size: 1.25rem;
  text-align: center;
  padding: 0 2rem;
  margin: 1.5rem 0 2rem 0;
  min-height: 48px;
}
@media (max-width: 1700px) {
  .box-5 > div h3 {
    font-size: 1.1rem;
  }
}
.box-5 > div > span {
  display: block;
  height: 48px;
}
.box-5 > div .icon {
  max-height: 85px;
  max-width: 85px;
  margin-top: -0.5rem;
  width: 100%;
}
.box-5 > div .icon img {
  width: 100%;
  height: 100%;
}
.box-5 > div:nth-child(5n) {
  border-right: 0;
}
@media (max-width: 1020px) {
  .box-5 > div:nth-child(5n) {
    border-right: 1px solid #e0e0e0;
  }
}
@media (max-width: 1020px) {
  .box-5 > div:nth-child(3n) {
    border-right: 0;
  }
}
@media (max-width: 520px) {
  .box-5 > div:nth-child(3n) {
    border-right: 1px solid #e0e0e0;
  }
}
@media (max-width: 520px) {
  .box-5 > div:nth-child(2n) {
    border-right: 0;
  }
}
.box-5 > div.box-border-none {
  border-bottom: 0;
  border-top: 1px solid #e0e0e0;
  margin-top: -1px;
}
.box-5.box-liczby .box {
  border-bottom: 0;
}
@media (max-width: 520px) {
  .box-5.box-liczby .box {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 520px) {
  .box-5.box-liczby .box:last-child {
    border-bottom: none;
  }
}
.box-5.box-liczby .number {
  font-weight: 300;
  font-size: 2rem;
  color: #068791;
}
@media (max-width: 520px) {
  .box-5.box-liczby .number {
    font-size: 1.5rem;
  }
}

@media (max-width: 1700px) {
  .box-czasopismo-p {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (max-width: 1250px) {
  .box-czasopismo-p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1700px) {
  .container-reklama {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-rrek {
  display: flex;
  flex-wrap: wrap;
}
.box-rrek .box {
  width: 50%;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 782px) {
  .box-rrek .box {
    width: 100%;
    border-right: 0;
  }
}
.box-rrek .box h3 {
  z-index: 5;
  position: relative;
  width: 100%;
}
.box-rrek .box .desc {
  position: relative;
  z-index: 5;
  width: 50%;
}
@media (max-width: 1020px) {
  .box-rrek .box .desc {
    width: 100%;
  }
}
.box-rrek .box .desc table tr td {
  padding: 0.2rem 0;
}
.box-rrek .box .desc table tr td:first-child {
  padding-right: 2rem;
}
.box-rrek .box .icon {
  width: 45%;
  float: right;
  margin-top: -3rem;
  position: relative;
}
@media (max-width: 1700px) {
  .box-rrek .box .icon {
    margin-right: 0;
    z-index: -1;
  }
}
@media (max-width: 1020px) {
  .box-rrek .box .icon {
    width: 100%;
    margin-right: 0;
  }
}
.box-rrek .box .icon p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.box-rrek .box .icon.s img {
  opacity: 0.3;
}
.box-rrek .box:nth-child(2n) {
  border-right: 0;
  padding-left: 2rem;
}
@media (max-width: 782px) {
  .box-rrek .box:nth-child(2n) {
    padding-left: 0;
  }
}
.box-rrek .box:last-child {
  border-bottom: 0;
}
.box-rrek.style-2 .box .icon img {
  z-index: -1;
  position: relative;
}

.bg-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1607843137);
}

.linked-in-circle {
  border-radius: 50%;
  border: 2px solid #009ca6;
  background: #fff;
  z-index: 1;
  padding: 2.2rem;
  position: relative;
  margin: 0;
}
.linked-in-circle::after {
  content: "";
  right: 50%;
  background: #fff;
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  bottom: -3px;
}
.linked-in-circle img {
  z-index: 10;
  position: relative;
}

.linked-in-line {
  position: relative;
  margin: 3rem 0;
}
@media (max-width: 782px) {
  .linked-in-line {
    margin-left: 1rem;
  }
}
.linked-in-line::before {
  position: absolute;
  left: -240px;
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background: #068791;
  top: 50%;
}
@media (max-width: 782px) {
  .linked-in-line::before {
    display: none;
  }
}
.linked-in-line::after {
  position: absolute;
  left: -30px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #068791;
  top: 50%;
  transform: translateY(-42%);
}

#chart h3,
#chart h4 {
  font-weight: 400;
  margin: 0;
}
#chart h3 {
  color: #757575;
  font-size: 1.2rem;
}
#chart h4 {
  color: #bdbdbd;
  font-size: 1rem;
  margin-bottom: 3rem;
}
#chart p {
  text-align: center;
  color: #757575;
}

.margin-top-minus {
  margin-top: -14rem;
}
@media (max-width: 1250px) {
  .margin-top-minus {
    margin-top: -9rem;
  }
}
@media (max-width: 1020px) {
  .margin-top-minus {
    margin-top: -4rem;
  }
}
@media (max-width: 782px) {
  .margin-top-minus {
    margin-top: 0;
  }
}

.box-border-left {
  border-left: 1px solid #e0e0e0;
  padding-right: 5rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .box-border-left {
    padding: 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .box-border-left img {
    max-width: 60px;
  }
}
.box-border-left h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding-right: 25%;
}
@media (max-width: 782px) {
  .box-border-left h2 {
    font-size: 18px;
  }
}
.box-border-left p {
  padding-right: 3rem;
}
@media (max-width: 782px) {
  .box-border-left p {
    padding-right: 0;
  }
}
.box-border-left figure {
  margin-bottom: 0;
}
.box-border-left:first-child {
  border: none;
  padding-left: 0;
}

.post-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 20px;
}
@media (max-width: 1020px) {
  .post-gallery ul {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 520px) {
  .post-gallery ul {
    grid-template-columns: repeat(2, auto);
  }
}
.post-gallery ul li {
  max-height: 200px;
}
.post-gallery ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.box-prenumerata {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 1rem;
  padding: 4rem 1.2rem 2.2rem 1.2rem;
  position: relative;
}
@media (max-width: 782px) {
  .box-prenumerata {
    margin: 1rem 0;
  }
}
.box-prenumerata .has-medium-font-size {
  line-height: 2;
}
@media (max-width: 1390px) {
  .box-prenumerata .has-medium-font-size {
    line-height: 1.2;
  }
}
.box-prenumerata figure {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-prenumerata figure::after {
  position: absolute;
  width: 75%;
  height: auto;
  display: block;
  background: #068791;
  content: "";
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.box-prenumerata figure img {
  z-index: 5;
}
.box-prenumerata.premium::before {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border: 2px solid #068791;
  content: "";
  pointer-events: none;
  border-radius: 1rem;
}
.box-prenumerata:hover figure::after {
  width: 90%;
}

.map {
  filter: grayscale(100%);
}

.box-opinie {
  border-right: 1px solid #e0e0e0;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 782px) {
  .box-opinie {
    margin: 1rem 0;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
  }
}
.box-opinie .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 2rem;
}
.box-opinie .wp-block-group figure {
  margin-bottom: 0.7rem;
}
.box-opinie .wp-block-group p {
  color: #c7c7c7;
  margin-bottom: 0;
  flex-grow: initial;
  min-height: 5rem;
}
.box-opinie .wp-block-group p strong {
  font-weight: 500;
  color: #000;
}
.box-opinie:last-child {
  border: none;
}

.portal-partners {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.portal-partners li {
  width: 18%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
  padding: 2rem;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 782px) {
  .portal-partners li {
    width: 30%;
    padding: 1rem;
  }
}
@media (max-width: 520px) {
  .portal-partners li {
    width: 40%;
    padding: 10px;
  }
}
.portal-partners li img {
  max-width: 85%;
  max-height: 5rem;
}

.magazine-post {
  width: 100%;
}
.magazine-post .magazine-intro {
  padding-left: 3rem;
  z-index: 10;
  position: relative;
}
.magazine-post .rozdzialy {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 3rem;
}
@media (max-width: 1700px) {
  .magazine-post .rozdzialy {
    padding-left: 5rem;
  }
}
@media (max-width: 1250px) {
  .magazine-post .rozdzialy {
    padding-left: 2rem;
  }
}
@media (max-width: 782px) {
  .magazine-post .rozdzialy {
    padding-left: 1rem;
  }
}
.magazine-post .rozdzialy .magazine-dzial {
  font-size: 18px;
  font-weight: 700;
  border-top: 1px solid #c7c7c7;
  padding: 1rem 0;
  margin-top: 2rem;
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy .magazine-dzial {
    font-size: 16px;
  }
}
.magazine-post .rozdzialy li {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1215686275);
  margin: 15px 0;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.magazine-post .rozdzialy li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.magazine-post .rozdzialy li a::after {
  content: "\e908";
  font-family: "icomoon" !important;
  color: #068791;
  right: 30px;
  position: absolute;
  transition: all 0.3s ease 0s;
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy li a::after {
    right: 8px;
    font-size: 10px;
  }
}
.magazine-post .rozdzialy li a .title-magazine {
  color: #000;
  position: relative;
  transition: all 0.3s ease 0s;
}
.magazine-post .rozdzialy li a .title-magazine h2 {
  color: #000;
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 782px) {
  .magazine-post .rozdzialy li a .title-magazine h2 {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy li a .title-magazine h2 {
    font-size: 15px;
  }
}
.magazine-post .rozdzialy li a .title-magazine h2.font-bold {
  font-weight: 900;
}
.magazine-post .rozdzialy li a:hover .title-magazine {
  color: #068791;
}
.magazine-post .rozdzialy li a:hover .title-magazine h4 {
  color: #068791;
}
.magazine-post .rozdzialy li a:hover::after {
  right: 20px;
}
.magazine-post .rozdzialy li .img-marazine {
  height: 80px;
  width: 80px;
  min-width: 80px;
  display: block;
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy li .img-marazine {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.magazine-post .rozdzialy li .img-marazine img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.magazine-post .rozdzialy li .page-magazine {
  display: block;
  width: 90px;
  font-size: 24px;
  color: #c7c7c7;
  font-weight: 400;
  padding-left: 20px;
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy li .page-magazine {
    font-size: 16px;
    width: 50px;
  }
}
.magazine-post .rozdzialy li .title-magazine {
  width: 85%;
  display: block;
  margin-left: 10px;
  padding-right: 8rem;
  color: #000;
}
@media (max-width: 782px) {
  .magazine-post .rozdzialy li .title-magazine {
    padding-right: 4rem;
  }
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy li .title-magazine {
    padding-right: 2rem;
  }
}
.magazine-post .rozdzialy li .title-magazine h2 {
  color: #8f8f8f;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 782px) {
  .magazine-post .rozdzialy li .title-magazine h2 {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .magazine-post .rozdzialy li .title-magazine h2 {
    font-size: 15px;
  }
}

.container-box-col {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.container-box-col > div {
  width: 40%;
}

.error404 .container-box {
  padding: 3rem 1rem;
}
.error404 .container-box h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 520px) {
  .error404 .container-box h2 {
    font-size: 1rem;
  }
}

.years-filter {
  display: flex;
  justify-content: space-between;
}
.years-filter > div {
  width: 45%;
}
.years-filter > div input {
  width: 100%;
  background-image: url("./img/icon_calendar.svg");
  background-position: right 10px center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 5px;
  border: 1px solid #707070;
  border-radius: 0;
}

.clear-all {
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
}
.clear-all:hover {
  color: #068791;
}

.woocommerce .woocommerce-notices-wrapper a {
  display: none;
}
.woocommerce input,
.woocommerce textarea {
  border-color: #222;
  padding: 10px;
  color: #000;
}
.woocommerce #place_order {
  background: #068791;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.woocommerce #place_order:hover {
  background: #000;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: rgba(6, 135, 145, 0.1);
}

.wc_payment_methods li {
  cursor: pointer;
}

:root {
  --background-color: #fff;
  --border-color: #ccc;
  --text-color: #555;
  --hover-background-color: #eee;
}

.yearpicker-container {
  position: absolute;
  color: var(--text-color);
  width: 280px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  font-size: 1rem;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  background-color: var(--background-color);
  z-index: 10;
  margin-top: 0.2rem;
  margin-left: -64px;
}
.yearpicker-container ul {
  margin: 0;
}

.yearpicker-header {
  display: flex;
  width: 100%;
  height: 2.5rem;
  border-bottom: 1px solid var(--border-color);
  align-items: center;
  justify-content: space-around;
}

.yearpicker-prev,
.yearpicker-next {
  cursor: pointer;
  font-size: 2rem;
}

.yearpicker-prev:hover,
.yearpicker-next:hover {
  color: #068791;
}

.yearpicker-year {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
}

.yearpicker-items {
  list-style: none;
  padding: 0.5rem;
  flex: 0 0 33.3%;
  width: 100%;
}

.yearpicker-items:hover {
  background-color: var(--hover-background-color);
  color: var(--selected-text-color);
  cursor: pointer;
}

.yearpicker-items.selected {
  color: #068791;
}

.hide {
  display: none;
}

.yearpicker-items.disabled {
  pointer-events: none;
  color: #bbb;
}

.rada-programowa img {
  border-radius: 3px;
}

@media (min-width: 1200px) and (max-width: 1600px) and (-webkit-device-pixel-ratio: 1.25) {
  html {
    zoom: 0.9;
  }
  .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) and (-webkit-device-pixel-ratio: 1.5) {
  html {
    zoom: 0.8;
  }
  .container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.acf-form .acf-fields > .acf-field {
  border: none !important;
}
.acf-form .acf-field-653a1fc2a5cd3 {
  display: none !important;
}
.acf-form .categorychecklist-holder {
  border: none !important;
}
.acf-form .categorychecklist-holder ul {
  padding: 0;
}
.acf-form .categorychecklist-holder ul label {
  cursor: pointer;
}

.acf-taxonomy-field .categorychecklist-holder {
  max-height: none !important;
}

input.acf-button {
  background: #068791;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}
input.acf-button:hover {
  background: #111;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.b-disable {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  filter: grayscale(100%);
}

.b-disable::before {
  content: "Proszę uzupełnić nazwę firmy";
  position: absolute;
  right: 0;
  top: -25px;
  color: #000;
  width: 200%;
  text-align: right;
}

.b-disable {
  margin-top: 30px !important;
}

.woocommerce-cart .wp-block-product-new,
.woocommerce-cart h2:not(.with-empty-cart-icon) {
  display: none;
}

#billing_company_field span.optional {
  display: none;
}

nav.navigation.pagination {
  grid-column: 1/-1;
  margin: 2rem 0;
  width: 100%;
}

.nav-links_n {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  flex-wrap: wrap;
}
.nav-links_n a,
.nav-links_n span {
  color: #000;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 800;
  margin: 4px;
  line-height: 16px;
  max-height: 37px;
}
.nav-links_n span {
  opacity: 0.4;
}
.nav-links_n a:hover {
  background: #009ca6;
  border-color: #009ca6;
  color: #fff;
}

.wp-block-embed-youtube {
  padding: 0 15%;
}
@media (max-width: 782px) {
  .wp-block-embed-youtube {
    padding: 0;
  }
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  clear: none;
}

.single-post-content .container .container-box .article-content .entry-content .box-see-more,
body .box-see-more {
  border-bottom: 1px solid #009ca6;
  border-top: 1px solid #009ca6;
  margin: 1rem 0;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside,
body .box-see-more .inside {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 12px 0;
  flex-wrap: wrap;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside h3,
body .box-see-more .inside h3 {
  padding-right: 200px;
  margin-bottom: 0;
  font-size: 1.15rem !important;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-content .box-see-more .inside h3,
  body .box-see-more .inside h3 {
    padding-right: 32px;
    font-size: 14px !important;
  }
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside h3 > span,
body .box-see-more .inside h3 > span {
  color: #009ca6;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .img-post,
body .box-see-more .inside .img-post {
  aspect-ratio: 228/152;
  width: 12%;
  background: #009ca6;
  max-height: 70px;
  max-width: 105px;
  line-height: 0;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .img-post,
  body .box-see-more .inside .img-post {
    width: 20%;
    max-width: none;
    max-height: none;
    background: transparent;
  }
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .img-post img,
body .box-see-more .inside .img-post img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
  transition: all 0.3s ease 0s;
  max-height: 70px;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .img-post img,
  body .box-see-more .inside .img-post img {
    height: auto !important;
    max-height: none;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .desc,
body .box-see-more .inside .desc {
  width: 87%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .desc,
  body .box-see-more .inside .desc {
    width: 78%;
  }
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .desc h3,
body .box-see-more .inside .desc h3 {
  margin-top: 0;
  transition: all 0.3s ease 0s;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .desc .box-btn,
body .box-see-more .inside .desc .box-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .desc .box-btn .more-btn,
body .box-see-more .inside .desc .box-btn .more-btn {
  bottom: -2px;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-content .box-see-more .inside .desc .box-btn .more-btn > span,
  body .box-see-more .inside .desc .box-btn .more-btn > span {
    display: none;
  }
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside a,
body .box-see-more .inside a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside a:hover h3,
body .box-see-more .inside a:hover h3 {
  color: #009ca6;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside a:hover span.more-btn,
body .box-see-more .inside a:hover span.more-btn {
  color: #009ca6;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more .inside a:hover img,
body .box-see-more .inside a:hover img {
  opacity: 0.7;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more.styl2 .inside a .desc,
body .box-see-more.styl2 .inside a .desc {
  width: 100%;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more.styl2 .inside a .desc h3,
body .box-see-more.styl2 .inside a .desc h3 {
  font-size: 16px !important;
  padding-right: 50px;
}
@media (max-width: 520px) {
  .single-post-content .container .container-box .article-content .entry-content .box-see-more.styl2 .inside a .desc h3,
  body .box-see-more.styl2 .inside a .desc h3 {
    padding-right: 32px;
    font-size: 14px !important;
  }
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more.styl2 .inside a .desc .box-btn,
body .box-see-more.styl2 .inside a .desc .box-btn {
  bottom: -3px;
}
.single-post-content .container .container-box .article-content .entry-content .box-see-more.styl2 .inside a .desc .more-btn > span,
body .box-see-more.styl2 .inside a .desc .more-btn > span {
  display: none;
}

.single-post-content .container .container-box .article-content .entry-content .box-see-more.styl2 .inside .desc .box-btn, body .box-see-more.styl2 .inside .desc .box-btn {
  bottom: -3px;
}/*# sourceMappingURL=custom.css.map */