/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

:root {
  --mainwidth: 1200px;
  --black-50:#f7f7f7;
  --margin-400:4em;
	--margin-200:2em;
	--black-100:#e3e3e3;
	--black-200:#c8c8c8;
	--green-400:#176437;
	--green-200:#008262;
	--primary-400:var(--theme-palette-color-2);
	--primary-600:var(--theme-palette-color-2);
}
body, html{
	max-width:100vw;
	overflow-x:hidden;
}
.wp-block-columns:not(:first-child) {
    margin-top: var(--margin-400);
}
.wp-block-columns:not(:last-child) {
    margin-bottom: var(--margin-400);
}
h2{
	margin-top:0!important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong{
	font-weight:500;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
    margin-bottom: 1em;
}
.has-primary-400-color{
	color:#d1638c;
}
.is-style-colorBg.wp-block-group, .is-style-colorBg.wp-block-columns {
    position: relative;
    padding: var(--margin-400) 0px;
    margin: var(--margin-400) 0px;
}
.is-style-colorBg.wp-block-group.has-background:before, .is-style-colorBg.wp-block-columns.has-background:before {
    background-color: inherit !important;
}
.is-style-colorBg.wp-block-group:before, .is-style-colorBg.wp-block-columns:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100vw;
    max-width: 1600px;
    height: 100%;
    background: var(--black-50)!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	z-index:-1;
}
.is-style-colorBg.wp-block-group.has-background.has-black-50-background-color:before, .is-style-colorBg.wp-block-columns.has-background.has-black-50-background-color:before {
    background: var(--black-50)!important;	
}
.wp-block-button.is-style-btnGreenSimple .wp-block-button__link {
    background-color: rgba(0, 0, 0, 0);
    color: var(--theme-palette-color-6);
	border:none!important;
    border-bottom: 1px solid var(--theme-palette-color-6)!important;
}
.wp-block-buttons.is-style-withBorder {
    position: relative;
}
.wp-block-buttons.is-style-withBorder:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100vw;
    max-width: 1600px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 1px solid var(--black-100);
}
.mainBtnGreen, .wp-block-button.is-style-btnGreen .wp-block-button__link {
    background-color: var(--green-400);
	border-color: var(--green-400);
}
.mainBtnGreen:not([disabled]):hover, .wp-block-button.is-style-btnGreen .wp-block-button__link:not([disabled]):hover {
    background-color: var(--green-200);
	border-color: var(--green-200);
}
.wp-block-separator {
    border: none !important;
    border-top: 1px solid var(--black-200) !important;
	    height: 0 !important;
    max-width: unset !important;
}
.wp-block-separator.is-style-separatorSmall:not(:last-child) {
    margin-bottom: var(--margin-200);
}
.wp-block-separator.is-style-separatorSmall:not(:first-child) {
    margin-top: var(--margin-200);
}
.is-style-colorBg.wp-block-group, .is-style-colorBg.wp-block-columns {
    position: relative;
    padding: var(--margin-400) 0px;
    margin: var(--margin-400) 0px;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
div.m_con{
	max-width:var(--mainwidth)!important;
	margin-left: auto;
	margin-right: auto;
}
div.full_container{
	width: 100vw;
	max-width: 100vw!important;
	margin-left: calc(-1*(100vw - 1711px) / 2)!important;
}
.entry-content {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 782px) {
    .wp-block-columns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.has-primary-300-background-color{
	background-color:var(--theme-palette-color-1);
}
.flex_force{
	display: flex;
}
.full_width_img img{
	min-width: 100%;
}
.flex_row_reverse{
	flex-direction: row-reverse!important;
}
.flex_col_reverse{
	flex-direction: column-reverse;
}
@media(max-width:1000px){
	.flex_mobile_col_reverse{
		flex-direction: column-reverse;
	}
}

@media(min-width:1280px){
	div.m_con{
		width:var(--mainwidth)!important;
	}
	.alignfull .right_notfull > *{
		padding-right:  calc((100vw - var(--mainwidth)) / 2);
	}
	.alignfull .left_notfull > *{
		padding-left:  calc((100vw - var(--mainwidth)) / 2);
	}
}
@media(max-width:1300px){
	.m_con{
		padding-right: 15px;
		padding-left: 15px;
	}
}
.rank-math-breadcrumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1em;
    color: #3a3a37;
    text-transform: uppercase;
}
.rank-math-breadcrumb a{
	    text-decoration: none;
    color: #3a3a37;
    padding-right: 2px;
    padding-left: 2px;
}
.rank-math-breadcrumb .last {
    font-weight: bold;
}
.has-green-400-color{
	color: var(--theme-palette-color-6);
}
code {
    color: var(--theme-palette-color-6);
	background-color:transparent!important;
	font-family:inherit;
	font-size:inherit;
}
.wp-block-list li:not(.blocks-gallery-item):before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0px;
    width: .45em;
    height: .45em;
    background: var(--theme-palette-color-2);
    border-radius: 50%;
}
.wp-block-list li:not(.blocks-gallery-item) {
    position: relative;
    padding: 0px 0px 0em 1em;
    list-style: none;
}
.kategorie_kariery-kariera,
.br_col{
	border-radius: 8px!important;
}
p.submit {
    width: max-content;
    position: relative;
}
.wpcf7-spinner{
	display: none!important;
}
.wp-block-latest-posts__list img{
	width: 100%;
	max-width: 100%!important;
}
textarea, input[type=text], input[type=email],
textarea::placeholder, input[type=text]::placeholder, input[type=email]::placeholder{
	color: #333!important;
	margin-bottom: 10px;
	border: none;
	font-style: italic!important;
}
.is-style-btnAltWhite a,
.btn_tr a{
	background:transparent;
	border-color:white;
}
.wp-block-quote {
    box-sizing: border-box;
    overflow-wrap: break-word;
	padding-left: 0;
    border-left: none;
}
.is-style-colorBg.wp-block-group .wp-block-column, .is-style-colorBg.wp-block-group .wp-block-group__inner-container, .is-style-colorBg.wp-block-columns .wp-block-column, .is-style-colorBg.wp-block-columns .wp-block-group__inner-container {
    position: relative;
}
footer .widget_nav_menu a{
	color:white;
}
footer .widget_nav_menu li.current-menu-item a,
footer .widget_nav_menu a:hover{
	color:var(--theme-palette-color-1);
}
@media (min-width: 1200px) {
    .wp-block-columns .is-style-stretchToRight:not(.block-editor-block-list__block) {
        position: absolute;
        top: calc(0px - var(--margin-400));
        left: 0px;
        width: 100%;
        height: calc(100% + 2 * var(--margin-400));
    }
	.wp-block-columns .is-style-stretchToRight:not(.block-editor-block-list__block) img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: calc(100% + 50vw - 570px);
        max-width: calc(100% + 230px);
    }
}
@media(min-width:761px){
	.wp-block-latest-posts__list{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap:30px;
	}
}
@media(max-width:760px){
	.wp-block-latest-posts__list{
		display: grid;
		grid-template-columns: 1fr;
		gap:30px;
	}
}
.mi_btn{
	position: relative;
}
.mi_btn::before{
	content: '';
	display: block;
	position: absolute;
	height: 30px;
	width: calc(100% + 20px);
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	background-color: var(--theme-palette-color-2);
	border-radius: 8px;
}
@media(min-width:1001px){
	.mi_btn{
		margin-left: 50px;
	}
}
.mi_btn:hover a, .mi_btn a:hover{
	color: white!important;
}
.wp-block-latest-posts__featured-image a{
	display:block;
}
.footer_logo_container{
	position:relative;
}
.footer_logo{
	position:unset;
}
.footer_logo img{
	z-index:3;
	position:relative;
}
.footer_logo::after{
	content:'';
	display:block;
	background-color:black;
	width:300px;
	height:100px;
	position:absolute;
	z-index:-1;
	position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}
.footer_logo::before{
	content:'';
	display:block;
	background-color:var(--theme-palette-color-1);
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 30px;
    transform: translatex(-50%);
}
.gCompany {
    display: grid;
 	grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
}
.gCompany__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.gCompany__title {
    margin-bottom: 0px !important;
}
.heading-h6, .news__title, .footer__text, .gLastPosts__menuItem, .gOffer__title, .gCompany__title, h6, .subpageHeader__contact a, .cli-bar-message strong {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3em;
}
.gCompany__title span {
    font-size: 36px;
    color: var(--theme-palette-color-6);
    font-weight: 500;
}
@media (min-width: 992px) {
    .gGallerySliderHolder, .wp-block-gallery, .gCompany, .gFaq {
        margin-bottom: var(--margin-400, 3em);
        margin-top: var(--margin-400, 3em);
    }
}
.gOp {
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
}
.gOpinion  {
    position: relative;
	margin: 3em 0px 4em -30px;
    padding-top: 1em;
    width: calc(100% + 60px);
}
@media (min-width: 782px) {
    .gOpinion  {
        padding-bottom: 70px;
    }
}
.slickSliderUi .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slickSliderUi .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.gOpinion .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
.gOpinion__item {
    margin: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 37px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.gOpinion__item p {
    margin: 0px;
}
.slickSliderUi .slick-slide img {
    display: block;
}

.bgSVG, .svg_cite, .gOp__item:before, .svg_tel, .mainHeader__ctamob:before, .svg_arrow_primary, .svg_arrow_white, .slickSliderUi .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.svg_cite, .gOp__item:before {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D'24'%20height%3D'20'%20viewBox%3D'0%200%2024%2020'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M23.2969%202.26562H24V0.859375H23.2969C18.4936%200.859375%2014.5434%204.58406%2014.183%209.29688C14.1652%209.52891%2014.1562%209.76328%2014.1562%2010V19.1406H24V9.29688H15.5939C15.9506%205.36031%2019.2694%202.26562%2023.2969%202.26562Z'%20fill%3D'%23DE88AB'/%3E%3Cpath%20d%3D'M9.14062%202.26562H9.84375V0.859375H9.14062C4.33734%200.859375%200.387188%204.58406%200.0267188%209.29688C0.00890625%209.52891%200%209.76328%200%2010V19.1406H9.84375V9.29688H1.43766C1.79438%205.36031%205.11312%202.26562%209.14062%202.26562Z'%20fill%3D'%23DE88AB'/%3E%3C/svg%3E");
}
.gOp__source {
    margin-top: -24px;
    color: #c8c8c8;
}
.gOp__name {
    margin-top: auto;
    color: #000;
    font-weight: 500;
}
.slickSliderUi .slick-arrow {
	position: absolute;
	bottom: 100%;
	right: 16px;
	width: 36px;
	height: 36px;
	z-index: 1001;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	text-indent: -9999px;
	background-color: #5870ec;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.75H9.1275L4.935 10.9425L6 12L12 6L6 0L4.9425 1.0575L9.1275 5.25H0V6.75Z' fill='white'/%3E%3C/svg%3E")!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: 40%!important;
	transition: all 0.3s;
	top:unset;
	z-index:0;
}
.slick-arrow::before{
	display:none!important;
}
.slickSliderUi .slick-arrow.slick-prev {
	left:unset;
	transform: translateX(-60px) rotate(180deg);
}
.slickSliderUi .slick-arrow.slick-next {
	transform:none;
}

.slickSliderUi .slick-arrow.slick-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.slickSliderUi .slick-arrow:not(.slick-disabled):hover {
	background-color: #1e4fa8;
}

/* Responsive sizing */
@media (min-width: 768px) {
	.slickSliderUi .slick-arrow {
		width: 50px;
		height: 50px;
	}
}

.contentUi ul li:not(.blocks-gallery-item) {
    position: relative;
    padding: 0px 0px 0em 1em;
}
.slickSliderUi .slick-dots li {
    display: block;
    margin: 0px !important;
    padding: 0px !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.slickSliderUi .slick-dots li button {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 6px;
    border: none;
    background: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: var(--black-100);
    cursor: pointer;
}
.slickSliderUi .slick-dots li.slick-active button, .slickSliderUi .slick-dots li:hover button {
    background: var(--theme-palette-color-2);
}
.gFaq {
  display: grid;
  grid-gap: 0px;
  margin: var(--margin-200, 3em) auto;
}
.wp-gr {
    display: block !important;
    width: var(--theme-block-width) !important;
	max-width:1480px!important;
    padding-bottom: 20px !important;
    text-align: left !important;
    direction: ltr !important;
    box-sizing: border-box !important;
	margin-left:auto!important;
	margin-right:auto!important;
}
@media (min-width: 992px) {
  .gFaq {
    margin: var(--margin-400, 3em) auto;
  }
}

.gFaq__item {
  padding: 0;
  transition: all 0.2s;
}

.gFaq__item:not(:last-child) {
    border-bottom: 1px solid #f5f5f5;
}
.gFaq__trigger {
    position: relative;
	font-size:18px;
    padding: 1.3em 40px 1.3em 0px;
    margin: 0px;
    color: #1e4fa8;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}
.gFaq__item.active .gFaq__trigger,
.gFaq__trigger:hover {
    color: #5870ec;
    xborder-color: #5870ec;
}
.gFaq__trigger::after{
      content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    height: 20px;
    width: 20px;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(-50%) rotate(90deg);
    transition: 0.2s;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.75H9.1275L4.935 10.9425L6 12L12 6L6 0L4.9425 1.0575L9.1275 5.25H0V6.75Z' fill='%233A3A37'/%3E%3C/svg%3E");
	    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.svg_arrow_blue,
.gFaq__item.active .gFaq__trigger::after,
.gFaq__trigger:hover::after,
.specialBtn a {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.75H9.1275L4.935 10.9425L6 12L12 6L6 0L4.9425 1.0575L9.1275 5.25H0V6.75Z' fill='%235870EC'/%3E%3C/svg%3E");
}

.gFaq__item.active .gFaq__trigger::after {
    transform: translateY(-50%) rotate(-90deg);
}
.gFaq__content {
  display: none;
  padding: 1em;
}

.gFaq__item.active .gFaq__content {
  display: block;
}

.gFaq__content img {
  max-width: 100%;
  height: auto;
}
.gLastPosts__news .entry-card,
.archive .entry-card{
}
.subpageHeader__short .cat {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    text-decoration: none;
    color: #5870ec;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 700;
    text-decoration: none;
}
.mainContent__aside {
    width: 100%;
    padding: 40px 30px 20px 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1200px) {
    .mainContent__aside {
        padding-left: 0px;
    }
}
.submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 20px;
}
.submenu li{
	list-style:none;
}
.submenu .cat-item a,
.submenu .cat-item-all a,
.submenu .page_item a {
    padding: 3px 15px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #5870ec;
    color: #5870ec;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-height: 50px;
    padding: 3px 25px;
    border: none;
    background-color: #ff8272;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 34px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    cursor: pointer;
}

/* Styl aktywnej kategorii i hover */
.submenu .page_item.current_page_item > a,
.submenu .page_item.current_page_parent > a,
.submenu .page_item.current_page_ancestor > a,
.submenu .page_item:hover > a,
.submenu .page_item.current-cat > a,
.submenu .cat-item.current_page_item > a,
.submenu .cat-item.current_page_parent > a,
.submenu .cat-item.current_page_ancestor > a,
.submenu .cat-item:hover > a,
.submenu .cat-item.current-cat > a,
.submenu .cat-item-all.current_page_item > a,
.submenu .cat-item-all.current_page_parent > a,
.submenu .cat-item-all.current_page_ancestor > a,
.submenu .cat-item-all:hover > a,
.submenu .cat-item-all.current-cat > a {
    background-color: #1e4fa8;
    color: #fff;
}

 .gLastPosts {
    margin: 2em 0px 4em 0px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
@media (min-width: 992px) {
     .gLastPosts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.gLastPosts__left {
    width: 100%;
    padding: 1em;
    background: var(--black-50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
}
@media (min-width: 782px) {
    .gLastPosts__left {
        width: 32%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
@media (min-width: 1200px) {
    .gLastPosts__left {
        padding: 30px;
    }
}
.gLastPosts__right {
    width: 100%;
    position: relative;
}
@media (min-width: 782px) {
    .gLastPosts__right {
        min-height: 390px;
    }
}
.gLastPosts {
	margin: 2em 0 4em 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

@media (min-width: 1024px) {
	.gLastPosts {
		flex-direction: row;
		justify-content: space-between;
	}
}

.gLastPosts__left {
	width: 100%;
	padding: 30px;
	background: var(--black-50);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}

@media (min-width: 1024px) {
	.gLastPosts__left {
		width: 32%;
		flex-shrink: 0;
		flex-grow: 0;
	}
}

.gLastPosts__menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 24px;
}

.gLastPosts__menuItem {
	font-size: 1.4rem;
	color: var(--black-900);
	cursor: pointer;
	transition: all 0.3s;
}

.gLastPosts__menuItem.active {
	color: var(--primary-400);
	text-decoration: underline;
}

.gLastPosts__link.mainBtnAlt a {
	display: inline-block;
	padding: 0.8em 1.5em;
	background: transparent;
	color: #000;
	text-decoration: none;
	transition: background 0.3s;
	border:1px solid #000;
}

.gLastPosts__link.mainBtnAlt a:hover {
	background: var(--theme-palette-color-2);
	border-color:var(--theme-palette-color-2);
	color:white;
}

.gLastPosts__right {
	width: 100%;
	position: relative;
	min-height: 390px;
}

.gLastPosts__news {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 0;
}

.gLastPosts__news.active {
	display: block;
	z-index: 1;
}

.gLastPosts__news article {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.gLastPosts .entry-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.6rem;
	line-height: 1.4;
}

.gLastPosts .entry-meta {
	margin: 0;
	font-size: 0.9rem;
	color: var(--black-500);
	list-style: none;
	padding: 0;
}

.gLastPosts .entry-meta li {
	display: inline-block;
	margin-right: 1em;
}

.gLastPosts .ct-media-container img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

.gLastPosts .entry-button {
	display: inline-block;
	margin-top: auto;
	padding: 0.5em 1em;
	background: var(--primary-100);
	color: var(--primary-500);
	text-decoration: none;
	transition: background 0.3s;
	font-weight: 500;
	font-size: 0.95rem;
}

.gLastPosts .entry-button:hover {
	background: var(--primary-200);
}

.gOffer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;
    margin-bottom: var(--margin-100, 3em);
    margin-top: var(--margin-100, 3em);
}
@media (min-width: 992px) {
    .gOffer {
        margin-bottom: var(--margin-400, 3em);
        margin-top: var(--margin-400, 3em);
    }
}
.gOffer:first-child {
    margin-top: 0px;
}
.gOffer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
    border: 1px solid var(--black-200);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.gOffer__link {
    margin-top: auto;
    font-weight: 500;
    color: var(--black-900);
    -webkit-transition: all .2s;
    transition: all .2s;
}
@media(min-width:1000px){
	ul li.mi_mobile{
		display:none!important;
	}
}
@media(max-width:1000px){
	.gCompany, .gOffer {
    	grid-template-columns: 1fr 1fr;
	}
}
@media(max-width:760px){
	.gCompany, .gOffer {
    	grid-template-columns: 1fr;
	}
}

/* CF 7 */
.contactform {
    max-width: 782px;
    margin-left: auto;
    margin-right: auto;
}

.contactform__container {
    width: 100%;
    display: grid;
    grid-gap: 20px;
}
@media (min-width: 992px) {
    .contactform__container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/* Kontakt Form */
.contactform__field {
    display: block;
    padding: 0px;
    margin: 0;
    position: relative;
}
.contactform__field input:not([type=checkbox]), .contactform__field select, .contactform__field textarea {
    display: block;
    position: relative;
    width: 100% !important;
    height: 54px;
    min-width: 10px;
    line-height: 40px;
    padding: 14px 30px 0px 30px;
    background: #fff;
    color: #3a3a37;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    border: none;
    z-index: 1;
    border-radius: 34px;
}
.contactform__field > p>label {
    position: absolute;
    width: 100%;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    bottom: 100%;
	top:0;
    left: 0;
	font-size:16px;
	font-weight:400!important;
    z-index: 2;
    opacity: 1;
    -webkit-transition: .2s transform;
    transition: .2s transform;
    color: var(--black-600);
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.contactform__field > p>label[for="cfSubject"]{
	background-color: white !important;
    height: 30px;
    z-index: 4;
    max-width: 80%;
    left: 1px;
}

.contactform__field>p>label.show {
    -webkit-transform: translateY(110%) scale(0.7);
    transform: translateY(110%) scale(0.7);
	opacity:.6;
}
.contactform__field textarea {
    height: 80px;
    line-height: 1.3em;
    padding-top: 10px;
}
@media (min-width: 992px) {
    .contactform__field.cfText, .contactform__field.cfRodo {
        grid-column: 1 / span 3;
    }
}
.contactform__field .wpcf7-acceptance .wpcf7-list-item-label {
    display: block;
    padding-left: 36px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
	font-size:12px;
	line-height:18px;
	position:relative;
}
.contactform__field .wpcf7-acceptance .wpcf7-list-item-label:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #3a3a37;
    border-radius: 50%;
    background: none;
}
.contactform__field .wpcf7-acceptance .wpcf7-list-item-label:after {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.contactform__field .wpcf7-acceptance input:checked+.wpcf7-list-item-label:after {
    background: #ff6c59;
}
.contactform__field .wpcf7-acceptance input {
    visibility: hidden;
    position: absolute;
}
.contactform__submitHolder {
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
}
@media (min-width: 992px) {
    .contactform__submitHolder {
        grid-column: 3 / 4;
    }
}
.contactform .wpcf7-submit {
    width: 100%;
}
.wp-block-spacer.is-style-spacerSmall {
    margin: var(--margin-100) 0px;
	height: 1px !important;
}

@media (min-width: 782px) {
    .wp-block-spacer.is-style-spacerSmall {
        margin: var(--margin-300) 0px;
    }
}
.contactform__field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 98% 50% no-repeat;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23bbbbbb%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-size: 14px auto;
    z-index: 3;
}
/* FONTS */
p.decor {
    letter-spacing: 3.6px;
    font-size: 12px;
    text-transform: uppercase;
}
/* BUTTONS */
.mainBtnBlueArrow, .wp-block-button.blueArrow .wp-block-button__link {
    padding-right: 70px;
    background-color: #5870ec;
}
.mainBtnBlueArrow:not([disabled]):hover, .wp-block-button.blueArrow .wp-block-button__link:not([disabled]):hover {
    background-color: #1e4fa8;
    color: #fff;
}
.mainBtnBlueArrow:after, .wp-block-button.blueArrow .wp-block-button__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-size: 12px;
    background-color: #5870ec;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	background-position: center;
    background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.75H9.1275L4.935 10.9425L6 12L12 6L6 0L4.9425 1.0575L9.1275 5.25H0V6.75Z' fill='white'/%3E%3C/svg%3E");
}
.specialBtn {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 18px 50px!important;
    border-radius: 50px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #1e4fa8;
}
.specialBtn a {
    display: inline-block;
    padding-right: 24px;
    color: #5870ec;
    font-size: 16px;
    background-position: right;
	background-repeat:no-repeat;
    background-size: 12px 12px;
	font-weight:700;
	text-decoration:none;
}
.g_pa, .specialBtn a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.specialBtn a:before {
    content: "";
    border: 1px solid #5870ec;
    border-radius: 50px;
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.specialBtn a:hover:before {
    background-color: rgba(255, 154, 141, .5);
}
.footer__contact a, .submenu .page_item a, .submenu .cat-item a, .submenu .cat-item-all a, .wp-block-button.blueAlt .wp-block-button__link {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #5870ec;
    color: #5870ec;
}
.mainBtnBlueAlt:not([disabled]):hover, .footer__contact a:not([disabled]):hover, .submenu .page_item a:not([disabled]):hover, .submenu .cat-item a:not([disabled]):hover, .submenu .cat-item-all a:not([disabled]):hover, .wp-block-button.blueAlt .wp-block-button__link:not([disabled]):hover {
    background-color: #1e4fa8!important;
    color: #fff;
}
/* WM exclusive */

.wp-block-columns.whiteColumns .wp-block-column {
    padding: 16px 16px 0px 16px;
    margin-bottom: 1.5em;
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: -49px 22px 47px -7px rgba(250, 230, 214, .5);
    box-shadow: -49px 22px 47px -7px rgba(250, 230, 214, .5);
}
.subpageHeader {
    position: relative;
}
.gHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.gContainer {
    display: block;
    width: 100%;
    max-width: 1480px;
}
.subpageHeader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 180px 30px 20px 30px;
}
.subpageHeader__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
}
.home .subpageHeader__content {
    max-width: 640px;
}
.heading-h1, .subpageHeader__title {
    text-decoration: none;
}
.subpageHeader__title {
    color: #1e4fa8;
}
.mainContent__article p:not(.has-text-align-center), .subpageHeader__content p {
    text-align: justify;
}
.subpageHeader__short {
    display: block;
    padding: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 570px;
}
.subpageHeader__image {
    display: none;
}
.subpageHeader__link {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50px;
    padding: 3px 25px 3px 25px;
    padding-right: 70px; /* dla strzałki */
    border: none;
    border-radius: 34px;
    background-color: #ff8272;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s;
}
.mainBtn:not([disabled]):hover, .contactform .wpcf7-submit:not([disabled]):hover, .contentUi .wp-block-file__button:not([disabled]):hover, .contentUi .wp-block-button__link:not([disabled]):hover, .mainBtnBlueArrow:not([disabled]):hover, .mainBtnBlueAlt:not([disabled]):hover, .footer__contact a:not([disabled]):hover, .submenu .page_item a:not([disabled]):hover, .submenu .cat-item a:not([disabled]):hover, .submenu .cat-item-all a:not([disabled]):hover, .mainBtnBlue:not([disabled]):hover, .mainHeader__contact a:not([disabled]):hover, .mainBtnArrow:not([disabled]):hover, .subpageHeader__link:not([disabled]):hover, .mainBtnAlt:not([disabled]):hover, .cli-plugin-button.cli_settings_button:not([disabled]):hover, .cli-tab-footer .wt-cli-privacy-accept-btn:not([disabled]):hover {
    background-color: #ff6c59;
    color: #fff;
}
.subpageHeader__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #ff6c59;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.75H9.1275L4.935 10.9425L6 12L12 6L6 0L4.9425 1.0575L9.1275 5.25H0V6.75Z' fill='white'/%3E%3C/svg%3E");
    transform: translateY(-50%);
}
.mainBtnArrow[href="#contactForm"]:after, [href="#contactForm"].subpageHeader__link:after, [href="#contactForm"].mainBtnAlt:after, .contentUi .wp-block-button.alt [href="#contactForm"].wp-block-button__link:after, [href="#contactForm"].cli-plugin-button.cli_settings_button:after, .cli-tab-footer [href="#contactForm"].wt-cli-privacy-accept-btn:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.pageBg {
    position: fixed;
    top: 50%;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	height:100vh;
	z-index:-1;
}
.pageBg.bg1 {
    background: url('./img/bg1.png') center / 100% auto no-repeat;
}
.pageBg.bg2 {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: url('./img/bg2.png') center / 100% auto no-repeat;
}
.pageBg.bg3 {
	-webkit-transform: translateY(50%);
    transform: translateY(50%);
    background: url('./img/bg3.png') center / 100% auto no-repeat;
}
.footer1__container {
    padding: 40px 30px;
}
.wp-block-group.redBg {
    margin: 3em 0px 4em 0px;
    padding: 32px 16px;
    color: #fff;
    background-color: #ff8272;
    border-radius: 34px;
}
.wp-block-group.redBg a:not([class]),
.wp-block-group.redBg h1, .wp-block-group.redBg h2, .wp-block-group.redBg h3, .wp-block-group.redBg h4, .wp-block-group.redBg h5, .wp-block-group.redBg h6 {
    color: #fff;
}
.wp-block-button.alt .wp-block-button__link, .cli-plugin-button.cli_settings_button, .cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #fff;
	border: 1px solid #ff8272 !important;
    color: #ff8272 !important;
}
.mainBtnAlt:not([disabled]):hover, .wp-block-button.alt .wp-block-button__link:not([disabled]):hover, .cli-plugin-button.cli_settings_button:not([disabled]):hover, .cli-tab-footer .wt-cli-privacy-accept-btn:not([disabled]):hover {
    background-color: #ff6c59 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
table, th, td {
    font-size: var(--theme-table-font-size);
    border-width: var(--theme-table-border-width, 1px);
    border-style: var(--theme-table-border-style, solid);
    border-color: transparent!important;
}
@media (min-width: 768px) {
	.wp-block-group.redBg {
        padding: 64px 64px 42px 64px;
    }
    .footer1__image {
        background: url(./img/footer_img.png) center / contain no-repeat;
    }
	.wp-block-columns.whiteColumns .wp-block-column {
        padding: 48px 48px 24px 48px;
    }
    .subpageHeader__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 80px;
    }
	.subpageHeader__content {
        gap: 32px;
        width: 55%;
    }
	.subpageHeader__image {
        display: block;
        width: 45%;
        max-width: 620px;
        height: 440px;
        background: center / contain no-repeat;
    }
	.home .subpageHeader__image {
        width: 50%;
        max-width: 766px;
    }
	.home .subpageHeader__container {
        padding-top: 100px;
        padding-bottom: 0px;
    }
	.footer1__container {
        display: grid;
        grid-template-columns: 1fr 55%;
        grid-gap: 32px;
        padding: 100px 30px;
    }
}
@media (min-width: 1200px) {
    .home .subpageHeader__image {
        height: 830px;
    }
}
@media (min-width: 1480px) {
    .subpageHeader__container {
        min-height: 700px;
    }
}