@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Source+Sans+Pro:wght@300;600&display=swap');

:root {
  --main-color: #303f52;
}

*
{
  z-index:10;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	overflow:hidden;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
}

a {text-decoration: none;}

a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/*----------------------------------------*/

body
{
  background-color: #dadada;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 130%;
  color: #454545;
}

a
{
  color: #6595ca;
  text-decoration:none;
}

a:hover
{
  color: var(--main-color);
}

h1.glowna01, div.glowna01, a.glowna01
{
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
  display: inline-block;
  padding-top: 20px;
  font-weight:300;
  float: left;
  margin: 8px 0 10px 24px;
  width: 220px;
  
}

h1.glowna01 span, div.glowna01 span, a.glowna01 span
{
  font-weight:600;
}

ins.adsbygoogle
{
  background: transparent;
}

.clear
{
  clear:both;
}

header
{
  background-image: url(/common/img/bkg033.jpg);
  
  background-origin: border-box ;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #dadada;
  background-position: center top;
  min-height: 84px;
}

@media screen and (min-width: 1600px)
{
  header
  {
    background-size: 100% auto;
  }
}

header hgroup
{
  display: inline-block;
  width: 290px;
  margin: 18px 0 0 24px;
}

.srodek01
{
  margin: 0 auto;
   width: 1038px;
}

nav
{
  float: right;
  display: inline-block;
  margin-top: 14px;
}

nav ul li
{
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", arial, serif;
  font-size: 15px;
  margin-left: 4px;
  vertical-align: bottom;
}

nav ul li a, nav ul li span
{
  text-align: center;
  width: 86px;
  padding: 12px 14px;
  display: block;
  text-decoration: none;
}

nav.stellarnav ul li a, nav.stellarnav ul li span
{
  width: 125px;
}

nav.stellarnav ul ul li a, nav.stellarnav ul ul li span
{
  width: 220px;
}

@media screen and (max-width: 960px)
{

nav.stellarnav ul ul li a, nav.stellarnav ul ul li span, nav.stellarnav ul li a, nav.stellarnav ul li span
{
  width: 100%;
}

}

nav ul li.nav_search a, nav ul li.nav_search span
{
  width: 54px;
  padding: 12px;
  height: 31px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

nav ul li.nav_search_off a, nav ul li.nav_search_off span
{
  background-image: url(/common/img/ico_szuk01.png);
}

nav ul li.nav_off a, nav ul li.nav_off span
{
  color: #313134;
  background-color: #fff;
}



nav ul li.nav_on a, nav ul li.nav_on span
{
  color: #fff;
  background-color: var(--main-color);
}

nav ul li.nav_search_on a, nav ul li.nav_search_on span
{
  background-image: url(/common/img/ico_szuk03.png);
}

nav ul li.nav_zew a 
{
  color: #6595ca;
  background-color: #fff;
}

nav ul li a:hover, nav ul li span:hover
{
  color: #6595ca;
  background-color: #efefef;
}

nav ul li.nav_search a:hover, nav ul li.nav_search span:hover
{
  background-image: url(/common/img/ico_szuk02.png);
}

.page
{
  margin: 0 auto;
  width: 1038px;
  display: block;
}

.main
{
  width: 728px;
  margin: 0 4px 10px 0;
  display: inline-block;
}

.secondary
{
  width: 100%;
  display: inline-block;
  vertical-align:top;
  margin-top: 16px;
}


section.head01 h1
{
  font-size: 1.6em;
  font-family: "Roboto Condensed", arial, serif;
  line-height: 1.2em;
  margin-bottom: 12px;
}

section.head01 + .nieb02
{
  display: none;
}

.car_menu01
{
  display:none;
}

.art_menu01
{
  text-align: center;
  
}

section.head01 .car_menu01 a+a:before, section.head01 .art_menu01 span+span:before{
    content:" / ";
    padding: 0 6px;
}

section.head01 .index01
{
  display:none;
}



.przez01
{
  display: block;
  padding: 24px;
  color: #fff;
  background: rgba(48,63,82,0.80);
  font-size: 12px;
  color: #d8dbdf;
  line-height: 150%;
}

.przez01 h2
{
  font-size: 16px;
  color: #8fb2db;
  margin: 0 0 10px 0;
}

.search_index, #wrapper
{
  background: var(--main-color);
  padding: 24px;
  display: block;
  margin: 0 0 10px 0;
}

h2.index01, h1.index01, div.index01, a.rek16 span
{
  font-size: 18px;
  font-family: "Roboto Condensed", arial, serif;
  color: #fff;
  padding: 30px 0 8px 24px;
  background: var(--main-color) url(/common/img/dot01.png) no-repeat 0 42px;
  text-transform: uppercase;
}

h2.index02
{
  font-size: 18px;
  font-family: "Roboto Condensed", arial, serif;
  color: #fff;
  padding: 30px 0 8px 24px;
  background: #383f47 url(/common/img/dot01.png) no-repeat 0 42px;
  text-transform: uppercase;
}

h2.index03, .tekstyst01 h3, .tekstyst01 h2
{
  font-size: 18px;
  font-family: "Roboto Condensed", arial, serif;
  color: var(--main-color);
  padding: 30px 0 8px 24px;
  background: #f0f0f0 url(/common/img/dot01.png) no-repeat 0 42px;
  text-transform: uppercase;
}

h3.index04
{
  font-size: 14px;
  font-family: "Roboto Condensed", arial, serif;
  color: #bfbfbf;
  padding: 5px 0 8px 0px;
  text-transform: uppercase;
}

h2.index05
{
  font-size: 16px;
  font-family: "Roboto Condensed", arial, serif;
  color: #fff;
  padding: 15px 0 8px 24px;
  background: var(--main-color);
  text-transform: uppercase;
}

.opis_index01
{
  font-size: 13px;
  color: #dfdfdf;
  padding: 0 24px 0 24px;
  background: var(--main-color);
}

.wyr01
{
  background: #383f47 !important;
}

.tresc01
{
  background: #f0f0f0;
  padding: 20px;
  margin: 0 0 10px 0;
  vertical-align: top;
}

.tresc02
{
  background: #f0f0f0;
  padding: 20px 10px;
  margin: 0 0 0 0;
  vertical-align: top;
  font-size: 1.3em;
  line-height: 1.5em;
  text-align: justify;
  font-size: 1.3em;
  line-height: 1.5em;
}

.tresc02 ul
{
    background-color: #f6f6f6;
    margin: 4px 10px;
    padding: 0 10px;
}

.tresc02 h2
{
  margin-bottom: 5px;
  font-family: "Roboto Condensed", arial, serif;
  font-size: 1.6em;
}

.tresc02 h3
{
  font-family: "Roboto Condensed", arial, serif;
  font-size: 1.6em;
}

.tresc03
{
  background: #fff;
  padding: 20px;
  margin: 0 0 0 0;
  vertical-align: top;
  line-height: 1.4em;
}

a.poradyirynek01
{
  display: inline-block;
  float: left;
  height: 200px;
  margin: 0 10px 0 0;
  vertical-align: bottom;
  width: 339px;
  background-size: cover;
  position: relative;
}

a.poradyirynek01 span
{
  color: white;
  display: block;
  padding: 3%;
  width: 94%;
  font-size: 12px;
  line-height: 140%;
  position: absolute;
  bottom: 0px;
}

a.poradyirynek01 span strong
{
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "Roboto Condensed",arial,serif;
  text-shadow: 1px 1px 2px rgba(30, 30, 30, 1);
  line-height: 115%;
}

a.poradyirynek02 
{
  color: #454545;
  display: inline-block;
  /*height: 75px;*/
  margin-bottom: 10px;
  padding: 10px 3%;
  width: 94%;
  vertical-align: top;
  font-size: 12px;
  background: #fff;
}

a.poradyirynek02 strong, .poradyirynek03 h3
{
  font-family: "Roboto Condensed", arial, serif;
  font-weight: 300;
  font-size: 1.2em;
}

a.poradyirynek02 strong, .poradyirynek03 a strong
{
  color:#01488a;
}

.poradyirynek03
{
  color: #454545;
  display: inline-block;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 10px 0 0;
  width: 324px;
  vertical-align: top;
  font-size: 12px;
  background: #fff;
}

.tresc01 a#index_pr5
{
  margin: 0 10px 0 0;
}

.tresc01 a#index_pr6
{
  margin: 0 0 0 0;
}

.galeria02
{
  width: 339px;
  display: inline-block;
  background: #2d3239;
  vertical-align: top;
  height: 316px;
}

.galeria02 img
{
  width: 100%;
}

#index_gal1
{
  margin-right: 10px;
}

.galeria02 h3
{
  padding: 12px;
  font-size: 20px;
  font-family: "Roboto Condensed", arial, serif;
  font-weight: 300;
}

.galeria02 h3 a
{
   color: #6595ca;
}

.galeria02 a.czarny01
{
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 0 12px 12px 12px;
  line-height: 130%;
}

#index_kom1,#index_kom3
{
  margin-right: 10px;
}

#index_kom1,#index_kom3,#index_kom2,#index_kom4
{
  padding-left: 160px;
  width: 140px;
  line-height: 130%;
}

aside
{
  padding: 15px;
  background: #fff;
  vertical-align: top;
  margin-bottom: 10px;
}

aside img
{
  max-width: 312px;
}

#naskroty h2, #aside_aaa h2, #r_szukane01 h2, #reklama_300_dol h2, .naskroty01 h2
{
  
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: "Roboto Condensed", arial, serif;
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: normal;
}

#aside_aaa h3
{
  color: #6595ca;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 16px;
  margin: 4px 0;
}

#aside_aaa a
{
  color: #777;
}

#aside_aaa .aaa_cena01
{
  padding: 4px 8px;
  border: 1px solid #6595ca;
  color: #fff;
  background: #6595ca;
  font-size: 16px;
  display: block;
  margin: 8px auto 2px auto;
  font-family: "Roboto Condensed", arial, serif;
  text-align: center;
}

#aside_aaa .aaa_cena01:hover
{
  background: #fff;
  color: #6595ca;
}

#naskroty img, .naskroty01 img
{
  margin-bottom: 10px;
}

.butt_ns01
{
  display: block;
  margin: 12px auto;
  padding: 8px 10px;
  color: #fff;
  background: #6595ca;
  border: #6595ca 1px solid;
  font-weight: bold;
  width: 210px;
  text-transform: uppercase;
  text-align: center;
}

.butt_ns01:hover
{
 
  background: #fff;
  color: #6595ca;
}

aside#social
{
  background: transparent;
  vertical-align:top;
  margin-bottom: 0;
}

.soc_face01
{
  background: url("/common/img/ico_fb.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 54px;
  margin: 0 15px 0 0;
  width: 75px;
  vertical-align:top;
}

.soc_face01 span
{
background: none repeat scroll 0 0 red;
border-radius: 3px 3px 3px 3px;
color: white;
display: inline-block;
font-size: 10px;
margin: 34px 0 0 38px;
padding: 2px 5px;
}

.soc_goog01
{
  background: url("/common/img/ico_gp.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 54px;
  margin: 0 15px 0 0;
  width: 75px;
  vertical-align:top;
}

.soc_goog01 span
{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DFDFDF;
border-radius: 3px 3px 3px 3px;
color: red;
display: inline-block;
font-size: 10px;
margin: 34px 0 0 38px;
padding: 2px 5px;
}

.soc_rss01
{
  background: url("/common/img/ico_rss.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  height: 54px;
  margin: 0 0 0 0;
  width: 75px;
}

h2.right01
{
  font-size: 18px;
  font-family: "Roboto Condensed", arial, serif;
  color: #fff;
  padding: 30px 0 8px 14px;
  background: var(--main-color) url(/common/img/dot02.png) no-repeat 0 42px;
  text-transform: uppercase;
}


img.czesci12 {
    margin: 8px 35px;
    width: 200px;
}

.secondary .clear
{
  margin-bottom: 10px;
}

#r_szukane01 h3
{
  text-transform: uppercase;
  font-size: 14px;
  color: #6595ca;
  margin: 10px 0 5px 0;
}

#r_szukane01 h3#r_szuk_1
{
  margin: 0 0 5px 0;
}

.r_link01
{
  display: inline-block;
  font-size: 12px;
  height: 90px;
  margin: 8px 0 2px;
  padding: 3px 0 0 158px;
  text-decoration: none;
  width: 126px;
}

footer
{
  background: #2d3239;
  padding: 15px 0 30px 0;
}

footer .footer01
{
  width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #f2f2f2;
}

footer .footer01 a
{
  color: #a6d1ff;
} 

.paski a.kont01
{
  background: #fff;
  display: inline-block;
  width: 24px;
	height: 14px;
	padding: 3px 0 7px;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 20px;
	font-weight: bold;
	color: var(--main-color);
	cursor: pointer;
	margin: 0 5px;
}

.paski a.kont01:hover
{
  color:#6695c9;
}

.slider {
  background: url("/common/img/bkg05.png") no-repeat scroll 0 0;
  clear: right;
  cursor: pointer;
  float: left;
  height: 5px;
  margin-top: 10px;
  position: relative;
  width: 99px;
}

.range {
display: none;
}

.progress{
background-color: #6695c9;
display: none;
height: 5px;
margin:  0;
opacity: 0.7;
width: 99px;
}

.handle { 
	background:#6695c9 ; 
	height:1px;
	width:1px;
	top:0px;
	position:absolute; 
	display:block; 
	margin-top:1px;
	cursor:move;
}

.nieb01
{
  display: block;
  background-color: #263242;
  min-height: 185px;
  padding: 15px 10px 0px 320px;
}

.nieb01:hover
{
  color: #6595ca;
}

.nieb01 h2
{
  font-size: 14px;
}

.nieb01 a:hover
{
  color:#fff;
}

.nieb01 .dis03
{
  font-size: 10px;
  color: #fff;
  margin: 4px 0 12px 0;
}

.nieb01 .tekst01
{
  color: #fff;
  line-height: 150%;
}

.nieb05
{
  display: block;
  background-color: #263242;
  min-height: 100px;
  padding: 0;
}

.nieb05 img.pho01
{
  margin: 0 10px 0 0;
  display: inline-block;
  float: left;
}

.nieb05:hover
{
  color: #6595ca;
}

.nieb05 h2
{
  font-size: 14px;
  clear: right;
  font-weight: normal;
  padding: 8px 0 5px 0;
}

.nieb05 h2 a
{
  color: #6595CA;
}

.nieb05 a
{
  color:#fff;
}

.nieb05 a:hover
{
  color: #dfdfdf;
}


.child05
{
  background-color: #fff;
  min-height: 100px;
  padding: 0;
  clear: both;
  margin: 0 0 12px 0;
  overflow: hidden;
  display: block;
}

.child05 img.pho01
{
  margin: 0 10px 0 0;
  display: inline-block;
  float: left;
}

.child05:hover
{
  color: #6595ca;
}

.child05 h2
{
  font-size: 14px;
  clear: right;
  font-weight: normal;
  padding: 8px 0 5px 0;
}

.child05 h2 a
{
  color: #6595CA;
}

.child05 a
{
  color:#01488A;
}

.child05 a:hover
{
  color: #dfdfdf;
}

.child02
{
  height: 97px;
  background: #fff;
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
  display: block;
  padding-right: 10px;
}

.tresc01 .wyniki_zobacz
{
  margin-top: -10px;
}

.child02 a
{
  color: #01488a;
}

.child02 .tekst01
{
  color: #757575;
  margin: 0 10px 0 0;
}

.child02 img
{
  float: left;
  margin: 0 10px 0 0;
  width: 150px;
}

.child02 h2, .child02 h3
{
  margin: 8px 10px 0 0;
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto Condensed",arial,serif;
  font-weight: 300;
  
}

.child02 .dis03
{
  margin: 2px 0 4px 0;
  font-size: 10px;
}

.strony01
{
  margin: 40px 0 10px;
  text-align: center;
  font-size: 14px;
}


.strony01 span.nonact01 {
    background: none repeat scroll 0 0 var(--main-color);
    color: white;
    padding: 6px 12px;
}


.strony01 a.act01 {
    background: #fff;
    padding: 6px 12px;
}

.nieb02
{
  display: block;
  background-color: var(--main-color);
  padding: 10px 20px;
  color: #fff;
}

.nieb02 h1
{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}


.nieb02 .dis04
{
  color: #fff;
  margin: 6px 0 16px 0;
}

.nieb02 a
{
  color: #6595ca;
}

.nieb02 a:hover
{
  color: #fff;
}

.nieb03
{
  display: block;
  background-color: #263242;
  padding: 10px 20px;
  color: #fff;
}

.male02
{
  color: #dfdfdf;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.mainphoto01
{
  width:100%;
  display: block;
}

.tags01
{
  background: #fff;
  padding:  8px;
  font-size: 1.2em;
  line-height: 1.4em;
  font-family: "Roboto Condensed", arial, serif;
}

.tags01 strong+strong:before
{
  content: " / ";
}

.tags01 strong
{
  font-weight: 300;
  padding: 4px;
}

.tags01 span
{
  text-transform: uppercase;
  font-size: 10px;
}

.ob_left
{
  float: left;
  margin: 2px 8px 8px 0px;
}

.ob_right
{
  float: right;
  margin: 2px 0px 8px 8px;
}

.art_img_inner01 img {
  margin: 0;
  width: 100%;
}

.art_img_inner01 {
  background-color: #fff;
  border: none;
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  text-align: center;
  width: 100%;
}

.art_img_inner01 div
{
  padding: 6px 5px 8px;
}

.wyr02 {
  background: #fff repeat scroll 0 0;
  border: none;
  padding: 8px 10px;
}

.poleca01 {
  color: #AFAFAF;
  font-size: 9px;
  text-transform: uppercase;
}

.wyr02 a
{
  font-weight: bold;
}

.mi_czesci21 {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 5px 2px;
  text-align: center;
  text-transform: uppercase;
  width: 152px;
  display: inline-block;
}

.galeria01
{
  width: 165px;
  margin: 3px 3px;
}
.komentarz01
{
  background: #fff;
  margin: 0 0 10px 0;
  clear: both;
  display: block;
  padding: 5px;
}

.kom_foot01
{
  display: inline-block;
  width: 120px;
  vertical-align: top;
}

.kom_text01
{
  display: inline-block;
  width: 485px;
  vertical-align: top;
  padding: 0 0 0 10px;
  border-left: 1px solid #dfdfdf;
}

.notfound01
{
  margin: 10px 0
}

.car_menu01, .art_menu01
{
  margin: 8px 0;
}

.rekord_a_z_bokiem {
  width: 444px !important;
}

.rekord_a {
  clear: left;
  display: inline-block;
  padding: 6px 1%;
  vertical-align: middle;
  width: 98%;
  line-height: 1.2em;
}

.wartosc {
  display:inline-block;
  font-weight: bold;
  vertical-align: middle;
  font-size: 0.9em;
}

.nazwa_z_bokiem {
  width: 120px  !important;
}

.nazwa {
  display:inline-block;
  text-align: right;
  vertical-align: middle;
  width: 35%;
  font-size: 0.8em;
  margin: 0 8px 0 0;
}

.nazwa_ext01
{
  vertical-align: top !important;
}

.help01 {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  margin-left: 12px;
}

.wartosc img {
  margin: 1px 5px 0;
  padding: 5px 0;
}

.lewy03 {
  text-align: right;
  width: 95px;
}

.opis03 {
  color: #AFAFAF;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  line-height: 21px;
  padding: 1px 0 0;
  vertical-align: top;
}

.opis03_ext
{
  line-height: 16px !important;
}

.panel_bok {
  float: right;
  margin: 0 0 10px 10px;
  width: 170px;
}

.rating_form {
  background: none repeat scroll 0 0 #fff;
  padding: 10px;
  text-align: left;
}

.rating_star, .rating_end
{
  font-size: 24px;
  text-shadow: 1px 1px 1px #6595ca;
  margin: 0 25px 6px 0;
  clear: both;
  height: 16px;
}

.rating_end
{
  text-align: center;
  color: #6595ca;
  margin: 0 0 6px 0;
  clear: both;
  
}

.rating_star > a
{
  color: #c9d7e7;
  text-decoration: none;
  float:right;
  cursor: pointer;
}

.rating_star > a:hover, .rating_star > a:hover ~ a
{
  color: #6595ca;
}

.rating
{
  font-weight: bold;
}

.por_btn {
  display:block;
  border: 1px solid;
  padding: 7px 7px;
  text-align: center;
  width: 154px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.por_add
{
  background: #6595ca;
  border-color: #6595ca;
}

.por_view {
  background: #263242;
  border-color: #263242;
}

.por_btn:hover
{
  background: #fff;
}

.por_add:hover
{
  color: #6595ca;
}

.por_view:hover
{
  color: #263242;
}

.male02 {
  color: #959595;
  font-size: 10px;
 text-transform: uppercase;
  margin: 0 0 3px;
}

a.help01:hover
{
  color:#fff;
}

.red01
{
  background: #fff;
  padding: 6px;
  margin: 5px 0;
  color: red;
}

.opis_dis01 {
  color: #757575;
  font-size: 11px;
  font-style: italic;
  margin: 15px 0 0 0;
  text-align: justify;
}

.tresc02_ext01
{
  text-align: justify;
}

h2.auto02
{
  color: #4b6c92;
  font-size: 18px;
  margin: 0 0 8px 0;
}

#pier
{
  padding: 0 10px 0 0;
  border-right: 1px solid #596575;
  width: 24%;
}

#drug
{
  width: 51%;
  padding: 0 10px;
}

#trze
{
  padding: 0 0 0 10px;
  border-left: 1px solid #596575;
  width: 27%;
}

ul.inne01
{
  margin: 5px 0;
}

.nieb02 ul.inne01 li+li:before
{
    content:"";
}

ul.inne01 li
{
  margin: 5px;
  display: inline-block;
}

ul.inne01 li a
{
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #596575;
}

ul.inne01 li a:hover
{
  background: #efefef;
  color: #596575;
}

.data01
{
  padding: 0 10px;
  color: #757575;
  font-size: 11px;
}

.tresc11
{
  padding: 5px 10px 10px 5px;
}

table.tresc01
{
  padding-top: 10px;
}

a.podobne01 {
  display: inline-block;
  font-size: 12px;
  margin: 3px;
  vertical-align: top;
  width: 165px;
}

a.podobne01 img
{
  width: 165px;
}

a.podobne02
{
  display: inline-block;
  margin: 3px 6px 12px;
  vertical-align: top;
  width: 320px;
  position: relative;
  color: #777;
  background: #fff;
}

a.podobne02:hover
{
  color:#777;
}

a.podobne02 .nad01
{
  background: #32B921;
  color: #fff;
  padding: 2px;
  position: absolute;
  top: 217px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  width: 110px;
  text-align: center;
}

a.podobne02 .skrz01
{
  background: #0CA8CD;
  color: #fff;
  padding: 2px;
  position: absolute;
  top: 244px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  width: 110px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 5px 3px;
}

a.podobne02 .aut01
{
  background-image: url("/common/img/ca_gear_aut.png");
}

a.podobne02 .man01
{
  background-image: url("/common/img/ca_gear_manu.png");
}

a.podobne02 .nap01
{
  background: #FCB424;
  color: #fff;
  padding: 2px;
  position: absolute;
  top: 271px;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  width: 110px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 5px 3px;
}

a.podobne02 .awd01
{
  background-image: url("/common/img/ca_awd.png");
}

a.podobne02 .fwd01
{
  background-image: url("/common/img/ca_fwd.png");
}

a.podobne02 .rwd01
{
  background-image: url("/common/img/ca_rwd.png");
}

a.podobne02 .rok01
{
  color: #fff;
  position: absolute;
  top: 187px;
  right: 14px;
  font-size: 12px;
}

a.podobne02 .cena01
{
  font-size: 20px;
  padding: 8px 0 12px 12px;
  color: #6595ca;
}

a.podobne02 .sil01
{
  font-size: 14px;
  padding: 6px 0 0 12px;
  display:block;
}
a.podobne02 .sil02
{
  font-size: 12px;
  text-transform: uppercase;
  background: #efefef;
  padding: 2px 6px;
  margin: 6px 0 0 12px;
  display:inline-block;
}

a.podobne02 .cena01 span
{
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  line-height: 12px;
} 

a.podobne02:after
{
  content:'\A';
  width:100%; height:217px;
  top:0; left:0;
  background: rgba(0,0,0,0.25);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  background: -o-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  background: linear-gradient(to bottom,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  position:absolute;
}

a.podobne02:hover:after
{
  background: none;
}

a.podobne02 img.mainp01
{
  width: 100%;
  height: 217px;
}

a.podobne02 h3
{
  top: 184px;
  left: 12px;
  font-size: 24px;
  position: absolute;
  color: #fff;
  font-weight: normal;
}

a.podobne02 .wykr01
{
  background: var(--main-color);
  min-height: 42px;
  color: #fff;
  position: relative;
}

a.podobne02 .wykr01 .oceny01
{
  position: absolute;
  top: 2px;
  left: 16px;
}

a.podobne02 .wykr01 .dost01
{
  position: absolute;
  top: 2px;
  right: 16px;
}

a.podobne02 div.wykres01
{
  width: 100px;
  background-color: rgba(255,255,255,0.6);
  height: 6px;
}

a.podobne02 div.wykres01 div.wykres01_wart01
{
  background-color: #fff;
  height: 5px;
}

a.podobne02 .wykr01 .oceny01 span, a.podobne02 .wykr01 .dost01 span
{
  font-size: 9px; 
  text-transform: uppercase;
  display: block;
}

a.podobne03
{
  display: inline-block;
  margin: 3px 6px 12px;
  vertical-align: top;
  width: 320px;
  position: relative;
  color: #777;
  background: #fff;
}

a.podobne03:hover
{
  color:#777;
}

a.podobne03:after
{
  content:'\A';
  width:100%; height:217px;
  top:0; left:0;
  background: rgba(0,0,0,0.25);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  background: -o-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  background: linear-gradient(to bottom,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  position:absolute;
}

a.podobne03:hover:after
{
  background: none;
}

a.podobne03 img.mainp01
{
  width: 100%;
  height: 217px;
}

a.podobne03 h3
{
  bottom: 16px;
  left: 12px;
  font-size: 24px;
  position: absolute;
  color: #fff;
  font-weight: normal;
  width:94%;
  text-align: left;
}

a.podobne03 span
{
  top: 4px;
  right: 12px;
  font-size: 12px;
  position: absolute;
  color: #fff;
  font-weight: normal;
}


a.podobne04
{
  display: inline-block;
  margin: 3px 6px 12px;
  vertical-align: top;
  width: 320px;
  position: relative;
  color: #777;
  background: #fff;
}

a.podobne04:hover
{
  color:#777;
}

a.podobne04:after
{
  content:'\A';
  width:100%; height:180px;
  top:0; left:0;
  background: rgba(0,0,0,0.25);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  background: -o-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  background: linear-gradient(to bottom,rgba(0,0,0,0.15),rgba(0,0,0,0.25));
  position:absolute;
}

a.podobne04:hover:after
{
  background: none;
}

a.podobne04 img.mainp01
{
  width: 100%;
  height: 180px;
}

a.podobne04 h3
{
  bottom: 16px;
  left: 12px;
  font-size: 24px;
  position: absolute;
  color: #fff;
  font-weight: normal;
  width:94%;
  text-align: left;
}

a.podobne04 span
{
  top: 4px;
  right: 12px;
  font-size: 12px;
  position: absolute;
  color: #fff;
  font-weight: normal;
}

a.ogloszenia01 {
  display: inline-block;
  margin: 5px 0;
  height: 70px;
  width: 334px;
  margin-right: 10px;
  font-size: 1.2em;
}

a.ogloszenia01 img {
  float: left;
  margin: 0 10px 0 0;
  height: 48px;
  width: 64px;
}

a.ogloszenia01 h3
{
  margin: 2px 12px 1px 0;
  font-size: 16px;
  font-weight: normal;
  display: inline;
  
}

a.ogloszenia01 .wojew01
{
  font-size: 10px;
  text-transform: uppercase;
  color: #757575;
  display: inline;
}

a.bok_main01 {
  display: inline-block;
  height: 168px;
  margin-bottom: 10px;
  width: 270px;
  position: relative;
}

a.bok_main01 span {
  background-image: url("/common/img/overlay01.png");
  color: white;
  display: inline-block;
  height: 55px;
  margin: 103px 0 0;
  padding: 5px;
  width: 260px;
}

.teksty03 a.bok_main01 span.data02 {
  background-image: url("/common/img/overlay01.png");
  color: white;
  display: inline-block;
  padding: 5px;
  width: 95px;
  font-size: 12px;
  position: absolute;
  top:0;
  right: 0;
  text-align: center;
  height: auto;
  margin: 0;
}

.teksty03
{
  padding: 16px 0;
}

.teksty03 a.bok_main01 {
  display: inline-block;
  height: 208px;
  margin-bottom: 0px;
  width: 346px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: top;
}

.teksty03 a.bok_main01 span {
  background-image: url("/common/img/overlay01.png");
  color: white;
  display: inline-block;
  height: 65px;
  margin: 133px 0 0;
  padding: 5px;
  width: 336px;
}

.teksty03 a.bok_main01 span strong
{
  font-size: 1.9em;
  font-weight: normal;
  font-family: "Roboto Condensed", arial, serif;
  line-height: 1.3em;
}

/* katalog */

.marka01 {
  display: inline-block;
  
  font-size: 24px;
  font-family: "Roboto Condensed", arial, serif;
  height: 50px;
  margin: 0 10px 5px 0;
  padding: 21px 0 0 70px;
  width: 165px;
  vertical-align: top;
  background-repeat: no-repeat;
}

.marka_opis {
  display: inline-block;
  margin: 0 0 5px 0;
  width: 740px;
  vertical-align: top;
  text-align: justify;
}

.modele02 {
  display: inline-block;
  font-size: 18px;
  margin: 0 2px 10px 10px;
  width: 155px;
  vertical-align: top;
}

.car01
{
  height: 100px;
  background: #fff;
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
  display: block;
}

.wwyszukiwania01 .car01
{
  min-height: 100px;
  margin: 0px;
  height: auto;
}

.car01 img, .poradyirynek03 img{
  float: left;
  margin: 0 10px 0 0;
}

.car01 h3
{
  display: inline-block;
  padding: 3px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}

.poradyirynek03 h3
{
  clear:right;
  padding: 3px 0 0 0;
}

.car01 .lewo02,  .poradyirynek03 .lewo02
{
  clear: right;
  line-height: 120%;
  padding: 3px 0 0 0;
  color: #454545;
  display: block;
  font-size: 12px;
}

.car01 a,  .poradyirynek03 a
{
  color: #454545;
}

.car01 h3 a,  .poradyirynek03 h3 a
{
  color: #01488A;
}



.marki01 {
  display: inline-block;
  font-size: 16px;
  margin: 0 2px 28px 14px;
  padding-top: 65px;
  text-align: center;
  width: 118px;
  font-family: "Roboto Condensed", Verdana, serif;
  color: #01488A;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 29px 0;
}

.marki01:hover
{
  color: #6595ca;
}

.brakz01
{
  width: 150px;
  height: 60px;
  text-align: center;
  font-family: "Roboto Condensed", Verdana, serif;
  background: #d0d0d0;
  padding: 40px 0 0 0 ;
  color: white;
  font-size: 16px;
}

.poradyirynek03 .brakz01
{
  float: left;
  margin-right: 10px;
}

.car01 .brakz01 {
  float: left;
  margin: 0 10px 0 0;
}

.model01 {
  display: inline-block;
  
  font-size: 24px;
  font-family: "Roboto Condensed", arial, serif;
  height: 50px;
  margin: 0 10px 5px 0;
  padding: 20px 0 0 70px;
  width: 385px;
  vertical-align: top;
}

.pho_duze {
  display: inline-block;
  width: 100%;
}

a.pho_prev {
  
  height: 190px;
  margin:0;
  padding: 0;
  position: absolute;
  width: 40vw;
}

a.pho_prev:hover {
background: url("/common/img/pho_prev.png") no-repeat scroll 20px 80px transparent;
}

a.pho_next {
  
  float: right;
  height: 190px;
  margin: 0 0 0 -60vw;
  padding: 0;
  position: absolute;
  width: 60vw;
}

a.pho_next:hover {
  background: url("/common/img/pho_next.png") no-repeat scroll 150px 80px transparent;
}

.pho_nav01
{
  padding-bottom: 0px !important;
  text-align: right;
}

.bezgory01
{
  padding-top: 0px !important;
}

.h1desc01
{
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
}

.opiszdj01
{
  margin: 10px 0 0 0;
}
/* standardowy search --------------------------------------------*/

.szukaj01
{
display: none;
background: rgba(48,63,82,0.80);
margin: 0px auto 8px;
}

.szukaj01 input
{
  background: var(--main-color);
  padding: 10px;
  font-size: 16px;
  color: #fff;
  border: none;
  margin: 15px;
  width: 300px;
  height: 36px;
}

.szukaj01 ul
{
  margin: 0 15px 15px 15px;
  display: inline-block;
}

.szukaj01 ul li
{
  display: inline-block;
  margin: 5px 5px;
}

.szukaj01 ul a
{
  color: #fff;
  display: block;
  padding: 10px;
  border: 1px solid #efefef;
}

.szukaj01 ul a:hover
{
  color: #6595ca;
  background: #fff;
}

#szuk01_close
{
  display: inline-block;
  cursor: pointer;
  color: #fff;
  height: 16px;
  padding: 20px;
  background: var(--main-color);
  font-size: 16px;
}


/* formularz wyszukiwania ----------------------------------------*/

.krajp
{
  float: right;
  width: 180px;
  background: #eaeaea;
  padding: 10px 15px;
  margin-top: 0px;
}

.finan, .wielk, .prio
{
  background: #eaeaea;
  padding: 10px 15px;
  margin: 0px 10px 0 0;
  display: inline-block;
  width: 380px;
}

.nadwo, .skrzy, .nape
{
  background: #eaeaea;
  padding: 10px 15px;
  margin: 0px 10px 0 0;
  display: inline-block;
  width: 100px;
  height: 180px;
  vertical-align:top;
}

 .wielk, .prio
 {
  margin-top: 0px !important;
 }

.krajp legend, .finan legend, .wielk legend, .nadwo legend, .nape legend, .skrzy legend, .prio legend
{
  font-size: 14px;
  font-family: "Roboto Condensed", arial, serif;
  color: #01488A;
  padding: 30px 0 0px 0px;
  text-transform: uppercase;
  margin-top: 0px;
  
}

label.check02, .finan label
{
  display: block;
  margin-bottom: 8px;
  vertical-align: middle;
}

label.check03
{
  display: inline-block;
  width: 33%;
  margin-bottom: 8px;
  vertical-align: middle;
}

.finan input
{
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  height: 20px;
  margin: 3px 10px;
  outline: medium none;
  padding: 5px 3px;
  width: 120px;
  font-size: 16px;
}

.finan span
{
  display: inline-block;
  width: 200px;
  text-align: right;
  margin-right: 0px;
}

form .prio p.paski {
  clear: none;
  float: left;
  
  padding: 5px 10px;
  
}

form .prio p label {
  float: left;
  font-size: 12px;
  line-height: 26px;
  margin: 10px 15px 0 0;
  text-align: right;
  margin: 0 30px 0 0;
  width: 130px;
  }


.prio .paski a.kont01 {
  background: #6595ca;
  display: inline-block;
  width: 25px;
	height: 15px;
	padding: 3px 0 7px 0;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #efefef;
	cursor: pointer;
	margin: 0 5px;
}

.prio .paski a.kont01:hover {
  color: #fff;
}

.butt01
{
  color: #fff;
  cursor: pointer;
  border: 1px solid #6595ca;
  background: #6595ca;
  float: right;
  padding: 6px 24px;
  font-size: 14px;
  font-family: "Roboto Condensed", arial, serif;
  text-transform: uppercase;
  margin: 105px 45px 0 0 ;
  font-size: 14px;
}

.butt01:hover
{
  background: #fff;
  color: #6595ca;
  
}

.wyniki_zobacz
{
  background: #fff;
  margin-bottom: 10px;
}

.wyniki_zobacz .nag21
{
  display: inline-block;
  width: 150px;
  color: #757575;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
  vertical-align: top;
}

.wyniki_zobacz .tresc21
{
  display: inline-block;
  width: 820px;
  padding: 0 10px;
}

.spacer01
{
  height: 10px;
  clear:both;
  display:block;
}

.ns04
{
color: var(--main-color);
font-family: "Roboto Condensed",arial,serif;
font-size: 18px;
padding: 6px 0 4px 4px;
text-transform: uppercase;
display: inline-block;
font-weight: normal;
}

.zakwote01
{
  margin: 8px 0 0 0;
  font-size: 10px;
  color: #757575;
}

.zakwote01 a
{
  font-size: 12px;
  color: #6595ca;
  display: inline-block;
    font-weight: bold;
    padding: 0 5px;
}

.zakwote01 a:hover
{
color: var(--main-color);
}

.reklama12, .rek12
{
  text-align: center;
  width: 1038px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}

.reklama12 img, .rek12 img
{
  width: 1038px;
}

.szybki01, .eko01
{
  float: right;
  color: #fff;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 12px;
  background: #6595ca;
  padding: 4px 12px;
  position: absolute;
  top: 10px;
  right: 0px;
}

div.form_kredyt01
{
  background: #02498a;
  display: inline-block;
  width: 270px;
  padding: 15px;
  margin: 0 0 0 15px;

}

.wht01
{
  color: white;
  text-transform:uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing:1px;
  margin: 0 0 10px 0;
}

div.form_kredyt01 label
{
  width: 70px;
  height: 25px;
  display: inline-block;
  margin: 3px 5px 3px 0;
  padding: 2px 4px;
  color: #fff;
  text-align: right;
}

div.form_kredyt01 input.inp01
{
  width: 164px;
  border: 1px solid #a0a0a0;
  height: 22px;
  padding: 2px 5px;
  background: white;
}

div.form_kredyt01 input.inp_warn 
{
  background: pink !important;
}

div.form_kredyt01 input.inp01:focus
{
  border: 1px solid maroon;
}

.butt04
{
  width: 140px;
  height: 31px;
  margin: 15px 63px;
  color: #02498a;
  text-transform:uppercase;
  
}

div.form_kredyt01 label.label01
{
  width: 99%;
  color: white;
  font-size: 10px;
  text-align: left;
  line-height: 1.1em;
  display: inline-block;
  min-height: 70px;
}

.chk01
{
  margin-top: 6px;
}

.tekst05
{
  margin: 20px 5px 10px 5px;
  line-height: 130%;
}

.tekst06
{
  margin: 10px 5px;
  line-height: 130%;
  font-size: 10px;
}

.tekst07
{
  margin: 0px 0 10px 0;
  line-height: 130%;
  font-size: 14px;
  text-align: justify;
}

.warn01
{
  border: 1px solid white;
  background: #dceeff;
  color: red;
  padding: 5px;
  text-align: center;
  margin: 5px 2px;
  display: none;
}

.msg01
{
  border: 1px solid maroon;
  padding: 5px;
  text-align: center;
  margin: 10px 10px;
}

.tekst05 li
{
  margin: 8px 0 0 0;
}

.cookue {
  background:rgba(255,255,255,0.9);
  border-top: 1px solid #C1C1C1;
  bottom: 0;
  height: 27px;
  padding: 15px 0 5px 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 2300000;
  position: fixed;
}

.cookue .close01 {
  float: right;
  margin: 0px 10px auto auto;
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.pion03
{
  display: inline-block;
  width: 242px;
  vertical-align: top;
  margin-left: 10px;
  background: #fff;
}

.pion03 img
{
  width: 100%;
}

.pion031
{
  margin-left: 0 !important;
}

.pion03 h3
{
  font-weight: normal;
  padding: 4px;
  font-family: "Roboto Condensed",arial,serif;
  font-size:16px;
  line-height:1.5em;
}

.pion03 .desc01
{
  font-weight: normal;
  padding: 0 5px 5px 5px;
  font-size: 11px;
}

html body div.page div.main div#wrapper div#steps form#formElem fieldset.step p.paski input.range
{
  padding: 0;
  height:0;
}

.nag14
{
  text-transform: uppercase;
  padding: 4px 0 8px 0;
  text-align:center;
}

.sam_dane01
{
  display: inline-block;
  width: 300px;
}

.sam_wykr01
{
  vertical-align:top;
  display: inline-block;
  width: 130px;
  padding: 3px 10px;
  
  color: #959595;
  font-size: 10px;
  text-transform: uppercase;
}

span.sam_wykr01
{
  float: right;
}

div.tresc03 div.sam_wykr01
{
  width: 140px;
}

.sam_wykr01 img
{
  margin-bottom: 8px;
  float: none;
  display: block;
  clear: both;
}

.b01
{
  font-weight: bold;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

.mob01
{
  display:none;
}

.mob_nie01
{
  display: block;
}

.odnosnik02
{
  color: #01488A;
}

.tags02 a
{
  display: inline-block;
  padding: 3px 6px 6px 6px;
  background-color: #fff;
  margin: 1px 2px;
  font-variant:small-caps;
}

.tags02 a:hover
{
  color: #fff;
  background: #6595CA;
}

.praca01
{
  color: #a0a0a0;
  text-transform: uppercase;
  font-size: 10px;
}

.bubble_nag01
{
  display:none;
}

.header_img01
{
    background-color: #FFFFFF;
    background-image: url("/common/img/nag/nag007.jpg");
    background-origin: border-box;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index:-31;
   
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:440px;
}

#disqus_thread {
font-size:15px;
font-family: Verdana,​Geneva,​sans-serif;
}

.wymiary01
{
  width: 100%;
}


.dol01 {
    background: none repeat scroll 0 0 #2d3239;
    padding: 30px 0 30px;
    font-size: 1.3em;
}

.dol01 div.cont11
{
  width: 1038px;
  margin: 0 auto;
}

.dol01 div.soc01
{
  width: 200px;
  vertical-align: top;
  padding: 0;
  display: table-cell;
}

.dol01 div.soc01 img
{
  margin: 5px;
}

.dol01 div.ft_cont01
{
  width: 229px;
  padding: 0 35px;
  border-left: 1px solid #494949;
  display: table-cell;
}

.dol01 div.ft_cont01 li
{
  margin: 8px 0;
}

a.zajaw01
{
  width: 100%;
  min-height: 300px;
  background-repeat:no-repeat;
  background-position: center;
  display:block;
  background-size: 100%;
}

a.zajaw01 h2
{
  background-image: url("/common/img/overlay01.png");
  color: white;
  display: inline-block;
  height: 36px;
  margin: 245px 0 0;
  padding: 2% 2% 1.5% 2%;
  width: 96.1%;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 2.5em;
}

a.zajaw02
{
  width: 100%;
  min-height: 300px;
  background-repeat:no-repeat;
  background-position: center;
  display:block;
  background-size: 100%;
}

a.zajaw02 h2
{
  background-image: url("/common/img/overlay01.png");
  color: white;
  display: inline-block;
  height: 36px;
  margin: 240px 0 0;
  padding: 6% 2% 1.5% 2%;
  width: 96.1%;
  text-align: center;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 2em;
}


a.zajaw01 h2 span, a.kaf02 h2 span
{
  font-size: 0.4em;
  font-weight: 300;
}

a.zajaw01 span.opis
{
  display: none;
  background-image: url("/common/img/overlay01.png");
  color: white;
  height: 39px;
  margin: 245px 0 0;
  padding: 1.5% 2% 1.5% 2%;
  width: 96.1%;
  font-size: 1em;
}

a.kaf02
{
  width: 330px;
  min-height: 200px;
  background-repeat:no-repeat;
  background-position: center;
  display: inline-block;
  background-size: 100%;
  vertical-align:top;
}

a.kaf02 h2
{
  background-image: url("/common/img/overlay01.png");
  color: white;
  display: inline-block;
  height: 50px;
  margin: 130px 0 0;
  padding: 10px;
  width: 310px;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 1.8em;
  line-height: 1.3em;
}

a.kaf02 span.opis
{
  display: none;
  background-image: url("/common/img/overlay01.png");
  color: white;
  height: 160px;
  margin: 0;
  padding: 20px;
  width: 290px;
  font-size: 1.1em;
  line-height: 1.4em;
}

.fff
{
  color: #fff;
}

.adslot_1 { 
  width: 728px;
  height: 90px; 
  margin-top: 12px;
} 

.adslot_2 { 
  max-width: 1038px;
  max-height: 250px; 
}

.mob_menu_b
{
  display: none;
}

.div_pas
{
  float:left;
  width: 370px;
}

html body div.page div.main div.nieb02.flex01
{
  display: flex;
}

.vid_cont01 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid_cont01 iframe,
.vid_cont01 object,
.vid_cont01 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tresc02 .child02 span, .tresc02 .child02 span:hover
{
  color: #757575;
  display: block;
}

.tresc02 a.child02 h3
{
  display: inline;
  margin-top: 10px;
}

.tresc02 .child02 h3 span, .tresc02 .child02 h3 span:hover
{
  display: inline;
  font-size: 12px;
}

.tresc02 a.child02
{
  padding-right: 10px;
}

.reklama14
{
  width: 1038px;
}

.reklama15
{
  width: 1038px;
  height: 300px;
}

.por_img_nag
{
  width: 15%;
}

.por_opis
{
  text-align: right;
  font-size: 80%;
  padding-right: 5px;
  font-variant: small-caps;
}

.por_img_2
{
  width: 42%;
}

.por_img_3
{
  width: 27%;
}

.por_img_3 img, .por_img_2 img
{
  width: 100%;
}

.porownanie01 tr:nth-child(even)
{
  background: #f9f9f9;
}

.porownanie01 td
{
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.porZiel
{
  color: #197621;
}

.porCzer
{
  color: #bd1616;
}

td.btn12 a, td.btn13 a
{
    color: #fff;
    font-variant: small-caps;
    display: block;
    padding: 5px;
    background: #6595ca;
    border: 1px #6595ca solid;
    width: 70%;
    margin: 5px auto;
    font-weight: bold;
}

td.btn13 a
{
   background: #263242;
   border: 1px #263242 solid;
   margin-bottom: 10px;
}


td.btn12 a:hover
{
    background: #fff;
    color: #6595ca;
    
}

td.btn13 a:hover
{
    background: #fff;
    color: #263242;
    
}

h2.por01
{
    color: #4b6c92;
    font-size: 18px;
    margin: 24px 0;
    font-family: "Roboto Condensed",arial,serif;
}

.img100
{
  max-width: 100%;
}

.img100_1
{
  width: 100%;
  display: block;
}

.tag01
{
  display: inline-block;
  padding: 4px;
}

.aaawyr01
{
  display: inline-block;
  padding: 5px;
  margin: 2px 5px 2px 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #6595ca;
  font-family: "Roboto Condensed",arial,serif;
  position: relative;
  left: 0;
  top: -30px;
}

.aaawyr02
{
  display: inline-block;
  padding: 5px;
  margin: 2px 5px 2px 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #6595ca;
  font-family: "Roboto Condensed",arial,serif;
  position: relative;
  left: -80px;
  top: 73px;
}

.aaa_rek01
{
  height: 100px;
  display: inline-block;
  vertical-align: top;
}

.aaa_rek01 h3
{
  font-family: "Roboto Condensed",arial,serif;
  color: #6595ca;
  font-size: 16px;
}

.aaa_rek01 span
{
  display: inline-block;
  text-align: right;
  
  background-color: #dadada;
  color: #fff;
  font-size: 16px;
  position:relative;
  top: -7px;
  padding: 5px 8px;
  font-family: "Roboto Condensed",arial,serif;
  left: 123px;
}

.aaa_rek02
{
  height: 100px;
  width: 133px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
}

.inner01
{
  width:100%;
}

.ainner01
{
  line-height: 0px;
  display:block;
  background-color:#fff;
}

.nieb02 li, .nieb03 li {
    display: inline;
}

.nieb02 li+li:before, .nieb03 li+li:before {
    content:" / ";
}

.nieb03 li a:hover 
{
  color: #fff;
}

ins.dcmads
{
  width:1038px;
  height: 250px;
}

.tresc02 iframe
{
  width: 100%;
}

iframe.reklama16
{
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
}

#Ford01
{
  width:1038px;
  height: 300px;
}

#Ford01_link
{
  position:absolute;
  width:1038px;
  height: 300px;
  top:0;
  left:0;
}

#Ford01_par
{
  width:1038px;
  height: 300px;
  position:relative;
}

/*---------------oceny----------------*/

.rate-title
{
  font-size: 14px;
  text-transform: uppercase;
}



.rating-star {
    direction: rtl;
    font-size: 20px;
    display: inline-block;
}
.rating-star input {
    opacity: 0;
    position: relative;
    left: -20px;
    z-index: 2;
    cursor: pointer;
}
.rating-star span.star:before {
    color: #777777;
}
.rating-star span.star {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}
.rating-star span {
    margin-left: -20px;
}
.rating-star span.star:before {
    color: #c9d7e7;
    content:"\25B1";
}
.rating-star input:hover + span.star:before, .rating-star input:hover + span.star ~ span.star:before
{
    color: #c9d7e7;
    content:"\25B0";
}

.rating-star input:checked + span.star:before, .rating-star input:checked + span.star ~ span.star:before 
{
    color: #6595ca;
    content:"\25B0";
}


.selected-rating{
    color: #ffd100;
    font-weight: bold;
    font-size: 42px;
}

.lewy04 {
  text-align: right;
  width: 45px;
  margin-right: 28px;
}

.prawy04 {
  margin-left: -18px;
  width: 45px;
}
/*---------------/oceny----------------*/

/*---------------/video----------------*/

.vid01
{
  
}

.vid01 a
{
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  z-index:10;
  width: 490px;
  height: 327px;
}

.vid01 a:nth-child(1) {
  margin-right: 8px;
}

.vid01 a:nth-child(2) {
  margin-left: 8px;
}


.vid01 img
{
   position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display:block;
  -webkit-filter: grayscale(0.5) brightness(0.7);
  filter: grayscale(0.5) brightness(0.7);
  z-index: -1;
  transition: 1s;
}

.vid01 a:hover img
{
  -webkit-filter: grayscale(0) brightness(1);
   filter: grayscale(0) brightness(1);
}

.vid01 h3
{
  position: absolute;
  bottom: 20px;
  left: 18px;
  color: #fff;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 24px;
  font-weight: 300;
}


.vid02 a
{
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  z-index:10;
  width: 320px;
  height: 180px;
  margin-right: 18px;
  margin-bottom: 12px;
}

.vid02 a:nth-child(3n+3) {
  margin-right: 0px;
}


.vid02 img
{
   position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  display:block;
  -webkit-filter: grayscale(0.5) brightness(0.9);
  filter: grayscale(0.5) brightness(0.9);
  z-index: -1;
  transition: 1s;
}

.vid02 a:hover img
{
  -webkit-filter: grayscale(0) brightness(1);
   filter: grayscale(0) brightness(1.1);
}

.vid02 h3
{
  position: absolute;
  bottom: 16px;
  left: 14px;
  color: #fff;
  font-family: "Roboto Condensed",arial,serif;
  font-size: 20px;
  font-weight: 300;
}

.vid02 a span
{
  position: absolute;
  right: 8px;
  top: 4px;
  color: #fff;
  font-size: 12px;
}

.vid03 a
{
  color: #fff;
  
}

.vid03 a:hover
{
  color: #efefef;
}

.vid03 a img 
{
  margin: 0 16px 0 0;
  float: left;
  height: 180px;
}

.vid03 a h3
{
  display:inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
}

.vid03 a span
{
  font-size: 10px;
  display: block;
  vertical-align: top;
  margin: 0 0 0 0;
}

.vid03 a p
{
  font-size: 14px;
  vertical-align: top;
  margin: 0 0 0 0;
}

.szary01
{
  color:#999;
}

.art_img_inner01 h2
{
  line-height: 1.2em;
  padding: 12px 10px;
}

/*---------------/video----------------*/

/*------------------------------------------------------------------------------------*/

@media screen and (min-width: 1038px)
{

section.head01
{
  position: relative;
  min-height: 270px;
}

section.head01:after 
{
  content:'\A';
  width:100%; height:100%;
  top:0; left:0;
  background: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.5));
  background: -o-linear-gradient(top,rgba(0,0,0,0.15),rgba(0,0,0,0.5));
  background: linear-gradient(to bottom,rgba(0,0,0,0.15),rgba(0,0,0,0.5));
  position:absolute;
}

section.head01 h1
{
    position: absolute;
    bottom: 1.2em;
    font-size: 3em;
    background: transparent;
}

nav ul li a
{
  height: 30px;
}

section.head01 .index01
{
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background-color: transparent;
}

section.head01 .panel_bok
{
  position: absolute;
  top: 2em;
  right: 4em;
}

section.head01 .car_menu01, section.head01 .art_menu01
{
  display: block;
  position: absolute;
  bottom: 0.9em;
  font-size: 1.3em;
  margin: 0 20px;
  border: 2px solid #fff;
  padding: 8px 16px;
  font-family: "Roboto Condensed", arial, serif;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #dfdfdf;
}

section.head01 .car_menu01 a, section.head01 .art_menu01 a
{
  color: #fff;
}

section.head01 .car_menu01 a:hover, section.head01 .art_menu01 a:hover
{
  color: #6595ca;
}



.bc01 
{
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5em;
}

.bc01 li+li:before
{
  padding: 0 8px;
}

.tresc02
{
  padding: 20px;
 
}

.secondary aside
{
  width: 312px;
  display: inline-block;
}

.art_img_inner01 
{
  width: 310px;
}

.tags01
{
  position: absolute;
  bottom:0;
  right:0;
  background-color: rgb(101, 149, 202, 0.2);
  padding:  8px;
  line-height: 1.5em;
  font-size: 1.3em;
}

.tags01 strong+strong:before
{
  content: "";
}

.tags01 strong
{
  font-weight: 300;
  display:block;
  padding:0;
  
}

.tags01 strong a
{
  color: #fff;
}

.tags01 strong:hover a
{
  background: rgb(101, 149, 202, 0.9)
}

a.pho_prev {
  
  height: 560px;

  width: 400px;
}

a.pho_prev:hover {
background: url("/common/img/pho_prev.png") no-repeat scroll 40px 250px transparent;
}

a.pho_next {
  
  float: right;
  height: 560px;
  margin: 0 0 0 -500px;
  width: 500px;
}

a.pho_next:hover {
  background: url("/common/img/pho_next.png") no-repeat scroll 410px 250px transparent;
}

a.poradyirynek01
{
  height: 290px;
  width: 492px;
  position: relative;
}

a.poradyirynek01 span
{
    font-size: 16px;
}

a.poradyirynek02 
{
  /*height: 120px;*/
  /*margin-bottom: 10px;*/
  padding: 8px 10px;
  width: 475px;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 0;
}

a.poradyirynek02:hover
{
  background: #f4f4f4;
}

div.cont01
{
  width: 475px;
  height: 290px;
  display:inline-block;
}


.galeria02
{
  width: 494px;
  height:440px;
}

.poradyirynek03
{
  width: 478px;
}

.pion03
{
  width: 242px;
}

}



@media screen and (max-width: 1100px) and (min-width: 980px)
{

.srodek01, .page, .reklama12, .reklama12 img, .dol01 div.cont11, .reklama14, .reklama15, .rek12, .rek12 img
{
  width: 980px;
}

.main
{
  width: 670px;
}

.adslot_1 
{
 width: 468px; height: 60px; 
} 

a.poradyirynek01, .galeria02, a.kaf02
{
  width: 310px;
}

a.poradyirynek01 span, a.kaf02 h2
{
  width: 290px;
}

a.poradyirynek02 
{
  width: 195px;
}

.galeria01, a.podobne01, a.podobne01 img
{
  width: 150px;
}

.poradyirynek03
{
  width: 295px;
}

.teksty03 a.bok_main01 {
  width: 335px;
}

.teksty03 a.bok_main01 span {
  width: 325px;
}

a.ogloszenia01 {
  width: 300px;
  font-size: 1.2em;
}

.marki01 {
  margin: 0 2px 28px 16px;
  width: 135px;
  background-position: 37px 0;
}

.marka_opis {
  width: 385px;
}

.modele02 {
  width: 142px;
}

a.kaf02 span.opis
{
  width: 270px;
}

.adslot_2 { 
  max-width: 100%;
  max-height: 200px; 
}

.adslot_1 
{
 width: 670px; max-height: 200px; 
} 

#FordFiesta
{
  width:100%;
  height: auto;
}

#Ford01
{
  width:100%;
  height: auto;
}

#Ford01_link
{
  
  width:100%;
  height: auto;
  }

#Ford01_par
{
  width:100%;
  height: auto;
}

}

@media screen and (max-width: 980px) and (min-width: 800px)
{

.srodek01, .page, .reklama12, .reklama12 img, .dol01 div.cont11, footer .footer01, .reklama14, .reklama15, .rek12, .rek12 img
{
  width: 100%;
}

.main
{
  width: 728px;
  margin: 0 0 10px 0;
}

.adslot_1 
{
 width: 728px; height: 90px; 
} 

.adslot_2 { 
  max-width: 728px;
  height: 90px; 
}

#FordFiesta
{
  width:100%;
  height: auto;
}

#Ford01
{
  width:100%;
  height: auto;
}

#Ford01_link
{
  
  width:100%;
  height: auto;
  }

#Ford01_par
{
  width:100%;
  height: auto;
}

.vid01 a
{
  display: block;
  position: relative;
  text-align: left;
  background: #fff;
  z-index:10;
  width: 96vw;
  height: 64vw;
}

.vid01 a:nth-child(1) {
  margin-right: 0vw;
  margin-bottom: 4vw;
}

.vid01 a:nth-child(2) {
  margin-left: 0vw;
}

}

@media screen and (max-width: 800px)
{

.srodek01, .page, .reklama12, .reklama12 img, .dol01 div.cont11, footer .footer01, .div_pas, .main, .adslot_1, .marka_opis, .reklama14, .reklama15, .rek12, .rek12 img
{
  width: 100%;
}

.adslot_2 { 
  width: 100%;
  height: 90px; 
}

.reklama12, .rek12
{
  height: auto;
  margin: 0 auto;
}

.tresc02 iframe
{
  height: 68vw;
}

header
{
  background-size: cover;
}

.mob_menu_b
{
  display: block;
  background-image: url("/common/img/mob_menu.png");
  width: 45px;
  height: 45px; 
  position: fixed;
  right: 0;
  z-index: 1000;
}

nav ul
{
  display:none;
  position: fixed;
  left: 0;
  margin-right: 45px;
  background-image: url("/common/img/mob_menu_bkg.png");
  z-index: 100;
}

nav ul li
{
  margin: 8px;
}

a.poradyirynek01, .galeria02, a.kaf02
{
  width: 310px;
}

a.poradyirynek01 span, a.kaf02 h2
{
  width: 290px;
}

a.poradyirynek02 
{
  width: 195px;
}

.galeria01, a.podobne01, a.podobne01 img
{
  width: 150px;
}

.poradyirynek03
{
  width: 295px;
}

.pho_duze
{
  width: 100%;
}

.teksty03 a.bok_main01 {
  width: 100%;
}

.teksty03 a.bok_main01 span {
  width: 97%;
}

a.ogloszenia01 {
  width: 300px;
  font-size: 1.2em;
}

.marki01 {
  margin: 0 2px 28px 16px;
  width: 135px;
  background-position: 37px 0;
}

.modele02 {
  width: 142px;
  padding: 10px 0px;
  text-align: center;
}

a.kaf02 span.opis
{
  width: 270px;
}

.tresc01
{
  padding: 10px;
}

.main
{
  margin: 0 0 2vw 0;
}

#index_gal1
{
  margin:0;
}



.kom_text01 {
  width: auto;
}

.sam_dane01
{
  display: block;
}



.tresc02 a.child02 h3
{
  font-size: 20px;
  margin: auto 0;
  vertical-align: middle;
}

.model01
{
  width:auto;
}

a.car01 h3
{
  font-size: 14px;
  font-weight: 300;
  display: inline;
}

a .sam_wykr01
{
  display: none;
}

.tag01
{
  text-align: center;
  margin: 5px;
  border: 1px solid #6595ca;
  padding: 4px 8px;
}

.nieb03 li a, .nieb02 li a
{
  padding: 12px;
  display: inline-block;
}

.vid01 a
{
  display: block;
  position: relative;
  text-align: left;
  background: #fff;
  z-index:10;
  width: 96vw;
  height: 64vw;
}

.vid01 a:nth-child(1) {
  margin-right: 0vw;
  margin-bottom: 4vw;
}

.vid01 a:nth-child(2) {
  margin-left: 0vw;
}

}

@media screen and (max-width: 640px)
{

.tresc01, a.poradyirynek01 span
{
  padding: 2vw;
}

a.poradyirynek01, .galeria02, a.kaf02, .reklama14
{
  width: 100%;
}


a.poradyirynek01 span, a.kaf02 h2
{
  width: 92vw;
}

a.poradyirynek02 
{
  width: 92vw;
  padding: 2vw 2vw 2vw 2vw;
  margin-bottom: 2vw;
  /*background-size: 34vw !important;*/
  overflow:hidden;
}

.tresc01 a#index_pr5 {
    margin: 0 0 2vw 0;
}

a.poradyirynek01
{
  margin: 0 0 2vw 0;
}

.tresc01 {
margin: 0 0 2vw;
}

.galeria02
{
  height: auto;
}

.pion03, .pion031
{
  margin: 1vw;
}

.poradyirynek03
{
  margin: 0 0 2vw;
  padding: 0 2vw 0 0;
  width: 94vw;
}

html body div.dol01 div.cont11 div.ft_cont01.mob_no
{
  display: none;
}

.wartosc .help01, .wartosc .opis03
{
  display: none;
}

.flex01
{
  flex-wrap: wrap;
}

#pier, #drug, #trze
{
  width: 100%;
  padding: 0 5px;
  border: none;
  
}

.tresc02 a.child02 span
{
  display: none;
}

.tresc02 .child02 h3 span
{
  display: inline;
}

.list_art01 h2, .list_art01 h3
{
  margin: 8px 10px 0 0;
  display: inline;
  font-size: 18px;
}

.list_art01 .dis03, .list_art01 .tekst01
{
  display: none;
}

.list_art01
{
  display: flex;
  line-height: 1.6em;
}

.vid03 a img 
{
  margin: 0 0 16px 0;
  width: 100%;
}


}

@media screen and (max-width: 520px)
{
  .search_index
  {
    padding: 16px;
  }
  
  a.zajaw01
  {
    min-height: 170px;
    
  }
  
  a.zajaw01 h2
  {
    margin: 105px 0 0;
    height: 54px;
    line-height: 1em;
  }
  
  a.zajaw01 span.opis
  { 
    margin: 105px 0 0;
    height: 57px;
    line-height: 1.3em;
  }
  
  td.img12 img
  {
    width: 78px;
  }
  
  
  
  .szukaj01 input
  {
    width: 240px;
  }
  
  .r_link01
  {
    background-size: 39vw !important;
    padding: 3px 0 0 42vw;
    width: 56vw;
  }
  
  aside img
  {
    max-width:100%;
  }
  
  .art_img_inner01
  {
    float:none;
    margin: 8px auto;
  }
  
  .art_img_inner01 img
  {

  }
  
}

@media screen and (max-width: 1038px)  {

.panel_bok {
  margin: 0 0 10px 0px;
  width: 100%;
  display: flex;
  }
  
  .por_btn 
  {
    padding: 25px 4px;
    flex:1;
  }
  
  .rating-form
  {
    flex:2;
  }
  
  .rating_star, .rating_end 
  {
    margin: 0 0 6px 0;
  }

}

@media screen and (max-width: 360px)  {

  .vid01 a
  {
    height: 54vw;
  }
}
/*--------------------------------------------------------------------------------*/

@media screen and (min-height: 768px) and (min-width: 980px)  {

.bokStaly01
{
  position: fixed;
  top: -335px;
  margin-left: 217px;
  left: 50%;
}

}

@media screen and (max-height: 1050px)  and (min-height: 768px) and (min-width: 980px) {
.auto_znik01
{
  display: none;
}
}

@media screen and (min-width: 1038px)  {

.rek12
{
  padding-top:96px;
  position: relative;
}

ins.dcmads, iframe.reklama16
{
  width:1038px;height:250px
}

.page
{
  position: relative;
}

header
{
  position: fixed;
  z-index:100;
  width:100%;
}



header.duze01
{
  min-height: 84px;
  
}

header.duze01 nav ul li
{
  font-size: 15px;
}

header.duze01 h1.glowna01, header.duze01 div.glowna01, header.duze01 a.glowna01
{
  margin-left:0px;
  font-size: 40px;
}


header.male01
{
  min-height: 30px;
}

header.male01 nav
{
  margin-top:4px;
}

header.male01 nav ul li
{
  font-size: 12px;
}

header.male01 nav ul li a
{
  width: auto;
  padding: 6px 16px;
  white-space:nowrap;
  height: auto;
}

header.male01 nav ul li.nav_search span 
{
  width: 64px;
  height: 12px;
  padding: 8px;
  background-size: 25% auto;
}

header.male01 h1.glowna01, header.male01 div.glowna01, header.male01 a.glowna01
{
  font-size: 20px;
  width: 120px;
  padding-top:4px;
}

header, headev nav, header .glowna01{
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.tresc02 iframe
{
  width: 100%;
}

}

@media screen and (max-width: 900px)  {

#wrapper, #cokupic01
{
  display: none;
}

}

img[alt="Advertisement"]
{
  visibility: hidden;
}

.quote01 {
  display:inline-block;
  margin:1em;
  overflow:hidden;
}

.quote01 blockquote {
    background-color:#fff;
    border: solid 2px #757575;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
    
    font-style: italic;
    font-size: 1.2em;
    color: #888;
}

.quote01 blockquote:before {
      background-color: #fff;
      bottom: -10%;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: -10%;
      transform: rotate(-15deg) skew(5deg);
      z-index: -5;
    }


a.rek16
{
  display:block;
  color: #fff;
  position: relative;
  height: 250px;
  overflow:hidden;
}

a.rek16 strong
{
  font-size: 1.6em;
  font-family: "Roboto Condensed", arial, serif;
  line-height: 1.2em;
  margin-bottom: 12px;
}

a.rek16:after 
{
  content:'\A';
  width:100%; height:100%;
  top:0; left:0;
  background: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.7));
  background: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.7));
  background: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.7));
  position:absolute;
}

@media screen and (min-width: 1038px)
{



a.rek16 strong
{
    position: absolute;
    bottom: 0px;
    font-size: 3em;
    background: transparent;
    left: 12px;
}

a.rek16 span
{
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  background-color: transparent;
}

}

@media screen and (max-width: 1038px)
{

a.rek16 strong
{
    position: absolute;
    bottom: 0px;
    font-size: 3em;
    background: transparent;
    left: 12px;
}

a.rek16 span
{
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  background-color: transparent;
}

}

@media screen and (max-width: 768px)
{

a.rek16 strong
{
    position: absolute;
    bottom: 0px;
    font-size: 3em;
    background: transparent;
    left: 12px;
}

a.rek16 span
{
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  background-color: transparent;
}

}

@media screen and (max-width: 500px)
{

a.rek16 strong
{
    position: absolute;
    bottom: 0px;
    font-size: 3em;
    background: transparent;
    left: 12px;
}

a.rek16 span
{
  display: block;
  position: absolute;
  left: 12px;
  top: 0;
  background-color: transparent;
}

}

[style*="--aspect-ratio"] > :first-child {
  width: 100%;
}
[style*="--aspect-ratio"] > img {  
  height: auto;
} 
@supports (--custom:property) {
  [style*="--aspect-ratio"] {
    position: relative;
  }
  [style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }  
  [style*="--aspect-ratio"] > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }  
}

aside.naskroty01
{
  margin-right: 6px;
}

.send04
{
  text-align:center;
  margin-top: 16px;
}