html
{
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

body
{
    min-width: 1160px;
    height: 100%;
    background-color: #fff;
    font-family: 'Open Sans', Tahoma, Verdana;
    font-weight: 300;
    color: #444;
    font-size: 16px;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    body
    {
        min-width: 100%;
        width: 100%;
    }
}

.fixed
{
    position: fixed;
    width: 100%;
    height: 155px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .fixed
    {
        display: none;
    }
}

.fixed_mobile
{
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 3px 5px 0px #ddd;
    display: none;
    overflow: hidden;
    z-index: 20;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .fixed_mobile
    {
        display: block;
    }
}

.global
{
    width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .global
    {
        width: auto;
    }
}

.gora
{
    display: block;
    position: relative;
}

.gora_lewa
{
    float: left;
}

.logo
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 40px 0 0 0;
    padding: 0;
    border: 0;
    width: 283px;
    height: 114px;
    background-image: url('../grafika/logo.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo_mobile
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
    width: 189px;
    height: 80px;
    background-image: url('../grafika/logo_mobile.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gora_prawa
{
    float: right;
}

.gora_flagi
{
    height: 32px;
    position: absolute;
    top: 4px;
    right: 0;
}

.fixed_mobile .gora_flagi
{
    right: 60px !important;
    top: 21px !important;
}

.flaga_pl
{
    display: block;
    float: right;
    text-decoration: none;
    outline: none;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/flag_pl.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.flaga_en
{
    display: block;
    float: right;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 32px;
    height: 32px;
    background-image: url('../images/flag_en.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.gora_prawa_1
{
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin: 50px 0 0 0;
    position: rela
}

.gora_prawa_2
{
    float: left;
    text-align: left;
    width: 395px;
    color: #325D41;
    font-size: 24px;
    font-weight: 400;
}

.gora_prawa_3
{
    float: right;
    text-align: right;
    width: 395px;
    font-size: 14px;
}

.gora_prawa_3 .zadzwon
{
    display: inline-block;
    text-decoration: none;
    outline: none;
    margin: 0 0 0 15px;
    background-color: #309D66;
    color: #fff;
    padding: 0 15px;
    height: 34px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
}

.gora_prawa_3 .zadzwon span
{
    font-size: 10px;
}

.gora_prawa_4
{
    height: 50px;
}

.gora_menu
{
    height: 50px;
    float: right;
}

.rozwijane,.rozwijane ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.rozwijane li,.rozwijane li a
{
	float: left;
}

.rozwijane li
{
	position: relative;
}

.rozwijane li ul
{
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	padding: 6px 0 0 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #E6E6E6;
	background-image: url('../grafika/rozwijane_1.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.rozwijane li:hover > ul
{
	display: block;
}

.rozwijane li ul li, .rozwijane li ul li a
{
	float: none;
}

.rozwijane li ul li a
{
	display: block;
}

.rozwijane li ul li ul
{
	display: none;
	position: absolute;
	z-index: 10;
	left: 100%;
	top: -6px;
	padding: 6px 0 0 0;
	margin: 0 0 0 -1px;
	border: 0;
	border-bottom: 1px solid #E6E6E6;
	background-image: url('../grafika/rozwijane_2.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.gora_menu_opcja
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    color: #000;
    margin: 0;
    padding: 20px 0;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.gora_menu_opcja:hover,.gora_menu_opcja.wybrana
{
    color: #309D66;
}

.gora_submenu_opcja
{
    display: block;
    text-decoration: none;
    outline: none;
    color: #000;
	background-color: #fff;
    margin: 0;
    padding: 6px 10px;
    border: 0;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.gora_submenu_opcja:hover,.gora_submenu_opcja.wybrana
{
    color: #309D66;
}

.gora_menu_odstep
{
    display: block;
    float: left;
    width: 36px;
    height: 60px;
    background-image: url('../grafika/gora_menu_odstep.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.mobile_menu_button
{
    display: block;
    float: right;
    text-decoration: none;
    outline: none;
    margin: 27px 0 0 0;
    padding: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background-image: url('../grafika/mobile_menu_button.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed_space
{
    height: 195px;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .fixed_space
    {
        display: none;
    }
}

.fixed_mobile_space
{
    height: 95px;
    display: none;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .fixed_mobile_space
    {
        display: block;
    }
}

.mobile_menu_kontener
{
    display: none;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .mobile_menu_kontener
    {
        display: block;
    }
}

.mobile_menu
{
    display: none;
}

.mobile_menu ul,.mobile_menu li
{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    outline: none;
}

.mobile_menu_opcja
{
    display: block;
    text-decoration: none;
    outline: none;
    color: #000;
    margin: 0;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.mobile_menu_opcja:hover,.mobile_menu_opcja.wybrana
{
    color: #309D66;
}

.mobile_submenu_opcja
{
    display: block;
    text-decoration: none;
    outline: none;
    color: #000;
    margin: 0;
    padding: 10px 10px 10px 30px;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.mobile_submenu_opcja:hover,.mobile_submenu_opcja.wybrana
{
    color: #309D66;
}

.bnr_kontener
{
    display: block;
}

.bnr
{
    float: left;
    width: 846px;
    height: 327px;
    overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .bnr
    {
        display: none;
    }
}

.bnr_modul
{
    float: right;
    width: 264px;
    height: 327px;
    overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .bnr_modul
    {
        float: none;
        width: 100%;
        height: auto;
    }
}

.bnr_modul_szeroki
{
    display: block;
}

.bnr_modul a,.bnr_modul_szeroki a
{
    color: #444;
    text-decoration: none;
    outline: none;
}

.bnr_modul a:hover,.bnr_modul_szeroki a:hover
{
    color: #309D64;
    text-decoration: underline;
}

.tresc
{
    display: block;
    clear: both;
}

.modul_1
{
    background-color: #454344;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .modul_1
    {
        display: none;
    }
}

.modul_1 a
{
    color: #fff;
}

.wide
{
    background-color: #309D66;
    padding: 30px 0;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .wide
    {
        padding: 10px 0;
    }
}

.tytul
{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.srodek
{
    margin: 0;
    padding: 50px 0;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .srodek
    {
        padding: 30px 0;
    }
}

.mod_gallery
{
    width: 1138px;
    margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 199px)
{
    .mod_gallery
    {
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 319px)
{
    .mod_gallery
    {
        width: 180px;
    }
}

@media (min-width: 320px) and (max-width: 479px)
{
    .mod_gallery
    {
        width: 300px;
    }
}

@media (min-width: 480px) and (max-width: 639px)
{
    .mod_gallery
    {
        width: 460px;
    }
}

@media (min-width: 640px) and (max-width: 767px)
{
    .mod_gallery
    {
        width: 620px;
    }
}

@media (min-width: 768px) and (max-width: 799px)
{
    .mod_gallery
    {
        width: 744px;
    }
}

@media (min-width: 800px) and (max-width: 1023px)
{
    .mod_gallery
    {
        width: 780px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px)
{
    .mod_gallery
    {
        width: 1004px;
    }
}

.mod_gallery_thumb
{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
    margin: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 0px) and (max-width: 199px)
{
    .mod_gallery_thumb
    {
        display: none;
    }
}

@media (min-width: 200px) and (max-width: 319px)
{
    .mod_gallery_thumb
    {
        width: 176px;
        height: 176px;
        margin: 15px 0;
    }
}

@media (min-width: 320px) and (max-width: 479px)
{
    .mod_gallery_thumb
    {
        width: 136px;
        height: 136px;
        margin: 15px 5px;
    }
}

@media (min-width: 480px) and (max-width: 639px)
{
    .mod_gallery_thumb
    {
        width: 196px;
        height: 196px;
        margin: 15px;
    }
}

@media (min-width: 640px) and (max-width: 767px)
{
    .mod_gallery_thumb
    {
        width: 276px;
        height: 276px;
        margin: 15px;
    }
}

@media (min-width: 768px) and (max-width: 799px)
{
    .mod_gallery_thumb
    {
        width: 214px;
        height: 214px;
        margin: 15px;
    }
}

@media (min-width: 800px) and (max-width: 1023px)
{
    .mod_gallery_thumb
    {
        width: 226px;
        height: 226px;
        margin: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px)
{
    .mod_gallery_thumb
    {
        width: 217px;
        height: 217px;
        margin: 15px;
    }
}

.modul_2
{
    margin: 0;
    padding: 0 0 50px 0;
    overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .modul_2
    {
        display: none;
    }
}

.dol
{
    display: block;
    font-size: 14px;
}

.dol a
{
    color: #444;
    text-decoration: none;
    outline: none;
}

.dol_modul
{
    float: left;
    width: 263px;
    min-height: 1px;
}

@media (min-width: 0px) and (max-width: 839px)
{
    .dol_modul
    {
        float: none;
        width: 100%;
    }
}

.dol_sprawdz
{
    float: left;
    width: 554px;
    min-height: 1px;
    margin: 0 30px;
}

@media (min-width: 840px) and (max-width: 1279px)
{
    .dol_sprawdz
    {
        width: 534px;
        float: right;
        margin: 0;
    }
}

@media (min-width: 0px) and (max-width: 839px)
{
    .dol_sprawdz
    {
        display: none;
    }
}

.dol_sprawdz_1
{
    display: block;
}

.dol_sprawdz_1 p
{
    text-align: center;
}

.dol_sprawdz_2
{
    display: block;
}

.promont_technika_powietrza
{
    display: block;
    float: left;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 262px;
    height: 117px;
    background-image: url('../grafika/promont_technika_powietrza.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.promont_pieczarkarnie
{
    display: block;
    float: right;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    width: 262px;
    height: 117px;
    background-image: url('../grafika/promont_pieczarkarnie.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dol_stopka
{
    float: right;
    width: 263px;
    min-height: 1px;
    font-size: 14px;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .dol_stopka
    {
        display: none;
    }
}

.dol_stopka p
{
    text-align: right;
}

.dol_formularz
{
    width: 100%;
    max-width: 420px;
    margin: 30px auto 0 auto;
    display: none;
}

@media (min-width: 242px) and (max-width: 1279px)
{
    .dol_formularz
    {
        display: block;
    }
}

@media (min-width: 242px) and (max-width: 1279px)
{
    .dol_formularz.widoczne
    {
        display: block;
    }
}

.pole
{
    padding: 10px;
    border: 1px solid #E8E8E8;
    background-color: #F8F8F8;
    margin: 0 0 10px 0;
}

.formularz_pole
{
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #444;
    background-color: transparent;
    display: block;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', Tahoma, Verdana;
    cursor: text;
}

textarea.formularz_pole
{
    height: 72px;
}

.blad
{
    font-size: 13px;
    color: #fa0;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.formularz_lewa
{
    float: left;
    margin: 0 0 10px 0;
    line-height: 40px;
}

@media (min-width: 0px) and (max-width: 479px)
{
    .formularz_lewa
    {
        float: none;
        line-height: normal;
        text-align: right;
    }
}

.formularz_prawa
{
    float: right;
}

@media (min-width: 0px) and (max-width: 479px)
{
    .formularz_lewa
    {
        float: none;
    }
}

.formularz_prawa img
{
    margin: 0 0 10px 0;
    border: 1px solid #E8E8E8;
}

.formularz_prawa .blad
{
    text-align: right;
}

.formularz_prawa .formularz_pole
{
    width: 200px;
}

.formularz_przycisk
{
    width: 222px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #309D66;
    display: block;
    text-decoration: none;
    outline: none;
    margin: 0;
    padding: 0;
    border: 1px solid #E8E8E8;
    font-family: 'Open Sans', Tahoma, Verdana;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.zakladka
{
    width: 420px;
    min-height: 138px;
    border: 1px solid #E7E7E7;
    padding: 10px 10px 0 10px;
    background-color: #fff;
    right: -442px;
    z-index: 9998;
    position: fixed;
    top: 165px;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .zakladka
    {
        display: none;
    }
}

@media (min-width: 1280px)
{
    .zakladka.widoczne
    {
        display: block;
    }
}

.zakladka_img
{
    position: absolute;
    left: -33px;
    top: -1px;
    background-color: #E7E7E7;
    background-image: url('../grafika/zakladka_img.png');
    background-position: right top;
    background-repeat: no-repeat;
    width: 32px;
    height: 150px;
}

.dol_stopka_mobilna
{
    float: none;
    padding: 30px 0 0 0;
    min-height: 1px;
    font-size: 14px;
    text-align: center;
    display: none;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .dol_stopka_mobilna
    {
        display: block;
    }
}

.dol_stopka_mobilna a
{
    color: #444;
    text-decoration: none;
    outline: none;
}

.koniec
{
    height: 50px;
}

@media (min-width: 0px) and (max-width: 1279px)
{
    .koniec
    {
        height: 40px;
    }
}
