/*!
Theme Name: Carrot
Theme URI: http://underscores.me/
Author: goVirtual.pl
Author URI: http://underscores.me/
Description: Description
Version: 1.3.7
Tested up to: 8.2
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carrot
Tags: custom-background, custom-logo, custom-menu, featu48ae4d-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carrot is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size 1px solid black; orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	max-width:100%;
	overflow-x: hidden !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	max-width:100% !important;
	overflow-x: hidden !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `ogloszenie` 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;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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-family: monospace, monospace;
	font-size: 1em;
}

/**
 * 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-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3a3b3c;
	font-family: "Roboto", sans-serif;

	font-size: 1rem;
	line-height: 1.5;
	font-weight:300;
	font-size:15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}
h5 {
	font-size:19px;
	margin-bottom:15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts custom
--------------------------------------------------------------*/
.site-main{
	position: relative;
	max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.auction_gallery {
	display: inline;

}
.logo-spacer {
	width: 1px;
	height: 29px;
	background: #F2F2F2;
}
.woocommerce img{
	float:left !important;
	max-width:30% !important;
	margin:10px 1% 10px 1% !important;
}
.nasze_aukcje {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
border: 2px solid var(--28BD3F, #28BD3F);
padding: 12px 32px;
transition: all 0.3s ease;
}
.nasze_aukcje:hover {
	background: #28BD3F;
	color: white;
}
.nasze_aukcje:hover span {
	color: white;
}
.nasze_aukcje:hover svg path {
	fill: white;
}
.nasze_aukcje span {
	color: #2D2D2D;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

}
.site-header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 91px;
	z-index: 9999;
}
.menu-primary-container {
	display: flex;
	align-items: center;
	
}
.kompensator-fixa{
	position: relative;
	display: block;
	width: 100%;
	height: 63px;
}
#logo {
	width: 150px;
}
.logo-wrapper {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 20px;
}
.kompensator-fix-small{
	position: relative;
	display: block;
	width: 100%;
	height: 13px;
}
.menu-distance{
	position: fixed;
		z-index: 9998;
	top:0;
	left:0;
	height: 91px;
	width:100%;
	min-height:73px;
	background: white;
	margin:0 auto 0 auto;
	-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
}
.slide-carrot{
	margin-top:10px;
	position: relative;
	width:100%;
	height:370px !important;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;

}
.gray{
	width:100%;
	position: relative;
	padding:50px 0 70px 0;
	background: #f1f1f1;
}
.gray2{
	width:100%;
	margin:50px 0 50px 0;
	position: relative;
	padding:20px 0 20px 0;
	background: #f1f1f1;
}
.gray3{
	width:100%;
	margin:50px 0 -70px 0;
	position: relative;
	padding:20px 0 30px 0;
	background: #f1f1f1;
}
.left_sp{
	position: relative;
	width:96%;
	max-width:1240px;
	font-size:19px;
	margin:0 auto 0 auto;
	color:white;
}
.left_sp h1,.left_sp h2,.left_sp h3{
	font-size: 50px;
	margin:40px 0 25px 0;
	font-weight:500;
	font-family: Roboto;
}

.carrot_btn{
	position: relative !important;
	margin: 10px 0 0 0 !important;
	width:auto !important;;
	min-width:100px;
	z-index: 100;
	padding:10px 30px 10px 30px !important;;
	color:white !important;;
	background:#48ae4d !important;
	border-radius: 20px;
	border-color:#48ae4d !important;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		font-weight: 500;
}
.carrot_btn:hover{
	background: white !important;
	color:#48ae4d !important;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.smallest{
	font-size:14px;
	position: absolute;
	left: 8px;
	bottom:-10px;

}
.smallest2{
	font-size:14px;
	position: absolute !important;
	left: 16px;
	bottom:25px;

}
.smallest22{
	font-size:14px;

}
.slick-slide {
	opacity: 1 !important;
}
.gradienty{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 370px;
	background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%);

}
.marchew{
	width:100%;
	padding:30px 0 30px 0;
	background: #ffab00;
	position: relative;
	font-size:1.2em;
}
#container {
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: center;; /* switched from default (flex-start, see below) */

}
#container > div {
  width: 25%;
	margin:20px;
	position: relative;
	cursor: pointer;
  height: 300px;
	font-size:19px;
	padding:120px 20px 20px 20px;
  background-color:white;
	background-position: 95% 20px;
	background-size: 54% auto;
	background-repeat: no-repeat;
	border-radius:20px;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
	-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
	box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);


}
#container > div:hover .wiecej {
	background-image:url('img/wiecej_white.png');

	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;

}
.auction-bid-reverse {
	background-color: #16bc34 !important;
	border-radius: 0 !important;
	padding:19px 20px 17px 20px !important;
}
.single_add_to_cart_button, .additional_information_tab, .related, .comments-area, .description_tab{
	display: none !important;
}
.entry-summary table td {
	padding:10px;
}
.entry-summary table tr:nth-child(odd){
	background: #16bc34;
	color:white;
}
.woocommerce-MyAccount-navigation a,  .woocommerce-MyAccount-navigation:visited{
	color:#16bc34;
	text-decoration: none;
}
.woocommerce-MyAccount-navigation li {
	border-bottom: 1px solid black;
	list-style: none;
	padding:15px;
}
.woocommerce-MyAccount-navigation ul{
	list-style: none;
	margin-left:15px !important;
	padding-left:0 !important;

}
.woocommerce-MyAccount-navigation li:last-child{
	border-bottom: none;
}
 .woocommerce-MyAccount-content a, .woocommerce-MyAccount-content:visited{
	color:black;
	font-weight: bold;
	text-decoration: none;
}


.lazy {


  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
#container > div:hover .wiecej_link{
	color:white !important;
}
#container > div a, #container > div a:visited{
	color:#3f3f3f;;
	font-weight:400;
	text-decoration: none;
}
#container > div:hover a {
	color:white;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.podswietl:hover h4  {
	color:#49ae4d;
}
.podswietl{
	padding-left:30px;
}
.odwrotna{
	text-align:right;
}
.foot-table th {
	padding-left: 0px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
	color: #2D2D2D;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 27px */
	letter-spacing: 0.18px;
}
.main-footer-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
footer #logo {
	margin-bottom: 30px;
}
.site-footer-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
table td {
		border:none !important;
}
.foot-table td {
	vertical-align: top !important;
	padding-left: 0px;
    padding-top: 0px;
	line-height: 1.8em;
	border:none !important;
}
.foot-table td a, .foot-linki_sm a {
text-decoration: none;
color: #2D2D2D;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 32.4px */
letter-spacing: 0.18px;
}
.foot-table td:nth-child(1){
	padding-right:60px;
}
.foot-linki_sm a {
	margin-left:10px;
}
.foot-linki_sm{
	margin-top:15px;
	text-decoration: none;
color: #2D2D2D;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 32.4px */
letter-spacing: 0.18px;
}
.oglosz a, .oglosz a:visited{
	color:black;
	text-decoration: none;
}
.opis_link{
	text-decoration:none;
	color: black;
}
.aukcje-w-pelni-online  {
	display: flex;
		justify-content: flex-end;
		align-items: center;
}
.auction-card{
	display: flex;
    max-width: 80%;
    justify-content: flex-end;
    padding: 30px;
    border: 1px solid #F2F2F2;
    border-radius: 30px;
}
#aukcje-heading {
	color:  #28BD3F;
	font-size: 22.16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-top: 0;
}
.auction-card__text {
	color:#2D2D2D;
	font-size: 22.16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.auction-card__content {
	width: 49%;
}
.oglosz{
	position: relative;
	border-radius: 20px;
	height:420px !important;
	background-color: #f8f8f8;
	background-position: top center;
	background-size: auto 200px;
	background-repeat: no-repeat;
	width:220px !important;
	padding:200px 10px 10px 10px;
	margin:0 10px 0 10px !important;;
	overflow: hidden;
}
.auction-card__cta {
	border-radius: 100px;
	background: #FEAF28;
	padding: 10px 20px;
	color: #2D2D2D;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.3s ease;
}
.auction-card__cta:hover {
	background: #db8305;
	color: white;
}
.oglosz h3	{
	font-weight: 500;
	font-family: Roboto;
	font-size:18px;
	color:bLack;
	margin-bottom:10px;
}
.oglosz2 a, .oglosz2 a:visited{
	color:black;
	text-decoration: none;
}
.bottom-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.aukcje-w-pelni-online {
	margin-left: 0;
}
.footer-links-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	width: 40%;
}
.opis_link{
	text-decoration:none;
	color: black;
}
table {
	max-width: 1005 !important;
}
.img_oglosz{
	position: relative;
	display: block;
	width:100%;
	background-size: 35% auto;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	background-color: #f8f8f8;
	margin-left:10%;
	margin-right:10px;
	padding: 10px 17px 17px 40%;
}
.img_oglosz:hover h2{
	color:rgb(40, 189, 63);
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}

.img_oglosz:hover .img_oglosz_img{
	opacity: 0.8;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.img_oglosz_sekcja1{
	position: relative;
	display: block;
	width:65%;
	float:left;
	padding-top:5px;

}
.img_oglosz_sekcja2{
	position: relative;
	width:35%;
	float:left;
	min-height:200px;
	font-size: 1.6em;
	padding-top:5px;
}
.el33{
	position: relative;
	width: 30%;
	white-space: nowrap;
	display:block;
	float:left;
	font-size:0.9em;
	line-height: 1.1em;
	margin-bottom:20px;
	color:#616263
}
.el33 span {
	font-weight: 500;
}
.kalendarz_ico{
	width:22px;
	position: relative;
	margin-right:10px;
	float:left;
}
.kalendarz_opis{
	width:calc(100% - 42px);
	position: relative;
	margin-right:5px;
	float:left;
}
.oglosz3{
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height:200px !important;
	margin-top:20px;
	background-color: #f8f8f8;
	background-position: top center;
	background-size: auto 200px;
	background-repeat: no-repeat;
	width:220px ;
	float: left;

	overflow: hidden;
}
.oglosz3 h2{
	font-size: 15px;
}
.banner-promo h1{
	color:#f9b03d;
}
.banner-promo h3{
	color:white;;
}
.banner-promo{
	width: 100%;
	position: relative;
	background-image: url(img/bg_baner.jpg);
	background-size: cover;
	padding:50px 0 50px 0;
}
.separator_12{
	width: 100%;
	position: relative;
	height: 30px;
}
.oglosz2 h2	{
	font-weight: 500;
	font-family: Roboto;
	font-size:18px;
	color:bLack;
	margin-bottom:10px;
}
.akt_cena{
	color:#48ae4d;
	font-weight:500;
}
.flex{
	display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content:space-between;;
}
.flex > div {

}
/* PROMOTED */
.img_oglosz_img {
	width: 35%;
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	left:0;
	top:0;

	height: 100%;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;

}
/* koniec prooted */



.wiecej_link, .wiecej_link:visited {
	margin-top:10px;
	position: relative;
	display: block;
	text-decoration: none;
	color:#16bb34 !important;

}
.badge1{
	background-image: url(img/ikona1.png) !important;

}
.badge1:hover{
	background-image: url(img/ikona1w.png) !important;
	background-color:#16bd34 !important;
	color:white;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.badge2{
	background-image: url(img/ikona2.png) !important;

}
.badge2:hover{
	background-image: url(img/ikona2w.png) !important;
	background-color:#16bd34 !important;
	color:white;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.badge3{
	background-image: url(img/ikona3.png) !important;

}
.badge3:hover{
	background-image: url(img/ikona3w.png) !important;
	background-color:#16bd34 !important;
	color:white;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.slick-dots {
	z-index: 100 !important;
	background: transparent !Important;
}
.slick-dotted.slick-slider {
	margin-bottom:0 !important;
}
.badge_title{
	font-weight:500;
	font-family: Roboto;
	font-size:1.5em;
	margin-bottom: 10px;
	white-space: nowrap;
}
.wiecej{
	height:15px;
	width:30px;
	background-image: url('img/wiecej.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;


}
.link_ze_strzalka, .link_ze_strzalka:visited{
		height:15px;
		width:auto;
		font-weight: 500;
		text-decoration: none;
		color:black;
		white-space: nowrap;
		padding-right: 23px;
		background-image: url('img/wiecej.png');
		background-size: auto 80%;
		background-repeat: no-repeat;
		background-position: bottom right;
		position: relative;
		display: inline-block;
		-moz-transition: all .5s e;
			-ms-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
}
.link_ze_strzalka2, .link_ze_strzalka2:visited{
		height:15px;
		width:auto;
		font-weight: 500;
		text-decoration: none;
		color:#48ae4d;
		white-space: nowrap;
		padding-right: 23px;
		background-image: url('img/wiecej.png');
		background-size: auto 80%;
		background-repeat: no-repeat;
		background-position: bottom right;
		position: relative;
		display: inline-block;
		-moz-transition: all .5s e;
			-ms-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
}
.link_ze_strzalka:hover{
	padding-right: 30px;
		background-size: auto 90%;
		text-decoration: underline;
		-moz-transition: all .5s e;
			-ms-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
}
.Slide {
	width:103% !important;
	margin-left:0%;

}

.logo_h1{
	height:46px;
}
.logo{
	width:150px;
	height:100px;
	margin:10px 15px 10px 15px !important;
	position: relative;
	background-position: center center;
	background-size: 100% auto;;
	background-repeat: no-repeat;

}
.grayscale{
	    filter: grayscale(1);
			opacity:0.6;
}

.Slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black !important;
}


.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}
.img_top{
	width:100%;
	min-height:700px;
	background-image:url(img/img1.jpg);
	background-size: cover;
	background-position: center center;
}
.green_belt{
	width:100%;
	min-height:250px;
	background:#16bd34;
	position: relative;
}
.green_belt-eleement {
	list-style: none;
	margin:0;
	padding:0;
	vertical-align: bottom;

}
.green_belt-eleement li{
	list-style: none;;
	display: inline-block;
	width:29.1%;
	padding:0;
	margin:-140px 0 0 0;
	position: relative;
		vertical-align: bottom;
	min-height:500px;
}
.green_belt-eleement li:nth-child(2){
	margin-left:4.9%;
	width:30%;
	margin-right:4.9%;

}
.green_belt_element-img{
	width:100%;
	position: relative;
	background-size:cover;
	background-position: center center;
	border-radius: 30px;
	border:3px solid #16bd34;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.green_belt_element-img::after{
	display: block;
	content: '';
	padding-bottom: 100%;
}
.green_belt_element:hover{
	filter: grayscale(8%) hue-rotate(222deg);
-webkit-filter: grayscale(8%) hue-rotate(222deg);
-moz-filter: grayscale(8%) hue-rotate(222deg);
}
.rozstep{
	position: relative;
	width:100%;
	height:5px;
	margin:0;
}
.green_belt_element-caption{
	color:white;
	width:100%;
	position: relative;
	text-align:center;
	font-size: 22px;
	line-height: 1.1em !important;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.green_belt_element-caption h3, .green_belt_element-caption p {
	margin:0 !important;
	padding:0 !important;
	line-height: 1.1em !important;
	display: block;
	color:white !important;
}
.green_belt-eleement li:hover .green_belt_element-img {

	 transform: scale(1.2);
	 -moz-transition: all .5s e;
		 -ms-transition: all .5s ease;
		 -webkit-transition: all .5s ease;
		 -o-transition: all .5s ease;
}
.green_belt-eleement li:hover .green_belt_element-caption{
	font-size:30px;
	-moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
b {
	font-weight: 700;
}
footer{
	margin-top: 70px;
}
.footer-link{
	text-decoration: none;
	color:#1d1d1d;
	float:right;
	margin-left:30px;
	padding:50px 0 30px 0;
	text-transform: uppercase;
	font-weight:400;
}
footer .phone-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
}
.phone-wrapper a:hover,
.foot-table a:hover,
.bottom-flex a:hover {
	color: #28BD3F !important;
	text-decoration: underline !important;
}
.gradient{
	position: relative;
	width:100%;
	min-height: 50vh;
	background: rgb(240,240,240);
	background: linear-gradient(180deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 40%);
}
.element-lista{
	width:100%;
	position: relative;
	float:left;
	background: rgb(255,172,11);
	padding:10px 20% 0px 30%;;
	background-color: linear-gradient(90deg, rgba(255,172,11,1) 22%, rgba(255,185,62,1) 100%);

	background-position: 95% 7px;
	background-repeat: no-repeat;
	background-size:auto 80%;
	color:white;
	text-transform: uppercase;
	min-height:70px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
	-webkit-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	-moz-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	margin-bottom:20px;
	font-size: 16px;
	line-height: 1.1em;

}
.o-nas-img{
	-webkit-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	-moz-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	position: relative;
	width:100%;
	background-size: 100% auto;
	background-position: center center;
	border-radius: 30px;

}
.o-nas-img::after{
	display: block;
	content: "";
	padding-bottom:50%;
}
p strong {
	color:#16bd34;
	font-weight:300;
}
.numer{
	position: absolute;
	width:70px;
	height:70px;
	background:white;
	border:5px solid #16bd34;
	border-radius:35px;
	top:0px;
	left: 0;
	z-index: 10;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color:#16bd34;

}
.dziesiec{
	width:100%;
	height:10px;
	position: relative;
}
.ramka_duza{
	width: 100%;
	position: relative;
	background: #16be34;
	border-radius:15px;
	-webkit-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	-moz-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	min-height:100px;
	padding:20px 30% 20px 20px;
	color:white;
	font-weight:500;

}
.tekst-mniejszy{
	font-size:16px;
}
.tablet{
	position: relative;
	float:left;
	width:50%;
	height: 350px;
	margin-top:50px;
	background-image:url(img/tablet.png);
	background-size:86% auto;
	background-position: top left;
	background-repeat: no-repeat;
	padding:0;

}
.tablet h2
{
	margin-top:0;
	padding-top:0;
}
.piecdziesiat{
	position: relative;
	float:left;
	width:45%;
	margin-left:5%;
	height: 650px;

	padding:0;
}
.piecdziesiat_new{
	position: relative;
	float:left;
	width:50% !important;
	margin-left:0%;
	min-height: 650px;

}
.piecdziesiat2{
	position: relative;
	float:left;
	width:45%;
	margin-left:5%;
	height: 520px;

	padding:0;
}
.piecdziesiat2 h3 ,.piecdziesiat_new h4, .szesciesiat h3 {
	font-size: 2.4em;
	line-height: 1em;
	margin-top:20px;
	padding-top:0;
	font-weight: 500;
}
.piecdziesiat_onas{
	position: relative;
	float:left;
	width:45%;
	margin-right:5%;


	padding:0;
}
.piecdziesiat_onas ul, .piecdziesiat_onas2 ul {
	margin-left:0;
	padding-left:15px;
}
.piecdziesiat_onas ul li::marker, .piecdziesiat_onas2 ul li::marker {
  color: #16bb34;
}
.piecdziesiat_onas2{
	position: relative;
	float:right;
	width:45%;
	margin-left:5%;
	padding:0;
}
.piecdziesiat_onas2 strong, .piecdziesiat_onas strong{
	font-weight: 500;
	color:black;
}
.piecdziesiat-kontakt{
	position: relative;
	float:left;
	width:50%;
	padding:20px 50px 0px 0;
}
.mb_space h2 {
	font-size: 1.4em;
}
.zgoda {
	width: 90%;
	margin-left:30px;
	position: relative;
	text-align: left;

}

.volvo input  {
	width:100%;
	margin-bottom:15px;

	border:1px solid black;
	border-radius: 4px;
	padding:5px 10px 5px 10px;
	background: transparent !important;
}
.volvo{

	width:100% !important;;
	padding:0 20% 0 20%;
	position: relative;
	background-image:url(img/volvo.jpg);
	background-position:center center;
	background-size:  90% auto;
	background-repeat: no-repeat;
	min-height:300px;

}
.volvo input[type='checkbox']{
	accent-color: #16bd34;
	width: auto;
 height: 14px;
 border-radius: 0;

}
.volvo2 input[type='checkbox']{
	accent-color: #16bd34;
	width: auto;
 height: 14px;
 border-radius: 0;

}
.volvo2 input[type='radio']{
	accent-color: #16bd34;
}
.volvo input[type='submit']{
	margin-top:30px;
	color:white;
	background: #48ae4d !important;;
	border:1px solid  #48ae4d ;
	color:white;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		text-align:center;
		font-weight: 600;
		cursor: pointer;
		padding:10px 50px 10px 50px;;
		width:auto;
		height:40px;
		border-radius: 20px !important;
		text-align: center;

}

.volvo input[type='submit']:hover{
	background:white !important;
	color:#ffab00;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.volvo textarea {
	width:100%;
	margin-bottom:15px;
	border:1px solid black;
	border-radius: 4px;
	padding:5px 10px 5px 10px;;
	background: transparent !Important;
}
/* formularz na stronie  */
.wpcf7-list-item {

	display: block;
	text-align: left;

}
.zgoda{

}
.volvo2 input[type='text'], .volvo2 input[type='email'], .volvo2 input[type='number'], .volvo2 input[type='tel']  {
	width:100%;
	margin-bottom:15px;

	border:1px solid black;
	border-radius: 4px;
	padding:5px 10px 5px 10px;
	background: white !important;
}
.volvo2{
	width:100% !important;;
	padding:0 25% 0 25%;
	position: relative;
	background-image:url(img/volvo.jpg);
	background-position:center center;
	background-size:  90% auto;
	background-repeat: no-repeat;
	min-height:300px;


}


.volvo2 input[type='submit']{
	margin-top:30px;
	color:white;
	background: #48ae4d !important;;
	border:1px solid  #48ae4d ;
	color:white;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		text-align:center;
		font-weight: 600;
		cursor: pointer;
		padding:10px 50px 10px 50px;;
		width:auto;
		height:40px;
		border-radius: 20px !important;
		text-align: center;
}


.volvo2 input[type='submit']:hover{
	background:white !important;
	color:#ffab00;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.volvo2 textarea {
	width:100%;
	margin-bottom:15px;
	border:1px solid black;
	border-radius: 4px;
	padding:5px 10px 5px 10px;;
	background: transparent !Important;
}

label a:link, label a:visited{
	color:black !important;
}
.piecdziesiat strong {
	color:black;
	font-weight:500;
}

.white{
	color:white;
}
.white strong {
	color:white;
	font-weight:500;
}
.column{
	width:45%;
	margin-left:5%;
	float:left;
}
.img3{
	width:33%;
	height:100%;
	position: absolute;
	top:0;
	right:0;
	background-image:url(img/img3.png);
	background-repeat: no-repeat;
	background-image: 100% 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;

}
.element-lista_zaslepka{
	position: absolute;
	left:40px;
	top:0;
	height:70px;
	background-color:#16bd34;
	background-image: url(img/gs.png);
	background-repeat: no-repeat;

	background-position: top right;
	background-size: auto 100%;
	width:60px;
}
.szesciesiat{
	position: relative;

	width: 80%;
	margin-left:10%;
}
.trzydziesci{
	position: relative;
	float:left;
	width:30%;
}
.piecdziesiat_piec{
	position: relative;
	float:left;
	width:55%;
	margin-top:30px;
}
.piecdziesiat_piec2{
	position: relative;
	float:left;
	width:45%;
}
.czterdziesci_piec{
	position: relative;
	margin-top:30px;
	float:left;
	width:40%;
	margin-left:5%;
	background-image:url(img/auta.png);
	background-size:cover;
	height:700px;
}
.img2 {
	background-image:url(img/sad.jpg);

}
.img3 {
	background-image:url(img/skierowal.jpg);

}

.bmw{
	width:100%;
	position: relative;
	background-image:url(img/bg_bme.jpg);
	background-position:bottom right;
	background-size:  auto 100%;
	background-repeat: no-repeat;
	min-height:700px;
	margin-bottom:-70px;
}
.bmw_2{
	width:100%;
	position: relative;
	background-image:url(img/bg_bme2.jpg);
	background-position:bottom right;
	background-size:  auto 100%;
	background-repeat: no-repeat;
	min-height:600px;
	margin-bottom:-70px;
}
.bmw_like{
	margin:50px 0 50px 0;
	width:100%;
	position: relative;
	background-image:url(img/auta2.jpg);
	background-position:top left;
	background-size:  50% auto;
	background-repeat: no-repeat;
	min-height:300px;

}
.p1_lewa{

	width:100%;
	position: relative;
	background-position:center left;
	background-size:  50% auto;
	background-repeat: no-repeat;
	min-height:350px;


}
.p1_prawa{

	width:100%;
	position: relative;
	background-position:center right;
	background-size:  50% auto;
	background-repeat: no-repeat;
min-height:350px;


}


.kontakt-table{
	width: 100%;
}
.kontakt-table td h3 {
	margin:0 0 10px 0; padding:0;
	font-size: 1.3em;
}
.kontakt-table td:nth-child(1) {
	width:25%;
	vertical-align:top;


}
.kontakt-table td:nth-child(2) {
	width:30%;;
	vertical-align:top;
	padding-left:30px;
}
.ogloszenie td:nth-child(3) {

	vertical-align:top;
}

.kontakt-table td a, .kontakt-table td a:visited{
	text-decoration: none;
	font-weight: 500;
	color:black;
}
.podswietl:hover{
	-webkit-box-shadow: inset 5px 0px 0px 0px rgba(22, 187, 52, 1);
-moz-box-shadow: inset 5px 0px 0px 0px rgba(22, 187, 52, 1);
box-shadow: inset 5px 0px 0px 0px rgba(22, 187, 52, 1);
moz-transition: all .5s e;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;

}
.kolor2:hover h4 {
	color:#ffab00 !important;
}
.kolor{
	margin-top:30px;
}
.kolor2:hover{
	-webkit-box-shadow: inset 5px 0px 0px 0px rgba(255, 171, 0, 1) !important;
-moz-box-shadow: inset 5px 0px 0px 0px rgba(255, 171, 0, 1)!important;
box-shadow: inset 5px 0px 0px 0px rgba(255, 171, 0, 1)!important;
moz-transition: all .5s e;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;

}
.lapka{
	position: fixed;
	top:55%;
	right:0;
	width:70px;
	height:70px;
	background-image:url(img/carrot_white.png);
	background-size: 70% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #16bb34;
	border-top-left-radius:30px; ;
	border-bottom-left-radius:30px;
	border-top-right-radius:5px; ;
	border-bottom-right-radius:5px;
	z-index: 9999;
}
.moje_konto{
	position: fixed;
	top:45%;
	right:0;
	width:70px;
	height:70px;
	background-image:url(img/user.png);
	background-size: 70% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #16bb34;
	border-top-left-radius:30px; ;
	border-bottom-left-radius:30px;
	border-top-right-radius:5px; ;
	border-bottom-right-radius:5px;
	z-index: 9999;
}
.licytacja {
	width:100%;
	min-height:200px;
	background-size: 30% auto;
	background-position: top left;
	padding:30px 30px 30px 40%;
	background-repeat: no-repeat;
	margin-bottom:50px;
}
.liclink, .liclink:visited, .licytacja a, .licytacja a:visited{
	text-decoration: none;
	color:black;
}
.mapka{
	width: 80%;
	position: relative;
	background-size: 86% auto;
	background-position: top center;
	background-repeat: no-repeat;
}
.mapka::after{
	display: block;
	content: "";
	padding-bottom:80%;
}
.maps_link  {
	font-size: 0.8em;
	text-transform: lowercase;
	font-weight: 300 !important;
	text-decoration: underline !important;

}
#mapka_l1{
	position: absolute;
	top:70%;
	height:50px;
	padding-top:30px;
	left:35%;
	width:25%;
	color:#16bb34;
	text-align: center;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
#mapka_l2{
	position: absolute;
	top:23%;

	height:50px;
	padding-top:30px;
	left:21%;
	width:25%;
	color:#16bb34;
	text-align: center;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
#mapka_l3{
	position: absolute;
	top:40%;

	height:50px;
	padding-top:30px;
	left:47%;
	width:15%;
	color:#16bb34;
	text-align: right;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.a20ea-ext-1-298 {
	background-color: #48ae4d !important;
}

#mapka_l4{
	position: absolute;
	top:40%;

	height:50px;
	padding-top:30px;
	left:63%;
	width:15%;
	color:#ffa600;
	text-align: left;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
#mapka_l1:hover, #mapka_l2:hover, #mapka_l3:hover, #mapka_l4:hover{
	font-size:1.2em;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
.dekor {
	width:100%;
	position: relative;
	height:10px;
	background: #48ae4d;
}
.dekor2 {
	width:100%;
	position: relative;
	height:10px;
	background: #ffab00;
}
.longer {
	width:100%;
}
.ramka_new{
	width:100%;
	padding:10px 55% 20px 30px;
	border-radius: 20px;
	position: relative;
	background-image:url(img/ramka_bg.jpg);
	background-position: bottom right;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-color: white;

	margin-top:60px;

}
.separator_m{
	margin-bottom: 50px !important;
}
.separator_h{
	margin-top: 50px !important;
}
.segment{
	width: 100%;
	position: relative;
	padding:20px 10px 20px 10px;
	border-top:1px solid #bcbec0;

}
.tytul_segment {
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-top:0;
	margin-top:0;
}
.opis_segment{
	width:calc(100% - 130px);
	margin-left: 30px;
	position: relative;
	float: left;

}
.cyfra {
	width:100px;
	height: 100px;
	border-radius:50px;
	background: #f2f2f2;
	color:#48ae4d;
	font-size:50px;
	font-weight: 700;
	text-align:center;
	line-height: 100px;
	float: left;
}
.opis_segment{

}
.tytul_segment{

}
h1{
	font-size:40px;
	margin-top:50px;
	font-weight: 400;
	line-height: 1em;
	color:#16bc34;

	margin-bottom:20;
	padding-bottom: 0;
}
h2, .dolacz_do_nas{
	font-size:35px;
	margin-top:20px;
	padding-top:0;
	font-weight: 500;
	line-height: 1em;
	color:black;
}
h3{
	font-weight:500;
	font-size: 19px;
	color:black;
}
.kontakt_table h3
video{
	position: relative;
	border-radius: 20px !important;
	margin-top:20px;
	width:100%;


}
video:after{
	display: block;
	content:"";
	padding-bottom:55%;


}
.green{
	position: relative;
	width:100%;
	padding:50px 0 50px 0;
	color:white !important;
	background:#16bc34;;
	margin-top:50px;
}
.green h2 {
	color:white;
}
.polowa, .polowa2{
	position: relative;
	float: left;
	width:48%;
	margin:50px 1% 50px 1%;
}
.polowa2{
	float: right;;
}
.polowa ul {
  list-style: none;
}

.polowa ul li::before {
  content: "\2022";
  color: #24c040;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.ramka-pomaranczowa{
	width: 90%;
	height:auto;
	padding:20px 30px 20px 30px;
	background: #ffad16;
	color:white;
	border-radius: 30px;
	margin-left:5%;
}
.ramka-pomaranczowa strong, .ramka-pomaranczowa b {
	color:white;font-weight:500;
}
.clearfix {
	clear: both;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	position: relative;
	max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;

}
#site-navigation {
	display: flex;
	justify-content: space-between;
	height: 91px;
}
.main-navigation ul {
	display: none;
	list-style: none;
	float:right;
	margin: 0;
	padding-left: 0;
}




.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul li {
	margin:0 !Important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right:30px;
	font-weight:700;
	margin-top:0px;
	font-size:12px;
	text-transform: uppercase;;
}

.main-navigation li ul li{
	position: relative;
	margin-right:30px;
	font-weight:700;
	margin-top:0px;
	font-size:12px;
	text-transform: uppercase;;
}
.main-navigation  ul li:nth-child(3)::after{
	content:'⌄';
	color:#494949;
	position: absolute;
	top:-5px;
	right:-10px;;
	font-size:14px;
}
.main-navigation  ul ul li:nth-child(3)::after{
	content:'';
	display: none;;
}

.main-navigation li ul  {

padding:0;
position: absolute;


display: block !important;


}
.main-navigation li ul li, .main-navigation ul ul li:last-child {
padding:15px 25px 15px 25px !important;
background: white;
margin-left:-10px;
font-size:12px;
white-space: nowrap;
text-align: left !important;

}
.main-navigation li ul li:hover{
	background: #48ae4d;

}
.main-navigation ul ul {
	-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);


}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	padding:0 !important;


}
.main-navigation li ul li:hover a{
	color:white !important;

}
/*.main-navigation li ul li:last-child{
	border-bottom:none;
}
.main-navigation li ul li:nth-child(2):after{
	content:'';
}*/
.main-navigation a {
	color:#494949;
	text-decoration: none;
}
.main-navigation a:hover{
		color:#48ae4d
}
.current-menu-item a, .current-menu-parent a{
	color:#48ae4d !important;
}

.main-navigation  ul li:nth-last-child(2){
	margin-left:15px;
}
.main-navigation  ul ul li:nth-last-child(2){
	margin-left:-10px;
}
.main-navigation  ul li:nth-last-child(2)::before{
	content:'';
	width:18px;
	height:18px;
	background-image:url(img/logowanie.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	color:#494949;
	position: absolute;
	top:0px;
	left:-20px;;
	font-size:14px;
}

.main-navigation  ul li:nth-last-child(1){
	border-radius:20px;
	background-image:url(img/REJESTRACJA.png);
	background-position: 15px 12px;
	background-repeat: no-repeat;
	margin-top:0px;
	background-color:#48ae4d;
	padding:10px 30px 10px 40px;

}
.main-navigation  ul ul li:nth-last-child(1){
	border-radius:0px;
	background-image:none;
	background-position: ;
	background-repeat: no-repeat;
	margin-top:0px;
	background-color:white;
	padding:10px;

}
.main-navigation  ul ul li:nth-last-child(1):hover{

	background: #48ae4d;


}
.main-navigation  ul ul li:nth-last-child(2)::before{
	content:'';
	background-image:none !important;

}
.main-navigation  ul li:last-child a {
color:white;

}
.main-navigation  ul ul li:last-child a {
	color:#494949;

}

/*.main-navigation  ul li:last-child{
	width:110px !important;
	line-height: 1.2em;
	padding-top:40px;
	text-align: center;
}
.main-navigation  ul ul li:last-child{
	width:auto !important;
	line-height: auto;
	padding-top:10px;;
}/*
.main-navigation li:hover{
	border-bottom:3px solid #19c14b;
}
.main-navigation li:hover a{
	color:#19c14b;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}

.main-navigation li ul li:hover{
	background:#19c14b;
	color:white !important;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
	border-bottom: none;
}
.main-navigation li ul li:hover a{
	color:white;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
}
ul li:hover .sub-menu li{
	text-decoration: none;;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.main-navigation li li a{
	color:black !important;

}
.mobile_only, .mb1sdlsd{
	display: none;
}

.img_oglosz h2 {
	font-size: 26px;
	padding-top:0;
	margin-top:0;


}
/*RESPONSIVE mobile  respon */

@media screen and (min-width:1171px) and (max-width:1315px){

	.bmw, .bmw_2{
		background-position:bottom right;
		background-size: 90% auto;
	}

.img_oglosz{
	position: relative;
	width:80%;

	height:220px;
	background-size: 40% auto;
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	background-color: #f8f8f8;
	margin-left:10%;
	margin-right:10px;

	padding: 17px 17px 17px 33%;

}
}
@media screen and (min-width:940px) and (max-width:1170px){
	.main-navigation ul li {
		margin-left: 10px;
		margin-right:10px;
		font-size: 10px;

	}
	.nasze_aukcje {
		padding: 8px 24px;
	}
    .logo-wrapper {
		gap: 10px;
	}
	.img_oglosz h2 {
		font-size: 16px;
		padding-top:0;
		margin-top:0;


	}
	.img_oglosz{
			background-size: 45% auto;
		padding: 17px 17px 17px 40%;
	}
	#logo{
		position: relative;
		float:left;
		margin-right:0px;
		margin-top: 5px;
		margin-bottom:10px;
		width:100px;
	}
	#container > div {
	  width: 30%;
		margin:10px;
	  height: 300px;
		font-size:19px;
		padding:120px 20px 20px 20px;
	  background-color:white;
		background-position: 95% 20px;
		background-size: 54% auto;
		background-repeat: no-repeat;
		border-radius:20px;
		-moz-transition: all .5s e;
			-ms-transition: all .5s ease;
			-webkit-transition: all .5s ease;
			-o-transition: all .5s ease;
			-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
		-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
		box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);


	}
	.bmw, .bmw_2{
		background-position:bottom right;
		background-size: 70% auto;
	}

}
/* 5e responsive */
@media screen and (min-width:160px) and (max-width:939px){
	#logo, .menu-distance, .kompensator-fixa, .logo-wrapper {
 	display: none;
 }
 #site-navigation {
	height: auto;
 }
 .desktop_only {
 		display: none !important;
 }
 .el33{
	 width:50%;
 }
 .img_oglosz_sekcja1{
 	position: relative;
 	width:100%;
 	float:left;

 }
 .img_oglosz_sekcja_mobile{
	 text-align: center;
	 font-size: 1.6em;
	 padding-bottom:15px;
 }
 .img_oglosz_sekcja2{
 	display: none;
 }

.mb2{
	padding:30px 0 30px 0 !important;
}
.form_wl h1 {
	margin-left:10px !important;
}
.img_oglosz h2{
	font-size: 15px;
	margin:0;
	padding:0;
}
.img_oglosz{
	margin-left:0;
	margin-right:10px;
	width: 100%;
	margin:0;
padding:210px 10px 10px 10px;

}
.img_oglosz_img {
	width:100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
	display: block;
	position: absolute;
	left:0;
	top:0;
}
.smallest22{
	font-size:13px;
	position: relative;

}
.oglosz3{
	width:50%;
	margin:0;
	padding:10px;
}
.mb1sdlsd{
	clear:both;
}

.kontakt-table td:nth-child(2) {

	padding-left:0px;
}

.volvo2 input[type='text'], .volvo2 input[type='email'], .volvo2 input[type='number'], .volvo2 input[type='tel']  {
	width:80% !Important;
	margin-bottom:15px;

	border:1px solid black;
	border-radius: 4px;
	padding:5px 10px 5px 10px;
	background: white !important;
}
.volvo, .volvo2{
	width:100 !important;
	padding:0 !important;
	position: relative;
	background-image:url(img/volvo.jpg);
	background-position:center center;
	background-size:  90% auto;
	background-repeat: no-repeat;
	min-height:300px;
	margin-left:0% !important;
}


.odwrotna{
	display: block;
}
.for_mobile_home{
	padding:32px 10% 20px 10%;
}
.mobile_only{
	display: block;
}
.lapka{
	top:25%;
}
 .oglosz{
 	position: relative;
 	border-radius: 20px;
 	height:400px !important;
 	background-color: #f8f8f8;
 	background-position: top center;
 	background-size: auto 200px;
 	background-repeat: no-repeat;
 	width:220px !important;
 	padding:200px 10px 10px 10px;
 	margin:0 10px 0 10px !important;;
 	overflow: hidden;
 }
 .flex{
 	display: block;;                  /* establish flex container */
   flex-direction:row;;            /* default value; can be omitted */
   flex-wrap: nowrap;
  align-content: flex-start;
 }
 .kontakt-table td {
 	width: 100% !important;
 	display: block !important;
 	position: relative;
	padding-left: 0 !important;
	margin-left:0 !important;

 }
 table td, table th {
	 padding: 0 !important;
 }
 .form_wl h3 {
	 text-align: center !important;
 }
.mapka {
	 display: none  !important;
 }
 .form_wl{
	 width: 85%;
 	position: relative;
 	margin-left:0%;
 	text-align: left;
 }
 .form_wl h1{
	 text-align: left !Important;

 }
 .mapka_mobile{
 	width: 100%;
 	position: relative;
 	background-size: 86% auto;
 	background-position: top center;
 	background-repeat: no-repeat;
 }
 .mapka_mobile::after{
 	display: block;
 	content: "";
 	padding-bottom:100%;
 }
 .maps_link  {
 	font-size: 0.8em;
 	text-transform: lowercase;
 	font-weight: 300 !important;
 	text-decoration: underline !important;

 }
 #mapka_l1{
 	position: absolute;
 	top:53%;
 	height:50px;
 	padding-top:30px;
 	left:35%;
 	width:25%;
 	color:#16bb34;
 	text-align: center;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
 }
 #mapka_l2{
 	position: absolute;
 	top:15%;

 	height:50px;
 	padding-top:30px;
 	left:22%;
 	width:25%;
 	color:#16bb34;
 	text-align: center;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
 }
 #mapka_l3{
 	position: absolute;
 	top:26%;

 	height:50px;
 	padding-top:30px;
 	left:44%;
 	width:15%;
 	color:#16bb34;
 	text-align: right;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
 }
 #mapka_l4{
 	position: absolute;
 	top:28%;

 	height:50px;
 	padding-top:30px;
 	left:63%;
 	width:15%;
 	color:#ffa600;
 	text-align: left;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
 }
 #mapka_l1:hover, #mapka_l2:hover, #mapka_l3:hover, #mapka_l4:hover{
 	font-size:1.2em;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
 }
 .flex > div {
	 float:left;
	 text-align: left;
	 width: 90%;
	margin-left:5%;
 }
 
 .foot-table , .foot-linki_sm{
	 width: 94%;
	 margin-left:3%;

 }
 .site-footer > .site-main{
	 	width: 100%;
 }
 .foot-table td, .foot-table th {

	 text-align: left;
	 padding:0;
 }
 .site-main h1 {
	 margin-top:-30px;
 }
 .slicknav_menu{
	 -webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
	-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
	box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
 }
 .piecdziesiat_onas2 {
	 margin-top: 80px;
}
 .slide-carrot{
 	margin-top:0px;
 	position: relative;
 	width:100%;
 	height:87vh!important;
 	background-size:auto 100%;
 	background-repeat: no-repeat;
 	background-position: center center;

 }
 .gradienty{
 	position: absolute;
 	top:0;
 	left:0;
 	width:100%;
 	height: 100%;
 	background: rgb(0,0,0);
 background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%);

 }
 .slicknav_nav a{
	 font-weight:500 !important;
 }
  .menu li{
		 width:95%;
		 margin-bottom:15px;
	}
 .menu li:nth-last-child(2){
	 background-color: #16bb34;
	 border-radius: 10px;
	 color:white;
 }
 .menu li li:nth-last-child(2){
	background-color: transparent !important;


 }
 .sub-menu li:nth-last-child(1){
	 background-color: transparent;
	 border-radius: 10px;
	 color:white;
}
  .menu li:nth-last-child(1) a,  .menu li:nth-last-child(1) a:visited{
		color:white;
	}
	.sub-menu li:nth-last-child(1) a,  .sub-menu li:nth-last-child(1) a:visited{
		color:black;
	}
	.menu li:nth-child(3) {
		background-color: #f3f4f4;
 	 border-radius: 10px;

	}
 .left_sp{
 	position: relative;
 	width:90%;
 	max-width:90%;
 	font-size:19px;
 	margin:25vh 5% 0 5%;
 	color:white;
 }
 .site-header{
	 display: none;
 }
 .slicknav_menu .slicknav_no-text{
	 margin-top:7px !important;
	 margin-right:10px;
 }
 
 .slicknav_brand {
	 max-width:150px;
	 margin-top:10px;

 }
 .slicknav_menu .slicknav_icon-bar{
	 width: 2em;
	 display: block;
	margin-bottom:6px;
	padding-bottom:2px;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
 }
 .slicknav_open .slicknav_icon-bar:nth-child(2) {
	 display: none !important;

 }
 .slicknav_open .slicknav_icon-bar:nth-child(1) {
	transform: rotate(45deg);
	position: absolute;
	top:23px;
	right:0px;
	color:red !important;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
 }
 .slicknav_open .slicknav_icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	position: absolute;
	top:20px;
	right:0px;
	moz-transition: all .5s e;
		-ms-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;

 }
 .ramka_new{
 	width:100%;
 	padding: 77% 20px 20px 20px;
 	border-radius: 20px;
 	position: relative;
 	background-image:url(img/ramka_bg.jpg);
 	background-position: top center;
 	background-size: auto 55%;
 	background-repeat: no-repeat;
 	background-color: white;
 	font-weight: 500;
 }
.img2 {
	height: 300px;
	background-position: center center;
}
 .tablet{
 	position: relative;
 	float:none;
	display: block;
 	width:100%;
 	height: auto;
	min-height:300px;
 	margin-top:20px;
 	background-image:url(img/tablet.png);
 	background-size:86% auto;
 	background-position: top left;
 	background-repeat: no-repeat;
 	padding:0;

 }
 #container{
	 display: block;
 }
 #container > div {
   width:calc(100% - 20px);
 	margin:10px;
   height: 300px;
 	padding:120px 20px 20px 20px;
   background-color:white;
 	background-position: 95% 20px;
 	background-size: 54% auto;
 	background-repeat: no-repeat;
 	border-radius:20px;
 	-moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
 		-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
 	-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
 	box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);

 }
 .ramka-pomaranczowa{
	 width:100%;
	 margin:30px 0 0px 0;;
 }
.green_belt-eleement li, .green_belt-eleement li:nth-child(2), .czterdzesci, .szesciesiat, .polowa, .polowa2, .column, .piecdziesiat, .piecdziesiat-kontakt, .piecdziesiat_piec, .czterdziesci_piec{
	width:100% !important;
	margin:0;
}
.czterdziesci_piec{

	height:300px;
}
.piecdziesiat2, .piecdziesiat_new {
	width: 90% !important;
	margin-left:5%;
	height:auto;
	min-height: auto;
	padding-top: 30px;
}
.piecdziesiat_onas, .piecdziesiat_onas2  {
	width: 100% !important;
	margin-left:0%;
	padding: 0 !important;
	margin-top:10px;
	height:auto;
	min-height: auto;
}

.szesciesiat{
	margin-top:70px;
}
.mb3{
	margin-top:30px !important;
}
.chcesz_kupic{
	margin-top: -50px !important;
}
.p1_prawa{

}
.column{
	padding:20px;
}
.green_belt-eleement li:nth-child(1){
	margin-top:30px;
}
.wpcf7-form-control-wrap{

	margin-left:10%;
}
textarea {
width: 50%;
}
h1 {

	font-size: 35px;
}
.site-main h1:first-of-type{
	margin-top:5px;
}
.bmw{
	width:100%;
	position: relative;
	background-image:url(img/bg_bme.jpg);
	background-position:bottom right;
		background-size:  100% auto;
	background-repeat: no-repeat;
	min-height:300px;
	margin-bottom:-70px;
	padding-bottom:200px;
}
.bmw_2{
	width:100%;
	position: relative;
	background-image:url(img/bg_bme2.jpg);
	background-position:bottom right;
		background-size:  100% auto;
	background-repeat: no-repeat;
	min-height:300px;
	margin-bottom:-70px;
	padding-bottom:200px;
}
.bmw_like{
	margin:50px 0 50px 0;
	width:100%;
	position: relative;
	background-image:url(img/auta2.jpg);
	background-position:top left;
	background-size:  100% auto;
	background-repeat: no-repeat;
		min-height:100px;
		padding-top:200px;

}
.piecdziesiat {
	height:auto;
	padding:20px 0 20px 0;;
}
.p1_lewa{

	width:100%;
	position: relative;
	background-position:center left;
	background-image:none !important;
	background-repeat: no-repeat;

	height: auto;


}
.p1_prawa{

	width:100%;
	position: relative;
	background-position:center right;
	background-image:none !important;
	background-repeat: no-repeat;

	height: auto;


}

.ramka_duza{
	width: 100%;
	position: relative;
	background: #16be34;
	border-radius:15px;
	-webkit-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	-moz-box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	box-shadow: 11px 5px 24px -18px rgba(116, 116, 119, 1);
	min-height:100px;
	padding:20px 20px 30% 20px;
	color:white;
	font-weight:500;

}
.img3{
	width:100%;
	height:100px;
	position: absolute;
	top:auto;
	bottom:0;
	left:0;
	background-image:url(img/img35e.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom center;


}
.footer-link{
	text-decoration: none;
	color:#1d1d1d;
	float:left;;
	margin-left:20px;
	padding:10px 0 0 0 ;
	font-size:10px;
	text-transform: uppercase;
	font-weight:400;
}
.mb_space{
	position: relative;
	max-width:96%;
	margin:auto;
}

}
/* malutki */
@media screen and (min-width:110px) and (max-width:380px){

	.mb4{

		margin-top:100px !important;
	}
	.ramka_new{
  	width:100%;
  	padding: 77% 20px 20px 20px;
  	border-radius: 20px;
  	position: relative;
  	background-image:url(img/ramka_bg.jpg);
  	background-position: top center;
  	background-size: auto 45%;
  	background-repeat: no-repeat;
  	background-color: white;
  	font-weight: 500;
  }
	#container > div {
    width:calc(100% - 5px);
  	margin:5px;
    height: 300px;
  	padding:120px 20px 20px 20px;
    background-color:white;
  	background-position: 95% 20px;
  	background-size: 54% auto;
  	background-repeat: no-repeat;
  	border-radius:20px;
  	-moz-transition: all .5s e;
  		-ms-transition: all .5s ease;
  		-webkit-transition: all .5s ease;
  		-o-transition: all .5s ease;
  		-webkit-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
  	-moz-box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);
  	box-shadow: 0px 7px 7px -5px rgba(66, 68, 90, 0.4);

  }
	.lapka{
		position: fixed;

		width:50px;
		height:50px;
		background-image:url(img/carrot_white.png);
		background-size: 70% auto;
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #16bb34;
		border-top-left-radius:30px; ;
		border-bottom-left-radius:30px;
		border-top-right-radius:5px; ;
		border-bottom-right-radius:5px;
		z-index: 9999;
	}
	.badge_title{
		font-weight:500;
		font-family: Roboto;
		font-size:1.3em;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.left_sp h1,.left_sp h2,.left_sp h3{
		font-size: 30px;
		margin:40px 0 25px 0;
		font-weight:500;
		font-family: Roboto;
	}
	.slide-carrot{
	 margin-top:0px;
	 position: relative;
	 width:100%;
	 height:85vh!important;
	 background-size:auto 100%;
	 background-repeat: no-repeat;
	 background-position: center center;

	}

}
@media only screen and (max-height: 575.98px) and (orientation: landscape) {

										 .slide-carrot{
											min-height: 550px !important;
										 	background-size:100% auto;
										 	background-repeat: no-repeat;
										 	background-position: center center;
											background-color: black;
										 }
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		align-items: center;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.wydarzeniaom-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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*Update by MS Carrot*/
 .container_ms {
            width: 300px; /* Adjust width as needed */
            padding: 10px;
            border: 1px solid #ccc;
        }

.textbox_adm {
            width: 100%;
            height: 100px; /* Height for 5 lines of text */
            padding: 5px;
            border: 1px solid #ccc;
            resize: none; /* Prevents the user from resizing the text area */
            overflow-y: scroll; /* Adds a vertical scrollbar */
            box-sizing: border-box; /* Ensures padding is included in the width and height */
        }


@media screen and (max-width: 1024px) {
	.main-footer-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
	.footer-links-wrapper {
		width: 100%;
	}
	.auction-card {
		width: 100%;
        max-width: 100%;
        gap: 30px;
        padding: 0;
        border: none;
		border-radius: 0;
		flex-direction: column;
		align-items: center;
	}
	.auction-card__content {
		width: 100%;
	}
	.auction-card__art {
		width: 100%;
	}
	.foot-table, .foot-linki_sm {
        width: 100% !important;
        margin-left: 0 !important;
    }
	.bottom-flex div {
		text-align: center;
	}
	.bottom-flex div a{
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.site-footer-flex  {
		flex-direction: column;
		gap: 30px;
	}
}
/* Menu FIX - must be at the end of the file */
#menu-item-142 {
	margin-right: 0px !important;
 }
