﻿

@charset "UTF-8";



body
{
    font-size: 16px;
    min-width: 0 !important;
}

body a
{
    color: #1a8f06;
    outline: none;
}

.dropnav a
{
    color: #61594e;
    outline: none;
}

body a:hover,
body a:active,
body a:focus
{
    color: #082b02;
}

.skidka-text
{
    font-size: 12px;
}

.wrapper
{
    overflow: hidden;
    min-height: 500px;
    position: relative;
}

.btn {
    -webkit-box-shadow: inset 0px 0px 1px #f9fff8;
    -moz-box-shadow: inset 0px 0px 1px #f9fff8;
    box-shadow: inset 0px 0px 1px #f9fff8;
    background-color: #68a300;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89d600), to(#68a300));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #89d600, #68a300);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #89d600, #68a300);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #89d600, #68a300);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #89d600, #68a300);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #89d600, #68a300);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#89d600', EndColorStr='#68a300');
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #588a00;
    padding: 9px 16px;
}

.btn:active,
.btn:focus {
    background-color: #68a300;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#89d600), to(#68a300));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #89d600, #68a300);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #89d600, #68a300);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #89d600, #68a300);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #89d600, #68a300);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #89d600, #68a300);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#89d600', EndColorStr='#68a300');
    color: #fff;
}

.btn:hover
{
    color: #fff;
    background: #477000;
}

    .btn.btn-red {
        background-color: #68a300;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#89d600), to(#68a300));
        background-image: -webkit-linear-gradient(top, #89d600, #68a300);
        background-image: -moz-linear-gradient(top, #89d600, #68a300);
        background-image: -ms-linear-gradient(top, #89d600, #68a300);
        background-image: -o-linear-gradient(top, #89d600, #68a300);
        background-image: linear-gradient(top, #89d600, #68a300);
        filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#89d600', EndColorStr='#68a300');
        -webkit-box-shadow: inset 0px 0px 1px #f9fff8;
        -moz-box-shadow: inset 0px 0px 1px #f9fff8;
        box-shadow: inset 0px 0px 1px #f9fff8;
        border: 1px solid #6fad00;
        display: block;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.btn.btn-red:hover
{
    color:#fff !important;
    background: #6DAB00;
}

.btn.btn-silver {
    background-color: #a3b77a;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bac99b), to(#a3b77a));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #bac99b, #a3b77a);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #bac99b, #a3b77a);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #bac99b, #a3b77a);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #bac99b, #a3b77a);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #bac99b, #a3b77a);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bac99b', EndColorStr='#a3b77a');
    border-color: #98ae69;
}

.btn.btn-silver:hover
{
    background: #98ae69;
}

.bx_catalog_top_home
{
    border-bottom: none;
}

.answer-icon {
    font-size: 0;
    width: 19px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
    font: normal normal normal 12px FontAwesome;
    font-size: 0;
    border: 2px solid #115B04;
    color: #115B04;
    line-height: 17px;
    cursor: pointer;
}

.answer-icon:hover
{
    color: #fff;
    background-color: #115B04;
}

.answer-icon:before
{
    font-size: 16px;
    content: "\f128";
}

.tooltip
{
    position: absolute;
    z-index: 10000;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in
{
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.tooltip.top
{
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right
{
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom
{
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left
{
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip-inner
{
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow
{
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow
{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow
{
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow
{
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow
{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow
{
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow
{
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow
{
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow
{
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-input-number
{
    text-align: center;
    border: none;
    border-radius: 2px;
}

.wrap.header .col-logo,
.wrap.header .col-middle,
.wrap.header .col-user
{
    padding-top: 15px;
}

.bl-logo__link
{
    text-decoration: none;
}

.bl-logo__img
{
    max-width: 100%;
}

.bl-logo__slogan
{
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin: 5px 0 0 0;
    color: #115B04;
}

@media screen and (max-width: 360px)
{
    .bl-logo
    {
        width: 50%;
    }
}

.bl-phone__string
{
    font-size: 36px;
    line-height: 36px;
    color: #115B04;
    padding: 0;
    margin: 0;
}

.bl-fancybtns__btn-link
{
    font-size: 17px;
    text-decoration: none;
    border-bottom: 1px dotted #115B04;
}

.bl-fancybtns__btn-link:hover
{
    border-color: transparent;
}

.bl-fancybtns__separator
{
    color: #000000;
    margin: 0 5px;
    font-size: 18px;
}

.bl-search-form
{
    position: relative;
    margin: 13px 0 0 0;
}

.bl-search-form._content
{
    max-width: 700px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.bl-search-form._content .bl-search-form__field
{
    height: 43px;
}

.bl-search-form._content .bl-search-form__submit
{
    top: 10px;
}

.bl-search-form__field
{
    background: #fff;
    color: #000000;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 0 35px 0 10px;
    outline: none;
    font-size:16px;
}

.bl-search-form__submit
{
    position: absolute;
    z-index: 50;
    right: 7px;
    top: 5px;
    width: 23px;
    height: 23px;
    border: none;
    background: url("../images/icon-search.png") center no-repeat;
}

.bl-authorization
{
    text-align: right;
}

.bl-authorization__icon-key
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 20px FontAwesome;
    color: #115B04;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.bl-authorization__icon-key:before
{
    font-size: 20px;
    content: "";
}

.bl-authorization__link
{
    font-size: 14px;
}

.bl-authorization__separator
{
    margin: 0 5px;
}

@media screen and (min-width: 768px) and (max-width: 990px)
{
    .bl-logo__slogan
    {
        font-size: 10px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px)
{
    .bl-authorization
    {
        text-align: left;
        margin-top: 5px;
    }
    .bl-authorization__icon-key
    {
        float: left;
        margin-top: 10px;
    }
    .bl-authorization__icon-key:before
    {
        font-size: 34px;
    }
    .bl-authorization__separator
    {
        display: none;
    }
    .bl-authorization__link
    {
        display: block;
    }
}

@media screen and (max-width: 580px)
{
    .col-logo
    {
        width: 100%;
        text-align: left;
    }
    .col-middle
    {
        width: 100%;
        text-align: center;
    }
    .col-user
    {
        width: 100%;
    }
    .bl-cart
    {
        width: 90%;
    }
    .bl-fancybtns
    {
        display: none;
    }
    .bl-authorization
    {
        width: 100%;
        text-align: center;
        margin: 10px 0 20px;
    }
    .bl-authorization__separator
    {
        display: inline-block;
    }
    .bl-authorization__link
    {
        display: inline;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 18px;
    }
    .bl-authorization__icon-key
    {
        margin-top: 3px;
        margin-left: 5px;
        margin-right: 3px;
        float: none;
    }
}

.wrap.content
{
    margin: 20px 0 20px;
}

.wrap.content .main-title-2
{
    color: #115B04;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 8px;
}

.wrap.content .product-buy
{
    font-size: 18px;
    text-transform: uppercase;
    padding: 13px 20px;
}

.wrap.content .string-date
{
    background: rgba(104, 163, 0, 0.2);
    color: #000000;
    font-size: 12px;
    padding: 2px 5px;
}

@media screen and (max-width: 767px)
{
    .wrap.content .sidebar
    {
        display: none;
    }
}

.hidden-menu-btn
{
    display: none;
    position: relative;
}

.hidden-menu-btn.active
{
    z-index: 100;
}

.shadow-block
{
    position: fixed;
    z-index: 88;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px)
{
    .hidden-menu-btn
    {
        display: block;
        width: inherit;
        margin: 0 15px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 580px)
{
.hidden-menu-btn {
        display: block;
        width: inherit;
        margin: 0 0px;
        margin-top: 0px;
        position: absolute;
        right: 15px;
        top: 45px;
        width: 100px;
    }
}

.wrap.main-menu
{
    margin: 28px 0 0;
}

.wrap.main-menu .navbar
{
    /*background: rgba(104, 163, 0, 0.5);
    margin: 0 0 0;
    position: relative;*/
    position: relative;
    margin: 0 0 0;
    background-color: #d1dbbc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d1dbbc));
    background-image: -webkit-linear-gradient(top, white, #d1dbbc);
    background-image: -moz-linear-gradient(top, white, #d1dbbc);
    background-image: -ms-linear-gradient(top, white, #d1dbbc);
    background-image: -o-linear-gradient(top, white, #d1dbbc);
    background-image: linear-gradient(top, white, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#d1dbbc');
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
    border-radius: 3px;
}

.wrap.main-menu .navbar:before{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    left: -116px;
    top: -23px;
    z-index: -1;
    background: url("../images/left.png") 0 0 no-repeat;
}

.wrap.main-menu .navbar:after{
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    right: -116px;
    top: -39px;
    z-index: -1;
    background: url("../images/right.png") 0 0 no-repeat;
}

.wrap.main-menu .nav
{
    display: block;
    height:50px;
}

.wrap.main-menu .nav__item
{
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0;
}

.wrap.main-menu .nav__item:hover .nav__link, .wrap.main-menu .nav__item.active  .nav__link,
.wrap.main-menu .nav__item.active .nav__link {

    
    background-color: #68a300;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7cc200), to(#68a300));
    background-image: -webkit-linear-gradient(top, #7cc200, #68a300);
    background-image: -moz-linear-gradient(top, #7cc200, #68a300);
    background-image: -ms-linear-gradient(top, #7cc200, #68a300);
    background-image: -o-linear-gradient(top, #7cc200, #68a300);
    background-image: linear-gradient(top, #7cc200, #68a300);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7cc200', EndColorStr='#68a300');
    -webkit-box-shadow: 0px 1px 2px #333333;
    -moz-box-shadow: 0px 1px 2px #333333;
    box-shadow: 0px 1px 2px #333333;
    color: #fff;
    text-decoration: none;
    border-color: #7cc200;
}

.wrap.main-menu .nav__item:hover .dropnav
{
    display: block;
}

    .wrap.main-menu .nav__link {
        padding: 9px 15px;
        display: block;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        color: #115B04;
        text-transform: none;
        font-weight: 100;
        font-size: 24px;
        font-family: Arial;
        height: 50px;
        line-height: 31px;
    }

.wrap.main-menu .dropnav
{
    min-width:100%;
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1000;
    color: #e6e6e6;
    background-color: #d1dbbc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d1dbbc));
    background-image: -webkit-linear-gradient(top, white, #d1dbbc);
    background-image: -moz-linear-gradient(top, white, #d1dbbc);
    background-image: -o-linear-gradient(top, white, #d1dbbc);
    background-image: linear-gradient(top, white, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#d1dbbc');
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
    border-radius: 3px;
    padding: 0px;
}

.wrap.main-menu .dropnav__item
{
    display: block;
    padding: 0px;
    margin: 0px;
    float: none;
    list-style-type: none;
}

.wrap.main-menu .dropnav__item:first-child a
{
    border-radius: 3px 3px 0 0;
}

.wrap.main-menu .dropnav__item:last-child a
{
    border-radius: 0 0 3px 3px;
}

.wrap.main-menu .dropnav__link
{
    padding: 7px 20px;
    display: block;
    white-space: nowrap;
}

.wrap.main-menu .dropnav__link:hover
{
    background: #68a300;
    color: #fff;
}

@media screen and (max-width: 767px)
{
    .wrap.main-menu
    {
        /*display: none;*/
    }
    .wrap.main-menu.visible
    {
       /* display: block;
        position: absolute;
        left: 0;
        top: 206px;
        width: 100%;
        z-index: 100;*/
    }
    .wrap.main-menu.visible .navbar:before,
    .wrap.main-menu.visible .navbar:after
    {
        /*display: none;*/
    }
    .wrap.main-menu .nav
    {
      /*  margin: 0;*/
    }
    .wrap.main-menu .nav__item
    {
      /*  border-bottom: 10px solid #a3b77a;
        margin: 1px;
        padding: 0;*/
    }
    .wrap.main-menu .nav__item:last-child
    {
      /*  border: none;*/
    }
    .wrap.main-menu .nav__link
    {
       /* text-decoration: none;
        text-align: center;*/
    }
    .wrap.main-menu .dropnav
    {
       /* position: relative;
        left: inherit;
        top: inherit;
        margin: 0;
        background: none;*/
    }
    .wrap.main-menu .dropnav__item
    {
       /* border-bottom: 1px solid #a3b77a;
        margin: 1px;
        padding: 0;
        height: inherit;*/
    }
    .wrap.main-menu .dropnav__item:last-child
    {
       /* border: none;*/
    }
    .wrap.main-menu .dropnav__link
    {
       /* text-transform: inherit;
        text-decoration: underline;
        color: #444;
        font-size: 14px;
        height: inherit;
        font-weight: bold;
        text-align: center;
        border-radius: 4px !important;*/
    }
}

@media screen and (max-width: 580px)
{
    .wrap.main-menu.visible
    {
        top: 70px;
    }
}

.wrap.footer
{
    background: rgba(104, 163, 0, 0.3);
    padding: 15px 0;
}

.wrap.footer .bl-copyright__string
{
    color: #000000;
    font-size: 12px;
}

.wrap.footer .bl-copyright span,
.wrap.footer .bl-copyright p
{
    color: #000000;
}

.wrap.footer .bl-copyright span,
.wrap.footer .bl-copyright p,
.wrap.footer .bl-copyright a
{
    font-size: 12px;
}

.wrap.footer .bl-contacts
{
    font-size: 12px;
    color: #000000;
}

.wrap.footer .bl-contacts-separator
{
    margin: 0 3px;
}

.wrap.footer .bl-contacts-btn
{
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dotted #115B04;
}

.wrap.footer .bl-contacts-btn:hover
{
    border-color: transparent;
}

.wrap.footer .bl-payment
{
    margin-top: 14px;
}

.wrap.footer .bl-social
{
    margin-top: 10px;
}

.wrap.footer .bl-social__link
{
    border-radius: 90px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    line-height: 43px;
    margin-right: 3px;
    border: 3px solid #115B04;
}

.wrap.footer .bl-social__link:hover
{
    background: #115B04;
}

.wrap.footer .bl-social__link:hover i
{
    color: #fff;
}

.wrap.footer .bl-social__link .icon-vk
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 26px FontAwesome;
    color: #115B04;
    font-family: social-icon;
}

.wrap.footer .bl-social__link .icon-vk:before
{
    font-size: 26px;
    content: "";
}

.wrap.footer .bl-social__link .icon-ok
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 26px FontAwesome;
    color: #115B04;
    font-family: social-icon;
}

.wrap.footer .bl-social__link .icon-ok:before
{
    font-size: 26px;
    content: "";
}

.wrap.footer .bl-dev-copyright
{
    text-align: right;
}

.wrap.footer .bl-dev-copyright__link
{
    display: inline-block;
    font-size: 12px;
}

@media screen and (max-width: 767px)
{
    .wrap.footer
    {
        text-align: center;
    }
    .wrap.footer .bl-copyright__string
    {
        font-size: 14px;
        margin: 0 10%;
    }
    .wrap.footer .bl-contacts-phone
    {
        font-size: 40px;
        text-align: center;
        display: block;
        margin: 0;
    }
    .wrap.footer .bl-contacts-separator
    {
        display: none;
    }
    .wrap.footer .bl-contacts-btn
    {
        margin: 0 10px;
    }
    .wrap.footer .bl-dev-copyright
    {
        margin: 20px 0 5px;
        text-align: center;
    }
    .wrap.footer .bl-dev-copyright .bl-dev__img
    {
        text-align: center;
    }
    .wrap.footer .bl-dev-copyright__link
    {
        display: block;
        text-align: center;
        font-size: 12px;
    }
}

.bl-breadcrumbs .breadcrumb
{
    background: none;
    padding: 0;
    margin: 20px 0 5px;
}

.bl-breadcrumbs__list
{
    display: block;
}

.bl-breadcrumbs__item
{
    font-size: 12px;
}

.bl-breadcrumbs__item:before
{
    color: #000000 !important;
    font-size: 12px;
}

.bl-breadcrumbs__link
{
    font-size: 12px;
}

.bl-slideshow.action
{
    padding: 92px 133px 107px 133px;
    margin: 0 15px 151px 15px;
    background: #fff;
}

.bl-slideshow
{
    overflow: hidden;
    position: relative;
}

.bl-slideshow__items
{
    width: 50000px;
}

.bl-slideshow__item
{
    float: left;
    max-width: 1500px;
}

.bl-slideshow__link
{
    display: block;
}

.bl-slideshow__img
{
    width: 100%;
}

.bl-slideshow .bx-controls .bx-pager
{
    margin-top: 15px;
    text-align: center;
}

.bl-slideshow .bx-controls .bx-pager-item
{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.bl-slideshow .bx-controls .bx-pager-link
{
    text-decoration: none;
    background: #e6e6e6;
    border-radius: 90px;
    font-size: 0;
    width: 20px;
    height: 20px;
    display: block;
}

.bl-slideshow .bx-controls .bx-pager-link:hover
{
    background: #cccccc;
}

.bl-slideshow .bx-controls .bx-pager-link.active
{
    background: #115B04;
}

.bl-text-content
{
    color: #000000;
    margin: 15px 0;
}

.bl-text-content .bl-wysiwyg h2
{
    font-size: 20px;
    text-transform: uppercase;
}

.bl-catlist__item
{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    float: none;
}

.bl-catlist__title
{
    font-size: 18px;
    color: #115B04;
    text-transform: uppercase;
}

.bl-catlist__pr-count
{
    font-size: 12px;
    margin-left: 4px;
}

.bl-catlist__iconimg
{
    float: left;
    width: 62px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 76px;
}

.bl-catlist__string
{
    display: block;
    margin: 0 0 5px 75px;
}

#agreement
{
    max-width: 650px;
    display: none;
}

.bl-wysiwyg__link
{
    display: inline-block;
    margin: 5px 0 15px 0;
}

@media screen and (max-width: 490px)
{
    .bl-catlist__item
    {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
    }
    .bl-catlist__title
    {
        font-size: 22px;
        color: black;
    }
    .bl-catlist__iconimg
    {
        width: 72px;
        height: 86px;
    }
    .bl-catlist__string
    {
        margin-left: 90px;
    }
    .bl-catlist__link
    {
        font-size: 18px;
    }
}

.bl-products-preview
{
    margin: 30px 0 20px;
}

.bl-products-preview .row,  .aboutus .row{
    margin-left:0;
    margin-right:0;
}

.bl-products-preview .col-xs-3, .aboutus .col-xs-3{
    width: 32.666666667%;
    margin: 0 1% 1% 0;
    border: 2px solid #7bc000;
    padding: 10px 15px;
}

.bl-products-preview .col-xs-3:nth-child(3n+3),  .aboutus .col-xs-3:nth-child(3n+3){
    margin-right:0;
}

.bl-products-preview .col-xs-3:hover,  .aboutus .col-xs-3:hover{
    border: 2px solid #6DAB00;
}

.bl-products-preview__badje-rec
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 115px;
    height: 109px;
    z-index: 10;
    background: url(../img/badje_rec.png) 0 0 no-repeat;
}

.bl-products-preview__badje-new
{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: 10;
    background: url(../img/badje_new.png) 0 0 no-repeat;
}

.bl-products-preview__header
{
    position: relative;
}

.bl-products-preview .col-xs-6{
    float:none;
    width:100%;
    clear: both;
    padding-bottom: 10px;
    text-align: center;
}

.bl-products-preview .col-xs-6 > a{
    display:inline-block;
    width:100%;
}

.bl-products-preview__header .bl-product-info__table-prices
{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    margin: 0;
    pointer-events: none;
    opacity: 0.9;
    z-index: 15;
    border-top: 1px solid #ccc;
}

.bl-products-preview__header .bl-product-info__table-prices td:nth-child(2)
{
    width: 70%;
    font-size: 12px;
}

.bl-products-preview__header .bl-product-info__table-prices td:nth-child(1)
{
    width: 45%;
    font-size: 12px;
}

.bl-products-preview__main-title
{
    font-size: 22px;
    text-transform: uppercase;
    color: #115B04;
    margin: 0 0 15px;
}

.bl-products-preview__item
{
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: -4px;
    float: none;
}

.bl-products-preview__link
{
    display: block;
    margin-bottom: 10px;
}

.bl-products-preview__title
{
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.bl-products-preview__img-box
{
    padding: 2px 2px 3px 2px;
    display: inline-block;
    text-align: center;
    background: #fff;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px #4d4d4d;
    -moz-box-shadow: 0px 0px 2px #4d4d4d;
    box-shadow: 0px 0px 2px #4d4d4d;
}

.bl-products-preview__img-value
{
    padding: 0px;
    max-width: 100%;
}

.bl-products-preview__price-title,
.bl-products-preview__price-value
{
    display:block;
    font-size: 18px;
    line-height: 21px;
    color: #115B04;
    text-align: left;
}

.bl-products-preview__price-title b,
.bl-products-preview__price-value b
{
    margin-right: -15px;
    font-weight: normal;
    font-size: 18px;
}

.bl-products-preview__btn-buy
{
    float: right;
}

.bl-products-preview__more-bl {
    margin: 20px 0 0 0;
    text-align: center;
    border: 1px solid #cfcfcf;
    background-color: #ebebeb;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ebebeb));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #fafafa, #ebebeb);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #fafafa, #ebebeb);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #fafafa, #ebebeb);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #fafafa, #ebebeb);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #fafafa, #ebebeb);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fafafa', EndColorStr='#ebebeb');
    clear:both;
}

.bl-products-preview__more-link
{
    font-size: 18px;
    display: inline-block;
    padding: 11px 0 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) and (min-width: 990px)
{
    .bl-products-preview__price-value b
    {
        font-size: 18px;
    }
}

@media screen and (max-width: 990px)
{
    .bl-products-preview__price-title,
    .bl-products-preview__price-value
    {
        display: block;
        margin-right: 5px;
        margin-top: 0px;
        text-align: left;
    }
    .bl-products-preview__price-value
    {
        margin-top: 0;
    }
    .bl-products-preview__price-value b
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 520px)
{
    .bl-products-preview__item
    {
        width: 100%;
        text-align: center;
    }
    .bl-products-preview__btn-buy
    {
        float: right;
    }
    .bl-products-preview__img-box
    {
        background: none;
        border: none;
        display: inline-block;
        width: auto;
        -webkit-box-shadow: 0px 0px 0px transparent;
        -moz-box-shadow: 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px transparent;
    }
    .bl-products-preview__img-value
    {
        border: 1px solid #ccc;
    }
    .bl-products-preview__more-bl
    {
        border: none;
    }
    .bl-products-preview__main-title
    {
        text-align: center;
    }
}

@media screen and (max-width: 600px)
{
    .fancybox-inner .bl-products-preview__img-box
    {
        display: block;
        text-align: center;
    }
    .fancybox-inner .bl-products-preview__img-box img
    {
        max-width: 150px;
        max-height: 150px;
    }
}

.bl-side-menu__title {
    background-color  : #68a300;
    /* Fallback Color */
    
    background-image  : -webkit-gradient(linear, left top, left bottom, from(#89d600), to(#68a300));
    /* Saf4+, Chrome */
    
    background-image  : -webkit-linear-gradient(top, #89d600, #68a300);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image  : -moz-linear-gradient(top, #89d600, #68a300);
    /* FF3.6 */
    
    background-image  : -ms-linear-gradient(top, #89d600, #68a300);
    /* IE10 */
    
    background-image  : -o-linear-gradient(top, #89d600, #68a300);
    /* Opera 11.10+ */
    
    background-image  : linear-gradient(top, #89d600, #68a300);
    filter            : progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#89d600', EndColorStr='#68a300');
    -webkit-box-shadow: inset 0px 0px 1px #f9fff8;
    -moz-box-shadow   : inset 0px 0px 1px #f9fff8;
    box-shadow        : inset 0px 0px 1px #f9fff8;
    border            : 1px solid #6fad00;
    display           : block;
    padding           : 12px 12px;
    color             : #fff;
    text-transform    : uppercase;
    }

.bl-side-menu__list
{
    margin: 4px 0 4px;
    padding: 0 0 0 15px;
}

.bl-side-menu__item
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 9px FontAwesome;
    color: black;
    list-style: none;
    display: block;
    margin: 0;
    position: relative;
}

.bl-side-menu__item:before
{
    font-size: 9px;
    content: "";
}

.bl-side-menu__item:before
{
    position: absolute;
    left: 4px;
    top: 9px;
}

.bl-side-menu__item.active .bl-side-menu__link
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.bl-side-menu__link
{
    font-size: 14px;
    display: block;
    padding: 5px 0 5px 15px;
    font-family: arial, verdana, serif;
}

.bl-side-menu__link:hover
{
    background: rgba(104, 163, 0, 0.2);
    color: #000;
}

.bl-side-reviews__item {
    background-color: #fff;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #e6e6e6, #fff);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #e6e6e6, #fff);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #e6e6e6, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#e6e6e6', EndColorStr='#fff');
    -webkit-box-shadow: 0px 0px 4px #4d4d4d;
    -moz-box-shadow: 0px 0px 4px #4d4d4d;
    box-shadow: 0px 0px 4px #4d4d4d;
    border-radius: 3px;
    padding: 8px 8px 8px;
}

.bl-side-reviews__string-date
{
    display: block;
    font-weight: bold;
    color: #115B04;
    font-size: 12px;
}

.bl-side-reviews__string-author
{
    display: block;
    font-weight: bold;
    color: #115B04;
    font-size: 14px;
}

.bl-side-reviews__text
{
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
}

.bl-side-advantages__list
{
    padding: 0;
    margin: 0;
}

.bl-side-advantages__item
{
    display: block;
    list-style: none;
    position: relative;
    margin: 0 0 10px 0;
}

.bl-side-advantages__icon
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 14px FontAwesome;
    color: #fff;
    -webkit-box-shadow: 0px 1px 3px #4d4d4d;
    -moz-box-shadow: 0px 1px 3px #4d4d4d;
    box-shadow: 0px 1px 3px #4d4d4d;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #68a300;
    text-align: center;
    line-height: 22px;
}

.bl-side-advantages__icon:before
{
    font-size: 14px;
    content: "";
}

.bl-side-advantages__string
{
    font-family: arial, verdana;
    font-size: 14px;
    display: block;
    margin-left: 30px;
    line-height: 15px;
    color: #000000;
}

.bl-cat-child-list
{
    margin: 18px 0px 18px 20px;
}

.bl-cat-child-list__item
{
    margin:0 30px 8px 0;
    display:inline-block;
}

.bl-cat-child-list__item.active .bl-cat-child-list__link
{
    color: #000000;
    text-decoration: none;
}

.bl-cat-child-list__link
{
    font-size: 14px;
}

.bl-cat-filter {
    background-color: #d1dbbc;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d1dbbc));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, white, #d1dbbc);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, white, #d1dbbc);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, white, #d1dbbc);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, white, #d1dbbc);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, white, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#d1dbbc');
    -webkit-box-shadow: 0px 0px 5px #666666;
    -moz-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
    border-radius: 3px;
    padding: 15px 15px 10px;
    position: relative;
    border: 2px solid #e6e6e6;
    border-top: 1px solid #fff;
    margin: 15px 0 20px;
}

.bl-cat-filter__main-title-string
{
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    text-transform: uppercase;
    color: #115B04;
}

@media screen and (max-width: 500px)
{
    .bl-cat-filter__main-title-string
    {
        font-size: 18px;
        max-width: 150px;
    }
}

.bl-cat-filter__main-title-btn-turn
{
    float: right;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    line-height: 15px;
    border-bottom: 1px dotted #115B04;
}

.bl-cat-filter__main-title-btn-turn:hover
{
    border-color: transparent;
}

.bl-cat-filter__form {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #000000;
    margin-top: 7px;
    display: none;
}

.bl-cat-filter__form .row
{
    margin-left: -10px;
    margin-right: -10px;
}

.bl-cat-filter__form-item
{
    padding: 0 5px;
    margin-top: 5px;
    margin-bottom: 11px;
}

.bl-cat-filter__form-label
{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    display: block;
    color: #000000;
}

.bl-cat-filter__form-field
{
    border-radius: 3px;
    background: #fff;
    display: block;
    width: 100%;
    height: 31px;
    padding-left: 6px;
    border: none;
    outline: none;
    color: #000000;
}

.bl-cat-filter__form-field:focus
{
    background: #fcfcfc;
}

.bl-cat-filter__form-submit
{
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 23px;
    float: right;
}

@media screen and (max-width: 767px)
{
    .bl-cat-filter__form-label
    {
        width: 50%;
        display: block;
        float: left;
    }
    .bl-cat-filter__form-field
    {
        width: 50%;
        display: block;
    }
    .bl-cat-filter__form-submit
    {
        margin-top: 0;
        margin-left: 15px;
        margin-right: -5px;
    }
}

.bl-cat-products-sort__sort-block
{
    margin: 18px 0 0 0;
    text-align: right;
}

.bl-cat-products-sort__link-btn
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    border-bottom: 1px dotted #115B04;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 16px;
}

.bl-cat-products-sort__link-btn.top .bl-cat-products-sort__icon-top
{
    background: rgba(0, 0, 0, 0.3);
}

.bl-cat-products-sort__link-btn.bottom .bl-cat-products-sort__icon-bottom
{
    background: rgba(0, 0, 0, 0.3);
}

.bl-cat-products-sort__link-btn:hover
{
    border-color: transparent;
}

.bl-cat-products-sort__icon-top
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 11px FontAwesome;
    color: #115B04;
    position: absolute;
    padding: 3px 3px;
    top: 0px;
    right: -10px;
}

.bl-cat-products-sort__icon-top:before
{
    font-size: 11px;
    content: "";
}

.bl-cat-products-sort__icon-bottom
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 11px FontAwesome;
    color: #115B04;
    position: absolute;
    padding: 3px 3px;
    top: 1px;
    right: -18px;
}

.bl-cat-products-sort__icon-bottom:before
{
    font-size: 11px;
    content: "";
}

@media screen and (max-width: 990px)
{
    .bl-cat-products-sort__sort-block
    {
        text-align: left;
        margin-top: 0;
    }
    .bl-cat-products-sort__link-btn:first-child
    {
        margin-left: 0;
    }
}

.bl-product-page
{
    margin: 20px 0 0 0;
}

.bl-gallery
{
    margin-bottom: 20px;
}

.bl-gallery__inner
{
    position: relative;
}

.bl-gallery__big-photo
{
    margin: 0 0 15px 0;
    text-align: center;
}

.bl-gallery__big-photo-fancylink
{
    padding: 2px 2px 3px 2px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 2px #4d4d4d;
    -moz-box-shadow: 0px 0px 2px #4d4d4d;
    box-shadow: 0px 0px 2px #4d4d4d;
}

.bl-gallery__big-photo-img
{
    max-width: 100%;
}

.bl-gallery__big-photo-img:hover
{
    opacity: 0.7;
}

.bl-gallery__slider
{
    position: relative;
    margin: 0 14%;
}

.bl-gallery__slider-link
{
    padding: 3px 3px 4px 3px;
    display: block;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px #4d4d4d;
    -moz-box-shadow: 0px 0px 2px #4d4d4d;
    box-shadow: 0px 0px 2px #4d4d4d;
}

.bl-gallery__slider-img
{
    max-width: 100%;
    height: 84px;
}

.bl-gallery__slider-img:hover
{
    opacity: 0.7;
}

.bl-gallery__slider .bx-prev
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 34px FontAwesome;
    color: #115B04;
    font-size: 0;
    text-decoration: none;
    position: absolute;
    left: -33px;
    top: 28px;
    z-index: 20;
}

.bl-gallery__slider .bx-prev:before
{
    font-size: 34px;
    content: "";
}

.bl-gallery__slider .bx-next
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 34px FontAwesome;
    color: #115B04;
    font-size: 0;
    text-decoration: none;
    position: absolute;
    right: -33px;
    top: 28px;
    z-index: 20;
}

.bl-gallery__slider .bx-next:before
{
    font-size: 34px;
    content: "";
}

.bl-product-info__description
{
    color: #000000;
}

.bl-product-info__motiv-container
{
    margin-top: 10px;
}

.bl-product-info__motiv-string
{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.bl-product-info__motiv-icon
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 20px FontAwesome;
    color: #115B04;
    position: absolute;
    top: 2px;
    left: 0px;
}

.bl-product-info__motiv-icon:before
{
    font-size: 20px;
    content: "";
}

.bl-product-info__motiv-btnlink
{
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px dotted #115B04;
    text-decoration: none;
}

.bl-product-info__motiv-btnlink:hover
{
    border-color: transparent;
}

.bl-product-info__motiv-hidden-block
{
    display: none;
    margin-top: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px dashed #115B04;
    padding: 10px;
}

.bl-product-info__motiv-hidden-block ol
{
    margin: 0 !important;
    padding: 0 !important;
}

.bl-product-info__motiv-bgblock
{
    display: block;
    background: url("../img/motiv.png") 0 0 no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: 140px;
}

.bl-product-info__motiv-title
{
    margin-top: 0;
}

.bl-product-info__table-prices
{
    width: 100%;
    margin: 20px 0 20px;
}

.bl-product-info__table-prices-head-item
{
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 5px;
}

.bl-product-info__table-prices-head-item:nth-child(2)
{
    text-align: right;
    padding-right: 0px;
}

.bl-product-info__table-prices-body tr:hover td
{
    background: rgba(104, 163, 0, 0.2);
    cursor: pointer;
}

.bl-product-info__table-prices-body tr.active td
{
    background: rgba(104, 163, 0, 0.5);
    cursor: pointer;
}

.bl-product-info__table-prices-body-item
{
    width: 50%;
    border-bottom: 1px solid #bac99b;
    padding: 3px 7px;
    color: #000000;
}

.bl-product-info__table-prices-body-item:nth-child(2)
{
    text-align: right;
    width: 50%;
}

.bl-product-info__table-prices-body-item-string
{
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

.bl-product-info__table-prices-body-item-field
{
    margin-left: 10px !important;
    float: right;
}

.bl-product-info__btn
{
    float: left;
}

.bl-product-info .product-prices
{
    padding: 0;
    margin: 0;
    font-size: 17.5px;
    border: none;
}

.bl-product-info .product-prices .row
{
    margin-bottom: 10px;
}

.bl-product-info .product-prices .fa
{
    color: #115B04;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.bl-product-info .product-prices .fa:hover
{
    background: #115B04;
    color: #fff;
}

.bl-product-info .product-price
{
    font-size: 22px;
    color: #115B04;
}

.bl-product-info .product-price-old {
    font-size: 22px;
    color: #115B04;
    text-decoration: line-through;
    color: #878C7A;
}

@media screen and (max-width: 370px)
{
    .bl-product-info__motiv-container .row > div
    {
        width: 100%;
    }
}

.bl-tabs
{
    margin: 20px 0 15px;
}

.bl-tabs__controller
{
    background: #a3b77a;
    border-radius: 3px 3px 0 0;
}

.bl-tabs__controller-list
{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

.bl-tabs__controller-item
{
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 0;
    padding: 15px 7px 7px;
}

.bl-tabs__controller-item.active
{
    border-radius: 4px 4px 0 0;
    background: #115B04;
}

.bl-tabs__controller-item.active .bl-tabs__controller-link
{
    color: #fff;
}

.bl-tabs__controller-link
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border-bottom: 1px dotted #115B04;
    line-height: 15px;
}

@media screen and (max-width: 390px)
{
    .bl-tabs__controller-link
    {
        font-size: 11px;
    }
}

.bl-tabs__controller-link:hover
{
    border-color: transparent;
}

.bl-tabs__blocks
{
    border: 1px solid #115B04;
    border-top: 3px solid #115B04;
    padding: 8px 15px;
}

.bl-tabs__blocks-item
{
    display: none;
}

.bl-tabs__blocks-item.active
{
    display: block;
}

.bl-tabs__blocks-item-title
{
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 10px 0 6px 0;
}

.bl-tabs__blocks-item-text
{
    color: #000000;
    font-size: 12px;
}

.bl-tabs__blocks-item-author
{
    color: #000000;
    margin-bottom: 4px;
}

.bl-tabs__blocks-item-sharelink
{
    font-weight: bold;
}

.bl-tabs__blocks-item-btn-block {
    background-color: #ebebeb;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ebebeb));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #fafafa, #ebebeb);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #fafafa, #ebebeb);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #fafafa, #ebebeb);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #fafafa, #ebebeb);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #fafafa, #ebebeb);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fafafa', EndColorStr='#ebebeb');
    border: 1px solid #cfcfcf;
    text-align: center;
    display: block;
    text-transform: none;
    position: relative;
    margin: 10px 0 7px 0;
}

.bl-tabs__blocks-item-btn-block:hover
{
    background: #ededed;
}

.bl-tabs__blocks-item-btn-link
{
    font-size: 14px;
}

.bl-tabs__blocks-item-btn-link:after
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bl-wysiwyg img,
.main-content > img
{
    margin: 15px;
}

.bl-wysiwyg h1,
.bl-wysiwyg h2,
.bl-wysiwyg h3,
.bl-wysiwyg h4,
.bl-wysiwyg h5,
.bl-wysiwyg h6,
.main-content > h1,
.main-content > h2,
.main-content > h3,
.main-content > h4,
.main-content > h5,
.main-content > h6
{
    color: #115B04;
    font-weight: normal;
}

.bl-wysiwyg h1,
.main-content > h1
{
    font-size: 28px;
}

.bl-wysiwyg h2,
.main-content > h2
{
    font-size: 25px;
}

.bl-wysiwyg h3,
.main-content > h3
{
    font-size: 23px;
}

.bl-wysiwyg h4,
.main-content > h4
{
    font-size: 20px;
}

.bl-wysiwyg h5,
.main-content > h5
{
    font-size: 18px;
}

.bl-wysiwyg h6,
.main-content > h6
{
    font-size: 16px;
}

.bl-wysiwyg ul,
.main-content > ul
{
    padding: 0 0 0 18px;
    margin: 10px 0 10px 0px;
    list-style-position: inside;
}

.bl-wysiwyg ul li,
.main-content > ul li
{
    color: #000000;
    font-size: 16px;
    margin-bottom: 7px;
}

.bl-wysiwyg dl dt,
.main-content > dl dt
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -10px;
}

.bl-wysiwyg dl dd,
.main-content > dl dd
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -10px;
}

.bl-wysiwyg ol,
.main-content > ol
{
    padding: 0 0 0 18px;
    list-style-position: inside;
    margin: 10px 0 10px 0px;
}

.bl-wysiwyg ol li,
.main-content > ol li
{
    color: #000000;
    font-size: 16px;
    margin-bottom: 7px;
}

.bl-wysiwyg p,
.main-content > p
{
    color: #000000;
    font-size: 16px;
}

.bl-wysiwyg div,
.main-content > div
{
    color: #000000;
}

.bl-wysiwyg table,
.main-content > table
{
    background: #e8eddd;
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
    border: 1px solid #7e9550;
    width: 100%;
    margin: 20px 0;
}

.bl-wysiwyg table th,
.main-content > table th {
    background-color: #d1dbbc;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#d1dbbc));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, #fffffe, #d1dbbc);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, #fffffe, #d1dbbc);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, #fffffe, #d1dbbc);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, #fffffe, #d1dbbc);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, #fffffe, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#fffffe', EndColorStr='#d1dbbc');
    padding: 15px 10px;
    border: 1px solid #7e9550;
    border-bottom: 2px solid #46522c;
    color: #000000;
}

.bl-wysiwyg table td,
.main-content > table td
{
    padding: 8px 10px;
    border: 1px solid #62733e;
    color: #000000;
}

.main-content > table td.marked
{
    background: rgba(248, 251, 45, 0.82);
}

.bl-articles__header
{
    margin-bottom: 10px;
}

.bl-articles__header a
{
    font-size: 16px;
}

.bl-articles__content
{
    margin: 10px 0 -5px;
}

.bl-articles__footer
{
    margin-bottom: 10px;
}

.bl-articles__list
{
    margin: 0;
    padding: 0;
}

.bl-articles__item
{
    display: block;
    margin: 0 0 25px !important;
    padding: 0;
}

.bl-articles__block-img
{
    max-width: 100%;
}

.bl-articles__link-more
{
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

.bl-articles__link-more:hover
{
    text-decoration: underline;
}

.bl-articles__link-more .icon
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 12px FontAwesome;
    color: #115B04;
}

.bl-articles__link-more .icon:before
{
    font-size: 12px;
    content: "";
}

.bl-articles__text
{
    font-size: 15px;
    color: #000000;
    display: block;
}

.bl-articles__title
{
    font-weight: bold;
    margin: 0 0 0 10px;
    color: #000000;
}

.bl-articles .bl-article-page__imgbox
{
    margin-top: 10px;
}

.bl-article-page__imgbox + .bl-articles__block-description
{
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}

.bl-pagination__list
{
    padding: 0;
    margin: 10px 0;
    text-align: center;
}

.bl-pagination__item
{
    display: inline-block;
    vertical-align: top;
}

.bl-pagination__link
{
    font-size: 14px;
    font-weight: bold;
    margin: 0 3px;
}

.bl-article-page__header
{
    padding-top: 42px;
    margin: 0 0 10px 0;
}

.bl-article-page__footer
{
    margin: 20px 0 0;
}

.bl-article-page__imgbox {
    background-color: #d1dbbc;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d1dbbc));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, white, #d1dbbc);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, white, #d1dbbc);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, white, #d1dbbc);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, white, #d1dbbc);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, white, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#d1dbbc');
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
    width: 30%;
    display: inline-block;
    padding: 4px;
}

.bl-article-page__imgbox + .bl-article-page__content
{
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}

.bl-article-page__img
{
    max-width: 100%;
}

.bl-article-page .img-float {
    float: left;
    margin: 0 15px 15px 0;
    max-width: 50%;
    background-color: #d1dbbc;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d1dbbc));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, white, #d1dbbc);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, white, #d1dbbc);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, white, #d1dbbc);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, white, #d1dbbc);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, white, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#d1dbbc');
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
    padding: 4px;
}

@media screen and (max-width: 400px)
{
    .bl-article-page .img-float
    {
        max-width: 100%;
        float: none;
        display: block;
    }
}

.bl-form__label
{
    text-align: left !important;
    font-weight: bold;
}

.bl-form__field-text:focus,
.bl-form__field-textarea:focus,
.bl-form__field-select:focus
{
    -webkit-box-shadow: 0px 0px 5px #4d4d4d;
    -moz-box-shadow: 0px 0px 5px #4d4d4d;
    box-shadow: 0px 0px 5px #4d4d4d;
    border: none;
}

.bl-form__field-textarea
{
    height: 70px;
    max-height: 100px;
    min-height: 70px;
    border: none;
}

.bl-form__field-select
{
    border: none;
}

.bl-form__error-string {
    color: #cd2323;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 18px FontAwesome;
    color: #cd2323;
}

.bl-form__error-string:before
{
    font-size: 18px;
    content: "";
}

.bl-form__error-string:before
{
    margin-right: 10px;
}

.bl-thumbnails__item
{
    float: none;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: 22px;
}

.bl-thumbnails__header
{
    margin-top: 9px;
    margin-bottom: 0px;
}

.bl-thumbnails__date
{
    float: left;
}

.bl-thumbnails__count
{
    float: right;
    color: #555;
}

.bl-thumbnails__imgbox {
    background-color: #d1dbbc;
    /* Fallback Color */
    
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#d1dbbc));
    /* Saf4+, Chrome */
    
    background-image: -webkit-linear-gradient(top, white, #d1dbbc);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    
    background-image: -moz-linear-gradient(top, white, #d1dbbc);
    /* FF3.6 */
    
    background-image: -ms-linear-gradient(top, white, #d1dbbc);
    /* IE10 */
    
    background-image: -o-linear-gradient(top, white, #d1dbbc);
    /* Opera 11.10+ */
    
    background-image: linear-gradient(top, white, #d1dbbc);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#d1dbbc');
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
    padding: 4px;
    display: block;
    margin-top: 15px;
}

.bl-thumbnails__img
{
    max-width: 100%;
    width: 100%;
}

.bl-thumbnails__fancylink
{
    background: none;
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 8px;
}

.bl-thumbnails__fancylink b
{
    text-decoration: underline;
}

.bl-thumbnails__fancylink:hover b
{
    text-decoration: none;
}

.bl-faq__btn-link
{
    text-decoration: none;
    border-bottom: 1px dotted #115B04;
    font-weight: bold;
    position: relative;
    margin-left: 18px;
}

.bl-faq__btn-link:hover
{
    border-color: transparent;
}

.bl-faq__btn-link.active .icon:before
{
    content: "";
}

.bl-faq__btn-link .icon
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 14px FontAwesome;
    color: #115B04;
    margin-right: 5px;
    position: absolute;
    left: -18px;
    top: 2px;
}

.bl-faq__btn-link .icon:before
{
    font-size: 14px;
    content: "";
}

.bl-faq__text
{
    display: block;
    margin-top: 5px;
}

.bl-file-download__item
{
    margin-bottom: 20px;
}

.bl-file-download__img
{
    margin-right: 14px;
    margin-left: 14px;
    width: 33px;
    height: 33px;
}

.bl-file-download__size
{
    margin-left: 20px;
}

.bl-file-download__description
{
    margin-top: 10px;
}

.bl-subscribe
{
    margin: 20px 0;
    border: 2px dashed #115B04;
    padding: 12px;
    border-radius: 10px;
}

.bl-subscribe__inner
{
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.bl-subscribe__title
{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.bl-subscribe__img-block
{
    text-align: center;
}

.bl-subscribe__img-block .bl-subscribe__btnlink
{
    display: block;
    width: 100%;
}

.bl-subscribe__img-block img
{
    max-width: 100%;
}

.bl-subscribe__img-title
{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.bl-subscribe__form
{
    position: absolute;
    bottom: 36px;
    left: 0;
    display: none;
}

.bl-subscribe__form-inner
{
    margin: 0 auto;
    text-align: center;
    background: #B1CF78;
    padding: 10px;
    -webkit-box-shadow: 0px 1px 5px #4d4d4d;
    -moz-box-shadow: 0px 1px 5px #4d4d4d;
    box-shadow: 0px 1px 5px #4d4d4d;
}

.bl-subscribe__form-text
{
    text-align: center;
    font-size: 12px;
}

.bl-subscribe__btnlink
{
    font-weight: bold;
    display: inline;
    vertical-align: top;
    border-bottom: 1px dotted #115B04;
    text-decoration: none;
    margin-bottom: 5px;
    margin-top: 10px;
}

.bl-subscribe__btnlink:hover
{
    border-color: transparent;
}

.subscribe-form__fuild
{
    margin-bottom: 5px;
    margin-top: 5px;
}

.subscribe-form__btn
{
    margin-bottom: 5px;
    margin-top: 5px;
}

#tabs-reviews
{
    text-align: left;
}

#tabs-reviews .container
{
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

.bl-category-child
{
    margin: 30px 0 0;
    padding: 0;
}

.bl-category-child__inner
{
    max-height: 100px;
    overflow: hidden;
}

.bl-category-child__inner.active
{
    max-height: inherit;
}

.bl-category-child__inner.active + .bl-category-child__more:after
{
    display: none;
}

.bl-category-child.enable .bl-category-child__more
{
    display: block;
}

.bl-category-child__more
{
    margin: 5px 0 50px;
    background: #8EAB4C;
    border-radius: 6px;
    width: 100%;
    height: 25px;
    text-align: center;
    position: relative;
    display: none;
}

.bl-category-child__more:after
{
    content: '';
    background: url("../img/absbg.png") 0 0 repeat-x;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
    pointer-events: none;
}

.bl-category-child__more-block
{
    background: #8EAB4C;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    border-radius: 5px;
}

.bl-category-child__more-btnlink
{
    color: #fff;
    position: relative;
    margin-right: 25px;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
    text-transform: uppercase;
}

.bl-category-child__more-btnlink:hover
{
    border-color: transparent;
    color: #fff;
}

.bl-category-child__more-btnlink:active,
.bl-category-child__more-btnlink:focus
{
    color: #fff;
}

.bl-category-child__more-btnlink .icon
{
    font-weight: normal;
    font-style: normal;
    font: normal normal normal 14px FontAwesome;
    color: #fff;
    position: absolute;
    right: -20px;
    top: 4px;
}

.bl-category-child__more-btnlink .icon:before
{
    font-size: 14px;
    content: "";
}

.bl-category-child__more-btnlink.active .icon:before
{
    content: "\f0d8";
}

.sidebar .bl-category-child
{
    margin-top: 10px;
}

.sidebar .bl-category-child__more
{
    height: 15px;
    border-radius: 0 0 5px 5px;
}

.sidebar .bl-category-child__more-btnlink
{
    font-size: 14px;
    text-transform: lowercase;
}

.sidebar .bl-category-child__more-block
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.bl_auth__title
{
    font-size: 30px;
    padding: 20px 0;
    display: block;
}

.bl-error-page
{
    text-align: center;
}

.bl-error-page h1
{
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.bl-error-page h2
{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.bl-error-page h3
{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 25px;
    margin-bottom: 0;
}

.bl-error-page h4
{
    margin-top: 25px;
    font-size: 18px;
    color: #000;
}

.bl-error-page a
{
    font-weight: bold;
}

.bl-error-page span
{
    font-weight: bold;
}

.bl-error-page .link-hlopotun
{
    font-size: 14px;
    font-weight: bold;
}

.bl-error-page .err-p-search-title
{
    font-size: 14px;
    margin-bottom: -6px;
    font-weight: bold;
    margin-top: 25px;
}

.bxx-oldprice
{
    font-size: 12px;
    font-weight: normal;
}

.bxx-oldprice .old_price
{
    color: #999;
    text-decoration: line-through;
}

.bl-book-page__img
{
    margin-bottom: 30px;
}

.bl-book-page__img img
{
    max-width: 100%;
}

.bl-book-page form
{
    display: block;
    text-align: center;
}

.bl-book-page form h2
{
    text-align: center;
}

.bl-book-page form .btn
{
    display: inline-block;
}

@media screen and (max-width: 567px)
{
    .bl-book-page
    {
        position: relative;
        padding-bottom: 280px;
        height: auto;
    }
    .bl-book-page .col-xs-6
    {
        width: 100%;
        position: inherit;
    }
    .bl-book-page .bl-slider-reviews
    {
        bottom: 0;
    }
    .bl-get-book
    {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .bl-list-block
    {
        margin: 0 15px 30px 15px;
    }
    .bl-list-item
    {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .bl-wysiwyg h1.bl-title
    {
        font-size: 27px;
        line-height: 34px;
        margin: -35px 0 17px;
    }
    .bl-list-info
    {
        font-size: 24px;
        line-height: 26px;
    }
    .bl-article-page__img
    {
        max-width: 60%;
        display: block;
        margin: auto;
        float: none;
    }
    .bl-article-page__author
    {
        font-size: 24px;
    }
    .bl-wysiwyg
    {
        font-size: 16px;
        line-height: 20px;
    }
    .bl-slideshow.action
    {
        padding: 28px 103px 57px 103px;
        margin: 0 15px -220px 15px;
    }
    #get_book
    {
        width: 100%;
    }
    #get_book .bl-wysiwyg h2
    {
        font-size: 18px;
    }
    #vk_groups
    {
        max-width: 100%;
        width: 100%!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
    .bl-book-page
    {
        position: relative;
        padding-bottom: 250px;
        height: auto;
    }
    .bl-book-page .col-xs-6
    {
        width: 100%;
        position: inherit;
    }
    .bl-book-page .bl-slider-reviews
    {
        bottom: 0;
        margin-bottom: -170px;
        padding: 40px 133px 47px 133px;
    }
    .bl-list-item
    {
        margin-bottom: 40px;
        width: 47%;
    }
    .bl-article-page__img
    {
        float: none;
        margin: auto;
        display: block;
    }
    .bl-get-book
    {
        font-size: 34px;
    }
    .bl-wysiwyg h1.bl-title
    {
        font-size: 32px;
    }
}

@media (max-width: 420px)
{
    .bl-wysiwyg h1.bl-title
    {
        font-size: 17px;
        line-height: 21px;
        margin: -31px 0 19px;
    }
    .bl-list-img
    {
        margin: 0 auto 12px auto;
        width: 40%;
    }
    .bl-list-info
    {
        font-size: 18px;
        line-height: 20px;
    }
    .bl-get-book
    {
        font-size: 15px;
    }
    .bx-wrapper .bx-controls-direction a
    {
        top: 20%;
    }
    .bl-slideshow.action
    {
        padding: 30px;
        margin: 0 15px -220px 15px;
    }
    .bx-controls-direction a.bx-prev
    {
        left: 7px;
    }
    .bx-controls-direction a.bx-next
    {
        right: 7px;
    }
    #get_book
    {
        width: 100%;
    }
    .bl-list-block
    {
        margin: 0 15px 30px 15px;
    }
    .bl-get-book
    {
        margin-bottom: 30px;
    }
    .bl-wysiwyg
    {
        line-height: 20px;
    }
    .bl-article-page__author
    {
        line-height: 26px;
    }
    #get_book .bl-wysiwyg h2
    {
        font-size: 18px;
    }
}

@media (min-width: 568px) and (max-width: 766px)
{
    .bl-list-item
    {
        width: 45%;
    }
    .bl-wysiwyg h1.bl-title
    {
        font-size: 28px;
    }
    .bl-list-info
    {
        font-size: 25px;
        line-height: 29px;
    }
    .bl-get-book
    {
        font-size: 24px;
    }
    .bl-article-page__img
    {
        float: none;
        display: block;
    }
    .bl-slideshow.action
    {
        padding: 92px 133px 58px 133px;
        margin: 0px 15px 78px 15px;
    }
}

.navBlockWrap
{
    border-top: 4px solid #66CC66;
    border-bottom: 1px solid #BAD58B;
    color: black;
    text-transform: uppercase;
    padding: 0.50em 0;
    font-size: 0.9em;
    margin: 0 auto;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.mainNav
{
    color: black;
    text-transform: uppercase;
    padding: 0.75em 0;
    font-size: 0.9em;
}

.nav li > a
{
}

.nav a:hover
{
    text-decoration: underline;
}

