/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html, body {
  border: 0;
  /*font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;*/
  line-height: 1.5;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

div, span, object, iframe, img, table, caption, thead, tbody,
tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu,
nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code,
del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd,
ol, ul, li, fieldset, legend, label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left;
    vertical-align: middle; }

a img {
  border: 0; }

:focus {
  outline: 0; }

/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.25em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  /*float: left;*/
  width: 1.12em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 22px;
  height: 2px; }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both;
  position: absolute;
  background: #F8F8F8;
  right: 0;
  top: 50px;
  width: 300px;
  z-index: 99999;
  padding: 1em 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block;
  padding: .4em 1em; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 9999; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 8px 15px 8px;
  padding: 9px 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #16a850; }

@media screen and (max-width: 992px) {
  .dropdown-image {
    display: none !important; } }
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden; }

h1 {
  color: #444;
  font-size: 1.75em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1em;
  text-align: center; }

h2 {
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }

h3 {
  font-size: 0.8em;
  margin-left: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444;
  padding-bottom: 1em;
  border-bottom: 1px solid #16a850; }

h6 {
  text-align: center;
  margin-bottom: 2.5em;
  font-weight: 300; }

a {
  text-decoration: none;
  color: #444;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  a:hover {
    color: #16a850; }

li {
  list-style-type: none; }

p {
  color: #444;
  margin-bottom: 0.8em;
  font-size: 1.1em; }

.wrapper {
  margin: 0 auto;
  width: 1200px;
  height: auto; }

.hidden {
  display: none; }

section {
  width: 100%;
  padding: 4em 0; }

.green {
  color: #16a850; }

.blue {
  color: #1573b4; }

/*Header*/
header {
  border-bottom: 1px solid #ddd;
  background: #F8F8F8; }
  header .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    header .wrapper p {
      font-size: 0.9em;
      margin: .6em 0;
      margin-left: 1em; }
      header .wrapper p b {
        margin-right: 0.2em; }
    header .wrapper .header-icon-set-start {
      margin-left: 3em;
      position: relative; }
      header .wrapper .header-icon-set-start:before {
        content: '';
        background: #ddd;
        width: 1px;
        height: 38px;
        position: absolute;
        top: -.6em;
        left: -1.5em; }

menu .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  menu .wrapper .logo-wrap {
    padding: .6em 0; }
    menu .wrapper .logo-wrap img {
      padding-top: 0.5em; }
  menu .wrapper nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    menu .wrapper nav ul li {
      margin-left: 1.5em; }
      menu .wrapper nav ul li:hover .dropdown {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        visibility: visible;
        opacity: 1; }
      menu .wrapper nav ul li a.main-link {
        padding: 3em 0 3em 0; }
        menu .wrapper nav ul li a.main-link i {
          margin-left: 0.2em; }
      menu .wrapper nav ul li .dropdown {
        position: absolute;
        background: #fff;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        z-index: 9999;
        top: 153px;
        width: 660px;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s linear, visibility 0.2s;
        padding: 2em;
        font-size: 0.85em;
        -webkit-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px; }
        menu .wrapper nav ul li .dropdown li {
          margin: 0.5em 0;
          letter-spacing: 2px;
          font-weight: 400;
          text-transform: uppercase;
          color: #444; }
          menu .wrapper nav ul li .dropdown li a {
            padding: 0.5em 0.8em;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px; }
            menu .wrapper nav ul li .dropdown li a:hover {
              background: #F8F8F8; }
        menu .wrapper nav ul li .dropdown .dropdown-image {
          position: absolute;
          right: 50px;
          top: 70px;
          width: 230px;
          height: 230px;
          background: url("../img/menu-icons/recycle.png") center no-repeat; }

#attach-menu-mobile {
  display: none; }

/*----------Main / Main Slider----------*/
.top-slider {
  text-align: center;
  position: relative;
  height: 600px; }
  .top-slider .bx-slider .main-slide-1 {
    background: url("../img/slide3.jpg") center center no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 19em 0; }
  .top-slider .bx-slider .main-slide-2 {
    background: url("../img/slide5.jpg") center center no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 19em 0; }
  .top-slider .bx-slider .main-slide-3 {
    background: url("../img/slide4.jpg") center center no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 19em 0; }
  .top-slider .bx-slider .main-slide-4 {
    background: url("../img/slide2.jpg") center center no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 19em 0; }
  .top-slider .bx-slider .main-slide-5 {
    background: url("../img/slide6.jpg") center center no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 19em 0; }

/*Controls next / prev*/
.bx-wrapper .bx-prev {
  left: 30px;
  background: url(../img/arrow-blue.png) no-repeat 0px 0px;
  filter: brightness(0.85);
  -webkit-filter: brightness(0.85); }

.bx-wrapper .bx-next {
  right: 30px;
  background: url(../img/arrow-green.png) no-repeat 0px 0px;
  filter: brightness(0.85);
  -webkit-filter: brightness(0.85); }

.bx-wrapper .bx-prev:hover {
  background-position: -1px -0px;
  filter: brightness(1);
  -webkit-filter: brightness(1); }

.bx-wrapper .bx-next:hover {
  background-position: 1px -0px;
  filter: brightness(1);
  -webkit-filter: brightness(1); }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/*Sentence section*/
.sentence {
  background: #F8F8F8; }

/*About company section*/
#ofirmie {
  width: 100%;
  padding: 4em 0;
  position: relative; }
  #ofirmie .recycle-truck {
    position: absolute;
    left: 0;
    bottom: -1em;
    z-index: 2; }
  #ofirmie .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2em 0; }
    #ofirmie .wrapper div {
      flex: 1; }
    #ofirmie .wrapper .about-content {
      padding: 0 1em 0 0; }
    #ofirmie .wrapper .about-pic {
      background: url("../img/forest.jpg") 100% 100% no-repeat fixed;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
      #ofirmie .wrapper .about-pic h2 {
        color: #fff; }

/*Recycle list section*/
#utylizacjaodpadow {
  width: 100%;
  padding: 4em 0;
  background: #F8F8F8;
  position: relative;
  padding-bottom: 6em;
  /* Acordeon styles */
  /* :checked */
  /* Icon */ }
  #utylizacjaodpadow .garbage-truck {
    position: absolute;
    right: 0;
    bottom: -1em; }
  #utylizacjaodpadow h1 {
    margin-bottom: 0; }
  #utylizacjaodpadow .tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden; }
  #utylizacjaodpadow input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  #utylizacjaodpadow label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #16a850;
    line-height: 3;
    cursor: pointer; }
    #utylizacjaodpadow label span {
      margin-left: 1.3em;
      font-weight: 300; }
  #utylizacjaodpadow .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #1573b4;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s; }
    #utylizacjaodpadow .tab-content h4 {
      margin-left: .9em;
      margin-right: .9em;
      font-weight: 400;
      padding: 1em 1em 1em 0;
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      letter-spacing: 1px; }
  #utylizacjaodpadow .tab-content p {
    margin: 1em;
    color: #fff;
    font-size: 1em;
    font-weight: 300; }
    #utylizacjaodpadow .tab-content p span {
      margin-right: 1.2em;
      font-weight: 600;
      width: 80px;
      height: auto;
      display: inline-block; }
  #utylizacjaodpadow input:checked ~ .tab-content {
    max-height: 9000px; }
  #utylizacjaodpadow label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  #utylizacjaodpadow input[type=checkbox] + label::after {
    content: "+"; }
  #utylizacjaodpadow input[type=radio] + label::after {
    content: "\25BC"; }
  #utylizacjaodpadow input[type=checkbox]:checked + label::after {
    transform: rotate(315deg); }
  #utylizacjaodpadow input[type=radio]:checked + label::after {
    transform: rotateX(180deg); }

/*Drexit Services Section*/
#uslugi {
  width: 100%;
  padding: 4em 0;
  background: #fff; }
  #uslugi .wrapper h1 {
    margin-bottom: 0; }
  #uslugi .wrapper h2 {
    padding-bottom: 2em; }
  #uslugi .wrapper h5 {
    margin-top: 4em;
    text-align: center; }
    #uslugi .wrapper h5 span {
      color: #16a850;
      margin-right: 0.3em; }
  #uslugi .wrapper a {
    background: #1573b4;
    padding: 1em 2em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    width: 6em;
    height: auto;
    display: block;
    margin: 1.5em auto 0; }
    #uslugi .wrapper a:hover {
      background: #16a850; }
  #uslugi .wrapper .services-lockup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #uslugi .wrapper .services-lockup .services-item {
      padding: 2em 2em 0 2em;
      margin: .5em;
      background: #f3fdf7;
      flex: 1;
      cursor: pointer;
      position: relative;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #uslugi .wrapper .services-lockup .services-item:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #1573b4;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; }
      #uslugi .wrapper .services-lockup .services-item:hover > .services-item-back {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
        z-index: 5; }
      #uslugi .wrapper .services-lockup .services-item:hover > .services-item-front {
        display: none; }
      #uslugi .wrapper .services-lockup .services-item img {
        width: 120px;
        height: 120px;
        display: block;
        margin: 0 auto 1em; }
      #uslugi .wrapper .services-lockup .services-item .services-item-back {
        display: none; }
        #uslugi .wrapper .services-lockup .services-item .services-item-back .services-item-back-info {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column-reverse; }
        #uslugi .wrapper .services-lockup .services-item .services-item-back p {
          color: #fff;
          font-size: .95em; }
        #uslugi .wrapper .services-lockup .services-item .services-item-back img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
          width: 40px;
          height: 40px;
          margin-left: 0; }
    #uslugi .wrapper .services-lockup .services-item-logo {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #1573b4; }
      #uslugi .wrapper .services-lockup .services-item-logo img {
        width: 200px;
        height: auto;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
      #uslugi .wrapper .services-lockup .services-item-logo:hover:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: transparent;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; }

/*Commune Offices Section*/
#obslugiwanegminy {
  width: 100%;
  padding: 4em 0;
  background: #F8F8F8; }
  #obslugiwanegminy .wrapper .commune-office {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  #obslugiwanegminy .wrapper .commune-office img {
    margin-bottom: 50px; }
    #obslugiwanegminy .wrapper .commune-office a {
      background: #1573b4;
      padding: 1.5em 2.5em;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      font-size: 1.4em;
      text-transform: uppercase;
      color: #fff;
      margin-top: 1.5em;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      #obslugiwanegminy .wrapper .commune-office a:hover {
        background: #16a850; }

/*Contact form Section*/
#kontakt {
  width: 100%;
  padding: 4em 0;
  background: url("../img/slide1.jpg") center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }
  #kontakt .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    #kontakt .wrapper .contact-item-form {
      flex: 2; }
      #kontakt .wrapper .contact-item-form form {
        padding: 2em;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: #F8F8F8; }
        #kontakt .wrapper .contact-item-form form h1 {
          text-align: left; }
          #kontakt .wrapper .contact-item-form form h1 a {
            float: right;
            text-transform: initial; }
        #kontakt .wrapper .contact-item-form form .form-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column; }
          #kontakt .wrapper .contact-item-form form .form-item input {
            padding: 1em;
            background: #e5fcee;
            outline: none;
            border: none;
            margin-bottom: 1.5em; }
            #kontakt .wrapper .contact-item-form form .form-item input::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
            #kontakt .wrapper .contact-item-form form .form-item input::-moz-placeholder {
              /* Firefox 19+ */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
            #kontakt .wrapper .contact-item-form form .form-item input:-ms-input-placeholder {
              /* IE 10+ */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
            #kontakt .wrapper .contact-item-form form .form-item input:-moz-placeholder {
              /* Firefox 18- */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
          #kontakt .wrapper .contact-item-form form .form-item label {
            margin-bottom: 0.5em; }
          #kontakt .wrapper .contact-item-form form .form-item textarea {
            padding: 1em;
            background: #e5fcee;
            outline: none;
            border: none;
            margin-bottom: 1.5em;
            height: 4em; }
            #kontakt .wrapper .contact-item-form form .form-item textarea::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
            #kontakt .wrapper .contact-item-form form .form-item textarea::-moz-placeholder {
              /* Firefox 19+ */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
            #kontakt .wrapper .contact-item-form form .form-item textarea:-ms-input-placeholder {
              /* IE 10+ */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
            #kontakt .wrapper .contact-item-form form .form-item textarea:-moz-placeholder {
              /* Firefox 18- */
              color: #b7b7b7;
              font-family: 'Lato', sans-serif; }
          #kontakt .wrapper .contact-item-form form .form-item .button-and-rodo {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #kontakt .wrapper .contact-item-form form .form-item .button-and-rodo button {
              background: #16a850;
              border: none;
              padding: 1em 2em;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px;
              border-radius: 15px;
              -webkit-transition: all .3s ease;
              transition: all .3s ease;
              color: #fff;
              width: 8em;
              height: auto;
              cursor: pointer;
              margin-top: 0.5em; }
              #kontakt .wrapper .contact-item-form form .form-item .button-and-rodo button:hover {
                background: #1573b4; }
            #kontakt .wrapper .contact-item-form form .form-item .button-and-rodo a {
              font-weight: 600; }
    #kontakt .wrapper .contact-item-img {
      flex: 1; }
      #kontakt .wrapper .contact-item-img img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }

.contact-msg-info {
  color: red;
  font-size: 14px;
  display: inline; }

.contact-msg-success {
  color: green;
  font-size: 14px;
  margin-top: 1em; }

/*Footer section*/
footer {
  width: 100%;
  padding: 4em 0; }
  footer .wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    footer .wrapper .footer-lockup h3 {
      margin: 0 0 1em 0; }
    footer .wrapper .footer-lockup i {
      font-size: 2em;
      padding: 1em;
      border: 1px solid #16a850;
      border-radius: 50%;
      color: #16a850;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      footer .wrapper .footer-lockup i:hover {
        background: #16a850;
        color: #fff; }
    footer .wrapper .footer-lockup .footer-img-move {
      position: absolute;
      top: 0;
      right: 0; }
    footer .wrapper .footer-lockup .footer-logo {
      left: 0; }

/*Copyrights*/
#copyright {
  background: #F8F8F8;
  border-top: 1px solid #ddd;
  padding: .8em 0 .2em 0;
  position: relative; }
  #copyright .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #copyright .wrapper p {
      font-size: 0.8em; }

.cookiepolicy {
  background: #1573b4;
  bottom: 0;
  font: 14px Arial, Helvetica, sans-serif;
  left: 0;
  padding: 15px 50px;
  position: fixed;
  right: 0;
  text-align: center;
  color: #fff; }

.cookiepolicy .button {
  background: #16a850;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
  padding: 5px 10px; }

/*Cennik page*/
main.pricelist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh; }
  main.pricelist .price-lockup {
    flex: 4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column; }
    main.pricelist .price-lockup img {
      width: 80px;
      height: auto;
      margin-bottom: 3em; }
    main.pricelist .price-lockup .price-column {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      main.pricelist .price-lockup .price-column .price-items {
        padding: 0 1em; }
    main.pricelist .price-lockup h1 {
      margin-bottom: 0em;
      font-size: 1.6em; }
    main.pricelist .price-lockup h3 {
      margin-bottom: 2em;
      border: none; }
      main.pricelist .price-lockup h3 a {
        color: #16a850; }
        main.pricelist .price-lockup h3 a:hover {
          color: #1573b4; }
  main.pricelist .price-lockup-image {
    flex: 5;
    background: url(../img/drexit-pojemniki-na-odpady.jpg) center center no-repeat;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0;
    position: relative; }
    main.pricelist .price-lockup-image::after {
      content: '';
      position: absolute;
      right: -20px;
      width: 100%;
      min-height: 100vh;
      border-right: 20px solid #5cb1ec;
      -webkit-border-radius: 0 50% 50% 0;
      -moz-border-radius: 0 50% 50% 0;
      border-radius: 0 50% 50% 0;
      right: -10px;
      border-right: 20px solid #1cd565; }
    main.pricelist .price-lockup-image::before {
      content: '';
      position: absolute;
      right: -20px;
      width: 100%;
      min-height: 100vh;
      border-right: 20px solid #5cb1ec;
      -webkit-border-radius: 0 50% 50% 0;
      -moz-border-radius: 0 50% 50% 0;
      border-radius: 0 50% 50% 0; }

.pricelist-footer {
  background: #F8F8F8; }
  .pricelist-footer .wrapper .footer-lockup .footer-img-move {
    position: static; }

@media screen and (max-width: 1200px) {
  .wrapper {
    width: 1000px;
    height: auto; }

  #utylizacjaodpadow label {
    padding: 7px 4em 7px 1em;
    line-height: 2em; }

  #uslugi .wrapper .services-lockup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    #uslugi .wrapper .services-lockup .services-item:hover > .services-item-back {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      height: 190px; }
    #uslugi .wrapper .services-lockup .services-item img {
      width: 100px;
      height: auto; }
    #uslugi .wrapper .services-lockup .services-item .services-item-back img {
      display: block;
      text-align: center;
      margin: 0 auto;
      padding-bottom: 2em; }
    #uslugi .wrapper .services-lockup .services-item-logo {
      height: 190px; }

  footer .wrapper .footer-lockup .footer-img-move {
    position: static; }

  main.pricelist .price-lockup {
    flex: 1; }
  main.pricelist .price-lockup-image {
    flex: 1; } }
@media screen and (max-width: 992px) {
  body {
    font-size: 0.9em; }

  .wrapper {
    width: 95%; }

  section {
    padding: 3em 0; }

  header .wrapper .header-icon-set-start:before {
    width: 1px;
    height: 35px; }

  menu .wrapper {
    justify-content: space-around; }
    menu .wrapper nav ul li .dropdown {
      width: 380px;
      height: auto; }
      menu .wrapper nav ul li .dropdown .dropdown-image {
        display: none; }

  .top-slider {
    max-height: 550px; }

  .bx-slider .main-slide-1 {
    padding: 2em 0; }

  .bx-slider .main-slide-2 {
    padding: 2em 0; }

  .bx-slider .main-slide-3 {
    padding: 2em 0; }

  .bx-slider .main-slide-4 {
    padding: 2em 0; }

  #utylizacjaodpadow {
    padding-top: 3em;
    padding-bottom: 6em; }

  #ofirmie .wrapper {
    padding-top: 0;
    flex-direction: column; }
    #ofirmie .wrapper .about-content p {
      padding: 0 2em 0 2em; }
    #ofirmie .wrapper .about-pic {
      width: 90%;
      height: auto;
      margin: 0 auto;
      margin-top: 2em; }
      #ofirmie .wrapper .about-pic h2 {
        padding: 4em 0; } }
@media screen and (max-width: 768px) {
  menu .wrapper {
    justify-content: space-between; }

  #attach-menu-mobile {
    display: block; }

  #main-menu {
    display: none; }

  .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    display: none; }

  #kontakt {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover; }
    #kontakt .wrapper .contact-item-form {
      flex: 2; }
      #kontakt .wrapper .contact-item-form form h1 {
        height: 80px; }
    #kontakt .wrapper .contact-item-img {
      display: none; }

  footer .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }
    footer .wrapper .footer-lockup h3 {
      margin: 2em 0 1em 0; }
    footer .wrapper .footer-lockup i {
      margin-top: 2em; }
    footer .wrapper .footer-lockup .footer-img-move {
      position: static; }
    footer .wrapper .footer-lockup .footer-logo {
      margin-bottom: 2em; }

  main.pricelist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 1000px;
    flex-direction: column; }
    main.pricelist .price-lockup .price-column .price-items {
      padding: 0 2.5em; }
    main.pricelist .price-lockup-image {
      width: 100%;
      height: 200px;
      margin-bottom: 2em;
      border-radius: 0; }
      main.pricelist .price-lockup-image::after, main.pricelist .price-lockup-image::before {
        display: none; } }
@media screen and (max-width: 576px) {
  body {
    font-size: 0.8em; }

  header .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    header .wrapper p b {
      display: none !important; }
    header .wrapper .header-icon-set-start:before {
      width: 1px;
      height: 32px; }

  .top-slider {
    max-height: 480px; }

  .slicknav_nav {
    top: 80px; }

  .slicknav_menu {
    margin: 0; }

  #kontakt .wrapper .contact-item-form form .form-item .button-and-rodo a {
    margin-left: 2em; }

  footer {
    padding: 2em 0; }
    footer .wrapper .footer-lockup h3 {
      margin: 1em 0 1em 0; }
    footer .wrapper .footer-lockup i {
      margin-top: 1em; }
    footer .wrapper .footer-lockup .footer-logo {
      margin-bottom: 1em; }

  #utylizacjaodpadow, #ofirmie {
    padding-bottom: 0; }

  .garbage-truck, .recycle-truck {
    position: static !important;
    display: block !important;
    margin: 2em auto 0 !important; } }

/*# sourceMappingURL=main.css.map */
