@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Raleway', sans-serif;
}
.single-post iframe {
    width: 100%;
    height: 600px;
}
/* li.product,
select.orderby{
	display: none;
} */
header {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #343331;
    /*    overflow-x: hidden;*/
    padding-top: 50px;
    padding-left: 15px;
}
.navbar-light .navbar-toggler-icon {
   filter: invert(89%) sepia(0%) saturate(528%) hue-rotate(143deg) brightness(98%) contrast(77%);
}
.owl-carousel .owl-item img {
    object-fit: contain;
}
.navbar-light .navbar-toggler {
    color: #c9c9c9;
    border-color: #c9c9c9;
}
h1.post_title {
    color: #ee5f34;
}
.wp-caption img{
	width: 100%;
}
.mr--2{
	margin-right: -2em!important;
}
.date-publi {
    margin-bottom: 1em;
    position: relative;
    margin-left: 12px;
}
.width100 img{
	width: 100%;
    height: auto;
}
.images img {
    height: 430px;
    width: auto;
    object-fit: contain;
}
.postid-598 figure.wp-caption {
    display: none;
}
.date-publi:before {
    content: '';
    height: 100%;
    width: 10px;
    background-color: #ee5f34;
    position: absolute;
    left: -12px;
}
#comment{
	    width: 100%;
    height: 60px;
}
ul.comment-list {
    padding-left: 0;
}
.product-content,
.product-buy {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column!important;
}
.product-price{
    text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.2em
}
.product-title{
	font-weight: bold;
	margin-bottom: 1em;
}
.custom_grid_product{
	border-bottom: 1px solid #ededed;
	margin-bottom: 1em;
	padding: 1em;
	border-radius: 20px;
	transition: 0.2s;
}
.custom_grid_product:hover{
	background-color: #ededed;
	transition: 0.2s;	
}
.woocommerce-checkout p.form-row.terms.wc-terms-and-conditions {
    padding: 3px!important;
}
.product-add_to_cart .add_to_cart_button{
    background-color: transparent!important;
    padding: 0.6em !important;
    font-weight: bold!important;
    text-decoration: none!important;
    border: 1px solid black!important;
	color: black!important;
    border-radius: 10px!important;
    transition: 0.2s!important;
}
.product-add_to_cart .add_to_cart_button:hover{
	background-color: #ee5f34!important;
	border: 1px solid #ee5f34!important;
    color: #fff!important;
    transition: 0.2s!important;
    cursor: pointer!important;
}
.comment {
    list-style: none;
    padding: 1em;
    margin: 1em;
    background-color: #f3f3f3;
}
.comment-author.vcard {
    border-bottom: 1px solid lightgray;
    padding: 0.5em 0em;
}
div#comments {
    margin-top: 4em;
}
.comment p {
    background-color: lightgray;
    padding: 1em 1em;
}
.modal {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
}
.calc-button{
    background-color: #ee5f34;
    color: #fff;
    padding: 0.5em 1em;
    border: 2px solid #ee5f34;
    border-radius: 10px;
	margin: 1em 0em;
}
.choice{
	display: flex;
	justify-content: space-around;
}
.question-hiden {
    visibility: hidden;
    height: 0px;
}
.wraper {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modal_start .newsletter{
	background-color: rgba(255, 255, 255, 1);
}
.newsletter {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2em;
    position: relative;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    padding: 0.5em;
    top: 0;
    right: 0px;
}
.getresponse-button a{
    color: #c9c9c9;
    background-color: transparent;
    padding: 0.6em;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    transition: 0.2s;
}
.getresponse-button a:hover {
    background-color: #ee5f34;
    color: #fff!important;
    transition: 0.2s;
    cursor: pointer;
}
a {
    color: #ee5f34
}

.negate-fluid {
    margin-left: -3rem!important;
    margin-right: -3rem!important;
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-brand {
    margin-bottom: 2em;
}

#menu-menu li a, #menu-menu-en li a {
    color: #c9c9c9;
    font-size: 1.2em;
    font-weight: 100;
}

#menu-menu li, #menu-menu-en li {
    width: 200px;
    border-bottom: 1px solid #5e5c5d;
}
#menu-menu .dropdown-menu.show li,
#menu-menu-en .dropdown-menu.show  li{
    width: 300px;
}
.wc-block-grid__product{
	border: 1px solid lightgrey;
	border-radius: 15px;
	transition: 0.2s;
	padding: 0!important;
	margin: 1em!important;
	
}
.wc-block-grid__product:hover{
	transform: scale(1.1);
	transition: 0.2s;
}
.wc-block-grid__product-image img {
    width: 200px!important;
    height: 200px!important;
}
.wc-block-grid__product-title,
.wc-block-grid__product-price{
	font-size: 1.5em!important;
	font-weight: bold;
}
.wc-block-grid__product a:hover{
	color: #ee5f34;
}
.wc-block-grid__product-add-to-cart a{
	font-size: 1.4em!important;
    color: #000;
    background-color: transparent;
    padding: 0.6em;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 10px;
    transition: 0.2s;
}

.wc-block-grid__product-add-to-cart a:hover {
    background-color: #ee5f34;
    color: #fff;
	border: 2px solid #ee5f34;
    transition: 0.2s;
    cursor: pointer;
}
.main {
    margin-left: 300px!important;
}

.wp-block-themepunch-revslider {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

figure {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.wp-block-column.tick {
    padding: 0px 2em;
    position: relative;
}

.wp-block-column.tick:before {
    content: "";
    position: absolute;
    background: url("../img/tick.png");
    height: 30px;
    width: 30px;
    background-size: contain;
    top: 0;
    left: -10px;
    filter: brightness(0) saturate(100%) invert(39%) sepia(93%) saturate(821%) hue-rotate(338deg) brightness(98%) contrast(91%);
}

.wp-block-columns.full {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
    height: 100%;
}

.full figure.wp-block-image.size-full {
    margin: 0;
    width: 100%;
    height: 100%;
}

.full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full .wp-block-column:not(:first-child) {
    margin-left: 0em;
}

.rotator {
    padding: 3em!important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rotator h2 {
    position: relative;
    padding-bottom: 1em
}

.rotator h2:after {
    content: "";
    display: block;
    background: #ee5f34;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 60px;
    height: 3px;
}

.add-line {
    position: relative;
    padding-bottom: .5em;
    margin-bottom: 1em
}

.add-line:after {
    content: "";
    display: block;
    background: #ee5f34;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 60px;
    height: 3px;
}

.rotator-content {
    padding-left: 4em!important;
}

.rotator h2:before {
    font-family: FontAwesome;
    color: #ee5f34;
    content: "\f10d";
    font-size: 40px;
    position: absolute;
    bottom: -1.5em;
    left: 0;
	z-index: 100;
}

.blocks-gallery-grid, .wp-block-gallery {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0;
}

p.iworks-omnibus{
    font-size: 12px;
    position: relative;
    top: 10px;
    font-weight: 500;
}


.wp-block-buttons .orange-btn{
    width: 35%!important;
    margin: 0px auto;
}
.wp-block-buttons .orange-btn2{
    width: 100%;
    margin: 0px auto;
}


.oferta-table table tr td{
    font-weight: 500;
    text-align: center;
    padding: 30px 15px;
    border: none;
}
.oferta-table2 table tr td{
    font-weight: 500;
    text-align: center;
    padding: 30px 30px;
    border: none;
}

.oferta-table table tr td a:hover{
    color: #e75e3f;
}


#Przecieki a.wp-element-button, #Rysy a.wp-element-button, #Dylatacje a.wp-element-button, #Podnoszenie a.wp-element-button{
margin: 0px 0px 70px 0px;
}

#oferta1, #oferta2, #oferta3, #oferta4, #oferta5{
    margin-bottom: 0px;
    cursor: pointer;
    transition: .2s;
    color: #ee5f34;
}

#oferta1.active, #oferta2.active, #oferta3.active, #oferta4.active{
    color: #ee5f34;
    font-weight: 700;
    transition: .2s;
}

#oferta1:hover, #oferta2:hover, #oferta3:hover, #oferta4:hover{
    opacity: 0.7;
    transition: .2s;
}

#Inny_problem{
    margin-top: 50px;
    border-top: 1px solid #ee5f34;
    border-bottom: 1px solid #ee5f34;
    padding-top: 45px;
}

#Inny_problem table{
    width: 35%;
    margin-top: 30px;
}
#Inny_problem table tr td{
    padding: 6%;
    border-color: #ee5f34;
}
.oferta-table table tr td a{
    border: 1px solid #ee5f34;
    min-height: 70px;
    padding: 10px 5px;
    border-radius: 5px;
    float: left;
}
.oferta-table3 table tr td a{
    border: 1px solid #ee5f34;
    min-height: 70px;
    padding: 25px 5px;
    border-radius: 5px;
    float: left;
    width: 300px;
}
#oferta1, #oferta2, #oferta3, #oferta4, #oferta5 {
    border: 1px solid #ee5f34;
    min-height: 70px;
    padding: 10px 5px;
    border-radius: 5px;
}

.oferta-btn{
    margin: 50px 0px 30px 0px;
}

.oferta-btn2{
    margin: 0px 0px 0px 0px;

}
#potrzebuje_doradztwa-1{
    display: none;
    font-size: 23px;
}
#potrzebuje_doradztwa-1 a:hover{
color: #ee5f34;
text-decoration: none;
opacity: 0.7;
}


@media (min-width: 600px) {
    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: -0.01em;
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    background: #00000080;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    align-content: center;
    opacity: 0;
    transition: .2s;
}

.blocks-gallery-item:hover figcaption {
    opacity: 1;
    transition: .2s;
}

figcaption a {
    text-decoration: none;
}

figcaption a:hover {
    text-decoration: none;
}
.transcription{
	padding: 0 32px 32px;
    margin: 20px 0 40px;
    background: #f7fafc;
    border: 1px solid #cad7dc;
    border-radius: 5px;
}
.topContent{
	display: flex;
    padding: 15px 32px;
    margin: 0 -32px 24px;
    font-size: 14px;
    line-height: 1;
    color: #666;
    background-color: rgba(0,0,0,.15);
}
.topContent p{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
#bottomContentOpen{
	display: none;
	font-weight: 700;
	cursor: pointer;
}
#expansion{
	display: none;
}
#bottomContent{
	cursor: pointer;
	display: block;
	font-weight: 700;
}
.przerwa{
	display: none;
}
#collapse{
	cursor: pointer;
}
#collapse:hover{
color: #ee5f34;
}
.transcription.open #bottomContent{
    display: none;
}
.transcription.open #bottomContentOpen{
    display: block;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery a {
    color: #ee5f34;
}

#tf-stat-106 .stat .number {
    font-weight: bold;
}

.statistics .statistics-inner {
    display: flex;
    justify-content: space-around;
}

.statistics {
    padding: 0px 0;
}

.statistics-inner {
    padding: 0px 0%;
}

.statistics .stat {
    margin: 20px 0;
}

.footer-sidebar {
    padding: .5rem 1rem;
}

.footer-sidebar p {
    margin-bottom: 0;
    color: #6a6868;
    font-size: .9em;
}

.footer-sidebar h4 {
    margin-bottom: 0;
    color: #ee5f34;
    font-weight: 400;
    font-size: 1.3em;
}

.footer-sidebar {
    padding: .5rem 1rem;
    bottom: -175px;
    position: absolute;
    background-color: #343331;
    transition: 0.2s;
}
.footer-sidebar:hover{
    bottom: 0;
    transition: 0.2s;
}
.owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #ee5f34!important;
}

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

.rotator-logos .owl-dots {
    display: none;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

.dropdown-menu {
    top: -24%;
    left: 100%;
    background-color: #343331;
    color: #c9c9c9;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #343331!important;
    text-decoration: none;
    background-color: #f8f9fa;
}

.blocks-gallery-item {
    overflow: hidden;
}

.blocks-gallery-item img {
    transition: 0.5s;
    height: 101%!important;
}

.blocks-gallery-item:hover img {
    transform: scale(1.1);
}

.navigation {
    text-align: center;
}

.navigation li a, .navigation li.active a, .navigation li.disabled {
    color: #000;
    text-decoration: none;
    border: 1px solid lightgray
}

.navigation li {
    display: inline;
}

.navigation li a, .navigation li.active a, .navigation li.disabled {
    background-color: transparent;
    border-radius: 0px;
    cursor: pointer;
    padding: 11px 18px;
}

.navigation li.active a, .navigation li a:hover {
    background-color: #ee5f34;
    color: #fff;
}

.post .featured-media {
    width: 100%;
    margin: 0;
    display: block;
}

.post .featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post {
    margin: 3em;
    position: relative;
}

.post a {
    color: black;
    text-decoration: none
}

.post a:hover {
    color: black;
    text-decoration: underline;
}

.date {
    text-align: center;
}

.date .day {
    padding: 0.5em 0em;
    background-color: #ee5f34;
    font-size: 1.5em;
    font-weight: bold;
    color: white;
}

.date .month {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.5em;
    text-align: center;
}

.date .year {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400;
    letter-spacing: 0.6em;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: solid 4px #ddd
}

.read-more-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -1em;
    margin-right: 0em;
    padding: 0.2em 1em;
    background-color: #ee5f34;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.1s;
}

.read-more-btn a {
    color: white;
}

.read-more-btn:hover {
    background-color: black;
    transition: 0.1s;
}

.read-more-btn:hover a {
    color: #fff!important;
    text-decoration: none;
    transition: 0.1s;
}

.post .row {
    padding-bottom: 2em
}

.date-side {
    text-align: center;
    background-color: #ee5f34;
    color: #fff;
}

.recent-posts {
    margin-top: 3em;
}

.recent-posts h4 {
    position: relative;
    padding-bottom: 2em;
}

.recent-posts h4:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #ee5f34;
    left: 0;
    top: 65%;
    position: absolute;
}

.postsbycategory .col-sm-9 {
    margin-left: 0;
    padding-left: 0;
}

.postsbycategory a {
    color: #3b3b3b;
}

.slider-top p {
    display: none;
}

.lang {
    position: absolute;
    top: 7em;
    left: 55px;
    z-index: 10000;
}

.socials {
    font-size: 2em;
}

.socials a {
    padding: 0em .25em;
    transition: .1s;
}

.socials .fb {
    color: #007bff
}

.socials .tw {
    color: #b3d7ff
}

.socials .ld {
    color: #003eff
}

.socials a:hover {
    color: #ee5f34;
    transition: .1s;
}

.news-reg {
    padding: 0.5em 2em;
    display: flex;
    justify-content: center;
}

.news-content {
    color: #c9c9c9;
    background-color: transparent;
    padding: 0.6em;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    transition: 0.2s;
    display: none;
}

.news-reg .news-content:hover {
    background-color: #ee5f34;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    padding: 0.5em;
    top: 0;
    right: 0px;
    font-weight: bold;
    transition: 0.1s;
}

.close-btn:after {
    content: "";
    position: absolute;
    background: url("../img/x-circle.svg") no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    top: 3px;
    right: 3px;
    transition: 0.4s;
}

.close-btn:hover:after {
    content: "";
    position: absolute;
    background: url("../img/x-circle-fill.svg") no-repeat;
    height: 20px;
    width: 20px;
    background-size: contain;
    top: 3px;
    right: 3px;
    transition: 0.4s;
    cursor: pointer;
    transform: rotate(90deg);
}

.round figure img {
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
    border-radius: 90%!important;
}

.round figure {
    height: auto
}

.wp-block-nk-awb.nk-awb.rounded {
    padding: 20px 15px 20px 15px !important;
    border: 1px solid #ee5f34;
    border-radius: 10px!important;
    margin: 20px 0px;
}

p.woocommerce-shipping-destination {
    display: none;
}

form.woocommerce-shipping-calculator {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .navbar-brand img {
        width: 60%
    }

    #menu-menu li a, #menu-menu-en li a {
        font-size: 1em;
    }

    .nav-link {
        padding: 0.3rem 1rem;
    }

    .lang {
        top: 7em ;
    }

    .post .col-sm-1 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

.post .col-sm-11 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.postsbycategory .col-sm-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.postsbycategory .col-sm-8 {
    font-size: .9em;
}
}

@media only screen and (min-width: 993px) {
.desktop-none{
           display: none;
       }


}
@media only screen and (max-width: 992px) {
	.single-post iframe {
    width: 100%;
    height: 300px;
}
		.wp-container-13.wp-block-column.mr--2 {
    margin-right: 0em!important;
}
.mobile-none{
           display: none;
       }
       header {
    height: auto;
    width: auto;
    position: unset;
    z-index: 10;
    padding-top: 0px;
    padding-left: 0px;
}
.main {
    margin-left: unset!important;
}
.footer-sidebar{
    position: unset;
    text-align: center;
    background-color: #343331
}
.navbar-nav{
    text-align: center;
}
.dropdown-menu{
    text-align: center;
    padding-top: 0em;
    padding-bottom: 2em;
    padding-left: 3em;
    padding-right: 3em

}

element.style {
}
#menu-menu li, #menu-menu-en li {
    width: auto;
    }
.navbar-brand {
    margin-bottom: 0.3em;
}
.lang{
    position: unset;

}
.navbar-brand{
    flex-basis: 75%
}
 .post .col-sm-1 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

.post .col-sm-11 {
    flex: 0 0 66.66666%;
    max-width: 66.666666%;
}
.navigation li {
    display: inline-block;
    padding: 1em 0em;
}
	.post{
		margin: 2em -1em;
	}
/* 	.archive .container{
		padding-right: 0px;
		padding-left: 0px;
	} */
   .wp-block-nk-awb{
        padding: 0;
    }
	.flags .wp-block-columns{
	    flex-basis: 0%;
	    flex-wrap: nowrap;
	}
	.flags .wp-block-image{
        padding: 0em 1em;
	}
	.flags .wp-block-image img{
        object-fit: contain;
	}
	.mobile-text-center{
	    text-align: center;
	}
	.mobile-text-center .wp-block-column{
	    flex-basis: 100%!important;
	}
	.mobile-text-center .wp-block-buttons{
	    justify-content: center!important;
	}
    .tickss{
        padding-top: 1em;
    }
    .rotator-logos img{
        object-fit: contain;
        height: 100%;
    }
    .bottom-img .sila {
    position: unset!important;

}
}

@media only screen and (max-width: 400px) {
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(80% - 0.25em);
    }
}

@media only screen and (max-width: 800px) {
.statistics .statistics-inner {
        display: block;
    }
    .statistics .stat {
        display: block;
    }
    .statistics .stat:first-child{
        margin-top: 0;
    }
}


.postsbycategory-last-works img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.postsbycategory-last-works figcaption{
    height: 300px;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.postsbycategory-last-works .last-works{
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.postsbycategory-last-works a{
    position: absolute;
    z-index: 10000;
    background-color: #00000080;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.2s;
    color: #ee5f34;
    font-weight: bold; 
	text-align: center;
}
.postsbycategory-last-works .last-works:hover a{
    opacity: 1;
    transition: 0.2s
}
.postsbycategory-last-works a:hover{
    text-decoration: none;
}
.postsbycategory-last-works .last-works img {
    transition: 0.5s;
}
.postsbycategory-last-works .last-works:hover img {
    transform: scale(1.1);
    transition: 0.5s;

}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ee5f34;
	border: 1px solid #ee5f34;
	transition: 0.2s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #000;
	transition: 0.2s;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
}
.woocommerce ul.products li.product .price {
    color: #000;
}

.woocommerce .col-1,
.woocommerce .col-2{
	flex: unset!important;
	max-width: unset!important;
		
}

/* calc_Style */
.kalkulator h1{
    color: #ed5b38;
}
.kalkulator{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.kalkulator .div1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-area: 1 / 1 / 6 / 3;
    margin-right: 20px;
    background: linear-gradient(153deg, rgba(232,232,232,1) 10%, rgba(251,251,251,1) 22%, rgba(251,251,251,1) 75%, rgba(232,232,232,1) 92%);
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}
.kalkulator .div2 {
    grid-area: 1 / 3 / 4 / 4;
    margin-bottom: 10px;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.kalkulator .div3 {
    grid-area: 4 / 3 / 6 / 4;
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.kalkulator .title{
    grid-column: 1 / 12;
}
.kalkulator .label{
    grid-column: 1 / 2;
}
.kalkulator .input{
    grid-column: 2 / 10;
    width: 100%;
}
.kalkulator .input input{
    width: 100%;
    height: 50px;
    text-align: right;
}
.kalkulator .input label{
    font-size: 11px;
    color: #666666;
}

.kalkulator .cm{
    grid-column: 10 / 13;
    line-height: 50px;
    margin-left: 20px;
}

.kalkulator .labelText {
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 26px;
    padding: 5px 10px;
    background: #000;
    border: 1px solid #666;
    text-align: center;
    line-height: 50px;
}
.kalkulator .infoIcon{
    grid-column: 1/1;
    color: #000;
    border-radius: 50%;
    padding: 13px 6px;
    border: 1px solid #666;
    text-align: center;
    line-height: 12px;
    width: 25px;
    height: 10px;
}
.kalkulator .infoText{
    grid-column: 2/13;
    line-height: 35px;
}
.kalkulator-wyniki{
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    grid-template-columns: 10% 25% 25% 25% 15% ;
    min-width: 1000px !important;
    word-break: break-word;
}
.kalkulator-wyniki .title-wyniki{
    text-align: center;
    grid-column: 1/6;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 2px;
}

.kalkulator-wyniki .col-title{
    grid-row: 2/2;
    background: #424242;
    margin-right: 2px;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.kalkulator-wyniki .col-title:last-child{
    margin-right: 0px;
}
.kalkulator-wyniki .more-wyniki{
    text-align: center;
    grid-column: 1/6;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 2px;
}
.kalkulator-wyniki .result-row{
    grid-row: auto;
    grid-column: 1/6;
    display: grid;
    grid-template-columns: 10% 25% 25% 25% 15% ;
    margin-top: 2px;
}

.kalkulator-wyniki  .result-row .col-title{
    background: #ececec;
    color: #000;
}

.kalkulator2 select{
    width: 95%;
    height: 60%;
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.kalkulator2 .title{
    float: right;
    text-align: right;
    padding-right: 2em;
    vertical-align: middle;
    padding-top: 1em;
}

.kalkulator2 .row, .kalkulator2-wynik .row{
    grid-row: 1;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-template-columns: 15% 45% 10% 15% 15%;
    height: 80px;
}

#wynik.row{
    grid-row: 1;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    grid-template-columns: 30% 30% 5% 30% 5%;
    height: 80px;
}

.kalkulator2 h1{
    color: #ed5b38;
}
.kalkulator2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 700px;
}
.kalkulator2 .div1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-area: 1 / 1 / 6 / 3;
    background: linear-gradient(153deg, rgba(232,232,232,1) 10%, rgba(251,251,251,1) 22%, rgba(251,251,251,1) 75%, rgba(232,232,232,1) 92%);
    border: 1px solid #ececec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
}

.kalk-button{
    background: #e75e3f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 135px;
    text-transform: uppercase;
}

.kalkulator2 input{
    width: 95%;
    height: 60%;
    text-align: right;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.kalkulator2-wyniki{
    padding: 20px;
    margin-top: 10px;
    display:grid;
    background: #fcefec;
    border: 1px solid #e75e3f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 657px;
}

.kalkulator2-wyniki .row{
    height: 50px;
}

.bg-white{
    border: 1px solid #e75e3f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right !important;
}

#wynik .col{
    text-align: right;
    vertical-align: center;
    display: flex;
    align-items: center; /* align vertical */
}

.column_button1{
    flex-basis: 37%!important;
}

.column_button2{
    flex-basis: 58%!important;
}
.column_buttons{
    width: 65%;
    margin: 0px auto;
}

.strzalka-kontakt{
    float: left;
    margin-left: 10%;
    margin-right: 30px;
    margin-bottom: 0px;
    margin-top: 30px;
    position: relative;
    top: 15px;
}
.cytat-kontakt{
    font-size: 26px;
    color: #6a6a6a;
    margin-top: 45px;
}
.podpis-nazwisko{
    margin-left: 60%;
    font-size: 26px;
    font-weight: 700;
    color: #6a6a6a;
    margin-bottom: 0px;
}
.podpis-zalozyciel{
    margin-left: 60.1%;
}
.kontakt-blok strong{
    font-weight: 500;
}
.zachecam-do-kontaktu{
    float: left;
    font-size: 26px;
    margin-left: 33.5%;
    margin-top: 20px;
}
.zachecam-do-kontaktu strong{
    font-weight:600;
    color: #6a6a6a;
}
.kontakt-mail-img{
    float: left;
    margin-left: 7%;
    margin-top: 15px;
}
.kontakt-mail a{
    font-weight: 500;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 26px;
}
.kontakt-mail a:hover{
    text-decoration: none;
    font-weight: 600;
    color: #e75e3f;
}
.kontakt-tel a{
    font-weight: 500;
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 26px;
    width: 88px;
}
.kontakt-tel a:hover{
    text-decoration: none;
    font-weight: 600;
    color: #e75e3f;
}
.kontakt-tel-img{
    float: left;
    margin-left: 7%;
    margin-top: 16px;
}

.kontakt-blok{
    padding-bottom: 100px;
    border-bottom: 1px solid #f15922;
}
.cytat1{
    display: block;
    width: 100%;
}
.tutor-mb-44 {
    display: none;
}
.tutor-wrap {
    margin-top: 100px;
}
.krem-baner{
    display: block;
    margin: 30px 0px;
}
.lista-krem{
    position: relative;
    left: 20px;
}

.nowosc-kalkulator{
    font-weight: 600;
    font-size: 20px;
    text-align: right;
    float: right;
    line-height: 0.9;
    padding: 18px 20px 15px 0px;
    animation-name: shakeAnim;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-delay: 4s;
    width: 270px;
    position: fixed;
    bottom: 20%;
    right: 0px;
    cursor: pointer;
    color: #6a6a6a;
    border: 1px solid #f15922;
    border-right: none;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin-right: -350px;
    background: #ffffff;

}
.nowosc-kalkulator.visible{
    transition: all .5s;
    z-index: 10001;
    margin-right: 0px;
}
.nowosc-kalkulator.hidden{
    transition: all .5s;
    z-index: 10001;
    margin-right: -350px;

}
.krem-btn2 a{
    color: #ee5f34!important;
    border: 1px solid #ee5f34;
    background-color: #ffffff!important;
}
.film iframe{
    width: 680px;
    height: 380px;
    margin-top: 30px
}
.film2{
    margin-top: 70px;
}
.film-btn{
    margin-top: 30px;
}

#film-inblock{
    display: none;
    transition: all .5s;
}


@keyframes shakeAnim {
    0% {right: 0}
    1% {right: -3px}
    2% {right: 5px}
    3% {right: -8px}
    4% {right: 8px}
    5% {right: -5px}
    6% {right: 3px}
    7% {right: 0}
    }

@media screen and (max-width: 1024px){
    .zachecam-do-kontaktu {
        font-size: 20px;
        margin-left: 0%;
        float: none;
    }
    .kontakt-mail-img {
        margin-left: 0%;
        margin-top: 0px;
    }
    .kontakt-mail-img img{
        width: 80%;
    height: auto;
    }
    .kontakt-mail a {
        margin-left: 10px;
        font-size: 20px;
        float: none;
    }
    .kontakt-tel-img {
        margin-left: 0%;
        margin-top: 0px;
    }
    .kontakt-tel-img img{
        width: 90%;
    height: auto;
    }
    .kontakt-tel a {
        float: none;
        margin-left: 10px;
        font-size: 20px;
    }
    .podpis-nazwisko {
        margin-left: 35%;
        font-size: 20px;
    }
    .podpis-zalozyciel {
        margin-left: 35.1%;
    }
    .cytat-kontakt {
        font-size: 20px;
        color: #6a6a6a;
        margin-top: 30px;
    }
    .strzalka-kontakt {
        float: left;
        margin-left: 0%;
        margin-bottom: 30px;
        top: 10px;
    }
    .cytat1{
        display: inline;
    }
    .kalkulator-wyniki .result-row {
        display: grid;
    }
    .oferta-table table tr td {
        font-weight: 500;
        text-align: center;
        padding: 10px 50px;
        border: none;
        width: 100%;
        float: left;
    }
    .oferta-table table tr td a {
        width: 100%;
    }
    .wp-block-buttons .orange-btn {
        width: 80%!important;
        margin: 0px auto;
    }
    #Przecieki a.wp-element-button, #Rysy a.wp-element-button, #Dylatacje a.wp-element-button, #Podnoszenie a.wp-element-button {
        margin: 0px 0px 30px 0px;
    }
    #Inny_problem {
        margin-top: 20px;
        padding-top: 35px;
        margin-bottom: 30px;
    }
    #oferta1, #oferta2, #oferta3, #oferta4, #oferta5 {
        padding: 10px 10px;
    }
    .oferta-white-btn {
        float: none;
        width: 80%;
        margin: 0px auto;
        margin-bottom: -50px;
        margin-top: -30px;
    }
    .orange-btn-podstrona {
        width: 100%!important;
        float: none;
    }
}

.kalkulator-wyniki2 {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    grid-template-columns: 14% 18% 14% 14% 20% 20%;
    min-width: 1000px !important;
    word-break: break-word;
}
.kalkulator-wyniki2 .title-wyniki{
    text-align: center;
    grid-column: 1/10;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 2px;
}

.kalkulator-wyniki2 .col-title{
    grid-row: 2/2;
    background: #424242;
    margin-right: 2px;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.kalkulator-wyniki2 .col-title:last-child{
    margin-right: 0px;
}
.kalkulator-wyniki2 .more-wyniki{
    text-align: center;
    grid-column: 1/6;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 2px;
}
.kalkulator-wyniki2 .result-row {
    grid-row: auto;
    grid-column: 10/1;
    display: grid;
    grid-template-columns: 14% 18% 14% 14% 20% 20%;
    margin-top: 2px;
}
.kalkulator-wyniki2 .result-row .col-title {
    background: #ececec;
    color: #000;
}

.kalkulator-wyniki2 .result-row .col-title:nth-child(1),
.kalkulator-wyniki2 .result-row .col-title:nth-child(2),
.kalkulator-wyniki2 .result-row .col-title:nth-child(3){
	 display: none;
}
.unerzero {
    color: gray!important;
    background: gray!important;
}
.kalkulator .div2,
.kalkulator .div2 img,
.kalkulator .div3,
.kalkulator .div3 img{
width: 100%;
}
.kalkulator.to-style .div3 {
    grid-area: 3 / 3 / 6 / 4;
}
.kalkulator.to-style .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.kalkulator-wyniki3 {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    grid-template-columns: 10% 14% 10% 10% 14% 14% 14% 14%;
    min-width: 1000px !important;
    word-break: break-word;
}
.kalkulator-wyniki3 .title-wyniki{
    text-align: center;
    grid-column: 1/10;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 2px;
}

.kalkulator-wyniki3 .col-title{
    grid-row: 2/2;
    background: #424242;
    margin-right: 2px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.kalkulator-wyniki3 .col-title:last-child{
    margin-right: 0px;
}
.kalkulator-wyniki3 .more-wyniki{
    text-align: center;
    grid-column: 1/6;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 2px;
}
.kalkulator-wyniki3 .result-row {
    grid-row: auto;
    grid-column: 10/1;
    display: grid;
    grid-template-columns: 10% 14% 10% 10% 14% 14% 14% 14%;
    margin-top: 2px;
}
.kalkulator-wyniki3 .result-row .col-title {
    background: #ececec;
    color: #000;
}
/* .kalkulator-wyniki3 .height,
.kalkulator-wyniki3 .heightangle, */
.div4{
	display: none;
}
.kalkulator.kalkulator-flex {
    display: block;
}

.kalkulator.kalkulator-flex .labelText {
    color: #fff;
    border-radius: 50%;
    width: 53px;
    height: 50px;
    padding: 0px 10px;
    background: #000;
    border: 1px solid #666;
    text-align: center;
    line-height: 50px;
    margin-right: 1em;
    font-weight: bold;
}

.kalkulator.kalkulator-flex label{
    margin-left: calc(50px + 1em);
}
.calc-img img {
    height: 50%;
    padding: 0.5em;
}
.calc-img{
	height: 100%;
}
#to_get_height {
    padding: 1em;
	background: linear-gradient(153deg, rgba(232,232,232,1) 10%, rgba(251,251,251,1) 22%, rgba(251,251,251,1) 75%, rgba(232,232,232,1) 92%);
}
#to_get_height .input-group-text {
    width: 50px;
    justify-content: center;
}
#to_get_height input {
    padding-right: 1em;
    padding-left: 1em;
}
.kalkulator-wyniki4 {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 0 auto;
    grid-template-columns: 8% 14% 14% 14% 14% 13% 13% 10%;
    min-width: 1000px !important;
    word-break: break-word;
}
.kalkulator-wyniki4 .title-wyniki{
    text-align: center;
    grid-column: 1/10;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 2px;
}

.kalkulator-wyniki4 .col-title{
    grid-row: 2/2;
    background: #424242;
    margin-right: 2px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.kalkulator-wyniki4 .col-title:last-child{
    margin-right: 0px;
}
.kalkulator-wyniki4 .more-wyniki{
    text-align: center;
    grid-column: 1/6;
    background: #ed5b38;
    color: #fff;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
    margin-top: 2px;
}
.kalkulator-wyniki4 .result-row {
    grid-row: auto;
    grid-column: 10/1;
    display: grid;
    grid-template-columns: 8% 14% 14% 14% 14% 13% 13% 10%;
    margin-top: 2px;
}
.kalkulator-wyniki4 .result-row .col-title {
    background: #ececec;
    color: #000;
}
.img-max-100 img{
	max-width: 100%;
}
.data-show .input-group-append {
    justify-content: center;
}
.data-show .row {
    align-items: end;
}
.data-show {
    margin-bottom: 1em;
}
@media only screen and (max-height: 768px) {
	.footer-sidebar p:last-child{
		display:none;
	}
}

select.units {
    background-color: #e9ecef;
    border: 0;
    padding: 0.375rem 0.75rem;
}

.kalkulator-resin .input-group-text.style {
    padding: 0;
}

.woocommerce-page .form-row {
    display: block;
}
.woocommerce-page .input-text, 
.woocommerce-page input[type=email], 
.woocommerce-page input[type=number], 
.woocommerce-page input[type=password], 
.woocommerce-page input[type=search], 
.woocommerce-pageinput[type=tel], 
.woocommerce-page input[type=text], 
.woocommerce-page input[type=url], 
.woocommerce-page textarea,
.select2-container--default .select2-selection--single {
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
	border-radius: 10px;
}
.select2-container--default .select2-selection--single {
	height: 40px;
	margin: 0 0 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
li.woocommerce-MyAccount-navigation-link a{
	display: block;
    color: black;
    background-color: transparent;
    padding: 0.6em;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 10px;
    transition: 0.2s;
    margin: 1em;
    width: 50%;
    text-align:center;
	transition: 0.2s;
}
li.woocommerce-MyAccount-navigation-link a:hover{
	background-color: #ee5f34;
	border: 2px solid #ee5f34;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
}
.row.premium-row {
    margin: 2em;
    text-align: center;
    align-items: center;
}

.col.premium-col{
    padding: 2em;
    height: 100%;
}

.col.premium-col a{
    padding: 1em;
    white-space: break-spaces;
    display: flex;
    text-align: center;
    color: black;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid black;
    border-radius: 10px;
    transition: 0.2s;
    justify-content: center;
    align-items: center;
}


.col.premium-col a:hover {
    background-color: #ee5f34;
    border: 2px solid #ee5f34;
    color: #fff;
    transition: 0.2s;
    cursor: pointer;
}
.abos {
    position: fixed;
    z-index: 1000;
    background-color: #ffffff99;
    padding: 0.1em 1em;
    margin-left: 300px!important;
    width: 100%;
    font-weight: bold;
}
a.renew:hover {
    color: #ee5f34;
}

input.abos-submit {
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #ee5f34;
    font-weight: bold;
}
input.abos-submit:hover{
    text-decoration: underline;
}

.search .post{
    margin: 0em;
}
.search_header {
    width: 240px;
    background: #343331b0;
    padding: 0.4em;
    margin-left: -0.6em;
    position: absolute;
    border: 2px solid #c9c9c9;
    border-radius: 10px;
}
.search_header .wp-block-spacer{
    display:none;
}
#search_show{
    cursor: pointer;
}

.search.desktop_none .wp-block-spacer{
    display:none;
}

.coupon:before{
    content: "Wpisz kod z kuponu aby zastosować rabat w pole poniżej:";
    display: block;
}
#coupon_code{
	width: 60%;
}
.read_more_text{
    background-color: transparent!important;
    padding: 0.6em !important;
    font-weight: bold!important;
    text-decoration: none!important;
    border: 1px solid black!important;
    color: black!important;
    border-radius: 10px!important;
    transition: 0.2s!important;
}
.read_more_text:hover{
    background-color: #ee5f34!important;
    border: 1px solid #ee5f34!important;
    color: #fff!important;
    transition: 0.2s!important;
    cursor: pointer!important;
}
.read_more{
    display: flex;
    justify-content: end;
    width: 100%;
}
.woo-multi-currency {
    display: none;
}

.bill_choose span {
    display: flex;
}
.bill_choose span.woocommerce-input-wrapper label{
    margin: 0 1em
}
.choose_volume label{
    padding: 1em;
}
.choose_volume label input{
    margin-right: 0.5em;
}
.choose_volume h5{
    margin-top: 1em;
}
input[name^=volume_choose_val_] {
    display: none;
}
/*.hide_to_show{*/
/*    display: none!important;*/
/*}*/
/*.col-1.show_when_rest_hide {*/
/*    flex: 0 0 25%!important;*/
/*    max-width: 25%!important;*/
/*}*/
.Main__Container-sc-1n4ud0o-0 > a{
    display: none!important;
}

.elfsight-app-e8df4528-18e5-4b4d-8a97-598569318c36.eapps-widget.eapps-widget-show-toolbar {
    min-height: 350px;
}

.kiQiTI,
.ldYjjZ{
    top: 100px!important;
}

body.kalkulatory-template.kalkulatory-template-page-kalkulatory-krem,
body.page-template-page-kalkulatory-krem{
    background: url("../img/calc/kalkulator kremu_tlo.jpg")
}
img.calc_ico {
    width: 70px;
    margin: 5px;
}

input.wipe_me {
    background-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ee5f34;
    background-color: #ee5f34;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ee5f349e;
    border-color: #ee5f349e;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #ee5f3466;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ee5f349e;
}
.custom-control-input {
    z-index: 1;
    height: 22px;
    left: 0;
}
.col-2.custom-control.custom-switch {
    display: block;
    text-align: center;
}
.custom-switch {
    padding-left: 3.75rem;
}
figure.woocommerce-product-gallery__wrapper {
    display: block;
}

.wcml-dropdown-click.currency.wcml_currency_switcher.js-wcml-dropdown-click {
    position: fixed;
    top: 50%;
    right: -310px;
    display: flex;
    align-items: center;
    width: 350px;
    height: 40px;
    transition: 0.2s;
    z-index: 10000000;
}
.wcml-dropdown-click.currency.wcml_currency_switcher.js-wcml-dropdown-click ul{
    height: inherit;
    width: inherit;
}
.wcml-dropdown-click.currency.wcml_currency_switcher.js-wcml-dropdown-click ul li{
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center;
}
.wcml-dropdown-click.currency.wcml_currency_switcher.js-wcml-dropdown-click:before {

    content: "currency";
    display: inline-block;
    border: 1px solid #ee5f34;
    background: #ee5f34;
    color: #fff;
    display: flex;
    padding: 0.5em;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.wcml-dropdown-click.currency.wcml_currency_switcher.js-wcml-dropdown-click:hover {
    right: 0;
}

.main header {
    display: none;
}

#program-szkolenia-lista{
    display: none;
}

#program-szkolenia-lista li{
    margin-bottom: 25px;
}
#program-szkolenia-lista strong{
    padding-bottom: 10px;
    display: block;
    font-size: 17px;
}
#program-szkolenia-lista li::marker{
    font-size: 17px;
    font-weight: 600;
}
.ramka-b2b{
    border: 1px solid #ee5f34;
    padding: 15px 30px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ee5f34;
}
.ramka-b2b2{
    border: 1px solid #ee5f34;
    padding: 25px 30px 10px 30px;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #ee5f34;
}
.lista-b2b, .program-szkolenia-lista{
    position: relative;
    left: 20px;
}

#program-szkolenia-lista{
    margin: 40px 0px 10px 0px;
    border: 1px solid #ee5f34;
    padding: 30px 50px;
    border-radius: 5px;

}

.table-arrow table tr td, .table-arrow2 table tr td{
    border: none;
}

.table-arrow table tr td.table-td-arrow{
    width: 13%;
    padding-left: 40px;
}

.table-arrow2 table tr td.table-td-arrow2{
    float: right;
}
#program-button{
    float: right;
    color: #ee5f34;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
#program-button:hover{
    opacity: 0.7;
}
.table-td-a{
    width: 100%;
    height: 155px;
}
.table-arrow2{
    margin-top: 20px;
    margin-bottom: -20px;
}
#program-button img{
    margin-right: 15px;
}
#rotateArrow{
    transform: rotate(0deg);
    transition: transform 0.5s ease;
    width: 96px;
}
#rotateArrow.rotate2 {
    transform: rotate(90deg);
}

@media screen and (max-width: 1024px){
    .table-arrow table tr td.table-td-arrow{
        width: 100%;
        float: left;
    }
    .table-arrow table tr td{
        width: 100%;
        float: left;
    }
}
/**
.menu-item-3857 a{
    background-color: transparent;
    padding: 5px 14px;
    font-weight: bold!important;
    text-align: center;
    font-size: 17px!important;
    text-decoration: none;
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    transition: 0.2s;
    margin: 10px 0px;
}
.menu-item-3858 a{
    background-color: transparent;
    padding: 4px 0px;
    font-weight: bold!important;
    text-align: center;
    font-size: 14px!important;
    text-decoration: none;
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    transition: 0.2s;
    margin: 10px auto;
    width: 80%;
}
*/
#menu-item-3857, #menu-item-3858{
    border: none!important;
}
#menu-item-3857{
    margin-top: 40px;
}
.menu-item-3857 a:hover, .menu-item-3858 a:hover{
    background: #eb5d2f;
    color: #ffffff;
}
#menu-item-dropdown-3849{
    width: 360px!important;
}
#menu-item-3647{
    width: 358px!important;
}
.b2b-blok{
    margin: 0px auto;
    margin-bottom: 120px;
    margin-top: -15px;
    width: 370px;
    display: none;
}
#b2b-blok .kontakt-mail-img{
    margin-left: 0;
}
#b2b-blok .kontakt-mail-img img{
    margin-right: 10px;
}
#b2b-blok .kontakt-tel-img img{
    margin-right: 10px;
}
.b2b-blok td{
    border: none;
}

#dolacz-lista-form{
    display: none!important;
}







.container-fluid {
    padding-right: 8px!important;
    padding-left: 8px!important;
}
.orange-section-text{
    background: #ef5f34;
    border-radius: 20px;
    margin-top: 5px; 
}
#rev_slider_22_1{
    width: auto!important;
    border-radius: 20px;
}
#coments.co_mowia {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.wp-block-themepunch-revslider {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-top: 5px;
}
.zaufaj_doswiadczeniu{
    font-size: 3rem;
    text-align: center;
}
.start_columns_orange{
    margin-top: 50px;
}
.start_columns_orange .wp-block-column.tick:before{
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2023/03/Warstwa-3.png');
    height: 47px;
    width: 23px;
    background-size: contain;
    top: 0px;
    left: 33px;
    background-repeat: no-repeat;
}
.start_columns_orange h5{
    font-size: 28px;
    color: #ef5f34;
    font-weight: 900;
    position: relative;
    left: 20px;
    bottom: 10px;
    line-height: 1;
}
.start_columns_orange h5 strong{
    position: relative;
    left: 15px;
}
.start_columns_orange .has-small-font-size{
    font-size: 14px!important;
    line-height: 1.3;
}
.start_columns_start{
    background: url(/wp-content/uploads/2023/05/Prostokat-6-kopia-5.png);
    background-repeat: no-repeat;
    height: 500px;
    width: auto;
    background-size: cover;
    border-radius: 60px;
    padding-top: 215px;
    margin-bottom: 40px;
}
.start_columns_start h5{
    font-size: 28px;
    color: #ffffff;
    font-weight: 900;
    position: relative;
    text-align: center;
}
.mateusz_furs_columns{
    margin-top: 40px;
}
.mateusz_furs_column-2{
    background-position: right;
    background: #d1d1d1;
    border-radius: 30px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    padding: 65px;
    height: 470px;
    position: relative;
    bottom: 35px;
    width: 67%;
}
.mateusz_furs_columns img{
    position: relative;
    z-index: 1;
}
.mateusz_furs_text {
    width: 65%;
    float: right;
    font-size: 14px!important;
    line-height: 1.5;
    padding-right: 80px;
}
.mateusz_furs_columns h5{
    font-size: 30px;
    color: #ef5f34;
    position: relative;
    z-index: 40;
    width: 65%;
    float: right;
    font-weight: 900;
    left: 25px;
    bottom: 20px;
    line-height: 1;
}
.mateusz_furs_columns .wp-block-column2.tick:before{
    content: "";
    position: relative;
    background: url('/wp-content/uploads/2023/03/Warstwa-3.png');
    height: 47px;
    width: 23px;
    background-size: contain;
    top: 0px;
    left: 35%;
    background-repeat: no-repeat;
    float: left;
}
.mateusz_furs_columns a{
    float: right;
    width: 65%;
    text-align: right;
    padding-right: 80px;
    color: #000000;
    font-weight: 900;
}
.mateusz_furs_columns h5 strong{
    position: relative;
    left: 15px;
    font-size: 60px;
}
#kafelki_strona_glowna .kafelki_strona_glowna{
    float: left;
    padding: 10px;
    height: 348px;
    width: 100%!important;
}
.kafelki_strona_glowna .wp-image-3965{
    float: none;
}
#kafelki_strona_glowna .kafelki_strona_glowna.first{
    height: inherit;
} 
#kafelki_strona_glowna .wp-caption-text{
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: 900;
    position: relative;
    z-index: 2;
    bottom: 200px;
    line-height: 1.1;
    text-transform: uppercase;
}
#kafelki_strona_glowna table tr td{
    vertical-align: top;
    height: 350px;
    padding: 10px 0px;
}

#kafelki_strona_glowna table{
    width: 100%;
}
#kafelki_strona_glowna{
    margin-bottom: 80px;
}
#coments.co_mowia .wp-image-95{
    border-radius: 20px;
}
#coments.co_mowia .nk-awb-overlay{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.doswiadczenie_h2{
    color: #ef5f34;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.menu-ramka:first-of-type{
    margin-top: 40px;
}

.menu-ramka a{
    background-color: transparent;
    padding: 4px 0px;
    font-weight: bold!important;
    text-align: center;
    font-size: 14px!important;
    text-decoration: none;
    border: 2px solid #c9c9c9;
    border-radius: 10px;
    transition: 0.2s;
    margin: 10px auto;
    width: 80%;
}


.menu-ramka:first-of-type a{
    padding: 5px 14px;
    width: 100%;
    font-size: 17px!important;
}

