/* 
Theme Name: Hello Elementor Child
Author: Annaes Studio
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

:root {
    --font-primary: 'Open Sans';
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden !important;
}

body p > a {
	color: #0271E1 !important;
}

/*-------------------HEADER--------------------*/

.header-lang:hover a {
    background-color: #000 !important;
}

.header-lang .cpel-switcher__lang a {
    width: 55px;
    text-align: center !important;
    padding: 10px 0px !important;
    border-left: 1px solid #425064;
    border-right: 1px solid #425064;
    transition: all 0.3s;
}

.header-lang .cpel-switcher__list .cpel-switcher__lang:last-of-type {
    border-bottom: 1px solid #425064;
}

.header-lang .cpel-switcher__list .cpel-switcher__lang:last-of-type a {
    padding-bottom: 15px !important;
}

.header-lang .cpel-switcher__nav,
.header-lang .cpel-switcher__toggle,
.header-lang .cpel-switcher__toggle a {
    height: 100%;
}

.header-lang .cpel-switcher__toggle {
    position: relative;
    z-index: 20;
}

.header-lang .cpel-switcher__toggle a {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-lang .cpel-switcher__toggle::after {
    display: none;
}

.header-lang .cpel-switcher--layout-dropdown .cpel-switcher__list {
    transition-timing-function: ease-in-out !important;
}

@media (max-width: 1600px) {
    .header-lang .cpel-switcher__lang a {
        width: 50px;
        padding: 8px 0px !important;
    }
}

/*-------------------MENU PRODUCERS--------------------*/

.menu-producers .menu-item a {
    display: block;
    height: 80px;
    border: 1px solid #E3E3E3;
    line-height: 999px !important;
    transition: all 0.5s !important;
    overflow: hidden;
}

.menu-producers .menu-item::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 155px;
    height: 60px;
    background: no-repeat center center;
    background-size: contain;
    content: '';
}

.menu-producers .menu-item.current-menu-item::after {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 33px;
    height: 100%;
    background: url('images/arrow-menu.svg') no-repeat center center;
    background-size: contain;
    content: '';
}

.menu-producers .menu-item a:hover {
    box-shadow: inset 0px 0px 30px #E5190038;
}

.menu-producers .menu-item:not(:first-of-type) a {
    border-top-width: 0px;
}

.menu-producers .menu-item:not(.current-menu-item) {
    padding-right: 20px;
}

.menu-producers .menu-item.current-menu-item a {
    border-top-width: 1px;
    border-color: #E51900;
    box-shadow: inset 0px 0px 30px #E5190038, 0px 3px 6px #959AAA3B;
}

@media (max-width: 1600px) {
    .menu-producers .menu-item a {
        height: 60px;
    }

    .menu-producers .menu-item::before {
        width: 120px;
        height: 45px;
    }

    .menu-producers .menu-item.current-menu-item::after {
        width: 25px;
    }
}

@media (max-width: 1250px) {
    .menu-producers .menu-item a {
        height: 50px;
    }

    .menu-producers .menu-item::before {
        width: 100px;
        height: 35px;
    }

    .menu-producers .menu-item.current-menu-item::after {
        right: 10px;
        width: 20px;
    }

    .menu-producers .menu-item:not(.current-menu-item) {
        padding-right: 15px;
    }
}

.menu-producers .menu-item.logo-1::before {
    background-image: url('../../uploads/logo-firmy-1.png');
}

.menu-producers .menu-item.logo-2::before {
    background-image: url('../../uploads/logo-firmy-2.png');
}

.menu-producers .menu-item.logo-3::before {
    background-image: url('../../uploads/logo-firmy-3.png');
}

.menu-producers .menu-item.logo-4::before {
    background-image: url('../../uploads/logo-firmy-4.png');
}

.menu-producers .menu-item.logo-5::before {
    background-image: url('../../uploads/logo-firmy-5.png');
}

.menu-producers .menu-item.logo-6::before {
    background-image: url('../../uploads/logo-firmy-6.png');
}

.menu-producers .menu-item.logo-7::before {
    background-image: url('../../uploads/logo-firmy-7.png');
}

.menu-producers .menu-item.logo-8::before {
    background-image: url('../../uploads/logo-firmy-8.png');
}

.menu-producers .menu-item.logo-9::before {
    background-image: url('../../uploads/logo-firmy-9.png');
}

.menu-producers .menu-item.logo-10::before {
    background-image: url('../../uploads/logo-firmy-10.png');
}

.menu-producers .menu-item.logo-11::before {
    background-image: url('../../uploads/logo-firmy-11.png');
}

.menu-producers .menu-item.logo-12::before {
    background-image: url('../../uploads/logo-firmy-12.png');
}

.menu-producers .menu-item.logo-13::before {
    background-image: url('../../uploads/logo-firmy-13.png');
}

.menu-producers .menu-item.logo-14::before {
    background-image: url('../../uploads/logo-firmy-14.png');
}

.menu-producers .menu-item.logo-15::before {
    background-image: url('../../uploads/logo-firmy-15.png');
}

.menu-producers .menu-item.logo-16::before {
    background-image: url('../../uploads/logo-firmy-16.png');
}

.menu-producers .menu-item.logo-17::before {
    background-image: url('../../uploads/logo-firmy-17.png');
}

.menu-producers .menu-item.logo-18::before {
    background-image: url('../../uploads/logo-firmy-18.png');
}

.menu-producers .menu-item.logo-19::before {
    background-image: url('../../uploads/logo-firmy-19.png');
}

.menu-producers .menu-item.logo-20::before {
    background-image: url('../../uploads/logo-firmy-20.png');
}

/*-------------------ARROW AFTER--------------------*/

.arrow-after .elementor-heading-title::after {
    display: inline-block;
    width: 48px;
    height: 30px;
    margin-left: 30px;
    background: url('images/arrow-after.svg') no-repeat left center;
    background-size: 100%;
    content: '';
}

@media (max-width: 1600px) {
    .arrow-after .elementor-heading-title::after {
        width: 34px;
        height: 22px;
        margin-left: 20px;
    }
}

@media (max-width: 1250px) {
    .arrow-after .elementor-heading-title::after {
        width: 24px;
        height: 18px;
        margin-left: 15px;
    }
}

/*-------------------CTA S1--------------------*/


.cta-s1 a.elementor-cta {
    height: 100%;
}

.cta-s1 a.elementor-cta .elementor-icon {
display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.5s !important;
  border: solid 2px #0271E1;
	background-color: #fff;
}

.cta-s1 a.elementor-cta:hover .elementor-icon {
   border: solid 2px #47A3FF; !important;
	background-color: #0271E1;
}

.cta-s1 a.elementor-cta .elementor-icon svg {
    transition: all 0.5s !important;
}

.cta-s1 a.elementor-cta:hover .elementor-icon svg {
    fill: #FFFFFF !important;
}

@media (max-width: 1600px) {
    .cta-s1 a.elementor-cta .elementor-icon {
        width: 75px;
        height: 75px;
    }
}

/*-------------------CTA S2--------------------*/

.cta-s2 a.elementor-cta {
    height: 100%;
    box-shadow: 0px 2px 30px 0px rgba(101, 101, 101, 0.36);
	transition: all 0.5s !important;
}


.cta-s2 a.elementor-cta:hover {
	transition: all 0.5s !important;
	 box-shadow: 0px 5px 60px 0px rgba(101, 101, 101, 0.20);
}

.cta-s2 .elementor-widget-container {
    overflow: visible !important;
}

.cta-s2 a.elementor-cta .elementor-icon {
display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: all 0.5s !important;
  border: none;
}

.cta-s2 a.elementor-cta .elementor-icon svg {
    transition: all 0.5s !important;
}

.cta-s2 a.elementor-cta:hover .elementor-icon svg {
    fill: #0271E1 !important;
}

@media (max-width: 1600px) {
    .cta-s2 a.elementor-cta .elementor-icon {
        width: 75px;
        height: 75px;
    }
}

/*-------------------PRODUCT GALLERY SLIDER--------------------*/
.product-slider-st .swiper-slide:not(:hover) .e-overlay-animation-fade {
opacity: 1 !important;
}


.product-slider-st  .elementor-main-swiper .swiper-slide {
	border-color: rgba(0, 0, 0, 0.0);
	transition: border-color 0.4s;
}

.product-slider-st  .elementor-main-swiper .swiper-slide {
	border-color: rgba(0, 0, 0, 0.0);
}

.product-slider-st .elementor-carousel-image-overlay {
    bottom: 30px !important;
    height: 140px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    top: auto !important;
}


.product-slider-st .elementor-carousel-image-overlay::after {
    position: absolute;
    content: 'Więcej';
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100px;
cursor: pointer;
  height: 40px;
border: solid 2px #0271E1;
color: #fff;
	font-family: "Open Sans", Sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    background-color: rgba(0, 0, 0, .3);
    padding: 12px 40px;
	transition: all 0.3s;
	    transform: translateX(0px);
}

.product-slider-st .elementor-carousel-image-overlay:hover::after {
	background-color: rgba(2, 113, 225, .9);
}

.product-slider-st .elementor-main-swiper .swiper-slide {
	transition: all 0.3s;
}

.product-slider-st .elementor-main-swiper .swiper-slide:hover {
	border-color: rgba(2,113,225, 1.0) !important;
}


@media (max-width: 1600px) {
}

@media (max-width: 1250px) {
}

@media (max-width: 767px) {
}



/*-------------------FULL GALLERY SLIDER--------------------*/


.full-slider-st .swiper-pagination-bullet {
width: 60px !important;
height: 5px !important;
border-radius: 0 !important;
}


.full-slider-st .swiper .elementor-swiper-button-next, .full-slider-st .swiper .elementor-swiper-button-prev {
    top: unset;
}

.full-slider-st .swiper .elementor-swiper-button {
    bottom: -26px !important;
	top: unset !important;
}

.full-slider-st .swiper .elementor-swiper-button-next {
    right: calc(50% - 200px) !important;
}

.full-slider-st .swiper .elementor-swiper-button-prev {
    left: calc(50% - 200px) !important;
}

.full-slider-st .elementor-element.elementor-pagination-position-outside .swiper {
    padding-bottom: 60px;
}

 .full-slider-st .swiper-slide {
    height: 420px;
} 

.full-slider-st .swiper-slide *{
    display: block;
    height: 100%;
	padding-bottom: 30px;
}

.full-slider-st .swiper-slide img {
    object-fit: cover;
}


/*-------------------GALLERY SLIDER ST--------------------*/

.gallery-slider-st .elementor-swiper-button-next,
.gallery-slider-st .elementor-swiper-button-prev {
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: rgba(149, 154, 170, 0.29);
    transition: all 0.5s;
}

.gallery-slider-st .elementor-swiper-button-next:hover,
.gallery-slider-st .elementor-swiper-button-prev:hover {
    background-color: rgba(149, 154, 170, 0.1);
}

.gallery-slider-st .elementor-swiper-button-prev {
    left: -90px !important;
}

.gallery-slider-st .elementor-swiper-button-next {
    right: -90px !important;
}

.gallery-slider-st.elementor-element.elementor-pagination-position-outside .swiper {
    padding-bottom: 60px;
}

.gallery-slider-st .swiper-slide {
    height: 430px;
}

.gallery-slider-st .swiper-slide {
    display: block;
    height: 100%;
}

.gallery-slider-st .swiper-slide img {
    object-fit: cover;
}

@media (max-width: 1600px) {

    .gallery-slider-st .elementor-swiper-button-next,
    .gallery-slider-st .elementor-swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .gallery-slider-st .elementor-swiper-button-prev {
        left: -70px !important;
    }

    .gallery-slider-st .elementor-swiper-button-next {
        right: -70px !important;
    }

    .gallery-slider-st .swiper-slide {
        height: 380px;
    }
}

@media (max-width: 1250px) {

    .gallery-slider-st .elementor-swiper-button-next,
    .gallery-slider-st .elementor-swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .gallery-slider-st .elementor-swiper-button-prev {
        left: -60px !important;
    }

    .gallery-slider-st .elementor-swiper-button-next {
        right: -60px !important;
    }

    .gallery-slider-st .swiper-slide {
        height: 320px;
    }

    .gallery-slider-st.elementor-element.elementor-pagination-position-outside .swiper {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {

    .gallery-slider-st .elementor-swiper-button-next,
    .gallery-slider-st .elementor-swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .gallery-slider-st .elementor-swiper-button-prev {
        left: -40px !important;
    }

    .gallery-slider-st .elementor-swiper-button-next {
        right: -40px !important;
    }

    .gallery-slider-st .swiper-slide {
        height: 300px;
    }

    .gallery-slider-st.elementor-element.elementor-pagination-position-outside .swiper {
        padding-bottom: 40px;
    }
}

/*-------------------LIST TWO COL ST--------------------*/

.list-two-col-st ul {
    display: flex;
    justify-content: space-between !important;
    grid-gap: 20px 0px;
}

.list-two-col-st ul li {
    width: 48%;
}

.list-two-col-st .elementor-icon-list-text {
    align-self: flex-start !important;
}

@media (max-width: 1250px) {

    .list-two-col-st ul {
        grid-gap: 15px 0px;
    }
}

@media (max-width: 767px) {

    .list-two-col-st ul li {
        width: 100%;
    }
}


/*-------------------FORM ST--------------------*/

.form-st form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px 0px;
}

.form-st label {
    display: none;
}

.form-st .form-info label, .form-st .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-st input,
.form-st select,
.form-st textarea {
    width: 100%;
    font-family: 'Open Sans';
    font-size: 0.9rem;
    color: #474D56;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    border-radius: 0px;
    background: #F9F9F9;
    padding: 12px;
}


.form-st .form-info input.policy-check {
	padding: 5px 0;
    margin-right: 15px;
	width: auto;
}

.form-st input.policy-check span {
		font-weight: 600;
}

.form-st textarea {
    height: 120px;
}

.form-st .wpcf7-submit {
    width: auto;
    color: #fff;
    font-weight: 600;
    border: 2px solid #0271E1  !important;
	padding: 12px 40px  !important;
    border-radius: 0px;
    background-color: #0271E1  !important;
	transition: all 0.4s;
}

.form-st .wpcf7-submit:hover {
    background-color: #fff  !important;
	color: #0271E1;
}

.form-st .form-info {
    font-family: 'Open Sans';
    font-size: 0.938rem;
    color: #000000;
    font-weight: 300;
    font-style: italic;
}

.form-st .form-info a {
    color: #0271E1;
}


@media (max-width: 1600px) {

    .form-st form {
        gap: 20px 0px;
    }

    .form-st input,
    .form-st select,
    .form-st textarea {
        padding: 8px 12px;
    }

    .form-st input[type=submit] {
        font-size: 1rem;
        padding: 12px 35px;
    }

    .form-st .form-info {
        font-size: 0.875rem;
    }
}

@media (max-width: 1250px) {

    .form-st input,
    .form-st select,
    .form-st textarea {
        font-size: 0.938rem;
        padding: 5px 10px;
    }

    .form-st textarea {
        height: 150px;
    }

    .form-st input[type=submit] {
        font-size: 0.938rem;
        padding: 10px 30px;
    }
}

/*-----------------------------------------------*/

.elementor-widget-icon.ico-display-block .elementor-icon {
    display: block;
}

.elementor-element .swiper .elementor-swiper-button-prev {
    left: -30px;
}

.elementor-element .swiper .elementor-swiper-button-next {
    right: -30px;
}


/* --------------- FOOTER -------------*/
.footer .footer-menu .ico-footer {
	color: #0271E1 !important;
	margin-right: 10px;
}

/* --------------- TIMELINE -------------*/

    .timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 65px;
	width: 1px;
	height: 95%;
    display: block;
	overflow: hidden;
	left: calc(50% - 1px);
    background-color: #0271E1;
}


@media (max-width: 767px) {
.timeline-wrapper .timeline-col h3::after {
    content: '';
    position: absolute;
	width: 13px;
	height: 13px;
    display: block;
	overflow: hidden;
    background-color: #0271E1;
	border-radius: 50%;
	z-index: 2;
    top: 5px;
    left: 0px;
}
}


@media (min-width: 767px) {
/* The line on the timeline */

	/* The dot in the center */
.timeline-col::after {
	content: '';
    position: absolute;
    top: 45px;
   left: calc(50.5% - 13px);
	width: 13px;
	height: 13px;
    display: block;
	overflow: hidden;
    background-color: #0271E1;
	border-radius: 50%;
	z-index: 2;
}

.timeline-wrapper .timeline-col h3::after {
    display: none;
}
}

/* --------------- TABLE -------------*/
#zakres {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#zakres td, #zakres th {
  border: 1px solid #ddd;
  padding: 8px;
}

#zakres tr:nth-child(even){
    background-color: #fff;
}

#zakres tr:hover {background-color: #ddd;}

#zakres th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fff;
  color: white;
}

#zakres .first-col td{
	font-weight:600;
}

/*
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
} */