body {
    font-family: 'Open Sans', sans-serif;
    color: #595857;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 120px;
}
* {
    outline: none;
}
body.b-video {
    padding-top: 70px;
}
body.home:not(.b-video) {
    padding-top: calc(35vw + 80px);
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.text-center{
    text-align: center;
}
.marg-top {
    margin-top: 60px;
}
.marg-top-big {
    margin-top: 100px;
}
.marg-bottom {
    margin-bottom: 60px;
}
.absolute-link {
    position: relative;
}
.absolute-link .absolute-link__item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.position-relative {
    position: relative;
}
.section-heading {
    font-size: 29px;
    line-height: 43px;
    font-weight: 400;
    color: #000;
}
.page-heading {
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    color: #000;
    margin-bottom: 60px;
}
main {
    background: #fff;
    position: relative;
    padding-left: 6vw;
    padding-right: 6vw;
    z-index: 999;
}

.btn-brown {
    background: #3e3f41;
    border-radius: 25px;
    padding: 6px 20px;
    color: #FFCA00;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
}
.btn-brown svg {
    margin-left: 30px;
}
.btn-brown svg path {
    transition: .3s;
}
.btn-brown:hover {
    background: #FFCA00;
    color: #1A1919;
}
.btn-brown:hover svg path {
    fill: #1A1919;
}

.btn-yellow {
    background: #FFCA00;
    border-radius: 25px;
    padding: 6px 20px;
    color: #3e3f41;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    font-weight: 800;
    text-align: center;
    line-height: 22px;
}
.btn-yellow svg {
    margin-left: 30px;
}
.btn-yellow svg path {
    transition: .3s;
}
.btn-yellow:hover {
    background: #3e3f41;
    color: #FFCA00;
}
.btn-yellow svg path {
    fill: #3e3f41;
}
.btn-yellow:hover svg path {
    fill: #FFCA00;
}
.heading-line {
    color: #000000;
    font-size: 36px;
    font-weight: 800;
    margin: 0;
    position: relative;
    padding-bottom: 25px;
    display: inline-block;
    line-height: 32px;
}
.heading-line:after {
    content: '';
    width: 36px;
    height: 5px;
    background: #FECC38;
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 99;
}
.heading-line::before {
    content: '';
    width: 136px;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    bottom: 0;
}
.heading-line span {
    display: block;
    color: #595857;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
h1 strong bold {
    font-weight: 800;
}
iframe {
    max-width: 100%;
}
.custom-table__row {
    display: flex;
    color: #595857;
    padding: 7px;
    text-transform: uppercase;
}
.custom-table__row:nth-child(even) {
    background-color: #F2F2F2;
}
.custom-table__name {
    font-weight: 700;
    max-width: 40%;
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
    padding: 0 15px;
}
.custom-table__desc {
    font-weight: 400;
    max-width: 60%;
    flex: 0 0 60%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding: 0 15px;
    align-items: center;
}
body .slick-lightbox {
    z-index: 99999999999;
}
.slick-lightbox .slick-arrow  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    cursor: pointer;
}
.slick-lightbox .slick-next {
    right: 40px;
    background-image: url('../images/arrow-right.svg');
}
.slick-lightbox .slick-prev {
    left: 40px;
    background-image: url('../images/arrow-right.svg');
    transform: rotate(180deg) translateY(-50%);
}
/* @ @ HEADER @ @ */

/* menu button start */
#nav-icon {
    width: 27px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    display: none;
    margin-left: 25px;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
    top: 8px;
}
#nav-icon span:nth-child(4) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
/* menu button end */
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    z-index: 999999;
    background-color: #fff;
    transition: .3s;
}
.header.header--scrolled {
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
}
body.overlayed .header {
    z-index: 99;
}
.header ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

/* menu start */
.header__menu {
    display: flex;
    align-items: center;
}
.header__menu>div {
    width: 100%;
}
.header__menu>div>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header__menu>div>ul>li {
    padding: 0 5px;
    position: relative;
}
.header__menu>div>ul>li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.header__menu>div>ul>li>a {
    color: #1A1919;
    font-weight: 700;
    font-size: 14px;
    border-radius: 25px;
    position: relative;
    background: transparent;
    padding: 5px 10px;
    display: flex;
}
.header__menu>div>ul>li:hover ul {
    display: flex;
}
.pll-parent-menu-item ul li {
    background: transparent !important;
    padding: 0 !important;
}
.pll-parent-menu-item ul li a {
    display: inline-block !important;
    padding: 2px 15px 5px 15px !important;
    border-radius: 25px;
    background: #3e3f41 0% 0% no-repeat padding-box;
}
/* menu end */
.header__right {
    padding-left: 0;
    display: flex;
    align-items: center;
}
.header__right ul {
    display: flex;
    align-items: center;
    line-height: 20px;
}
.header__right ul li a {
    padding: 3px 7px;
    background: #595857;
    font-size: 11px;
    color: #838383;
    font-weight: 700;
    text-transform: uppercase;
}
.header__right ul li:first-child a {
    border-radius: 17px 0px 0px 17px;
}
.header__right ul li:last-child a {
    border-radius: 0px 17px 17px 0px;
}
.header__right ul li.current-lang a{
    background: transparent linear-gradient(121deg, #595857 0%, #1A1919 100%);
}
.header__right ul li.current-lang a {
    color: #FECC27;
}
.header__right ul li a:hover {
    color: #FECC27;
}

.header__panel {
    color: #FECC27;
    font-size: 12px;
    background: #1A1919;
    border-radius: 18px;
    padding: 5px 10px;
    line-height: 18px;
    font-weight: 700;
    display: inline-block;
    margin-left: 15px;
    transition: .3s;
    text-align: center;
}
.header__panel:hover {
    color: #1A1919;
    background: #FECC27;
}
/* @ @ HEADER END @ @ */

/* @ @ BANER START @ @ */
.baner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 90vh;
    margin-top: 80px;
    padding-left: 6vw;
    padding-right: 6vw;
}
.baner-video {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
}
.baner-video video {
    object-fit: cover;
    flex-grow: 1;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    aspect-ratio: 16/9;
}
.baner__img {
    height: 100%;
    width: 100%;
    display: flex !important;
    border-radius: 25px 25px 0px 0px;
    overflow: hidden;
}
.baner__img img {
    height: 35vw;
    min-height: 300px;
    object-fit: cover;
    flex-grow: 1;
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    max-height: 80vh;
}

.slick-current .baner__img img  {
    width: 100%;
    animation: move 30s infinite;
    -ms-animation: move 30s infinite;
    -webkit-animation: move 30s infinite;
    -moz-animation: move 30s infinite;
}
  
@-webkit-keyframes move {
    0% {
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      transform: scale(1.0);
      -ms-transform: scale(1.0);
      -webkit-transform: scale(1.0);
      -o-transform: scale(1.0);
      -moz-transform: scale(1.0);
    }
    100% {
      transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      -o-transform: scale(1.2);
      -moz-transform: scale(1.2);
    }
}
.baner__txt {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    color: #FFFFFF;
}
/* .baner .slick-slide:first-child .baner__txt {
    top: 40%;
} */
.baner__txt header {
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding: 20px 15px;
}
/* .baner .slick-slide:first-child .baner__txt header {
    padding: 20px;
    background-color: rgba(26, 25, 25, .6);
    border-radius: 10px;
} */
.baner__txt span {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 15px;
}
.baner__txt .bannerh1 {
    font-size: 44px;
    margin: 0;
    font-weight: 900;
    padding-bottom: 40px;
    line-height: 40px;
    color: #fff;
}
.baner__link {
    position: absolute;
    bottom: -10px;
}
.baner__slick .baner__slick-wrapper {
    display: none;
}
.baner__slick .baner__slick-wrapper:first-child {
    display: block;
}

.baner__socials {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    padding-left: 120px;
}
.baner__socials-icons {
    background: rgba(26, 25, 25, .6);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}
.baner__socials-icons a {
    display: flex;
    align-items: center;
    color: #F8F8F8;
    height: 40px;
    position: relative;
    font-size: 12px;
}
.baner__socials-icons a:hover {
    color: #FECC27;
}
.baner__socials-icons a:not(:last-child) {
    margin-right: 25px;
}
.baner__socials svg {
    width: 15px;
    margin-right: 6px;
}
.baner__socials svg path {
    transition: .3s;
}
.baner__socials a:hover svg path {
    fill: #FECC27;
}

.baner .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}
.baner .slick-dots li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 2px;
    background-color: #000;
    border: 2px solid #000;
    cursor: pointer;
}
.baner .slick-dots li.slick-active {
    background-color: #FECC27;
}
.baner .slick-dots li button {
    font-size: 0;
    color: transparent;
    background-color: transparent;
    border: none;
}
/* @ @ BANER END @ @ */
/* info top + */
.info-top {
    background-color: #F5F5F5;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 9vw;
    padding-right: 9vw;
}
.info-top header {
    display: flex;
    align-items: center;
}
.info-top__txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.info-top .infoh2 {
    letter-spacing: -0.34px;
    color: #1A1919;
    font-size: 17px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: 600;
}
.info-top h2 {
    letter-spacing: -0.34px;
    color: #1A1919;
    font-size: 17px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: 600;
}
.info-top p {
    font-size: 17px;
    line-height: 22px;
    color: #515252;
    letter-spacing: -0.34px;
    margin: 10px 30px 10px 0;
    font-weight: 600;
}
.info-top p span {
    display: inline-block;
    margin-right: 5px;
    color: #CCCCCC;
}
/* info top - */

/* baner yellow + */
.baner-yellow {
    padding: 40px 0;
    background-color: #FECC38;
    border-radius: 0px 0px 30px 30px;
}
.baner-yellow__quote {
    padding: 0 15px 40px 4vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.baner-yellow__quote:before {
    content: '';
    height: 182%;
    position: absolute;
    left: 0;
    top: -35px;
    width: 200px;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}
.baner-yellow__quote h2 {
    color: #1A1919;
    font-size: 32px;
    padding: 40px 40px 0 40px;
    position: relative;
    font-weight: 900;
    line-height: 32px;
}
.baner-yellow__quote h2:after,
.baner-yellow__quote h2:before {
    content: '”';
    display: inline-block;
    font-size: 82px;
    position: absolute;
}
.baner-yellow__quote h2:before {
    left: 0;
    top: 0;
}
.baner-yellow__quote h2:after {
    right: 20px;
    bottom: -80px;
}
.baner-yellow__quote span {
    color: #1A1919;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    font-weight: 600;
    padding-left: 40px;
    font-style: italic;
}
.baner-yellow__txt {
    padding-left: 6vw;
    color: #1A1919;
}
/* baner yellow - */

/* tekst pod baner yellow + */
.info-yellow {
    padding-top: 60px;
}
.info-yellow__title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
}
/* tekst pod baner yellow - */

/* listprods + */
.listprods {
    position: relative;
    margin: 60px 0;
}
/* listprods - */

/* home products + */
.prods {
    margin-top: 100px;
}
.prods__img img {
    width: 100%;
    object-fit: cover;
}
.prods h2::before {
    left: 0;
}
.prods h2::after {
    left: 135px;
    right: initial;
}
.prods .btn-brown {
    margin-top: 20px;
}
.custom-list ul,
.check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.custom-list li,
.check-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.custom-list li:before,
.check-list li:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    background-image: url('../images/check-mark.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.check-list.check-list--white li:before {
    background-image: url('../images/check-mark-white.svg');
}
.custom-list .blocks-gallery-grid li {
    padding-left: initial;
}
.custom-list .blocks-gallery-grid li:before, .check-list .blocks-gallery-grid li:before {
    display: none;
}
.prods__case {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
.prods__case.prods__case--narr {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}
.prods__case.prods__case--narr .prods__case-title {
    margin-right: 66px;
}
.prods__case-title {
    text-align: right;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    justify-content: center;
    max-width: 160px;
    flex: 0 0 160px;
}
.prods__case .heading-line {
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    padding-bottom: 10px;
}
.prods__case .heading-line:before {
    left: 0;
}
.prods__slider {
    flex: 0 0 calc(100% - 160px);
    max-width: calc(100% - 160px);
    padding-left: 15px;
    padding-right: 15px;
}
.prods__slider--narr {
    max-width: 100%;
    /* flex: 0 0 100%; */
    display: flex;
}
.prods__slick--narr {
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
}
.prods__item img {
    width: 100%;
    padding: 15px;
    border-radius: 25px;
    object-fit: cover;
    height: 200px;
}
.prods__arrows {
    margin-top: 20px;
}
.prods__arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    padding: 2px;
    cursor: pointer;
}
.prods__slider--narr .prods__arrows {
    flex-direction: column;
    max-width: 30px;
    flex: 0 0 30px;
}
.prods__arrow--next-second svg,
.prods__arrow--prev-second svg {
    transform: rotate(90deg);
}
/* home products - */

/* yellow baner 2 + */
.link-yellow {
    margin-top: 60px;
    background-color: #FECC38;
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.link-yellow h2 {
    font-weight: 800;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
}
.link-yellow__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 6vw;
}
.link-yellow .btn-brown {
    border: 1px solid transparent;
    padding-right: 80px;
    position: relative;
}
.link-yellow .btn-brown:hover {
    border-color: #000;
}
.link-yellow .btn-brown svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/* yellow baner 2 - */

/* info list + */
.info-list {
    margin-top: 60px;
}
.info-list header h2 span {
    text-align: right;
}
.info-list__content {
    font-size: 14px;
    padding-right: 40px;
}
.info-list__right {
    position: relative;
    padding-top: 60px;
    padding-left: 40px;
}
.info-list__right:before {
    content: '';
    background-image: url('../images/pattern.svg');
    position: absolute;
    left: 0;
    bottom: -10px;
    top: 80px;
    width: 180px;
    opacity: 0.6;
    z-index: -2;
}
.info-list__slick {
    position: relative;
}
.info-list__slick::before {
    content: '';
    background: #F2F2F2;
    position: absolute;
    right: -20px;
    bottom: -30px;
    top: -20px;
    width: 90%;
    z-index: -1;
}
.info-list__slick img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.info-list__txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}
.info-list__txt span {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 24px;
}
.info-list__txt span:after {
    content: '';
    width: 36px;
    height: 5px;
    background: #FECC38;
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 99;
}
.info-list__txt span::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    bottom: 0;
}
.info-list .prods__arrows {
    display: flex;
    justify-content: center;
}
/* info list - */

/* photo text + */
.textphoto {
    margin-top: 100px;
}
.textphoto__txt {
    padding-top: 40px;
    padding-left: 60px;
}
.textphoto h2 span {
    text-align: right;
}
.textphoto__img {
    position: relative;
}
.textphoto__img img {
    border-radius: 30px;
    width: 100%;
    padding: 20px;
}
.textphoto__img:before {
    content: '';
    background-image: url('../images/pattern.svg');
    position: absolute;
    left: 0;
    bottom: -20px;
    top: 60px;
    width: 92%;
    opacity: 0.6;
    z-index: -2;
}
.textphoto__img:after {
    content: '';
    background: #F2F2F2;
    position: absolute;
    left: 80px;
    top: -10px;
    right: 0;
    bottom: -10px;
    display: inline-block;
    z-index: -11;
}
.textphoto__link {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}
/* photo text - */

/* ciekawostki / popularne posty + */
.pop {
    margin-top: 100px;
}
.pop__slick {
    position: relative;
}
.pop__slick-arrow {
    position: absolute;
    right: 60px;
    top: 35px;
    z-index: 99;
}
.pop__slick-arrow button {
    border: none;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
    margin: 0 -5px;
}
.pop__slick-arrow button svg path {
    fill: #fff;
}
.pop__slider:before {
    content: '';
    background: #FECC38;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    border-radius: 15px;
}
.pop__left {
    display: flex !important;
    flex-wrap: wrap;
    padding-top: 30px;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.pop__left h3 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: right;
}
.pop__left h3 span {
    margin-bottom: 0;
    text-transform: uppercase;
}
.pop__left h3:before {
    width: 200px;
}
.pop__left-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-right: 40px;
}
.pop__left h3:after {
    background-color: #000;
}
.pop__left h3:before {
    background-color: #7B7B79;
}
.pop__heading {
    background-color: #fff;
    padding: 20px;
    margin-top: 40px;
    position: relative;
}
.pop__heading:before {
    content: '';
    background-image: url('../images/pattern.svg');
    position: absolute;
    right: -20px;
    top: 20px;
    bottom: -60px;
    width: 160px;
    z-index: -2;
}
.pop__heading h4 {
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 800;
}
.pop__heading p {
    color: #444444;
    font-size: 12px;
    line-height: 18px;
}
.pop__heading .btn-brown {
    margin-top: 30px;
}
.pop__tags span {
    font-size: 10px;
    text-align: 12px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: #FECC38;
    padding: 1px 15px;
}
.pop__img {
    position: absolute;
    z-index: -1;
    left: 60px;
    top: 120px;
}
.pop__img img {
    width: 100%;
}
.pop__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.pop__right h2 {
    text-align: right;
}
.pop__list {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.pop__list li {
    color: #1A1919;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px;
    max-width: 42%;
    flex: 0 0 50%;
}
.pop__list li span {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 22px;
    margin-top: 10px;
}
/* ciekawostki / popularne posty - */

/* movie + */
.movie {
    margin-top: 100px;
    position: relative;
}
.movie:after {
    content: '';
    background: #F2F2F2;
    position: absolute;
    left: -6vw;
    top: -40px;
    bottom: -60px;
    width: 90%;
    display: inline-block;
    z-index: -1;
}
.movie__wrapper {
    position: relative;
}
.movie__wrapper:before {
    content: '';
    background-image: url('../images/pattern.svg');
    position: absolute;
    right: -60px;
    top: 60px;
    bottom: -260px;
    width: 160px;
    opacity: 0.6;
    z-index: -2;
}
.movie video {
    width: 100%;
    border: none;
    height: 40vw;
    max-height: 900px;
    position: relative;
}
/* movie - */

/* logotypy + */
.logos {
    margin-top: 60px;
    padding-top: 80px;
    position: relative;
    background-color: #fff;
}
.logos:before {
    content: '';
    background-image: url('../images/pattern.svg');
    position: absolute;
    left: 30vw;
    top: 0;
    height: 90%;
    width: 180px;
    z-index: 9;
}
.logos span {
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
}
.logos h2 {
    color: #000000;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.logos__wrapper {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    padding-bottom: 60px;
    z-index: 999;
}
.logos__item div {
    box-shadow: 0px 1px 10px #00000017;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    height: 140px;
    background-color: #fff;
}
.logos__item img {
   height: 140px;
   object-fit: contain;
}
.logos .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
.logos .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #000;
    margin: 3px;
    cursor: pointer;
}
.logos .slick-dots li.slick-active {
    background-color: transparent;
}
.logos .slick-dots button {
    font-size: 0;
    color: transparent;
    border: none;
    background-color: transparent;
}
/* logotypy - */

/* ostatnie realizacje + */
.lastr {
    margin-top: 100px;
}
.lastr__heading {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    text-align: right;
    padding: 30px 20px 30px 15px;
}
.lastr__heading h2 {
    font-size: 32px;
}
.lastr__item {
    padding: 10px;
}
.lastr__item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    height: 300px;
}
/* ostatnie realizacje - */

/* footer + */
.pp-wrapper {
    order: 2;
    padding: 40px;
}
.pp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background-color: #FECC27;
    border-radius: 10px;
    box-shadow: 0px 3px 15px #3c30084d;
    border-radius: 25px;
    height: 100%;
}
.pp>span {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}
.pp-top {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 15px;
}
.pp .pp-top  svg {
    margin-bottom: 10px;
    max-width: 40px;
    max-height: 40px;
}
.pp .pp-top a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.fixy {
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 300px;
    z-index: 9999;
}
.fixy .absolute-link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.fixy-top {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    background-color: #FECC27;
    color: #000;
    max-width: 320px;
    display: flex;
    border-radius: 50px;
    padding: 15px 25px;
    position: relative;
    left: -20px;
    transition: .3s;
}
.fixy .btn-brown {
    font-size: 12px;
}
.fixy:hover .btn-brown {
    background-color: #FECC27;
    color: #1A1919;
}
.fixy:hover .btn-brown svg path {
    fill: #FFFFFF;
}
.fixy:hover .fixy-top {
    background-color: #595857;
    color: #FECC27;
}

.footer {
    margin-top: 100px;
    margin-left: 6vw;
    margin-right: 6vw;
    background: #fecc38;
    border-radius: 30px 30px 0px 0px;
    color: #000000;
    padding-top: 60px;
}
.footer__top {
    padding-bottom: 40px;
    padding-left: 9vw;
    padding-right: 9vw;
}
.footer__left p {
    font-size: 10px;
    margin: 0;
}
.footer__icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer__icons a {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    margin-right: 15px;
}
.footer__right {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    font-size: 14px;
    line-height: 19px;
}
.footer__right span {
    margin-top: 20px;
    display: block;
}
.copyright {
    background-color: #F5F5F5;
    padding-left: 9vw;
    padding-right: 9vw;
}
.copyright p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px;
}
/* footer - */


.about-icons {
    margin-top: 120px;
    position: relative;
}
.about-icons:before {
    content: '';
    background-image: url('../images/pattern.svg');
    position: absolute;
    height: 190px;
    left: 100px;
    right: 60px;
    top: 20px;
    opacity: .3;
}
.about-icons__heading {
    flex: 0 0 250px;
    max-width: 250px;
    padding: 0 15px;
}
.about-icons__heading h2 {
    font-size: 30px;
    text-align: right;
}
.about-icons__small {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
    position: relative;
}
.about-icons__small a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.about-icons__small div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #595857;
    font-size: 8px;
    line-height: 11px;
    max-width: 55px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
}
.about-icons__small img {
    max-width: 40px;
    height: 30px;
    margin-bottom: 10px;
}
.about-icons__list {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    padding: 0 15px;
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}
.about-icons__item {
    padding: 15px 10px;
    flex: 0 0 20%;
    max-width: 20%;
}
.about-icons__item div {
    background-color: #fff;
    box-shadow: 0px 3px 5px #1A191943;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    position: relative;
    transition: .3s;
}
.about-icons__item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-icons__item h3 {
    margin: 10px 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 800;
    text-align: center;
}
.about-icons__item:hover img {
    max-width: 50px;
}
.about-icons__item div:hover {
    background-color: #FECC27;
    border-color: #FECC27;
}
.about-icons__item div:hover img {
    filter: brightness(0) invert(1);
}

.tax-content {
    margin-top: 60px;
    order: 999;
}

/* @ @ MEDIA START @ @  */
@media(min-width: 2100px) {
   
}
@media(max-width: 1600px) {
    .info-top {
        padding-left: 3vw;
        padding-right: 3vw;
    }
}
@media(max-width: 1380px) {
    body.home:not(.b-video) {
        padding-top: 630px;
    }
    .baner__img img {
        height: 550px;
    }
    .baner__txt header {
        width: 80%;
    }
    .header__menu>div>ul>li>a {
        padding: 5px;
    }
}
@media(max-width: 1280px) {
    .header__menu>div>ul>li>a {
        font-size: 13px;
    }
}
@media(max-width: 1200px) {
    .header__menu {
        padding: 0;
    }
    .header__menu>div>ul>li {
        padding: 0;
    }
    .header__menu>div>ul>li>a {
        font-size: 12px;
    }

    .about-icons__item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media(max-width: 1070px) {
    
}
@media(min-width: 993px) {
    .justify-lg-content {
        justify-content: center;
    }
    .d-lg-none {
        display: none;
    }

    .header__menu>div>ul>li:not(:last-child) {
        border-right: 1px dashed #C4C4C4;
    }
    .header__menu>div>ul>li.menu-item-has-children>a {
        padding-right: 25px;
    }
    .header__menu>div>ul>li.menu-item-has-children>a:after {
        content: '';
        background-image: url('../images/dot-down.svg');
        background-position: center;
        background-size: cover;
        display: inline-block;
        width: 8px;
        height: 6px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .header__menu>div>ul>li:hover>a{
        color: #FECC27;
    }
    .header__menu>div>ul ul {
        display: none;
        flex-direction: column;
        text-align: center;
        position: absolute;
        left: 50%;
        right: 50%;
        width: 200px;
        transform: translateX(-50%);
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        box-shadow: 0px 6px 13px rgba(144,144,144, .3);
        border-radius: 13px;
    }
    .header__menu>div>ul>li>ul li {
        position: relative;
        border-radius: 0;
    }
    .header__menu>div>ul>li>ul li:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
    }
    .header__menu>div>ul>li>ul>li>ul {
        left: calc(50% + 200px);
        display: none !important;
        top: -2px;
    }
    .header__menu>div>ul>li>ul>li.menu-item-has-children:before {
        content: '';
        background-image: url(//bannergear.com/wp-content/themes/banner/css/../images/dot-down.svg);
        background-position: center;
        background-size: cover;
        display: inline-block;
        width: 8px;
        height: 6px;
        position: absolute;
        top: calc(50% - 4px);
        transform: rotate(270deg) translateY(-50%);
        right: 10px;
    }
    .header__menu>div>ul>li>ul>li:hover>ul {
        display: flex !important;
    }
    .header__menu>div>ul>li>ul>li>ul ul {
        display: none !important;
    }
    .header__menu>div>ul ul li {
        border-radius: 25px;
        line-height: 17px;
        padding: 5px 15px;
    }
    .header__menu>div>ul ul li:not(:last-child) {
        margin-bottom: 5px;
    }
    .header__menu>div>ul ul li a {
        color: #000;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 700;
        display: block;
        text-align: left;
    }
    .header__menu>div>ul ul li a:hover {
        color: #FECC27;
    }

    
}
@media(max-width: 992px) {
    .marg-md-top {
        margin-top: 40px;
    }
    .heading-line {
        font-size: 30px;
        line-height: 30px;
    }
    .d-md-none {
        display: none;
    }
    #nav-icon {
        display: flex;
    }
    .header__menu {
        position: fixed;
        left: -150%;
        top: 50px;
        width: 100%;
        min-height: 100%;
        background-color: #fff;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 120px;
        height: 110%;
        overflow: auto;
        transition: .5s;
    }
    .menuopened .header__menu {
        left: 0;
    }
    .header__menu>div>ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .header__menu>div>ul>li {
        margin: 5px 0;
    }
    .header__menu>div>ul>li>a {
        font-size: 20px;
    }
    .header__menu>div>ul ul {
        display: flex;
        flex-direction: column;
        padding: 10px 0 10px 30px;
    }
    .header__menu>div>ul ul li a {
        font-size: 16px;
        font-weight: 600;
    }
    .header__menu .header__panel {
        margin-top: 15px;
    }
    .header__right {
        justify-content: flex-end;
    }
    .pll-parent-menu-item>a {
        display: none;
    }
    .pll-parent-menu-item ul {
        flex-direction: row !important;
        padding-left: 10px !important;
    }
    .pll-parent-menu-item ul li {
        margin-right: 10px !important;
    }

    .info-top header {
        text-align: center;
        justify-content: center;
    }
    .info-top__txt {
        justify-content: flex-start;
        flex-direction: column;
        text-align: center;
    }

    .baner-yellow__quote h2 {
        font-size: 28px;
        line-height: 28px;
        padding: 20px 20px 0 20px;
    }

    .prods {
        margin-top: 60px;
    }
    .prods__txt {
        margin-top: 30px;
        order: 0;
    }
    .prods__case.prods__case--narr {
        flex-direction: row;
    }
    .prods__slider,
    .prods__case-title {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .prods__case {
        order: 2;
        margin-top: 60px;
    }
    .prods__case-title {
        align-items: flex-end;
    }
    .prods__case .heading-line:before {
        right: 30px;
        left: initial;
    }
    .prods__img {
        margin-top: 40px;
        order: 1;
    }

    .link-yellow h2 {
        text-align: center;
    }
    .link-yellow__right {
        margin-top: 40px;
        justify-content: center;
    }
    .link-yellow__right .btn-brown {
        padding-right: 45px;
    }

    .pop__right {
        margin-top: 60px;
        padding-top: 40px;
    }
    .pop__list {
        padding-left: 0;
        text-align: center;
    }
    .pop__list li {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .pop__img {
        position: relative;
        top: initial;
        left: initial;
    }
    .pop__slick-arrow {
        top: 80px;
    }

    .lastr {
        margin-top: 60px;
    }

    .logos {
        padding-top: 40px;
    }
    .logos h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .logos span {
        font-size: 13px;
        line-height: 17px;
    }

    .footer__right,
    .footer__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer__right {
        margin-top: 30px;
    }
}
@media(max-width: 767px) {
    .marg-top-big {
        margin-top: 60px;
    }
    .marg-sm-top {
        margin-top: 40px;
    }
    .baner__txt header {
        width: 100%;
    }
    .baner__txt {
        top: 40%;
    }
    .baner__txt h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .baner__socials {
        position: relative;
        padding-left: initial;
    }
    .baner__socials-icons {
        flex-wrap: wrap;
        justify-content: center;
        bottom: 100px;
    }

    .movie {
        overflow: hidden;
    }

    .about-icons__heading {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-icons__list {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .about-icons__small {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .copyright p {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width: 500px) {
    .about-icons__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/* @ @ MEDIA END @ @  */