@charset "UTF-8";
/*
Theme Name: Toprojekt
Author: Vian
Author URI: http://www.vian.pl
Version: 1.0
*/
/* Table of contents (top-level sections) */
/* - reset css */
/* - icomoon */
/* - Simplon BP */
/* - layout */
/* - text formats */
/* - clearfix */
/* - grid */
/* - absolute overlay */
/* - fit to block */
/* - image block */
/* - entry */
/* - icons */
/* - vertical align */
/* - elements */
/* - cols grid */
/* - dynamic items */
/* - project tile */
/* - subpage */
/* - filters items */
/* - custom checkbox */
/* - custom select */
/* - submenu */
/* - slider common */
/* - twentytwenty */
/* - magnific animations */
/* - magnific customization */
/* - photoswipe customization */
/* - footer navigation */
/* - header */
/* - main */
/* - home slider */
/* - projects list */
/* - project */
/* - study */
/* - contact */
/* - footer */
/* - HD/"retina" */
/* - activate hovers only on desktop */
/* - buttons */
/* - tablet */
/* - team */
/* - job */
/* - awards */
/* - clients */
/* - publications */
/* - method */
/* - sub-menu */

/* ========================================================================== */
/* Section: reset css */
/* ========================================================================== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, button {
  border: 0;
}

button {
  margin: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, b, i {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

a, a:hover, object {
  outline: none;
}

:focus {
  outline-width: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img:not(.alignnone), object {
  float: left;
  display: inline;
  max-width: 100%;
}

legend {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

label {
  cursor: pointer;
}

input[type="submit"], button {
  cursor: pointer;
}

object {
  outline: none;
}

table {
  empty-cells: show;
  table-layout: auto;
}

/* End: reset css */
/* ========================================================================== */
/* Section: icomoon */
/* ========================================================================== */

@font-face {
  font-family: 'simplon_bp_fallback';
  src: local('Arial');
  size-adjust: 100%;
  ascent-override: 90%;
  descent-override: 22%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'icomoon';
  src: url("css/fonts/icomoon.eot?-w9kzuo");
  src: url("css/fonts/icomoon.eot?#iefix-w9kzuo") format("embedded-opentype"), url("css/fonts/icomoon.ttf?-w9kzuo") format("truetype"), url("css/fonts/icomoon.woff?-w9kzuo") format("woff"), url("css/fonts/icomoon.svg?-w9kzuo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) { 
  @font-face { font-family: 'icomoon'; 
    src: url("css/fonts/icomoon.svg?-w9kzuo#icomoon") format("svg");
    font-display: swap;
   } }
/* End: icomoon */
/* ========================================================================== */
/* Section: Simplon BP */
/* ========================================================================== */
@font-face {
  font-family: 'simplon_bp';
  src: local('Simplon BP Regular'), local('SimplonBP-Regular'),
       url("css/fonts/simplonbpregular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'simplon_bp';
  src: local('Simplon BP Bold'), local('SimplonBP-Bold'),
       url("css/fonts/simplonbp-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* End: Simplon BP */
/* ========================================================================== */
/* Section: layout */
/* ========================================================================== */
body, html {
  height: 100%;
}

body {
  background: #fff;
  font-family: 'simplon_bp', 'simplon_bp_fallback', Arial, sans-serif;
}

body, button, input, select, textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 24px "simplon_bp", sans-serif;
  color: #000;
  letter-spacing: 1px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border-width: 0;
  font-size: 24px;
  line-height: 35px;
  -webkit-appearance: none;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;
  color: #000;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;
  color: #000;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;
  color: #000;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  opacity: 0.35;
  color: #000;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

.img-overlay { position: relative; overflow: hidden; }
.hero-img{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover;
}
/* End: layout */
/* ========================================================================== */
/* Section: text formats */
/* ========================================================================== */
h1, .h1 {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
}

h2, .h2, .footer-nav .pn-next {
  font-size: 36px;
  line-height: 45px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* End: text formats */
/* ========================================================================== */
/* Section: clearfix */
/* ========================================================================== */
.c-cols, #h .wrapper, #projects-list .params .p-view-type .p-view-type-, #projects-list .pl-table .plt-row .plt-items, #f {
  display: inline-block;
}
.c-cols:after, #h .wrapper:after, #projects-list .params .p-view-type .p-view-type-:after, #projects-list .pl-table .plt-row .plt-items:after, #f:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html .c-cols, html #h .wrapper, #h html .wrapper, html #projects-list .params .p-view-type .p-view-type-, #projects-list .params .p-view-type html .p-view-type-, html #projects-list .pl-table .plt-row .plt-items, #projects-list .pl-table .plt-row html .plt-items, html #f {
  display: block;
}
* html .c-cols, * html #h .wrapper, #h * html .wrapper, * html #projects-list .params .p-view-type .p-view-type-, #projects-list .params .p-view-type * html .p-view-type-, * html #projects-list .pl-table .plt-row .plt-items, #projects-list .pl-table .plt-row * html .plt-items, * html #f {
  height: 1%;
}
html .c-cols {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-around; 
}
/* End: clearfix */
/* ========================================================================== */
/* Section: grid */
/* ========================================================================== */
#h .wrapper, #home-slider .slides li .slide-wrapper .slide-wrapper-, #projects-list, #project-header .ph-content .ph-content-, #project, #study-submenu .wrapper, #study, #team, #contact, #f, #job, #publication, #awards, #clients, #method {
  min-width: 275px;
  margin: 0 auto;
  padding-right: 48px;
  padding-left: 48px;
}

/* End: grid */
/* ========================================================================== */
/* Section: absolute overlay */
/* ========================================================================== */
.bg-cover, .video-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* End: absolute overlay */
/* ========================================================================== */
/* Section: fit to block */
/* ========================================================================== */
.link-overall, #h .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -55000px;
}

/* End: fit to block */
/* ========================================================================== */
/* Section: image block */
/* ========================================================================== */
#contact .content-groups .contact-data img, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- img, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- img, 
#f .contact-menu .contact .c-content img, 
#project .project-data .content-cols .cc-txt img, 
#study .s-secs .s-content .txt img, 
#job .s-secs .s-content .txt img, 
#method .s-secs .s-content .txt img, .project-tile .thumb img, 
#projects-list .pl-table .plt-row .plt-thumb img, 
#project .project-data .content-cols .cc-image img, 
 #project .project-data .images-grid .ig-item img, 
 #project .project-data .image-before-after .twentytwenty-container img, 
 #study .s-secs .s-team .s-team-item .st-thumb img, 
 #team .s-secs .s-team .s-team-item .st-thumb img {
  display: block;
  float: none;
  width: 100%;
  height: auto;
}
 #study .s-secs .s-carousel .slides li .sc-item .sc-image img, 
 #study .s-secs .s-carousel .slides li .sc-item .sc-gallery img, 
#project .project-data .slideshow .slider-details .details img, 
#project .project-data .slideshow .slider-images .slides li .img img
{
  display: block;
  float: none;
  max-width: 100%;
  height: auto;
}
/* End: image block */
/* ========================================================================== */
/* Section: entry */
/* ========================================================================== */
#contact .content-groups .contact-data, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- #team .s-secs .s-team .s-team-item .st-details .e-info .e-info-, #f .contact-menu .contact .c-content, #project .project-data .content-cols .cc-txt, #project .project-data .slideshow .slider-details .details, #study .s-secs .s-content .txt, #job .s-secs .s-content-header .txt, #method .s-secs .s-content .txt {
  overflow: hidden;
}
#contact .content-groups .contact-data p:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child, #f .contact-menu .contact .c-content p:first-child, #project .project-data .content-cols .cc-txt p:first-child, #project .project-data .slideshow .slider-details .details p:first-child, #study .s-secs .s-content .txt p:first-child, #job .s-secs .s-content .txt p:first-child, #method .s-secs .s-content .txt p:first-child, #projects-list .s-content-txt .txt p:first-child, #contact .content-groups .contact-data ol:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol:first-child, #f .contact-menu .contact .c-content ol:first-child, #project .project-data .content-cols .cc-txt ol:first-child, #project .project-data .slideshow .slider-details .details ol:first-child, #study .s-secs .s-content .txt ol:first-child, #job .s-secs .s-content .txt ol:first-child, #method .s-secs .s-content .txt ol:first-child, #contact .content-groups .contact-data ul:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul:first-child, #f .contact-menu .contact .c-content ul:first-child, #project .project-data .content-cols .cc-txt ul:first-child, #project .project-data .slideshow .slider-details .details ul:first-child, #study .s-secs .s-content .txt ul:first-child, #job .s-secs .s-content .txt ul:first-child, #method .s-secs .s-content .txt ul:first-child, #contact .content-groups .contact-data h1:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1:first-child, #f .contact-menu .contact .c-content h1:first-child, #project .project-data .content-cols .cc-txt h1:first-child, #project .project-data .slideshow .slider-details .details h1:first-child, #study .s-secs .s-content .txt h1:first-child, #job .s-secs .s-content .txt h1:first-child, #method .s-secs .s-content .txt h1:first-child, #contact .content-groups .contact-data h2:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2:first-child, #f .contact-menu .contact .c-content h2:first-child, #project .project-data .content-cols .cc-txt h2:first-child, #project .project-data .slideshow .slider-details .details h2:first-child, #study .s-secs .s-content .txt h2:first-child, #job .s-secs .s-content .txt h2:first-child, #method .s-secs .s-content .txt h2:first-child, #projects-list .s-content-txt .txt h2:first-child, #contact .content-groups .contact-data h3:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3:first-child, #f .contact-menu .contact .c-content h3:first-child, #project .project-data .content-cols .cc-txt h3:first-child, #project .project-data .slideshow .slider-details .details h3:first-child, #study .s-secs .s-content .txt h3:first-child, #job .s-secs .s-content .txt h3:first-child, #method .s-secs .s-content .txt h3:first-child, #contact .content-groups .contact-data h4:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4:first-child, #f .contact-menu .contact .c-content h4:first-child, #project .project-data .content-cols .cc-txt h4:first-child, #project .project-data .slideshow .slider-details .details h4:first-child, #study .s-secs .s-content .txt h4:first-child, #job .s-secs .s-content .txt h4:first-child, #method .s-secs .s-content .txt h4:first-child, #contact .content-groups .contact-data h5:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5:first-child, #f .contact-menu .contact .c-content h5:first-child, #project .project-data .content-cols .cc-txt h5:first-child, #project .project-data .slideshow .slider-details .details h5:first-child, #study .s-secs .s-content .txt h5:first-child, #job .s-secs .s-content .txt h5:first-child, #method .s-secs .s-content .txt h5:first-child, #contact .content-groups .contact-data h6:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6:first-child, #f .contact-menu .contact .c-content h6:first-child, #project .project-data .content-cols .cc-txt h6:first-child, #project .project-data .slideshow .slider-details .details h6:first-child, #study .s-secs .s-content .txt h6:first-child, #job .s-secs .s-content .txt h6:first-child, #method .s-secs .s-content .txt h6:first-child, #contact .content-groups .contact-data blockquote:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote:first-child, #f .contact-menu .contact .c-content blockquote:first-child, #project .project-data .content-cols .cc-txt blockquote:first-child, #project .project-data .slideshow .slider-details .details blockquote:first-child, #study .s-secs .s-content .txt blockquote:first-child, #job .s-secs .s-content .txt blockquote:first-child, #method .s-secs .s-content .txt blockquote:first-child {
  margin-top: 0;
}
#contact .content-groups .contact-data p:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child > img:first-child, #f .contact-menu .contact .c-content p:first-child > img:first-child, #project .project-data .content-cols .cc-txt p:first-child > img:first-child, #project .project-data .slideshow .slider-details .details p:first-child > img:first-child, #study .s-secs .s-content .txt p:first-child > img:first-child, #job .s-secs .s-content .txt p:first-child > img:first-child, #method .s-secs .s-content .txt p:first-child > img:first-child, #contact .content-groups .contact-data ol:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol:first-child > img:first-child, #f .contact-menu .contact .c-content ol:first-child > img:first-child, #project .project-data .content-cols .cc-txt ol:first-child > img:first-child, #project .project-data .slideshow .slider-details .details ol:first-child > img:first-child, #study .s-secs .s-content .txt ol:first-child > img:first-child, #job .s-secs .s-content .txt ol:first-child > img:first-child, #method .s-secs .s-content .txt ol:first-child > img:first-child, #contact .content-groups .contact-data ul:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul:first-child > img:first-child, #f .contact-menu .contact .c-content ul:first-child > img:first-child, #project .project-data .content-cols .cc-txt ul:first-child > img:first-child, #project .project-data .slideshow .slider-details .details ul:first-child > img:first-child, #study .s-secs .s-content .txt ul:first-child > img:first-child, #job .s-secs .s-content .txt ul:first-child > img:first-child, #method .s-secs .s-content .txt ul:first-child > img:first-child, #contact .content-groups .contact-data h1:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1:first-child > img:first-child, #f .contact-menu .contact .c-content h1:first-child > img:first-child, #project .project-data .content-cols .cc-txt h1:first-child > img:first-child, #project .project-data .slideshow .slider-details .details h1:first-child > img:first-child, #study .s-secs .s-content .txt h1:first-child > img:first-child, #job .s-secs .s-content .txt h1:first-child > img:first-child, #method .s-secs .s-content .txt h1:first-child > img:first-child, #contact .content-groups .contact-data h2:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2:first-child > img:first-child, #f .contact-menu .contact .c-content h2:first-child > img:first-child, #project .project-data .content-cols .cc-txt h2:first-child > img:first-child, #project .project-data .slideshow .slider-details .details h2:first-child > img:first-child, #study .s-secs .s-content .txt h2:first-child > img:first-child, #job .s-secs .s-content .txt h2:first-child > img:first-child, #method .s-secs .s-content .txt h2:first-child > img:first-child, #contact .content-groups .contact-data h3:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3:first-child > img:first-child, #f .contact-menu .contact .c-content h3:first-child > img:first-child, #project .project-data .content-cols .cc-txt h3:first-child > img:first-child, #project .project-data .slideshow .slider-details .details h3:first-child > img:first-child, #study .s-secs .s-content .txt h3:first-child > img:first-child, #job .s-secs .s-content .txt h3:first-child > img:first-child, #method .s-secs .s-content .txt h3:first-child > img:first-child, #contact .content-groups .contact-data h4:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4:first-child > img:first-child, #f .contact-menu .contact .c-content h4:first-child > img:first-child, #project .project-data .content-cols .cc-txt h4:first-child > img:first-child, #project .project-data .slideshow .slider-details .details h4:first-child > img:first-child, #study .s-secs .s-content .txt h4:first-child > img:first-child, #job .s-secs .s-content .txt h4:first-child > img:first-child, #method .s-secs .s-content .txt h4:first-child > img:first-child, #contact .content-groups .contact-data h5:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5:first-child > img:first-child, #f .contact-menu .contact .c-content h5:first-child > img:first-child, #project .project-data .content-cols .cc-txt h5:first-child > img:first-child, #project .project-data .slideshow .slider-details .details h5:first-child > img:first-child, #study .s-secs .s-content .txt h5:first-child > img:first-child, #job .s-secs .s-content .txt h5:first-child > img:first-child, #method .s-secs .s-content .txt h5:first-child > img:first-child, #contact .content-groups .contact-data h6:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6:first-child > img:first-child, #f .contact-menu .contact .c-content h6:first-child > img:first-child, #project .project-data .content-cols .cc-txt h6:first-child > img:first-child, #project .project-data .slideshow .slider-details .details h6:first-child > img:first-child, #study .s-secs .s-content .txt h6:first-child > img:first-child, #job .s-secs .s-content .txt h6:first-child > img:first-child, #method .s-secs .s-content .txt h6:first-child > img:first-child, #contact .content-groups .contact-data blockquote:first-child > img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote:first-child > img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote:first-child > img:first-child, #f .contact-menu .contact .c-content blockquote:first-child > img:first-child, #project .project-data .content-cols .cc-txt blockquote:first-child > img:first-child, #project .project-data .slideshow .slider-details .details blockquote:first-child > img:first-child, #study .s-secs .s-content .txt blockquote:first-child > img:first-child, #job .s-secs .s-content .txt blockquote:first-child > img:first-child, #method .s-secs .s-content .txt blockquote:first-child > img:first-child {
  margin-top: 9px;
}
#contact .content-groups .contact-data p:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:last-child, #f .contact-menu .contact .c-content p:last-child, #project .project-data .content-cols .cc-txt p:last-child, #project .project-data .slideshow .slider-details .details p:last-child, #study .s-secs .s-content .txt p:last-child, #job .s-secs .s-content .txt p:last-child, #projects-list .s-content-txt .txt p:last-child, #contact .content-groups .contact-data ol:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol:last-child, #f .contact-menu .contact .c-content ol:last-child, #project .project-data .content-cols .cc-txt ol:last-child, #project .project-data .slideshow .slider-details .details ol:last-child, #study .s-secs .s-content .txt ol:last-child, #job .s-secs .s-content .txt ol:last-child, #method .s-secs .s-content .txt ol:last-child, #contact .content-groups .contact-data ul:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul:last-child, #f .contact-menu .contact .c-content ul:last-child, #project .project-data .content-cols .cc-txt ul:last-child, #project .project-data .slideshow .slider-details .details ul:last-child, #study .s-secs .s-content .txt ul:last-child, #job .s-secs .s-content .txt ul:last-child, #method .s-secs .s-content .txt ul:last-child, #contact .content-groups .contact-data h1:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1:last-child, #f .contact-menu .contact .c-content h1:last-child, #project .project-data .content-cols .cc-txt h1:last-child, #project .project-data .slideshow .slider-details .details h1:last-child, #study .s-secs .s-content .txt h1:last-child, #job .s-secs .s-content .txt h1:last-child, #method .s-secs .s-content .txt h1:last-child, #contact .content-groups .contact-data h2:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2:last-child, #f .contact-menu .contact .c-content h2:last-child, #project .project-data .content-cols .cc-txt h2:last-child, #project .project-data .slideshow .slider-details .details h2:last-child, #study .s-secs .s-content .txt h2:last-child, #job .s-secs .s-content .txt h2:last-child, #method .s-secs .s-content .txt h2:last-child, #projects-list .s-content-txt .txt h2:last-child, #contact .content-groups .contact-data h3:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3:last-child, #f .contact-menu .contact .c-content h3:last-child, #project .project-data .content-cols .cc-txt h3:last-child, #project .project-data .slideshow .slider-details .details h3:last-child, #study .s-secs .s-content .txt h3:last-child, #job .s-secs .s-content .txt h3:last-child, #method .s-secs .s-content .txt h3:last-child, #contact .content-groups .contact-data h4:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4:last-child, #f .contact-menu .contact .c-content h4:last-child, #project .project-data .content-cols .cc-txt h4:last-child, #project .project-data .slideshow .slider-details .details h4:last-child, #study .s-secs .s-content .txt h4:last-child, #job .s-secs .s-content .txt h4:last-child, #method .s-secs .s-content .txt h4:last-child, #contact .content-groups .contact-data h5:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5:last-child, #f .contact-menu .contact .c-content h5:last-child, #project .project-data .content-cols .cc-txt h5:last-child, #project .project-data .slideshow .slider-details .details h5:last-child, #study .s-secs .s-content .txt h5:last-child, #job .s-secs .s-content .txt h5:last-child, #method .s-secs .s-content .txt h5:last-child, #contact .content-groups .contact-data h6:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6:last-child, #f .contact-menu .contact .c-content h6:last-child, #project .project-data .content-cols .cc-txt h6:last-child, #project .project-data .slideshow .slider-details .details h6:last-child, #study .s-secs .s-content .txt h6:last-child, #job .s-secs .s-content .txt h6:last-child, #method .s-secs .s-content .txt h5:last-child, #contact .content-groups .contact-data blockquote:last-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote:last-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote:last-child, #f .contact-menu .contact .c-content blockquote:last-child, #project .project-data .content-cols .cc-txt blockquote:last-child, #project .project-data .slideshow .slider-details .details blockquote:last-child, #study .s-secs .s-content .txt blockquote:last-child, #job .s-secs .s-content .txt blockquote:last-child, #method .s-secs .s-content .txt blockquote:last-child {
  margin-bottom: 0;
}
#contact .content-groups .contact-data p, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#awards .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#f .contact-menu .contact .c-content p, 
#project .project-data .content-cols .cc-txt p, 
#project .project-data .slideshow .slider-details .details p, 
#projects-list .s-content-txt .txt p, #contact .content-groups .contact-data ol, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, 
#awards .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, 
#f .contact-menu .contact .c-content ol, #project .project-data .content-cols .cc-txt ol, 
#project .project-data .slideshow .slider-details .details ol, 
#study .s-secs .s-content .txt p,
#study .s-secs .s-content .txt ul, 
#study .s-secs .s-content .txt ol, 
#awards .s-secs .txt p, 
#team .s-secs .txt p, 
#job .s-secs .txt p, 
#job .s-secs .s-content .txt ol, 
#method .s-secs .txt p, 
#method .s-secs .s-content .txt ol, 
#publication .s-secs .txt p, 
#clients .s-secs .txt p, 
#clients .s-secs .txt ul, 
#clients .s-secs .txt ol, 
#contact .content-groups .contact-data ul, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, 
#awards .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, 
#f .contact-menu .contact .c-content ul, 
#project .project-data .content-cols .cc-txt ul, 
#project .project-data .slideshow .slider-details .details ul, 
#job .s-secs .s-content .txt ul, #job .s-secs .s-content-header .txt p,
  #projects-list .s-secs .s-content-header .txt p, 
#method .s-secs .s-content .txt ul 
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 36px;
}
#contact .content-groups .contact-data p, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#f .contact-menu .contact .c-content p, #project .project-data .content-cols .cc-txt p, 
#project .project-data .slideshow .slider-details .details p, 
#study .s-secs .s-content .txt p, 
#publication .s-secs .s-content-header .txt p, 
#team .s-secs .s-content-header .txt p, 
#clients .s-secs .s-content-header .txt p, 
#awards .s-secs .s-content-header .txt p, 
  #projects-list .s-secs .s-content-header .txt p, 
#job .s-secs .s-content-header .txt p, 
#method .s-secs .s-content .txt p, 
#projects-list .s-content-txt .txt p 
{
  margin-top: 36px;
}
#contact .content-groups .contact-data ol, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #f .contact-menu .contact .c-content ol, #project .project-data .content-cols .cc-txt ol, #project .project-data .slideshow .slider-details .details ol, #study .s-secs .s-content .txt ol, #job .s-secs .s-content .txt ol, #method .s-secs .s-content .txt ol {
  margin-left: 26px;
  list-style-type: decimal;
}
#contact .content-groups .contact-data ul li, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul li, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul li, #f .contact-menu .contact .c-content ul li, #project .project-data .content-cols .cc-txt ul li, #project .project-data .slideshow .slider-details .details ul li, #study .s-secs .s-content .txt ul li, #job .s-secs .s-content .txt ul li, #method .s-secs .s-content .txt ul li {
  position: relative;
  padding-left: 24px;
}
#contact .content-groups .contact-data ul li:before, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul li:before, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul li:before, #f .contact-menu .contact .c-content ul li:before, #project .project-data .content-cols .cc-txt ul li:before, #project .project-data .slideshow .slider-details .details ul li:before, #study .s-secs .s-content .txt ul li:before, #job .s-secs .s-content .txt ul li:before, #method .s-secs .s-content .txt ul li:before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}
#contact .content-groups .contact-data h1, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h1, #f .contact-menu .contact .c-content h1, #project .project-data .content-cols .cc-txt h1, #project .project-data .slideshow .slider-details .details h1, #study .s-secs .s-content .txt h1, #job .s-secs .s-content .txt h1, #method .s-secs .s-content .txt h1 {
  margin-top: 35px;
}
#contact .content-groups .contact-data h2, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2, #f .contact-menu .contact .c-content h2, #project .project-data .content-cols .cc-txt h2, #project .project-data .slideshow .slider-details .details h2, #study .s-secs .s-content .txt h2, #job .s-secs .s-content .txt h2, #method .s-secs .s-content .txt h2, #projects-list .s-content-txt .txt h2, #contact .content-groups .contact-data h3, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3, #f .contact-menu .contact .c-content h3, #project .project-data .content-cols .cc-txt h3, #project .project-data .slideshow .slider-details .details h3, #study .s-secs .s-content .txt h3, #job .s-secs .s-content .txt h3, #method .s-secs .s-content .txt h3, #contact .content-groups .contact-data h4, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4, #f .contact-menu .contact .c-content h4, #project .project-data .content-cols .cc-txt h4, #project .project-data .slideshow .slider-details .details h4, #study .s-secs .s-content .txt h4, #job .s-secs .s-content .txt h4, #method .s-secs .s-content .txt h4, #contact .content-groups .contact-data h5, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5, #f .contact-menu .contact .c-content h5, #project .project-data .content-cols .cc-txt h5, #project .project-data .slideshow .slider-details .details h5, #study .s-secs .s-content .txt h5, #job .s-secs .s-content .txt h5, #method .s-secs .s-content .txt h5, #contact .content-groups .contact-data h6, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6, #f .contact-menu .contact .c-content h6, #project .project-data .content-cols .cc-txt h6, #project .project-data .slideshow .slider-details .details h6, #study .s-secs .s-content .txt h6, #job .s-secs .s-content .txt h6, #method .s-secs .s-content .txt h6 {
  margin-top: 45px;
}
#contact .content-groups .contact-data a, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- a, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- a, #f .contact-menu .contact .c-content a, #project .project-data .content-cols .cc-txt a, #project .project-data .slideshow .slider-details .details a, #study .s-secs .s-content .txt a, #job .s-secs .s-content .txt a, #method .s-secs .s-content .txt a {
  color: #000;
}
#contact .content-groups .contact-data blockquote, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote, #f .contact-menu .contact .c-content blockquote, #project .project-data .content-cols .cc-txt blockquote, #project .project-data .slideshow .slider-details .details blockquote, #study .s-secs .s-content .txt blockquote, #job .s-secs .s-content .txt blockquote, #method .s-secs .s-content .txt blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 30px;
  border-left: 2px solid #000;
}
#contact .content-groups .contact-data blockquote p, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote p, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote p, #f .contact-menu .contact .c-content blockquote p, #project .project-data .content-cols .cc-txt blockquote p, #project .project-data .slideshow .slider-details .details blockquote p, #study .s-secs .s-content .txt blockquote p, #job .s-secs .s-content .txt blockquote p, #method .s-secs .s-content .txt blockquote p, #contact .content-groups .contact-data blockquote ol, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote ol, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote ol, #f .contact-menu .contact .c-content blockquote ol, #project .project-data .content-cols .cc-txt blockquote ol, #project .project-data .slideshow .slider-details .details blockquote ol, #study .s-secs .s-content .txt blockquote ol, #job .s-secs .s-content .txt blockquote ol, #method .s-secs .s-content .txt blockquote ol, #contact .content-groups .contact-data blockquote ul, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote ul, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- blockquote ul, #f .contact-menu .contact .c-content blockquote ul, #project .project-data .content-cols .cc-txt blockquote ul, #project .project-data .slideshow .slider-details .details blockquote ul, #study .s-secs .s-content .txt blockquote ul, #job .s-secs .s-content .txt blockquote ul, #method .s-secs .s-content .txt blockquote ul {
  font-style: itaѬic;
}
#contact .content-groups .contact-data .aligncenter, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .aligncenter, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .aligncenter, #f .contact-menu .contact .c-content .aligncenter, #project .project-data .content-cols .cc-txt .aligncenter, #project .project-data .slideshow .slider-details .details .aligncenter, #study .s-secs .s-content .txt .aligncenter, #job .s-secs .s-content .txt .aligncenter, #method .s-secs .s-content .txt .aligncenter {
  margin: 45px auto;
}
#contact .content-groups .contact-data .alignleft, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .alignleft, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .alignleft, #f .contact-menu .contact .c-content .alignleft, #project .project-data .content-cols .cc-txt .alignleft, #project .project-data .slideshow .slider-details .details .alignleft, #study .s-secs .s-content .txt .alignleft, #job .s-secs .s-content .txt .alignleft, #method .s-secs .s-content .txt .alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
#contact .content-groups .contact-data .alignright, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .alignright, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .alignright, #f .contact-menu .contact .c-content .alignright, #project .project-data .content-cols .cc-txt .alignright, #project .project-data .slideshow .slider-details .details .alignright, #study .s-secs .s-content .txt .alignright, #job .s-secs .s-content .txt .alignright, #method .s-secs .s-content .txt .alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
#contact .content-groups .contact-data img:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- img:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- img:first-child, #f .contact-menu .contact .c-content img:first-child, #project .project-data .content-cols .cc-txt img:first-child, #project .project-data .slideshow .slider-details .details img:first-child, #study .s-secs .s-content .txt img:first-child, #job .s-secs .s-content .txt img:first-child, #method .s-secs .s-content .txt img:first-child {
  margin-top: 0;
}
#contact .content-groups .contact-data .video, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video, #f .contact-menu .contact .c-content .video, #project .project-data .content-cols .cc-txt .video, #project .project-data .slideshow .slider-details .details .video, #study .s-secs .s-content .txt .video, #job .s-secs .s-content .txt .video, #method .s-secs .s-content .txt .video {
  position: relative;
  height: 0;
  margin-top: 36px;
  padding-bottom: 56.25%;
}
#contact .content-groups .contact-data .video:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video:first-child, #f .contact-menu .contact .c-content .video:first-child, #project .project-data .content-cols .cc-txt .video:first-child, #project .project-data .slideshow .slider-details .details .video:first-child, #study .s-secs .s-content .txt .video:first-child, #job .s-secs .s-content .txt .video:first-child, #method .s-secs .s-content .txt .video:first-child {
  margin-top: 0;
}
#contact .content-groups .contact-data .video iframe, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video iframe, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video iframe, #f .contact-menu .contact .c-content .video iframe, #project .project-data .content-cols .cc-txt .video iframe, #project .project-data .slideshow .slider-details .details .video iframe, #study .s-secs .s-content .txt .video iframe, #job .s-secs .s-content .txt .video iframe, #method .s-secs .s-content .txt .video iframe, #contact .content-groups .contact-data .video video, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video video, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- .video video, #f .contact-menu .contact .c-content .video video, #project .project-data .content-cols .cc-txt .video video, #project .project-data .slideshow .slider-details .details .video video, #study .s-secs .s-content .txt .video video, #job .s-secs .s-content .txt .video video, #method .s-secs .s-content .txt .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contact .content-groups .contact-data p, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, #f .contact-menu .contact .c-content p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 24px;
}
#contact .content-groups .contact-data p:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child, #f .contact-menu .contact .c-content p:first-child {
  margin-top: 0;
}
#contact .content-groups .contact-data ol, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #f .contact-menu .contact .c-content ol, #contact .content-groups .contact-data ul, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, #f .contact-menu .contact .c-content ul {
  font-size: 18px;
  line-height: 24px;
}
#contact .content-groups .contact-data ol, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #f .contact-menu .contact .c-content ol {
  margin-left: 22px;
}
#contact .content-groups .contact-data ul li, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul li, #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul li, #f .contact-menu .contact .c-content ul li {
  padding-left: 20px;
}
#contact .content-groups .contact-data p, #contact .content-groups .contact-data ol, #contact .content-groups .contact-data ul {
  line-height: 36px;
}

/* End: entry */
/* ========================================================================== */
/* Section: icons */
/* ========================================================================== */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important;
  speak: none;
  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;
}

/* End: icons */
/* ========================================================================== */
/* Section: vertical align */
/* ========================================================================== */
.va-m {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
*:first-child + html .va-m {
  display: block;
}

.va-m- {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
*:first-child + html .va-m- {
  display: block;
  position: relative;
  top: 50%;
}

*:first-child + html .va-m-- {
  display: block;
  position: relative;
  top: -50%;
}

/* End: vertical align */
/* ========================================================================== */
/* Section: elements */
/* ========================================================================== */
.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-cover {
  overflow: hidden;
}
.video-cover video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

.link-overall {
  position: absolute;
  top: 0;
  left: 0;
}

/* End: elements */
/* ========================================================================== */
/* Section: cols grid */
/* ========================================================================== */
.c-cols {
  margin-left: 0;
}
.c-cols .c-cols-vam {
  display: table;
  width: 100%;
}
.c-cols .c-cols-vam .c-col {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.c-cols .c-col {
  float: left;
}
.c-cols .c-col.c-col-1, .c-cols .c-col.c-col-1-1 {
  width: 100%;
}
.c-cols .c-col.c-col-5-12 {
  width: 41.66%;
}
.c-cols .c-col.c-col-7-12 {
  width: 58.33%;
}
.c-cols .c-col.c-col-1-6 {
  width: 16.66%;
}
.c-cols .c-col.c-col-1-3 {
  width: 33.33%;
}
.c-cols .c-col.c-col-2-3 {
  width: 66.66%;
}
.c-cols .c-col.c-col-1-2 {
  width: 50%;
}
.single-to_projekty .c-cols .c-col {
  margin-left: 0;
}
.single-to_projekty .c-cols .c-col .c-col- {
  margin-left: 0;
}
.single-to_projekty .c-cols {
  justify-content: flex-start;
}
.home .c-cols .c-col.c-col-1-2,
.archive .c-cols .c-col.c-col-1-2 {
  width: auto;
  flex: calc(50% - 24px);
}
.c-cols .c-col.c-col-1-4 {
  width: 25%;
}
.c-cols .c-col.c-col-2-4 {
  width: 50%;
}
.c-cols .c-col.c-col-3-4 {
  width: 75%;
}
.c-cols .c-col.c-col-1-10 {
  width: 10%;
}
.c-cols .c-col.c-col-1-5 {
  width: 20%;
}
.c-cols .c-col.c-col-2-5 {
  width: 40%;
}
.c-cols .c-col.c-col-3-5 {
  width: 60%;
}
.c-cols .c-col.c-col-4-5 {
  width: 80%;
}
.c-cols .c-col.c-col-5-6 {
  width: 83.33%;
}
.c-cols .c-col.c-col-11-12 {
  width: 91.66%;
}
.c-cols .c-col.c-col-offset-1-12 {
  padding-left: 8.33%;
}
.c-cols .c-col.c-col-offset-1-6 {
  padding-left: 16.66%;
}
#study .s-secs .s-content .s-content-txt .c-cols{
  justify-content: flex-start;
}
.mt-5 {
	margin-top: 36px;
}

.lh-1-5 {
	line-height: 1.5;
}

.sticky-top {
	position: sticky;
	top: 4rem;
	background: #fff;
	padding: 1rem 0 0;
}
@media (min-width: 1024px) {
	.sticky-top {
		top: 5rem;
		padding: 0;
	}
}
@media (max-width: 1023px) {
	.sticky-top.scrolled {
		top: -100%;
	}
}

@media (min-width: 1024px) {
	.c-cols .c-col.c-col-md-offset-1-6 {
  padding-left: 16.66%;
}
	.mt-md-0 {
		margin-top: 0;
	}
	.c-cols .c-col.c-md-col-2-3 {
  width: 66.66%;
}
	.c-cols .c-col.c-md-col-offset-1-6 {
  padding-left: 16.66%;
}
}

.c-cols .c-col.c-col-offset-1-10 {
  padding-left: 10%;
}
.c-cols .c-col.c-col-offset-r-1-12 {
  padding-right: 8.33%;
}

/* End: cols grid */
/* ========================================================================== */
/* Section: dynamic items */
/* ========================================================================== */
.dynamic-items {
  position: relative;
  min-height: 82px;
}
.dynamic-items.loading-more .loader-wrapper .loader {
  top: auto;
  bottom: 50px;
}
.dynamic-items .loader-wrapper {
  z-index: 2;
}
.dynamic-items .loader-wrapper, .dynamic-items .loader-wrapper .loader-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dynamic-items .loader-wrapper .loader-overlay {
  background-color: #fff;
}
.dynamic-items .loader-wrapper .loader {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  height: 50px;
  background: url(img/ajax-loader.svg) center top no-repeat;
  background-size: auto 50px;
}
.dynamic-items .msg {
  text-align: center;
}
.dynamic-items .msg h2 {
  margin-bottom: 15px;
}

/* End: dynamic items */
/* ========================================================================== */
/* Section: project tile */
/* ========================================================================== */
.project-tile {
  position: relative;
}
.project-tile .link-overall {
  z-index: 2;
}
.project-tile .thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.project-tile .thumb img {
  width: 100%;
}
.project-tile .thumb .thumb-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.project-tile h3 span {
  font-weight: normal;
}
.project-tile .meta {
  font-size: 18px;
  line-height: 27px;
}

/* End: project tile */
/* ========================================================================== */
/* Section: subpage */
/* ========================================================================== */
  .subpage-classic {
  padding-top: 136px;
}

/* End: subpage */
/* ========================================================================== */
/* Section: filters items */
/* ========================================================================== */
.filters-items {
  padding: 6px 0 12px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.filters-items .f-item .filters-choices {
  font-size: 18px;
  line-height: 24px;
  text-transform: lowercase;
  margin-left: 0;
}
.filters-items .f-item .c-list
{
  flex: 1;
}
.filters-items .f-item .c-label
{
  padding-right: 48px;
}
.filters-items .f-item .c-label, .filters-items .f-item .c-list-item {
  margin-top: 6px;
}
.filters-items .f-item .c-list-item {
  margin-left: -22px;
}
.filters-items .f-item .c-label .c-col- {
  margin-left: 0;
}

/* End: filters items */
/* ========================================================================== */
/* Section: custom checkbox */
/* ========================================================================== */
.ui-checkboxradio-label {
  margin: 0;
  padding: 0 0 0 22px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  vertical-align: baseline;
}
.ui-checkboxradio-label.ui-custom-checkbox:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #000;
}
.ui-checkboxradio-label.ui-state-active.ui-custom-checkbox:before {
  background-color: #000;
}

/* End: custom checkbox */
/* ========================================================================== */
/* Section: custom select */
/* ========================================================================== */
.ui-selectmenu-fluid {
  position: relative;
}

.ui-selectmenu-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
.ui-selectmenu-fluid .ui-selectmenu-button {
  display: block;
  width: auto !important;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  outline-width: 0;
  margin: 0;
  padding: 0 32px 0 0;
  font-size: 18px;
  line-height: 24px;
}
.ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-indent: 0;
}
.ui-selectmenu-button span.ui-icon:before {
  content: "↓";
}
.ui-selectmenu-button.ui-corner-top span.ui-icon:before {
  content: "↑";
}

.ui-selectmenu-menu .ui-menu {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  font-size: 18px;
  line-height: 24px;
  color: #7f7f7f;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 3px 5px;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  margin: 0;
  color: #000;
}
.ui-selectmenu-fluid .ui-selectmenu-menu {
  right: 0;
}
.ui-selectmenu-fluid .ui-selectmenu-menu .ui-menu {
  width: 100% !important;
}

/* End: custom select */
/* ========================================================================== */
/* Section: submenu */
/* ========================================================================== */
.submenu ul {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-transform: lowercase;
}
.submenu ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.submenu ul li {
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
}
.submenu ul li a {
  display: inline-block;
  vertical-align: middle;
}
.submenu ul li a.active {
  font-weight: bold;
}

/* End: submenu */
/* ========================================================================== */
/* Section: slider common */
/* ========================================================================== */
.slider-classic {
  position: relative;
}
.slider-classic .slides > li ~ li {
  display: none;
}
.slider-classic .bx-wrapper .slides > li ~ li {
  display: block;
}
.slider-classic .bx-controls-direction a {
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 0;
  width: 33.3%;
  font-size: 18px;
  line-height: 36px;
  color: #000;
}
.slider-classic .bx-controls-direction a.bx-prev, .slider-classic .bx-controls-direction a.bx-prev:active, .slider-classic .bx-controls-direction a.bx-prev:focus {
  left: 0;
  cursor: url(img/cursor_arrow_left.png) 19 12, pointer;
}
.slider-classic .bx-controls-direction a.bx-next, .slider-classic .bx-controls-direction a.bx-next:active, .slider-classic .bx-controls-direction a.bx-next:focus {
  right: 0;
  cursor: url(img/cursor_arrow_right.png) 19 12, pointer;
}

/* End: slider common */
/* ========================================================================== */
/* Section: twentytwenty */
/* ========================================================================== */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* End: twentytwenty */
/* ========================================================================== */
/* Section: magnific animations */
/* ========================================================================== */
.mfp-zoom-in img {
  float: none;
}
.mfp-zoom-in .mfp-with-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-zoom-in button.mfp-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-zoom-in.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mfp-zoom-in.mfp-ready button.mfp-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing button.mfp-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

/* End: magnific animations */
/* ========================================================================== */
/* Section: magnific customization */
/* ========================================================================== */
.mfp-counter {
  display: block;
  left: 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

div.mfp-counter {
  top: 4px;
}

.mfp-bg {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 3000;
  background-color: #fff;
}

.mfp-wrap {
  z-index: 3001;
}

button.mfp-arrow {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: auto;
  height: auto;
  margin-top: -34px;
  padding: 20px;
  font-size: 28px;
  line-height: 28px;
}
button.mfp-arrow:before {
  display: none;
}
button.mfp-arrow:after {
  position: static;
  width: auto;
  height: auto;
  margin-top: 0;
  border-width: 0;
}
button.mfp-arrow:active {
  margin-top: -34px;
}

.mfp-arrow-left:after {
  content: "←";
  margin-right: 0;
  margin-left: 10px;
}

.mfp-arrow-right:after {
  content: "→";
  margin-right: 10px;
  margin-left: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  right: 0;
  height: auto;
  padding-top: 8px;
  padding-right: 20px;
  font-size: 40px;
  color: #000;
}

.mfp-figure {
  padding: 0 55px;
  background-color: transparent;
}
.mfp-figure:after {
  display: none;
}

.mfp-content {
  position: static;
}

img.mfp-img {
  padding: 50px 0;
}

/* End: magnific customization */
/* ========================================================================== */
/* Section: photoswipe customization */
/* ========================================================================== */
.pswp {
  z-index: 2500;
}

.pswp__bg {
  background-color: #fff;
}

.pswp__top-bar, .pswp__caption {
  background-color: #fff;
}

.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: #fff;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-color: white;
}

.pswp__counter {
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.pswp__button {
  opacity: 1;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-image: none !important;
  font-size: 28px;
  line-height: 28px;
}

.pswp__button--arrow--left:before {
  content: "←";
}

.pswp__button--arrow--right:before {
  content: "→";
}

/* End: photoswipe customization */
/* ========================================================================== */
/* Section: footer navigation */
/* ========================================================================== */
.footer-nav {
  margin-top: 48px;
  padding-bottom: 48px;
}
.footer-nav .c-cols {
  justify-content: space-between;
  gap: 48px;
}
.footer-nav .c-cols::after {
  content:none;
}
.footer-nav .c-cols .c-col .c-col- {
  min-height: 1px;
}
.footer-nav .c-cols .c-col {
  width: calc(50% - 24px);
}
.footer-nav .pn-item {
  float: left;
}
.footer-nav .pn-prev {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: lowercase;
}
.footer-nav .pn-prev:before {
  content: "←";
  margin-right: 8px;
}
.footer-nav .pn-next:after {
  content: "→";
  margin-left: 8px;
}

/* End: footer navigation */
/* ========================================================================== */
/* Section: header */
/* ========================================================================== */
#h {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  padding: 25px 0 11px 0;
  background-color: #fff;
  height: 44px;
}
body.single-to_projekty #h {
  background-color: transparent;
}
#h .logo { float: left; width: 32px; height: 36px; background: url(img/logo_toprojekt.svg) no-repeat; background-size: auto 100%; position: relative;
  z-index: 1000; }
#h .menu-switcher {
  display: none;
}
#h .menu-wrapper {
  margin-top: 7px;
}
#h .menu-wrapper .main-menu ul li {
  font-size: 18px;
  line-height: 24px;
  float: left;
  text-transform: lowercase;
  text-align:center;
  height: fit-content;
  display: block;
}
#h .menu-wrapper .main-menu ul li a {
  font-weight: bold;
}
#h .menu-wrapper .languages {
  font-size: 18px;
  line-height: 24px;
  position: fixed;
  top: 50%;
  right: 48px;
  margin-top: -12px;
  font-weight: bold;
  text-transform: uppercase;
}
#h .menu-wrapper .main-menu ul li ul.sub-menu::before {
  content: ',';
  position: absolute;
  opacity: 0;
  top: -55px;
  left: 0;
  width: 100%;
  height: 70px;
}
#h.compact {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
#h.attached {
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #fff;
}
#h.attached .logo {
  width: 153px;
}
#h.compact {
  background-color: #fff;
}
body.single-to_projekty #h.compact {
  background-color: #fff;
}
body.single-to_projekty #h .menu-wrapper .main-menu ul li ul.sub-menu {
  background-color: transparent;
}
body.single-to_projekty #h.compact .menu-wrapper .main-menu ul li ul.sub-menu {
  background-color: #fff;
}
#h.compact .menu-wrapper .main-menu ul li ul.sub-menu {
  background-color: #fff;
}
#h .menu-wrapper .main-menu ul li ul.sub-menu {
  display: none;
  width: 300px;
  height: 200px;
}
#h .menu-wrapper .main-menu ul li:hover ul {
  background-color: #fff;
  margin: 8px;
  display: flex;
  flex-direction: row;
  justify-content:space-between;
  width: fit-content;
  height: fit-content;
}

/* End: header */
/* ========================================================================== */
/* Section: main */
/* ========================================================================== */
#main {
  height: 100%;
}
#main #projects-list .pl-tiles {
  margin-top: 0;
  justify-content: flex-start;
  margin-left: 0;
  gap:48px;
}
#main #projects-list .s-header {
  margin-bottom: 24px;
}

#main-inner {
  min-height: 100%;
}
#main-inner #main-inner- {
  padding-bottom: 303px;
}

/* End: main */
/* ========================================================================== */
/* Section: home slider */
/* ========================================================================== */
#home-slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding-bottom: 86px;
}
#home-slider .home-slider- {
  position: relative;
  height: 100%;
}
#home-slider .bx-wrapper, #home-slider .bx-viewport, #home-slider .slides, #home-slider .slides li {
  height: 100% !important;
}
#home-slider .slides li {
  position: relative;
}
#home-slider .slides li .img-overlay {
  z-index: 1;
}
#home-slider .slides li .video-overlay {
  z-index: 2;
}
#home-slider .slides li .slide-wrapper {
  position: absolute;
  z-index: 3;
  top: 60px;
  right: 0;
  left: 0;
}
#home-slider .slides li .slide-wrapper .slide-wrapper- .slide-wrapper-- {
  width: 50%;
  margin-left: auto;
}
#home-slider .bx-controls-direction a {
  position: absolute;
  z-index: 50;
  top: 0;
  bottom: 0;
  width: 33.3%;
  text-indent: -55000px;
}
#home-slider .bx-controls-direction a.bx-prev, #home-slider .bx-controls-direction a.bx-prev:active, #home-slider .bx-controls-direction a.bx-prev:focus {
  left: 0;
  cursor: url(img/cursor_arrow_left.png) 19 12, pointer;
}
#home-slider .bx-controls-direction a.bx-next, #home-slider .bx-controls-direction a.bx-next:active, #home-slider .bx-controls-direction a.bx-next:focus {
  left: 66.6%;
  cursor: url(img/cursor_arrow_right.png) 19 12, pointer;
}
#home-slider .slide-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3%;
  width: 33.3%;
  z-index: 100;
}
#home-slider .slide-next, #home-slider .slide-next:active, #home-slider .slide-next:focus {
  cursor: url(img/cursor_arrow_down.png) 12 19, pointer;
}

/* End: home slider */
/* ========================================================================== */
/* Section: projects list */
/* ========================================================================== */
#projects-list #projects-list {
  padding-right: 0;
    padding-left: 0;
}
#projects-list.subpage-classic {
  padding-top: 90px;
}
#projects-list.home {
  padding-top: 96px;
}
#projects-list.lista .filters-items .only-list {
  display: block;
}
#projects-list .filters-items {
  margin-bottom: 18px;
}
#projects-list .filters-items .only-list {
  display: none;
}
#projects-list .params {
  display:block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 36px;
  color: #7f7f7f;
  text-transform: lowercase;
}

#projects-list .params.c-cols .c-col .c-col- 
{
  margin-left: 0;
}
#projects-list .params .p-view-type {
  float: right;
  width: auto;
}
#projects-list .params .c-label, #projects-list .params .c-value {
  float: left;
}
#projects-list .params .c-label {
  margin-right: 6px;
}
#projects-list .list .msg {
  padding-bottom: 36px;
}
#projects-list .pl-tiles .plt-item {
  margin-top: 0;
  flex: calc(50% - 24px);
  max-width: calc(50% - 24px);
}
#projects-list .pl-tiles .plt-item .c-col- {
  margin-left: 0;
}
#projects-list .pl-tiles .plt-item:nth-child(1), #projects-list .pl-tiles .plt-item:nth-child(2) {
  margin-top: 0;
}
#projects-list .pl-tiles .plt-item:nth-child(3n) {
  float: right;
}
#projects-list .pl-table {
  font-size: 18px;
  line-height: 24px;
}
#projects-list .pl-table .plt-row {
  position: relative;
  padding: 18px 0;
  border-top: 1px solid #000;
}
#projects-list .pl-table .plt-row.plt-row-header {
  font-weight: bold;
  padding-top: 0;
  border-top-width: 0;
}
#projects-list .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort.active.asc span:after {
  content: "↑";
}
#projects-list .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort.active.desc span:after {
  content: "↓";
}
#projects-list .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort.active span:after {
  display: inline-block;
  margin-left: 8px;
}
#projects-list .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort span {
  cursor: pointer;
}
#projects-list .pl-table .plt-row.plt-row-footer {
  font-weight: bold;
}
#projects-list .pl-table .plt-row .link-overall {
  z-index: 15;
}
#projects-list .pl-table .plt-row .plt-thumb {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 40px;
  left: 30%;
}
#projects-list .pl-table .plt-row .plt-items {
  margin-left: -48px;
}
#projects-list .pl-table .plt-row .plt-items .plt-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 48px;
}
#projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-1 {
  width: 11%;
}
#projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-2 {
  width: 22.33%;
}
#projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-3 {
  width: 33.33%;
}
#projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-4 {
  width: 16.66%;
}
#projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-1-4 {
  width: 83.33%;
}
#projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-5 {
  width: 16.66%;
}
#projects-list .pl-table .plt-row .plt-items .plt-item .m-label {
  display: none;
}

/* End: projects list */
/* ========================================================================== */
/* Section: project */
/* ========================================================================== */
#project-header {
  position: relative;
  overflow: hidden;
  height: 100%;
}
#project-header .img-overlay {
  z-index: 1;
}
#project-header .video-overlay {
  z-index: 2;
}
#project-header .ph-content {
  position: absolute;
  z-index: 3;
  bottom: 48px;
  right: 0;
  left: 0;
}
#project-header .ph-content.ph-content-light {
  color: #fff;
}
#project-header .ph-content .ph-content- .ph-content-- {
  width: 50%;
  margin-left: auto;
}
#project-header .slide-next {
  position: absolute;
  z-index: 4;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
}
#project-header .slide-next, #project-header .slide-next:active, #project-header .slide-next:focus {
  cursor: url(img/cursor_arrow_down.png) 12 19, pointer;
}

#project {
  padding-top: 100px;
}
#project .project-data > section {
  margin-top: 96px;
}
#project .project-data .s-header {
  margin-bottom: 36px;
}
#project .project-data .cc-sp {
  min-height: 1px;
}
#project .project-data .content-cols .cc-h {
  margin-top: 5px;
  min-height: 1px;
}
#project .project-data .content-cols .cc-details, #projects-list  .s-content-txt {
  font-size: 24px;
  line-height: 36px;
}
#project .project-data .content-cols .cc-details .d-item {
  position: relative;
  margin-top: 6px;
  margin-left: 0;
  padding-top: 7px;
  word-wrap: break-word;
}
#project .project-data .content-cols .cc-details .d-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}
#project .project-data .content-cols .cc-details .d-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}
#project .project-data .content-cols .cc-details .d-item:first-child:before {
  display: none;
}
#project .project-data .content-cols .cc-details .d-item sup {
  vertical-align: baseline;
  position: relative;
  top: -8px;
  font-size: 14px;
}
#project .project-data .content-cols .cc-details .d-item .download {
  font-weight: bold;
}
#project .project-data .content-cols .cc-details .d-item .download:after {
  content: " ↓";
}
#project .project-data .slideshow {
  position: relative;
}
#project .project-data .slideshow .s-header {
  display: none;
}
#project .project-data .slideshow .slider-images .slider-images- {
  position: relative;
}
#project .project-data .slideshow .slider-images .slides li {
  position: relative;
}
#project .project-data .slideshow .slider-images .slides li .link-large {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33.3%;
  width: 33.3%;
}
#project .project-data .slideshow .slider-images .slides li .img img {
  margin: 0 auto;
  max-height: 450px;
}
#project .project-data .slideshow .slider-images .slides li .img img[src$=".svg"] {
  width: 100%;
}
#project .project-data .slideshow .slideshow-details {
  margin-top: 36px;
  flex-direction: row-reverse;
}
#project .project-data .slideshow .slideshow-details .c-col.c-col-2-3 {
  float: right;
}
#project .project-data .slideshow .slider-captions {
  margin-top: 5px;
}
#project .project-data .slideshow .slider-captions .bx-pager {
  font-size: 18px;
  line-height: 24px;
}
#project .project-data .slideshow .slider-captions .bx-pager .bx-pager-item {
  display: inline;
}
#project .project-data .slideshow .slider-captions .bx-pager .bx-pager-item:last-child a:after {
  display: none;
}
#project .project-data .slideshow .slider-captions .bx-pager .bx-pager-item a:after {
  content: "—";
  font-weight: normal;
}
#project .project-data .slideshow .slider-captions .bx-pager .bx-pager-item a.active {
  font-weight: bold;
}
#project .project-data .images-grid .c-cols {
  margin-top: -48px;
  margin-left: -48px;
  gap: 48px;
  display: block;
}
#project .project-data .images-grid .c-cols .c-col {
  flex: 1;
}
#project .project-data .images-grid .c-cols .c-col.ig-col-right {
  float: right;
}
#project .project-data .images-grid .c-cols .c-col .c-col- {
  margin-left: 48px;
}
#project .project-data .images-grid .ig-item {
  margin-top: 48px;
  min-height: 1px;
}
#project .project-data .images-grid .ig-item.ig-item-empty {
  margin-top: 0;
}

#project .project-data .images-grid .ig-item img.a-right {
  display: block;
  margin-left: auto;
}
#project .project-data .images-grid .ig-item img.a-left {
  width: 100%;
}
#project .project-data .images-grid .ig-item img[src$=".svg"] {
  width: 100%;
}
#project .project-data .image-before-after .twentytwenty-container {
  margin: 0 auto;
}
#project .project-data .image-before-after .twentytwenty-container img {
  margin: 0 auto;
}
#project .project-data .image-360 .image-360- {
  height: 612px;
}
#project .project-data .slideshow .slider-details .details,
#project .project-data .content-cols .cc-txt {
  margin-left: 0;
}
/* End: project */
/* ========================================================================== */
/* Section: study */
/* ========================================================================== */
#study-submenu {
  position: fixed;
  z-index: 1000;
  top: 80px;
  right: 0;
  left: 0;
  background-color: #fff;
}
#study-submenu .filters-items 
{
  margin-left: 48px;
  margin-right: 48px;
}
.blog #projects-list.home {
  padding: 0;
}
.blog #study-submenu + #projects-list {
  padding-top: 178px;
}
#study-submenu + #study {
  padding-top: 208px;
}
.category #study-submenu + #study {
  padding-top: 178px;
}
#study .s-secs {
  border-top: 1px solid #000;
}
#study .s-secs:first-child {
  border-top-width: 0;
}
#study .s-secs .s-header {
  margin-bottom: 36px;
}
#study .s-secs .s-content .s-header {
  margin-bottom: 24px;
}
#study .s-secs .s-content .s-content-txt {
  margin-top: 48px;
}
#study .s-secs .s-content .txt.img {
  margin-top: 6px;
}
#study .s-secs .s-team {
  margin-top: -48px;
}
#study .s-secs .s-team .c-col-1-3:nth-child(3n+1) {
  clear: left;
}
#study .s-secs .s-team .s-team-item {
  margin-top: 48px;
}
#study .s-secs .s-team .s-team-item .st-thumb {
  margin-bottom: 24px;
}
#study .s-secs .s-team .s-team-item .st-details {
  font-size: 18px;
  line-height: 24px;
}
#study .s-secs .s-team .s-team-item .st-details .position, #study .s-secs .s-team .s-team-item .st-details .contact {
  margin-top: 6px;
}
#study .s-secs .s-team .s-team-item .st-details .e-info {
  display: none;
}
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- {
  padding-top: 24px;
}
#study .s-secs .s-team .s-team-item .st-details .more {
  display: inline-block;
  margin-top: 18px;
}
#study .s-secs .s-carousel .bx-controls-direction {
  position: absolute;
  top: -63px;
  right: 0;
}
#study .s-secs .s-carousel .bx-controls-direction a {
  display: block;
  float: left;
  margin-left: 18px;
  font-size: 18px;
  line-height: 27px;
}
#study .s-secs .s-carousel .bx-controls-direction a:first-child {
  margin-left: 0;
}
#study .s-secs .s-carousel .bx-controls-direction a.disabled {
  visibility: hidden;
}
#study .s-secs .s-clients {
  margin-top: -48px;
}
#study .s-secs .s-clients .c-col-1-3:nth-child(3n+1) {
  clear: left;
}
#study .s-secs .s-clients .scl-group {
  margin-top: 48px;
}
#study .s-secs .s-clients .scl-group .scl-group-name h3 {
  line-height: 2;
}
#study .s-secs .s-clients .scl-group .scl-group-items {
  margin-top: 24px;
  font-size: 18px;
  line-height: 36px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
#study .s-secs .s-clients .scl-group .scl-group-items li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* End: study */
/* ========================================================================== */
/* Section: contact */
/* ========================================================================== */
#contact .content-groups .c-col:nth-child(4n+1) {
  clear: left;
}
#contact .content-groups.c-cols { gap: 48px; 
  justify-content: space-between;
}
#contact .content-groups .c-col {
  flex: 1;
}
#contact .content-groups .c-col .c-col- {
  margin-left: 0;
}
#contact .content-groups .contact-data {
  margin-top: 24px;
}
#contact .map-wrapper {
  margin-top: 36px;
}
#contact .map-wrapper .map {
  height: 600px;
}
#contact .c-cols:after {
  content: none;
}
/* End: contact */
/* ========================================================================== */
/* Section: footer */
/* ========================================================================== */
#f {
  padding-top: 60px;
  padding-bottom: 48px;
}
#main-inner + #f {
  margin-top: -243px;
  padding-top: 0;
}
#f .contact-menu .contact h3 {
  width: 109px;
  height: 13px;
  margin-top: 7px;
  background: url(img/typo_toprojekt.svg) no-repeat;
  background-size: 100%;
  text-indent: -55000px;
}
#f .contact-menu .contact .c-content {
  margin-top: 24px;
}
#f .contact-menu .menu-wrapper .footer-menu > ul {
  margin-left: 0;
}
#f .contact-menu .menu-wrapper .footer-menu > ul > li {
  float: left;
  width: 25%;
  font-size: 18px;
  line-height: 24px;
  text-transform: lowercase;
  margin-bottom: 1.5rem;
}
#f .contact-menu .menu-wrapper .footer-menu > ul > li > a, #f .contact-menu .menu-wrapper .footer-menu > ul > li > ul {
  margin-left: 0;
}
#f .contact-menu .menu-wrapper .footer-menu > ul > li > a {
  font-weight: bold;
}
#f .contact-menu .menu-wrapper .footer-menu > ul > li > ul {
  margin-top: 24px;
}
#f .contact-menu.c-cols {
  gap:48px;
}
#f .contact-menu.c-cols .c-col .c-col- {
  margin-left:0;
}
#f .contact-menu .contact ,
#f .contact-menu .menu-wrapper {
  width: calc(50% - 24px);
}
/* End: footer */
/* ========================================================================== */
/* Section: HD/"retina" */
/* ========================================================================== */
/* End: HD/"retina" */

.single-post .cc-details h1,
.single-post .cc-details h2,
.single-post .cc-details h3,
.single-post .cc-details h4,
.single-post .cc-details h5,
.single-post .cc-details p {
  margin-bottom: 36px;
}

/* ========================================================================== */
/* Section: activate hovers only on desktop */
/* ========================================================================== */
@media screen and (min-width: 1240px) { /* ========================================================================== */
/* Section: layout */
/* ========================================================================== */
  a {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}
  /* End: layout */
  /* ========================================================================== */
/* Section: buttons */
/* ========================================================================== */
  .btn {
  -webkit-transition: background-color 100ms ease;
  -moz-transition: background-color 100ms ease;
  -ms-transition: background-color 100ms ease;
  -o-transition: background-color 100ms ease;
  transition: background-color 100ms ease;
}
  /* End: buttons */
  /* ========================================================================== */
/* Section: project tile */
/* ========================================================================== */
  .project-tile:hover .thumb img:first-child {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
  .project-tile:hover .thumb .thumb-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
  .project-tile .thumb img {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
  /* End: project tile */
  /* ========================================================================== */
/* Section: submenu */
/* ========================================================================== */
  /* End: submenu */
  /* ========================================================================== */
/* Section: projects list */
/* ========================================================================== */
  #projects-list .pl-table .plt-row:hover .plt-thumb {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
  #projects-list .pl-table .plt-row .link-overall:hover ~ .plt-items {
  color: #7f7f7f;
}
  /* End: projects list */
  /* ========================================================================== */
/* Section: study */
/* ========================================================================== */
  #study .s-secs .s-carousel .slides li .sc-item:hover .sc-gallery {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
  #study .s-secs .s-carousel .slides li .sc-item .sc-gallery {
  -webkit-transition: all 175ms ease;
  -moz-transition: all 175ms ease;
  -ms-transition: all 175ms ease;
  -o-transition: all 175ms ease;
  transition: all 175ms ease;
}
  /* End: study */ 

}
/* End: activate hovers only on desktop */
/* ========================================================================== */
/* Section: tablet */
/* ========================================================================== */

  body.single-post .video {
  	position: relative;
  	padding-bottom: 56.25%;
  }
  body.single-post .video iframe {
  	position: absolute;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	width: 100%;
  	height: 100%;
  }
/* End: mobile */

/* TEST */
/* ========================================================================== */
/* Section: team */
/* ========================================================================== */

  #team .s-secs {
  margin-top: 96px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
  #team .s-secs:first-child {
  margin-top: 24px;
  border-top-width: 0;
}
  #team .s-secs .s-header {
  margin-bottom: 36px;
}
  #team .s-secs .s-content .s-header {
  margin-bottom: 24px;
}
  #team .s-secs .s-content .s-content-txt {
  margin-top: 48px;
}
  #team .s-secs .s-content .txt.img {
  margin-top: 6px;
}
  #team .s-secs .s-team {
  margin-bottom: 48px;
}
  #team .s-secs .s-team .c-col-1-3:nth-child(3n+1) {
  clear: left;
}
  #team .s-secs .s-team .s-team-item .st-thumb {
  margin-bottom: 24px;
}
  #team .s-secs .s-team .s-team-item .st-details .position, #team .s-sec .s-team .s-team-item .st-details .contact {
  margin-top: 6px;
}
  #team .s-secs .s-team .s-team-item .st-details .e-info {
  display: none;
}
  #team .s-secs .s-team .s-team-item .st-details .e-info .e-info- {
  padding-top: 24px;
}
  #team .s-secs .s-team .s-team-item .st-details .more {
  display: inline-block;
  margin-top: 18px;
}

/* End: team */
/* ========================================================================== */
/* Section: job */
/* ========================================================================== */

  #job .s-secs {
  margin-top: 40px;
}
  #job .s-secs .s-header {
  margin-bottom: 24px;
}
  #job .s-secs .s-content .s-header {
  margin-bottom: 18px;
}
  #job .s-secs .s-content .s-content-txt {
  margin-top: 24px;
}
  #job .s-secs .s-content .txt.img {
  margin-top: 24px;
}
  
/* End: job */
/* ========================================================================== */
/* Section: awards */
/* ========================================================================== */

  #awards .s-secs {
  margin-top: 96px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
  #awards .s-secs:first-child {
  margin-top: 24px;
  border-top-width: 0;
}
  #awards .s-secs .s-header {
  margin-bottom: 24px;
}
  #awards .s-secs .s-content .s-header {
  margin-bottom: 24px;
}
  #awards .s-secs .s-content .s-content-txt {
  margin-top: 48px;
}
  #awards .s-secs .s-content .txt.img {
  margin-top: 6px;
}

/* End: awards */
/* ========================================================================== */
/* Section: clients */
/* ========================================================================== */

  #clients .s-secs {
  margin-top: 96px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
  #clients .s-secs:first-child {
  margin-top: 24px;
  border-top-width: 0;
}
  #clients .s-secs .s-header {
  margin-bottom: 24px;
}
  #clients .s-secs .s-clients {
  margin-top: 48px;
}
  #clients .s-secs .s-clients .c-col-1-3:nth-child(3n+1) {
  clear: left;
}
  #clients .s-secs .s-clients .s-clients-item {
  margin-top: 48px;
}
  #clients .s-secs .s-clients .s-clients-item .st-thumb {
  margin-bottom: 24px;
}
  #clients .s-secs .s-clients .s-clients-item .st-details {
  font-size: 18px;
  line-height: 24px;
}
  #clients .s-secs .s-clients .s-clients-item .st-details .name, #clients .s-sec .s-team .s-rewards-item .st-details .sector {
  margin-top: 6px;
}

/* End: clients */
/* ========================================================================== */
/* Section: publications */
/* ========================================================================== */

  #publication .s-secs {
  margin-top: 96px;
  padding-top: 12px;
  border-top: 1px solid #000;
}
  #publication .s-secs:first-child {
  margin-top: 24px;
  border-top-width: 0;
}
  #publication .s-secs .s-header {
  margin-bottom: 24px;
}
  #publication .s-secs .s-content .s-header {
  margin-bottom: 24px;
}
  #publication .s-secs .s-content .s-content-txt {
  margin-top: 48px;
}
  #publication .s-secs .s-content .txt.img {
  margin-top: 6px;
}

/* End: publications */
/* ========================================================================== */
/* Section: method */
/* ========================================================================== */

  #method .s-secs:first-child {
  margin-top: 0;
  padding-top: 0;
}
  #method .s-secs .s-content .s-content-txt {
  margin-top: 36px;
}
  #method .s-secs .s-content .txt.img {
  margin-top: 36px;
}
  #method .s-secs .s-team .c-col-1-3 {
  width: 50%;
}
  #method .s-secs .s-team .c-col-1-3:nth-child(3n+1) {
  clear: none;
}
  #method .s-secs .s-team .c-col-1-3:nth-child(2n+1) {
  clear: left;
}
  #method .s-secs .s-clients {
  margin-top: -36px;
}
  #method .s-secs .s-clients .c-col-1-3 {
  width: 50%;
}
  #method .s-secs .s-clients .c-col-1-3:nth-child(3n+1) {
  clear: none;
}
  #method .s-secs .s-clients .c-col-1-3:nth-child(2n+1) {
  clear: left;
}
  #method .s-secs .s-clients .scl-group {
  margin-top: 36px;
}
  #method {
  padding-top: 88px;
}
  #method .s-secs {
  margin-top: 40px;
}
  #method .s-secs .s-header {
  margin-bottom: 24px;
}
  #method .s-secs .s-content .s-header {
  margin-bottom: 18px;
}
  #method .s-secs .s-content .s-content-txt {
  margin-top: 24px;
}
  #method .s-secs .s-content .txt.img {
  margin-top: 24px;
}

/* End: method */
/* ========================================================================== */
/* Section: sub-menu */
/* ========================================================================== */

/* GRID 4 kolumny, równy gap */
.study-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 48px;
	align-items: end; /* kluczowe: dół wiersza */
  margin-top: 48px;
}

#publication .study-grid,
#awards .study-grid {
	align-items: start;
}

/* Karta */
.study-card {
	display: flex;
	flex-direction: column;
	height: 100%; /* umożliwia dociągnięcie contentu do dołu */
}

/* Galeria */
.study-gallery {
	position: relative;
	width: 100%;
	height: var(--sg-h, auto);
	overflow: hidden; /* przy centrowaniu ważne */
}

#publication .study-gallery,
#awards .study-gallery {
	height: var(--sg-h-row, var(--sg-h, auto));
}

#publication .study-gallery__stack-img,
#awards .study-gallery__stack-img {
	inset: auto 0 0 0;
	margin: 0 auto;
}

/* Główna klikalna miniatura */
.study-gallery__main-link {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* Obrazy: wyśrodkowane, contain, crossfade */
.study-gallery__stack-img {
	position: absolute;
	inset: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
	object-fit: contain;

	opacity: 0;
	transition: opacity 260ms ease;
	will-change: opacity;
}

/* Stack (obrazy leżą jeden na drugim; JS przełącza aktywny) */
.study-gallery__stack {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.study-gallery__stack-img {
	opacity: 0;
	transition: opacity 260ms ease; /* lekko dłużej niż było */
	will-change: opacity;
}

.study-gallery__stack-img.is-active {
	opacity: 1;
}

/* Linki lightboxa – niewidoczne */
.study-gallery__links {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

/* Treść */
.study-card__content {
  padding-top: 16px;
}

.study-card__date {
	margin-bottom: 8px;
  font-size: 16px;
}

.study-card__title {
	margin: 0 0 10px 0;
}

.study-card__details {
  font-size: 18px;
	/* zostaw neutralnie; dopasuj pod swój design system */
}
.study-team__img
{
  width:100%;
}
.study-card__detail {
	/* zostaw neutralnie; dopasuj pod swój design system */
}

#job .s-secs .txt p:last-child
{
  margin-bottom: 0;
}
#job .s-secs .s-content-txt .txt h2:first-child
{
  margin-top: 0;
}
#job .s-secs .s-content-txt .txt p:first-child
{
  margin-top: 0;
}
#job .s-secs .s-content-txt .txt h2
{
  margin-top: 48px;
}
#job .s-secs .s-content-txt .txt p
{
  margin-top: 36px;
} 

.s-secs .s-content-txt .txt ul li
{
  position: relative;
  padding-left: 24px;
}
.s-secs .s-content-txt .txt ul li:before
{
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}
.s-secs .s-content-txt .txt ul
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 36px;
}
.s-secs .c-cols .txt.img img{ 
  width: 100%;
}
.s-secs .c-cols .c-col-  { 
  padding-right: 24px;
}
.s-secs .c-cols .plt-item.c-col-  { 
  padding-right: 0;
  padding-left: 0px;
}
.s-secs .c-cols .txt.img  { 
  float: right;
  margin-left: 0;
  width: 100%;
}
.s-secs .s-content-txt {
  margin-top: 48px;
}
.s-secs .s-content-txt .c-cols
{
  justify-content: flex-start;
}

.s-secs .s-content-txt .txt p:last-child
{
  margin-top: 0;
}
.s-team
{
  margin-top: 48px;
}

.s-secs .s-content-header .c-cols 
{
  margin-bottom: 48px;
}
.s-secs .s-content-header .c-cols .c-col
{
  flex: calc(50% - 24px);
}

.s-secs .s-content-header .c-cols::after
{
content: none;
}
.s-secs .s-content-header .c-cols
{
  margin-left: 0;
  gap: 48px;
}

.s-secs .s-content-header .c-cols .c-col .c-col-
{
  margin-left: 0;
  width: 100%;
}
.s-secs .s-team .s-team-item .st-details
{
  font-size: 18px;
  line-height: 24px;
}
.s-secs .s-team .s-team-item .st-thumb img 
{
  display: block;
  width: 100%;
  height: 100%;       /* obraz ma wypełnić cały kontener */
  object-fit: cover;  /* klucz: kadrowanie + wypełnienie */
}
.s-secs .s-team .s-team-item .st-details .date
{
  font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: lowercase;
}
.s-secs .s-team .s-team-item .st-thumb 
{
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
}

#h .wrapper .c-cols-menu .c-col
{
  width:50%;
}

#h .wrapper .c-cols-menu
{
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  justify-content: space-between;
}

#h .wrapper .c-cols-menu .c-col-items
{
  width:50%;
  font-size: 18px;
}

#h .menu-wrapper .main-menu ul 
{
  display: flex;
  justify-content: space-between;
  padding-right: 48px;
  padding-bottom: 12px;
  margin-left: 24px;
}
#h .menu-wrapper .main-menu ul .menu-item a 
{
  cursor: pointer;
  font-size: 18px;
}
#h .menu-wrapper .main-menu ul li ul.sub-menu a 
{
  font-weight: normal;
  vertical-align: middle;
}
#h .menu-wrapper .main-menu ul li ul.sub-menu 
{
  position: absolute;
  width: calc(100% - 96px);
  right: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 0;
  margin-left: 0;
  padding-top: 35px;
  margin: 0;
  padding-right: 48px;
  padding-left: 48px;
  padding-bottom: 0;
}
#h .menu-wrapper .main-menu ul li ul.sub-menu li
{
  flex: 1;
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 9px;
}
#h .menu-wrapper .main-menu ul li ul.sub-menu li:last-child
{
  flex: 0;
  text-align: left;
}

 /* Dodatki dla wariantu "klienci" przy zachowaniu stylów pl-table */

.pl-table-clients .plt-thumb img {
	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.pl-table-clients .plt-item-1 .plt-thumb {
	/* jeśli masz w projektach specjalne thumby, a tu chcesz spójnie */
	display: inline-block;
	height: 100%;
}

/* Linki jako lista wewnątrz komórki */
.pl-table-clients .plt-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
}

.pl-table-clients .plt-links li {
	margin: 0;
	padding: 0;
}

.pl-table-clients .plt-links a {
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.pl-table-clients .plt-links a:hover {
	border-bottom-color: rgba(0,0,0,0.55);
}

/* Ujednolicenie pustych wartości */
.pl-table-clients .plt-empty {
	opacity: 0.55;
}
#clients .pl-tiles .plt-item {
  margin-top: 60px;
  flex: 50%;
}
#clients .pl-tiles .plt-item:nth-child(1), #clients .pl-tiles .plt-item:nth-child(2) {
  margin-top: 0;
}
#clients .pl-tiles .plt-item:nth-child(3n) {
  float: right;
}
#clients .pl-table {
  font-size: 18px;
  line-height: 24px;
  margin-top: 48px;
}
#clients .pl-table .plt-row {
  position: relative;
  padding: 18px 0;
  border-top: 1px solid #000;
  height: 48px;
}
#clients .pl-table .plt-row.plt-row-header {
  font-weight: bold;
  padding-top: 0;
  border-top-width: 0;
}
#clients .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort.active.asc span:after {
  content: "↑";
}
#clients .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort.active.desc span:after {
  content: "↓";
}
#clients .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort.active span:after {
  display: inline-block;
  margin-left: 8px;
}
#clients .pl-table .plt-row.plt-row-header .plt-items .plt-item.sort span {
  cursor: pointer;
}
#clients .pl-table .plt-row.plt-row-footer {
  font-weight: bold;
}
#clients .pl-table .plt-row .link-overall {
  z-index: 15;
}
#clients .pl-table .plt-row .plt-items { margin-left: -48px;
	height: 100%; display: flex; align-items: center;
}
#clients .pl-table .plt-row-header .plt-items 
{
align-items: flex-start;
}
#clients .pl-table .plt-row .plt-items .plt-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  min-height: 1px;
  padding-left: 48px;
}
#clients .pl-table .plt-row .plt-items .plt-item.plt-item-1 { width: 11%; 
	height: 100%;text-align: center;}
  #clients .pl-table .plt-row-header .plt-items .plt-item.plt-item-1
  {
    height: auto;
  }
#clients .pl-table .plt-row .plt-items .plt-item.plt-item-2 {
  width: 22.33%;
}
#clients .pl-table .plt-row .plt-items .plt-item.plt-item-3 {
  width: 33.33%;
}
#clients .pl-table .plt-row .plt-items .plt-item.plt-item-4 {
  width: 33.33%;
}
#clients .pl-table .plt-row .plt-items .plt-item.plt-item-1-4 {
  width: 83.33%;
}
#clients .pl-table .plt-row .plt-items .plt-item.plt-item-5 {
  width: 16.66%;
}
#clients .pl-table .plt-row .plt-items .plt-item .m-label {
  display: none;
}
/* Clearfix – rodzic przejmuje wysokość floatów */
#clients .pl-table .plt-row .plt-items::after {
  content: "";
  display: table;
  clear: both;
}

#projects-list .s-content-txt
{
  margin-top: 0;
}
@media (max-width: 1239px) {
  #h .wrapper, #home-slider .slides li .slide-wrapper .slide-wrapper-, #projects-list, #project-header .ph-content .ph-content-,#team, #publication, #awards, #job, #clients, #method, #project, #study-submenu .wrapper, #study, #contact, #f {
  padding-right: 20px;
  padding-left: 20px;
}
  /* End: grid */
  /* ========================================================================== */
/* Section: header */
/* ========================================================================== */
  #h .menu-wrapper .languages {
  right: 20px;
}
  #f .contact-menu .menu-wrapper .footer-menu > ul > li:not(:first-child) > a,
  #f .contact-menu .menu-wrapper .footer-menu > ul > li:not(:first-child) > ul {
  margin-left: 30px;
}
  #study-submenu .filters-items
  {
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-cols 
  {
    margin-left: 0;
  }
  .s-secs .c-cols .plt-item.c-col-
  {
    
    padding-left: 0px;
  }
  #projects-list .params
  {
    margin-left: 0;
  }
  .s-secs .c-cols .c-col.c-label
  {
    margin-bottom:0 ;
  }
  .s-secs .c-cols .c-col
  {
    margin-bottom:0 ;
    width: 100%;
  }
  .home .c-cols .c-col.c-col-1-2,
  .archive .c-cols .c-col.c-col-1-2
  {
    width: 100%;
    flex: 100%;
  }
  .s-secs .c-cols .c-col- {
  padding-right: 0;
}
  .s-secs .s-content-header .c-cols 
  {
    margin-bottom: 0;
  }
  .s-secs .c-cols .c-col:last-child
  {
    margin-bottom:20px ;
    width: 100%;
  }
  .s-secs .c-cols .txt.img 
  {
    margin-left: 0;
    width: 100%;
  }
  .s-secs .s-content-header .c-cols
  {
    gap: 20px;
  }
  .filters-items {
  padding-top: 2px;
}
  .filters-items .f-item .c-label, .filters-items .f-item .c-list {
  width: 100%;
}
  .filters-items .f-item .c-label {
  margin-top: 10px;
  font-weight: bold;
}
  .filters-items .f-item .c-list {
  margin-top: 3px;
}
  .filters-items .f-item .c-list .c-col {
  width: auto;
  margin-bottom: 0;
}
  .filters-items .f-item .c-list-item {
  margin-top: 2px;
  margin-left: 0;
}
  #main #projects-list .pl-tiles {
  gap: 20px;
}
  #projects-list .pl-tiles .plt-item .c-col- {
  width: 100%;
}
  .page-template-page-kontakt .c-cols .c-col .c-col-,
  .archive .c-cols .c-col .c-col-,
  .blog .c-cols .c-col .c-col- {
  margin-left: 0;
  margin-right: 20px;
}
  .archive .c-cols .c-col .c-col-.p-view-type- {
  margin-right: 0;
}
  #main #projects-list .pl-tiles {
  margin-top: 0;
  gap: 20px;
}
  .blog #main #projects-list .pl-tiles {
  margin-top: 20px;
}
#projects-list .pl-tiles .plt-item {
  margin-top: 0;
  flex: calc(50% - 10px);
  max-width: calc(50% - 10px);
}
  #h.attached {
  position: fixed;
  top: 0;
  bottom: auto;
}
  #h.attached .logo {
  width: 32px;
}
  /* End: header */
  /* ========================================================================== */
/* Section: home slider */
/* ========================================================================== */
  #home-slider {
  padding-top: 86px;
  padding-bottom: 0;
}
  #home-slider .slides li .video-overlay {
  display: none;
}
  /* End: home slider */
  /* ========================================================================== */
/* Section: projects list */
/* ========================================================================== */
  #projects-list .params .p-view-type {
  width: auto;
}
  #projects-list .pl-tiles .plt-item.c-col-1-3 {
  width: 50%;
}
  /* End: projects list */
  /* ========================================================================== */
/* Section: project */
/* ========================================================================== */
  #project-header .video-overlay {
  display: none;
}
  #project {
  padding-top: 60px;
}
  #project .project-data .image-360 .image-360- {
  height: 520px;
}
  /* End: project */
  /* ========================================================================== */
/* Section: study */
/* ========================================================================== */
  #study .s-secs .s-carousel .slides li .sc-item {
  min-height: 0;
}
  #study .s-secs .s-carousel .slides li .sc-item .sc-txt {
  padding-top: 30px;
  padding-bottom: 30px;
}
  #study .s-secs .s-carousel .slides li .sc-item .sc-gallery {
  visibility: visible;
}
  #study .s-secs .s-clients .scl-group .scl-group-name h3 {
  font-size: 18px;
  line-height: 27px;
}
  #study .s-secs .s-clients .scl-group .scl-group-items {
  font-size: 18px;
  line-height: 27px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
  /* End: study */
  /* ========================================================================== */
/* Section: contact */
/* ========================================================================== */
  #contact .content-groups .c-col {
  flex: calc(50% - 10px);
}
  #contact .map-wrapper .map {
  height: 500px;
}
  #contact .content-groups.c-cols {
  gap: 20px;
};
  #contact .c-cols .c-col .c-col- {
  margin-left: 0;
}
  /* End: contact */
  /* ========================================================================== */
/* Section: footer */
/* ========================================================================== */

  /*.blog #study-submenu {margin-bottom: -88px;}*/
  .blog #study-submenu,
  .archive #study-submenu {
  display: block;
  position: static;
  padding-top: 92px;
}

  .blog #study-submenu + #projects-list,
  .blog #study-submenu + #study,
  .archive #study-submenu + #study {
  padding-top: 20px;
}

  /* End: footer */ 
  .study-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #h .menu-wrapper .main-menu ul
  {
    padding-right: 20px;
    margin-left: 10px;
  }
  
  #h .menu-wrapper .main-menu ul li ul.sub-menu { 
    right: 0;
    width: calc(100% - 40px);;
    padding-left: 20px;
    padding-right: 20px;
  }

  
#project .project-data .images-grid .c-cols {
  gap: 20px;
  margin-left: -20px;
}
#project .project-data .images-grid .c-cols .c-col .c-col-{
  gap: 20px;
  margin-left: 20px;
}
  .footer-nav .c-cols {
  gap: 20px;
}
  .footer-nav .c-cols .c-col.c-col-1-2 {
  width: calc(50% - 24px);
  flex: calc(50% - 24px);
}
}
/* Responsywność (możesz dostroić) */
@media (max-width: 999px) {
  .project-tile .award {
  display: none;
}
  /* End: project tile */
  /* ========================================================================== */
/* Section: filters items */
/* ========================================================================== */
  /* End: filters items */
  /* ========================================================================== */
/* Section: custom checkbox */
/* ========================================================================== */
  .ui-checkboxradio-label {
  padding-left: 16px;
}
  /* End: custom checkbox */
  /* ========================================================================== */
/* Section: footer navigation */
/* ========================================================================== */
  .footer-nav {
  margin-top: 40px;
  padding-bottom: 30px;
}
  /* End: footer navigation */
  /* ========================================================================== */
/* Section: magnific customization */
/* ========================================================================== */
  button.mfp-arrow {
  margin-top: -24px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
  button.mfp-arrow:active {
  margin-top: -24px;
}
  .mfp-figure {
  padding-right: 0;
  padding-left: 0;
}
#clients .pl-table .plt-row .plt-items
{
  display: block;
}
  /* End: magnific customization */
  /* ========================================================================== */
/* Section: header */
/* ========================================================================== */
  #h .c-cols .c-col.c-col-1-2 {
  width: auto;
}
  #h .c-cols .c-col.c-col-1-2 + .c-col-1-2 {
  float: right;
}
  #h .menu-wrapper .main-menu {
  margin-left: 0;
}
  #h .menu-wrapper .main-menu ul li {
  float: left;
  width: auto;
}
  #h .menu-wrapper .main-menu ul li a {
  margin-left: 0;
}
  
  /* End: header */
  /* ========================================================================== */
/* Section: main */
/* ========================================================================== */
  #main-inner #main-inner- {
  padding-bottom: 0;
}
  /* End: main */
  /* ========================================================================== */
/* Section: projects list */
/* ========================================================================== */
  #projects-list.home {
  padding-top: 40px;
}
  #projects-list .pl-tiles .plt-item.c-col-1-3 {
  width: 50%;
}
  #projects-list .pl-table .plt-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
  #projects-list .pl-table .plt-row.plt-row-header {
  display: none;
}
  #projects-list .pl-table .plt-row.plt-row-header + .plt-row {
  padding-top: 0;
  border-width: 0;
}
  #projects-list .pl-table .plt-row.plt-row-footer {
  display: none;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-1 {
  width: 100%;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-2 {
  width: 50%;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-3 {
  width: 50%;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-4 {
  clear: left;
  width: 50%;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-5 {
  width: 50%;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item .m-label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: inline;
}
  /* End: projects list */
  /* ========================================================================== */
/* Section: project */
/* ========================================================================== */
  #project {
  padding-top: 30px;
}
  #project .project-data > section {
  margin-top: 75px;
}
  #project .project-data .s-header {
  margin-bottom: 30px;
}
  #project .project-data .content-cols > .c-cols > .c-col {
  width: 100%;
}
  #project .project-data .content-cols .cc-h-wrapper-empty {
  display: none;
}
  #project .project-data .content-cols .cc-h {
  margin-top: 0;
  margin-bottom: 30px;
}
  #project .project-data .content-cols .cc-details-header-wrapper {
  display: none;
}
  #project .project-data .slideshow .s-header {
  display: block;
}
  #project .project-data .slideshow .slideshow-details {
  margin-top: 30px;
}
  #project .project-data .slideshow .slideshow-details .c-col {
  width: 100%;
  padding-right: 0;
}
  #project .project-data .slideshow .slideshow-details .slider-captions-wrapper {
  display: none;
}
  #project .project-data .slideshow .slider-captions {
  margin-top: 0;
}
  #project .project-data .image-360 .image-360- {
  height: 420px;
}
  /* End: project */
  /* ========================================================================== */
/* Section: study */
/* ========================================================================== */
  #study .s-secs {
  margin-top: 60px;
}
  #study .s-secs:first-child {
  margin-top: 0;
  padding-top: 0;
}
  #study .s-secs .s-content .s-content-header .c-cols .c-col.c-col-1-2 {
  width: 100%;
}
  #study .s-secs .s-content .s-content-txt {
  margin-top: 36px;
}
  #study .s-secs .s-content .s-content-txt .c-cols .c-col.c-col-2-3 {
  width: 100%;
  padding-left: 0;
}
  #study .s-secs .s-content .txt.img {
  margin-top: 36px;
}
  #study .s-secs .s-team .c-col-1-3 {
  width: 50%;
}
  #study .s-secs .s-team .c-col-1-3:nth-child(3n+1) {
  clear: none;
}
  #study .s-secs .s-team .c-col-1-3:nth-child(2n+1) {
  clear: left;
}
  #study .s-secs .s-clients {
  margin-top: -36px;
}
  #study .s-secs .s-clients .c-col-1-3 {
  width: 50%;
}
  #study .s-secs .s-clients .c-col-1-3:nth-child(3n+1) {
  clear: none;
}
  #study .s-secs .s-clients .c-col-1-3:nth-child(2n+1) {
  clear: left;
}
  #study .s-secs .s-clients .scl-group {
  margin-top: 36px;
}
  /* End: study */
  /* ========================================================================== */
/* Section: contact */
/* ========================================================================== */
  #contact .content-groups .c-cols {
  gap: 20px;
}
  #contact .content-groups .c-col {
  flex: calc(50% - 10px);
}
  #contact .map-wrapper .map {
  height: 400px;
}
  /* End: contact */
  /* ========================================================================== */
/* Section: footer */
/* ========================================================================== */
  #f {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
  #main-inner + #f {
  margin-top: 40px;
  padding-top: 40px;
}
  #f:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background-color: #000;
}
  #f .contact-menu .contact {
  width: 100%;
  text-align: center;
}
  #f .contact-menu .contact h3 {
  margin: 0 auto;
}
  #f .contact-menu .contact .c-content {
  display: none;
}
  #f .contact-menu .menu-wrapper {
  width: 100%;
  margin-top: 12px;
}
/*  #f .contact-menu .menu-wrapper .footer-menu > ul { margin-left: -25px; text-align: center; }*/
  #f .contact-menu .menu-wrapper .footer-menu > ul > li {
  float: none;
  width: auto;
}
/*  #f .contact-menu .menu-wrapper .footer-menu > ul > li a:before { content: ""; }*/
/*  #f .contact-menu .menu-wrapper .footer-menu > ul > li > a { margin-left: 25px; font-weight: normal; }*/
/*  #f .contact-menu .menu-wrapper .footer-menu > ul > li > ul { display: inline; text-align: left; }*/
/*  #f .contact-menu .menu-wrapper .footer-menu > ul > li > ul > li:before { content: ' - '; margin-left: 1.5rem; }*/

  #f .contact-menu .menu-wrapper {
  margin-top: 10px;
}
  #f .contact-menu .menu-wrapper .footer-menu > ul {
  margin-left: 0;
  width: 100%;
  display: flex;
  margin-top: 1rem;
  flex-wrap: wrap;
  text-align:left;
}
  #f .contact-menu .menu-wrapper .footer-menu > ul > li {
  width: 25%;
  min-width: 95px;
}
/*  #f .contact-menu .menu-wrapper .footer-menu > ul > li > ul > li { font-size: 12px; font-weight: 300; line-height: 1.75; }*/
  #f .contact-menu .menu-wrapper .footer-menu > ul > li > a, #f .contact-menu .menu-wrapper .footer-menu > ul > li > ul {
  margin-left: 0 !important;
  line-height:1.75;
}
  #f .contact-menu .menu-wrapper .footer-menu > ul > li > ul > li:before {
  margin-left:0;
}
  
  /* End: footer */ 
  #study .plt-item {
  margin-top: 30px;
}
	.study-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}
  .s-secs .c-cols .txt.img { 
    margin-left: 0;
    width: 100%;
  }
  
  #h .wrapper .c-cols-menu .c-col 
  {
    width:auto;

  }
  .s-team 
  {
    margin-top: 0;
  }
  #h .wrapper .c-cols-menu .c-col-items
  {
    width:70%;
    font-size: 18px;
  }
  .s-secs .c-cols 
  {
    flex-direction: column;
  }
  .s-secs .c-cols .c-col.c-list
  {
    margin-bottom:0 ;
  }
  .c-cols .c-col.c-col-offset-1-6 {
    padding-left: 0;;
  }
  #clients .pl-table {
  margin-top: 0;
}
  #clients .pl-tiles .plt-item.c-col-1-3 {
  width: 50%;
}
  #clients .pl-table .plt-row {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
}
  #clients .pl-table .plt-row.plt-row-header {
  display: none;
}
  #clients .pl-table .plt-row.plt-row-header + .plt-row {
  padding-top: 0;
  border-width: 0;
}
  #clients .pl-table .plt-row.plt-row-footer {
  display: none;
}
  #clients .pl-table .plt-row .plt-items .plt-item.plt-item-1 {
  width: auto;
  height: 40px;
}
  #clients .pl-table .plt-row .plt-items .plt-item.plt-item-2 {
  width: 50%;
  clear: left;
}
  #clients .pl-table .plt-row .plt-items .plt-item.plt-item-3 {
  width: 50%;
}
  #clients .pl-table .plt-row .plt-items .plt-item.plt-item-4 {
  width: 50%;
}
  #clients .pl-table .plt-row .plt-items .plt-item.plt-item-5 {
  width: 50%;
}
  #clients .pl-table .plt-row .plt-items .plt-item .m-label {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: inline;
}
  
}
@media (max-width: 649px) {
  body, button, input, select, textarea {
  font-size: 16px;
}

  /* End: layout */
  /* ========================================================================== */
/* Section: text formats */
/* ========================================================================== */
  h1, .h1 {
  font-size: 24px;
  line-height: 30px;
}
  h2, .h2, .footer-nav .pn-next {
  font-size: 24px;
  line-height: 30px;
}
  /* End: text formats */
  /* ========================================================================== */
/* Section: entry */
/* ========================================================================== */
  
#contact .content-groups .contact-data p, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#awards .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
#f .contact-menu .contact .c-content p, 
#project .project-data .content-cols .cc-txt p, 
#project .project-data .slideshow .slider-details .details p, 
#projects-list .s-content-txt .txt p, #contact .content-groups .contact-data ol, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, 
#awards .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, 
#f .contact-menu .contact .c-content ol, #project .project-data .content-cols .cc-txt ol, 
#project .project-data .slideshow .slider-details .details ol, 
#study .s-secs .s-content .txt p,
#study .s-secs .s-content .txt ul, 
#study .s-secs .s-content .txt ol, 
#awards .s-secs .txt p, 
#team .s-secs .txt p, 
#job .s-secs .txt p, 
#job .s-secs .s-content .txt ol, 
#method .s-secs .txt p, 
#method .s-secs .s-content .txt ol, 
#publication .s-secs .txt p, 
#clients .s-secs .txt p, 
#clients .s-secs .txt ul, 
#clients .s-secs .txt ol, 
#contact .content-groups .contact-data ul, 
#study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, 
#team .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, 
#awards .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, 
#f .contact-menu .contact .c-content ul, 
#project .project-data .content-cols .cc-txt ul, 
#project .project-data .slideshow .slider-details .details ul, 
#job .s-secs .s-content .txt ul, #job .s-secs .s-content-header .txt p,
  #projects-list .s-secs .s-content-header .txt p, 
#method .s-secs .s-content .txt ul 
{
  font-size: 16px;
  line-height: 24px;
}
  #contact .content-groups .contact-data p, 
  #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, 
  #f .contact-menu .contact .c-content p, 
  #project .project-data .content-cols .cc-txt p, 
  #project .project-data .slideshow .slider-details .details p, 
  #study .s-secs .s-content .txt p,
  #publication .s-secs .s-content-header .txt p, 
  #clients .s-secs .s-content-header .txt p, 
  #awards .s-secs .s-content-header .txt p, 
  #projects-list .s-secs .s-content-header .txt p, 
  #job .s-secs .s-content-header .txt p, 
  #team .s-secs .s-content-header .txt p, 
  #projects-list .s-content-header .txt p {
  margin-top: 24px;
}
  #contact .content-groups .contact-data h2, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h2, #f .contact-menu .contact .c-content h2, #project .project-data .content-cols .cc-txt h2, #project .project-data .slideshow .slider-details .details h2, #study .s-secs .s-content .txt h2, #projects-list .s-content-txt .txt h2, #contact .content-groups .contact-data h3, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h3, #f .contact-menu .contact .c-content h3, #project .project-data .content-cols .cc-txt h3, #project .project-data .slideshow .slider-details .details h3, #study .s-secs .s-content .txt h3, #contact .content-groups .contact-data h4, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h4, #f .contact-menu .contact .c-content h4, #project .project-data .content-cols .cc-txt h4, #project .project-data .slideshow .slider-details .details h4, #study .s-secs .s-content .txt h4, #contact .content-groups .contact-data h5, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h5, #f .contact-menu .contact .c-content h5, #project .project-data .content-cols .cc-txt h5, #project .project-data .slideshow .slider-details .details h5, #study .s-secs .s-content .txt h5, #contact .content-groups .contact-data h6, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- h6, #f .contact-menu .contact .c-content h6, #project .project-data .content-cols .cc-txt h6, #project .project-data .slideshow .slider-details .details h6, #study .s-secs .s-content .txt h6 {
  margin-top: 35px;
}
  #contact .content-groups .contact-data .aligncenter, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- .aligncenter, #f .contact-menu .contact .c-content .aligncenter, #project .project-data .content-cols .cc-txt .aligncenter, #project .project-data .slideshow .slider-details .details .aligncenter, #study .s-secs .s-content .txt .aligncenter {
  margin-top: 25px;
  margin-bottom: 25px;
}
  #contact .content-groups .contact-data p, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p, #f .contact-menu .contact .c-content p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 22px;
}
  #contact .content-groups .contact-data p:first-child, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- p:first-child, #f .contact-menu .contact .c-content p:first-child {
  margin-top: 0;
}
  #contact .content-groups .contact-data ol, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ol, #f .contact-menu .contact .c-content ol, #contact .content-groups .contact-data ul, #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- ul, #f .contact-menu .contact .c-content ul {
  font-size: 16px;
  line-height: 22px;
}
  #contact .content-groups .contact-data p, #contact .content-groups .contact-data ol, #contact .content-groups .contact-data ul {
  line-height: 24px;
}
  /* End: entry */
  /* ========================================================================== */
/* Section: project tile */
/* ========================================================================== */
  .project-tile .meta {
  font-size: 16px;
  line-height: 24px;
}
  /* End: project tile */
  /* ========================================================================== */
/* Section: subpage */
/* ========================================================================== */
  /* End: subpage */
  /* ========================================================================== */
/* Section: filters items */
/* ========================================================================== */
  .filters-items .f-item .filters-choices {
  font-size: 18px;
  line-height: 24px;
}
  .filters-items .f-item .filters-choices.c-cols {
  margin-left: 0;
}
  .filters-items .f-item .filters-choices.c-cols::after {
  content: none;
}
  .filters-items .f-item .filters-choices.c-cols .c-col .c-col- {
  margin-left: 0;
  margin-right: 0;
}
  .filters-items .f-item .c-label, .filters-items .f-item .c-list .c-col {
    margin-right: 20px;
  }
  .filters-items .f-item .c-label, .filters-items .f-item .c-list .c-col:last-child {
    margin-right: 0;
  }
  .filters-items .f-item .c-label, .filters-items .f-item .c-list {
  width: 100%;
}
  .filters-items .f-item .c-label {
  font-weight: bold;
}
  .filters-items .f-item .c-list .c-col {
  width: auto;
}
  /* End: filters items */
  /* ========================================================================== */
/* Section: custom checkbox */
/* ========================================================================== */
  .ui-checkboxradio-label {
  padding-left: 14px;
  font-size: 18px;
  line-height: 24px;
}
  .ui-checkboxradio-label.ui-custom-checkbox:before {
  top: 6px;
}
  /* End: custom checkbox */
  /* ========================================================================== */
/* Section: footer navigation */
/* ========================================================================== */
  .footer-nav {
  margin-top: 30px;
  padding-bottom: 0;
}
  .footer-nav .c-cols .c-col.c-col-empty {
  display: none;
}
  .footer-nav .c-cols .c-col.c-col-empty + .c-col {
  width: 100%;
}
  .footer-nav .pn-item .d-txt {
  display: none;
}
  .footer-nav .pn-prev {
  margin-top: 0;
}
  .footer-nav .pn-next {
  font-size: 18px;
  line-height: 24px;
  float: right;
}
  /* End: footer navigation */
  /* ========================================================================== */
/* Section: magnific customization */
/* ========================================================================== */
  .mfp-counter {
  font-size: 16px;
}
  /* End: magnific customization */
  /* ========================================================================== */
/* Section: photoswipe customization */
/* ========================================================================== */
  .pswp__counter {
  font-size: 16px;
}
  /* End: photoswipe customization */
  /* ========================================================================== */
/* Section: home slider */
/* ========================================================================== */
  #home-slider {
  padding-top: 76px;
}
  #home-slider .slides li .slide-wrapper {
  top: 30px;
}
  #home-slider .slides li .slide-wrapper .slide-wrapper- .slide-wrapper-- {
  width: 100%;
}
  /* End: home slider */
  /* ========================================================================== */
/* Section: projects list */
/* ========================================================================== */
  #projects-list.home {
  padding-top: 30px;
}
  .tax-to_projekty_kat #projects-list.home {
  padding-left:0;
  padding-right: 0;
}
  #projects-list .filters-items {
  margin-bottom: 10px;
}
  #projects-list .params {
  margin-bottom: 30px;
}
  #projects-list .params .p-filters-chosen {
  display: none;
}
  #projects-list .list .msg {
  padding-bottom: 36px;
}
  #projects-list .pl-tiles .plt-item.c-col {
  width: 100%;
  flex: 100%;
  max-width: 100%;
}
  #projects-list .pl-table {
  font-size: 16px;
  line-height: 22px;
}
  #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-2, #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-3, #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-4, #projects-list .pl-table .plt-row .plt-items .plt-item.plt-item-5 {
  width: 100%;
}
  /* End: projects list */
  /* ========================================================================== */
/* Section: project */
/* ========================================================================== */
  #project-header .ph-content {
  bottom: 30px;
}
  #project-header .ph-content .ph-content- .ph-content-- {
  width: 100%;
}
  #project {
  padding-top: 15px;
}
  #project .project-data > section {
  margin-top: 40px;
}
  #project .project-data .s-header {
  margin-bottom: 20px;
}
  #project .project-data .content-cols .cc-h {
  margin-bottom: 20px;
}
  #project .project-data .content-cols .cc-details {
  font-size: 16px;
  line-height: 24px;
}
  #project .project-data .content-cols .cc-details .d-item .c-col {
  width: 100%;
}
  #project .project-data .content-cols .cc-details .d-item .c-label {
  font-weight: bold;
}
  #project .project-data .images-grid .c-cols {
  margin-top: -15px;
}
  #project .project-data .images-grid .c-cols .c-col {
  width: 100%;
}
  #project .project-data .images-grid .ig-item {
  margin-top: 15px;
}
  #project .project-data .slideshow .slideshow-details {
  margin-top: 20px;
}
  #project .project-data .image-360 .image-360- {
  height: 320px;
}
  /* End: project */
  /* ========================================================================== */
/* Section: study */
/* ========================================================================== */
  #study-submenu {
  display: none;
}
  .blog #study-submenu, .category #study-submenu {
  display: block;
  position: static;
  padding-top: 88px;
}
  #study-submenu + #study {
  padding-top: 88px;
}
  #study .s-secs {
  margin-top: 40px;
}
  #study .s-secs .s-header {
  margin-bottom: 24px;
}
  #study .s-secs .s-content .s-header {
  margin-bottom: 18px;
}
  #study .s-secs .s-content .s-content-txt {
  margin-top: 24px;
}
  #study .s-secs .s-content .txt.img {
  margin-top: 24px;
}
  #study .s-secs .s-team {
  margin-top: -30px;
}
  #study .s-secs .s-team .c-col-1-3 {
  width: 100%;
}
  #study .s-secs .s-team .s-team-item {
  margin-top: 30px;
}
  #study .s-secs .s-team .s-team-item .st-thumb {
  margin-bottom: 20px;
}
  #study .s-secs .s-team .s-team-item .st-details {
  font-size: 16px;
  line-height: 22px;
}
  #study .s-secs .s-team .s-team-item .st-details .contact {
  margin-top: 0;
}
  #study .s-secs .s-team .s-team-item .st-details .e-info .e-info- {
  padding-top: 22px;
}
  #study .s-secs .s-team .s-team-item .st-details .more {
  margin-top: 12px;
}
  #study .s-secs .s-clients {
  margin-top: -30px;
}
  #study .s-secs .s-clients .c-col-1-3 {
  width: 100%;
}
  #study .s-secs .s-clients .scl-group {
  margin-top: 30px;
}
  #study .s-secs .s-clients .scl-group .scl-group-items {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
  /* End: study */
  /* ========================================================================== */
/* Section: contact */
/* ========================================================================== */
  #contact .content-groups.c-cols {
  gap: 0;
}
  #contact .content-groups .c-col {
  flex: 100%;
}
  #contact .content-groups .contact-data {
  margin-top: 22px;
}
  #contact .map-wrapper {
  margin-top: 30px;
}
  #contact .map-wrapper .map {
  height: 300px;
}
  /* End: contact */
  /* ========================================================================== */
/* Section: footer */
/* ========================================================================== */
  #f {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
  #main-inner + #f {
  margin-top: 30px;
  padding-top: 30px;
}
  #f .contact-menu .menu-wrapper .footer-menu > ul > li {
  width: 50%;
  min-width: 95px;
}
  /* End: footer */ 

	.study-grid {
  grid-template-columns: 1fr;
}
  
   /* ========================================================================== */
/* Section: header */
/* ========================================================================== */
   #h {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  padding-top: 20px;
  padding-bottom: 20px;
}
   #h .menu-switcher {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 5px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

#h .menu-wrapper .main-menu ul li ul.sub-menu::before
{
  content: none;
}
   #h .menu-switcher .bar {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #000;
}
   #h .menu-switcher .bar:first-child {
  margin-top: -10px;
}
   #h .menu-switcher .bar:first-child + .bar {
  margin-top: -2px;
}
   #h .menu-switcher .bar:first-child + .bar + .bar {
  margin-top: 6px;
}
   #h .menu-switcher.active .bar:first-child {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
}
   #h .menu-switcher.active .bar:first-child + .bar {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
}
   #h .menu-switcher.active .bar:first-child + .bar + .bar {
  display: none;
}
   #h .menu-wrapper {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  float: none;
  overflow: auto;
  position: fixed;
  z-index: 1;
  top: 120%;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0;
  background-color: #fff;
}
   #h .menu-wrapper .main-menu { 
    display: block; 
    float: none; 
    width: 100%; 
    height: 100%; 
    margin: 0; 
  }
   #h .menu-wrapper .main-menu ul {         
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    height: 100%; 
    padding-right: 0;
  }
   #h .menu-wrapper .main-menu ul li { 
    display: block; float: none; margin: 6px 20px 0; padding: 0; font-size: 22px; line-height: 31px; 
    height: fit-content;
  }
   #h .menu-wrapper .main-menu ul li:first-child {
  margin-top: 0;
}
   #h .menu-wrapper .main-menu ul li a {
  display: inline-block;
  padding: 8px 20px;
}
   #h .menu-wrapper .main-menu ul li a:before {
  content: "";
}
   #h .menu-wrapper.opened {
  -moz-transform: translate3d(0, -120%, 0);
  -o-transform: translate3d(0, -120%, 0);
  -ms-transform: translate3d(0, -120%, 0);
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
}
   #h.compact {
  padding-top: 15px;
  padding-bottom: 15px;
}
   #h .menu-wrapper .main-menu ul li a {
  margin-left: 0 !important;
}
   /* End: header */

   #h .menu-wrapper .main-menu .menu-item-has-children a
   {
      display: none;
   }
   #h .menu-wrapper .main-menu ul li ul.sub-menu li
   {
    text-align: center;
    border-bottom: none;
    flex: 1;
   }
   #h .menu-wrapper .main-menu ul li ul.sub-menu li:last-child
   {
    text-align: center;
    border-bottom: none;
    flex: 1;
   }
  #h .menu-wrapper .main-menu ul li ul.sub-menu a 
  {
    font-weight: normal;
    vertical-align: middle;
    display: block;
  }
  #h .menu-wrapper .main-menu ul li ul.sub-menu 
  {
    position:static;
    flex-direction: column;
    width: 100%;
    right: 0;
    left: 0;
    display: flex;
    transform: translateX(0);
    border-bottom: none;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: fit-content;
  }
  #clients .pl-tiles .plt-item {
  margin-top: 30px;
}
  #clients .pl-tiles .plt-item:nth-child(2) {
  margin-top: 30px;
}
  #clients .pl-tiles .plt-item.c-col {
  width: 100%;
}
  #clients .pl-table {
  font-size: 16px;
  line-height: 22px;
}
  #clients .pl-table .plt-row .plt-items .plt-item.plt-item-2, #clients .pl-table .plt-row .plt-items .plt-item.plt-item-3, #clients .pl-table .plt-row .plt-items .plt-item.plt-item-4, #clients .pl-table .plt-row .plt-items .plt-item.plt-item-5 {
  width: 100%;
}
.s-secs .s-content-txt .txt ul
{
  font-size: 16px ;
    line-height: 24px;
}
}


@media (max-width: 430px) {
  .filters-items .f-item .c-list
  {
    display: flex;
    flex-wrap: wrap;
  }
  .filters-items .f-item .c-list .c-col
  {
    flex: 50%;
    margin: 0;
  }
}


/* =========================================================
   Complianz cookie policy
   Strona: /polityka-plikow-cookies-eu/
   WP page ID: 12225
   ========================================================= */

body.page-id-12225 {
	--cookie-text: #1f2937;
	--cookie-muted: #667085;
	--cookie-border: #dde3ea;
	--cookie-soft: #f7f9fb;
	--cookie-soft-2: #eef3f6;
	--cookie-accent: #1f4b43;
	--cookie-accent-soft: #e9f3f0;
	--cookie-white: #ffffff;
	--cookie-radius: 14px;
}

/* Główny kontener tekstu */
body.page-id-12225 .s-content-txt .txt,
body.page-id-12225 #cmplz-document {
	color: var(--cookie-text);
}

/* Lepsza szerokość i czytelność */
body.page-id-12225 .s-content-txt .txt {
	margin: 0 auto;
}

/* Tytuł strony */
body.page-id-12225 .s-content-header h1 {
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}

/* Dokument Complianz */
body.page-id-12225 #cmplz-document {
	font-size: 16px;
	line-height: 1.75;
	word-break: break-word;
}

body.page-id-12225 #cmplz-document > p:first-child {
	color: var(--cookie-muted);
	font-size: 0.98rem;
	margin-bottom: 1.5rem;
}

/* Podstawowa typografia */
body.page-id-12225 #cmplz-document p,
body.page-id-12225 #cmplz-document li {
	font-size: 16px;
	line-height: 1.75;
	color: var(--cookie-text);
}

body.page-id-12225 #cmplz-document p {
	margin: 0 0 1rem;
}

body.page-id-12225 #cmplz-document ul,
body.page-id-12225 #cmplz-document ol {
	margin: 0 0 1.2rem;
	padding-left: 1.2rem;
}

body.page-id-12225 #cmplz-document li + li {
	margin-top: 0.35rem;
}

/* Główne sekcje */
body.page-id-12225 #cmplz-document h2 {
	margin: 3rem 0 1rem;
	padding-top: 1.2rem;
	border-top: 1px solid var(--cookie-border);
	font-size: 1.6rem;
	line-height: 1.25;
	color: #111827;
}

/* Podtytuły Complianz */
body.page-id-12225 #cmplz-document .cmplz-subtitle {
	margin: 1.15rem 0 0.45rem;
	font-weight: 700;
}

/* Linki */
body.page-id-12225 #cmplz-document a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

body.page-id-12225 #cmplz-document a:hover {
	opacity: 0.85;
}

/* =========================================================
   Accordion usług
   ========================================================= */

body.page-id-12225 #cmplz-cookies-overview {
	margin-top: 1.5rem;
}

body.page-id-12225 #cmplz-cookies-overview details.cmplz-dropdown {
	background: var(--cookie-white);
	border: 1px solid var(--cookie-border);
	border-radius: var(--cookie-radius);
	margin-bottom: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header {
	list-style: none;
	cursor: pointer;
	padding: 1rem 1.25rem;
	background: var(--cookie-soft);
	position: relative;
	transition: background-color 0.2s ease;
}

body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header:hover {
	background: var(--cookie-soft-2);
}

body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header::-webkit-details-marker {
	display: none;
}

/* Ikona rozwijania */
body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header::after {
	content: "+";
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid var(--cookie-border);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--cookie-accent);
	background: var(--cookie-white);
}

body.page-id-12225 #cmplz-cookies-overview details[open] summary.cmplz-service-header::after {
	content: "–";
}

/* Header usługi */
body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header > div {
	padding-right: 3rem;
  display: flex;
  gap: 10px;
}

body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header h3 {
	margin: 0 0 0.25rem;
	font-size: 1.12rem;
	line-height: 1.3;
  flex: 1;
	color: #111827;
}

body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header p {
	margin: 0.1rem 0 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--cookie-muted);
}

/* Wnętrze karty */
body.page-id-12225 #cmplz-cookies-overview .cmplz-service-description,
body.page-id-12225 #cmplz-cookies-overview .cmplz-sharing-data,
body.page-id-12225 #cmplz-cookies-overview .cookies-per-purpose {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

body.page-id-12225 #cmplz-cookies-overview .cmplz-service-description,
body.page-id-12225 #cmplz-cookies-overview .cmplz-sharing-data {
	padding-top: 1rem;
	padding-bottom: 0.2rem;
}

body.page-id-12225 #cmplz-cookies-overview .cmplz-service-description h4,
body.page-id-12225 #cmplz-cookies-overview .cmplz-sharing-data h4,
body.page-id-12225 #cmplz-cookies-overview .cookies-per-purpose .purpose h4 {
	margin: 0 0 0.45rem;
	font-size: 0.95rem;
	line-height: 1.4;
	color: var(--cookie-accent);
}

body.page-id-12225 #cmplz-cookies-overview .cmplz-service-description p,
body.page-id-12225 #cmplz-cookies-overview .cmplz-sharing-data p {
	margin-bottom: 0.9rem;
}

/* Sekcja ciastek wewnątrz usługi */
body.page-id-12225 #cmplz-cookies-overview .cookies-per-purpose {
	padding-bottom: 1rem;
}

body.page-id-12225 #cmplz-cookies-overview .cookies-per-purpose .purpose {
	margin: 0.35rem 0 1rem;
	padding: 0.85rem 1rem;
	background: var(--cookie-accent-soft);
	border: 1px solid #d5e4df;
	border-radius: 12px;
}

/* Etykiety */
body.page-id-12225 #cmplz-cookies-overview .name-header,
body.page-id-12225 #cmplz-cookies-overview .retention-header,
body.page-id-12225 #cmplz-cookies-overview .function-header {
	margin-top: 0.8rem;
}

body.page-id-12225 #cmplz-cookies-overview .name-header h5,
body.page-id-12225 #cmplz-cookies-overview .retention-header h5,
body.page-id-12225 #cmplz-cookies-overview .function-header h5 {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--cookie-muted);
}

/* Wartości */
body.page-id-12225 #cmplz-cookies-overview .name,
body.page-id-12225 #cmplz-cookies-overview .retention,
body.page-id-12225 #cmplz-cookies-overview .function {
	margin-top: 0.35rem;
	padding: 0.8rem 0.95rem;
	background: #fff;
	border: 1px solid var(--cookie-border);
	border-radius: 10px;
	line-height: 1.6;
}

/* Nazwy cookie trochę bardziej "code-like" */
body.page-id-12225 #cmplz-cookies-overview .name {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.95rem;
	background: #f8fafc;
}

/* Rozdzielenie kolejnych cookie */
body.page-id-12225 #cmplz-cookies-overview .function + .name-header,
body.page-id-12225 #cmplz-cookies-overview .function + .retention-header,
body.page-id-12225 #cmplz-cookies-overview .function + .function-header {
	padding-top: 0.4rem;
}

/* =========================================================
   Zarządzanie zgodą
   ========================================================= */

body.page-id-12225 #cmplz-manage-consent-container-nojavascript,
body.page-id-12225 #cmplz-manage-consent-container {
	margin-top: 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--cookie-border);
	border-radius: 12px;
	background: var(--cookie-soft);
}

body.page-id-12225 #cmplz-document h2:nth-of-type(7) {
	background: var(--cookie-accent-soft);
	border: 1px solid #d5e4df;
	border-radius: 14px;
	padding: 1rem 1.1rem;
}

/* =========================================================
   Kontakt
   ========================================================= */

body.page-id-12225 .cmplz-contact-organisation,
body.page-id-12225 .cmplz-contact-address,
body.page-id-12225 .cmplz-contact-country,
body.page-id-12225 .cmplz-contact-domain,
body.page-id-12225 .cmplz-contact-email {
	display: inline-block;
	margin-bottom: 0.15rem;
}

/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 999px) {
	body.page-id-12225 .s-content-header h1 {
		font-size: 2rem;
	}

	body.page-id-12225 #cmplz-document {
		font-size: 15px;
	}

	body.page-id-12225 #cmplz-document h2 {
		font-size: 1.3rem;
		margin-top: 2.2rem;
	}

	body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header {
		padding: 0.9rem 1rem;
	}

	body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header > div {
		padding-right: 2.5rem;
	}

	body.page-id-12225 #cmplz-cookies-overview .cmplz-service-description,
	body.page-id-12225 #cmplz-cookies-overview .cmplz-sharing-data,
	body.page-id-12225 #cmplz-cookies-overview .cookies-per-purpose {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode,
body.page-id-12225 .s-content-txt .txt
{
  max-width: 100% !important;
}

body.page-id-12225 #cmplz-document .cmplz-subtitle
{
  font-weight: 400 !important;
  color: black !important;
}

body.page-id-12225 #cmplz-cookies-overview summary.cmplz-service-header p {
    margin: 0.1rem 0 0 !important;
}

body.page-id-12225 #cmplz-document h2:nth-of-type(7)
{
 background: transparent !important;
}

@media (min-width: 1024px) {
  .cmplz-cookiebanner
  {
    margin: 0 !important;
    width: 100% !important;
  }
  .cmplz-cookiebanner .cmplz-buttons .cmplz-btn
  {
    min-width: 150px !important;
  }
}

.cmplz-cookiebanner
{
  border-radius: 0 !important;
  grid-gap: 0 !important;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept
{
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  color: black !important;
  font-weight: 700 !important;
  border-radius: 0;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn
{
  padding: 0 !important;
  height: auto !important;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences
{
  background-color: transparent !important;
  border: none !important;
  color: black !important;
}

.cmplz-cookiebanner .cmplz-links .cmplz-link
{
  color: black !important;
}

.cmplz-cookiebanner .cmplz-title
{
  margin-bottom: 10px !important;
}