

/* Start:/bitrix/templates/home-page/components/bitrix/main.include/action_bar/style.css?15120443791117*/
#Action_bar {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
background-color: #e6e6e6;
position: static;
}

.w_border {
    border-right: 1px solid #FFF;
    height: 33px;
    overflow: hidden;
    float: left;
}
.cell1 {
    border: 0px solid #999999;
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    float: left;
    padding: 5px 0px 0px 0px;
}

a {
    color: #212245;
}

.cell2 {
    border: 0px solid #999999;
    display: table-cell;
    margin-left: 20px;
    vertical-align: middle;
    width: 180px;
    float: left;
    padding: 5px 0px 0px 0px;
}

.cell3 {
    border: 0px solid #999999;
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    float: left;
    padding: 3px 0px 0px 0px;
}

.cell4 {
    border: 0px solid #999999;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    float: left;
    padding: 3px 0px 0px 0px;
}
#Action_bar .call {
    cursor: pointer;
}
.cell6 {
    margin-left: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    float: left;
    padding: 5px 0px 0px 0px;
}
/* End */


/* Start:/bitrix/templates/home-page/components/bitrix/menu/top_menu/style.css?1603959290421*/
.top_menu {margin: 20px 0;}
.top_menu li{
	float: left;
	list-style: none;
}
.top_menu li a{
	padding: 9px 25px 9px 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.top_menu li a:hover{
	background:#e4eae3;
	text-decoration: none;
}
.top_menu li .application{
	background: #3a8816;
	color: #ffffff;
}
.top_menu li .application:hover{
	background: #195900;
	color: #ffffff;
}

/* End */


/* Start:/bitrix/templates/home-page/components/bitrix/breadcrumb/template_home-page/style.css?1604577686589*/
/*.bx-breadcrumb {
	margin: 10px 0;
}*/
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/catalog-blog-bot/style.css?1512044379152*/
.blog-item {
padding: 5px 5px 25px 5px;
}
.blog-list {
    margin-top: 25px;
}
@media (min-width: 1240px) {
.catalog .cont {
    padding-left: 60px;
}
}
/* End */


/* Start:/bitrix/components/beehive/cart/templates/cart_block/style.css?160335777511487*/
.bc-cart-w * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bc-cart-w {
    position: fixed;
    top: 100px;
    z-index: 1000;
    right: 0;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.bc-cart-w--left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.bc-cart-w--left .bc-cart-w-btn-show-cart {
    left: auto;
    right: -58px;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.bc-cart-w.bc-cart-w-visible {
    -ms-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    top: 50% !important;
}

.bc-cart-w-btn-show-cart {
    position: absolute;
    left: -58px;
    top: 0px;
    width: 58px;
    height: 76px;
    background: #e2e2e2;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    border-right: none;
    z-index: 10;
}

.bc-cart-w-btn-show-cart-count {
    position: absolute;
    left: 28px;
    top: 16px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 12px;
    color: #FFF;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    background-color: #ee3733;
    line-height: 24px;
}

.bc-cart-w-btn-show-cart-count__ico {

    position: absolute;
    left: 14px;
    top: 17px;
    margin: 0 0 0 -8px;
    width: 44px;
    height: 44px;
}
.bc-cart-w-visible .bc-cart-w-btn-show-cart-count,
.bc-cart-w-visible .bc-cart-w-btn-show-cart-count__ico{
    display: none;
}
.bc-cart-w-btn-show-cart-count__close{
    display: none;
    position: absolute;
    left: 8px;
    top: 17px;
    width: 44px;
    height: 44px;
}
.bc-cart-w-btn-show-cart-count__close:hover{
    fill: #ee3834;
}
.bc-cart-w-visible .bc-cart-w-btn-show-cart-count__close{
    display: block;
}
.bc-cart-w-content {

    background-color: #fff;
    min-width: 700px;
    position: relative;
}
.bc-cart-w.bc-cart-w-visible .bc-cart-w-content {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.bc-cart-w-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    line-height: 1;
}

.bc-cart-w-delete-all:link,
.bc-cart-w-delete-all:visited,
.bc-cart-w-delete-all {
    display: inline-block;
    padding: 5px 20px 6px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    position: absolute;
    right: 30px;
    top: 22px;
    font-size: 12px;
    text-decoration: none;
    line-height: 21px;
}

.bc-cart-w-delete-all:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_cart-item-delete.png);
    cursor: pointer;
    width: 7px;
    height: 7px;
    top: 13px;
    right: 6px;
}

.bc-cart-w-delete-all:hover {
    background-color: #f00;
    color: #fff;;
}

.bc-cart-w-delete-all:hover:before {
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_cart-item-delete_a.png);
}

.bc-cart-w-content-inner {
    clear: both;
}

.bc-cart-w-title-w {
    overflow: hidden;
    padding: 27px 30px 29px;
}

.bc-cart-w-content-item, .bc-cart-w-content-item-header-w {
    display: table;
    width: 100%;
    padding: 15px 20px 15px;
}

.bc-cart-w-content-item-header, .bc-cart-w-content-item-body {
    display: table-cell;
}

.bc-cart-w-content-item-body-1,
.bc-cart-w-content-item-header-1 {
    width: 60%;
    border-right: 1px solid #e2e2e2;
    width: 385px;
}

.bc-cart-w-content-item-body-2,
.bc-cart-w-content-item-header-2 {
    width: 20%;
    border-right: 1px solid #e2e2e2;
    width: 128px;
}

.bc-cart-w-content-item-body-3,
.bc-cart-w-content-item-header-3 {
    /* width: 20%; */
}

.bc-cart-w-content-item-header-w {
    background-color: rgb(242, 242, 242);
    text-align: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.bc-cart-w-content-tbl-total {
    background-color: rgb(242, 242, 242);
    padding: 15px 60px 15px 20px;
    text-align: right;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.bc-cart-w-content-tbl-discount {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.bc-cart-w-content-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.bc-cart-w-content-item-body-2 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.bc-cart-w-content-price-w {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.bc-cart-w-content--old-price {
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 400;
    position: relative;
    display: inline-block
}

.bc-cart-w-content--old-price:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #000;
    top: 50%;
    left: -2px;
    right: -2px;
}

.bc-cart-w-content-counter-qty {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #a9a9a9;
    position: relative;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.bc-cart-w-content-counter-qty:hover {
    background-color: #f2f2f2;
}

.bc-cart-w-content-counter {
    display: inline-block;
    position: absolute;
    width: 90px;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -45px;
}

.bc-cart-w-content-counter-qty.minus {
    left: 1px;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_minus.png);
}

.bc-cart-w-content-counter-qty.plus {
    right: 1px;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_plus.png);
}

.bc-cart-w-content-counter .counter-field {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    border: 1px solid #a9a9a9;
    position: relative;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 0;
    color: #000;
}

.bc-cart-w-content-counter .counter-field:hover,
.bc-cart-w-content-counter .counter-field:focus,
.bc-cart-w-content-counter .counter-field:active {
    outline: none;
}

.bc-cart-w-content-name a:visited,
.bc-cart-w-content-name a:link,
.bc-cart-w-content-name a {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.bc-cart-w-content-checkout:visited,
.bc-cart-w-content-checkout:link,
.bc-cart-w-content-checkout {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    background-color: #ee3733;
    float: right;
}

.bc-cart-w-content-checkout:hover,
.bc-cart-w-content-checkout:active,
.bc-cart-w-content-checkout:focus {
    background: #444;
    color: #fff;
}

.bc-cart-continue-shopping-link:visited,
.bc-cart-continue-shopping-link:link,
.bc-cart-continue-shopping-link {
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.bc-cart-continue-shopping-link:hover,
.bc-cart-continue-shopping-link:active,
.bc-cart-continue-shopping-link:focus {
    color: #fff;
    background-color: #000;
}

.bc-cart-w-content-attr {
    font-size: 11px;
}

.bc-cart-w-content-attr-value {
    color: #000;
}

.bc-cart-w-content-item-image {
    float: left;
    margin-right: 15px;
    width: 80px;
    text-align: center;
}

.bc-cart-w-content-item-image img {
    max-width: 100%;
}

.bc-cart-w-content-tbl-checkout {
    overflow: hidden;
    padding: 15px 30px 15px;
}

.bc-cart-w-content-td-remove-link {
    right: -2px;
    content: '';
    display: inline-block;
    position: absolute;
    /* background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_cart-item-delete.png); */
    cursor: pointer;
    width: 14px;
    height: 14px;
    top: 50%;
    font-size: 0;
    margin-top: -5px;
    padding: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}
.bc-cart-w-content-td-remove-link:hover{
    fill: #ffffff;
    background-color: #ff0100;
}
.bc-cart-w-content-item-body.bc-cart-w-content-item-body-3 {
    text-align: center;
    position: relative;
}

.bc-cart-w-content-tbl-w {
    max-height: 300px;
    overflow-y: auto;
}

.bc-cart-w-content-title-empty {
    padding: 0 30px 20px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

.bc-cart-w-content-item-detail {
    min-height: 50px;
}

.bc-cart-fly-item {
    background-color: #f00;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    background: url(/bitrix/components/beehive/cart/templates/cart_block/images/cart.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}


/*button add to cart start*/
.product-buy-block [name="product_count"] {
    cursor: pointer;
    width: 27px;
    height: 27px;
    display: block;
    float: left;
    border: 1px solid #a9a9a9;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 0;
    color: #000;
    margin-right: -1px;

}
.product-buy-block .product-buy-link {
    display: inline-block;
    color: white;
    background-color: #009688;
    padding: 5px 15px 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    height: 27px;
    font-size: 13px;
    line-height: 1.4;
}

.product-buy-block .product-buy-link:hover,
.product-buy-block .product-buy-link:focus{
    background-color: #006F00;
}
.product-buy-block {
    margin: 15px 0;
    overflow: hidden;
}
.product-count-spinner__item{
    cursor: pointer;
    width: 25px;
    height: 27px;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #a9a9a9;
    position: relative;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.product-count-spinner__item--down {
    margin-right: -1px;
    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_minus.png);
}
.product-count-spinner__item--up {

    background-image: url(/bitrix/components/beehive/cart/templates/cart_block/images/i_plus.png);
}
.product-count-spinner{
    margin-right: 5px;
    float: left;

}
.product-buy-link_in-cart{
    cursor: not-allowed;
    opacity: 0.7;
}
/*button add to cart end*/
.additional-params-item{
    border: 1px solid rgb(158, 158, 158);
    border-radius: 4px;
    display: inline-block;
    padding: 2px 5px;
    line-height: 11px;
    background-color: rgb(158, 158, 158);
    color: rgb(255, 255, 255);
    margin: 0 1px;
}

/* End */


/* Start:/bitrix/components/beehive/cart/templates/cart_block/css/media.css?16032812654027*/
@media all and (max-width: 767px) {
    .bc-cart-w-content-item-header-w {
        display: none;
    }

    .bc-cart-w-content-item:first-child {
        border-top: 1px solid #eee;
        padding: 30px 0 30px;

    }

    .bc-cart-w-content-tbl-w,
    .bc-cart-w-content-tbl-total,
    .bc-cart-w-title-w,
    .bee-form {
        border-left: none;
        border-right: none;
        position: relative;
    }

    .bc-cart-w-content-item-image {
        float: none;
        margin-bottom: 10px;
        display: inline-block;
        margin-right: 0;
    }

    .bc-cart-w-content-item-body-1 {
        text-align: center;
        width: 40%;
    }

    .bc-cart-w-content {
        min-width: 0;
        width: 320px;
    }

    .bc-cart-w-content-item-body-1 {
        text-align: center;
        width: 100%;
    }

    .bc-cart-w-content-item {
        display: block;
        position: relative;
    }

    .bc-cart-w-content-item-body-1,
    .bc-cart-w-content-item-body-2,
    .bc-cart-w-content-item-body-3 {
        display: block;
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .bc-cart-w-content-price-w {
        position: relative;
        font-size: 150%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border-left: none;
        border-right: none;
    }

    .bc-cart-w-content-item-body-2 {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        margin: 15px 0;
        padding: 15px 0;
        max-width: 220px;
        margin: 15px auto;
    }

    .bc-cart-w-content-td-remove-link {
        right: 20px;
        position: absolute;
        top: 25px;
        margin-top: -5px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .bc-cart-w-content-item-body-3 {
        text-align: center;
        position: static;
    }

    .bc-cart-w-content-counter {
        position: relative;
        left: auto;
        right: auto;
        margin: 0;
    }

    .bc-cart-w-content-checkout:visited, .bc-cart-w-content-checkout:link, .bc-cart-w-content-checkout {
        padding: 2px 16px 0;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 3em;
    }

    .bc-cart-w-delete-all:link, .bc-cart-w-delete-all:visited, .bc-cart-w-delete-all {
        top: 0;
        right: 0;
        padding: 5px 10px 4px 10px;
        background-color: #ee3733;
        color: #fff;
    }

    .bc-cart-w-delete-all:before {
        content: none;
    }

    .bc-cart-continue-shopping-link:visited, .bc-cart-continue-shopping-link:link, .bc-cart-continue-shopping-link {
        width: 100%;
        text-align: center;
        margin-bottom: 13px;
    }

    .bc-cart-w-content-item-body.bc-cart-w-content-item-body-3 {
        position: static;
    }

    .bc-cart-w-content-tbl-total {
        padding: 15px 15px 15px 15px;
    }
}

@media all and (max-width: 380px) {
    .bc-cart-w-delete-all:link, .bc-cart-w-delete-all:visited, .bc-cart-w-delete-all {
        left: 0;
        right: auto;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart {
        left: auto;
        right: 0;
        top: 0;
        background-color: #ee3733;
        width: auto;
        height: auto;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart-count {
        display: none;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart:before {
        content: 'Закрыть';
        height: auto;
        width: auto;
        background: none;
        font-size: 12px;
        line-height: 21px;
        color: #fff;
        padding: 5px 15px 4px;
        display: inline-block;
    }

    .bc-cart-w-title-w {

        padding: 46px 15px 25px;
    }

    .bc-cart-w.bc-cart-w-visible {
        top: 0;
    }

    .bc-cart-w-visible .bc-cart-w-btn-show-cart-count__close,
    .bc-cart-w-visible .bc-cart-w-btn-show-cart-count__ico {
        display: none;
    }

}
/* End */


/* Start:/bitrix/templates/home-page/styles.css?1512107660120*/
.title_h1 {
font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
margin-top: 10px;

}
/* End */


/* Start:/bitrix/templates/home-page/template_styles.css?16045775343093*/
.main-slogan {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 49%;
    background-color: #f1f1f1;
    padding: 10px 0 6px 35px;
    font-family: calibri;
    letter-spacing: -0.5px;
}
.main-slogan a, .main-slogan a:hover {
    font-size: 19px !important;
    color: #ff0000;
    letter-spacing: -0.5px;
}

body {
font-family: "Roboto", Arial, Tahoma, sans-serif;
font-size: 14px;
line-height: 22px;
}

a, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
	color: #000;
}

.color_section {
padding:20px;
background-color: #f1f1f1;
}

.two-post-article a {
    color: blue !important;
    font-size: 14px;
}

.content {
min-height: 600px;
margin-bottom:20px;
}

h2 {
font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
}

h3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
}

h4 {
font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

ul {
    list-style: none outside;
padding:0;
}

footer {
    background-color: #f1f1f1;
}
footer ul{
    margin-left: -15px;
}
footer li{
    display: inline-block;
    width: 48%;
    border-right: 1px solid #FFF;
    float: left;
}

footer li a{
    color: #2f3130 !important;
    text-decoration: none;
    display: block;
    position: relative;
    top: 2px;
    line-height: initial;
    padding: 7px 15px 7px 15px;
    z-index: 99;
}

.copyright {
margin-bottom: 40px;
    padding-top: 20px;
    min-height: 33px;
text-align: center;
}

.innov {
float: left;
    font-size: 12px;
    text-align: left;
}

.copyright .reserved{
    margin: auto;
    width: 200px;
    text-align: left;
}

.images_width {
    max-width: 100%;
}

@media (min-width: 768px) {
.modal-dialog {
    width: 800px;
    margin: 30px auto;
}
}

.modal-title {
float: left;
    margin: 0;
    margin-left: 10px;
font-weight: 800;
    font-size: 18px;
}

#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
    margin-bottom: 15px;
}

#alx_feed_back_FID2 .afbf_feedback_poles .afbf_btn {
    margin-bottom: 15px;
}

.bx-breadcrumb .bx-breadcrumb-item a{
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
	color: #444;
	text-decoration: underline;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover{
	color: #7fa773;
}
.bx-breadcrumb .bx-breadcrumb-item span{
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}
.bx-breadcrumb i{
	margin-right: 5px;
	margin-top: 4px;
}

/**/
.search_form_top{
	float: right;
	margin-right: 60px;
}
.container .search_form_top{
	margin-bottom: 10px;
}
.search_form_top input{
	width: 188px;
	height: 34px;
	margin: 0 auto;
	display: block;
	border-radius: 2px;
	padding-left: 34px;
	outline: none;
	background: white url(/images/search.svg) no-repeat left 8px center;
	background-size: auto;
	background-size: 20px;
	border: 1px solid #c0c0c0;
}
.sorting a.active{
	color: #3a8816;
	font-weight: bold;
}
.show a.active{
	color: #3a8816;
	font-weight: bold;
}


/* End */
/* /bitrix/templates/home-page/components/bitrix/main.include/action_bar/style.css?15120443791117 */
/* /bitrix/templates/home-page/components/bitrix/menu/top_menu/style.css?1603959290421 */
/* /bitrix/templates/home-page/components/bitrix/breadcrumb/template_home-page/style.css?1604577686589 */
/* /bitrix/templates/.default/components/bitrix/news.list/catalog-blog-bot/style.css?1512044379152 */
/* /bitrix/components/beehive/cart/templates/cart_block/style.css?160335777511487 */
/* /bitrix/components/beehive/cart/templates/cart_block/css/media.css?16032812654027 */
/* /bitrix/templates/home-page/styles.css?1512107660120 */
/* /bitrix/templates/home-page/template_styles.css?16045775343093 */
