* {
    margin: 0;
    padding: 0;
}
#alert{
display: none;
}
#alert2{
    display: none;
}
#alert3{
    display: none;
}

.lato_font {
    font-family: 'Lato', sans-serif !important;
}

.signika_font {
    font-family: 'Signika', sans-serif !important;
}

#przelicz{
    margin-bottom: 60px;
}

.pomp4_1{position: absolute; top: -10px;}
.pomp4_2{position: absolute;     left: 79px;    z-index: 1;    top: 48px;}
.pomp4_3{position: absolute; left: 230px;}
.operation_list p.color_1 {
    width: 474px;
}

h1, .h1 {
    font-size: 76px !important;
    font-weight: 300 !important;
}

h2, .h2 {
    font-size: 46px !important;
    font-weight: 300 !important;
}

h3 .h3 {
    font-size: 24px !important;
    font-weight: 300 !important;
}

.menu-link {
    font-size: 19px;
    font-weight: 300;
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

.menu-link::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.menu-link:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20%;
    transition: 0.2s;
}

.menu-link:hover:before {
    width: 15%;
}

.menu-link:hover,
.menu-link:focus,
.menu-link:active {
    background-color: transparent !important;
    color: #fff;
    font-weight: 700;
}

.menu-link.active {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
}

.menu-link.active::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.menu-link.active:before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 20%;
}

/*.menu-link::after {*/
/*display: block;*/
/*content: attr(title);*/
/*font-weight: bold;*/
/*height: 0;*/
/*overflow: hidden;*/
/*visibility: hidden;*/
/*}*/

.header {
    position: relative;
}

.header_bg {
    background: url(../images/header_bg.jpg) center no-repeat;
    width: 930px;
    height: 486px;
    position: absolute;
    right: -50px;
    top: -93px;
    z-index: -1;
}

.item2 .header_bg {
    background: url(../images/header_bg_item2.jpg) center no-repeat;
}

.item3 .header_bg {
    background: url(../images/header_bg_item3.jpg) center no-repeat;
}

.item4 .header_bg {
    background: url(../images/header_bg_item4.jpg) center no-repeat;
}

.navbar-collapse {
    position: relative;
}

.flame-icon {
    position: absolute;
    right: -75px;
    top: 130px;
}

.big {
    font-size: 116px;
    font-weight: normal;
}

.multiplier {
    font-weight: normal;
    font-size: 60px;
}

.profit {
    color: #9bb934;
    position: relative;
}

.profit_borders {
    height: 120px;
    box-sizing: border-box;
    border-top: 3px solid #9bb934;
    border-bottom: 3px solid #9bb934;
    position: absolute;
    top: 20px;
    width: 100%;
}

.more_profit {
    text-transform: uppercase;
    font-size: 34px;
}

.seasons {
    font-size: 19px;
    margin-left: 10px;
    text-transform: uppercase;
}

.profit_desc {
    padding: 0 20px 0 80px;
}

.row_flex {
    display: flex;
}

.col_flex {
    display: flex;
    align-items: center;
    align-content: center;
}

.col_flex2 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: baseline;
}

.color_1 {
    color: #999999 !important;
}

.color_2 {
    color: #5c763f !important;
}
.color_3{
    color: red;
    font-size: medium;
    font-weight: bold;
}

.header .h2 {
    margin-top: 40px;
}

.header .color_1.lato_font {
    font-size: 20px;
}

.cta {
    width: 205px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-family: 'Signika', sans-serif !important;
    padding: 10px 0;
    display: block;
    border: 2px solid;
    border-radius: 30px;
}

.cta:hover {
    text-decoration: none;
}

.cta_green {
    color: #335917;
    border-color: #335917;
}

.cta_green:hover {
    color: #fff;
    background: #335917;
}

.cta_green_full {
    color: #fff;
    border-color: #335917;
    background: #335917;
}

.cta_green_full:hover {
    border-color: #9bb934;
    background: #9bb934;
    color: #fff;
}
.cta_red_full {
    color: #fff;
    border-color: #920b0b;
    background: #920b0b;
    font-size: 12px;
    padding-top: 6px;
}

.cta_red_full:hover {
    border-color: #dc1c1c;
    background: #dc1c1c;
    color: #fff;
}

.cta_grey {
    color: #999999;
    border-color: #999999;
}

.cta_grey:hover {
    background: rgba(153, 153, 153, 0.2);
    color: #999999;
}

.cta_white {
    color: #fff;
    border-color: #fff;
}

.cta_white:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;;
}

.cta_white_full {
    color: #5c763f;
    background: #fff;
    border-color: #fff;
}

.cta_white_full:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #5c763f;
}

.header .cta {
    margin: 25px 0;
}

.pompy {
    background: url(../images/content_bg.jpg) left no-repeat;
    padding: 15px 0 30px 0;

}

.pompy .h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 36px !important;
}

.pompy p {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
.pompy ol {
    margin-left: 40px;
}
.pompy li {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
.calculator .h2 {
    margin-bottom: 40px;
}

.calculator p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 100px;
}

.calculator form p {
    font-size: 18px;
    margin: 20px 0 0 30px;
}

.calculator .suwak p {
    font-size: 18px;
}

select {
    background: url(../images/select_bg.png) 95% no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

input, select {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Signika', sans-serif !important;
    padding: 10px 20px;
    display: block;
    border: 2px solid #335917;
    border-radius: 30px;
    color: #999999;
    font-weight: 300;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999999;
    font-size: 18px;
    font-weight: 300;
}

.range_slider,
.calc_form {
    width: 1250px;
    position: relative;
}

.range_slider p {
    font-size: 18px;
    margin: 50px 0 80px 0 !important;
}

.minus, .minus2 {
    width: 48px;
    height: 34px;
    background: url(../images/minus.png) no-repeat;
    position: absolute;
    left: 0;
    top: -5px;
}

.plus, .plus2 {
    width: 48px;
    height: 34px;
    background: url(../images/plus.png) no-repeat;
    position: absolute;
    right: 0;
    top:-5px;
}


.costs {
    padding: 70px 50px;
    background: #969687;
    color: #fff;
    flex: 1;
}

.summary {
    font-weight: 300;
    padding: 30px 0 70px 0;
    box-sizing: border-box;
}

.half_boxes {
    display: flex;
    flex-direction: row;
    position: relative;
}

.summary table {
    width: 100%;
    font-size: 18px;
}

.costs table span {
    font-size: 24px;
    text-transform: uppercase;
}

.costs table tr td:last-child {
    text-align: right;
}

.costs table tr td {
    padding: 10px 20px;
    box-sizing: border-box;
}

.costs table tr {
    border-bottom: 1px solid #62665c;
}

.costs table tr:first-child {
    border-bottom: none;
}

.costs table tr th:last-child {
    text-align: right;
}

.costs table th p {
    margin-bottom: 20px;
    line-height: 1.2em;
}

.leaf {
    width: 158px;
    height: 166px;
    background: url(../images/leaf.png);
    position: absolute;
    right: -80px;
    top: -90px;
    z-index: 0;
}

.costs table th p span {
    font-size: 14px;
    line-height: 1.4em;
    display: block;
}

.currency {
    font-size: 19px !important;
}

.savings {
    flex: 1;
    padding: 35px 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 1;
    background: #ffffff;
    border: 2px solid #969687;
    box-sizing: border-box;

}

.savings span {
    font-size: 150px;
    font-weight: 600;
    color: #9bb934;
}

.savings .h2 {
    margin-bottom: 0;
}

.savings sup {
    font-size: 68px;
    top: -80px;
    left: -30px;
}

.comparision {
    font-size: 14px !important;
    /*!*margin: 20px 0 65px 15px !important;*! przed zmiana buttona / zmien dane*/
    margin: 20px 0 0px 15px !important;
}

.total_cost table {
    font-size: 14px;
    font-weight: 400;
}

.total_cost table td {
    padding: 17px 0;
}

.total_cost table td span {
    font-size: 75%;
    display: inline-block;
    margin-left: 2px;
}

.total_cost table th {
    color: #9bb934;
}

.total_cost table tr td:first-child {
    font-weight: 600;
}

.total_cost table tr:nth-child(4) td {
    background: #e4edcb;
}

.total_cost table tr:nth-child(4) td:first-child {
    background: none;
}

.buttons a.cta {
    float: left;
    margin-left: 65px;
}

.buttons {
    margin: 65px 0;
    float: right;
}

.newsletter {
    background: url(../images/newsletter_bg.jpg) center left no-repeat;
    background-size: cover;
}



.newsletter .h2 {
    margin-bottom: 20px!important;
      color: #fff;
}
.newsletter .h3 {
    margin-bottom: 40px !important;
    color: #fff;
    font-weight: bold;
}
.newsletter .h3 a{color: white;}

.newsletter input, #zamow input {
    border-color: #fff;
    background: transparent;
    margin: 20px 0;
    color: #fff;
}

.newsletter img {
    float: right;
    margin: 15px 0 30px 0;
}

#newsletter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

#newsletter::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

#newsletter:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

#newsletter:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.slick-dots li {
    margin: 0 30px;
}

.slick-dots li button {
    background: #335917;
    color: #fff;
    /*overflow:hidden;*/
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 0.5;
}

.slick-dots li:first-child button:before {
    content: "1" !important;
    color: #fff;
}

.slick-dots li:nth-child(2) button:before {
    content: "2" !important;
    color: #fff;
}

.slick-dots li:nth-child(3) button:before {
    content: "3" !important;
    color: #fff;
}

.slick-dots li:nth-child(4) button:before {
    content: "4" !important;
    color: #fff;
}

.slick-dots li button:before {
    color: #fff;
    font-size: 18px;
    font-family: 'Signika', sans-serif !important;
    top: 7px;
    left: 7px;
}

li.slick-active button:before{

}

li.slick-active button {
    transform: scale(1.2);
    opacity: 1;
    color: #ffffff;
}

.slick-dots {
    bottom: 40px;
    left: -350px;
}

.slick-next {
    right: 52%;
    bottom: 130px;
    top: auto;
}

.slick-next:before {
    content: '';
    display: block;
    background: url(../images/slick_next.png) center no-repeat;
    width: 15px;
    height: 17px;
}

.mobile_show {
    display: none !important;
}

.item1,
.item2,
.item3,
.item4 {
    overflow: hidden;
}

.navbar {
    margin-bottom: 40px;
}

.fs16 {
    font-size: 16px;
}

.md_show {
    display: none !important;
}

/*#korzysci*/

#korzysci {
    overflow: hidden;
}

#korzysci .header .cta {
    margin: 70px 0;
}

#korzysci .header_bg {
    background: url(../images/korzysci_header.jpg) center no-repeat;
}

#korzysci .flame-icon {
    top: 0;
}

#korzysci .pompy {
    background: url(../images/korzysci_content_bg.jpg) left no-repeat;
    background-size: cover;
    padding: 40px 0 30px 0;
}

#korzysci .korzysci_pompy {
    position: relative;
}

#korzysci .korzysci_pompy {
    background: url(../images/korzysci_content_image.png) center no-repeat;
    background-size: 550px;
    width: 100%;
    height: 100%;
    transform: scale(1.1) translateY(30px);
}

#korzysci .profit_desc {
    padding: 0;
    position: relative;
}

#korzysci ul {
    list-style-type: none;
    font-size: 16px;
}

#korzysci .zalety {
    margin-left: 50px;
    position: relative;
    padding: 15px 0;
}

#korzysci .zalety:before {
    /*display: block;*/
    content: '';
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 13px;
    font-size: 16px;
    font-family: 'Signika', sans-serif !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#korzysci .zalety:first-child:before {
    content: '1';
}

#korzysci .zalety:nth-child(2):before {
    content: '2';
}

#korzysci .zalety:nth-child(3):before {
    content: '3';
}

#korzysci .profit_desc img {
    position: absolute;
    right: 130px;
    bottom: 20px;
}

#korzysci .profit_borders {
    height: auto;
    position: relative;
    margin-bottom: 75px;
}

#korzysci .big {
    float: left;
    margin: -20px 0;
}

#korzysci .kw {
    font-size: 40px;
    display: block;
}

#korzysci .rest {
    font-size: 16px;
    margin-top: -15px;
    display: block;
}

#korzysci .porownanie {
    display: inline-block;
    margin: 16px 0 0 10px;
}

#korzysci .profit_borders p {
    float: left;
}

#korzysci p.big {
    margin: -20px 15px;
}

#korzysci .profit_desc .h2 {
    margin-bottom: 60px;
}

#korzysci .content .logo {
    margin-top: 20px;
}

#korzysci .reasons {
    padding: 105px 0 135px 0;
}


#korzysci .profit img{
    margin-bottom: 50px;
}

.usage {
    padding: 80px 0 150px 0;
    background: #e9eae7;
}

.usage .h2 {
    margin-bottom: 60px;
}

.usage p {
    font-size: 16px;
}

.usage_ico {
    width: 120px;
    height: 90px;
}

.temp_measure {
    background: url(../images/temp_measure.png) no-repeat;
    background-size: cover;
}

.wifi {
    background: url(../images/wifi.png) no-repeat;
    background-size: cover;
}

.function_box {
    width: 33%;
    float: left;
    height: 376px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 16px;
}

.function_box p {
    margin: 30px 0;
}

.function_box:first-child {
    background: #55753e;
    color: #ffffff;
}

.function_box:nth-child(3) {
    background: url(../images/function_box1.jpg) center no-repeat;
    background-size: cover;
}

.function_box:nth-child(4) {
    background: #e9eae7;
}

.function_box:nth-child(5) {
    background: url(../images/function_box2.jpg) center no-repeat;
    background-size: cover;
}

.function_box:nth-child(6) {
    background: #edf3dc;
}

.functions {
    padding-bottom: 75px;
}

.article {
    padding: 50px 57px 65px 57px;
    background: #f5f5f3;
}

.article p {
    font-size: 16px;
}

.article_header {
    font-family: 'Lato', sans-serif !important;
    font-weight: 500;
    font-size: 28px !important;
    margin-bottom: 40px;
}

.date {
    margin: 60px 0 30px 0;
}

.integration_section .h2 {
    margin-top: 0;
}

.integration_section p {
    font-size: 16px;
    margin: 80px 0 60px 0;
}

.integration_section img {
    text-align: center;
}

.integration_img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
}

.integration_section .savings {
    display: block;
}

.integration_section .savings span {
    font-weight: bold;
    font-size: 16px !important;
    color: #999999;
}

.neoheat {
    font-size: 24px !important;
    color: #9bb934;
    margin: 40px 0 20px 0 !important;
}

.integration_section .savings .savings_text {
    margin: 0 0 55px 0 !important;
}

.integration_section {
    padding: 140px 0 105px 0;
}

#korzysci .summary {
    display: none;
}

#korzysci .calculator {
    padding-bottom: 80px;
}

/*#oplacalnosc*/

#oplacalnosc {
    overflow: hidden;
}

#oplacalnosc .header_bg {
    background: url(../images/oplacalsnosc_header.jpg) center no-repeat;
}

#oplacalnosc .flame-icon {
    top: 0;
}

#oplacalnosc .pompy {
    background: url(../images/oplacalnosc_content.jpg) left no-repeat;
}

#oplacalnosc .header .cta {
    margin: 70px 0;
}

.bg_bold {
    font-weight: bold !important;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 70%;
}

#oplacalnosc .pompy .cta {
    margin-top: 45px;
}

.change_section {
    padding: 80px 0;
}

.change_section span {
    font-weight: bold;
}

.change_section p {
    font-size: 16px;
    margin-bottom: 30px;
}

.change_section .h2 {
    margin-bottom: 60px;
}

.square {
    position: relative;
    border: 3px solid #9bb934;
    text-align: center;
    padding: 35px 0;
    margin-top: 40px;
}

.square_img {
    position: absolute;
    top: 80px;
    right: -50px;
    background: #ffffff;
    z-index: 1;
}

.square p {
    font-size: 24px;
    color: #9bb934;
    margin: 35px 0 0 0;
}

.oportunities_bg {
    margin-right: 5%;
    background: url(../images/oportunities.jpg) center no-repeat;
    background-size: cover;
    width: 95%;
    height: 100%;
}

#oplacalnosc ul {
    list-style-type: none;
    font-size: 16px;
}

#oplacalnosc .zalety {
    margin-left: 50px;
    position: relative;
    padding: 15px 0;
}

#oplacalnosc .zalety:before {
    /*display: block;*/
    content: '';
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 50%;
    position: absolute;
    left: -50px;
    top: 13px;
    font-size: 16px;
    font-family: 'Signika', sans-serif !important;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#oplacalnosc .oportunities .zalety:first-child:before {
    background: url(../images/heating_ico.png) center no-repeat;
    background-size: cover;
    border: none;
}

#oplacalnosc .oportunities .zalety:nth-child(2):before {
    background: url(../images/boiling_ico.png) center no-repeat;
    background-size: cover;
    border: none;
}

#oplacalnosc .oportunities .zalety:nth-child(3):before {
    background: url(../images/cooling_ico.png) center no-repeat;
    background-size: cover;
    border: none;
}

.oportunities {
    /*padding: 65px 0 85px 0;*/
    background: #e9eae7;
}

.oportunities p {
    font-size: 16px;
    margin-bottom: 30px;
}

.oportunities .h2 {
    margin-bottom: 60px;
}

.oportunities_content {
    padding: 65px 0 55px 0;
}

#oplacalnosc .example_costs .zalety:first-child:before {
    content: '1';
}

#oplacalnosc .example_costs .zalety:nth-child(2):before {
    content: '2';
}

#oplacalnosc .example_costs .zalety:nth-child(3):before {
    content: '3';
}

#oplacalnosc .example_costs .zalety:nth-child(4):before {
    content: '4';
}

#oplacalnosc .example_costs .zalety:nth-child(5):before {
    content: '5';
}

.example_costs p {
    font-size: 16px;
    margin-bottom: 30px;
}

.example_costs .h2 {
    margin-bottom: 60px;
}

.bar_cost {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 55px;
}

.bar_wrapper {
    height: 205px;
    position: relative;
}

.single_bar {
    padding: 0 45px;
    width: 33%;
    box-sizing: border-box;
    float: left;
}

.bar_content1 {
    height: 100%;
    width: 100%;
    background: #335917;
}

.bar_content2 {
    height: 70%;
    width: 100%;
    background: #335917;
    position: absolute;
    bottom: 0;
}

.bar_content3 {
    height: 15%;
    width: 100%;
    background: #335917;
    position: absolute;
    bottom: 0;
}

.single_bar {
    text-align: center;
}

.single_bar img {
    width: 130px;
    margin-top: 20px;
}

.single_bar p:last-child {
    color: #9bb934;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 25px;
}

.clearfix {
    clear: both;
}

.charts {
    padding: 110px 0 80px 0;
    border: 2px solid #e9eae7;
}

.example_costs {
    padding: 90px 0;
}

.charts_desc {
    float: right;
    margin-top: 20px;
}

#oplacalnosc .summary {
    display: none;
}

#oplacalnosc .calculator .cta {
    margin-bottom: 90px;
}

/*#porownanie*/
#porownanie .flame-icon {
    top: -40px;
    right: -90px;
}

.pomp_selection {
    list-style-type: none;
    font-size: 24px;
    margin: 100px 0;
    border-bottom: 1px solid #9bb934;
    padding-bottom: 30px;
}

.pomp_selection li {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.pomp_selection .li_active:before {
    display: block;
    content: '';
    background: url(../images/slick_next.png) center no-repeat;
    width: 15px;
    height: 17px;
    background-size: cover;
    position: absolute;
    left: -10px;
    top: 6px;

}

.li_active {
    color: #5c763f;
}

.pomp_selection_img {
    position: absolute;
    bottom: 55px;
    right: 16px;
}

#porownanie .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
}

.pomp_comparision span {
    font-weight: bold;
}

.pomp_comparision .h2 {
    margin-bottom: 30px;
}

.pomp_type_header {
    font-size: 24px;
    color: #9bb934;
}

.pomp_types {
    font-size: 16px;
}

.grey {
    background: #969687;
}

.accesories img {
    position: absolute;
    top: -240px;
    right: 30px;
}

.accesories .cta {
    position: absolute;
    right: 30px;
    bottom: -280px;
}

.accesories {
    margin: 80px 0;
    color: #fff;
}

.accesories .h3 {
    margin-bottom: 40px;
}

.accesories p {
    margin-bottom: 20px;
}

.equipment_wrapper {
    padding: 45px 0 80px 0;
}

.equipment {
    border-right: 1px solid #62665c;
}

.green {
    background: #81aa0a;
    padding: 40px 0;
}

.catalog {
    color: #fff;
}

.catalog .cta {
    width: 100%;
    margin-top: 20px;
}

.catalog_img {
    position: absolute;
    top: -94px;
}

#porownanie .summary {
    display: none;
}

#porownanie .calc_form .cta {
    margin-bottom: 60px;
}

.catalog {
    padding-bottom: 65px;
}

.accesories img.sm_show {
    display: none;
}

#porownanie {
    overflow: hidden;
}

/*#ogrzewanie*/

#ogrzewanie .header_bg {
    background: url(../images/ogrzewanie_header.jpg) center no-repeat;
}

#ogrzewanie .h2 {
    margin-bottom: 60px !important;
}

.operation p {
    font-size: 16px;
    margin-bottom: 30px;
}

.operation_list {
    list-style-type: none;
    margin-top: 30px;
}

.operation_list li {
    display: flex;
    border-bottom: 1px solid #9bb934;
    padding: 15px 0;
}

.operation_list li:last-child {
    border-bottom: none;
}

.operation_list p {
    font-size: 24px;
    margin-bottom: 0;
}

.number {
    width: 120px;
    font-size: 46px;
    color: #9bb934;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    align-content: center;
}

.operation{
    padding: 60px 0 80px 0;
}


#ogrzewanie .function_box{
    width: 25%;
    height: 325px;
}

#ogrzewanie .function_box:nth-child(2){
    background: url(../images/ogrzewanie_box1.jpg) left no-repeat;
    background-size: cover;
}

#ogrzewanie .function_box:nth-child(3){
    background: #81aa0a;
    color: #fff;
}

#ogrzewanie .function_box:nth-child(4){
    background: #dcddd7;
}

#ogrzewanie .function_box:nth-child(5){
    background: #e9eae7;
}

#ogrzewanie .function_box:nth-child(6){
    background: #95a767;
    color: #fff;
}

#ogrzewanie .function_box:nth-child(7){
    background: url(../images/ogrzewanie_box2.jpg) center no-repeat;
    background-size: cover;
}
#ogrzewanie .function_box:nth-child(8){
    background: #e9eae7;
}

#ogrzewanie{
    overflow: hidden;
}

#ogrzewanie .summary{
    display: none;
}

#ogrzewanie .calculator .cta{
    margin-bottom: 60px;
}

/*#jak_wybrac*/

#jak_wybrac .header_bg{
    background: url(../images/jak_wybrac_header.jpg) center no-repeat;
}

#jak_wybrac .flame-icon {
    position: absolute;
    right: -75px;
    top: -40px;
}

#jak_wybrac .pompy{
    background: url(../images/jak_wybrac_content.jpg) left no-repeat;
    padding: 70px 0;
}

#jak_wybrac .h2{
    margin-bottom: 60px;
}

.choice{
    padding: 70px 0;
}

.nav>li>a {
    padding: 10px 14px;
}

#jak_wybrac .calculator{
    margin-top: 55px;
}

#jak_wybrac{
    overflow: hidden;
}

#jak_wybrac .summary{
    display: none;
}

#jak_wybrac .calculator .cta{
    margin-bottom: 60px;
}

.profit img{
    margin-top:35px;
    max-width: 530px;
    width: 100%;
}

/*suwak*/

.slidecontainer {
    width: 86%; /* Width of the outside container */
    margin: 110px 7% 0 7%;
}


.slider.slider-horizontal{
    width: 100%
}

.slider-handle{
    width: 50px;
    height: 30px;
    background: #335917;
    cursor: pointer;
    border-radius: 20px!important;
    top:-2px;
}

.slider .tooltip.top{
    margin-left: -28px!important;
    margin-top: -56px;
}

.slider-track{
    box-shadow: none;
    background-image: none;
    background: #d3d3d3;
}

.slider.slider-horizontal .slider-track{
    height: 15px;
}

.slider-selection{
    box-shadow: none;
    background: #d3d3d3;

}

.tooltip-inner{
    background: transparent;
    color: #335917;
    font-size:30px;
}

.tooltip.top .tooltip-arrow{
    display: none;
}

.tooltip-arrow{
    display: none;
}

.tooltip{
    opacity: 1;
}

/*modal*/

.modal-dialog {
    width: 53%;
}

.modal-content {
    background: #82aa0b;
    color: #fff;
}

.close{
    color: #fff;
    opacity: .9;
    right: 15px;
    top: 5px;
    font-size: 30px;
    position: absolute;
    z-index: 1;
}

.close:hover{
    color: #fff;
    opacity: .5;
}

#zamow .cta {
    float: right;
    margin-top: 20px;
}

#zamow input{
    margin: 10px 0;
}


.order input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.order input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.order input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.order input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.modal-body{
    padding: 40px;
}


#porownanie .content{
    display: none;
}


#porownanie .content_active{
    display: block;
}

.calculator .summary{
    display: none;
}


/*media queries*/

@media screen and (max-width: 1650px) {
    .pompy {
        background-position: right;
    }

    #korzysci .pompy {
        background-position: center;
    }

    #oplacalnosc .pompy {
        background-position: right;
    }
    #jak_wybrac .pompy {
        background-position: right;
    }

    .newsletter {
        background-position: 20%;
    }
}

@media screen and (max-width: 1399px) {
    .range_slider, .calc_form {
        width: auto;
    }

    .d_none {
        display: none;
    }

    #korzysci .korzysci_pompy{
        background-size: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .slick-dots {
        left: -260px;
        bottom: 70px;
    }

    .more_profit {
        font-size: 30px;
    }

    .seasons {
        font-size: 16px;
    }

    .flame-icon {
        right: -35px;
    }

    .savings span {
        font-size: 140px;

    }

    .savings sup {
        font-size: 48px;
        top: -59px;

    }

    h1, .h1 {
        font-size: 58px !important;
    }

    h2, .h2 {
        font-size: 36px !important;
    }
    .header .cta {
    margin: 10px 0;
}
    .newsletter {
        background-position: 30%;
        padding: 0 0 30px 0;
    }

    .navbar-brand img {
        position: absolute;
    }

    #korzysci p.big {
        margin: -20px 0;
    }

    #korzysci .porownanie {
        margin: 16px 0 0 0;
    }

    #korzysci .profit_desc img {
        right: 10px;
        bottom: 0;
    }

    #korzysci .flame-icon {
        top: -40px;
        right: -65px;
    }

    #korzysci .leaf {
        display: none;
    }

    .accesories img {
        top: -170px;
        max-width: 100%;
    }

    .catalog_img {
        top: -68px;
    }

}

@media screen and (max-width: 991px) {
    .pompy {
        background: url(../images/content_bg_tab.jpg) 74% no-repeat;
        background-size: cover;
    }

    .header_bg {
        top: -122px;
        right: -90px;
    }

    .menu-link {
        font-size: 16px;
    }

    .md_hide {
        display: none !important;
    }

    .md_show {
        display: block !important;
    }

    .col-xs-8.col_flex p {
        margin: 30px 0 0 30px;
    }

    .header img {
        max-height: 320px;
    }

    .profit_borders {
        height: 150px;
    }

    .seasons {
        display: block;
        width: 90%;
        margin: 0;
    }

    .slick-dots {
        left: -230px;
    }

    .big {
        margin-left: 30px;
    }

    .profit_desc {
        padding: 0 20px 0 60px;
    }

    .leaf {
        display: none;
    }

    .costs {
        padding: 70px 30px;
    }

    .costs table tr td {
        font-size: 16px;
    }

    .costs table span {
        font-size: 20px;
    }

    .currency {
        font-size: 16px !important;
    }

    .savings .h2 {
        position: relative;
    }

    .savings span {
        font-size: 140px;
        display: block;
        position: relative;
    }

    .savings sup {
        top: 50px;
        left: 220px;
        position: absolute;
    }

    .total_cost table td {
        padding: 15px 0;
        font-size: 13px;
    }

    .buttons a.cta {
        margin-left: 25px;
    }

    .calculator p {
        font-size: 20px;
    }

    .costs table th p span {
        font-size: 12px;
    }

    /*#korzysci*/
    .navbar-brand img {
        display: none;
    }

    .integration_section .row_flex {
        display: block;
    }

    #korzysci .korzysci_pompy {
        background-size: contain;
        transform: scale(1.2);
    }

    .usage_ico {
        width: 80px;
        height: 60px;
    }

    .function_box {
        height: 315px;
    }


    #korzysci .korzysci_pompy_mobile img {
        max-width: 80%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        position: relative;
    }

    /*#oplacalnosc*/
    .oportunities_bg {
        height: 385px;
        width: 100%;
        margin: 0;
    }

    #oplacalnosc .pompy {
        background-position: 76%;
        background-size: cover;
    }

    .single_bar img {
        width: 100px;
        margin-left: -30px;
    }

    .pomp_selection {
        margin: 30px 0 100px 0;
    }

    .header_logo {
        margin-top: 130px;
    }

    .equipment_wrapper {
        padding: 30px 0;
    }

    .accesories img {
        top: -70px;
        max-width: 90%;
    }

    .catalog_img {
        top: auto;
        position: relative;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .equipment {
        border-right: none;
    }

    .equipment_wrapper {
        border-bottom: 1px solid #62665c
    }

    .equipment_wrapper:first-child {
        border: none;
    }

    #ogrzewanie .function_box{
        width: 50%;
        padding: 0 10px;
    }

    #jak_wybrac .pompy{
        background: url(../images/content_text.jpg) center no-repeat;
        background-size: cover;
    }

    #jak_wybrac .jak_wybrac_pompy{
        height:300px;
        width: 100%;
        background: #335917;
    }

    .function_box p {
        margin: 20px 0;
    }

}

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

    cta_red_full{
    margin: 10px 0 10px 0;
}
    #korzysci .header .cta {
    margin: 0;
}
  .slide3relative{
    height: auto !important;
  }
    .header .cta {
    margin: 25px 0;
    }
    .header .cta .redbtn {
    font-size: 12px;
        
    }
    .mobile_show {
        display: block !important;
    }

    .header img {
        float: left;
        max-height: 230px;
    }

    .desktop_show {
        display: none !important;
    }

    .navbar-toggle .icon-bar {
        background: #fff;

    }

    .navbar-toggle {
        position: relative;
        z-index: 21;
        top: -40px;
        margin-top: -5px;
    }

    .navbar {
        height: 50px;
        margin-bottom: 20px;
    }

    .menu-link.active {
        display: block;
    }

    .navbar-collapse {
        background-color: #82aa0b;
        z-index: 1;
        position: relative;
    }

    .collapsing {
        position: absolute !important;
        z-index: 20;
        width: 100%;
        top: 50px;
    }

    .collapse.in {
        display: block;
        position: absolute;
        z-index: 20;
        width: 100%;
        top: 50px;
    }

    .navbar-collapse {
        max-height: none !important;
    }

    .pre-menu-link {
        font-size: 16px;
        font-weight: 300;
        color: #ffffff;
        display: block;
        float: left;
        text-align: center;
    }

    .pre-menu-link::after {
        display: block;
        content: attr(title);
        font-weight: bold;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .pre-menu-link:before {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border-radius: 20%;
        transition: 0.2s;
    }

    .pre-menu-link:hover:before {
        width: 15px;
    }

    .menu-link:hover:before {
        width: 15px;
    }

    .pre-menu-link:hover,
    .pre-menu-link:focus,
    .pre-menu-link:active {
        background-color: transparent !important;
        color: #fff;
        font-weight: 700;
    }

    .pre-menu-link.active {
        font-size: 19px;
        font-weight: 700;
        color: #ffffff;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .menu-link.active::after {
        display: block;
        content: attr(title);
        font-weight: bold;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .pre-menu-link.active:before {
        content: '';
        display: block;
        width: 15%;
        height: 2px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        border-radius: 20%;
    }

    .header img.mobile_show {
        /*position: absolute;*/
        left: 40px;
        top: 150px;
        max-height: 170px;
    }

    .h1, h1 {
        font-size: 37px !important;
    }

    .h2, h2 {
        font-size: 30px !important;
    }

    .header h1 {
        margin-left: 65px;
        color: #fff;
    }

    .header_bg {
        top: -132px;
    }

    .profit_desc {
        padding: 0;
    }

    .header .color_1.lato_font {
        font-size: 14px;
    }

    .header .h2 {
        margin-top: 230px;
    }

/*
    .cta {
        width: 190px;
        font-size: 16px;
    }
*/

    .slick-next {
        display: none !important;
    }

    .profit {
        margin-top: 150px;
    }

    .logo {
        margin-top: 60px;
    }

    .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 275px;
    }

    .profit .row_flex {
        width: 100%;
    }

    .big {
        margin-left: 0;
        font-size: 98px;
    }

    .multiplier {
        font-size: 50px;
    }

    .more_profit {
        font-size: 28px;
    }

    .profit_borders {
        height: 140px;
        top: 0;
    }

    .col-xs-8.col_flex p {
        margin: 0;
        width: 100%;
    }

    .profit_left {
        float: left;
    }

    .pompy {
        background: url(../images/content_text.jpg) center no-repeat;
        background-size: cover;
    }

    .pompy_bg {
        height: 325px;
        background: url(../images/content_image.jpg) center no-repeat;
        background-size: cover;
    }

    .slide3_1{
        position: absolute;
        left: 0px;
        top: -24px;
    }
    .slide3_2{
        position: absolute;
        top: 32px;
        left: 100px;
    }
    .slide3_3{
        position: absolute;
        top: 30px;
        left: 289px;
    }

    /*.pompy p {*/
    /*font-size: 14px;*/
    /*}*/
    .calculator p {
        margin-bottom: 50px;
    }

    input, select {
        height: 40px;
        padding: 0 20px;
    }

    .calculator form p {
        margin: 10px 20px;
    }

    input[type=range] {
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .slidecontainer {
        margin: 70px 7% 0 7%;
    }

    .range_slider p {
        margin: 40px 0 !important;
    }

    .half_boxes {
        display: block;
    }

    .leaf {
        display: block;
        right: 0;
        top: -80px;
        z-index: -1;
    }

    .costs {
        padding: 20px 30px 50px 30px;
    }

    .costs table tr td {
        padding: 10px;
    }

    .savings {
        padding: 30px 20px;
    }

    .comparision {
        margin: 20px 0 60px 0 !important;
    }

    .total_cost table {
        font-size: 13px;
    }

    .total_cost table th {
        color: #000;
    }

    .total_cost table tr:nth-child(4) td {
        background: none;
    }

    .total_cost table td {
        border-right: 1px solid #999999;
        text-align: center;
    }

    .total_cost table tr td:last-child {
        border-right: none;
    }

    .total_cost table tr td:nth-child(4) {
        background: #e4edcb;
    }

    .total_cost table tr td:first-child {
        font-weight: 700;
        color: #9bb934;
    }

    .total_cost table tr th {
        width: 22%;
        text-align: center;
    }

    .total_cost table tr th:first-child {
        width: 12%;
    }

    .buttons a.cta {
        float: none;
        margin: 0 0 15px 0;
    }

    .buttons {
        margin: 25px auto 0 auto;
        float: none;
        width: 190px;
    }

    .summary {
        padding: 30px 0 40px 0;
    }


    .newsletter .h2 {
        margin: 30px 0;
    }

    .newsletter img {
        margin: 0 0 20px 0;
    }

    .newsletter {
        background: #6e9f05;
        padding: 0;
    }

    .newsletter_bg {
        height: 275px;
        background: url(../images/newsletter_bg_mobile.jpg) center no-repeat;
        background-size: cover;
    }

    .newsletter .cta {
        margin-bottom: 30px;
    }

    .header h1 {
        min-height: 180px;
    }

    .header .item2 h1 {
        margin-left: 125px;
        width: 67%;
    }

    .header .item3 h1 {
        margin-left: 130px;
        width: 67%;
    }

    .pomp4_2{left: 90px !important;}
    .pomp4_1{}
    .pomp4_3{left:200px !important;}

    .sm_show {
        display: block !important;
    }

    .sm_hide {
        display: none !important;
    }

    /*#korzysci*/
    #korzysci .pompy {
        background: url(../images/content_text.jpg) center no-repeat;
        background-size: cover;
    }

    #korzysci .pompy .col-xs-12.col-sm-6.col_flex {
        display: none;
    }

    .usage .row_flex {

        margin-bottom: 30px;
    }

    #korzysci .korzysci_pompy_mobile {
        transform: none;
        padding: 30px 0;
        background: url(../images/korzysci_trainagle.png) right no-repeat;
        background-size: cover;

    }

    .usage_ico {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #korzysci .reasons {
        padding: 30px 0;
    }

    #korzysci .profit_desc .h2 {
        margin-bottom: 20px;
    }

    #korzysci .profit_desc img {
        right: 10px;
        bottom: -50px;
    }

    #korzysci .header img.mobile_show {
        left: -25px;
    }

    #korzysci .header h1 {
        margin-left: 135px;
    }

    #korzysci .header .cta_green_full {
        margin: 100px 0 20px 0;
    }

    #korzysci .profit {
        margin-top: 30px;
    }

    #korzysci .big {
        font-size: 81px;
    }

    #korzysci .kw {
        font-size: 28px;
    }

    #korzysci .rest {
        font-size: 11px;
        margin-top: -12px;
    }

    #korzysci .porownanie {
        margin: 6px 0 0 0;
    }

    #korzysci .profit_borders {
        margin-bottom: 35px;
    }

    .usage {
        padding: 40px 0;
    }

    .usage .h2 {
        margin-bottom: 20px;
    }

    #korzysci .function_box {
        width: 100%;
    }

    #korzysci .function_box:first-child {
        height: 220px;
    }

    #korzysci .function_box:nth-child(2) {
        height: 220px;
    }

    #korzysci .function_box:nth-child(4) {
        height: 220px;
    }

    #korzysci .function_box:nth-child(6) {
        height: 220px;
    }

    .functions {
        padding-bottom: 0;
    }

    .article {
        padding: 15px 0;
    }

    .integration_section {
        padding: 40px 0;
    }

    .integration_section p {
        margin: 20px 0;
    }

    .integration_img {
        margin: 0 0 30px 0;
    }

    /*#oplacalnosc*/
    #oplacalnosc .pompy {
        background: url(../images/content_text.jpg) center no-repeat;
        background-size: cover;
    }

    #oplacalnosc .oplacalnosc_pompy {
        background: url(../images/oplacalnosc_bg.jpg) center no-repeat;
        background-size: cover;
        height: 324px;
    }

    .bg_bold {
        width: 100%;
    }

    .change_section .h2 {
        margin-bottom: 20px;
    }

    .square_img {
        position: absolute;
        top: -10px;
        right: 50px;
    }

    .square {
        padding: 75px 0 35px 0;
    }

    .square p {
        font-size: 19px;
    }

    .change_section {
        padding: 40px 0;
    }

    .oportunities_content {
        padding: 30px 0;
    }

    .oportunities .h2 {
        margin-bottom: 20px;
    }

    .example_costs {
        padding: 40px 0;
    }

    .oportunities_content {
        padding: 30px 0;
    }

    .oportunities .h2 {
        margin-bottom: 20px;
    }

    .example_costs {
        padding: 30px 0;
    }

    .example_costs .h2 {
        margin-bottom: 20px;
    }

    .example_costs p {
        display: inline-block;
    }

    .charts {
        padding: 20px 0;
    }

    .single_bar {
        padding: 0;
        width: 94%;
        margin: 0 3% 20px 3%;
        box-sizing: border-box;
        text-align: left;
        border-bottom: 1px solid #9bb934;
    }

    .bar_wrapper {
        height: 45px;
    }

    .bar_cost {
        float: right;
        font-size: 24px !important;
    }

    .single_bar p {
        color: #9bb934;
        margin: 10px 0;
    }

    .bar_content1 {
        width: 95%;
    }

    .bar_content2 {
        width: 70%;
        height: 45px;
    }

    .bar_content3 {
        width: 15%;
        height: 45px;
    }

    .charts .signika_font {
        text-transform: uppercase;
    }

    .single_bar img {
        width: 100px;
        margin: 10px 0;
    }

    .header_logo {
        float: none !important;
        margin-top: 230px;
    }

    .equipment_wrapper {
        margin-top: 130px;
    }

    .equipment_wrapper:first-child {
        margin-top: 0;
    }

    .accesories img {
        max-width: 300px;
        position: absolute;
        right: auto;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .accesories .cta {
        position: static;
        margin-bottom: 30px;
    }

    #porownanie .h2 {
        margin-bottom: 20px !important;
    }

    .catalog {
        padding-bottom: 30px;
    }

    .accesories {
        margin-bottom: 15px;
    }

    .pomp_selection_img {
        bottom: 5px;
    }

    .pomp_selection {
        margin: 30px 0 45px 0;
    }

    /*#ogrzewanie*/
    #ogrzewanie .header .cta {
        margin: 120px 0 0 0;
    }

    #ogrzewanie .header h1 {
        margin-left: 125px;
    }

    .operation {
        padding: 20px 40px 0 0;
    }

    /*#jak_wybrac*/
    #jak_wybrac .calculator {
        margin-top: 20px;
    }

    #jak_wybrac .h2 {
        margin-bottom: 20px;
    }

    #jak_wybrac .pompy {
        padding: 30px 0;
    }

    #jak_wybrac .header .cta {
        margin: 120px 0 0 0;
    }

    .choice {
        padding: 30px 0;
    }

    #jak_wybrac .header h1 {
        margin-left: 0;
        text-align: center;
    }

    .profit img{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0;
    }

    .article_wrapper{
        background: #f5f5f3;
    }

    .slider-handle {
        width: 30px;
        height: 20px
    }

    .slider.slider-horizontal .slider-track {
        height: 5px;
    }
}

@media screen and (max-width: 480px) {
    .header_bg,
    .item2 .header_bg,
    .item3 .header_bg,
    .item4 .header_bg,
    #korzysci .header_bg,
    #oplacalnosc .header_bg {
        top: -132px;
        right: -260px;
    }

    .slick-dots{
        bottom: 245px;
    }

    input[type=range] {
        width: 80%;
    }

    .header .h2 {
        margin-top: 140px;
    }

    .accesories img {
        max-width: 260px
    }

    .equipment_wrapper {
        margin-top: 100px;
    }

    #ogrzewanie .header img {
        max-height: 210px;
    }

    #ogrzewanie .header h1 {
        margin-left: 110px;
    }

    #ogrzewanie .function_box {
        width: 100%;
    }

    #ogrzewanie .function_box:nth-child(2),
    #ogrzewanie .function_box:nth-child(7) {
        height: 315px;
    }

    #ogrzewanie .function_box:first-child,
    #ogrzewanie .function_box:nth-child(3),
    #ogrzewanie .function_box:nth-child(4),
    #ogrzewanie .function_box:nth-child(5),
    #ogrzewanie .function_box:nth-child(6),
    #ogrzewanie .function_box:nth-child(8) {
        height: 215px;
    }

    .slider.slider-horizontal{
        width: 70%;
        margin: 0 15%;
    }

}

@media screen and (max-width: 380px){
    .slick-dots {
        bottom: 225px;
    }
}


@media print {
 /* styles go here */
 .slick-list, .md_hide, .temp_measure, .wifi, br, .h3.color_1, .tooltip-max  {display: none;}
 .mobile_show{display: block !important;}
 .function_box, #ogrzewanie .function_box{height: auto;}
 .equipment{border: none !important;}
 .row_flex{display: block;}
 .function_box{text-align: left; justify-content: left; }
 .range_slider, .calc_form, .function_box, .function_box{width: 100% !important;}
 .col-sm-6, .col-sm-5, .col-xs-3, .col-xs-9, .col-sm-7, .col-md-6{width: 100%;}
 .desktop_show, .cta{display: none;}
 .range_slider p, .slidecontainer, .slider .tooltip.top, #korzysci .reasons, .usage, .function_box p,
 .integration_section, #korzysci .calculator, .newsletter .h2, .change_section, .oportunities_content,
 .calculator p,.oportunities .h2, .choice, #jak_wybrac .pompy, .total_cost table td, .summary, .equipment_wrapper
 {margin: 0 !important; padding: 0 !important;}
 .slider.slider-horizontal{height: auto;}
 .tooltip{position: static;}
}


@media screen and (max-width: 767px){
    .modal-dialog{
        width: auto;
    }

    #korzysci .header .cta_red_full{
        margin: 0 0 40px 0;
    }

    .newsletter img{
        display: none;
    }
}

#checkbox{
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0;
}

.order label{
    margin: 15px 0 0 0;
}

.newsletter label,
.newsletter label a,
.order label a{
   color: #fff;
}

#ogrzewanie .newsletter .h2{
    margin-bottom: 20px!important;
}
