h2 {

    font-family: Gothic, Arial, sans-serif;
    margin-left: 0;
    font-size: 23px;
    color: #297c00;
    margin-top: 0;
    margin-bottom: 21px;
    font-weight: 100;

}

.big-letters {

    text-transform: uppercase;

}


#nav-products {

    width: 230px;
    margin-top: -12px;
    float: left;

}

#content-products {

    width: 590px;
    margin-left: 40px;
    margin-top: -9px;
    margin-bottom: 5px;
    float: left;

}


.nav-item {

    padding: 3px;
    height: 27px;
    margin-bottom: 5px;
    margin-left: -2px;
    color: #787878;
    /*
    border: solid 1px #e6e6e6;
    */
    border-radius: 5px;
}

.nav-item-img {

    margin-right: 8px;
    float: left;

    border-radius: 100%;

}

.nav-item-name {

    font-size: 18px;
    margin-top: 3px;

}

.nav-item:hover {

    background: url('../images/nav-item-back.jpg') top repeat-y;
    background-color: #e9f3e5;

}

#nav-space {

    height: 20px;

}


.linie-products {

    margin-left: 20px;
    margin-top: -35px;
    float: left;

}


#click-left {

    width: 500px;
    /*margin-top: 85px;*/
}


.products-arrow {

    float: left;

}

#click-left-text {

    margin-top: 11px;
    margin-left: 13px;
    width: 270px;
    float: left;
}


a > .nav-item > .nav-item-name {
    color: #787878 !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

.nav-item > .nav-item-name {
    color: #297c00;
    font-weight: bold;
    font-size: 20px;
}

.nav-item > .nav-item-name a {
    color: #297c00;
}

.products-image {
    margin-top: .25em;
    margin-bottom: .25em;
    max-width: 590px;
}

.products-image:first-child {
    margin-top: 2em;
}

.products-image:last-child {
    margin-bottom: 1em;
}

.products-image:only-child {
    margin-top: 12em;
}

#content-products {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}