﻿html, body {
    width: 100%;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #F7FAF1;
}

button, textarea, input {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
}

button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}

button {
    font-weight: 500;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

/*FOOTER к низу*/
html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
}    

.footer {
    flex: 0 0 auto;
}
/*FOOTER к низу*/

header {
    background: #95C24B;
    padding:20px 0;
    color:#fff;
}
.h-logo-text-sup {
    font-weight:bold;
    font-size:180%;
}
.h-logo-text-sub {
    font-weight: bold;
    font-size: 110%;
}
header a {
    color: #fff;
    text-decoration: none;
}
    header a:hover {
        text-decoration:underline;
    }

.non-underline {
    text-decoration: none !important;
}

footer {
    background: #95C24B;
    padding: 30px 0;
    color: #fff;
}

.block-full-menu {
    background: #F7FAF1;
    border-bottom: 1px #e8e8e8 solid;
}

nav {
    padding:0 !important;
}
.navbar-nav a {
    text-transform: uppercase;
    color: #000;
    font-size: 85%;
    border-right: 1px #e8e8e8 solid;
    padding: 15px 15px !important;
}
    .navbar-nav a:hover {
        background: #95C24B;
        color: #fff;
    }
    .bg-body-tertiary {
        background: none !important;
    }
.dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-toggler {
    padding: 5px;
    margin:5px 0;
}
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
.header-address img {
    width:100%;
    max-width:27px;
    border-radius:3px;    
    margin-left:5px;
}
.mob-address img {
    width: 100%;
    max-width: 27px;
    border-radius: 3px;
    margin-left: 5px;
}
.header-item {
    border-right: 1px #82a845 solid;
    padding: 0 10px;
    font-size: 110%;
}
    .header-item:last-child {
        border-right: 0;
    }

.blind-block {
    margin-top: 10px;
    font-weight: bold;
    font-size: 105%;
}
    .blind-block a {
        color: #000;
        border: 1px #fff solid;
        padding: 7px;
        margin-top: 10px;
        display: inline-block;
        border-radius: 3px;
    }
    .blind-block a:hover {
        background:#000;
        color:#fff;
        text-decoration:none;
    }
.header-qa {    
    border: 0 !important;
    color: #870505 !important;
    border-bottom: 1px #870505 dotted !important;
    padding: 0 !important;
    margin-right:15px;
}
    .header-qa:hover {
        background: none !important;
        color: #000 !important;
        border-bottom: 1px #000 dotted !important;
    }

    .index-flower {
        background: url('/ii/index-paralax.jpg') no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }
        .index-flower:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, .4);
        }

.flower-decr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    -webkit-transition: left .3s ease,width .3s ease;
    transition: left .3s ease,width .3s ease;
    color:#fff;
}
.flower-decr-sup {
    font-size: 273%;
    text-align: center;
    line-height: 60px;
}
.index-news-btn {
    margin-top:30px;
}

.index-about {
    background: rgb(99, 187, 103);
    padding: 40px 0 30px 0;
    color: #fff;
}
    .index-about img {
        float: left;
        margin: 0 20px 20px 20px;
    }

.btn-site {
    background: rgb(117, 195, 120);
    -webkit-transition: all .3s ease,width .3s ease;
    transition: all .3s ease,width .3s ease;
    border-radius: 5px;
    display: inline-block;
    border: 1px rgb(117, 195, 120) solid !important;
    color:#fff !important;
    text-decoration:none !important;
}
    .btn-site:hover {
        background: rgb(142, 225, 145);
    }

    .index-news-btn .btn-site {
    padding:12px 40px;
    font-size:115%;
}

.text-justify {
    text-align:justify !important;
}

.index-bnr {
    padding:40px 0;
    background:#fff;
}
.item-bnr {
    margin-bottom:20px;
}

.logo-footer {
    width:100%;
    max-width:100px;
    margin-bottom:10px;
}

.item-foo-menu a {
    /*color: rgb(35, 73, 37);*/
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 95%;
}
.item-foo-menu a:hover {
    text-decoration:none;
    color:#fff;
}

.foo-dev {
    font-size:80%;
}

.map-contact {
    padding: 0 0 40px 0;
    margin-top: -30px;
    color:#000;
}
.map-contact-item {    
    color: #000;
}

.bg-white{
    background:#fff;
}

.title h1 {
    font-size: 160%;
    margin-top:35px;
}

.wrapper-nav {
    font-size: 80%;
    margin-top:20px;
}

.main-content {
    padding: 20px 0 30px 0;
}
    .main-content a {
        color: #FA8704;
        text-decoration:underline;
    }
    .main-content a:hover {
        text-decoration: none;
    }

.map-contact-item div {
    margin-bottom: 15px;
    font-size: 120%;
    font-weight: 400;
}
.map-contact-item div img {
    width: 40px;
    margin-right:10px;
}

hr.divide {
    border: 0;
    border-bottom: 1px #c8c8c8 solid;
}

.index-map {
    height:400px;
}

#js-show-iframe-wrapper {
    margin: 0 auto !important;
    max-width: 940px !important;
}

.mosaic-site-counters{
    margin-bottom:10px;
}

/*coo*/
#cookie_note.hide_cookie_note {
    display: none;
}

#cookie_note {
    /*display: none;*/
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.cookie_accept {
    width: 20%;
    font-size: 10pt;
    margin-top: 15px;
    cursor: pointer;
    float: right;
}

@media (min-width: 576px) {
    #cookie_note.show {
        display: flex;
    }
}

@media (max-width: 575px) {
    #cookie_note.show {
        display: block;
        text-align: left;
    }

    #cookie_note {
        width: 100%;
        bottom: 170px;
    }

    .cookie_accept {
        width: 90%;
        margin-top: 10px;
    }
}

.btn-coo {
    background-color: #21304E;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 20px !important;
    text-transform: uppercase;
    text-align: center;
}

    .btn-coo:hover {
        background-color: #21304E;
        opacity: 0.9;
    }

#cookie_note p {
    margin: 0;
    font-size: 85%;
    text-align: left;
    color: black;
}
/*coo*/

.modal-content label {
    font-weight: normal;
    font-size: 90%;
}
.cb-form label {
    padding-left:4px;
    display:inline;
}

.no-border {
    border: none !important;
}

.none {
    border: 1px red solid !important;
}

.news-item {
    background:#fff;
    padding:20px;
    border-radius:3px;
    margin-bottom:12px;
}
.news-date {
    color:gray;
    font-size:90%;
    margin-bottom:8px;
}
.news-title {
    color: #FA8704;
    font-size: 135%;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 15px;
}
.news-brief {
    font-weight: 600;
    font-size: 95% !important;
}
.news-brief img {
    margin-right: 10px;
    float:left;
}

.item-product {
    background:#fff;
    padding:20px;
    margin-bottom:30px;
}

.item-name {
    font-weight:400;
    font-size:125%;
    text-align:center;
    margin-top:20px;
}
.item-name a {
    color:#000 !important;
    text-decoration:none !important;
}
    .img-item {
    float: right;
    padding: 0 0 20px 20px;
    width: 100%;
    max-width: 445px;
}

/*Cлайдер на главной TOP*/
.slider-index .lSSlideOuter .lSPager.lSpg > li a {
    height: 10px !important;
    width: 10px !important;
    border-radius: 0 !important;
    /*border: 2px #fff solid;*/
}

.slider-index .lSSlideOuter .lSPager.lSpg > li:hover a, .slider-index .lSSlideOuter .lSPager.lSpg > li.active a {
    /*background-color: #fff !important;*/
}

.slider-index {
    position: relative;
    padding: 10px 0 0px 0;        
}

    .slider-index .lSSlideOuter .lSPager.lSpg {
        position: absolute;
        /*bottom: 15px;*/
        left: 50%;
    }

        .slider-index .lSSlideOuter .lSPager.lSpg > li a {
            /*background-color: transparent !important;*/
        }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff !important;
    border: 1px black solid;
}
/*Cлайдер на главной TOP КОНЕЦ*/

.btn-dwnld {
    padding: 7px 20px;
    font-size: 90%;
}

.item-doc {
    background:#fff;
    margin-bottom:10px;
    padding:10px;
}

.doc-name a {
    color: #FA8704;
    font-weight:500;
}
.doc-size {
    color: #838383;
    font-size:85%;
}
.doc-img-ext {
    width:23px;
    margin-right:10px;
    vertical-align:bottom;
}

.nav-item a.active {
    background: #95C24B;
    color:#fff !important;
}

.lSSlideOuter {
    min-height:260px;
    margin:30px 0;
}
.lSSlideWrapper {
    min-height: 225px;
}

.clearfix {
    clear:both;
}

.footer-counter {
    margin-bottom:10px;
}