.checkOffer input[type="text"],
.checkOffer input[type="email"],
.checkOffer textarea {
	    background-color: #ededed;
    border: none;
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
}
.checkOffer input[type="submit"] {
	background-color: #e40613;
    border: none;
    outline: 0;
	color: #FFF;
	text-transform: uppercase;
	height: 100%;
	width: 100%;
}
.checkOffer .red {
	color: #e40613;
}
.checkOffer .text_form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.checkOffer .wpcf7-list-item {
	 width: 100%;
	 display: block;
	 margin-left: 0;
	 font-size: 13px;
	 color: #0e0c0a;
	 margin-top: 8px;
}
.checkOffer .wpcf7-list-item span {
	 width: 100%;
}
.checkOffer .wpcf7-list-item label {
	 display: flex;
	 position: relative;
}
.checkOffer .wpcf7-list-item label span {
	 padding-left: 30px;
}
.checkOffer .wpcf7-list-item label span p {
	 display: inline-block;
	 vertical-align: top;
	 margin-bottom: 0;
	 margin-top: -5px;
}
.checkOffer .wpcf7-list-item label span:before {
	 content: '';
	 display: block;
	 width: 17px;
	 height: 17px;
	 margin-right: 20px;
	 background-color: #f4f4f4;
	 border: 1px solid #ccc;
	 border-radius: 2px;
	 position: absolute;
	 left: 0px;
	 top: 0;
}
 .checkOffer .wpcf7-list-item label span:before:hover {
	 cursor: pointer;
}
 .checkOffer .wpcf7-list-item label input {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 1px;
	 z-index: -1;
	 opacity: 0;
}
.checkOffer .wpcf7-list-item label input:checked + span:before {
	 background-color: #db351c;
}
.page-oferta h3 {
	margin-bottom: 30px;
 }
.page-oferta .text_form p {
	font-size: 13px;
	margin-bottom: 5px;
 }
 .page-oferta .text_form .red {
	font-weight: 700;
 }
.page-oferta .single_input {
	margin-bottom: 15px;
 }
.page-oferta .submit p,
.page-oferta .submit ul li  {
	font-size: 13px;
 }
 .page-oferta .submit ul   {
	list-style-type: square;
 }

 .page-oferta ul li {
margin-top: 0px;
 }
  .page-oferta{
  	padding: 80px 300px 80px 100px;
 }
 .parent_list_page {
 	margin-top: 50px;
 }
 .red_box {
 	background-color: #e30613;
 	    padding: 20px;
 	    margin-top: -53px;
 	    color: #FFF;
 }
 .red_box h3 {
 	font-size: 20px;
 	font-weight: 700;
 	position: relative;
 	margin-bottom: 30px;
 	padding-bottom: 10px;
 }
 .red_box ul {
 	list-style-type: none;
 	margin-left: 0px;
 	padding-left: 0px;
 }
 .red_box ul li {
 	margin: 10px 0px;
 	font-size: 20px;
 	background-position: 0px center;
 	background-repeat: no-repeat;
 	background-image: url( ../../img/check@2.png );
 	background-size: 40px;
 	padding: 10px 10px 10px 60px;

 }
 .red_box h3:before {
 	content: '';
 	display: block;
 	height: 1px;
 	width: 100%;
 	background-color: #FFF;
 	bottom: -10px;
 	left: 0;
 	opacity: 0.7;
 	position: absolute;
 }
 .konfigurator_container {
 	padding-left: 20px;
 }
 .black-nav .btn-container a {
 	width: auto;
 }
 .black-nav .btn-container:nth-child(1) a {
 	margin-right: 10px;
 	background-color: #0c479d;
 }
 @media screen and ( max-width: 1440px ) {
 	.page-oferta {
 		padding: 80px 200px 80px 100px;
 	}
 }
  @media screen and ( max-width: 1366px ) {
 	.page-oferta {
 		padding: 30px 100px 30px 50px;
 	}
 	.red_box ul li {
 		font-size: 16px;
 		background-size: 32px;
 		padding: 10px 10px 10px 50px;
 	}
 	.black-nav .btn-container a {
 		font-size: 12px;
 	}
 }
  @media screen and ( max-width: 1024px ) {
 	.page-oferta {
 		padding: 30px 0px 30px 0px;
 	}
 	.red_box h3 {
 		font-size: 18px;
 	}
 	.black-nav .btn-container a {
 		padding: 5px 20px;
 	}


 }
  @media screen and ( max-width: 568px ) {
  	.red_box ul li {
  		font-size: 14px;
  	}
 }
.slider_top {
	overflow: hidden;
}

.slider-banner {
	margin-top: 100px;
}
.news-section .slider-banner .swiper-pagination {
	top: auto;
	bottom: -10px;
}
.news-section .slider-banner:before {
	display: none;
}
.slider_top .pagination-top {
	display: none;
}
.news-section .slider-banner .swiper-banner .swiper-wrapper .swiper-slide a img {
	max-height: 350px;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.slider_top {
	position: relative;
}
.slider_title {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY( -50% );
	z-index: 30;
	width: 100%;
}
.slider_title h1 {
	color: #FFF;
	font-size: 55px;
}
.slider_title hr {
	height: 1px;
	width: 300px;
	background-color: #686a6c;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slider_title .question {
	display: flex;

}
.slider_title .question .img {
	max-width: 90px;
	flex: 0 0 90px;
}
.slider_title .question .img img {
	max-width: 90px;
}
.slider_title .question .desc {
	max-width: calc( 100% - 90px );
	flex: 0 0 calc( 100% - 90px );
	padding-left: 25px;
}
.slider_title .question .desc h3 {
		color: #FFF;
		font-size: 18px;
		margin-bottom: 0px;
}
.slider_title .question .desc p {
		color: #FFF;
		margin-bottom: 0px;
		font-size: 12px;
}
.slider_title .question .desc a {
	color: #FFF;
		font-size: 18px;
		display: inline-block;
		margin-top: 3px;
		margin-bottom: 3px;
		background-image: url( ../../img/ikona-telefon@2.png );
		background-position: left center;
		padding-left: 25px;
		background-size: 16px;
		background-repeat: no-repeat;
		transition: all 0.4s;
}
.slider_title .question .desc a:hover {
	font-weight: 700;
}
.sidebar_red {
	background-color: #e40613;
	padding: 15px 15px 10px 15px;
	width: 640px;
	max-height: 584px;
	position: sticky;
	top: 15px;
	right: 0px;
	margin-top: -600px;
	z-index: 100;
	margin-right: 0px;
margin-left: auto;
}
.sidebar_red .sidebar.sidebar_box {
	margin-bottom: 30px;
}
.sidebar_red h2 {
	font-size: 36px;
	color: #FFF;
	padding-left: 25px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.sidebar_red .sidebar .single-box {
	border-right: none;
	border-color: #ec515a;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar_red .sidebar .single-box:hover {
background-color: #cf050f;
box-shadow: none;
}
.sidebar_red .sidebar .single-box a {
	background-image: url( ../../img/strzalka-wiecej@2.png );
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 22px;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 0px 15px;
}
.sidebar_red .sidebar .single-box .img  {
	max-width: 145px;
	flex: 0 0 145px;
}
.sidebar_red .sidebar .single-box .img img{
	width: 135px;
	height: auto;
	opacity: 1;
	margin-top: 0px;
	top: 0px;
}
.sidebar_red .sidebar .single-box .header  {
	max-width: calc(100% - 145px);
	flex: 0 0 calc(100% - 145px);
	padding-left: 30px;
}
.sidebar_red .sidebar .single-box .header {
	display: flex;
	align-items: center;
}
.sidebar_red .sidebar .single-box .header p {
	color: #FFF;
	font-size: 18px;
}
.header .mobil p {
	font-size: 12px;
	color: #1e1e1e;
	margin-bottom: 3px;
}

.header__logo {
	display: flex;
}
.header__logo .logo {
	padding-top: 20px;
}
.header__logo .mobil {
	padding-left: 130px;
	position: relative;
	display: flex;
	align-items: center;
}
.header__logo .mobil:before {
	content: '';
	display: block;
	position: absolute;
	left: 60px;
	top: 0px;
	height: 90%;
	background-color: #5f6062;
	width: 1px;
}
.header__logo .mobil img{
	max-width: 137px;
	height: auto;
	margin-bottom: 5px;
}
.section_box  {
	margin-top: 15px;
}
.section_box >.container {
		border-top: 1px solid #c6c6c6;
}
.sidebar_lift {
	display: flex;
}
.sidebar_lift .single-box {
	border-bottom: none;
	max-width: 50%;
	padding: 10px 15px;
}
.sidebar_lift .single-box a {
	display: inline-block;
	height: 100%;
}
.sidebar_lift.sidebar .single-box .img {
	text-align: center;
}
.sidebar_lift.sidebar .single-box .img img{
	width: 53px;
	height: auto;
	opacity: 1;
	  margin-top: -30px;
}
.sidebar_lift.sidebar .single-box .btn-content .btn-container p{
	text-transform: uppercase;
}
.section_box .repeater_box {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px;
	align-items: center;
}
.section_box .repeater_box .single {
	max-width: 50%;
	flex: 0 0 50%;
	display: flex;
}
.section_box .repeater_box .single .img {
	max-width: 50px;
	flex: 0 0 50px;
}
.section_box .repeater_box .single .img img {
	max-width: 40px;

}
.section_box .repeater_box .single .desc {
	max-width: calc( 100% - 50px );
	flex: 0 0 calc( 100% - 50px );
	padding-left: 20px;
	display: flex;
	align-items: center;
}
.section_box .repeater_box .single .desc p {
	color: #000000;
	font-size: 16px;
	margin-bottom: 0px;
}
.news-section .slider-banner .swiper-pagination span {
	background-color: #e30613;
}
.slider_top .swiper-slide:before {
	background-image: url(../../img/naglowek-maskowanie.png);
}
.iframe_container .single_iframe {
display: none;
max-width: 100%;
flex: 0 0 100%;
}
.iframe_container .single_iframe .flex{
display: flex;
}
.iframe_container .single_iframe .flex .desc{
max-width: calc(100% - 180px);
flex: 0 0 calc(100% - 180px);
}
.iframe_container .single_iframe .flex .desc h3 {
	color: #FFF;
	font-size: 17px;
	margin-bottom: 0px;
}
.iframe_container .single_iframe .flex .link{
max-width: 180px;
flex: 0 0 180px;
}
.iframe_container .single_iframe .flex .link a {
	display: inline-block;
	margin-bottom: 2px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	transition: all 0.4s;
}
.iframe_container .single_iframe .flex .link a:hover {
	opacity: 0.7;
}
.iframe_container .single_iframe .flex .link p:nth-child(1) a {
	color: #e40613;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 5px 20px;
}
.iframe_container .single_iframe .flex .link p:nth-child(2) a {
	color: #FFF;
	background-color: #e40613;
	padding: 5px 20px;
	border: 1px solid #FFF;
}
.iframe_container .single_iframe .flex .link p {
	margin-bottom: 5px;
}
.iframe_container .single_iframe iframe {
	width: 100%;
	height: 400px;
	border: none;
	outline: none;
}
.iframe_container .single_iframe .back {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.iframe_container .single_iframe .back img {
	max-width: 10px;
	transform: rotate(180deg);
}
.iframe_container .single_iframe .back p {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0px;
	padding-left: 10px;
}
.iframe_container .single_iframe .back:hover {
	cursor: pointer;
}

@media screen and ( max-width: 1440px ) {
	.section_box .repeater_box .single .desc p {
		font-size: 13px;
	}
	.section_box .repeater_box .single .desc {
		padding-left: 10px;
	}
	.sidebar .single-box .header p {
		font-size: 16px;
	}
	.news-section .news-front .left-news .swiper-pagination-progressbar,
	.news-section .news-front .right-news .swiper-pagination-progressbar {
		bottom: -130px;
	}
	.sidebar_red .sidebar .single-box .img img {
		width: 115px;
	}
	.slider_title h1 {
		font-size: 45px;
	}
	.news-section .news-front .single-news h3 {
		font-size: 14px;
	}
	.header__logo .mobil {
		padding-left: 60px;
	}
	.header__logo .mobil:before {
		left: 30px;
	}

}
@media screen and ( max-width: 1366px ) {
	.header .container {
		max-width: 100%;
	}
	.header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sidebar_red {
		width: 100%;
	}
	.black-nav {
		left: 0px;
	}
	.page-template-front-page .container {
		max-width: 1300px;
	}
}
@media screen and (max-width: 1399px) {
	.news-section .slider-banner, .news-section .slider-banner .swiper-banner .swiper-wrapper .swiper-slide a img {
		max-height: inherit;
	}
}
@media screen and (max-width: 1199px) {
	.news-section .slider-banner, .news-section .slider-banner .swiper-banner .swiper-wrapper .swiper-slide a img {
		max-height: inherit;
	}
}
@media screen and ( max-width: 1200px ) {
	.header .header__logo img {
		width: 350px;
	}
	.header__logo .mobil:before {
		left: 20px;
	}
	.header__logo .mobil {
		    padding-left: 40px;
	}
	.sidebar_red .sidebar .single-box a {
		padding-right: 50px;
	}
	.news-section .news-front .single-news {
		padding: 10px 0px;
	}
}

@media screen and ( max-width: 992px ) {
	.sidebar_red .sidebar .single-box .img {
		max-width: 100px;
		flex: 0 0 100px;
	}
	.sidebar_red .sidebar .single-box .header {
		max-width: calc( 100% - 100px );
		flex: 0 0 calc( 100% - 100px );
	}
	.sidebar_red .sidebar .single-box .img img {
		width: 90px;
	}
	.sidebar_red h2 {
		font-size: 25px;
	}
	.sidebar_red .sidebar .single-box .header p {
		font-size: 16px;
    line-height: 18px;
	}
	.sidebar_red .sidebar .single-box a {
		background-size: 16px;
	}
	.slider_title h1 {
		font-size: 40px;
	}
	.sidebar_lift.sidebar .single-box .img img {
		width: 30px;
	}
	.sidebar .single-box .header p {
		font-size: 14px;
		    line-height: 18px;
	}
	.news-section .news-front .header {
		flex-wrap: wrap;
	}
	.news-section .news-front .right-news .selectric-wrapper,
	.news-section .news-front .header h3 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.news-section .news-front .right-news .selectric-wrapper, .news-section .news-front .header h3 {
		margin-top: 10px;
	}
}
@media screen and ( max-width: 991px ) {
	.sidebar_red {
		position: relative;
		margin-top: -120px;
	}
	.news-section {
		padding: 20px 0px;
	}
	.news-section .sidebar_red .single-box {
		max-width: 100%;
		flex:  0 0 100%;
	}
	.sidebar .single-box {
		display: block;
	}
	.sidebar_lift {
		flex-wrap: wrap;
	}
	.sidebar_lift .single-box,
	.section_box .repeater_box .single {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.sidebar_lift .single-box {
		padding: 0px 15px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.section_box .repeater_box {
		padding: 0px 10px;
	}
	.sidebar_red {
		z-index: 9;
	}
	.header__logo .logo {
		padding-top: 0px;
	}
	.header {
		padding-top: 0px;
	}
	.header .mobil p {
		line-height: 12px;
		margin-bottom: 3px;
	}
}
@media screen and ( max-width: 568px ) {
	.contact .left-side .mobil img {
		height: auto;
	}
	.swiper-front {
		height: 600px;
	}
	.sidebar_red h2 {
		padding-left: 0px;
		font-size: 21px;
	}
	.sidebar_red .sidebar .single-box .img {
		max-width: 60px;
		flex: 0 0 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sidebar_red .sidebar .single-box .header {
		max-width: calc( 100% - 60px );
		flex: 0 0 calc( 100% - 60px );
	}
	.sidebar_red .sidebar .single-box a {
		padding-right: 40px;
	}
	.sidebar_red .sidebar .single-box .header p {
		font-size: 14px;
line-height: 18px;
	}
	.slider_title h1 {
		font-size: 30px;
	}
	.slider_title .question .desc h3 {
		font-size: 15px;
	}
	.section_box .repeater_box {
		padding: 0px 15px;
	}
	.section_box .repeater_box .single {
		margin-bottom: 15px;
	}
	.quality .map {
		height: 500px;
	}
	.wrapper-footer .mobil img {
		height: 22px;
	}
	.sidebar .single-box {
		border-right: none;
		    border-bottom: 1px solid #c6c6c6;
	}
	.sidebar_red .sidebar .single-box a {
		background-size: 12px;
	}
	.sidebar_red {
		    padding: 20px 5px 0px 5px;
	}
	.header .header__logo .mobil img {
		max-width: 80px;
	}
	.header .mobil p {
		font-size: 9px;
	}
	.header .header__logo .logo img {
		max-width: 100%;
	}
	.header {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header__logo .mobil:before {
		left: 10px;
	}
	.header__logo .mobil {
		padding-left: 20px;
		max-width: 50%;
		flex: 0 0 50%;
	}
	.header .header__logo .logo  {
		max-width: 50%;
		flex: 0 0 50%;
		display: flex;
		align-items: center;
	}
	.iframe_container .single_iframe .flex .desc h3 {
		font-size: 12px;
	}
	.iframe_container .single_iframe .flex .link {
		max-width: 150px;
		flex: 0 0 150px;
		padding-left: 5px;
	}
	.iframe_container .single_iframe .flex .desc {
		max-width: calc( 100% - 150px );
		flex: 0 0 calc( 100% - 150px );
	}
	.iframe_container .single_iframe .flex .link a {
		font-size: 12px;
		    padding: 5px 15px;
	}
	.news-section .sidebar {
		margin-top: 0px;
	}

.sidebar_red h2 {
	margin-top: 0px;
}
.sidebar .single-box .btn-content {
	padding-left: 0px;
}
}

.contact .left-side .oddzial_1:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 30px;
    background-color: #c6c6c6;
    height: 80%;
    width: 1px;
}
@media screen and ( max-width: 992px ) {
	.contact .left-side .oddzial_1:before {
		display: none;
	}
}
.contact .left-side .oddzial.oddzial_4 {
	background-image: url(../../img/lokalizacja-4.png);
}

@media screen and ( max-width: 768px ) {
	.header__logo .mobil img{
		margin-bottom: 11px;
	}
}