* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

img {
    width: auto;
    height: auto;
}


.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #2B2C2F;
    text-align: center;
    z-index:899;
    color: #FFF;
}
.preloader h2 {
    margin-top:-175px;
}

@font-face {
    font-family: "roboto reg";
    src:url('../fonts/Roboto-Regular.ttf');
}
.overlay {
    background: lightgray;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    display: none;
}
.lightbox {
    width: auto;
    height: 600px;
    box-shadow: 0 0 20px grey;
    border:5px solid #FFF;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -550px;
    margin-top:-300px;
    z-index:889;
    transition: .5s;
    transform: scale(0);
}
.lightbox > div {
    height:inherit;
}
.lightbox > div img {
    height: 100%;
    width: auto;
}
.lightbox .close {
    position: absolute;
    color: red;
    text-shadow: 2 2 3px #FFF;
    right: 15px;
    top:15px;
    cursor: pointer;
    opacity: 1;
}

.mobile-menu-btn {
    position: absolute;
    right: 15px;
    top:15px;
    z-index:777;
    display: none;
}
.mobile-menu-btn i {
    font-size: 26px;
}
.mobile-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #449038;
    z-index: 888;
    transition: .5s;
    right: -100%;
    top: 0;
    overflow: auto;
}
.mobile-menu ul {
    width: 80%;
    margin:0 auto;
    margin-top:40px;
}
.mobile-menu ul li {
    width: 100%;
    height: 40px;
    margin-bottom:10px;
    border-bottom: 3px solid var(--green);
}
.mobile-menu ul a {
    color: #FFF;
    display: block;
    width: 100%;
    height: inherit;
    line-height: 40px;
}
.mobile-close {
    color: #FFF;
    position: absolute;
    right: 20px;
    top:20px;
    font-size: 22px;
}

.lshow{
    transform: scale(1);
}
:root {
    --green:#72BA2B;
    --gradient:linear-gradient(-90deg, transparent -30%, #80c52e 50%, transparent 110%), #509d24;
    --black: #414141;
    --darkgreen:#00A000;
}

.line {
    left:0;
    height: 3px;
    width: 50px;
    background: red;
    transition: .5s;
    position: absolute;
    top: 110px;
    display: none;
}

.topline {
    background: var(--green);
    height: 50px;
}
.cart-mini {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: block;
    width: 70px;
    height: 70px;
    background: #3C8937;
    box-shadow: 0 0 16px rgba(0,0,0,0.5);
    color: #FFF;
    z-index: 889;
    text-align: center;
    padding-top:25px;
    border-radius: 50%;
    display: none;
}
.cart-mini i {
    font-size: 24px;
}
.cart-mini span {
    position: absolute;
    right: 6px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top:6px;
    background: red;
    color: #FFF;
    font-size: 15px;
}
.topline .cart-box {
    text-align: right;
    padding-top:15px;
    position: relative;
}
.topline .cart-box i {
    font-size: 30px;
    color: #FFF;
}
.topline .phone-box {
    padding-top:10px;
    color: #FFF;
}
.topline .cart-box span {
    position: absolute;
    right: -5px;
    top:3px;
    background: red;
    color: #FFF;
    display: block;
    width: 25px;
    height: 25px;
    line-height:25px;
    text-align: center;
}
.topline .phone-box i {
    font-size: 30px;
    color: #FFF;
    float: left;
}
.topline .phone-box span {
    float: left;
    margin-top:5px;
    margin-left:10px;
}
.menu {
    background: #FFF;
}
.menu .menu-list-box {
    height: 100px;
}
.menu .menu-list {
    float: right;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu .menu-list li {
    width: 14.2%;
    height: 100px;
    text-align: center;
}
.menu .menu-list li a {
    line-height: 100px;
    color: var(--black);

}
.menu .menu-list li a:hover {
    color: var(--green);
    text-decoration: none;
}

.menu .logo {
    height: 100px;
}

.menuFix {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 777;
    box-shadow: 5px 0 15px #CCC;
}

.active {
    border-bottom: 3px solid var(--green);
}

.header {
    height: 600px;
    position: relative;
}
.header .lz {
    width: 400px;
    min-height:100px;
    position: absolute;
    left: 15%;
    top:40%;
}
.header .lz h2 {
    font-weight: bold;
    color: whitesmoke;
    text-shadow: 0 0 7px #000;
}
.header .lz h3 {
    color: whitesmoke;
    text-shadow: 0 0 7px #000;
}
.header .carousel-item img {
    height: 100% !important;
    width: auto !important;
}
.header .callback {
    width: 30%;
    height: 500px;
    position: absolute;
    /*background: rgba(68,144,54,0.7);*/
    background: rgba(255,255,255,0.8);
    right: 15%;
    top:50px;
    z-index: 444;
    padding: 25px 35px 25px 35px;
    text-align: center;
    box-shadow: 0 0 22px #999;
}
.header .callback .logo {
    width: 50%;
    height: auto;
    margin-bottom:15px;
}
.header .callback form, .header .callback h3 {
    text-align: left;
}
.header .callback h3 {
    font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--green);
    color: var(--green);
}


.part1 {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.part1 > div {
    width: 25%;
    height: 400px;
    position: relative;
    text-align: center;
    color: #FFF;
    padding: 25px;
    padding-top:100px;
    cursor: pointer;
}
.part1 > div h2 i {
    font-size: 2em;
}
.part1 > div h2{
    transition: 0.5s;
}
.part1 > div span {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid lightgreen;
    width: max-content;
    color: lightgreen;
    padding-top:5px;
    padding-bottom:5px;
    margin:0 auto;
    display: block;
    opacity:0.2;
    transition: .5s;
}
.part1 > div h3 {
    font-weight: 100;
    font-size: 1.5em;
    width: 250px;
    margin:0 auto;
    margin-top:20px;
    transition: 0.5s;
    text-transform: uppercase;
}
.part1 > div:nth-child(1){
    background: url("../img/blurb_bg01.jpg");
}
.part1 > div:nth-child(1) span, .part1 > div:nth-child(2) span {
    color: green;
    border-bottom:2px solid green;
}
.part1 > div:nth-child(2){
    background: url("../img/blurb_bg02.jpg");
}
.part1 > div:nth-child(3){
    background: url("../img/blurb_bg03.jpg");
}
.part1 > div:nth-child(4){
    background: url("../img/blurb_bg04.jpg");
}

.part1 > div:hover h2{
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    transform: translate(0,-20px);
}
.part1 > div:hover h3{
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    transform: translate(0,20px);
}
.part1 > div:hover span {
    opacity:1;
}

.part2 {
    padding-top:30px;
}
.part2 .container{
    padding-top:30px;
    padding-bottom:30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.part2 h2 {
    text-align: center;
    width: 100%;
    padding-top:15px;
    padding-bottom:15px;
}



.part3 {
    padding: 0;
    background: url("../img/cta02.jpg") no-repeat;
    background-size: cover;
    height: 500px;
    padding-top:25px;
}
.part3 .container {
    display: flex;
    justify-content: space-between;
}
.part3 h2 {
    text-align: center;
    text-transform: uppercase;
    padding-top:15px;
    padding-bottom:25px;
}



.pg, .pg>div {
    min-height: 700px;
}

.footer {
    background: var(--black);
    height: 125px;
    text-align: center;
    color: #FFF;
    padding-top:10px;
    padding-bottom:10px;
}
.footer span {
    font-size: 13px;
    display: block;
    width: 1000%;
    text-align: center;
    margin-top:-10px;
    color: var(--green);
    opacity:0.5;
}
.footer .left {
    text-align: right;
    padding-top:20px;
}
.footer .right {
    text-align: left;
    font-size: 14px;
    padding-top:25px;
}
.footer .logo {
    height: 70px;
}


/*--------------items--------------*/

.item {
    width: 30%;
    min-height: 350px;
    margin-bottom:20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    padding-top:10px;
    margin-left:1.5%;
    margin-right:1.5%;
}
.item .sht1 {
    width: 110%;
    height: 110%;
    background: green;
    position: absolute;
    left: 0;
    top: -500px;
    opacity:0.1;
    transition: .5s;
}
.item .sht2 {
    position: absolute;
    left: 0;
    bottom: -500px;
    width: 110%;
    height: 110%;
    background: #000;
    opacity:0.1;
    transition: .5s;
    text-align: center;
    color: #FFF;
}
.item .i-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:15px;
}
.item .sht2 i {
    font-size: 50px;
    margin-top:170px;
}
.item:hover .sht1 {
    top: 0px;
}
.item:hover .sht2 {
    bottom: 0px;
}

.item img {
    width: 90%;
    height: auto;
    margin-bottom:10px;
}
.item span {
    margin-top:10px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.item a {
    text-decoration: none;
}
/*------------contacts--------------*/
.c-bg {
    width: 100%;
    height: 300px;
    background: url("../img/c-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding-top:120px;
}
.contacts {
    padding-top:50px;
    padding-bottom:50px;
}
.contacts iframe {
    width: 100%;
    height: 350px;
}
.c-bg .title {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom:35px;
    text-transform: uppercase;
    color: #FFF;
}

.contacts .callback {
    width: 100%;
    height: 500px;
    /*background: rgba(68,144,54,0.7);*/
    background: rgba(255,255,255,1);
    right: 15%;
    top:50px;
    z-index: 444;
    padding: 25px 35px 25px 35px;
    text-align: center;
    box-shadow: 0 0 22px #CCC;
}
.contacts .callback .logo {
    width: 50%;
    height: auto;
    margin-bottom:15px;
}
.contacts .callback form,.contacts .callback h3 {
    text-align: left;
}
.contacts .callback h3 {
    font-size: 1.3em;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--green);
    color: var(--green);
}
/*--------------------sklep--------------*/
.sklep {
    padding-top:50px;
    padding-bottom:50px;
}
.sklep > div {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.sklep .title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom:15px;
    margin-bottom:35px;
}
/*-------------------pomoc----------------*/
.p-bg {
    background: url("../img/p-bg.jpg") no-repeat;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
    padding-top:120px;
}
.p-bg .title {
    color:#FFF;
    text-shadow: 0 0 5px #000;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.pomoc > div {
    padding-top:50px;
    padding-bottom:50px;
}
.pomoc h3 {
    margin-bottom:25px;
    margin-top:25px;
}

.pomoc table {
    width: 100%;
    font-weight: 500;
}
.pomoc table thead td{
    border: 1px solid #FFF;
    background: var(--darkgreen);
    color: #FFF;
    text-align: center;
    padding: 3px;
}
.pomoc table tbody tr:nth-child(odd){
    background: lightgrey;
}
.pomoc table tbody td{
    padding: 5px;
    border-bottom: 1px solid #CCC;
}
/*---------------gallery------------------*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.titleg {
    text-align: center;
    padding-top:30px;
    padding-bottom: 30px;
    margin-bottom:50px;
    margin-top:25px;
}
.gallery .galItem {
    width: 450px;
    height: 300px;
    overflow: hidden;
    background: #FFF;
    border:5px solid #FFF;
    box-shadow: 0 0 19px grey;
    margin-bottom:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:15px;
    margin-right: 15px;
    position: relative;
}
.gallery .galItem .fa-search-plus {
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-15px;
    margin-left:-15px;
    z-index: 666;
    color: #FFF;
    font-size: 3em;
    cursor: pointer;
    transition: .3s;
    transform: scale(0);
    opacity:0.8;
}
.gallery .galItem img{
    width: 100%;
    height: auto;
    transition: .2s;
    cursor: pointer;

}
.gallery .galItem:hover img {
    filter: sepia(80%);

}
.gallery .galItem:hover .fa-search-plus {
    transform: scale(1);
}
/*---------------------service--------------------*/
.s-bg {
    width: 100%;
    height: 300px;
    background: url('../img/s-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top:120px;
}
.s-bg .title {
    color: #FFF;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.service > div {
    padding-top:50px;
    padding-bottom: 50px;
}
/*--------------------------------------------*/

.single > div {
    padding-top: 50px;
    padding-bottom:150px;
}
.single .left img{
    width: 100%;
    height: auto;
}
.single .title {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "roboto reg";
    border-bottom:1px solid #CCC;
}
.single .bottom {
    border-top:1px solid #CCC;
    margin-top:30px;
    padding-top:20px;
}
.single .right table {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.single .right table td {
    border-bottom: 1px solid #CCC;
}
.single .price strong {
    color: var(--darkgreen);
}
.single .buy a {
    float: right;
    display: block;
    height: 40px;
    width: 200px;
    background: var(--darkgreen);
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    transition: .5s;
}
.single .buy a:hover {
    background: #414141;
    color: #fff75a;
}
.single .price {
    padding-top:15px;
}

.single .galItem {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.single .galItem .fa-search-plus {
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-15px;
    margin-left:-15px;
    z-index: 666;
    color: #FFF;
    font-size: 3em;
    cursor: pointer;
    transition: .3s;
    transform: scale(0);
    opacity:0.8;
}
.single .galItem img{
    width: 100%;
    height: auto;
    transition: .2s;
    cursor: pointer;

}
.single .galItem:hover img {
    filter: sepia(80%);

}
.single .galItem:hover .fa-search-plus {
    transform: scale(1);
}
.single table {
    border:none !important;
}
.single table tr:nth-child(odd) {
    background: whitesmoke;
}
    /*------------------cart-----------------*/
.cn-bg .title {
    padding-top:25px;
    padding-bottom:25px;
    text-align: center;
    color: #FFF;
}

.cn-bg {
    width: 100%;
    height: 300px;
    background: url("../img/cn-bg.jpg") no-repeat;
    background-size: cover;
    padding-top:120px;
}
.cart-order > .container {
    padding-top:40px;
    padding-bottom:40px;
}
.order-form {
    background: #F2F2F2;
    padding: 25px;
}
.order-form .logo {
    width: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom:15px;
}
.order-form h3 {
    margin-bottom:20px;
    font-size: 20px;
}
.cart-order .btn-danger {
    color: #FFF !important;
    border: none !important;
}
.cart-order table .link {
    font-weight: 300;
    font-size: 13px;
    line-height: 50px;
}
/*-----------------prdc--------------*/
.prd-bg {
    background: url("../img/prd-bg.jpg") no-repeat;
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: center center;
    background-attachment: fixed;
    padding-top:160px;
}
.prd-bg .title {
    color: #FFF;
    text-align: center;
}
.produc {
    padding-top:50px;
    padding-bottom:50px;
}
.produc img {
    width: 100%;
    height: auto;
    border: 5px solid #FFF;
    box-shadow: 0 0 15px #CCC;
}
