body {
  color: #132431;
	background:#f3f3f3!important;
}
body, .site, .mask::after, .mask::before{
	background-color:#f3f3f3
}

.single-post.sidebar-none .main-content .content .post-inner .post-thumbnail{
	margin:0 !important;
}

#frm_form_17_container{
	margin-top:50px;
	margin-bottom:35px;
}

#frm_form_17_container .frm_fields_container{
		align-items:start;
	}

.blog_cta_form{
	padding:50px 50px 50px 50px;
	border-radius:30px;
	background-color: #0b1825;
    background-image: linear-gradient(230deg, #004584 0%, #0b1825 40%);
}
.blog_cta_text{
	padding:0px 0 0px 25px;
	grid-auto-rows: auto !important;
}

.blog_cta_autor_wrap{
	background-color:#dbf0ed;
	border-radius:30px;
	padding:25px;
	display:flex;
	flex-direction:row;
	gap:20px;
	margin-top:30px;
	width:100%;
}

.blog_cta_avatar{
	width:100px;
	height:100px;
	border-radius:30px;
}

.blog_cta_autor_wrap .autor-name{
	font-size:1.2rem;
	color:#202020;
}

.blog_cta_autor_wrap .autor-work{
	font-size:1.2rem;
	color:#62748a;
}

.blog_cta_autor_wrap a{
	font-size:1.4rem;
	color:#f09400;
}
.blog_cta_autor_wrap a:hover{
	font-size:1.4rem;
	color:#f09400;
	text-decoration:underline;
}

.blog_cta_autor_html{
	margin-bottom:0 !important;
}

.blog_cta_submit_wrap {
	margin-bottom:0 !important;
}

.blog_cta_submit_hidden{
	display:none !important;
}

.blog_cta_submit button{
	width:100%;
	background-image: linear-gradient(
    280deg,
    #f09400 20%,
    #fc5b00 100%
  ) !important;
	color:#fff;
	border-radius:15px;
}

.blog_cta_submit button:hover{
	background-image: linear-gradient(
    280deg,
    #fc5b00 20%,
    #f09400 100%
  ) !important;
}


.blog_cta_text p{
	margin-bottom:0px !important;
}

.blog_cta_text .frm_html_container{
		display:flex;
		flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}

@media only screen and (max-width: 1024px) {
	
	#frm_form_17_container h2.h-main-mobile{
		font-size:36px !important;
	}
	.blog_cta_form{
	padding:30px 25px 30px 25px;
	}

	
}

@media only screen and (max-width: 768px) {
	#frm_form_17_container div.blog_cta_text{
		padding:0px;
		margin-top:30px !important;
	}
		.blog_cta_text{
		padding:0px;
	}
	.blog_cta_text .frm_html_container{
		align-items:center;
	}
	.blog_cta_autor_wrap{
		padding:15px;
	}
	.blog_cta_avatar{
		border-radius:15px;
		width:80px;
		height:80px;
	}
	.blog_cta_autor_wrap a{
		font-size:1.2rem;
	}
}


.vc_flexbox_container_item, .vc_flexbox_container_item-inner, .wpb_wrapper {
    height: auto !important;
}

.cky-switch input[type="checkbox"]{
	width: 44px !important;
}

.wpb-content--blank {
  background: #f3f3f3 !important;
}

/* TEXT STYLES - START */
 h1{
		color:#fff;
    font-size: 3rem !important;
    line-height: 1.1 !important;
	text-transform: none !important;
    margin:0 auto 2rem;
  }
  
 .content-header .page-title-inner{
	 text-transform:none !important;
 }


h1 span{
    color:#fc5b00!important;
    display:block;
	font-weight:800;
}
h2 span{
    color:#F09400!important;
	font-weight:800;
	text-decoration:underline;
}
h3.rev-title{
	    font-size: 56px!important;
	color:#132431 !important;
    color: #132431!important;
    text-align: left!important;
    font-weight: 600!important;
    line-height: 1em!important;
	padding: 24px 0px 21px 0px;
}
h2.text-title{
	color:#132431 !important;
	font-size:24px !important;
	font-weight:600 !important;
	line-height:1.3em !important;
}
h3.text-title{
	color:#f09400 !important;
	font-size:18px !important;
	font-weight: 600 !important;
	margin-bottom:10px !important;
}
.text-desc p{
	color: #0b182594 !important;
	font-size:16px;
	font-weight:500;
	line-height:1.6em;
	
}

.txt-white {
  color: #fff !important;
}

.text-lead {
  font-weight: 500;
  line-height: 26px;
	color:#0b182594;
}

.txt-600 {
  font-weight: 600;
  line-height: 64px;
}

.bbb h2 {
  font-weight: bold !important;
}
.bbb h3 {
  font-weight: bold !important;
}
.text-top-h p {
  color: #d2d8dd;
  font-weight: 400;
  line-height: 23px;
}
.text-600 {
  font-weight: 600;
}

#site .blog-shortcode.post-thumbnail-cover .blog-entries .blog-grid .post .post-inner .post-image > img{
	filter:none !important;
}

@media (max-width:1024px){
	h3.h-main-mobile{
		font-size:40px !important;
		line-height:47px !important;
		margin-bottom:15px !important;
	}
	.text-desc p{
		margin-top:15px;
	}
}
@media (max-width:767px){
	h2.h-main-mobile{
		text-align:center !important;
	}
	h3.h-main-mobile{
		font-size:30px !important;
		line-height:31px !important;
	}
	h2.text-title{
		text-align:center !important;
	}
	.text-desc p{
		text-align:center !important;
	}
	h3.h-main-mobile{
		text-align:center !important;
	}
	
}

/*TEXT STYLES END */

.wpb-content--blank .wpb-content-wrapper {
  max-width: 100% !important;
  min-width: 1180px;
  margin-left: 60px;
  margin-right: 60px;
}


/* MOBILE GLOBAL STYLES - START */

@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
	
  .center-mob h2, .center-mob p{
    text-align: center!important;
  }
  .contact .row label span {
    margin-top: 0px !important;
  }
  .vc-pad {
    padding-bottom: 50px;
  }

  .flex-wrapper > div > div {
    padding: 30px 0;
    justify-content: center;
  }
  .h2-mob {
    font-size: 20px !important;
  }
  .h4-mob {
    font-size: 18px !important;
  }
  
  .align-content {
    font-size: 19px !important;
  }
  .vc_icon_element-icon.far.fa-envelope-open {
    font-size: 30px !important;
  }
  .box-m-3 {
    margin-bottom: 40px !important;
  }
  .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-wide {
    margin: 50px 20px !important;
  }
  #site .counter .counter-image {
    display: none;
  }
  .counter-detail {
    text-align: left;
    padding-top: 20px;
  }
  .box-m-1,
  .box-m-2,
  box-m-3 {
    padding-bottom: 20px !important;
  }
  .vc_row.vc_column-gap-35 .row-inner > .vc_column_container {
    padding: 0;
  }
  .box-normal {
    margin: 20px;
  }

  .content-body-inner {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
 
  .heading-title-main {
    font-size: 31px !important;
  }
  .box-light {
    margin-top: 50px;
  }
  #site .iconlist.iconlist-icon-small.number {
    display: flex !important;
    flex-direction: column;
	padding-left:5px;
	padding-right:5px;
  }
  #site .iconlist.iconlist-icon-small.gap-60 li {
    width: 100% !important;
  }
  #site .iconlist.columns-3 > li {
    width: 100% !important;
  }
  section.vc_section {
    padding: 0px !important;
  }
  .wpb-content--blank .wpb-content-wrapper {
    margin: 0 auto !important;
  }

  .head-m {
    font-size: 36px !important;
    line-height: 50px !important;
  }
  h1{
		color:#fff;
    font-size: 72px !important;
    line-height: 79px !important;
  }

  .text-top-h {
    text-align: justify;
  }
  .oneh {
    max-width: 90%;
    margin: 0;
  }
  .box-m-1,
  .box-m-2 {
    padding-bottom: 40px !important;
  }
 
  .vc_section {
    position: relative;
    margin-bottom: 30px;
  }
  .vc_col-sm-4 {
    width: 100% !important;
  }
  .h-main-mobile {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .gap-column {
    margin-bottom: 20px !important;
  }

}

/* MOBLE GLOBAL STYLES - END */



/* OTHER *GLOBAL STYLES - START */

.contact .columns.columns-3 p, .contact .columns.columns-12 p{
	position:relative;
}

input.wpcf7-form-control.has-spinner{
	margin-bottom:0 !important;
}

span.wpcf7-spinner{
	position:absolute;
	left:10px;
	bottom:calc(50% - 5px);
	transform:translateY(50%);
	z-index:3;
}

.columns-3 span.wpcf7-spinner{
	bottom:50%;
}

.oneh {
  max-width: 1180px;
  margin: 0 auto !important;
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_product_categories ul li a {
  color: #fff;
  font-weight: 600;
}
.widget ul li .children,
.widget ul li .sub-menu {
  display: none;
}
.widget.widget_nav_menu ul li {
  margin-right: 50px;
}
.widget_nav_menu {
  padding-top: 20px;
}
.vc_general.vc_btn3 {
  border-radius: 50px !important;
}
.vc_general.vc_btn3:focus{
	border:none !important;
	color:#fff !important;
}

.vc_general.vc_btn3 {
  font-size: 14px !important;
  text-transform: math-auto !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.box-m-1 {
  padding: 0px 10px !important;
}
.box-m-2 {
  padding: 0px 10px !important;
}
.box-m-3 {
  padding: 0px 10px !important;
}

.head-menu-full > div {
  border-radius: 0px 0px 0px 0px;
  background-color: radial-gradient(
    at top right,
    #0e1825 0%,
    #0b1927 70%
  ) !important;
  background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
	animation: glowEffect 4s infinite alternate ease-in-out;
}
.header-menu-full-bg {
  /** background-image: linear-gradient(90deg , #0b1927 0%, #004787 70%)!important;
     **/
  border-radius: 0px 0px 0px 0px;
}

.vc_btn3.vc_btn3-color-warning {
  color: #fff;
  background: linear-gradient(280deg, #fc5b00 20%, #f09400 100%) !important;
  border: 0px;
  transition: all 0.3s ease !important;
}
.vc_btn3.vc_btn3-color-warning:hover {
  background: linear-gradient(280deg, #f09400 20%, #fc5b00 100%) !important;
}


.box-cennik {
  --background-transition: 0.3s;
  border-style: solid;
  --border-style: solid;
  border-width: 1px 1px 1px 1px;
  --border-top-width: 1px;
  --border-right-width: 1px;
  --border-bottom-width: 1px;
  --border-left-width: 1px;
  --border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 5px 20px 5px rgba(0, 69.00000000000016, 132, 0.08);
  --margin-top: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --margin-right: 20px;
  --padding-top: 40px;
  --padding-bottom: 40px;
  --padding-left: 40px;
  --padding-right: 40px;
  transition: all 0.4s ease !important;
}
.wpb-plan-title {
  text-align: left !important;
  font-weight: 600;
}
.wpb-plan-description {
  font-weight: 600;
  text-align: left !important;
}
.wpb-price-container {
  text-align: left !important;
}
.wpb-period {
  font-size: 26px !important;
  font-weight: 600 !important;
}
.wpb-plan-features li {
  color: #000;
  padding-bottom: 10px;
}
.box-main {
  border: 2px solid #ef6626 !important;
}
.box-cennik-h:hover {
  border: 1px solid #ef6626 !important;
}
.contact .row .columns {
  padding: 0 5px !important;
}
#wpcf7-f9062-p3679-o1
  > form
  > div.contact.style3
  > div:nth-child(1)
  > div.columns.columns-3 {
  padding-top: 10px !important;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"] {
  border-radius: 15px;
  padding: 17px 25px 17px 25px;
}
.wpcf7 .wpcf7-submit:disabled,
.wpcf7 .wpcf7-submit {
  border-radius: 15px;
}
.wpcf7-submit {
  background: #e7932a !important;
  border-radius: 15px !important;
}
.ec-header-wrap .wpcf7-list-item-label {
  color: #fff !important;
}
input[type="checkbox"] {
  height: auto;
  line-height: inherit;
  width: 11px !important;
  float: left;
}
.contact .row {
  margin-bottom: 0px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wpcf7-list-item-label::before {
  padding-right: 10px;
}

.box-dark {
  background-color: transparent;
  background-image: radial-gradient(at top right, #004584 18%, #0b1825 100%);
  transition: all 0.5s ease !important;
  border-radius: 30px;
  color: #fff !important;
  padding: 40px 35px !important;
  min-height: 420px;
}
.box-light {
  min-height: 420px;
  text-align: left;
  background-color: transparent;
  background-image: radial-gradient(at top right, #f3f3f3 0%, #f3f3f3 90%);
  padding: 40px 35px;
  box-shadow: 0px 5px 20px 5px rgba(0, 69, 132, 0.09);
  border-style: none;
  border-radius: 30px 30px 30px 30px;
  transition: all 0.5s ease !important;
  color: #202020 !important;
}
.box-light h2 {
  color: inheirt !important;
  margin-top: 0 !important;
}
.box-dark h2 {
  color: fff !important;
  margin-top: 0 !important;
}
.box-light:hover {
  background-color: transparent;
  background-image: radial-gradient(at top right, #004584 18%, #0b1825 100%);
  box-shadow: 0 !important;
  color: #fff !important;
}
.box-dark .box-title,
.box-light .box-title {
  display: none;
}
.box-dark .iconbox,
.box-light .iconbox {
  display: flex;
  justify-content: space-between;
}

.vc_row.vc_row-o-content-middle
  .row-inner
  > .vc_column_container
  > .vc_column-inner {
  border-radius: 30px;
}
.wpb_single_image img {
  border-radius: 30px !important;
}
.no-radius img {
  border-radius: 0 !important;
}
.button .primary {
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: initial;
  color: #132431;
  background-color: linear-gradient(
    280deg,
    #fc5b00 20%,
    #f09400fc 100%
  ) !important;
  border-style: none;
  border-radius: 50px 50px 50px 50px;
  font-family: "Commissioner";
  letter-spacing: 0;
  max-height: 80px !important;
}
.box-normal {
  background-color: transparent;
  background-image: radial-gradient(at top right, #004584 18%, #0b1825 100%);
  transition: all 0.5s ease !important;
  border-radius: 30px;
  color: #fff;
  padding: 40px;
}
.box-normal:hover {
  background-color: transparent;
  background-image: radial-gradient(at top right, #0b1825 0%, #004584 100%);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .vc_col-sm-6-gap {
    width: 48% !important;
    margin-right: 2%;
  }
}

#site .iconlist.iconlist-icon-small.gap-60 li {
  margin-bottom: 20px;
  background-color: transparent;
  background-image: radial-gradient(at top right, #004584 18%, #0b1825 100%);
  transition: all 0.5s ease !important;
  border-radius: 30px;
  color: #fff;
  padding: 40px;
  width: 32%;
}
#site .iconlist.iconlist-icon-small.gap-60 li:hover {
  background-color: transparent;
  background-image: radial-gradient(at top right, #f09400 0%, #fc5b00 100%);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.3);
}
#site .iconlist-item-content > h4 {
  color: inherit !important;
}
#site .iconlist.iconlist-icon-small {
  column-gap: 20px;
}
#site
  .blog-shortcode.post-thumbnail-cover.style2
  .blog-entries
  .blog-grid
  .post
  .post-inner {
  background-color: transparent;
  background-image: radial-gradient(at top right, #f3f3f3 0%, #f3f3f3 90%);
  padding: 0;
  box-shadow: 0px 5px 20px 5px rgba(0, 69, 132, 0.09);
  border-style: none;
  border-radius: 30px 30px 30px 30px;
  transition: all 0.5s ease !important;
  color: #202020 !important;
  border: 1px solid #eee;
}
#site.blog-shortcode.post-thumbnail-cover.style2
  .blog-entries
  .blog-grid
  .post
  .post-inner:hover {
  border: 1px solid #ef6626;
}
#site
  .blog-shortcode.post-thumbnail-cover.style2
  .blog-entries
  .blog-grid
  .post {
  padding: 0 10px;
}
#site
  .blog-shortcode.post-thumbnail-cover
  .blog-entries
  .blog-grid
  .post
  .post-inner
  .post-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
#site
  .blog-shortcode.post-thumbnail-cover.style2
  .blog-entries
  .blog-grid
  .post
  .post-inner:before {
  background-color: transparent !important;
}
.vc_separator.wpb_content_element h4 {
  color: #fff;
}
.custom-border {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.counter .counter-content .counter-value {
  font-size: 5rem;
}
.iconlist > li .hover3 {
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.1);
}
.white-color .cd-headline span {
  font-weight: normal;
}
.vc_row.mask .vc_video-bg:before,
.vc_section.mask .vc_video-bg:before {
  background: linear-gradient(
    45deg,
    rgba(0, 12, 45, 1) 0%,
    rgba(234, 32, 89, 1) 100%
  );
}

.whiteText {
  color: #fff;
}

.posFixed {
  position: fixed;
}
#site .iconbox {
  padding: 40px 35px;
  box-shadow: 0px 5px 20px 5px rgba(0, 69, 132, 0.09) !important;
  border-style: none;
  border-radius: 30px 30px 30px 30px !important;
  color: #202020 !important;
}
#site .iconbox:hover {
  background-color: transparent;
  background-image: radial-gradient(at top right, #004584 18%, #0b1825 100%);
  box-shadow: 0 !important;
  color: #fff !important;
}
#site .iconlist.columns-3 > li {
  width: 31.333333% !important;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background-image: linear-gradient(
    280deg,
    #fc5b00 20%,
    #f09400 100%
  ) !important;
  color: #fff !important;
}
input[type="submit"].primary {
  background-image: linear-gradient(
    280deg,
    #f09400 20%,
    #fc5b00 100%
  ) !important;
  color: #fff !important;
}

input[type="submit"].primary:hover {
	background-image: linear-gradient(
    280deg,
    #fc5b00 20%,
    #f09400 100%
  ) !important;
}

.ec-header-wrap input[type="submit"].primary{
	margin-top:10px;	
}

.box-img-opinie-dol input[type="submit"].primary{
	margin-top:10px;	
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{
	line-height:1;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin:15px 0 6px !important;
}

#site .wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  height: 13px !important;
  top: 0 !important;
  width: 13px !important;
  margin-right: 0px !important;
}

.flex-wrapper > div > div {
  display: flex;
  flex-direction: row-reverse !important;
}
.gap-column {
  margin-right: 24px !important;
}
.vc_col-sm-4 {
  width: 31.333%;
}
.vc_icon_element.vc_icon_element-outer.icon-footer {
  margin-bottom: 0 !important;
}
.align-content {
  align-content: center;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 5px 0 5px !important;
  padding: 10px 20px !important;
  border: 0 !important;
  background: linear-gradient(280deg, #59f0f0a1 20%, #0064ffa1 100%) !important;
  border-radius: 10px !important;
  text-align: center;
  float: none;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  position: static;
  font-family: "Commissioner";
}
#site .wpcf7-not-valid-tip {
  padding:10px 10px 0 10px;
  font-size: 12px;
  margin-top: 5px;
  line-height: 12px;
  margin-bottom: 5px;
  font-family: "Sora";
  color: #ff5a5a;
}

/* OTHER STYLES - END */

.heading-title-main {
  font-family: "Sora", Sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.1em;
}

/* MENU - START */

.site-header-classic {
	width:90%;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: none !important;
  background: transparent !important;
}
.site-header-classic .header-brand, .site-header-sticky .header-brand{
	margin-top:-10px;
}
.site-header-classic .navigator .menu-primary, .site-header-sticky .navigator .menu-primary {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10%;
}
.site-header-classic .navigator .menu-primary > li, .site-header-sticky .navigator .menu-primary > li {
  flex-grow: 0 !important;
	align-items:center;
}

.site-header-classic .navigator .menu-primary > li:before {
  border: none !important;
}
.site-header-classic .navigator .menu-primary li .sub-menu,
.site-header-classic .navigator .menu-primary li .children {
  top: 50px !important;
  transform: translate(-50%) !important;
}
.site-header .site-header-inner.wrap {
  max-width: 100% !important;
}
.site-header-sticky {
  width: 96%;
  box-shadow: none !important;
  background-image: radial-gradient(
    at top right,
    #004787 0%,
    #0b1927 100%
  ) !important;
  border-radius: 0 0 50px 50px;
  padding: 15px 0 !important;
	margin:0 auto;
}

.menu-primary li{
      display:inline-flex;
      gap:5px
  }
  
  .drop-down-icon{
      margin-top:-2px;
      font-size: 16px;
      background-image: linear-gradient(280deg, #fc5b00 20%, #f09400 100%);
      border-radius: 50px 50px 50px 50px;
      padding:0px 5px;
  }
  
    .drop-down-icon i{
   color:#fff;  
  }
  
  #menu-main-menu, #menu-main-menu-1{
  display: flex;
  flex-direction: row;
  justify-content: center;
  row-gap: 14px;
  margin: initial;
  padding: initial;
  overflow-x: initial;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media only screen and (max-width:1040px){
	#site .site-header-sticky{
		width:100% !important;
		border-radius:0 !important;
		padding:15px 40px !important;
	}
}

.menu-sticky-btn:hover {
  border: none !important;
  text-decoration: none;
  color: #fff !important;
  background-image: linear-gradient(289deg, #fc5b00 0%, #f09400 100%);
}
.menu-sticky-btn {
  color: #132431 !important;
  font-family: Commissioner;
  font-size: 15px;
  font-weight: 700 !important;
  line-height:1;
  padding:20px 30px!important;
  border: none;
  background-color: transparent !important;
  background-image: linear-gradient(289deg, #FFFFFF 0%, #B2C1DD 100%);
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  text-transform:math-auto !important;
  letter-spacing:0 !important;
}



/* MENU - END */

/* SUB MENU - START */

.sub-menu-visible {
            opacity: 1;
            pointer-events: auto;

        }
.sub-menu-wrap *{
    margin:0;
    padding:0;
}
.sub-menu-wrap {
            display:flex;
            opacity: 0;
            pointer-events: none;
            flex-direction:row;
            justify-content:left;
            align-items:start;
            padding:40px 20px;
            gap:40px;
            background-color: #f0f0f0;
            padding: 40px;
            margin-top: 10px;
            position: fixed; /* Dla zachowania odpowiedniej pozycji */
            top:130px;
            left:50%;
            width:1100px;
            background-color:#fff;
            border-radius:25px;
            transition: opacity 0.3s ease;
            transform:translate(-50%,0%);
                background-color: #FFFFFF;
    background-image: url("https://wingsbridge.pl/wp-content/uploads/2024/02/BG-MENU.png");
    background-position: 638px -145px;
    background-repeat: no-repeat;
    background-size: 73% auto;
                overflow:hidden;
	z-index:99;
        }
        
        .sub-menu-visible {
            opacity: 1;
            pointer-events: auto;
        }
        .oferta-menu{
            cursor: pointer;
        }
        
.sub-menu-wrap > div{
    width:20%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:15px;
    padding:35px 0px;
}
        
.sub-menu-wrap h3{
        font-family: "Sora", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
}

.sub-menu-wrap ul{
        list-style-type: none;
    margin: 0;
    padding: 0;
}

.sub-menu-wrap ul li{

        line-height: 2;
    margin: 0 2px;
    display:flex;
    align-items:center;
     gap:10px;
}
.sub-menu-wrap ul li i{
    font-size:10px;
    opacity:0.3;
   
}
.sub-menu-wrap ul li a{
        color: #0b1825;
    transition: color 0.3s;
        font-family: "Commissioner", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.1px;
}
.sub-menu-wrap ul li a:hover{
	color:#d55b00;
}

.sub-menu-wrap .button-wrap{
    width:40%;
     text-align: left;
    background-color: transparent;
    background-image: radial-gradient(at top right, #004584 0%, #0b1825 90%);
    padding: 35px 35px 35px 35px;
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.09);
    border-style: none;
    border-radius: 30px 30px 30px 30px;   
}
.sub-menu-wrap .button-wrap h3{
    margin-bottom:0px;
}
.sub-menu-wrap .button-wrap h3,.sub-menu-wrap .button-wrap p, .sub-menu-wrap .button-wrap a{
    color:#fff;
 }
 
 .sub-menu-wrap .button-wrap a{
  align-self:end;   
      font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #fff;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #b6b6b69e;
    border-radius: 0px;
    transition: color .3s, border-color .3s;
 }
  .sub-menu-wrap .button-wrap a:hover{
      color:#f09400;
      border-color:#f09400;
      
  }
  

/* SUB MENU - END */

/* HEADER HOME - START */

@media (min-height:1100px){
#site .head-full-main > .vc_column-inner {
 
    justify-content: center !important;
}
}

.head-full > div {
  min-height: 500px;
  border-radius: 0px 0px 50px 50px;
  background-color: radial-gradient(
    at top right,
    #0e1825 0%,
    #0b1927 70%
  ) !important;
  background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
	animation: glowEffect 4s infinite alternate ease-in-out;
}
.header-full-bg {
  background-color: transparent !important;
  background-image: radial-gradient(at top right, #004584fc 0%, #0b1825 70%);
  border-radius: 0px 0px 50px 50px;
}

.head-full-main > div {
  min-height: 69vh;
  border-radius: 0px 0px 50px 50px;
}
.head-sepator > div {
  margin: 0 auto;
}

.head-text{
    font-size:16px;
    font-weight:500;
    color: #ffffffd1;
    line-height:1.5;
}  

.img-google-head .vc_single_image-wrapper{
    position:relative;
}
.img-google-head .vc_single_image-wrapper::before{
    position:absolute;
    top:0;
    right:-280px;
    width:200px;
    font-size:16px;
    line-height:1.5;
    font-weight:400;
    color: #ffffffba;
    content:'Setki zadowolonych klientów wg Google';

}

.ec-header-wrap {
  display: flex;
  justify-content: center;
  min-height: 530px;
}
.ec-header-wrap > .vc_row.wpb_row.vc_row-fluid {
  position: relative !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 35px;
  background-image: radial-gradient(
    at top right,
    #004787 0%,
    #0b1927 70%
  ) !important;
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
}
.ec-header-wrap > .vc_row.wpb_row.vc_row-fluid::after{
  position: absolute !important;
  display:flex !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 50px 50px;
  background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
	animation: glowEffect 4s infinite alternate ease-in-out;
  content: '';
}
.ec-header-wrap > .vc_row.wpb_row.vc_row-fluid > div {
  max-width: 1370px;
}
.ec-header-wrap p {
  color: #d2d8dd;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width:1024px){
	.ec-header-wrap .row-inner{
		flex-direction:column;
		gap:45px;
	}
	.ec-header-wrap .row-inner > div{
		width:100%;
	}
	.ec-header-wrap > .test{
		padding-top:0px !important;
		padding-bottom:10px !important;
	}
}

@media (max-width:767px){
	.ec-header-wrap > .vc_row.wpb_row.vc_row-fluid {
    width: 100% !important;
    padding: 100px 20px 0px !important;
    margin: 0 2px !important;
  }
}

/* HEADER HOME - END */

/* BOX COUNTER - START */

.box-wide {
  border-style: none;
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
  margin: 50px auto !important;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.counter-image {
  display: none;
}
.counter-value {
  font-size: 40px !important;
  font-weight: 600;
}
.counter-suffix {
  font-size: 40px !important;
  font-weight: 600;
  color: #f09400;
}
.counter-box {
  text-align: left;
}
.counter-box .counter-value{
	font-family:"Sora";
	padding:left:20px;
}
.counter-box .counter-title {
	color:#0b182594;
  font-weight: 500;
	line-height:1.6em;
}
.counter-content {
  margin: 0 !important;
}

.row-logos{
	display:flex;	
}

@media (max-width:767px){
	.box-wide {
    margin: 30px 20px !important;
  }
  	.row-logos{
		flex-wrap:wrap;
		gap:10px;
		justify-content:center;
	}
	
	.row-logos > div{
		width:30%;
	}
}

/* BOX COUNTER - END */


/* OKIENKA Z OFERTĄ - START */

.box-icon-offer .wpb_single_image img{
	border-radius:0 !important;
}

.offer-special-row{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    max-height:800px;
}
.offer-row{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap!important;
    flex-grow:0;
    flex-shrink:0;
}
.offer-row > div{
    width:33.33333333%;
}
.offer-special-row > div{
    width:50%;
    max-width:50%;
}
.box-icon-offer .vc_column-inner{
    padding:40px;
    background-color:#ffffff14;
    border-radius:30px;
    border:1px solid #ffffff1c;
    position:relative;
    transition: border .3s;
}

.box-icon-offer:hover .vc_column-inner{
    border:1px solid #fc5b00;
}

.box-icon-offer.special .vc_column-inner{
    overflow:hidden;
    height:725px;
}


.box-icon-offer.special.circle .vc_column-inner::after{
    position:absolute;
    width:100%;
    height:100%;
    background-image:url(https://wingsbridge.pl/img/circle-2.png);
    background-size:cover;
    background-position:center!important;
    transform:translate(-50%,50%) rotate(90deg);
    top:auto;
    bottom:90px;
    left:90px;
    
    content:'';
    background-repeat:no-repeat;
}

.box-icon-offer .box-offer_title h3{
    margin-top:0;
    margin-bottom:20px;
    color:#efefef!important;
    font-size:30px;
    font-weight:600;
    padding-right:80px;
}

.box-icon-offer .box-offer_title.pad_off h3{
	padding:0!important;
}

.box-icon-offer .text-lead{
    color:#ffffffbd;
    font-size:16px;
}

.box-icon-offer .box-offer_icon{
    position:absolute!important;
    max-width:100px;
    bottom:40px;
    left:40px;
}

.box-icon-offer .box-offer_icon .wpb_wrapper{
    background-color:#ffffff14;
    border:1px solid #ffffff1c;
    border-radius:50%;
    padding:20px;
	margin:5px;
    transition: border .3s;
}

.box-icon-offer:hover .box-offer_icon .wpb_wrapper{
    border:1px solid #fc5b00;
}

.box-icon-offer .box-offer_button{
    position:absolute!important;
    bottom:40px;
    right:40px;
	z-index:3;
}
.box-icon-offer .box-offer_button a{
    font-size:16px;
    font-weight:600;
    padding-bottom:5px;
    color:#fff;
    border-width: 0px 0px 1px 0px;
    border-style:solid;
    border-color:#b6b6b69e;
    border-radius:0px;
    transition:color .3s, border-color .3s;
}
.box-icon-offer:hover .box-offer_button a{
    color:#f09400;
    border-color:#f09400;
}

/* OKIENKA Z OFERTĄ - END */

/* OKIENKA Z OFERTĄ RESPONSIVE - START */

@media(max-width:1200px){
    .offer-special-row{
     max-height:fit-content !important;   
    }
    .offer-special-row > div{
    width:100%!important;
    max-width:100%!important;
}

.offer-row{
flex-direction:column !important;
}

.offer-row > div{
    width:100% !important;
}

.box-icon-offer.special .vc_column-inner{
    height:fit-content !important;
}
.box-icon-offer .vc_column-inner{
    padding:80px !important;
}
.box-icon-offer .text-lead{
    margin-bottom:130px!important;
}
.box-icon-offer .box-offer_icon{
    left:80px !important;
    bottom:80px !important;
}
.box-icon-offer .box-offer_button{
    right:80px !important;
    bottom:80px !important;
}
.box-icon-offer.special.circle .vc_column-inner::after{
    left:130px!important;
    bottom:130px!important;
}
}

@media(max-width:767px){
    h2.offer-title{
        padding-left:0!important;
        padding-right:0!important;
        margin-bottom:15px!important;
    }
    .box-icon-offer .vc_column-inner{
     padding:40px!important;   
    }
    .box-icon-offer .box-offer_icon{
    left:40px !important;
    bottom:40px !important;
}
    .box-icon-offer .box-offer_button{
    right:40px !important;
    bottom:40px !important;
}
.box-icon-offer.special.circle .vc_column-inner::after{
    left:90px!important;
    bottom:90px!important;
}
.box-icon-offer .box-offer_title h3{
    padding-right:0 !important;
    font-size:22px!important;
    margin-bottom:15px !important;
}

#site-content .content-body-inner{
    padding-left:5px!important;
    padding-right:5px !important;
}
.cta-box{
    padding:30px 5px 5px !important;
}
}

/*OKIENKA Z OFERTĄ RESPONSIVE - END */


/* MODUŁ AKTUALNOSCI HOME - START */

.blog-list-first .blog-grid{
    display:flex;
    flex-direction:column;
}
.blog-list-first .blog-grid .post{
    width:100% !important;
}

.blog-list-first .post-image{
    position:relative;
    border-radius:30px!important;
    margin-bottom:30px!important;
}

.blog-list-first .post-image::before{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    bottom:20px;
    left:20px;
    height:30px;
    padding:10px 20px;
    background-color:#dbf0ed;
    border-radius:50px;
    color:#06b59c;
    text-align:center;
    font-size:14px;
    font-weight:500;
    line-height:1.3em;
    z-index:2;
    content:'Aktualności';
}

.blog-list-first .blog-grid .post .post-inner{
 box-shadow:none!important;  
 background:transparent!important;
 border:0!important;
}
.blog-list-first .post-wrap{
    padding:0!important;
}
.blog-list-first .post-wrap .post-date{
    display:none!important;
}
.blog-list-first .post-wrap h2.post-title{
    color:#132431!important;
    font-size:30px!important;
    font-weight:600!important;
    line-height:1.3em!important;
    transition:color .3s;
}
.blog-list-first .post:hover h2.post-title{
    color:#f09400!important;
}
.blog-list-rest .post-content{
     color:#0b182594!important; 
 font-size:16px!important;
 font-weight:500!important;
 line-height:1.5em!important;
}
.blog-list-rest .blog-grid{
    display:flex;
    flex-direction:column;
}
.blog-list-rest .blog-grid .post{
    width:100% !important;
}
.blog-list-rest .blog-grid .post a{
    padding-bottom:20px!important;
    
}
.blog-list-rest h2.post-title{
    font-size:20px!important;
    font-weight:600!important;
    line-height:1.4em!important;
    transition:color .3s;
    
}
.blog-list-rest .post:hover h2.post-title{
 color:#f09400;   
}
.blog-list-rest .post-date{
    display:none!important;
}
.blog-list-rest .post-content{
 color:#0b182594; 
 font-size:16px;
 font-weight:500;
 line-height:1.5em;
}

@media (max-width:1024px){
	
	.heading-title-main{
		font-size:40px !important;
		line-height:47px !important;
	}
	.last-blog-row {
		display:flex;
		flex-direction:column;
		gap:20px;
	}
	.last-blog-row > div {
		width:100%;
	}
	.last-blog-row > div:nth-child(2) {
		border-top: 1px solid #e3e3e3;
		padding-top:30px;
	}
	.last-blog-row > div:nth-child(2) > .vc_column-inner{
		
		padding-left:15px !important;
		padding-right:15px !important;
	}
}

@media (max-width:767px){
	.heading-title-main{
		font-size:30px !important;
		line-height:37px !important;
	}
	
	.blog-list-first .post-wrap h2.post-title{
		font-size: 20px !important;
	}
	
}

/* MODUŁ AKTUALNOŚCI HOME - END */

/* BOX INFO SECTION - START */

.box-row .row-inner{
	display:flex;
	flex-direction:row;
	justify-content:center;
	gap:30px;
	flex-wrap:wrap !important;
}
#site .box-row .row-inner::after{display:none;!important}
.boxmini {
  background-color: transparent;
  background-image: radial-gradient(at top right, #004584 18%, #0b1825 100%);
  transition: all 0.5s ease !important;
  border-radius: 30px;
  color: #fff;
  padding: 40px;
}
.boxmini:hover {
  background-color: transparent;
  background-image: radial-gradient(at top right, #f09400 0%, #fc5b00 100%);
  box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.3);
}
.boxmini h4{
	font-size:28px;
	color:#f3f3f3;
	font-weight:600;
	line-height:1.3em;
}
.boxmini span.vc_icon_element-icon{
	color:#fff !important;
	transition: color .3s;
}
.boxmini:hover div.vc_icon_element span.vc_icon_element-icon.typcn{
	color:#fff!important;
}

@media (max-width:1024px){
	.box-row .row-inner{
		flex-wrap:wrap !important;
	}
	.boxmini{
		width:47%;
	}
}

@media (max-width:767px){
	.box-row .boxmini h4{
		font-size:18px !important;
	}
	
	.box-row.second{
		margin-top:20px !important;
	}
	.boxmini{
		padding:40px 20px;
	}
}

/* BOX INFO SECTION - END */



/* CTA BOX - START */

.cta-box {
  min-height: 200px;
  border-radius: 50px;
  max-width: 100% !important;
}
.cta-box-gradient {
  border-radius: 50px;
  background-color: transparent !important;
  background-image: radial-gradient(
    at top right,
    #004787 0%,
    #0b1927 70%
  ) !important;
  padding: 100px 50px;
  margin: 50px 0;
	overflow:hidden;
}
.cta-box-gradient > div {
	z-index:1;
}

.cta-box-gradient::after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
	background-size:cover;
	background-position:center;
	animation: glowEffect 4s infinite alternate ease-in-out;
	content:'';
}

@media(max-width:1024px){
	.cta-box h2.h-main-mobile{
		font-size:40px !important;
		line-height:47px !important;
		margin-top:10px !important;
		margin-bottom:30px !important;
	}
	.cta-box .vc_btn3-container{
		padding-top:40px !important;
		margin-bottom:0 !important;
	}
	
}

@media (max-width:767px){
  .cta-box {
    padding: 60px 10px !important; 
  }
  .cta-box-gradient {
    padding: 0 !important;
  }
  .cta-box h2{
	  font-size:15px !important;
	  line-height: 22px !important;
  }
  .cta-box h2.h-main-mobile{
		font-size:20px !important;
		line-height:27px !important;
	}
	.hide-sm{
		display:none !important;
	}
	.vc_section.vc_custom_1730723996650 {
	margin-bottom:10px !important;

	}
}


/* CTA BOX - END */



/* OPINIE SECTION - START */


.box-img-opinie {
}
.box-img-opinie-r {
  background: #101723;
  margin-top: 8px !important;
}
.box-img-opinie-r > div {
  background: #f3f3f3;
  border-radius: 0px 0px 0px 50px !important;
}
.box-img-opinie-dol-l {
  background: #101723;
  min-height: 400px;
}
.box-img-opinie-dol-l > div {
  background: #f3f3f3;
  border-radius: 0px 50px 0px 0px !important;
  min-height: 400px;
}
.box-img-opinie-dol {
  padding: 60px 50px 50px 50px;
  border-radius: 0px 30px 30px 30px;
  background-color: #0b1825;
  background-image: linear-gradient(230deg, #004584 0%, #0b1825 40%);
  min-height: 400px;
}
.box-img-opinie-dol div.wpb_wrapper{
	display:flex;
	flex-direction:column;
	gap:20px;
}
.box-img-opinie.wpb_column.vc_column_container.vc_col-sm-2\/5.vc_col-has-fill
  > div {
  min-height: 384px;
  border-radius: 30px 30px 0px 30px;
}
.img-opinie {
  width: 190px;
  margin-left: -73px;
  box-shadow: 0px 5px 20px 5px rgba(0, 69.00000000000016, 132, 0.08);
  border-radius: 30px;
  transition: all 0.3s ease !important;
}
.img-opinie:hover {
  margin-top: 5px;
}

.opinie-tabs .vc_general.vc_pagination{
	right:-30px !important;
}
.opinie-tabs .vc_general.vc_pagination li.vc_active {
	background:#fff;
	border-radius:10px;
}
.opinie-tabs .vc_general.vc_pagination li{
	background: rgba(255, 255, 255, 0.3);
	border-radius:10px;
}

@media (max-width: 1024px){
	.box-img-opinie.wpb_column.vc_column_container.vc_col-sm-2\/5.vc_col-has-fill > div{
	border-radius:30px 30px 0px 0px;
	}
	.box-img-opinie-dol-l{
		display:none !important;
	}
	.box-img-opinie-dol{
		width:100% !important;
	}
}

@media (max-width:767px){
	.box-img-opinie{
		margin-top:60px !Important;
	}
	.box-img-opinie.wpb_column.vc_column_container.vc_col-sm-2\/5.vc_col-has-fill > div{
	border-radius:30px 30px 30px 30px;
	}
	
	.img-opinie {
		margin-left: 46px !important;
	}
	
  .box-img-opinie-r > div {
    padding: 25px !important;
  }
  .box-img-opinie-r {
    background: #f3f3f3 !important;
	margin-top:50px !important;
	margin-bottom:50px !important;
  }
  .box-img-opinie-dol-l {
    display: none !important;
  }
  .box-img-opinie-dol{
	  border-radius:30px 30px 30px 30px;
	  padding: 50px 20px 50px 20px;
  }
}


/* OPINIE SECTION - END */


/* OPINIE REVERSE - START */
.box-road-row:nth-child(even) .br-number-box{
	background-image: linear-gradient(0deg, #004584 10%, #004482 40%);
}
.box-road-row .br-number-box > div {
	background: #f3f3f3;
}

:nth-child(1 of div.box-road-row) .row-inner > .br-number-box > div.vc_column-inner{
	border-radius: 0px 0px 50px 0px;
}

.box-road-row.last:nth-child(even) .row-inner > .br-number-box > div.vc_column-inner{
	border-radius: 0px 50px 0px 0px;
}
.box-road-row.last:nth-child(odd) .row-inner > .br-number-box > div.vc_column-inner{
	border-radius: 50px 0px 0px 0px;
}

}.row-inner > .br-number-box > div.vc_column-inner {
  border-radius: 0px 0px 50px 0px !important;
}
.box-road-row:nth-child(even) .row-inner > .br-number-box > div.vc_column-inner {
	border-radius: 0px 50px 50px 0px; 
}

.box-road-row:nth-child(odd) .br-number-box{
	background-image: linear-gradient(180deg, #004584 10%, #004482 40%);
}

.box-road-row:nth-child(odd) .row-inner > .br-number-box > div.vc_column-inner {
  border-radius: 50px 0px 0px 50px;
}


.box-road-row .br-text-box{
	padding: 50px 50px 50px 50px;
}
.box-road-row .br-text-box h3{
	font-weight:600;
}
.box-road-row .br-text-box p{
	text-align:center;
	color:#fff;
}
.box-road-row .br-text-box > div > .wpb_wrapper{
	display:flex;
	flex-direction:column;
	gap:15px;
}
.box-road-row:nth-child(even) .br-text-box{
	background-image: linear-gradient(80deg, #004584 20%, #0b1825 60%);
	border-radius:0px 30px 30px 0px;
}
.box-road-row:nth-child(odd) .br-text-box{
	background-image: linear-gradient(260deg, #004584 10%, #0b1825 60%);
	border-radius:30px 0px 0px 30px;
}
:nth-child(1 of div.box-road-row) .br-text-box{
	border-radius:30px 30px 30px 0px;
}

.box-road-row.last:nth-child(even) .br-text-box{
	border-radius: 0px 50px 50px 50px;
}
.box-road-row.last:nth-child(odd) .br-text-box{
	border-radius: 50px 0px 50px 50px;
}



.box-rev-img-opinie {
	padding: 50px 50px 50px 50px;
	border-radius:30px 30px 30px 0;
	background-image: linear-gradient(30deg, #004584 10%, #0b1825 40%);
}
.box-rev-img-opinie-r {
  background: #004482;
  margin-top: 8px !important;
  
}
.box-rev-img-opinie-r > div {
  background: #f3f3f3;
  border-radius: 0px 0px 50px 0px !important;
}
.box-rev-img-opinie-dol-l {
  background: #004482;
}
.box-rev-img-opinie-dol-l > div {
  background: #f3f3f3;
  border-radius: 50px 0px 0px 0px !important;
}
.box-rev-img-opinie-dol {
  padding: 50px 50px 50px 50px;
  border-radius: 30px 0px 30px 30px;
  background-color: transparent;
  background-image: linear-gradient(230deg, #004584 0%, #0b1825 40%);
}
.box-rev-img-opinie-dol .wpb_wrapper{
	display:flex;
	flex-direction:column;
	gap:15px;
}
.box-rev-img-opinie.wpb_column.vc_column_container.vc_col-sm-2\/5.vc_col-has-fill
  > div {
  border-radius: 30px 30px 30px 0px;
    mask-image: linear-gradient(to right top, transparent 10%, black 40%);
	background: #004482;
}
.rev-img-opinie {
	position:absolute!important;
	right:10px;
	top:60%;
  width: 190px;
  margin-left:73px;
  box-shadow: 0px 5px 20px 5px rgba(0, 69.00000000000016, 132, 0.08);
  border-radius: 30px;
  transition: all 0.3s ease !important;
	background-color:#fff;
	padding:10px;
}
.rev-img-opinie:hover {
  margin-top: 5px;
}

/* OPINIE REVERSE - END */

/* BOX OFFER WITH ICON - START */
.box-icon-offer.dark .vc_column-inner{
	background-image: radial-gradient(
    at top right,
    #004787 0%,
    #0b1927 70%
  ) !important;
}
.box-icon-offer.white .vc_column-inner{
	box-shadow: 0px 5px 20px 5px rgba(0, 69.00000000000016, 132, 0.08);
}
.box-icon-offer.white .box-offer_icon .wpb_wrapper{
	background-color:#0b1825;
}
.box-icon-offer.dark .box-offer_title h3{
	padding-right:40px
}
.box-icon-offer.white .box-offer_title h3{
	color:#132431 !important;
}
.box-icon-offer.white .text-lead{
	color:#0b182594;
}
.box-icon-offer.white .box-offer_button a{
	color:#132431;
}

/* BOX OFFER WITH ICON - END */



/* HEADER IMAGE - START */

.header-full-bg.vc_row-has-fill::before {
    background-image: url(https://wingsbridge.pl/img/wings-header-shape-new.webp) !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    content: '';
    display: block;
    position: absolute;
    mix-blend-mode: initial;
    opacity: 0.9;
    transition: var(.3s, .3s);
    border-radius: 0 0 50px 50px;
    border-style: initial;
    border-color: initial;
    border-block-start-width: 0;
    border-inline-end-width: 0;
    border-block-end-width: 0;
    border-inline-start-width: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@keyframes glowEffect {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}
.header-full-bg.vc_row-has-fill::after{
  position: absolute !important;
  display:flex !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 50px 50px;
  background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
	animation: glowEffect 4s infinite alternate ease-in-out;
  content: '';
}

.sliding-menu .off-canvas-toggle{
	background-color:#fff !important;
	
}
.sliding-menu .off-canvas-toggle span::before, .sliding-menu .off-canvas-toggle span::after{
	color:#132431!important;
}

@media (max-width:1200px){
	.header-full-bg.vc_row-has-fill::before{
		opacity:0.3;
		background-position:bottom right !important;
	}
}

@media (max-width:1024px){
	
	h1{
		margin-top:120px;
		font-size:56px !important;
		line-height: 63px !important;
	}
	.site-header-inner .navigator{
		display:none !important;		
	}
	.site-header-inner .extras{
		margin-left:auto;
		margin-right:20px;
	}
	.site-header-classic {
		width:85% !important;
	}
	.sliding-slide.off-canvas-right-active .site{
		transform: translateX(-50%);
	}
	.sliding-slide .sliding-menu{
		width:50%;
	}
	.site-header-sticky .off-canvas-toggle{
		color:#fff !important;
	}
}

@media (max-width:767px){
	.site-content .head-sepator{
		display:none !important;
	}
	.header-full-bg{
		margin:0 2px !important;
	}
	.header-full-bg.vc_row-has-fill::before{
		opacity:0.15;
	}
	h1{
		font-size:2rem !important;
		line-height: 1.1 !important;
		margin-top:2rem !important;
	}
	.sliding-slide.off-canvas-right-active .site{
	transform:translateX(-80%);
	}
	.sliding-slide .sliding-menu{
	width:80%;
	}
	.header-full-bg{
		border-radius:0px 0px 25px 25px;
	}
}

/* HEADER IMAGE - END */

/* SECTION HOME - ABOUT - START */

@media (max-width:767px){
	
	.h-main-row{
		padding:0 20px !important;
	}
	
	.h-main-row .vc_column_container > .vc_column-inner {
    padding:0 !important;
  }
}

/* SECTION HOME - ABOUT - END */




/* FOOTER - START */

.site-footer {
  background-color: #f3f3f3 !important;
  padding: 0 45px;
}

.site-footer a:hover{
	color:#fcb900 !important;
}

.vc_custom_1727764462592 {
  padding: 100px 0px;
  border-top: 1px solid #2e4263;
  border-bottom: 1px solid #2e4263;
  margin: 30px auto;
}

.footer-full-bg {
  background-image: radial-gradient(
    at top right,
    #004787 0%,
    #0b1927 70%
  ) !important;
  border-radius: 50px 50px 0px 0px;
  padding-top: 100px;
  margin:0 1px;
}
.footer-full > div {
  min-height: 720px;
  border-radius: 50px 50px 0px 0px;
  background-color: radial-gradient(
    at top right,
    #0e1825 0%,
    #0b1927 70%
  ) !important;
  background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.menu-new-ul {
  margin-bottom: 0px !important;
}

.site-footer .wpcf7-acceptance{
	display:flex !important;
}

.site-footer .wpcf7-acceptance a{
	font-weight:700 !important;
}

.site-footer .wpcf7-acceptance a:hover{
	color:#fcb900 !important;
}
.site-footer .wpb_single_image{
	margin-bottom:30px !important;
}

.site-footer .contact-f{
	border-bottom:1px solid #ffffff1c;
	padding-bottom:60px;
}

.site-footer .info-row{
	padding-top: 80px;
}

@media (max-width:767px){
	.site-footer {
    padding: 0 1px !important;
  }
  .site-footer h-main-mobile{
	  font-size:30px !important;
	  line-height:37px !important;
}


.site-footer .wpcf7-acceptance .wpcf7-list-item-label{
	padding-left:15px !important;
}
.site-footer .wpcf7-acceptance span.wpcf7-list-item-label::before{
	padding-right: 0px !important;
}

.site-footer .center-mob *{
	text-align:center;
}

.site-footer .widget.widget_nav_menu ul li{
	margin-left:0 !important;
	margin-right:0 !important;
}
.site-footer .contact-f{
	padding-bottom:35px !important;
}
.site-footer .info-row{
	padding:35px 0px 0px !important;

}
}

/* FOOTER - END */

/* HEADER - BLOG - START */

.content-header.content-header-center{
	background-color:#f3f3f3 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.content-header-center .content-header-inner{
	position:relative;
	  display: flex;
    justify-content: center;
    padding: 80px;
    align-items: center;
    min-height: 530px;
    border-radius: 0 0 50px 50px;
    background-image: radial-gradient(    at top right,    #004787 0%,    #0b1927 70%  );
    width: 98%;
	overflow:hidden;
}
.content-header-center .content-header-inner .page-title-wrap{
	z-index:1;
}
.content-header-center .content-header-inner::after{
	  position: absolute !important;
  display:flex !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 50px 50px;
  background-image: url(https://wingsbridge.pl/img/bg-dots.png) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index:0;
	animation: glowEffect 4s infinite alternate ease-in-out;
  content: '';
}

@media (max-width:767px){
	.content-header-center .content-header-inner{
		align-items:center;
		padding:40px;
	}
}


/* HEADER - BLOG - END */

/*BLOG CUSTOM - START */

.single-post .post .post-inner{
	padding:0 2% !important;
}

.navigation.pager-numeric .page-numbers.current{
	background-color:#fc5b00;
	border-radius:50%;
}
.navigation.pager-numeric .page-numbers{
	border-radius:50%;
}

.blog-grid .post .post-inner{
	display:flex;
	flex-direction:column;
	padding-bottom:70px;
}
.blog-grid .post .post-inner .post-image{
	order:0;
}
.blog-grid .post .post-categories{
	position:absolute;
	top:220px;
	left:15px;
	right:15px;
	max-height:51px;
	overflow:hidden;
	padding: 8px 20px;
	border-radius:50px;
	background-color: #dbf0ed;
	transform:translateY(-100%);
}
@media screen and (max-width: 1024px) and (min-width: 600px){
	.blog-grid .post .post-categories{
		top:180px;
	}
}
@media screen and (max-width: 600px){
	.blog-grid .post .post-categories{
		top:40%;
		left:30px;
		right:30px;
	}
}
.blog-grid .post .post-categories:hover
{
	background-color:#fc5b00;
}

.blog-grid .post .post-categories:hover a{
	
	color:#fff;
}
.blog-grid .post .post-categories a{
	color:#06b59c;
}
.blog-grid .post .post-categories a:hover{
	color:#fff;
}
.blog-grid .post .post-header{
	order:1;
}
.blog-grid .post .post-header h2{
	padding-bottom:0 !important;
	margin-bottom:20px !important;
}
.blog-grid .post .post-header h2::after{
	display:none;
}
.blog-grid .post .post-content{
	order:3;
}
.blog-grid .post .post-meta{
	position:relative;
	left:unset;
	right:unset;
	bottom:unset;
	order:2;
	margin-bottom:20px;
	color:#aab9c8 !important;
}
.blog-grid .post .post-meta .post-avatar{
	display:none;
}
.blog-grid .post .post-meta a{
	color: #06b59c;
}
.blog-grid .post .post-meta a:hover{
	color: #fc5b00;
}
.blog-grid .post .post-meta .post-date{
	display:inline !important;
	font-size:14px !important;
	opacity:1 !important;
	
}
.blog-grid .post .post-inner .post-image img{
	border-radius:30px;
}

.single-post .post.has-post-thumbnail .post-content-inner img:first-of-type{
	border-radius:30px;
}

@media (max-width:767px){
	.single-post .post .post-inner{
	padding:0 5% !important;
}
}


/* BLOG CUSTOM - END */

/* FOOTER BLOG FIX - START */

.blog #site-footer, .archive #site-footer{
	margin-top:120px;
}

.blog .footer-full > .vc_column-inner > .wpb_wrapper, .single-post .footer-full > .vc_column-inner > .wpb_wrapper, .archive .footer-full > .vc_column-inner > .wpb_wrapper{
	display:flex;
	flex-direction:column;
	justify-content: center;
	align-items:center;
}
.blog .footer-full > .vc_column-inner > .wpb_wrapper > div, .single-post .footer-full > .vc_column-inner > .wpb_wrapper > div, .archive .footer-full > .vc_column-inner > .wpb_wrapper > div {
	width:100%;
}

.single-post .footer-widgets{
	display:none !important;
}
.single-post .widget_text{
	margin-bottom:0 !important;
}
@media (max-width:767px){
	
.blog .site-footer .textwidget > div, .single-post .site-footer .textwidget > div, .archive .site-footer .textwidget > div {
	margin:0 1% !important;
}
	
	.blog-grid .post .post-inner{
		padding:0 40px 100px 40px;
	}
	
}
/* FOOTER BLOG FIX - END */


.fill-white img{
	filter: brightness(0) invert(1);	
}


/* Case study list - START */
.cs-img-box > .vc_column-inner{
	position:relative;
	overflow:hidden;
}

.cs-img-box > .vc_column-inner::before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	content:'';
	
}

/* Case study list - END */


/* PORTFOLIO ROW - START */


.portfolio-row .vc_carousel-indicators{
    bottom:-80px !important;
}
.portfolio-row .vc_left{
    left:-100px !important;
    z-index:2;
}
.portfolio-row .vc_right{
    right:-100px !important;
    z-index:2;
}
.portfolio-row .vc_images_carousel .vc_carousel-indicators li{
 background-color:#f3f3f3;
 border-color:#f3f3f3;
 width:15px;
 height:15px;
 margin:5px;
}
.portfolio-row .vc_images_carousel .vc_carousel-indicators li.vc_active{
    border-color:#f09400;
    background-color:#f09400;
    width:15px;
    height:15px;
    margin:5px;
}

.portfolio-row .vc_images_carousel .vc_carousel-control .icon-next, .portfolio-row .vc_images_carousel .vc_carousel-control .icon-prev{
    font-size:60px !important;
}
.portfolio-img-box{
   z-index:2; 
}

@media (max-width: 1024px){
	#site .portfolio-row{
		margin-top:30px !important;
	}
	.portfolio-row .row-inner{
		flex-direction:column-reverse !important;
		gap:50px;
	}
	.portfolio-row .portfolio-img-box{
		width:100%;
		margin-top:30px !important
	}
	.portfolio-row .portfolio-text-box{
		width:100%;
	}
	.portfolio-row .portfolio-text-box > .vc_column-inner{
		padding:0px 20px !important;
}
}
/* PORTFOLIO ROW - END */


/* DOUBLE HEADING ROW - START */

@media (max-width: 1024px){
	.double-heading-row > .row-inner{
			flex-direction:column;
			gap:15px;
	}
	.double-heading-row > .row-inner > .wpb_column{
		width:100%;
	}
}



/* DOUBLE HEADING ROW - END */


/* Horizontal IMG Box - START */

@media (max-width:767px){
	.horiz-img-box-wrap{
		padding:15px !important;
	}
.horiz-img-box-wrap .img-box{
		min-height:300px;
}
.horiz-img-box-wrap .text-box > div{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.horiz-img-box-wrap .text-box h3{
	font-size:20px !important;
	text-align:center;
}
.horiz-img-box-wrap .text-box p{
	text-align:center;
}
}

/* Horizontal IMG Box - END */

/* FAQ SCHEME - START */
.faq-scheme-wrap .faq-box .vc_toggle {
    margin:0 !important;
    border:none !important;
    box-shadow:none!important;
}
.faq-scheme-wrap .faq-box .vc_toggle .vc_toggle_content {
	padding:20px 0 0 0 !important;
}
.faq-scheme-wrap .faq-box .vc_toggle .vc_toggle_title i{
  display: block !important;
  left:auto!important;
  right:20px!important;	
}

.faq-scheme-wrap .faq-box .vc_toggle .vc_custom_heading{
	font-size:1.2rem !important;
}

@media (max-width:767px){
.faq-scheme-wrap h3{
		font-size:20px !important;
	}
	
	.faq-scheme-wrap .faq-box .vc_column-inner{
		padding:20px !important;		
	}
	.faq-scheme-wrap .faq-box .vc_toggle .vc_toggle_title i{
		right:0 !important;
	}
}

/* FAQ SCHEME - END */


/* RELATED POSTs - START */


.related-posts .related-posts-inner .post .post-inner {
  background: transparent;
  padding: 0;
  box-shadow: none;
  border-style: none;
  border-radius: 30px;
  transition: all 0.5s ease !important;
  color: #202020 !important;
  border: none;
  display:flex;
  flex-direction:column;
  padding:0 !important;
  height:100%;
  position:relative;

}

.related-posts .related-posts-inner .post .post-inner {
	background:transparent;
	box-shadow:none !important;
}

.related-posts .related-posts-inner .post .post-inner .post-wrap {
	padding:25px 15px 60px 15px;
}

.related-posts .related-posts-inner .post .post-inner .post-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.related-posts .related-posts-inner .post .post-categories{
		position:absolute;
	top:50%;
	max-height:51px;
	left:15px;
	right:15px;
	padding:8px 20px;
	border-radius:50px;
	background-color: #dbf0ed;
	margin-bottom:2px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	visibility:visible;
	opacity:100;
	z-index:2;
	overflow:hidden;
	transform:translateY(-100%);
}

.related-posts .related-posts-inner .post .post-categories:hover{
	background-color: #fc5b00;
}

.related-posts .related-posts-inner .post .post-categories a {
	color:#06b59c !important;
	font-size:12px !important;

}

.related-posts .related-posts-inner .post .post-categories:hover a {
	color:#fff !important;
}

.related-posts .related-posts-inner .post .post-categories a::before{
	display:none !important;

}

.related-posts .related-posts-inner .post .post-date {
	left:15px;
}

/* RELATED POSTS - END  */


/* HEADER ICON LIST - START */

.header-icon-list {
	display:flex !important;
	flex-direction:column;
	gap:10px;
}

.header-icon-list > li > div {

    align-items: center;
    flex-direction: row !important;
    gap: 10px;
}
.header-icon-list i.fas{
	font-size:1.6rem !important;
}
.header-icon-list .iconlist-item-icon{
	margin-bottom:0 !important;
}
.header-icon-list .iconlist-item-content{
	color:#fff;
	font-size:1.2rem;
}
.header-icon-list a{
	color:#fc5b00;
}
.header-icon-list a:hover{
	color:#f09400;
}


@media only screen and (max-width:767px) {
	
	.header-icon-list > li {
		margin-bottom:10px !important;
	}
	
}

/* HEADER ICON LIST - END */


/* STRONY MIASTOWE CAŁY CSS - START */

#site .mask.m1.m2{
	min-height:69vh !important;
	border-radius:0 0 50px 50px !important;
	color:#fff !important;
	padding-top:180px !important;
	padding-bottom:80px !important;
	margin-left:0 !important;
	margin-right:0 !important;
}

.content > .wpb-content-wrapper .vc_custom_1715875228789:nth-last-child(3){
	display:none !important;
}
.content section.m1:not(.mask){
	background: #f3f3f3 !important;
}

.mask.m1.m2 a{
	color:#fc5b00 !important;
}
.mask.m1.m2 a:hover{
	color:#fcb900 !important;
}
.mask.m1.m2 p span:not(.wpcf7-list-item-label), #site .contact.city-form2 label span:not(.wpcf7-list-item-label){
	color:#fc5b00 !important;
}
.mask.m1.m2 p span.wpcf7-list-item-label, #site .contact.city-form2 .wpcf7-acceptance .wpcf7-list-item label{
	color:#000 !important;
}
#site .mask.m1.m2 .contact.city-form2 {
	margin-left:0px;
	margin-right:0px;
}
#site .contact.city-form2 {
	margin-left:-35px;
	margin-right:-35px;
}
#site .contact.city-form2 a{
	color:#fc5b00 !important;
}
#site .contact.city-form2 a:hover{
	color:#fcb900 !important;
}
.mask.m1.m2 .city-form .row-inner > div:nth-child(1){
	width:60% !important;
}
.mask.m1.m2 .city-form .row-inner > div:nth-child(2){
	width:40% !important;
}
.vc_section.m1.vc_section-has-fill, .vc_section.mask.vc_section-has-fill{
	margin-left:-35px !important;
	margin-right:-35px !important;
}
.stretch-section{
	margin:auto !important;
	max-width:1800px;
}
.wpb_wrapper > .stretch-section > .row-inner > .wpb_column{
	width:33.333333%;
}

.imagebox {
    border: 10px solid #fff;
    border-radius: 10px;
    max-width: 600px;
    margin: 0 20px;
    box-shadow: 0 0px 15px rgb(0 0 0 / 30%);
}

.imagebox h3 {
    background: #f4f4f9;
    font-size: 22px;
    font-weight: 500;
}

.portfolio-header {
    text-align: center;
    display: block;
    background: white;
    margin: 0px;
    padding: 20px 0px;
}

strong {
	font-weight:500;
}
.fff {
	color:white!important;
}
.fff h2 {
	color:white!important;
}
.text-block a {
	color:#ff0071;
}
.text-block::before{
	color:#fff;
}
.text-block .iconlist-item-content{
	color:#fff;
}
.text-block a:hover {
	color:#c71262;
}
.intro-head span{
	color:#fc5b00 !important;
}
.text-block p span{
	color:#fc5b00 !important;
}
.city-h3 span.ol{
	background:#fc5b00 !important;
	padding:2px 10px 5px 10px !important;
}
.city-h1 h1 {
	color:white;
	font-family:Commissioner;
	font-weight:500;
	line-height:1;
}
.city-h2 h2 {
	font-family:Commissioner;
	font-weight:300;
	line-height:1.2;
	color:#191937;
	margin-top:10px;
}
.city-h2 strong {
	font-weight:500;
}
.city-h3 h3 {
	font-family:Commissioner;
	font-weight:300;
	line-height:1.2;
	color:#191937;
	margin-top:10px;
}
.city-h3 strong {
	font-weight:500;
}
.city-img img {
	border-radius:30px!important;
}
.city-img2 img {
	border-radius:30px!important;
}
.city-img3 img {
	border-radius:30px!important;
}
.text-img img {
	border-radius:30px!important;	
}

.text-block {
	line-height:1.5;
	color:#191937;
}
.city-sep h4  {
	color:#000!important;
}
#site .city-logo-text h4 {
	color:#62748a!important;
	font-family:rubik;
	font-weight:400;
}
.city-form .wpb_wrapper {
	max-width:850px;
	
}
.contact.city-form2{
	border-radius:15px;
}
.contact.city-form2 input{
	    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: none;
	    border-radius: 15px !important;
}
.contact.city-form2 input[type="checkbox"]{
	padding:10px;
}
.city-form .contact {
	padding:30px;
}
.city-form .row {
	margin-bottom:0;
}
.text-box .iconbox {
	border-radius: 30px!important;
}
.text-box h3.box-title{
	font-size:1.3rem;
}
.text-box a {
	text-transform:lowercase;
	font-family:Commissioner;
	font-size:16px;
	font-weight:500;
  color:#62748a;
}
.box-head h3 {
	font-weight:500;
	font-family:Commissioner;
}

.ol {
	background:#e72c7b;
	padding:0 5px;
	border-radius:10px;
	font-weight:600;
	color:white;
	box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.1);
}
.v2 {
	background:#f4f4f9!important;
	box-shadow:none!important;
	border-bottom:5px solid rgb(0 0 0 / 10%);
	color:#202020 !important;
}
#site .iconbox.text-block.v2:hover{
	color:#202020 !important;
}
.faq .vc_toggle .vc_toggle_title {
	background:#f4f4f9;
}
.faq p {
	margin-top:30px;
}
.faq .vc_toggle_title h4 {
	font-family:Commissioner;
	font-weight:500;
}
	.city-img img {
	margin-left:30px;
	box-shadow:15px 15px #fc5b00;
 }
	.city-img2 img {
	margin-left:30px;
	box-shadow:15px 15px #fc5b00;
 }
		.city-img3 img {
	box-shadow:0px 15px #fc5b00;
 }
	.img-b img {
	border-radius:10px;
	box-shadow: -5px 5px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width:1920px) {
	
	.city-h1 h1 {
		font-size:4rem;
	}
	
	.city-h2 h2 {
		font-size:3.5rem;
	}
	
	.city-h3 h3 {
	font-size:2.5rem;
	}
	
	.box-head h3 {
	font-size:2rem;
}
	
	.text-block {
	font-size:18px;
 }
	.intro-head {
		font-size:25px;
		font-weight:500;
	}
	.city-slogan {
		font-size:3rem;
		line-height:1.2;
	}
	.m1 {
		padding-bottom:100px;
	}
}

@media only screen and (min-width:1440px) and (max-width:1920px) {
	.m1 .row-inner {
		max-width:1200px!important;
		margin:auto;
	}
		.city-h1 h1 {
		font-size:3rem;
	}
		.city-h2 h2 {
		font-size:2.75rem;
	}
	.city-h3 h3 {
	font-size:2.25rem;
	}
	.box-head h3 {
	font-size:1.75rem;
}
	.text-block {
	font-size:17px;
 }
		.intro-head {
		font-size:22px;
		font-weight:500;
	}
		.city-slogan {
		font-size:2.5rem;
		line-height:1.2;
	}
	.m1sep  {
	height:20px!important;
}
		.m2 {
		padding-bottom:60px;
	}
}

@media only screen and (min-width:768px) and (max-width:1440px) {
		.m1 .row-inner {
		max-width:100%!important;
		margin:auto;
	}
		.city-h1 h1 {
		font-size:2.75rem;
	}
		.city-h2 h2 {
		font-size:2.5rem;
	}
		.city-h3 h3 {
	font-size:2rem;
	}
		.box-head h3 {
	font-size:1.25rem;
}
		.text-block {
	font-size:16px;
 }
		.city-img img {
	margin-left:0;
	box-shadow:-10px 10px #5763b0;
 }
	.city-img2 img {
	margin-left:0px;
	box-shadow:-10px 10px #6eb527;
 }
			.intro-head {
		font-size:20px;
		font-weight:500;
	}

		.city-slogan {
		font-size:2.25rem;
		line-height:1.2;
	}
		.m1sep  {
	height:20px!important;
}
		.m2 {
		padding-bottom:60px;
	}
}
@media only screen and (max-width:1024px) {
	
	.vc_section.m1 .vc_custom_1715955456560{
		margin-bottom:0 !important;
		
	}
	
	.mask.m1.m2 .city-form .row-inner > div:nth-child(1){
	width:100% !important;
}
.mask.m1.m2 .city-form .row-inner > div:nth-child(2){
	width:100% !important;
}

.city-h1 h1{
	margin-top:0px;
}

#site .vc_row.vc_row-o-content-middle .row-inner > .vc_column_container:not(.portfolio-img-box) > .vc_column-inner{
	align-items:center;
}

#site .mask.m1.m2{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:40px !important;
	padding-top:150px !important;
}

section.city-h3.m1{
	padding-left:35px !important;
	padding-right:35px !important;
}

section.m1 .vc_row > .row-inner > .text-box{
	width:100% !important;
}
section.m1 .vc_row > .row-inner > .vc_col-sm-6{
	
	width:100% !important;
}
section.m1 .vc_row > .row-inner > .vc_col-sm-4{
	
	width:100% !important;
}
section.m1:not(.mask) {
	padding-left:35px !important;
	padding-right:35px !important;
}

.iconBox-full.text-box.vc_col-sm-3{
	width:100% !important;
}
.imagebox h3.portfolio-header{
	font-size:16px;
}
section.m1 .vc_row > .row-inner > .vc_col-sm-8{
	width:100% !important;
}

.city-form2 .columns-6{
	width:50% !important;
	float:left !important;
}
.city-form2 .columns-6 input{
	margin-bottom:0px !important;
}
section.vc_custom_1715875228789 .row-inner > .vc_col-sm-6{
	width:100% !important;
}

#site section.m1 ul.iconlist > li{
	width:100% !important;
}

.wpcf7-form .contact.style3 .columns input{
	margin-bottom:0px !important;
}

#site-footer .oneh.vc_row .center-mob.vc_col-sm-6{
	width:100% !important;
}
#site-footer .oneh.vc_row .flex-wrapper.vc_col-sm-6{
	width:100% !important;
}

#site-footer .oneh.vc_row .center-mob.vc_col-sm-6 .h-main-mobile, #site-footer .oneh.vc_row .center-mob.vc_col-sm-6 .text-top-h{
	text-align:center !important;
}

#site-footer .oneh.vc_row .flex-wrapper.vc_col-sm-6 .wpb_wrapper{
	justify-content:center;
	margin-top:10px;
	margin-bottom:30px;
}

#site-footer .oneh.contact-f{
	padding-bottom:30px !important;
}
#site-footer .oneh.info-row{
	padding-top:30px !important;
	padding-bottom:30px !important;
}


#site-footer .vc-pad.center-mob > .vc_column-inner > .wpb_wrapper {
	display:flex !important;
}
#site-footer .vc-pad.center-mob > .vc_column-inner > .wpb_wrapper > .wpb_content_element {
	width:50%;
	text-align:center;
}

#site-footer .vc-pad.center-mob.vc_col-sm-3{
	width:50%;
	text-align:center;
}

#site-footer .vc-pad.center-mob.vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
flex-direction:column;
align-items:center;
}

#site-footer ul#menu-footer-informacje li, #site-footer ul#menu-footer-oferta li{
	margin-right:0;
}

#site-footer .footer-full-bg{
	padding-top:60px;
	padding-bottom:60px;
}

.site-footer{
	padding: 0 35px; 
}


}

@media only screen and (max-width:768px) {
	#site .mask.m1.m2{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px !important;
	padding-top:100px !important;
}

#site-footer .oneh.vc_row .flex-wrapper.vc_col-sm-6 .wpb_wrapper{
	margin-top:0;
	margin-bottom:0;
}

#site-footer .vc-pad.center-mob > .vc_column-inner > .wpb_wrapper {
	flex-direction:column;
}

#site-footer .vc-pad.center-mob.vc_col-sm-3{
	width:100%;
}

#site-footer .vc-pad.center-mob > .vc_column-inner > .wpb_wrapper > .wpb_content_element {
	width:100%;
	
}
section.city-h3.m1{
	padding-left:0px !important;
	padding-right:0px !important;
}

section.m1:not(.mask) {
	padding-left:0px !important;
	padding-right:0px !important;
}

.vc_section.m1.vc_section-has-fill{
	margin-left:0px !important;
	margin-right:0px !important;
}
.vc_section.mask.vc_section-has-fill{
	margin-left:-10px !important;
	margin-right:-10px !important;
	padding-top:40px !important;
	padding-bottom: 40px !important;
}
.vc_section.mask.vc_section-has-fill .city-slogan{
	font-size:1.5rem;
}

#site section.vc_section.vc_custom_1715875228789{
	padding-top:40px !important;
	padding-bottom:60px !important;
}

#site .contact.city-form2 {
	margin-left:0px;
	margin-right:0px;
}

.city-form2 .columns-6{
	width:100% !important;
	float:none !important;
}

.city-form2 .columns-6 input{
	margin-bottom:10px !important;
}

.wpcf7-form .contact.style3 .columns input{
	margin-bottom:10px !important;
}

.wpcf7-form .contact.style3 .row:last-child .columns-12{
	margin-top:-5px !important;
}

		.city-h1 h1 {
		font-size:2.25rem;
		margin-top:20px;
	}	
			.city-h2 h2 {
		font-size:2rem;
	}
			.city-h3 h3 {
	font-size:1.5rem;
				line-height:1.5;
	}
			.box-head h3 {
	font-size:1.25rem;
}
			.text-block {
	font-size:16px;
 }
			.city-img img {
	margin-left:0;
	box-shadow:-10px 10px #5763b0;
 }
	.city-img2 img {
	margin-left:0px;
	box-shadow:-10px 10px #6eb527;
 }
			.intro-head {
		font-size:18px;
		font-weight:500;
	}
			.city-slogan {
		font-size:2rem;
		line-height:1.2;
	}
			.m1sep  {
	height:20px!important;
}
		.m2 {
		padding-bottom:60px;
	}
}
.yasr-custom-text-vv-before {
	font-size:1.25rem;
	margin-bottom:10px;
}


/*PODSTRONY LOKALNE - KONIEC*/

/* STRONY MIASTOWE CAŁY CSS - END */

.hide{
	display:none !important;
}


/* OKIENKA PODSTRONA KONTAKT - START */


.offer-row.kontakt{
    flex-direction:column !important;
}
.offer-row.kontakt > div{
    width:100%;
}



.kontakt .box-icon-offer .vc_column-inner{
    padding:40px!important;
    background-color:#ffffff14;
    border-radius:30px;
    border:1px solid #ffffff1c;
    position:relative;
    transition: border .3s;
}

.kontakt .box-icon-offer .box-offer_title h3{
    margin-top:0;
    margin-bottom:20px;
    color:#efefef!important;
    font-size:18px !important;
    font-weight:600;
    padding-right:80px;
}

.kontakt .box-icon-offer .box-offer_icon{
    position:absolute!important;
    max-width:100px;
    top:50%;
	bottom:auto !important;
	left:auto !important;
    right:40px;
	transform:translateY(-50%);
}

.kontakt .box-icon-offer .text-lead{
	font-size:30px;
	color:#f09400;
	margin-bottom:0px !important;
}
.kontakt .box-icon-offer .text-lead a{
	font-size:30px;
	color:#f09400;
}
.kontakt .box-icon-offer .text-lead a:hover{
	color:#fc5b00;
}

body #site .kontakt-big form.wpcf7-form label{
	color:#132431 !important;
}

@media screen and (max-width: 1024px) {
	.kontakt-boxes > .vc_column-inner > .wpb_wrapper{
	
	width:100% !important;
	}
	.content > .wpb-content-wrapper > .vc_section > .vc_row > .row-inner{
		width:100% !important;
	}
	.search-results #site-content .content-body-inner{
		padding: 0 40px 80px !important;
	}
}

@media screen and (max-width: 767px) {
	.search-results #site-content .content-body-inner{
		padding: 0 20px 80px !important;
	}

	.kontakt .box-icon-offer .text-lead a{
		font-size:18px;
	}
	.kontakt .box-icon-offer .vc_column-inner{
		padding:40px 20px !important;
	}
	.kontakt .box-icon-offer .box-offer_icon{
		right:20px;
		opacity:0.5;
	}
	.vc_row.vc_custom_1732199308445{
		margin-top:50px !important;
	}
	.vc_btn3-container.vc_btn3-left{
		text-align:center;
	}
}

/* OKIENKA PODSTRONA KONTAKT - END */

.blog-cta {
	    background-image: linear-gradient(280deg, #f09400 20%, #fc5b00 100%) !important;
	padding:15px 20px;
	border-radius:10px;
	color:white;
	display: inline-flex;
}
.blog-cta:hover {
	    background-image: linear-gradient(280deg, #fc5b00 20%, #f09400 100%) !important;
	color:white;
}
.post-content a {
	color:#fc5b00;
}
.post-content a:hover {
	text-decoration:underline;
}