.article-header h1 {
    max-width: 1369px;
    padding: 50px 15px 0;
    margin: 0 auto;
}

.rox-custom-post {
    max-width: 1369px;
    padding: 50px 15px;
    margin: 0 auto;
}

#redim-cookiehint-bottom .cookiecontent {
    padding-bottom: 5px;
    max-height: 60px;
    overflow-y: auto;
    margin-bottom: 10px;
}

#redim-cookiehint-bottom .cookiecontent p {
    margin-bottom: 0;
}

.hasTooltip {
	display: none !important;		
}

div.modns {
    width: 510px;
    border-radius: 5px;
    background: #272729;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    padding: 40px;
    color: #fff;
	z-index: 99999;
}

div.modns .grecaptcha-badge {
    position: relative !important;
    left: 0;
    top: 0;
}

div.modns :is(h1, h2) {
    text-transform: uppercase;
    font-family: 'Antonio';
}

div.modns h1 {
    font-size: 50px;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

div.modns h2 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #272729;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

div.modns p {
    margin-bottom: 30px;
}

div.modns .input-group input.modns {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

div.modns .custom-btn {
    width: 100%;
    color: #000;
    background: #fff;
    border: unset;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'Antonio';
    border-radius: 3px;
    margin: 0 auto;
}

div.modns .field-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

div.modns .custom-checkbox {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

div.modns .custom-checkbox [type="checkbox"] {
    width: 30px;
    height: 30px;
}

div.modns .custom-checkbox label {
    font-size: 14px;
}

div.modns .custom-checkbox label a {
    color: #fff;
    text-decoration: underline;
}

div.modns .modns_error {
    margin-bottom: 10px;
}

div.modns .modns-close {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    filter: invert(100%) sepia(4%) saturate(8%) hue-rotate(296deg) brightness(104%) contrast(100%);
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

@media (max-width: 600px) {
    div.modns {
        width: calc(90%);
    }

    div.modns .field-group {
        grid-template-columns: 1fr;
    }

    div.modns :is(h1, h2, p) {
        text-align: center;
    }

    div.modns h1 {
        font-size: 30px;
    }

    div.modns h2 {
        font-size: 20px;
    }
}

.grayscale-dark-to-light {
    filter: grayscale(100%) invert(100%);
}

.custom-block .sppb-row .sppb-col-md-8 .sppb-addon-single-image-container {
    width: 100%;
}

.custom-block .sppb-row .sppb-col-md-8 .sppb-addon-single-image-container img {
    width: 100%;
    object-fit: cover;
}

.pager {
    margin: 0;
    border-top: 0;
}

.background-scroll {
    background-attachment: scroll !important;
}

.sj-popup-container .sj-custom-popup .popup-content .signup [type="email"] {
    width: 90%;
    margin: 0 auto;
    color: #fff;
}

.sj-popup-container .sj-custom-popup .popup-content .signup [type="checkbox"] {
    width: 20px;
}

.sj-popup-container .sj-custom-popup .popup-content .signup .hidden-popup, 
.sj-popup-container .sj-custom-popup .popup-content .signup .checkbox {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
}

.sj-popup-container .sj-custom-popup .popup-content .signup .checkbox {
    margin: 10px 0;
}

.sj-popup-container .sj_newletter_popup .popup-content .hidden-popup {
    margin-top: 30px;
}

.sj-popup-container .sj_newletter_popup .popup-content .hidden-popup .inline {
    text-align: left;
}

.sj-popup-container .sj-custom-popup .popup-content .signup .checkbox span {
    color: #fff;
}

#home-video-owlcarousel {
    pointer-events: none;
}

#sp-header {
    height: 80px;
}
@media (max-width: 991px) {
	#sp-header {
		height: 88px;
	}
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #000000;
}
.logo-image {
    height: 50px !important;
    margin-top: 10px;
}
.logo-image-phone {
    width: 100% !important;
    height: auto !important;
    max-width: 220px !important;
    margin-top: 13px;
}
@media (max-width: 500px) {
	#sp-logo {
		padding-right: 0;
	}
	.logo-image-phone {
		max-width: 148px !important;
	}
}
@media (max-width: 390px) {
	.logo-image-phone {
		max-width: 88px !important;
	}
}


#sp-menu {
	padding-top: 14px;
}
@media (max-width: 990px) {
	#sp-menu {
		padding-top: 14px;
	}
}

#sp-menu.menu-center .sp-megamenu-wrapper {
    justify-content: right;
}
.mod-languages {
    padding-left: 32px;
    border-left: solid 2px #9BA7B3;
    margin-left: 30px;
}
@media (max-width: 767px) {
	.mod-languages {
		padding-left: 20px;
		margin-left: 0px;
	}
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    padding: 0 30px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    text-align: left !important;
    font-family: 'Antonio' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 24px !important;
    letter-spacing: -0.01em !important;
    text-transform: uppercase !important;
    color: #272729 !important;
    padding: 16px;
    min-width: 200px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover{
    background: #EDF1FA;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
    width: max-content;
    left: 15px;
    top: 10px;
    position: relative;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    content: "\f0d7";
    color: #9BA7B3;
}

#sp-header {
    border-bottom: solid 1px #B3BDC7;
}
.stopka-text IMG {
    display: inline-block;
    margin-right: 10px;
}

.window4 {
    background: #0000008f;
    padding: 30px 70px 30px 70px;
    border-radius: 19px;
    color: #fff;
    border: solid 2px #484747bf;
    border-radius: 8px;
	min-height: 260px;
	
}

#column-id-1635425980056  {
    box-shadow: 0 0 0 0 #fff;
    background: #f3f3f3;
    border-radius: 7px;
    padding-left: 10px;
}
#column-id-1635425980066 {
	box-shadow: 0 0 0 0 #fff;
    background: #f3f3f3;
    border-radius: 7px;
    padding-left: 10px;
}

#column-id-1635425980067 {
	box-shadow: 0 0 0 0 #fff;
    background: #f3f3f3;
    border-radius: 7px;
    padding-left: 10px;
}

.produkcja-title > H3 {
	padding-top: 530px;
}

#drawing-1144838599 {
	position: relative;
    left: -160px;
    top: -10px;
}
@media (max-width: 767px) {
	#drawing-1144838599 {
		left: auto;
		top: auto;
	}
}

#home-video-owlcarousel {
	margin-top: 10px;
}
.owl-carousel.owl-theme.video-slider-1.owl-loaded.owl-drag{
    border-radius: 5px;
}
#home-video-owlcarousel VIDEO {
	border-radius: 5px;
    background-color: #333333;
	margin: 0 auto;
}

BODY.com-content.view-article #sp-main-body { 
	padding-top: 0 !important;
}
.article-details .article-can-edit {
	margin-bottom: 0;
}

@media (min-width: 1430px) {
	.sppb-row-container {
		width: 1369px;
	}
}

@media (min-width: 1430px) {
	body.helix-ultimate .sppb-row-container,
	.container {
		max-width: 1369px;
	}
}


.home-galeria-realizacji-row-wrapper,
.eventy-galeria-realizacji-row-wrapper {
	margin-left: auto !important;
	margin-right: auto !important;
}

.produkcja-galeria-realizacji-row-wrapper {
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
}
.produkcja-galeria-realizacji-row-wrapper:before,
.produkcja-galeria-realizacji-row-wrapper:after {
	background-color: #3A3A3A;
	position: absolute;
	top: 0;
	height: 100%;
	display: block;
	content: "";
	width: 5000px;
}
.produkcja-galeria-realizacji-row-wrapper:before {
	right: 0;
}
.produkcja-galeria-realizacji-row-wrapper:after {
	left: 0;
}


.galeria-realizacji .galeria-realizacji-item {
	height: 362px;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}
.galeria-realizacji .image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.galeria-realizacji .galeria-realizacji-item H2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0);
	padding: 15px;
	color: white;
	font-size: 28px;
    font-weight: 200;
	display: block;
	margin: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: scale(.7);
    transform-origin: left bottom;
}
.galeria-realizacji .galeria-realizacji-item A:hover H2 {
	background-color: rgba(0,0,0,0.6);
	transform: scale(1);
}

.title-produkcja-tak-bylo,
.title-eventy-tak-bylo {
	text-align: center;
}
.title-produkcja-tak-bylo .sppb-addon-title,
.title-eventy-tak-bylo .sppb-addon-title {
    display: inline-block;
    background-color: white;
    border-radius: 20px;
    padding: 6px 36px;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 28px;
    min-width: 600px;
    position: relative;
    top: -7px;
    margin-top: -30px;
}
@media (max-width: 767px) {
	.title-produkcja-tak-bylo .sppb-addon-title,
	.title-eventy-tak-bylo .sppb-addon-title {
		min-width: 0;
		font-size: 24px;
	}
}
.title-eventy-tak-bylo .sppb-addon-title {
	background-color: black;
	color: white;
}

.stopka-section-first {
	margin-left: auto;
	margin-right: auto;
}
body.stopka-czarna #sp-film-stopka {
	background-color: black;
}


#footerSvg {
    position: relative;
    width: 100%;
    z-index: 10;
}


.bottom_home {
    background: black;
    padding: 6px 70px 6px 70px;
	border-radius: 11px;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-family: 'Montserrat';
	font-size: 28px;
}
@media (max-width: 767px) {
	.bottom_home {
		line-height: normal;
		display: block;
		font-size: 24px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	#drawing-1137449984,
	#drawing-1144838599,
	#drawing-79514582 {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

#sp-copy {
	border-top: 1px solid #7a7a7a;
}


.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 36px;
}
.sp-megamenu-parent>li>a {
	position: relative;
	transition: all .2s linear;
	-webkit-animation: slit-in-vertical 0.85s ease-out forwards;
    animation: slit-in-vertical 0.85s ease-out forwards;
	animation-delay: 450ms;
}
.sp-megamenu-parent>li>a:before,
.sp-megamenu-parent>li>a:after {
	content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 300ms;
}
.sp-megamenu-parent>li>a:before {
	bottom: 0;
    right: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform-origin: right bottom;
    border-bottom-right-radius: 4px;
}
.sp-megamenu-parent>li>a:after {
	top: 0;
    left: 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform-origin: left top;
    border-top-left-radius: 4px;
}
.sp-megamenu-parent>li.active>a:before,
.sp-megamenu-parent>li.active>a:after,
.sp-megamenu-parent>li>a:hover:before,
.sp-megamenu-parent>li>a:hover:after {
	transform: scale(1);
    color: black!important;
}

.pager>li.previous {
    padding-left: 100px !important;
}

.pager>li.next {
    padding-right: 100px;
}

@media (max-width: 560px) {
	.pager>li.next {
	margin-right:-100px;
	}
}
@media (max-width: 560px) {
	.pager>li.previous {
	margin-left:-100px;
	}
}
.lang-active {
	font-weight: bold;
}

.czcionka_let {
	letter-spacing: 1px;
    line-height: 24px;	
}

#sppb-carousel1 .sppb-carousel-control.left,
#sppb-carousel1 .sppb-carousel-control.right {
	position: absolute !important;
    bottom: 49px !important;
	margin: 0 !important;
	border: 0 !important;
}
#sppb-carousel1 .sppb-carousel-control.left {
    right: 80px !important;
}
#sppb-carousel1 .sppb-carousel-control.right {
    right: 20px !important;
}
#sppb-carousel1 .sppb-carousel-control.left I,
#sppb-carousel1 .sppb-carousel-control.right I {
	color: white;
}
#sppb-carousel1 .sppb-item IMG {
	position: absolute;
	bottom: 20px;
	left: 40px;
	margin: 0 !important;
	width: 150px !important;
    height: 150px !important;
}
#sppb-carousel1 .sppb-testimonial-message {
	padding-left: 300px;
	font-size: 14px !important;
    line-height: 23px;
	position: relative;
	min-height: 80px;
}

#sppb-carousel1 .sppb-item .sppb-testimonial-message:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 220px;
    top: 12px;
    font-size: 48px;
	margin-top: 0px;
}

#sppb-carousel1 .fa-quote-left {
    display: none;
}
#sppb-carousel1 .sppb-addon-testimonial-pro-footer {
    font-size: 20px;
    background-color: black;
    color: white;
    padding: 15px;
    border-radius: 12px;
	padding-left: 230px;
}

   .sp-megamenu-parent>li:last-child>a {
    padding: 0px 15px 0px 15px;
}
#sp-header.full-header {
    padding-left: 45px !important;
    padding-right: 45px important;
}

/* ===== Style for smartphone and iPad in portrait & landscape== =  */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px)
and (max-device-width : 2400px)  {  
.sp-page-builder .page-content #noparallax {
    background-attachment: unset !important;
    background-position: center top !important; }
}

@media (max-width: 560px) {
    #sppb-carousel1 .sppb-testimonial-message {
    padding-left: 0px;
    font-size: 14px !important;
    line-height: 23px;
    position: relative;
    min-height: 80px;
  }
}
@media (max-width: 560px) {
    #sppb-carousel1 .sppb-item IMG {
    display: none;
  }
}
@media (max-width: 560px) {
    #sppb-carousel1 .sppb-item .sppb-testimonial-message:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 12px;
    font-size: 26px;
    margin-top: 0px;
    left: 0;
  }
}

@media (max-width: 560px) {
	#sppb-addon-1636106533804 .sppb-testimonial-message {
    font-size: 16px;
    padding-left: 50px;
}
}
@media (max-width: 560px) {
	#sppb-carousel1 .sppb-addon-testimonial-pro-footer {
     padding-left: 15px;    
} 
}

@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1224px) 
	and (-webkit-min-device-pixel-ratio: 1){
	#section-id-1635497477388 {
		background-attachment: local !important;
		background-position: 50% 50% !important;
}
}
/*change 4.07.2022 */
.antonio-font *{
    font-family: "Antonio" !important;
}
.antonio-font h2{
    letter-spacing: -2px;
}
.antonio-font i {
    font-family: 'Font Awesome 5 Free' !important;
}
.custom-offer .overlay-image-title {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	justify-content: space-between;
}
.custom-offer h3.sppb-addon-title {
    flex: 100%;
}
.custom-offer .sppb-addon-subtitle {
    max-width: 250px;
    font-family: 'Inter' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
}
.fa-angle-right:before {
    content: "\f0da";
    color: #CCD2E3;
    font-size: 34px;
}
.fa-angle-left:before {
    content: "\f0d9";
    color: #CCD2E3;
    font-size: 34px;
}
.sppb-carousel-extended-nav-control .nav-control.next-control {
    float: right;
    border: none;
    padding: 10px;
    width: 68px;
    height: 68px;
    margin-top: -12px;
}
.sppb-carousel-extended-nav-control .nav-control.prev-control {
    float: left;
    border: none;
    padding: 10px;
    width: 68px;
    height: 68px;
    margin-top: -12px;
}
.sppb-carousel-extended-nav-control .nav-control .fa:before {
    font-size: 34px;
    line-height: 44px;
}
.sppb-carousel-extended-nav-control .nav-control:hover{
    background: #272729;
}
.sppb-btn-custom {
    font-family: 'Antonio' !important;
    text-transform: uppercase;
}
b, strong {
    font-weight: 700;
}
div#section-id-1657006219521 .sppb-row {
    align-items: flex-end;
}
.custom-offer .sppb-addon-title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    text-transform: uppercase;
}
.custom-offer .sppb-addon-title:after{
	content:"";
	height: 1px;
	background-color: #FFFFFF;
}
#sppb-addon-1656939460470 .sppb-addon-title:after {
    width: 183px;
    display: block;
}
#sppb-addon-1656937096269 .sppb-addon-title:after {
    width: 105px;
    display: block;
}
.custom-post img.sppb-img-responsive {
    min-height: 420px;
    object-fit: cover;
    border-radius: 5px;
	filter: grayscale(.5);
	transition: filter 0.3s;
	
	/*filter: grayscale(1);
	transition: filter 0.3s;*/
}

.custom-post img.sppb-img-responsive:hover{
	filter: none;
}
.sp-page-builder .page-content #section-id-1657009079923 {
    z-index: 0;
}
#sppb-addon-1685696898025 a, 
#sppb-addon-1657010612066 a, 
#sppb-addon-1657101658289 a, 
#sppb-addon-1672337024447 a, 
#sppb-addon-1672337195290 a, 
#sppb-addon-1696837235901 a, 
#sppb-addon-1697099475543 a, 
#sppb-addon-1697099470382 a {
    color: #272729;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
div#section-id-1657707673438 {
    will-change: auto;
}
.custom-post .sppb-article-info-wrap {
    border-bottom: 1px solid #9BA7B3;
    padding-bottom: 24px;
}
.custom-post h3{
	margin-top: 20px;
	text-align: left;
}
#sppb-addon-1657013057597 .sppb-carousel-extended-item {
    background: #272729;
    padding: 45px;
    padding-left: 237px;
    margin-left: 50px;
    border-radius: 5px;
}
#sppb-addon-1657013057597 .sppb-testimonial-carousel-message {
    min-height: 72px;
	margin-bottom: 50px;
}
#sppb-addon-1657013057597 .sppb-testimonial-carousel-img-wrap {
    height: 230px;
    width: 180px;
    margin-right: 15px;
    position: absolute;
    left: -40px;
    overflow: hidden;
    top: 23px;
    border-radius: 5px;
}
.fa.fa-long-arrow-left:before {
    content: "\f0d9";
    color: #CCD2E3;
    font-size: 34px;
    line-height: 50px;
}
.fa.fa-long-arrow-right:before {
    content: "\f0da";
    color: #CCD2E3;
    font-size: 34px;
	line-height: 50px;
}
#sppb-addon-1657013057597 .sppb-testimonial-carousel-icon {
    font-size: 0;
    color: #dbdbdb;
    margin-bottom: 0;
}
#sppb-addon-1657013057597 .sppb-carousel-extended-nav-control .nav-control {
    height: 68px;
    width: 68px;
    background: #EDF1FA;
    color: #fff;
	padding: 10px;
    border-color: #EDF1FA;
}
#sppb-addon-1657013057597 .sppb-testimonial-carousel-name {
    font-family: 'Antonio';
    text-transform: uppercase;
}
#sppb-addon-1657013057597 span.prev-control.nav-control {
    margin-left: -10% !important;
}
#sppb-addon-1657013057597 span.next-control.nav-control {
    margin-right: -10% !important;
}
#sppb-addon-1657013057597 .sppb-testimonial-carousel-designation {
    font-weight: 100;
    font-family: 'Antonio';
    text-transform: uppercase;
}
#sppb-addon-1657013057597 .sppb-carousel-extended-item img {
    object-fit: cover;
    filter: grayscale(1);
}
/*deco video*/
.deco-video-left span:nth-child(1) {
    position: absolute;
    width: 66px;
    height: 78px;
    left: -10px;
    top: -10px;
    background: #EDF1FA;
    z-index: 2;
    border-radius: 5px;
}
.deco-video-left span:nth-child(2) {
    position: absolute;
    width: 66px;
    height: 78px;
    left: 24px;
    top: -28px;
    background: #9BA7B3;
    border-radius: 5px;
}
.deco-video-left span:nth-child(3) {
    position: absolute;
    width: 12px;
    height: 12px;
    left: -30px;
    top: -40px;
    background: #EDF1FA;
}
.deco-video-left span:nth-child(4) {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 110px;
    top: -17px;
    background: #EDF1FA;
}
.deco-video-right span:nth-child(1) {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 70px;
    bottom: -30px;
    background: #EDF1FA;
}
.deco-video-right span:nth-child(2) {
    position: absolute;
    width: 66px;
    height: 78px;
    right: -20px;
    bottom: -10px;
    background: #9BA7B3;
    border-radius: 5px;
}
.deco-video-right span:nth-child(3) {
    position: absolute;
    width: 46px;
    height: 78px;
    right: -20px;
    bottom: 85px;
    background: #CCD2E3;
    border-radius: 5px;
    z-index: 2;
}
.deco-video-right span:nth-child(4) {
    position: absolute;
    width: 12px;
    height: 12px;
    right: -85px;
    bottom: 153px;
    background: #EDF1FA;
}
.deco-video-right span:nth-child(5) {
    position: absolute;
    width: 16px;
    height: 16px;
    right: -50px;
    bottom: 170px;
    background: #EDF1FA;
}
.deco-video-right {
    position: relative;
}
/* footer */
#sp-film-stopka .sppb-container-inner {
    max-width: 1370px;
    margin: auto;
}
#sp-film-stopka .cls-1 {
    fill: transparent;
}
#sp-film-stopka video {
    -webkit-clip-path: ellipse(50% 88% at 50% 100%);
    clip-path: ellipse(50% 88% at 50% 100%);
}
.sppb-section.stopka-section-first {
    background-color: #272729;
    #background-color: #121212;
}
#sppb-addon-1657017933449 p.sppb-addon-title {
    margin: 0px 0px 10px 0px;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.contact-footer ul {
    list-style: none;
    padding: 0;
}
.contact-footer ul li {
    margin-bottom: 20px;
}
.contact-footer ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-left: 15px;
}
#sppb-addon-1657019225674 .sociale {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#sppb-addon-1657019225674 .sociale img {
    filter: invert(1);
    max-width: 20px;
}
#sppb-addon-1657017398441 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	max-width: 630px;
}
#sppb-addon-1657017398441 li a {
    padding-top: 7px;
    padding-right: 40px;
    padding-bottom: 33px;
    padding-left: 40px;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.01em;
}
#sppb-addon-1657017398441 ul li:not(:last-child):not(:nth-child(4)):after {
    content: "";
    border-right: 2px solid #9BA7B3;
    position: relative;
    top: -4px;
}
#sppb-addon-1657017398438 .sppb-addon-title {
    margin-top: 80px;
    display: block;
}
.sp-page-builder .page-content #section-id-1635418932792 {
    margin-top: -75px;
    z-index: 0;
}
section#sp-copy {
    display: none;
}
#sp-film-stopka .mod-sppagebuilder.sp-page-builder {
    background-color: #272729;
    #background-color: #121212;
}
/*Contact page */
#sppb-addon-1635498299180 .sppb-addon-title, 
#sppb-addon-1657626201114 .sppb-addon-title {
    font-family: 'Antonio';
}
.contact-page p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4F5155;
    max-width: 340px;
}
.contact-page ul {
    list-style: none;
    padding: 0;
}
.contact-page ul li{
	margin-bottom: 15px;
}
.contact-page svg path {
    fill: #272729;
}
.contact-page a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #4F5155;
    margin-left: 15px;
}
.social-contact-page p {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #4F5155;
}
.social-contact-page .sociale {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
div#column-wrap-id-1635498299177, #column-wrap-id-1657626201117 {
    max-width: 570px;
    margin-left: 4%;
}
.convertforms .cf-label {
    margin-bottom: 6px;
    display: block;
    font-family: 'Antonio';
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #272729;
}
.convertforms .cf-label span.cf-required-label {
    display: none;
}
.convertforms .cf-control-input input {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #4F5155;
    padding: 15px;
}
.convertforms .cf-label:after {
    content: "";
    width: 24px;
    height: 1px;
    background: #CCD2E3;
    display: inline-block;
    position: relative;
    bottom: 7px;
    left: 15px;
}
.cf-checkbox-group.cf-checkbox-group-required label.cf-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.1px;
    color: #4F5155;
    text-transform: unset;
}
.convertforms .cf-checkbox-group.cf-checkbox-group-required label.cf-label:after {
    display: none;
}
.cf-checkbox-group.cf-checkbox-group-required label.cf-label a {
    text-decoration-line: underline;
    color: #4F5155;
}
.convertforms .cf-input[type=checkbox]{
    width: 24px;
    height: 24px;
    position: relative;
    top: -4px;
}

button.cf-btn.cf-btn-style-flat.cf-btn-shadow-0.cf-width-auto {
    padding: 16px 36px 16px 48px !important;
    border: 1px solid #272729;
}
.convertforms .cf-btn.cf-btn-style-flat:hover{
    opacity: 1;
    background-color: #FFFFFF !important;
    border: 1px solid #272729;
}
.convertforms .cf-btn.cf-btn-style-flat:hover span.cf-btn-text{
    color: #272729 !important;
}
span.cf-btn-text {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
span.cf-btn-text:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 15px;
}
.antonio-heading h1.sppb-addon-title {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.antonio-heading h3.sppb-addon-title {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700 !important;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.antonio-heading h2{
	font-family: 'Antonio';
    font-style: normal;
	text-transform: uppercase;
}
.post-production h3 a {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}
.custom-boxes .sppb-addon-content {
    display: flex;
    flex-wrap: wrap;
	margin-top: 30px;
}
.custom-boxes .sppb-addon-content .box span {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.custom-boxes .sppb-addon-content .box:first-child:after {
    content: "|";
    color: #FFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.5;
    margin: 0 48px;
    position: relative;
    top: -3px;
}
.custom-event h3.sppb-addon-title:after {
    content: "+";
    color: #9BA7B3;
    font-size: 65px;
    line-height: 0;
    position: relative;
    top: -13px;
    left: 5px;
}
.custom-event .sppb-col-md-4 .sppb-addon-content:before {
    content: "";
    width: 78px;
    height: 2px;
    background: #9BA7B3;
    display: block;
    margin: 20px 0;
}
.tabs-article {
    text-align: center;
}
.tabs-article ul.sppb-nav.sppb-nav-modern a {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #272729;
}
/**/.tabs-article ul.sppb-nav.sppb-nav-modern {
    text-align: center;
    display: flex;
    justify-content: center;
	margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 20px 0;
}

/* do wdrożenie po zgodzie klienta*//*
.tabs-article ul.sppb-nav.sppb-nav-modern {
    text-align: center;
    display: flex;
    justify-content: center;
	margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 20px 0;
	background: #121212;
	padding: 15px 0 10px;
}

*/


.tabs-article ul.sppb-nav.sppb-nav-modern li{
	display: flex;
    flex-wrap: wrap;
}

.tabs-article ul.sppb-nav.sppb-nav-modern li a {
    padding: 0;
    margin: 0 15px;
    border: none !important;
	color: #9BA7B3 !important;
	background: none;
}/**/
.tabs-article ul.sppb-nav.sppb-nav-modern li.active a {
    color: #272729 !important;
}

/* do wdrożenie po zgodzie klienta*//*
.tabs-article ul.sppb-nav.sppb-nav-modern li.active a {
    color: #fff !important;
}
*/

.tabs-article ul.sppb-nav.sppb-nav-modern li.active a:after {
    content: "";
    width: 80%;
    height: 2px;
    background: #4F5155;
    display: block;
    margin: 5px auto;
}
.tabs-article ul.sppb-nav.sppb-nav-modern li:not(:last-child):after {
    content: "";
    background-color: #9BA7B3;
    margin: 0 45px;
    height: 26px;
    width: 2px;
    position: relative;
    top: 6px;
}
.tabs-article .sppb-article-info-wrap h3 a {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    color: #272729;
}
ul.sp-megamenu-parent li.sp-menu-item a, ul.sp-megamenu-parent li.sp-menu-item span {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #272729;
}
li.sp-menu-item.current-item.active a:before, li.sp-menu-item.current-item.active a:after{
    content: none;
}
#sppb-addon-1635425928719 .sppb-addon-title {
    display: flex;
    align-items: flex-end;
}
#sppb-addon-1635425928719 .sppb-addon-title span {
    margin-top: 5px;
    margin-left: 15px;
    color: #272729;
}
.custom-heading-line h3.sppb-addon-title {
    color: #FFF;
    display: flex;
}
.custom-heading-line h3.sppb-addon-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background: #FFF;
    align-self: center;
    margin-left: 40px;
    margin-top: 3px;
}
/*** Article ***/
.article-details .antonio-heading h1.sppb-addon-title{
    text-align: left;
}
.article-hero {
    max-width: 668px;
}
/* .view-article .page-content {
    background: #272729;
}
.view-article .page-content,
.view-article .page-content p,
.view-article .page-content a,
.view-article .page-content .sppb-addon-title{
    color: #fff !important;

} */
.custom-box-artcle {
    padding: 30px;
}
.custom-box-artcle h2.sppb-addon-title {
    margin-bottom: 20px;
}
.custom-box-artcle .sppb-addon-content * {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.custom-box-artcle h2.sppb-addon-title:after {
    content: "";
    width: 24px;
    height: 1px;
    background: #CCD2E3;
    display: inline-block;
    margin-left: 15px;
    position: relative;
    bottom: 6px;
}
.recent-article .sppb-addon.sppb-addon-text-block.sppb-text-center.antonio-font {
    text-transform: uppercase;
    margin-bottom: 70px;
}
.recent-article .custom-post a {
    text-transform: uppercase;
    font-family: 'Antonio';
}
BODY.com-content.view-article #sp-main-body {
    padding-bottom: 0;
}
@media (min-width: 1600px){
    div#column-wrap-id-1635498299177, #column-wrap-id-1657626201117 {
        margin-left: 7%;
    }
}
@media (max-width: 1600px){
    #sppb-addon-1657013057597 span.next-control.nav-control {
        margin-right: -3% !important;
    }
    #sppb-addon-1657013057597 span.prev-control.nav-control {
        margin-left: -3% !important;
    }
}
@media (max-width: 1399px){
	#sp-film-stopka .sppb-container-inner {
		margin: auto;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	#sppb-addon-1656939460470 .overlay-background-style, #sppb-addon-1656937096269 .overlay-background-style {
		background: linear-gradient(180deg, #FFFFFF00 47%, rgba(39, 39, 41, 0.95) 10%) transparent;
	}
}
@media (max-width:1300px){
    #sppb-addon-1657013057597 .sppb-carousel-extended-nav-control .nav-control {
        height: 58px;
        width: 58px;
    }
}
@media (max-width:991px){
	section#section-id-1635497536483:after, #section-id-1657626201103:after {
		opacity: 0.2;
	}
	div#column-wrap-id-1635498299177 {
		max-width: 100%;
		margin-left: 0;
	}
	#sppb-addon-1657017398441 ul {
		max-width: max-content;
	}
	.sp-page-builder .page-content #section-id-1635418932792 {
		margin-top: 0;
	}
	div#column-id-1636099923009 {
		margin-top: 50px;
	}
	div#sppb-addon-wrapper-1656937094098 .sppb-text-right {
		text-align: left;
	}
	div#column-wrap-id-1656937094444 {
		margin-top: 35px;
	}
	.custom-offer .overlay-image-title {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.custom-post .sppb-row .sppb-col-sm-3 {
		max-width: 50%;
		flex: 0 0 50%;
	}
	.tabs-article ul.sppb-nav.sppb-nav-modern li:not(:last-child):after {
		margin: 0 15px;
	}
    .offcanvas-menu .sp-module-content a {
        text-transform: capitalize;
    }
    .sp-page-builder .page-content #section-id-1635425980037{
        background-attachment: initial !important;
        background-position: 100% !important;
    }
    .sp-page-builder .page-content #section-id-1657098527135,
    .sp-page-builder .page-content #section-id-1657098527366, 
    .sp-page-builder .page-content #section-id-1657098527373{
        margin: 10px 0;
    }
    div#column-wrap-id-1635498299177 {
        padding: 0;
    }
    #column-wrap-id-1657626201117{
        margin: 0;
        padding: 0;
    }
    div#column-wrap-id-1635498299177 div#column-id-1635498299177 .convertforms .cf-form-wrap, #column-wrap-id-1657626201117 .convertforms .cf-form-wrap{
        padding: 15px 15px;
    }
}
@media (max-width: 575px){
	.convertforms .cf-form-wrap {
		padding: 15px 0;
	}
	.footer-custom .sppb-addon-content {
		text-align: center;
	}
	.footer-custom .sppb-addon {
		text-align: center;
	}
	#sppb-addon-1657019225674 .sociale {
		justify-content: center;
	}
	#sppb-addon-1657017398441 ul li:not(:last-child):after {
		content: "";
		border-right: 2px solid #9BA7B3;
		position: relative;
		top: -4px;
	}
	.custom-post .sppb-row .sppb-col-sm-3 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.tabs-article ul.sppb-nav.sppb-nav-modern li:not(:last-child):after {
		display: none;
	}
	.tabs-article ul.sppb-nav.sppb-nav-modern {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
    #sppb-addon-1657013057597 .sppb-carousel-extended-item {
        padding: 30px;
        margin-left: 0px;
    }
    #sppb-addon-1657013057597 .sppb-testimonial-carousel-img-wrap {
        position: initial;
    }
    .fa-quote-left:before {
        display: none;
    }
    #sppb-addon-1657013057597 .sppb-testimonial-carousel-name {
        font-size: 26px;
        line-height: 30px;
    }
    #sppb-addon-1657013057597 .sppb-carousel-extended-nav-control .nav-control {
        height: 48px;
        width: 48px;
        padding: 0;
    }
    #sppb-addon-1657013057597 .nav-control .fa:before {
        font-size: 20px;
        line-height: 0px;
    }
    .custom-heading-line h3.sppb-addon-title:after {
        display: none;
    }
}
@media (max-width: 992px){
    #column-wrap-id-1635425980036{
        margin-top: 30px;
    }
}

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler:after{
    margin-left: auto;
    display: block;
    width: 10%;
}
.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent>.nav-header>.menu-toggler{
    width: 100%;
}

#sppb-addon-1657871439749 a,
#sppb-addon-1657871439749 a:hover{
    color: #000;
}
/* .itemid-101 #sppb-addon-1635728032796,
.itemid-101 #sppb-addon-1635728032796 a,.itemid-101 #sppb-addon-1635759340863{
    color: #000;
} */

.pagination-black{
    margin-top: -2px;
    padding-top: 4em;
    background-color: #000;
}

.pagination-black .next a{
    color: rgb(255, 255, 255);
}

.pagination-black .previous a{
    color: rgb(255, 255, 255);
}
.sppb-testimonial-carousel-name{
    line-height: 34px !important;
}
.produkcja-galeria-realizacji-row-wrapper:before, .produkcja-galeria-realizacji-row-wrapper:after{
    background-color: black;
}
@media (max-width: 576px) {
    .cookiebuttons{
        display: flex;
        gap: 20px;
    }
}

.sppb-container-inner {
    max-width: 1920px;
    margin: 0 auto;
}

.custom-offer .overlay-image-title {
    display: grid;
    grid-template-columns: 1fr;
    background: rgba(39, 39, 41, 0.95);
    padding: 30px;
    width: 100%;
}

.custom-offer .sppb-addon-subtitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-offer .overlay-background-style {
    display: none;
}

.custom-offer .sppb-addon-overlay-image-content {
    padding: 0 !important;
}

/* Newsletter */
@import url(https://static.mailerlite.com/assets/plugins/groot/modules/includes/groot_fonts/import.css?version=1616580);

.ml-form-embedSubmitLoad{display:inline-block;width:20px;height:20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ml-form-embedSubmitLoad:after{content:" ";display:block;width:11px;height:11px;margin:1px;border-radius:50%;border:4px solid #fff;border-color:#fff #fff #fff transparent;animation:ml-form-embedSubmitLoad 1.2s linear infinite}@keyframes ml-form-embedSubmitLoad{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#mlb2-3790279.ml-form-embedContainer{box-sizing:border-box;display:table;margin:0 auto;position:static;width:100%!important}#mlb2-3790279.ml-form-embedContainer button,#mlb2-3790279.ml-form-embedContainer h4,#mlb2-3790279.ml-form-embedContainer p,#mlb2-3790279.ml-form-embedContainer span{text-transform:none!important;letter-spacing:normal!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper{background-color:#000;border-width:0;border-color:transparent;border-radius:4px;border-style:solid;box-sizing:border-box;display:inline-block!important;margin:0;padding:0;position:relative}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper.embedDefault,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper.embedPopup{width:400px}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:400px;width:100%}#mlb2-3790279.ml-form-embedContainer .ml-form-align-left{text-align:left}#mlb2-3790279.ml-form-embedContainer .ml-form-align-center{text-align:center}#mlb2-3790279.ml-form-embedContainer .ml-form-align-default{display:table-cell!important;vertical-align:middle!important;text-align:center!important}#mlb2-3790279.ml-form-embedContainer .ml-form-align-right{text-align:right}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img{border-top-left-radius:4px;border-top-right-radius:4px;height:auto;margin:0 auto!important;max-width:100%;width:undefinedpx}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{padding:20px 20px 0 20px}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal{padding-bottom:0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent{text-align:left;margin:0 0 20px 0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{color:#fcfcfc;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:30px;font-weight:400;margin:0 0 10px 0;text-align:center;word-break:break-word}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{color:#000;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0 0 10px 0;text-align:left}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul{color:#000;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol{list-style-type:lower-alpha}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol{list-style-type:lower-roman}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a{color:#000;text-decoration:underline}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group{text-align:left!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label{margin-bottom:5px;color:#fff;font-size:14px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-weight:700;font-style:normal;text-decoration:none;display:inline-block;line-height:20px}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child{margin:0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form{margin:0;width:100%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent{margin:0 0 20px 0;width:100%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow{float:left}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm{margin:0;padding:0 0 20px 0;width:100%;height:auto;float:left}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow{margin:0 0 10px 0;width:100%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item{margin:0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal{margin:0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{background-color:#fff!important;color:#333!important;border-color:#ccc;border-radius:4px!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;height:auto;line-height:21px!important;margin-bottom:0;margin-top:0;margin-left:0;margin-right:0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder{color:#333}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder{color:#333}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder{color:#333}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder{color:#333}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea{background-color:#fff!important;color:#333!important;border-color:#ccc!important;border-radius:4px!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;height:auto;line-height:21px!important;margin-bottom:0;margin-top:0;padding:10px 10px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-color:#ccc!important;background-color:#fff!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-24px;overflow:visible}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{border-radius:4px!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after{background-color:#fff;mask-image:url(https://cdn.mailerlite.com/images/default/arrow.svg);-webkit-mask-image:url(https://cdn.mailerlite.com/images/default/arrow.svg)}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after{background-color:#fff;mask-image:url(https://cdn.mailerlite.com/images/default/circle.svg);-webkit-mask-image:url(https://cdn.mailerlite.com/images/default/circle.svg)}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before{border-color:#007bff!important;background-color:#007bff!important;color:#fff!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before{top:2;box-sizing:border-box}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after{top:3px!important;box-sizing:border-box!important;position:absolute;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{top:0!important;box-sizing:border-box!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before{position:absolute;top:4px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after{position:absolute;top:5px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before{position:absolute;top:4px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px;border-radius:50%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after{position:absolute;top:3px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after{position:absolute;top:3px!important;left:-21px;display:block;width:10px;height:10px;content:""}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after{background:no-repeat 50%/50% 50%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after{background:no-repeat 50%/50% 50%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input{position:absolute;z-index:-1;opacity:0;box-sizing:border-box;padding:0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label{color:#000;font-size:12px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;line-height:22px;margin-bottom:0;position:relative;vertical-align:top;font-style:normal;font-weight:700}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select{background-color:#fff!important;color:#333!important;border-color:#ccc!important;border-radius:4px!important;border-style:solid!important;border-width:1px!important;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;line-height:20px!important;margin-bottom:0;margin-top:0;padding:10px 28px 10px 12px!important;width:100%!important;box-sizing:border-box!important;max-width:100%!important;height:auto;display:inline-block;vertical-align:middle;background:url(https://cdn.mailerlite.com/images/default/dropdown.svg) no-repeat right .75rem center/8px 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow{height:auto;width:100%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:70%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal{width:30%;float:left}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn{padding-top:25px}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields{box-sizing:border-box;float:left;padding-right:10px}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{background-color:#fff;color:#333;border-color:#ccc;border-radius:4px;border-style:solid;border-width:1px;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;margin-bottom:0;margin-top:0;padding:10px 10px;width:100%;box-sizing:border-box;overflow-y:initial}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button{background-color:#007bff!important;border-color:#007bff;border-style:solid;border-width:1px;border-radius:4px;box-shadow:none;color:#fff!important;cursor:pointer;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px!important;font-weight:700;line-height:20px;margin:0!important;padding:10px!important;width:100%;height:auto}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover{background-color:#80bdff!important;border-color:#80bdff!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]{box-sizing:border-box;padding:0;position:absolute;z-index:-1;opacity:0;margin-top:5px;margin-left:-24px;overflow:visible}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description{color:#000;display:block;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:12px;text-align:left;margin-bottom:0;position:relative;vertical-align:top}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label{font-weight:400;margin:0;padding:0;position:relative;display:block;min-height:24px;padding-left:24px}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a{color:#000;text-decoration:underline}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{color:#000!important;font-family:'Open Sans',Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:18px!important;padding:0!important;margin:0 5px 0 0!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child{margin:0}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit{margin:0 0 20px 0;float:left;width:100%}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button{background-color:#007bff!important;border:none!important;border-radius:4px!important;box-shadow:none!important;color:#fff!important;cursor:pointer;font-family:'Open Sans',Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:21px!important;height:auto;padding:10px!important;width:100%!important;box-sizing:border-box!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading{display:none}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background-color:#80bdff!important}.ml-subscribe-close{width:30px;height:30px;background:url(https://cdn.mailerlite.com/images/default/modal_close.png) no-repeat;background-size:30px;cursor:pointer;margin-top:-10px;margin-right:-10px;position:absolute;top:0;right:0}.ml-error input{border-color:red!important}.ml-error .label-description,.ml-error .label-description p,.ml-error .label-description p a,.ml-error label:first-child{color:red!important}#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter{color:red!important}@media only screen and (max-width:400px){.ml-form-embedWrapper.embedDefault,.ml-form-embedWrapper.embedPopup{width:100%!important}.ml-form-formContent.horozintalForm{float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow{height:auto!important;width:100%!important;float:left!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div{padding-right:0!important;padding-bottom:10px}.ml-form-formContent.horozintalForm .ml-button-horizontal{width:100%!important}.ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn{padding-top:0!important}}

.ml-mobileButton-horizontal{display:none}#mlb2-3790279 .ml-mobileButton-horizontal button{background-color:#007bff!important;border-color:#007bff!important;border-style:solid!important;border-width:1px!important;border-radius:4px!important;box-shadow:none!important;color:#fff!important;cursor:pointer;font-family:'Open Sans',Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:20px!important;padding:10px!important;width:100%!important}@media only screen and (max-width:400px){#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm{padding:0 0 10px 0!important}.ml-hide-horizontal{display:none!important}.ml-form-formContent.horozintalForm .ml-button-horizontal{display:none!important}.ml-mobileButton-horizontal{display:block!important;margin-bottom:20px}.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div{padding-bottom:0!important}}

@media only screen and (max-width:400px){.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields{margin-bottom:10px!important;width:100%!important}}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal, 
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 100%;
    float: unset;
    position: relative;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    margin-bottom: 10px;
    width: 100% !important;
    padding: 0;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    display: flex;
    align-items: center;
    gap: 10px;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper {
    background: transparent;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
    padding: 0;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: center;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4, 
#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    font-family: 'Antonio';
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper.embedForm, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: unset;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    padding: 0;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    width: 100%;
    color: #000 !important;
    background: #fff !important;
    border: unset !important;
    padding: 10px 30px;
    text-transform: uppercase !important;
    font-family: 'Antonio';
    border-radius: 3px;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
}

#mlb2-3790279.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover, 
#mlb2-3790693.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background: #000 !important;
    color: #fff !important;
}

.ml-form-embedSubmitLoad:after {
    border: 4px solid #000;
    border-color: #000 #000 #fff;
}

#mlb2-3790279.ml-form-embedContainer button.loading, 
#mlb2-3790693.ml-form-embedContainer button.loading {
    display: block;
    position: absolute;
    bottom: 0;
    pointer-events: none;
}

#mlb2-3790279.ml-form-embedContainer button.loading:hover, 
#mlb2-3790693.ml-form-embedContainer button.loading:hover {
    background: #fff !important;
    color: #000 !important;
}

.ml-form-embedSubmitLoad {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/* END Newsletter */

/* Blog */
.blog .sppb-addon-article {
    display: grid;
    grid-template-columns: min-content 1fr;
    align-items: center;
    gap: 60px;
}

.blog h3 a {
    font-family: 'Antonio' !important;
}

.blog .sppb-readmore {
    width: fit-content;
    padding: 10px 0;
    display: block;
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}

.blog .sppb-readmore::after {
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    display: block;
}

.blog img.sppb-img-responsive {
    min-width: 300px;
    min-height: 400px;
    max-width: 300px;
    max-height: 400px;
}

.blog .sppb-article-info-wrap {
    border: 0;
}

.blog-post h1.sppb-addon-title {
    text-align: center;
}

.view-article .article-full-image, 
.view-article .article-can-edit {
    display: none;
}

@media (max-width: 990px) {
    .blog .sppb-addon-article {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog img.sppb-img-responsive {
        width: 100%;
        height: 100%;
        max-width: unset;
    }
}
/* END Blog */

/* BTN-Absolute */
.btn-absolute {
    position: absolute;
    right: 0;
    top: 0;
}
/* END BTN-Absolute */

/* Co dla Ciebie zrobimy? */
@media (max-width: 1429px) {
    #section-id-1696920479884 .sppb-col-md-3, 
    #section-id-1696920834859 .sppb-col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    #section-id-1696920479884 .sppb-col-md-3, 
    #section-id-1696920834859 .sppb-col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* END Co dla Ciebie zrobimy? */

.sppb-section[data-sppb-parallax="on"] {
    background-position: center !important;

    -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;
}


.sp-column  .article-details .pagenavigation{
	background: #000;
}

.sp-column  .article-details .pagenavigation a.btn-sm{
	visibility: hidden;
}

.btn-absolute-bottom{
top: auto !important;
}

/*Button go to top*/
#button {
  display: inline-block;
  background-color: #121212;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #454545;
}

#button.show {
  opacity: 1;
  visibility: visible;
  box-shadow: 0px 0px 10px 0.1px #454545;
}

#button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-size: 2em;
  color: #fff;
  line-height: 50px;
  font-weight: 900;
  font-style: normal;
}

@media (min-width: 500px) {

  #button {
    margin: 30px;
  }
}


/*Stopka*/
#sp-stopka0 .page-content,
#sp-stopka0 .page-content #section-id-1635418932792 {
	background: #121212;
}

/*Zdjecia na art*/


	
@media screen and (max-width: 767px) {
  .article-details div[itemprop="articleBody"] #section-id-1635727026050{
		background-attachment: unset !important;
		min-height: 400px;
	}
}
	
	
/* Zmiana jezyka na mob*/

.offcanvas-inner .sp-module  .sp-module-content .mod-languages{
	padding-left: 0 !important;
	border-left: 0 !important;
	margin-left: 0 !important;
}

@media screen and (max-width: 991px) {
	#sp-menu .sp-module  .sp-module-content .mod-languages{
		display: none !important;
	}
	#add_contact{
		padding-left: 10px;
		border-left: solid 2px #9BA7B3;
		margin-left: 20px;
	}
	#sp-menu .sp-module{
		margin-left: 0 !important;
	}
}


/* Cookie baner */
.cky-box-bottom-left {
    bottom: 50% !important;
    left: 50% !important;
    transform: translate(-50%,50%);
}

.sp-column  .article-details  .pagenavigation{
		display: none;
}


/* Zaokraglone rogi na zdj w blogu */
.article-details .sppb-row-container img.radius-corner{
	border-radius: 5px;
}