/*!
Theme Name: transport
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	color: #7a7a7a;
	overflow:hidden;
	overflow-y:scroll;
    font: 16px/30px 'Open Sans', sans-serif;

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color:#000;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family:"Roboto";
	
}

p {
	margin-bottom: 1em;
}


dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
		font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
	margin-left:10px;
	padding-left:15px;
}


ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
#content p,#content ul{
	font-size:17px;
}
 
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;text-decoration:none;
}


a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

body header#masthead{margin-bottom:30px;border-bottom:1px solid #f2f2f2;}
body.home header#masthead{margin-bottom:0px;clear:both;}
body.home h1{max-width:820px;margin:0 auto !important;}
.page-template-template-page-no-sidebar header#masthead, header#masthead{margin-bottom:0px;clear:both;}
article.entry header.entry-header h1.entry-title{margin-bottom:30px;padding-bottom:10px;border-bottom:3px solid #997c64;font-size:30px;line-height:36px;}


.page-template-template-page-no-sidebar article.entry header.entry-header h1.entry-title{border-bottom:initial;text-align:center;font-size:42px; line-height:50px; color:#fff;max-width:767px;margin:0 auto;}
.page-template-template-page-no-sidebar article.entry header.entry-header{padding-top:50px;padding-bottom:50px;margin-left:-50%;margin-right:-50%;margin-bottom:40px;
background-image:url('assets/img/bgsubpage.jpg');
border-bottom:1px solid #f2f2f2;
background-size:cover;
}



article.entry header.entry-header .entry-meta{margin-bottom:10px; }
.post-template-default div#primary.content-area{width:65%;float:left;}
.post-template-default aside#secondary{width:35%;float:left;padding-left:30px;}
body div#primary.content-area{width:65%;float:left;}
body aside#secondary{width:35%;float:left;padding-left:30px;margin-top:40px;}

@media(max-width:768px){
body div#primary.content-area{width:100%;float:left;}
body aside#secondary{width:100%;float:left;padding-left:0px;}
}

body.page-template-template-page-no-sidebar div#primary.content-area{width:100%;float:left;}
aside#secondary .widget{background:#f2f2f2;padding:30px 20px;box-sizing:Border-box;padding-bottom:30px;}
.widget ul{margin:0px;padding:0px;list-style:none;}
#masthead .header-logo-wrap{
	text-align:left;
	background:#fff;
	padding-top:10px;
	padding-bottom:10px; 
}
#masthead .primary-header-main-navigation{
	z-index:999;
	display:inline-block; 
	width:100%;
	margin-left:auto;


}
.cointainer{max-width:1150px;margin:0 auto;}
.
#masthead .custom-logo{max-width:140px;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	float:right;
}
header.site-header nav.main-navigation li a{
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	padding:10px;
}
header.site-header nav.main-navigation li.phone a{
	background:#297a1f;
	color:#fff;
	padding:10px 25px;
	box-sizing:border-box;
	border-radius:15px;
	box-shadow:2px 2px 3px rgba(0,0,0,0.3);
	font-weight:600;
	font-size:17px;
}
header.site-header nav.main-navigation li.phone a i{margin-right:5px;}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	padding-top:10px;
	padding-bottom:10px; 
	text-align:center;

}

.main-navigation ul ul {

	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:-5px;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

@media(min-width:769px){
.main-navigation ul ul li:hover{
	background:#f2f2f2;
}

.main-navigation ul ul li:hover > ul{
	left: 100%;

}

.main-navigation ul ul a {
	min-width: 150px;
}
.main-navigation ul li > ul{
transition:20ms all linear;
transform:translateY(20px);	
opacity:0;
margin-left:-10px;
}
.main-navigation ul li:hover > ul{
	left: auto;
	transform:translateY(0px);
	opacity:1;
}
}

.main-navigation li {
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	position: relative;
	padding-bottom:5px;
	padding-top:5px;

	
	
}
.main-navigation li ul li{
	padding-right:10px;
	padding-left:10px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}
.main-navigation li:last-child{
	border-right:0px;
}
.main-navigation a {
	display: block;
	font-weight:300;
	font-size:17px;
	color:#000;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

	.mobile-menu-btn {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}


	
	
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.posts-navigation{margin-top:30px;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
 .posts-navigation {
	 border-top:1px solid #f2f2f2;
	 padding-top:60px;
 }
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a{
	background:#ec5216;
	color:#fff;
	padding:10px 15px;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a{
	background:#ec5216;
	color:#fff;
	padding:10px 15px;
}


.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.container-wrap{
	padding-left:15px;
	padding-right:15px;
}

.tytul .widget-title{
	font-size:2rem;text-transform:uppercase;
	font-weight:800;
	letter-spacing:0.1rem;
	text-align:center;
	position:relative;
	padding-bottom:15px;
}

.tytul .widget-title:before{
   width:50px;
	content:"";
	left:50%;
	height:3px;
	background:#00CD66;
	bottom:0px;
	margin-left:-25px;
	position:absolute;
}
.nextend-arrow{border:3px solid #fff;padding:5px;}
.container-wrap{
	max-width:1250px;
	margin:0 auto;
}
.custom-logo{max-width:140px;} 
footer.site-footer  .container-wrap{display:flex;flex-wrap:wrap;}

.entry-content{
	max-width:1250px;
	margin:0 auto;
}


.alignfull {
		max-width: 1000%;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		width: auto;
		padding-left:20px !important;
		padding-right:20px !important;
		box-sizing:border-box;
	}

	.alignwide {
		max-width: 1000%;
		margin-right: calc(25% - 25vw);
		margin-left: calc(25% - 25vw);
		width: auto;
	}

	.wp-block-group__inner-container {
		max-width: 85.7143rem;
                margin: auto;
	}

body .site-content+.before-footer-sidebar-widgets{margin-top:160px;background:#00CD66;padding-top:60px;padding-bottom:60px;}
body.home .site-content+.before-footer-sidebar-widgets{margin-top:0px;}
body .site-content+.before-footer-sidebar-widgets .widget{margin-bottom:0px;}
body .before-footer-sidebar-widgets + footer.site-footer{margin-top:0px;}

footer.site-footer .footer-widgets-wrap ul{margin:0px;padding:0px;list-style:none;color:#a7a7ab;}
footer.site-footer .footer-widgets-wrap ul a{color:#fff;text-decoration:none;}
footer.site-footer .footer-widgets-wrap p{margin:0px;padding:0px;}
footer.site-footer .footer-widgets-wrap h2.widgettitle{margin:0px;padding:0px;}
footer.site-footer .footer-widgets-wrap  .menu a{font-size:14px;}
footer.site-footer .footer-widgets-wrap  iframe{width:100%;}
footer.site-footer{	background:#333; color:#a7a7ab;}
footer.site-footer{padding:60px 0px;}   
footer.site-footer .footer-widget-col{width:100%;box-sizing:border-box;float:left;padding-right:25px;padding-left:25px;position:relative;padding-top:10px;}
footer.site-footer .footer-widget-col:first-child{padding-left:0px;}
footer.site-footer .footer-widget-col-count-2:first-child{width:50%;font-size:13px;padding-right:40px;box-sizing:border-box;position:relative;}
footer.site-footer .footer-widget-col-count-2:last-child{width:50%; box-sizing:border-box;}
footer.site-footer .footer-widget-col-count-2:last-child:after{content:"";background:rgba(255,255,255,0.3);width:1px;height:100%;left:0px;position:absolute;top:10px;z-index:222;}
footer.site-footer .footer-widget-col-count-3{max-width:33.333%;}
footer.site-footer .footer-widget-col-count-4{max-width:25%;}
footer.site-footer #menu-footer{list-style:none;margin:0px;padding:0px;color:#fff;padding-left:0px;}
footer.site-footer #menu-footer ul{list-style:none;margin:0px;padding:0px;}
footer.site-footer #menu-footer li{margin-bottom:5px;}
footer.site-footer a{text-decoration:none;color:#fff }
footer.site-footer #menu-footer .widget_nav_menu{margin-bottom:0px 0px 0px;}
#content.site-content{
	max-width:1250px;
	margin:0 auto !important;
	padding:0px 15px;
	box-sizing:border-box;
	min-height:1000px; 
}

.stronaglowna3 h3{font-size:26px;font-weight:bold;margin-top:0px;margin-bottom:15px;color:#fff;}
.stronaglowna3{color:#b7b7b7;font-weight:600;}
.panel-layout {max-width:1150px;margin:0 auto;} 
#homeblock1 h1{text-transform:uppercase;line-height:30px;font-size:26px;}
@media(max-width:768px){
.post-template-default div#primary.content-area{width:100%;float:left;}
.post-template-default aside#secondary{
	width:100%;float:left;padding-left:30px;}
}
.tytul-centrum{
	text-align:center;
} 
#homeblockcontact .wpcf7-form{
	max-width:600px;
	width:100%;
	float:right;
	padding-right:50px;
}
#homeblockcontact .contact-from-group{
	width:100%;
	float:left;
    padding-right:7.5px;
	padding-left:7.5px;
}
@media(max-width:768px){
	#homeblockcontact .contact-from-group{
		padding-left:0px;
		padding-right:0px;  
	} 
}
#homeblockcontact .contact-from-group .wpcf7-form-control-wrap{
	padding-bottom:15px; 
	position:relative;
	display:block;
}
#homeblockcontact .contact-form-group-50{
	float:left;width:50%;

}
#homeblockcontact .contact-from-group .wpcf7-not-valid-tip{
	position:absolute;
	right:6px;top:3px;
	font-size:13px;
}

#homeblockcontact .wpcf7-form .wpcf7-text,#homeblockcontact .wpcf7-form  .wpcf7-textarea{
	width:100%;
	padding:15px;
	text-indent:5px;
	box-sizing:border-box;
	font-family:"Open Sans";
}

#homeblockcontact  .form-contact-title{
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1rem;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
	margin-bottom:30px;
	margin-top:0px;
}
#homeblockcontact  .form-contact-title:after{
	width: 50px;
    content: "";
    left: 0%;
    height: 3px;
    background: #00CD66;
    bottom: 0px;
    position: absolute;
}
#homeblockcontact  .wpcf7-submit{
	float:right;
	cursor:pointer;
	font-size:16px;
	background-color:#ec5216;
	padding:20px 25px;
	box-sizing:border-box;
	border-radius:5px;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;    
} 


#homeblockcontact {
	
}
#homeblockcontact .wpcf7-form{
	position:relative;

	margin-top:20px;
	margin-bottom:20px;
	box-sizing:border-box;
}
#homeblockcontact .wpcf7-response-output{
	position:absolute;z-index:100;
	background:rgba(0,0,0,0.6);
	left:0px;top:0px;width:100%;height:100%;
		color:#fff;
		text-align:center;
		padding-top:45%;
		box-sizing:border-box;
		font-size:22px;
		margin:0px;
		border:2px solid rgba(0,0,0,0.7);
}

body.page-id-17 .contact-box-before-footer, body.home .contact-box-before-footer{
	margin-top:0px;
}
   
body.home article.page{
	margin:0px 0px 0px;
}
#homeblockcontact .wpcf7-response-output:after{
content:"Zamknij";
position:absolute;
top:50%;
left:50%;
margin-left:-40px;
cursor:pointer;
background:#000;
color:#Fff;
margin-top:20px;
padding:10px 15px;
box-sizing:border-box;
font-size:14px;
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
	color:#fff;
}


.widgettitle{margin-top:0px;}


.main-navigation ul ul li{
	background:#fff;
}

.main-navigation ul ul a{
	color:#000;
}
.main-navigation ul ul li{text-align:left;	padding-top:5px;
	padding-bottom:5px;}
.main-navigation ul ul li.current-menu-item:after{
	display:none;
}

body .company_info_before_footer{
	background:#ec5216;	
	padding-top:60px;
	padding-bottom:60px;
	margin-top:100px;
}
body.home .company_info_before_footer{margin-top:0px;}
body.blog main#main h2.entry-title {
	margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 3px solid #00CD66;
    font-size: 30px;
    line-height: 36px;
	color:#ec5216;
	}

.company_info_before_footer .company_info_before_item{
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	width:100%;
	max-width:25%;
	display:inline-block; 
	vertical-align:top;
	padding-top:1px;
	margin-bottom:15px;
}
.company_info_before_footer .company_info_before_item{
	padding-left:30px;
	box-sizing:border-box;
	position:relative;
	color:#fff;
}
.company_info_before_footer .company_info_before_item p{
	margin:0px;
}
.company_info_before_footer .company_info_before_item a{
	color:#fff;
}

.company_info_before_footer .company_info_before_item_address:before,
.company_info_before_footer .company_info_before_item_phone:before,
.company_info_before_footer .company_info_before_item_hours:before,
.company_info_before_footer .company_info_before_item_email:before
{
	position:absolute;
	font-size:20px;
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	left:0px;
	top:0px;
}
.company_info_before_footer .company_info_before_item_address:before{
content: "\f041";
}
.company_info_before_footer .company_info_before_item_phone:before{
content: "\f879";
}
.company_info_before_footer .company_info_before_item_hours:before{
content: "\f017";
}
.company_info_before_footer .company_info_before_item_email:before{
content: "\f0e0";
}




.company_info_before_footer .company_info_before_item p{
	margin-bottom:0px; 
	margin-top:0px;
}

		.menu-item-has-children .sub-menu-toggle{
		position:absolute;right:5px;top:10px;
		cursor:pointer;
		width:20px;
		height:30px;
		margin-top:-5px;
		z-index:9999;
		}
		.menu-item-has-children .sub-menu-toggle i{
			position:absolute;
			top:10px;left:8px;
			color:#000;
		}
		header.site-header nav.main-navigation ul .menu-item-has-children .sub-menu-toggle {
			color:#fff;
		}
		
		header.site-header nav.main-navigation ul .menu-item-has-children ul .sub-menu-toggle{color:#000;}
		

.custom_logo_mobile_menu{display:none;}

#homeblock1{overflow:hidden;}
.widget-contact-box-1 .widget-contact-box-1-ul li{margin-bottom:20px;}
.widget-contact-box-1 .widget-contact-box-1-ul li.phone a{font-size:30px;color:#ec5216;font-weight:800;}
.widget-contact-box-1 .widget-contact-box-1-ul li i{margin-right:10px;}

header#masthead{left:0px;top:0px;width:100%;background:#fff;z-index:10;box-shadow:3px 3px 6px rgba(0,0,0,0.2); position:relative;z-index:2;margin-bottom:0;}


@media(min-width:768px){

#homeblock1 .imgtoright{
		 margin-right:-400px;
	}
}
@media screen and (max-width: 768px) {
	header.site-header nav.main-navigation li.phone{margin-top:15px;} 
	.mobile-menu-btn {
		 display: block;
		}

	header.site-header nav.main-navigation{
			left:0px;
			height:100vh;
			position:absolute;
			z-index:9990;
			background:#fff;
			top:0px;
			padding-top:10px;
			padding-left:15px;
			padding-right:15px;
			width:300px;
			transform:translateX(-300px);
			transition:200ms transform linear;
			font-size:14px;
		}
		.custom-logo {
			max-width:75px;
		}
		.custom_logo_mobile_menu{display:block;text-align:left;margin-top:0px;margin-bottom:0px;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
		body.body-menu-toggle header.site-header nav.main-navigation{box-shadow:3px 3px 3px rgba(0,0,0,0.3);}
		header.site-header nav.main-navigation ul .menu-item-has-children .sub-menu-toggle{color:#000;}
		header.site-header nav.main-navigation li{
			float:left;
			text-align:left;
			clear:both;width:100%;
			padding-left:0px;
			padding-right:0px;
			
		}
		.main-navigation li{
			padding-top:0px;
			padding-bottom:0px;
		}
			header.site-header nav.main-navigation li ul li:last-child{
				padding-bottom:0px;
			}
		.main-navigation ul ul a{
		width:initial;
		}
		.main-navigation ul ul li{
			padding-left:0px;
			position:relative;
			float:left;
			clear:both;
			width:100%;
			padding-right:0px;
		}
		header.site-header nav.main-navigation li a{
		color:#000;
		width:100%;
		padding:10px 10px;
		padding-right:35px;
		}
		.main-navigation li.current-menu-item:after{
			display:none;
		}
		.main-navigation ul ul{ 
			z-index:0;
			position:relative;
			display:block;
	
				width:100%;
				text-align:center;
				display:none;
				padding-top:0px;
				padding-bottom:0px;
			left:0px;
		}

		.main-navigation ul ul li{
			padding-left:0px;
			padding-right:0px;
			text-align:center;
		}
		
		.main-navigation ul ul ul{
			left:0px;
		}
		body.body-menu-toggle header.site-header nav.main-navigation{transform:translateX(0px);border-right:1px solid #f2f2f2;}	
		#masthead .header-logo-wrap{padding-top:10px;padding-bottom:10px;}
		#mobile-menu-btn{
			cursor:pointer;
			width:30px;
			height:30px;
			z-index:9999;
			background:#fff;
			border:0px;
			float:left;
			right:10px;
			top:17px;    
			position:absolute;
		}
		#mobile-menu-btn:after,	#mobile-menu-btn:before{
			content:"";
		}
		
			#mobile-menu-btn span,	#mobile-menu-btn:after,	#mobile-menu-btn:before{
				background:100%;
				position:absolute;
				z-index:10;
				content:"";
				background:#000;
				top:14px;
				width:100%;
				left:0px;
				height:2px;
			}
		#mobile-menu-btn:before{
			top:6px;
		}
		#mobile-menu-btn:after{
			top:22px;
		}
		.menu-site-overflow{
			background:#000;
			opacity:0;
			width:100%;
			height:100%;
			position:absolute;
			top:0px;
			left:0px;
			z-index:100;
			
	}
	.body-menu-toggle{
	
		overflow:hidden;
	}
footer.site-footer .footer-widget-col-count-2:first-child{
	width:100%;
	padding-right:0px;
	padding-left:0px;
}	
footer.site-footer .footer-widget-col-count-2:last-child{
	width:100%;
	padding-left:0px;
	padding-right:0px;
}
footer.site-footer .footer-widget-col-count-2:last-child:after{
	display:none;
}
.company_info_before_footer .company_info_before_item{
	max-width:100%;
}
#homeblockcontact .contact-form-group-50{width:100%;}
#homeblockcontact .wpcf7-form{padding-left:0px;padding-right:0px;}

}
.topheadercontact {background:#ec5216;width:100%;padding-top:13px;padding-bottom:13px;}
.topheadercontact .widget_polylang{margin-bottom:0px;float:right;margin-top:-25px;}
.topheadercontact .homepageiconsdescriptionlist{list-style:none;margin:0px;padding:0px;text-align:center;}
.topheadercontact .homepageiconsdescriptionlist li{display:inline-block;padding-left:20px;padding-right:20px;border-right:1px solid #fff;color:#fff;font-size:16px;}
.topheadercontact .homepageiconsdescriptionlist span{font-size:15px;}
.topheadercontact .homepageiconsdescriptionlist li .fa,.topheadercontact .contacttoplist li .fas{margin-right:5px;}
.topheadercontact .homepageiconsdescriptionlist li a{color:#fff;}
.topheadercontact .homepageiconsdescriptionlist{margin:0px;list-style:none;margin:0px;padding:0px;}    
.topheadercontact .homepageiconsdescriptionlist .pageiconsimg{padding-right:2px;}
.topheadercontact .homepageiconsdescriptionlist li:last-child{border-right:0px;}
.topheadercontact .widget_dgi_iconswithdescription{margin-bottom:0px;}
@media(max-width:768px){
.topheadercontact .widget_dgi_iconswithdescription{
	display:none;
	}
.topheadercontact .widget_polylang{
	margin-top:-14px;
}
footer.site-footer .footer-widget-col-count-3{
	max-width:100%;
}
footer.site-footer .footer-widget-col-count-4{
	max-width:100%;
}
footer.site-footer .footer-widget-col{
	padding-left:0px;padding-right:0px;
}
}

body{
	font-family:Roboto,sans-serif;  
font-weight:400;
font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.56;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;	
}
#header-logo-menu-wrap{
	display:flex;
	padding:0px;
	align-items:center;
	box-sizing:border-box;
}

.margin-bottom-160{margin-bottom:160px;}
.margin-bottom-90{margin-bottom:90px;}
.margin-bottom-60{margin-bottom:60px;}
.home-section-2{
	padding:45px 0 110px;
	text-align:center;
}  
.home-section-3 h2{
	font-size:40px;
	line-height:50px;
	
}
.home-section-2 .fa{
	font-size:30px;
	background:#544336;
	padding:30px;
	border-radius:50%;
	width:90px;  
	height:90px;
	display:flex;
	margin:0 auto;
	justify-content:center;
	align-items:center;
	color:#fff;
}
.home-section-5 h2, .home-section-2 h2{
	margin-bottom:50px;
}
.home-section-4 h2{
	margin-bottom:40px;
}
body.home .entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5 {
	font-family: sans-serif;
	font-weight:normal;
}
.home-section-2 h4{
		font-size:16px !important; 
		font-weight:600;
	}
.header-bottom-line-left, .header-bottom-line{
	position:relative;
	padding-bottom:10px;
	margin-bottom:35px ;
	font-size:22px;
	line-height:26px;
	text-align:center;   
	font-weight:600 !important;
} 

.header-bottom-line-left:after, .header-bottom-line:after{
	content:"";
    background-color: #544336;
	width:60px;
	height:5px;
	left:50%;
	margin-left:-30px;
	bottom:0;
	position:absolute;
}


.header-bottom-line-left{
	text-align:left;   
} 

.header-bottom-line-left:after{
	left:0;
	margin-left:0;
}



.home-section-applications figure, .home-section-type-items figure{
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.home-section-applications figure img, .home-section-type-items figure img{
	transition:200ms all linear;	
}
.home-section-applications figure:hover img, .home-section-type-items figure:hover img{
	transform:scale(1.05);
}
.wp-block-gallery.has-nested-images figure.wp-block-image a{
	position:relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	width:0;
	height:0;
	z-index:2;
	background:rgba(0,0,0,0.3);
	transition:200ms all linear;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
	box-shadow:1px 1px 6px rgba(0,0,0,0.3);
	border:1px solid #f2f2f2;
}
.wp-block-button__link{
	background-color:#544336 !important;
}
.wp-block-button__link:hover{
	background-color:#000 !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image a:before{
	position:absolute;
	font-size:32px;
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	left:50%;
	top:50%;
	margin-left:-15px;
	margin-top:20px;
	color:#fff;
	display:inline-block;
	content:'\f00e';
	z-index:5;
	opacity:0;
	transition:100ms all 100ms linear;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a:hover:before{
	margin-top:-15px;
	opacity:1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image a:hover:after{
	width:100%;
	left:0;
	top:0;
	height:100%;
}

@media (min-width: 992px){
.home-section-4 img{
	margin-top:0px;

}
.home-section-2 .wp-block-columns .wp-block-column{
	padding:0 35px;
	box-sizing:border-box;
}
}  
footer.site-footer{

}
.home-section-applications>div, .home-section-type-items>div{
	border:1px solid #f2f2f2; 
	padding:15px 15px 45px 15px;
	box-sizing:border-box;
	box-shadow:1px 1px 6px rgba(0,0,0,0.1);  
}
.home-section-applications figure,.home-section-type-items figure{
	margin:-15px;
	margin-bottom:5px;
}
.home-section-applications figure img{
	width:100%;
}
.home-section-applications h3, .home-section-type-items h3{
	font-family:"Open Sans";
	font-weight:700;
	font-size:17px;
	max-width:300px;
	line-height:22px;
}
.home-section-applications p,.home-section-type-items p{
	margin-top:10px;
	font-size:14px;
}

a{
color:#000;	
}

.footer-box-1 .phone{ 

} 
.footer-box-1 .phone{
	display:flex;
	align-items:center;
	margin-top:10px;
	margin-bottom:10px;
}
 
.footer-box-1 .phone a{
	font-size:20px;
	margin-left:10px;
	font-weight:600;
}

footer.site-footer p{
	margin-bottom:5px;
	margin-top:0;
}
footer.site-footer p{
	font-size:16px;
	line-height:25px;  
	}

footer.site-footer .widget .widgettitle{
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin-bottom:5px;
	text-transform:uppercase;
}

footer.site-footer .widget:first-child .widgettitle{
	font-size:20px;
	margin:0;
	margin-bottom:35px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	padding-bottom:10px;

}

footer.site-footer .widget:first-child  .widgettitle:after{
    width: 50px;
    content: "";
    left: 0;
    height: 3px;
    background: #fff;
    bottom: 0px;
    margin-left:0px;
    position: absolute;
}


.contact-box-before-footer{
	background:#544336;
	color:#fff;
	padding:25px 0;
	margin-top:140px;
}
 
.contact-box-before-footer-wrap>div{
	width:50%;
	padding:0 15px;
}
.contact-box-before-footer .col-1{
	text-align:right;
}
.contact-box-before-footer-wrap{
	display:flex;
	align-items:center;

}
.contact-box-before-footer-wrap h3{
	font-size:32px;
	line-height:32px;
	margin:0;
	padding:0;
	font-weight:400;
}
.contact-box-before-footer-wrap p{
	font-size:16px;
	margin:0;
	padding:0;
	font-weight:300;
	
}
.contact-box-before-footer-wrap .phone{
	font-size:30px;
	color:#fff;
	font-weight:600;
}
.home-banner{
	overflow:hidden;
}
.home-banner{
	
}

.home-banner .site-title{
	font-size:90px !important;
	margin-top:0;
	margin-bottom:15px;
	font-family:  sans-serif;
	font-weight:400;  
}
.home-banner .site-title strong{
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
}
#content .home-banner .home-banner-description{
	font-size:30px;
	line-height:36px;
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
}

.home-banner .home-banner-phone a{
	color:#fff !important;
	font-size:40px; 
	font-weight:400;
	text-decoration:underline;
	text-shadow:3px 3px 3px rgba(0,0,0,0.3);
	font-size: 34px;
    clear: both;
    float: left;
    width: 100%;
}  
.home-section-6 figure{
	padding:10px;
	box-sizing:border-box;
	box-shadow:3px 3px 3px rgba(0,0,0,0.1);
	background:#fbfbfb;
	border:1px solid #f2f2f2;
}

.home-section-6 .wp-block-column:last-child p{
	max-width:450px;
}

@media(max-width:767px){
	.home-banner .site-title{
		font-size:40px !important;
		line-height:50px;
	}

.home-banner {
	    background-position: 20%;
		min-height:450px !important;
		height:450px;
}
#content .home-banner .home-banner-description{
	font-size:18px;
	line-height:20px;
}
.home-banner .home-banner-phone a{
	font-size:22px;
}

.home-section-3{
	padding:65px 0;
}
.home-section-3 h2{
	font-size:20px;
	line-height:26px;
}
.contact-box-before-footer-wrap{
	flex-direction:column;
	
}
.contact-box-before-footer-wrap>div{
	width:100%;
}
.contact-box-before-footer .col-1{
	text-align:left;
}
.contact-box-before-footer-wrap h3{
	margin-bottom:10px;
}
.contact-box-before-footer-wrap p{
	line-height:18px;
}
.page-template-template-page-no-sidebar article.entry header.entry-header{
	margin-left:-30px;
	margin-right:-30px;
}
.page-template-template-page-no-sidebar article.entry header.entry-header h1.entry-title{
	font-size:28px;
	line-height:34px;
}
.menu-item-has-children .sub-menu-toggle{
		width:30px;
}
}

.wpcf7-f298-p17-o1{
	background:#f2f2f2;
	padding:35px 25px;
}
.wpcf7-f298-p17-o1 input,.wpcf7-f298-p17-o1 textarea{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.wpcf7-f298-p17-o1 input[type="submit"]{
	
	padding:15px;
	cursor:pointer;
}


footer.site-footer .widget:first-child .widgettitle i{
	margin-right:10px;
}

@media(max-width:586px){
	.header-top-description{
		height:75px;
		padding:10px 0 !important;
		line-height:17px;
	}
	.header-top-description ul li{
		clear:both;float:left;
	}
}

@media(max-width:767px){
.header-bottom-line-left, .header-bottom-line{
		font-size:22px !important;
		line-height:24px;
		font-weight:600 !important;
	}
.home-section-2 {
	padding-left:10px;
	padding-right:10px;
}
.home-section-2 h4{
	font-size:15px !important;
	font-weight:600;
}	
}

#contact-form-pricing{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:99999;
		height:100%;
		background:rgba(0,0,0,0.6);
		overflow:scroll;
		display:flex;
		justify-content:center;
		margin:0px 0; 
		padding-top:40px;
		padding-bottom:40px;

		display:none; 
padding-top:40px;		
} 

.single-product-top-description h2{
	margin-top:30px;
	line-height:26px;
	max-width:500px;
	font-size:24px;
	margin-bottom:5px;
}
.single-product-top-description p{
	margin-top:45px;
	background:#f2f2f2;
	padding:35px 25px;
	font-size:15px;
}
.single-product-top-description .wp-block-button__link i{
	margin-left:10px;
}
.single-product-top-description .single-price span:first-child{
	font-weight:600; 
}
	
#contact-form-pricing h3{margin:0;margin-bottom:15px;text-transform:uppercase;font-size:15px;font-weight:600;border-bottom:1px solid #f2f2f2;padding-bottom:10px;}
#contact-form-pricing form{
	max-width:600px;
	margin:0 auto;
	background:#fff;	
	margin-top:50px;
	padding:25px 45px;
	box-shadow:3px 3px 6px rgba(0,0,0,0.3);
	border-radius:15px;
	position:relative;
}
.wpcf7-not-valid{border:1px solid red !important;}
#contact-pricing-button{
	position:fixed;
	bottom:0;
	right:10px;
	padding:10px 15px;
	z-index:8983;
	background:#7a4c1f;
	font-weight:600;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	letter-spacing:1px;
}

@media(max-width:767px){
	#contact-form-pricing form{
		margin:10px;
		padding:15px 10px;
	}
	#contact-form-pricing .acceptance-info .acceptance-info .acceptance-text{
		padding:1px;
	}
	
}
#contact-form-pricing label{
	font-size:13px;
	font-weight:600;
	letter-spacing:1px;
}

#contact-form-pricing .button-close{
	width:25px;
	height:25px;

	right:15px;
	top:15px;
	position:absolute;
	cursor:pointer;
	z-index:8888;
}
#contact-form-pricing .button-close:after,#contact-form-pricing .button-close:before{
	position:absolute;
	width:25px;
	top:12px;
	left:0px;
	background:#000;
	height:2px;
	content:"";
	transform:rotate(45deg);
}
#contact-form-pricing .button-close:after{
	transform:rotate(-45deg);
}
#contact-form-pricing .acceptance-info  .acceptance-text{
	font-size:13px;
	padding:5px;
	background:#f2f2f2;
	margin:10px 0px; 
}

#contact-form-pricing .acceptance-group-form{
	position:relative;
	height:50px;
}
#contact-form-pricing .acceptance-group-form-pos{
	position:absolute;
	padding-left:10px;
}
#contact-form-pricing .acceptance-group-form .wpcf7-list-item{
	float:left;
	margin:0 0 0 0;
}
#contact-form-pricing .wpcf7-not-valid-tip{
	font-size:11px;
}

#contact-form-pricing p{
	margin:5px;
}
#contact-form-pricing .colform{
	display:flex;
}
#contact-form-pricing .col2form{
	width:50%;
	padding:5px;
}
#contact-form-pricing form input,#contact-form-pricing form select{
	width:100%;
	font-size:14px;
	padding:5px;
	box-sizing:border-box;
	margin-bottom:0px;
}

#contact-form-pricing form .sizes_textarea_description{
	display:none;
}
#contact-form-pricing form .sizes_textarea_description textarea{
	height:100px;
	}

#contact-form-pricing .contact-pricing-button-close,#contact-form-pricing form input[type="submit"]{
    background: #297a1f;
    color: #fff;
    padding: 15px 5px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.3);
    font-weight: 600;
    font-size: 17px;
	cursor:pointer;
	margin-bottom:10px;
}

#contact-form-pricing .contact-pricing-button-close{
	background:#f2f2f2;
	width:100%;
	display:inline-block;
	margin-top:10px;
	color:#000;
	text-align:center;
}
#contact-form-pricing  .wpcf7-spinner{
	position:absolute;
	margin-top:10px;
	left:25px;

}
#contact-form-pricing .wpcf7-response-output{
	margin-top:5px;
	font-size:13px;
}






.sidebars-before-primary-footer .widget{margin-bottom:0}