html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, p { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
table { border-collapse: collapse; }

.clear { clear: both; }
.toright { text-align: right; }

strong { font-weight: bold; }
em { font-style: italic; }


a {
    color: #29166f;
    text-decoration: none
}
a:hover { color:red; text-decoration: none; }

.left { float: left !important; }
.right { float: right !important; }

sub { vertical-align: sub; }


sup {
    font-size: 9px;
    vertical-align: super;
}

input, textarea { outline: none; }
button { cursor: pointer; font-family: Lato,helvetica,sans-serif; }
input[type="text"] { font-family: Lato,helvetica,sans-serif; }
label { font-family: Lato,helvetica,sans-serif; }
textarea { overflow: auto; resize: none; font-family: Lato,helvetica,sans-serif; }
select { font-family: Lato,helvetica,sans-serif; }

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6 { overflow: hidden; }

h1 {
    color: #017b00;
    font-size: 37px;
    font-weight: 900;
    margin-bottom: 54px;
    /* text-transform: uppercase;*/
}
h2 {
    color: #191919;
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 47px;
}

p {
    color: #191919;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
}

body {
    background: rgba(0, 0, 0, 0) url("../images/body_main_de.jpg") no-repeat scroll center 0;
    color: #191919;
    font-family: lato,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body#sub{    background: rgba(0, 0, 0, 0) url("../images/body_sub_de.jpg") no-repeat scroll center 0;}

#container-page {

    overflow: hidden;
}

header{}

#top {
    margin: 0 auto;
    max-width: 1130px;
    padding: 27px 10px 0;
    width: 100%;
}

a#logo {
    display: block;
    float: left;
}

.top-right {
    float: right;
    padding-top: 12px;
}
.language {
    float: right;
}
.language ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.language ul li {
    float: left;
    margin-left: 7px;
}
.language ul li a {
    background: rgba(0, 0, 0, 0) url("../images/lang_bg.png") no-repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 23px;
}
.language ul li.active a{ background-position: 0 100%;}
.language ul li a:hover{ background-position: 0 100%;}
nav#menu {
    float: right;
    margin-right: 63px;
}
nav#menu ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
nav#menu ul li {
    display: inline-block;
    margin: 0 0 0 18px;
    padding: 0;
    vertical-align: middle;
}
nav#menu ul li a {
    color: #747474;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
}
nav#menu ul li a:hover {
    color: #316a2e;
}
nav#menu ul li.active a {
    color: #316a2e;
}


.graf-container {
    height: 688px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.graf-container-sub {
    height: 472px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.graf-container img{ display: none;}
.graf-container-sub img{ display: none;}


#content {
    margin: 0 auto;
    max-width: 1130px;
    padding: 0 10px;
    width: 100%;
}

.about-box {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
.about-box p{    color: #191919;
                 font-size: 14px;
                 font-style: italic;
                 font-weight: 900;
                 line-height: 22px; margin-bottom: 22px;}

.about-text {
    overflow: hidden;
    text-align: center;
}
.about-text p {
    color: #b1b0b0;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 22px;
}
.btn-box {
    margin: 0 0 37px;
    overflow: hidden;
    padding: 8px 0 0;
    text-align: center;
}

a.btn {
    border: 3px solid #31692d;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    color: #191919;
    display: inline-block;
    font-family: lato;
    font-size: 16px;
    font-style: italic;
    height: 50px;
    line-height: 46px;
    margin: 0 14px;
    text-align: center;
    width: 360px;
}

.partners {
    margin-bottom: 51px;
    width: 100%;
}
.partners ul{ margin: 0; padding: 0; list-style-type: none;}
.partners ul li{ padding: 0 18px;}

.slick-slide a {
    display: block;
    height: 85px;
    text-align: center;
    width: 100%;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

footer {
    background: rgba(0, 0, 0, 0) url("../images/footer_bg.png") repeat-x scroll 0 0;
    clear: both;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 3px;
    position: relative;
    width: 100%;
}

#content-left {
    float: left;
    width: 345px;
}



.submenu {
}
.submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.submenu ul li {
    border-bottom: 1px solid #c7c7c7;
}
.submenu ul li a {
    color: #636363;
    display: block;
    font-size: 16px;
    padding-bottom: 17px;
    padding-left: 17px;
    padding-top: 13px;
    text-transform: uppercase;
}
.submenu ul li.active a  {color:#017c00;}

.submenu ul li a:hover  {color:#017c00;}
.submenu ul li ul {
    margin-top: -14px;
    padding-bottom: 9px;
    padding-left: 32px;
}
.submenu ul li li { border-bottom: 1px solid #989898}
.submenu ul li li:last-child{ border-bottom: 0 none;}
.submenu ul li li a {
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: none;
}

.submenu ul li.active li a {
    color: #636363;
}

.submenu ul li li.active a{color: #017c00;}


#content-main {
    float: right;
    width: 737px;
}
div.text {
    margin-bottom: 31px;
    overflow: hidden;
}

div.text ul {
    list-style-type: none;
    margin: 0 0 22px;
    padding: 0 0 0 22px;
}
div.text ul li {
    background: rgba(0, 0, 0, 0) url("../images/li.png") no-repeat scroll left 9px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
    padding-left: 9px;
}
.gallery {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 6px;
    text-align: center;
}
.gallery ul {
    list-style-type: none;
    margin: 0 -12px;
    padding: 0;
}
.gallery ul li {
    display: inline-block;
    float: left;
    height: 165px;
    margin: 0 12px 22px;
    overflow: hidden;
    position: relative;
    width: 165px;
}
.gallery li a {
    border: 5px solid #017c00;
    display: block;
    height: 165px;
    overflow: hidden;
    text-align: center;
    width: 165px;
}
.gallery li a img {
    border: 1px solid #fff;
}
.hover {
    background: rgba(0, 0, 0, 0) url("../images/gal_hover.png") no-repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.gallery li a:hover span {
    display: block;
}
.btn-big-box {
}
.btn-big {
    display: block;
    padding-left: 233px;
}
.btn1 {
    background: rgba(0, 0, 0, 0) url("../images/btn1.png") no-repeat scroll right center;
    height: 100px;
    margin-bottom: 56px;
    padding-top: 18px;
}

.btn2 {
    background: rgba(0, 0, 0, 0) url("../images/btn2.png") no-repeat scroll -647px top;
    height: 144px;
    margin-bottom: 55px;
    padding-top: 34px;
}
.btn-big h3 {
    color: #fff;
    font-size: 37px;
    font-weight: 300;
}
.btn-big span {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.address-data-box {
    margin-bottom: 45px;
    overflow: hidden;
}

.addres-item {
    float: left;
    margin-right: 50px;
    width: 336px;
}

.addres-item:last-child{ margin-right: 0}

.addres-item h2 {
    margin-bottom: 23px;
}

.form {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 26px;
    width: 1110px;
}
.form input {
    background: #fcffff none repeat scroll 0 0;
    border: 0 none;
    color: #5f5f5f;
    font-family: lato;
    font-size: 14px;
    font-weight: 300;
    height: 51px;
    line-height: 34px;
    margin-bottom: 24px;
    padding: 0 10px;
    width: 330px;
}
.form-left {
    float: left;
    margin-bottom: 20px;
    width: 330px;
}
.form-right {
    float: right;
    width: 720px;
}
.form .form-row {
    clear: both;
}
.form textarea {
    background: #fcffff none repeat scroll 0 0;
    border: 0 none;
    color: #5f6060;
    font-family: lato;
    font-size: 14px;
    font-weight: 300;
    height: 201px;
    line-height: 20px;
    margin: 0 0 22px;
    padding: 11px 10px;
    width: 720px;
}
.form .button-row button {
    background-color: #19591a;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 300;
    height: 51px;
    line-height: 46px;
    margin: 0 auto;
    padding: 0 0 3px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 281px;
}

.form-container{ background: #2b8e2d}

.container-map {
    clear: both;

}



.cookies-container {
    background: #f2f2f2 none repeat scroll 0 0;
    width: 100%;
}
.cookies {
    margin: 0 auto;
    overflow: hidden;
    width: 1110px;
}
a.cookies-close {
    float: right;
}
.cookies-text {
    background: rgba(0, 0, 0, 0) url("../images/cookies.png") no-repeat scroll 0 0;
    color: #585858;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    min-height: 100px;
    padding-left: 117px;
    padding-top: 20px;
    width: 975px;
}

a#icon-lang{ display: none;}

.partners .slick-next {
    background: transparent url("../images/slick_next.png") no-repeat scroll 0 0;
    box-shadow: 0 0 0 transparent;
    display: block;
    height: 27px;
    margin-top: -16px;
    right: -40px;
    top: 50%;
    width: 27px;
}
.partners .slick-prev {
    background: transparent url("../images/slick_prev.png") no-repeat scroll 0 0;
    box-shadow: 0 0 0 transparent;
    display: block;
    height: 27px;
    left: -40px;
    margin-top: -16px;
    top: 50%;
    width: 27px;
}

.slick-prev::before {
    content: none;
}
.slick-next::before {
    content: none;
}

.footer-data {
    margin: 0 auto;
    max-width: 1130px;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.footer-text1 {
    color: #9c9c9c;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-text2 {
    color: #9c9c9c;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 10px;
}

.footer-text2 span{ padding:0 10px;}

.footer-text2 a{ padding:0 10px; color:#9c9c9c}


@media (min-width: 1024px) and (max-width:1130px) {
    #content-left{ width: 30%}
    #content-main{ width: 65%}
    .btn1 {
        background: rgba(0, 0, 0, 0) url("../images/btn1.png") no-repeat scroll -563px top;
        padding-left: 136px;

    }
    .btn2 {
        background: rgba(0, 0, 0, 0) url("../images/btn2.png") no-repeat scroll -695px top;
        padding-left: 136px;
    }

    .form-left{ width: 40%;}
    .form-right{ width: 55%;}
    .form {
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
    }
    .form input {
        width: 100%;
    }
    .form textarea {
        width: 100%;
    }

    .addres-item {
        margin-right: 0;
        padding-right: 30px;
        width: 33%;
    }
}


@media (min-width: 240px) and (max-width:1023px) {

    body{ background: #fff;}
    body#sub {
        background: #fff none repeat scroll 0 0;
    }

    .graf-container{ height:  auto; margin-bottom: 20px;}
    .graf-container img{ display: block; width: 100%}

    .graf-container-sub{ height:  auto; margin-bottom: 20px;}
    .graf-container-sub img{ display: block; width: 100%}


    .top-right {
        float: none;
        margin-bottom: 0;
        padding-top: 0;
        width: auto;
    }



    a#icon-menu {
        background: rgba(0, 0, 0, 0) url("../images/icon_menu.png") no-repeat scroll 0 0;
        border: 0 none;
        box-shadow: 0 0 0 transparent;
        display: block;
        float: right;
        height: 40px;
        margin: 0 0 0 6px;
        width: 40px;
    }
    a.icon-close-menu {
        background: transparent url("../images/icon_close.png") no-repeat scroll 0 0;
        display: none;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 27px;
        width: 40px;
        z-index: 1000;
    }
    nav#menu {background: transparent none repeat scroll 0 0;border: 0 none;border-radius: 0;box-shadow: 0 0 0 transparent;float: none;   height: auto;margin-right: 0;}
    nav#menu ul {background: #fff none repeat scroll 0 0;display: none;float: none;left: 0;padding-bottom: 20px;padding-top: 107px;position: absolute;text-align: center;top: 0;width: 100%;z-index: 1000;}
    nav#menu ul li {
        background: transparent none repeat scroll 0 0;
        border-bottom: 1px solid #ddd;
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        padding-right: 0;
        text-align: center;
    }
    nav#menu ul li a {background: transparent none repeat scroll 0 0;border: 0 none;display: block;font-size: 20px;line-height: 23px;padding: 19px 0;letter-spacing: 0;}
    nav#menu ul li  a#on { border: 0 none}
    nav#menu ul li a:hover { background: #316a2e; color:#fff}



    a#icon-lang {
        background: transparent url("../images/icon_lang.png") no-repeat scroll 0 0;
        color: #fff;
        display: block;
        float: right;
        font-size: 16px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        z-index: 1000;
    }

    .language {
        background-color: #fff;
        display: none;
        float: none;
        height: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 500;
    }

    .language ul{
        border: 0 none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        left: 0;
        margin: 0 auto;
        right: 0;
        width: 90%;
        text-align: center;
    }
    .language ul li{
        display: inline-block;
        float: none;
        text-align: center;
    }

    .language ul li a{


    }
    .icon-close-lang {
        background: transparent url("../images/icon_close.png") no-repeat scroll 0 0;
        display: block;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 27px;
        width: 40px;
        z-index: 1000;
    }
    .icon-close-lang.active3{ display: block!important}



    .gallery {

        text-align: center;
    }


    .gallery ul li {
        display: inline-block;
        float: none;

    }

    .gallery li a {
    }


    .form {
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }


    .form input {
        width: 100%;
    }


    .form textarea {
        width: 100%;
    }

    .form button {
        float: right;
        margin: 0 auto 30px;
    }


    .form-left{
        float: none;
        width: 100%;
    }

    .form-right{
        float: none;
        width: 100%;
    }

    .cookies {
        margin: 0 auto;
        max-width: 1110px;
        overflow: hidden;
        width: 100%;
    }

    .cookies-text {
        font-size: 12px;
        padding: 90px 14px 24px;
        position: relative;
        width: auto;
    }
    a.cookies-close {
        float: none;
        position: absolute;
        right: 0;
        top: 3px;
        width: 100px;
        overflow: hidden;
    }

    #content-left {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }
    #content-main {
        float: none;
        width: 100%;
    }

    .btn1 {
        background: rgba(0, 0, 0, 0) url("../images/btn1.png") no-repeat scroll center top;
        height: auto;
        margin-bottom: 56px;
        padding-left: 0;
        padding-top: 100px;
        text-align: center;
    }
    .btn1 h3{ color:#191919}
    .btn1 span{ color:#191919}

    .btn2 {
        background: rgba(0, 0, 0, 0) url("../images/btn2.png") no-repeat scroll center top;
        height: auto;
        margin-bottom: 56px;
        padding-left: 0;
        padding-top: 144px;
        text-align: center;
    }
    .btn2 h3{ color:#191919}
    .btn2 span{ color:#191919}

    .addres-item {
        margin-right: 0;
        padding-right: 30px;
        width: 33%;
    }
    .slick-slide img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }
    .slick-slide{ height: 60px}
    a.btn{ margin-bottom: 10px;}
}


@media (min-width: 480px) and (max-width:639px) {
    .addres-item {
        margin-right: 0;
        padding-right:30px;
        width: 50%;
    }
}

@media (min-width: 240px) and (max-width:479px) {

    a#logo {
        width: 50%;
    }

    a#logo img{ width: 100%}

    a.btn {
        margin: 0 0 20px;
        width: 100%;
    }





    .addres-item {
        margin-right: 0;
        padding-right:10px;
        padding-left:10px;
        width: 100%;
    }

}



