.header {
  margin-top: 25px;
}

.warning {
  width: 200px;
  height: 200px;
  float: right;
}

.formularz {
  width: 75%;
  float: left;
}

.cotainer {
  padding-right: 5px;
  padding-left: 5px;
}

.logo1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding-top: 50px;
  text-align: center;
}

.menu_kolumny {
  height: 100vh;
  background-image: url('../images/DSC_0864.jpg'), url('../images/strona_glowna.png');
  background-position: 100% 50%, 100% 50%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  -webkit-transition: background-color 550ms ease-in;
  transition: background-color 550ms ease-in;
}

#panel1 {
    position: fixed;
    top: 50px;
    right: 0px;
    z-index: 99999;
    transition: right 0.5s ease-out 0s;
}
 

 
#panel1 #content1 {
    width: 484px;
    height: 250px;
    padding: 10px;
    border-top: 2px solid #ffe800;
    border-right: none;
    border-bottom: 2px solid #ffe800;
    border-left: 2px solid #ffe800;
    z-index: 20;
    background: #FFFFFF;
    position: relative;
    border-radius: 10px 0 0 10px;
}
 
#panel1 #title1 {
    width: 150px;
    border: 2px solid #ffe800;
    background: #ffe800;
    color: #000000;
    font-weight: bold;
    border-radius: 10px;
    padding: 5px 5px 25px 5px;
    text-align: center;
    position: relative;
    top: 140px;
    left: -90px;
    transform: rotate(-90deg);
    z-index: 1;
}

.kolumna1 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.kolumna-div {
  width: 100%;
  height: 100%;
  padding-top: 25%;
  text-align: center;
}

.kolumna-div:hover {
  background-image: -webkit-linear-gradient(270deg, #fc0, #fc0);
  background-image: linear-gradient(180deg, #fc0, #fc0);
}

.kolumna-div._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.kolumna-div._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
  -webkit-transition: background-color 500ms ease-in;
  transition: background-color 500ms ease-in;
}

.kolumna-div._2:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 232, 0, .7), rgba(255, 232, 0, .7)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(255, 232, 0, .7), rgba(255, 232, 0, .7)), linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
}

.kolumna-div._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.kolumna-div._4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
}

.kolumna-div._6 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68));
}

.kolumna-div._5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
}

.ramka-menu {
  height: 90px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border: 1px solid #fff;
}

.menu-blok-font {
  position: relative;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-blok-font.belka {
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
}

.osobowe1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 150px;
}

.kontrola {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 150px;
}

.ciezarowa {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 150px;
}

.oobowe-szczegoly {
  display: none;
}

.h4szczegoly {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.strzalkaosobowe {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  margin-bottom: 29px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menubar {
  background-color: transparent;
  text-align: center;
}

.menubutton {
  float: left;
}

.lgomargin {
  margin-top: 10px;
}

.listamenu.w--open {
  background-color: transparent;
}

.section1 {
  position: relative;
  height: 100vh;
}

.menubelka {
  margin-top: 15px;
}

.tlo-teksy {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/auta.jpg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.tekstte {
  position: absolute;
  left: 0px;
  top: 300px;
  right: 0px;
  width: 50%;
  padding-left: 92px;
}

.tekst-naglowka {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.body {
  height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #767676;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  background-color: hsla(0, 0%, 100%, .98);
}

.navbar.mobile {
  display: none;
}

.logo {
  max-width: 150px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navmenu {
  position: fixed;
  width: 230px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
  border-left: 1px solid #dac600;
  background-color: #ffe800;
}

.nm_title_row {
  position: relative;
}

.nm_title {
  display: inline-block;
  float: left;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.nm_close {
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nm_close:hover {
  opacity: 0.9;
}

.nm_menu_items {
  margin-top: 30px;
  text-align: left;
}

.nm_menu_links {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  float: none;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  line-height: 16px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nm_menu_links:hover {
  color: #919191;
}

.nm_menu_button {
  padding: 23px 20px 22px;
  font-size: 16px;
  line-height: 0px;
}

.menutext {
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  float: left;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.button {
  position: relative;
  height: 30px;
  margin-top: 14px;
  margin-right: 10px;
  margin-bottom: 14px;
  padding: 8px 10px;
  float: right;
  border: 1px solid #ffe800;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #767676;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(255, 232, 0, .1);
}

.button.cennik {
  padding-left: 0px;
  float: none;
  border-width: 0px;
  border-radius: 0px;
}

.button.cennik:hover {
  background-color: transparent;
}

.button.jakdojade {
  padding-left: 0px;
  float: left;
  border-style: none;
  font-size: 16px;
  line-height: 12px;
}

.button.jakdojade:hover {
  background-color: transparent;
}

.sitecontent {
  overflow: visible;
  height: 100%;
}

.menubackground {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/stacjakontroli45new.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.content {
  position: relative;
  top: auto;
}

.section-oskp {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 740px;
  min-height: 660px;
  padding-top: 100px;
  text-align: justify;
}

.menucotainer {
  position: relative;
  height: 100%;
  text-align: center;
}

.menuoskp {
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menuoskp:hover {
  background-color: rgba(255, 232, 0, .7);
}

.menuosobowe {
  height: 100%;
  background-color: rgba(0, 0, 0, .68);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menuosobowe:hover {
  background-color: rgba(255, 232, 0, .7);
}

.menuciezarowe {
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menuciezarowe:hover {
  background-color: rgba(255, 232, 0, .7);
}

.menuklimatyzacja {
  height: 100%;
  background-color: rgba(0, 0, 0, .68);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menuklimatyzacja:hover {
  background-color: rgba(255, 232, 0, .7);
}

.menuogumienie {
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menuogumienie:hover {
  background-color: rgba(255, 232, 0, .7);
}

.menugeometria {
  height: 100%;
  background-color: rgba(0, 0, 0, .68);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menugeometria:hover {
  background-color: rgba(255, 232, 0, .7);
}

.oskp {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8%;
}

.menubackgroundtitle {
  height: auto;
  margin-right: 5px;
  margin-left: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 19px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
}

.menubackgroundtitle.telefon1 {
  position: relative;
  z-index: 1;
  margin-right: 40px;
  padding: 10px;
}

.menubackgroundtitle.film1 {
  position: relative;
  z-index: 1;
  padding: 10px;
  border-style: solid;
}

.oskpdetail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.details {
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.osobowe {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8%;
}

.osobowedetail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ciezarowe {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8%;
}

.ciezarowedetail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.klimatyzacja {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8%;
}

.klimatyzacjadetail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ogumienie {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8%;
}

.ogumieniedetail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.geometria {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8%;
}

.geometriadetail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.section-osobowe {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 610px;
  padding-top: 100px;
  text-align: justify;
}

.section-ciezarowe {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 610px;
  text-align: justify;
}

.section-klimatyzacja {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 600px;
  min-height: 400px;
  padding-top: 100px;
  text-align: justify;
}

.section-ogumienie {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 610px;
  padding-top: 100px;
  text-align: justify;
}

.section-geometria {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 600px;
  min-height: 400px;
  padding-top: 100px;
  text-align: justify;
}

.section-reklama {
  position: relative;
  z-index: 1;
  overflow: visible;
  min-height: 330px;
}

.section-reklama.stacjapaliw {
  min-height: 550px;
  background-image: url('../images/promo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.section-reklama.otwarte {
  display: block;
  background-image: url('../images/stacja1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-reklama._3rd {
  display: none;
}

.section-kontakt {
  position: relative;
  z-index: 1;
  overflow: visible;
  height: 620px;
  padding-top: 100px;
}

.column_left {
  width: 50%;
  height: 100%;
  float: left;
}

.column_right {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}

.column_content {
  position: relative;
  left: 0px;
  top: 50%;
  right: 0px;
  width: 514px;
  margin-right: 70px;
  float: right;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.column_content.oskp {
  width: 470px;
  margin-right: 15px;
}

.column_content.oskpp {
  width: 466px;
  margin-right: 15px;
}

.column_content.cenniko {
  width: 100%;
  margin-right: 15px;
  padding-left: 20px;
}

.formfield {
  height: 31px;
}

.menuarrow {
  margin-bottom: 10px;
}

.oskparrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.osobowearrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ciezarowearrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.klimatyzacjaarrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.ogumieniearrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.geometriaarrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.links {
  color: #767676;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.links:active {
  color: #767676;
}

.links.sec {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.oskp-column-right-pic {
  height: 100%;
  background-image: url('../images/stacjakontroli.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column_content_header {
  position: relative;
  margin-bottom: 25px;
  text-align: left;
}

.column-header {
  padding-right: 40px;
  color: #464646;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.column-header.larger {
  font-size: 40px;
  font-weight: 700;
}

.column-line {
  width: 40px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  background-color: #ffe800;
}

.column-line.center {
  float: none;
}

.column-line.wyrownanie {
  display: block;
  margin-right: auto;
  margin-left: 45px;
  padding-left: 0px;
  float: left;
}

.column-line.wyrownanie.klima {
  margin-left: 7px;
}

.oskp-cennik-menu {
  position: relative;
  z-index: 1;
}

.cenniklista {
  padding-left: 15px;
}

.test {
  background-color: #0098ff;
}

.cennik_tekst {
  font-size: 14px;
  line-height: 16px;
}

.cenniktable {
  color: #252525;
  font-size: 13px;
  line-height: 16px;
}

.mainlogo {
  position: absolute;
  left: 0px;
  top: 70px;
  right: 0px;
}

.osobowecolumnpic {
  height: 100%;
  background-image: url('../images/osobowe kopia.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.osobowecolumnpicwhite {
  height: 100%;
  background-image: url('../images/56b8959906817e9a2bbb5c44_HP-Desktop-Angle.png');
  background-position: 100% 50%;
  background-size: auto 510px;
  background-repeat: no-repeat;
}

.osobowecolumnpicwhite.wulkanizacja {
  background-image: url('../images/56b8959906817e9a2bbb5c87_angle-london.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ciezarowecolumnpic {
  height: 100%;
  background-image: url('../images/13460772_1165678583476692_1271668960_o-(1).jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ciezarowecolumnpicwhite {
  height: 100%;
  background-image: url('../images/56b8959906817e9a2bbb5c48_HP-Mobile-Angle.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.touchlink {
  width: 100%;
  height: 100%;
}

.mainlogoimg {
  position: relative;
  z-index: 99;
}

.ogumieniecolumnpic {
  height: 100%;
  background-image: url('../images/wulkanizacja.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer {
  height: 70px;
  padding: 20px 10px;
  background-color: #767676;
}

.footerlinks {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid #fff;
  border-radius: 90px;
  font-family: 'Fontawesome webfont', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.footerlinks.no-border {
  border-style: none;
  font-size: 40px;
  line-height: 40px;
}

.footerlinks.closee {
  margin-top: 5px;
  margin-right: 5px;
}

.columncontentcenter {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.menucotainermobile {
  display: none;
}

.oskp-opis {
  line-height: 24px;
}

.googlemap {
  position: relative;
  display: none;
  width: 100%;
  height: 500px;
  padding-top: 40px;
  padding-left: 40px;
}

.close {
  position: absolute;
  left: 0px;
  top: 0px;
}

.klimatyzacjacolumnpic {
  height: 100%;
  background-image: url('../images/klima.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.geometriacolumnpic {
  height: 100%;
  background-image: url('../images/geometria.jpg');
  background-position: 50% 76%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stacjonarny {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  padding-left: 40px;
  float: left;
}

.telefon {
  position: relative;
  z-index: 1;
  padding-right: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.komorkowy {
  position: relative;
  float: right;
}

.navbarmobile {
  display: none;
}

.kontaktcontent {
  font-size: 16px;
}

.popup {
  position: fixed;
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  width: 100%;
  height: 50%;
  background-image: url('../images/promo.jpg'), url('../images/cel_fb_cover_3.png');
  background-position: 50% 50%, 50% 0px;
  background-size: contain, cover;
  background-repeat: repeat-x, no-repeat;
}

.popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.popup-promo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 75px;
  display: none;
  padding-left: 36px;
  color: #fff;
}

.popup-promo.stacja {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: block;
}

.closelink {
  width: 50px;
  height: 50px;
  margin-top: 5px;
  margin-right: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
  border: 1px solid #fff;
  border-radius: 90px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-decoration: none;
}

.closelink.w--current {
  font-size: 30px;
}

.link_stacja {
  position: absolute;
  width: 100%;
  height: 100%;
}

.film {
  margin-top: 100px;
}

.video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .83);
  text-align: center;
}

.video-yt {
  left: 10%;
  top: 5%;
  right: 0px;
  width: 80%;
  height: 80%;
}

.video-close {
  position: absolute;
  top: 5%;
  right: 5%;
}

html.w-mod-js *[data-ix="osobowe"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fixedmenu"] {
  display: none;
}

html.w-mod-js *[data-ix="scrollmenu"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="szczegolyinitial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="clickarrow"] {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="popup"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
    #panel1 {
        display: none;
    }
  .menu_kolumny {
    height: auto;
  }
  .menucotainer {
    display: none;
  }
  .column_content {
    width: auto;
    margin-right: 10px;
    margin-left: 7px;
    float: left;
  }
  .column_content.oskpp {
    width: auto;
    margin-right: 7px;
    margin-left: 6px;
  }
  .column_content.form {
    width: 80%;
  }
  .cenniklista {
    display: none;
  }
  .menucotainermobile {
    position: relative;
    display: block;
    height: 100%;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
  }
  .mobilearrow {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 30px;
  }
  .popup {
    background-image: url('../images/promo.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: repeat-x;
  }
}

@media (max-width: 767px) {
  .navbar.mobile {
    display: block;
  }
  .button.cennik {
    display: none;
  }
  .menubackground {
    display: none;
  }
  .column_left.mobileosobowepic {
    display: none;
  }
  .column_left.mobileciezarowecontent {
    width: 100%;
  }
  .column_left.mobileklimatyzacjacontent {
    width: 100%;
  }
  .column_left.mobileogumieniepic {
    display: none;
  }
  .column_left.mobilegeometriacontent {
    width: 100%;
  }
  .column_left.mobilekontakt {
    width: 100%;
  }
  .column_left.mobilekontroliopis {
    width: 100%;
  }
  .column_right.mobileosobowecontent {
    width: 100%;
  }
  .column_right.mobileciezarowepic {
    display: none;
  }
  .column_right.mobileklimatyzacjapic {
    display: none;
  }
  .column_right.mobileogumieniecontent {
    width: 100%;
  }
  .column_right.mobileogumieniepiic {
    display: none;
  }
  .column_right.mobileform {
    width: 100%;
  }
  .column_right.mobilekontrolipic {
    display: none;
  }
  .navbarmobile {
    position: fixed;
    display: block;
    width: 100%;
    height: 60px;
    border-color: rgba(0, 0, 0, .15);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-color: hsla(0, 0%, 100%, .98);
  }
  .popup {
    display: none;
  }
}

@media (max-width: 479px) {
  .menutext {
    display: none;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}