@charset "utf-8";
html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;font-weight:400}
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%;font:inherit;vertical-align:baseline;line-height: 26px;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1;font-size:14px;font-family: 'Open Sans', sans-serif;padding:0;margin:0;scroll-behavior: smooth;}
a{text-decoration:none}
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Signika:400,600');
h1,.h1 {font-size:36px;margin-bottom: 25px;line-height: 36px;}
h2,.h2 {font-size:32px;margin-bottom: 22px;line-height: 32px;}
h3,.h3 {font-size:28px;margin-bottom: 18px;line-height: 28px;}
h4,.h4 {font-size:24px;margin-bottom: 16px;line-height: 24px;}
h5,.h5 {font-size:20px;margin-bottom: 12px;line-height: 20px;}
h6,.h6 {font-size:16px;margin-bottom: 10px;line-height: 16px;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family: 'Signika', sans-serif; font-weight:600; color:#000;}
strong {font-weight:700;}
.center{text-align:center}
.content{width:100%;float:left}
.container{padding-right:15px;padding-left:15px;margin:0 auto;max-width:1200px}
.content p, .content b {margin-bottom:20px; line-height:28px;font-size: 16px;}
.content ul {margin-bottom: 15px;}
.content ul li {font-size: 16px; list-style: inside;}

/* ---- Header ---- */
#header {padding-bottom:15px; padding-top:15px; background-color:#fff;position: fixed; z-index:999;-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0);
box-shadow: 0 3px 6px 0 rgba(0,0,0,0);}
.logo {float:left;}
.logo img {max-width: 225px;}
#top_right {float:right; padding-left:3%;width: 77%;margin-top: 20px;transition:0.6s;}

#header.fixed {padding-bottom: 20px;padding-top: 8px;-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);}
.fixed #top_right {margin-top: 15px; transition:0.6s;}
.fixed #top_right #menu ul li a {padding-bottom: 5px; font-size:16px;transition:0.6s;}
.fixed #top_right #info_header #topTel {font-size: 18px;margin-bottom: 5px;transition:0.6s;}
#header.fixed .logo {margin-top: 10px;}

#menu, #info_header {display: inline-block;}
#menu{width: 78%;text-align: center;}
#menu>ul{position:relative;list-style:none;padding:0;margin:0}
#menu>ul>li>ul{position:absolute;left:0px;top:45px;padding:0;margin:0;list-style:none;z-index:9999;background-color:#fff;width:180px;-webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,0.1);box-shadow:0 6px 10px 0 rgba(0,0,0,0.1);transition:.6s;width:240px;border-radius: 8px;}
#menu>ul>li>ul>li{list-style:none}
#menu>ul>li:hover ul{padding-top:10px;padding-bottom:10px;transition:.6s}
#menu>ul>li:hover>ul li a{opacity:1;height:30px;transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;-webkit-transition:all .3s linear;padding-top:4px;padding-bottom:4px;font-weight:600;border-bottom: none;}
#menu>ul>li>ul a{display:block;color:#000;line-height:30px!important;text-align:left;height:0;overflow:hidden;opacity:0;transition:all .3s linear .2s;-o-transition:all .3s linear .2s;-moz-transition:all .3s linear .2s;-webkit-transition:all .3s linear .2s;padding-top:0;padding-right:5px;padding-bottom: 0 !important;padding-left:15px;cursor:pointer;font-size:16px;font-weight:400!important}
#menu>ul>li>ul a:hover{transition:.6s;color: #fbce10 !important;}
#menu>ul>li{position:relative;display:inline-block; margin-left:18px; margin-right:18px;}
#menu > ul > li > a {
    color: #000;
    display: block;
    text-decoration: none;
    transition: .6s;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 10px;
	border-bottom:solid 3px #fff;
	font-family: 'Signika', sans-serif;
}
#menu>ul>li>a:hover,#menu .current-menu-item a,#menu .current_page_item a, #menu a:hover, #menu a.mPS2id-highlight, #menu ul li .active {transition:.6s; color:#fbce10; border-bottom:solid 3px #fbce10;}
#menu ul li ul li a.active {border-bottom:none;}
.sub-menu .current_page_item a {background-color:#fff !important;color: #ffc001 !important}
#menu > ul > li.current-menu-item .sub-menu li a {color:#000;}

#menu a#pull{display:none}

#info_header {margin-left:4%;width: 18%;float: right;text-align: right;}
#topTel {font-size:22px; font-weight:600; color:#000; display:block;font-family: 'Signika', sans-serif; margin-bottom:10px;transition:0.6s;}
#topTel a {color:#000;} #topTel a:hover {color:#fbce10;}
.topFace {
    background-color: #0298e5;
    color: #fff;
    border-radius: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    transition: 0.6s;
    float: right;
	margin-left:6px;
}
.topTwit {transition:0.6s;float: right;}
.topTwit::before {
    content: "";
    background-image: url(images/twit.png);
    width: 12px;
    height: 12px;
    background-color: #0298e5;
    border-radius: 30px;
    display: block;
    padding: 9px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
	transition:0.6s;
}
.topFace:hover, .topTwit:hover:before {transition:0.6s; background-color:#032248;}

/* --- Slider --- */
#slider {overflow:hidden; position: relative;margin-top: 96px; float:left; width:100%;}
#slider, .topSlide, .topSlide slick-list, .topSlide .slick-list .slick-track {min-height: 520px;}
.slide img {max-width: inherit;height: 100%;}

.slide {position: relative;}

.slideIn {position:absolute; top:20%; left:12%; color:#fff; z-index:99}
.slideIn h1, .slideIn .h1 {color:#fff; font-size:52px;line-height: 1.2;}
.slidewords li {display:inline-block; margin-left:8px; font-size:26px; font-weight:600;font-family: 'Signika', sans-serif;line-height: 1.5;}
.slidewords li:first-child {margin-left:0; color:#fbce10;}
.slidewords li:nth-child(2) {color:#fbce10;}
.slidewords li:nth-child(3) {color:#fbce10;}
.slidewords li:nth-child(4) {color:#fbce10;}
.slidewords li::after {content:"."; display:inline-block; margin-left:8px;}
.slidewords li:last-child::after {content:"";}
.slidewords li:last-child {margin-left: 0;}
.topSlide {position:relative; margin-bottom:0 !important;}
.slide::after {content:""; position:absolute; height:220px; width:100%;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%); z-index:1;
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000',GradientType=0 );
bottom: 0;}
#slide_promo {position:absolute; bottom:120px; z-index:99; color:#fff; left:12%;font-family: 'Signika', sans-serif; font-size:19px;}
#slide_promo span {display:block; }
#slide_promo span a {color: #fbce10;font-size: 26px;font-weight: 600; position: relative;}
#slide_promo span a::before {
  content: "";
  background-image: url(images/foot_icon.png);
  width: 22px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.topSlide .slick-dots {bottom: 60px;right: 100px;position: absolute;z-index: 99;width: auto;}
.topSlide .slick-dots li {display: inline-block;}
.topSlide .slick-dots li button, .topSlide .slick-dots li button::before {border-radius: 30px;}

/* ---- Icony ---- */
.icon {display:inline-block; float:left; width: 16.666%; height:220px; text-align:center; color:#fff; transition:0.6s;}
.icon:hover {transition:0.6s; opacity:0.7;}
.iconIn {padding:10%;} .iconIn span::before {margin-left: auto;margin-right: auto;background-repeat:no-repeat; margin-top:15px;}
.iconIn h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 22px;
    line-height: 24px;
    margin-bottom: 0;
}
.iconIn h3::after {content:"";display: none !important;}

.block2 {
background: rgb(193,8,1);
background: -moz-linear-gradient(45deg, rgba(193,8,1,1) 0%, rgba(229,50,9,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(193,8,1,1) 0%,rgba(229,50,9,1) 100%);
background: linear-gradient(45deg, rgba(193,8,1,1) 0%,rgba(229,50,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10801', endColorstr='#e53209',GradientType=1 );}
.block2 > .iconIn > span::before {content:""; background-image:url(images/icony.png); display:block; width:70px; height:60px; background-position:-61px;}

.block1 {
background: rgb(158,160,164);
background: -moz-linear-gradient(45deg, rgba(248, 101, 8) 0%, rgba(245, 148, 3) 100%);
background: -webkit-linear-gradient(45deg, rgba(248, 101, 8) 0%,rgba(245, 148, 3) 100%);
background: linear-gradient(45deg, rgb(248, 101, 8) 0%,rgb(245, 148, 3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86708', endColorstr='#f59203',GradientType=1 );}
.block1 > .iconIn > span::before {content:""; background-image:url(images/icony.png); display:block; width: 76px;height: 60px;background-position: -202px;}


.block3 {
background: rgb(73,146,6);
background: -moz-linear-gradient(45deg, rgba(255,222,30,1) 0%, rgba(241,176,20,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(255,222,30,1) 0%,rgba(241,176,20,1) 100%);
background: linear-gradient(45deg, rgba(255,222,30,11) 0%,rgba(241,176,20,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499206', endColorstr='#f1b014',GradientType=1 );}
.block3 > .iconIn > span::before {content:""; background-image:url(images/icony.png); display:block; width:60px; height:60px;}

.block4 {
background: rgb(193,8,1);
background: -moz-linear-gradient(45deg, rgba(193,8,1,1) 0%, rgba(229,50,9,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(193,8,1,1) 0%,rgba(229,50,9,1) 100%);
background: linear-gradient(45deg, rgba(193,8,1,1) 0%,rgba(229,50,9,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10801', endColorstr='#e53209',GradientType=1 );}
.block4 > .iconIn > span::before {content:""; background-image:url(images/icony.png); display:block; width: 65px;height: 60px;background-position: -354px;}

.block5 {
background: rgb(158,160,164);
background: -moz-linear-gradient(45deg, rgba(248, 101, 8) 0%, rgba(245, 148, 3) 100%);
background: -webkit-linear-gradient(45deg, rgba(248, 101, 8) 0%,rgba(245, 148, 3) 100%);
background: linear-gradient(45deg, rgb(248, 101, 8) 0%,rgb(245, 148, 3) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f86708', endColorstr='#f59203',GradientType=1 );}
.block5 > .iconIn > span::before {content:""; background-image:url(images/icony.png); display:block; width: 75px;height: 60px;background-position: -280px;}

.block6 {
background: rgb(73,146,6);
background: -moz-linear-gradient(45deg, rgba(255,222,30,1) 0%, rgba(241,176,20,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(255,222,30,1) 0%,rgba(241,176,20,1) 100%);
background: linear-gradient(45deg, rgba(255,222,30,11) 0%,rgba(241,176,20,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499206', endColorstr='#f1b014',GradientType=1 );}
.block6 > .iconIn > span::before {content:""; background-image:url(images/icony.png); display:block; width: 71px;height: 60px;background-position: -132px;}

.col2 {float:left; width:50%;}
.col2 img {max-width:100%; height:auto;}
.col3 {float:left; width:31.3%; margin-left:1%; margin-right:1%; margin-bottom:30px;}
.col6 {width: 60%;float:left;} .col4 {width: 40%; float: left;} .col7 {width: 70%; float: left} .col30 {width: 30%; float: left;}
.content h1::after, .content h2::after, .content h3::after, .content h4::after, .content h5::after, .content h6::after, .content .h1::after, .content .h2::after, .content .h3::after, .content .h4::after, .content .h5::after, .conent .h6::after 
{content:""; background-image:url(images/line.png); width:74px; height:4px; display:block; margin-top:14px;}
.center h2::after {margin-left:auto; margin-right:auto;}



/* ---- ofirmie ---- */
#ofirmie {margin-top:-60px; float:left; width:100%}
#ofirmieIn {padding-top:80px; padding-bottom:60px;background-image:url(images/opony01.png);background-repeat:no-repeat;background-position: 120% center; float:left; width:100%; position:relative;}
#ofirmieIn::before, #page_price::before {content:""; width:100%; height:100%; bottom:0; left:0;background: -moz-linear-gradient(45deg, rgba(255, 255, 255) 0%, rgba(234, 234, 234) 100%);z-index: -1;
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255) 0%,rgba(234, 234, 234) 100%);
background: linear-gradient(45deg, rgb(255, 255, 255) 0%,rgb(234, 234, 234) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#00ffffff',GradientType=1 );position: absolute;}
.home-phone {font-family: 'Signika', sans-serif; font-weight:600; font-size:24px;}
.home-phone a {color: #eaa400;}
.homeFirst {}
.homeSecond {margin-top: 50px;}
.blockdown {border-bottom:solid 1px #d8d8d8; transition:0.6s;display: grid;}
.blockdown:hover .beefup-head {transition:0.6s;color: #f3b715;}
.beefup-head {cursor: pointer;position: relative;margin-bottom: 0;padding-bottom: 10px;padding-top: 10px;transition:0.6s;}
.beefup-head:after {
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #f3b715 transparent transparent transparent;
  content: '';
  position: absolute;
  right: 0;
  height: 0;
  margin-top: -6px;
  top: 15%;
  width: 0 !important;
  background-image:none !important;
}
.open > .beefup-head:after {border-width: 0 12px 12px 12px;border-color: transparent transparent #ddd transparent;}
.beefup-body ul li {list-style:inside;}
.beefup-body p {margin-bottom:0;margin-left: 26px;}
.beefup-body ul {margin-left: 26px;}
.beefup-body {padding-bottom:10px;}


/* --- Podstrona --- */
#page_top {
	float: left;
	width: 100%;
	margin-top: 110px;
	padding-bottom: 55px;
	padding-top: 55px;
	background-image: url(images/slider2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color:#fff;
}
#page_top h1 {color:#fff; margin-bottom:0;float: left;}
#page_top .center h1 {float:none;}

#pageIn {padding-top:60px; padding-bottom:50px; float:left; width:100%;scroll-behavior: smooth;}
#pageIn ul li {line-height: 30px; list-style:none;}
#pageIn ul li::before {content:""; width:6px; height:6px; border-radius:30px; background-color:#fbce10;display: inline-block;
margin-right: 10px;vertical-align: middle;}
.margin-left {margin-left:20px;}
.margin-right {margin-right:20px;}
.col2 #cennikIn {padding-top:0;}
.max-img {max-width:100%; height:auto;min-width: 100%;}
.top-price {
    float: right;
    color: #fff;
    background-color: #fbce10;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
	transition:0.6s;
}
.top-price:hover {transition:0.6s; background-color:#0298e5;}
#page_price {float:left; width:100%;position:relative;}

#page-price1 {float:left; width:100%;}
#page-price1 table {width:100%;}
.yellow-txt {background-color:#ffcb2f; padding:12px; font-weight:bold;}
.green-txt {background-color:#70e24b; padding:12px; font-weight:bold;}

/* --- Cennik --- */
#mechanika, #cennik, #uslugi {margin-top:-60px; float:left; width:100%}
#mechanikaIn {
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background-attachment: fixed;
	background-image: url(images/opony02.png);
	background-image: url(images/opony02.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align:center;
}
#mechanikaIn .h3 {color:#fff;}
#mechanikaIn .h3::after, #mapaIn .h3::after {margin-left:auto; margin-right:auto;}
#cennikIn {padding-top: 60px;padding-bottom: 60px;}
.download li {display: block; line-height:50px;}
.download li a {color:#fff; font-size:20px;font-family: 'Signika', sans-serif; font-weight:600; background-color:#d46d14; border-radius:30px; padding-left:20px; padding-right:20px; padding-top:8px; padding-bottom:8px; transition:0.6s; transition:0.6s;}
.download li a:hover {transition:0.6s;background-color:#f77606;}
.priceTwo {font-size:22px;font-family: 'Signika', sans-serif;font-weight:600;}
.priceTwo span {font-size:26px; color:#d46d14;}.priceTwo span a {color: #fff;}

.maxImage {float: left; width: 100%; height: 300px; overflow: hidden;}

/* ---- Mapa ---- */
#mapaIn {padding-top:70px; padding-bottom:20px;position: relative; overflow:hidden;}
#mapaIn::before {content:""; width:100%; height:240px; position:absolute; bottom:0; left:0; background-color:#f5f5f4; z-index:-1;}
.inMap {width:70%; margin-left:15%; margin-right:15%; margin-top:30px; margin-bottom:30px;}
.inMap::before {content: "";background-image: url(images/Myjnia-oscar_15.png);width: 384px;height: 85px;position: absolute;left: -65px;
    background-repeat: no-repeat;top: 275px;  z-index: -1;}
.inMap::after {
    content: "";
    background-image: url(images/Myjnia-oscar_15.png);
    width: 384px;
    height: 85px;
    position: absolute;
    right: -65px;
    background-repeat: no-repeat;
    top: 255px;
-moz-transform: scale(1) rotate(180deg);
-webkit-transform: scale(1) rotate(180deg);
-o-transform: scale(1) rotate(180deg);
-ms-transform: scale(1) rotate(180deg);
transform: scale(1) rotate(180deg);
z-index:-1;
}
#map {width:100%; height:290px;}


/* --- Tabela ---- */
table {float:left; width: 90%;margin-right: 10%;margin-top: 25px;margin-bottom: 30px;}
table tr th {font-weight:bold;}
table tr th, table tr td {padding:10px; text-align:left;background-color: #ececec;}

.404 a {color:#0298e5;}




/* --- Kontakt --- */
#kontakt {margin-top:-60px; float:left; width:100%}
#kontaktIn {padding-top:40px; padding-bottom:40px;background-color:#f5f5f4;font-size:20px;font-family: 'Signika', sans-serif;color:#000; font-size:13px;}
.inkontakt {width:70%; margin-left:15%; margin-right:15%;}
.inkontakt p {font-size:18px; font-weight:500; color:#000; line-height:28px;}
.inkontakt ul {margin-bottom:15px;}
.inkontakt ul li {list-style:none; line-height:40px;font-weight:600;font-size:20px;}
.footTel::before {content:""; background-image:url(images/foot_icon.png); width:22px; height:20px; display:inline-block; margin-right:12px;vertical-align: sub;}
.footMail::before {content:""; background-image:url(images/foot_icon.png); width:20px; height:20px; display:inline-block; margin-right:12px; background-position:-22px;vertical-align: sub;}
.footTel a {color: #eaa400;}

.kontaktCenter .h4::after {margin-left: auto;
  margin-right: auto;}

#stopka {float:left; width:100%; padding-top:30px; padding-bottom:20px;background-color:#000; color:#fff;font-family: 'Signika', sans-serif;}
#stopka a {color:#fff;}
.toRight {text-align:right;}

@media screen and (max-width:1220px){
	#menu {width: 73%}
	#menu {float: right;}
#top_right {width: 65%;}
	#menu ul{display:none;height:auto;position:absolute;right:14px;top:124px;z-index:1000;background-color:#fff;width:230px;transition:.6s;-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);padding-bottom: 10px;}
	#menu > ul > li {display: block; margin-left:0; margin-right:0;line-height: 32px;}
	#menu > ul > li > a {border-bottom:none;padding-top: 10px;height: 34px;line-height: 34px;}
	#menu a#pull{display:block;width:auto;position:relative;top:0}
	#menu a#pull:after{content:"";width:41px;height:41px;display:inline-block;position:absolute;right:14px;top:-7px;;background-image:url(images/menu_png.png);background-repeat:no-repeat;background-position:left center;}
	#menu a#pull:hover::after {background-position:right;}
	#menu > ul > li > a:hover, #menu .current-menu-item a, #menu .current_page_item a, #menu a:hover, #menu a.mPS2id-highlight {border-bottom:none}
	#header.fixed > .container > #top_right > #menu > ul {top: 87px; transition:0.6s;}
	#info_header {margin-left: 2%;width: 25%;margin-right:15%;}
	#topTel {font-size: 22px;}
	#slider, .topSlide, .topSlide slick-list, .topSlide .slick-list .slick-track {height: 520px;}
	.slide img {max-width: inherit;height: 100%;}
	.slideIn h1 {font-size: 40px;line-height: 45px;}
	.slidewords li {font-size: 22px;margin-left: 0;}
	#slide_promo {bottom: 60px;}
	.container {max-width: 90%;padding-right: 5%;padding-left: 5%;}
	.iconIn h3 {font-size: 18px;line-height: 24px;}
	#ofirmieIn {background-size: 55%;}
	.inMap, .inkontakt {width: 80%;margin-left: 10%;margin-right: 10%;}
	
	#ofirmieIn {background-position: 145% center;}
}
@media screen and (max-width:1060px){
	#info_header {margin-left: 0;width: auto;margin-right: 100px;margin-top: 0px;}
	.logo img {max-width: 230px;height: auto !important;}
	#top_right {margin-top: 25px; width: auto;}
	#topTel {margin-bottom: 3px;}
	
	
	#slider {margin-top: 105px;height: 400px;}
	.slideIn h1, .slideIn .h1 {font-size: 40px;line-height: 40px;margin-bottom: 10px;}
	.topSlide, .topSlide slick-list, .topSlide .slick-list .slick-track {height: 400px;}
	.slideIn , #slide_promo {left: 8%;}
	.slide img {max-width: none;width: auto;max-height: 130%;}
	#ofirmieIn {background-position: 122% 12%;}
	.iconIn {height: 160px;}
	.icon {width:33.3%;height: auto;}
}

@media screen and (max-width:890px){
	#info_header {margin-top: 1px;}
	.logo img {max-width: 230px;height: auto !important;}
	
	.slideIn h1, .slideIn .h1 {font-size: 30px;line-height: 32px;margin-bottom: 10px;}
	.topSlide .slick-dots {right: 40px;}
	.priceTwo span {display: block;margin-top: 10px;}
	.icon {width: 50%;height: auto;}
	.inMap, .inkontakt {width:100%;margin-left:0;margin-right:0;}
	
	.iconIn {padding: 8%;height: 160px;}
	.iconIn > span::before {background-size: cover;}
	.iconIn h3 {}

	
}
@media screen and (max-width:670px){
	h1, .h1 {font-size:32px;line-height: 34px;}
	#info_header {margin-top: -10px;}
	.logo img {max-width: 170px;height: auto !important;}
	#menu a#pull::after {right: -2px;top: -18px;}
	.fixed #top_right {margin-top: 35px;}
	#topTel {font-size: 18px;}
	#slider {margin-top: 90px;}
	.slideIn h1, .slideIn .h1 {font-size: 30px;line-height: 32px;}
	.topSlide .slick-dots {left: 48px;text-align: left;bottom: 30px;}
	#slide_promo {bottom: 90px;}
	.slidewords li {font-size: 18px;}
	#ofirmieIn {background-image: none;padding-top: 50px;padding-bottom: 40px;}
	.col2 {width: 100%;}
	.beefup-head::after {border-width: 7px 7px 0 7px;}
	.toRight {text-align: left;}
	
	.iconIn {padding: 6%;height: 130px;}
	.iconIn > span::before {background-size: cover;}
	.iconIn h3 {font-size: 16px;line-height: 21px;margin-top: 16px;}
	.block2 > .iconIn > span::before {width: 44px;height: 39px;background-position: -41px;}
	.block1 > .iconIn > span::before {width: 63px;height: 48px;background-position: -161px;}
	.block3 > .iconIn > span::before {width: 45px;height: 45px;}
	.block4 > .iconIn > span::before {width: 59px;height: 55px;background-position: -325px;}
	.block5 > .iconIn > span::before {width: 58px;height: 47px;background-position: -220px;}
	.block6 > .iconIn > span::before {width: 54px;height: 45px;background-position: -98px;}
	
	.homeFirst .container .col7 {width: 100%;}
	.inMap iframe {max-width: 100%;}
}
@media screen and (max-width:450px){
	h1, .h1 {font-size: 28px;line-height: 34px;}
	
	.logo img {max-width: 132px !important;height: auto !important;}
	#topTel {font-size: 16px;}
	.topFace {padding-left: 14px;padding-right: 14px;font-size: 16px;}
	#info_header {margin-right: 70px;margin-top: -17px;}
	.fixed #top_right {margin-top: 35px;}
	#menu a#pull::after {right: -2px;top: -23px;}	
	 #slider {margin-top: 80px;}
	.slideIn {top: 20%;}
	.slideIn h1, .slideIn .h1 {font-size: 26px;line-height: 30px;}
	.slidewords li {display: block;margin-left: 0;}
	.slidewords li::after {content: "";}
	.slide img {max-height: 105%;}
	#slide_promo {font-size: 16px;}
	.topSlide .slick-dots {left: 25px;}
	
	
	
	
}