.navbar2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.logo {
    height: 125px;
}

.logo__link {
    display: inline-block;
    width: 151px;
    height: 115px;
    margin-top: 3px
}

.logo__link--img {
    max-width: 100%;
    height: auto
}

.side-nav {
    display: block;
    width: 250px;
    float: right;
    text-align: right;
    line-height: 1.6
}

.side-nav__contact-us {
    line-height: 1em;
    margin-top: 9px
}

.side-nav__lang {
    margin-top: 0
}

.side-nav__search {
    margin: 2px 0 4px 0
}

.side-nav__search__container {
    display: table-row
}

.side-nav__search__button,
.side-nav__search__field {
    height: 32px
}

.side-nav__search__field {
    font-size: 16px;
    letter-spacing: .03em
}

.side-nav__search__button:hover {
    background: #f6f6f6
}

.side-nav__social__icon {
    display: inline-block;
    text-decoration: none
}

.side-nav__social__icon--img {
    width: 24px;
    height: 24px;
    margin-left: 4px
}

.side-nav__social__icon--img-fb {
    width: 22px;
    height: 22px;
    margin-right: 2px
}

@media (min-width:768px) {
    .logo__link {
        width: 160px;
        height: 122px;
        margin-top: 0
    }
    .side-nav__search {
        margin: 4px 0 8px 0
    }
    .side-nav__contact-us {
        margin-top: 10px
    }
    .side-nav__lang {
        margin-top: 1px
    }
}

.categories,
.category-types {
    margin: 0
}

@media (min-width:768px) {
    .category-menu {
        width: 700px
    }
}

@media (min-width:992px) {
    .category-menu {
        width: 900px
    }
}

.catHide {
    display:none !important;
}

@media (min-width:1200px) {
    .category-menu {
        width: 1170px
    }

    .catHide {
        display: block !important;
    }
}

.category-types__item {
    border: 1px solid #fff;
    color: #fff;
    padding: 13px 10px 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #edf2ef;
    color: #269651
}

@media (max-width:767px) {
    .category-types__item {
        background-color: #b1b1b1;
        color: #fff
    }
    .category-types__item--active {
        background-color: #21ab5e
    }
}

.categories {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:767px) {
    .categories__col:not(:last-child) {
        border-right: 1px solid #a8a8a8
    }
}

.categories__item:hover {
    color: #269651
}

.categories__item {
    display: block;
    padding: 7px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 1.3rem
}

.categories .col-sm-3 {
    padding: 1px
}

.additional-links {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #fff 25%);
    background: -webkit-linear-gradient(top, #efefef 0, #fff 25%);
    background: linear-gradient(to bottom, #efefef 0, #fff 25%)
}

.additional-links__item,
.additional-links__item:active,
.additional-links__item:focus,
.additional-links__item:hover,
.additional-links__item:visited {
    display: block;
    width: 80%;
    text-align: center;
    margin: auto auto 20px auto;
    color: #fff;
    padding: 13px 10px 10px 10px;
    text-transform: uppercase;
    font-weight: 400
}

.additional-links__item--view-all {
    background-color: #b1b1b1
}

.additional-links__item--catalogue {
    background-color: #21ab5e
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form,
.navbar-inverse .navbar-toggle {
    border-color: #fff
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #43ca76
}

.navbar-header__back,
.navbar-header__back--visible,
.navbar-header__close,
.navbar-header__title {
    display: none
}

@media (max-width:767px) {
    .navbar-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px
    }
    .navbar-header__back,
    .navbar-header__close {
        width: 60px;
        height: 50px;
        font-size: 0;
        border: 0;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-color: inherit!important;
        margin: 0;
        display: none
    }
    .navbar-header__button {
        width: 60px;
        height: 50px
    }
    .navbar-header__back {
        background-image: url(/bootstrap/img/back.svg);
        background-size: 30px
    }
    .navbar__opened .navbar-header__back--visible {
        display: block
    }
    .navbar-header__close {
        background-image: url(/bootstrap/img/close.svg);
        background-size: 17px
    }
    .navbar-header__title {
        visibility: hidden;
        width: 100%;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 5px
    }
    .navHeight.navbar__opened .navbar-header__title {
        visibility: visible
    }
    .dropdown.active {
        border: 0
    }
    .navHeight.navbar__opened {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000000000
    }
    .navHeight.navbar__opened .navbar {
        height: 100%
    }
    .navHeight.navbar__opened .navbar-header__back.navbar-header__back--visible {
        display: block
    }
    .navHeight.navbar__opened .navbar-toggle--menu {
        display: none
    }
    .navbar__container {
        height: 100%
    }
    .navHeight.navbar__opened .navbar-collapse {
        border: 0;
        position: relative;
        max-height: initial;
        height: 100%
    }
    .navHeight.navbar__opened .navbar-inverse {
        background-color: #fff
    }
    .navHeight.navbar__opened .navbar-inverse .navbar-nav>li>a {
        color: #000;
        text-transform: uppercase;
        padding: 10px 40px
    }
    .navHeight.navbar__opened .nav {
        font-size: 1.6rem;
        margin: 0
    }
    .navHeight.navbar__opened .navbar-header__close {
        display: block
    }
    .caret {
        position: absolute;
        top: 13px;
        right: 10px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .navbar-nav .dropdown__open .dropdown-menu {
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: fixed;
        top: 50px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #fff;
        padding: 0;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
    .dropdown__open>.dropdown-menu {
        display: block
    }
    .category-types__item {
        font-size: 1.2rem;
        padding: 6px 10px 4px 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .navHeight.navbar__opened .row.is-flex>.categories__col {
        display: none
    }
    .navHeight.navbar__opened .row.is-flex>.categories__col.categories__col--visible {
        display: block
    }
    .dropdown__section {
        position: relative;
        padding: 25px 0
    }
    /* .dropdown__section:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        height: 20px;
        background: #efefef
    } */
    .dropdown__section:before {
        top: 0;
        background: -moz-linear-gradient(top, #efefef 0, #fff 100%);
        background: -webkit-linear-gradient(top, #efefef 0, #fff 100%);
        background: linear-gradient(to bottom, #efefef 0, #fff 100%)
    }
    .dropdown__section:after {
        background: -moz-linear-gradient(top, #fff 0, #efefef 100%);
        background: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background: linear-gradient(to bottom, #fff 0, #efefef 100%)
    }
    .navbar-inverse .navbar-nav .dropdown__open .dropdown-menu>li>a.dropdown__about__item {
        font-size: 1.6rem;
        padding: 10px 40px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase;
        line-height: 20px
    }
    .navbar-inverse .navbar-nav .dropdown__open .dropdown-menu>li>a.dropdown__about__item:hover {
        color: #a4cc47
    }
    .categories__item {
        font-size: 1.6rem;
        padding: 7px 25px;
        font-weight: 600
    }
    .navbar__opened .active {
        border: 0
    }
}

.dropdown-menu>li>a.dropdown__about__item {
    display: block;
    padding: 7px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 1.3rem;
    min-width: 233px;
    background: #fff
}

.dropdown-menu>li>a.dropdown__about__item:hover {
    text-decoration: underline
}

.submenu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #76BE3A !important;
}

.submenu ul li a:hover {
    color: #21ab5e !important;
}

.subActive {
    border-bottom: 4px solid #21ab5e;
    padding-bottom: -4px;
}