@charset "utf-8";
/* CSS Document */

body a, body a:focus, body button, body button:focus, .btn, .btn:focus {
    outline: none;
}

.btn, .animation, .btn > .fa, .footer a, .top-btns > a, .navbar-display .navbar-nav > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.prod-box a, footer a, .panel-body a, .breadcrumb a {
    text-decoration: underline;
}

.prod-box a:hover, a.btn, footer a:hover, .panel-body a:hover, .breadcrumb a:hover, .item a:hover {
    text-decoration: none;
}

.text-black {
    color: #000;
}

.link-dashed {
    border-bottom: 1px dashed;
    border-color: inherit;
    text-decoration: none;
}

.link-dashed:hover {
    text-decoration: none;
    border-bottom: 1px dashed transparent;
}

.btn.btn-block > i.fa {
    display: none;
}

.btn.btn-block:hover > i.fa {
    display: inline;
}

.btn.btn-block:hover > span {
    display: none;
}

.btn.btn-primary:hover {
    -webkit-box-shadow: 0 3px 0px -2px #99449a inset;
    -moz-box-shadow: 0 3px 0px -2px #99449a inset;
    box-shadow: 0 3px 0px -2px #99449a inset;
}

#page {
    background: url("images/main-bg.jpg") no-repeat;
}

.template-slider {
    position: relative;
    height: 23px;
    display: block;
}

.navbar.navbar-default .fix-show, .navbar.navbar-default.navbar-fixed-top .fix-hide {
    display: none;
}

.navbar.navbar-default.navbar-fixed-top .fix-show {
    display: block;
}

.top-btns {
    height: 47px;
    display: block;
    width: 280px;
    position: absolute;
    top: 0;
    left: 15px;
}

.top-btns > a {
    display: block;
    float: left;
    width: 132px;
    height: 42px;
}

.top-btns > a + a {
    margin-left: 13px;
}

.top-btns > a:hover {
    height: 47px;
}

.top-btns > a.btn-danger {
    background: url(images/btn-stihl.gif) no-repeat bottom center;
}

.top-btns > a.btn-primary {
    background: url(images/btn-viking.gif) no-repeat bottom center;
}

.logo {
    display: block;
    margin-left: -11px;
    margin-top: 67px;
}

.search-group {
    margin-bottom: 34px;
    margin-top: 33px;
}

.search-group .form-control {
    border: 2px solid #bcddf0;
    border-radius: 4px;
    height: 40px;
}

.search-group .input-group-btn .btn {
    color: #444;
    font-size: 20px;
    padding: 0 16px;
}

.top-phones .h2 {
    margin: 2px 0 4px;
    position: relative;
}

.top-phones .h2 > .fa {
    left: -23px;
    position: absolute;
    top: 2px;
}

.right-info > .center-block {
    max-width: 205px;
}

.right-info .center-block > ul {
    display: block;
    margin-top: 37px;
}

.right-info li.order-element {
    font-size: 14px;
    margin-bottom: 16px;
}

li.order-element .fa {
    font-size: 19px;
    color: #99449a;
}

li.order-element .label {
    border-radius: 50px;
    left: -7px;
    margin-right: -10px;
    padding: 5px 10px 6px 9px;
    position: relative;
    top: -24px;
}

.order-element .h3 {
    margin-right: 4px;
}

.right-info li {
    font-size: 12px;
    padding: 7px 0;
    position: relative;
}

.right-info a.link-dashed, .right-info li a {
    color: #444;
}

.right-info li.text-success > .fa {
    color: #99449a;
    font-size: 19px;
    padding-right: 0;
}

.right-info li > .fa {
    font-size: 15px;
    padding-right: 7px;
    color: #444
}

.right-info li:hover a, .right-info li:hover > .fa {
    color: #468847;
}

.right-info li a:before {
    content: " ";
    height: 20px;
    left: 0;
    position: absolute;
    width: 30px;
}

.navbar.navbar-default::before, .navbar.navbar-default .btn-primary:before, .navbar.navbar-default .btn-danger:before, footer:before {
    background: url(images/button-layer.png) repeat;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.navbar.navbar-default::before {
    box-shadow: 0 50px 50px -40px #3a3b39 inset;
}

.navbar-default .navbar-nav > li > a:hover:before {
    background-image: -ms-linear-gradient(left, #40413E 0%, #848483 50%, #40413E 100%);
    background-image: -moz-linear-gradient(left, #40413E 0%, #848483 50%, #40413E 100%);
    background-image: -o-linear-gradient(left, #40413E 0%, #848483 50%, #40413E 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #40413E), color-stop(50, #848483), color-stop(100, #40413E));
    background-image: -webkit-linear-gradient(left, #40413E 0%, #848483 50%, #40413E 100%);
    background-image: linear-gradient(to right, #40413E 0%, #848483 50%, #40413E 100%);
    bottom: 1px;
    content: " ";
    display: block;
    height: 1px;
    left: 6px;
    position: absolute;
    right: 6px;
    width: auto;
}

.navbar-display .navbar-nav > li > a {
    position: relative;
}

.navbar-display .navbar-nav > li > a.btn-primary, .navbar-display .navbar-nav > li > span.btn-primary {
    color: #fff;
    padding-left: 25px;
    position: relative;
}

.navbar-display .navbar-nav > li > span.btn-primary {
    cursor: pointer;
}

.navbar-display .navbar-nav > li > a.btn-danger {
    color: #820000;
}

.navbar-display .navbar-nav .fa-home {
    background-color: rgba(255, 255, 255, 0.41);
    bottom: 0;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}

.navbar-display .navbar-nav > li > a.btn-primary:hover, .navbar-display .navbar-nav > li > span.btn-primary {
    background-color: #5c9631;
    text-decoration: none;
}

.navbar-display .navbar-nav > li > a.btn-primary:hover:before, .navbar-display .navbar-nav > li > span.btn-primary:before {
    content: none;
}

.navbar-display .navbar-nav > li > a.btn-danger:hover {
    background-color: #d98e0d;
}

.navbar-display .navbar-nav > li > a.btn-danger:hover:before {
    content: none;
}

.fix-show .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 13px;
}

ul.navbar-nav > li.h2 {
    margin-top: 15px;
    padding: 0 35px;
}

.fix-show .order-element .text-info {
    color: #edf4e7;
}

.truck {
    color: #c70000;
    text-align: center

}

.fix-show .order-element .label {
    display: none;
}

.fix-show .order-element {
    min-width: 117px;
    padding: 5px 0 0;
    text-align: right;
}

.navbar-display .fa-search {
    color: #c7c7c7;
    font-size: 21px;
    padding: 3px 14px;
}

.prod-box {
    color: #000;
}

.prod-box > .h1 {
    margin: 12px 0 8px;
}

.prod-box .product_brief_block {
    padding: 0 65px;
    height: 80px;
}

.prod-box .prod-name {
    display: block;
    height: 60px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.prod-box > .promo-block {
    height: 150px;
}

.icon-header {
    display: inline-block;
    width: 100%;
}

.icon-header > i, .icon-header > span, .icon-header > div {
    background: url(images/circle-icons.png) no-repeat;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 32px;
    height: 70px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 74px;
    z-index: 1;
    margin: 8px 6px -13px -4px;
}

.icon-header > .fa-trophy {
    background-position: -225px 0;
}

.icon-header > .fa-thumbs-o-up {
    background-position: -75px 0;
}

.icon-header > .fa-diamond {
    background-position: 0;
}

.container .icon-header > span {
    background-position: -150px 0;
    font-size: 18px;
    padding: 22px 0;
}

.container .icon-header > div {
    background-position: -300px 0;
    padding: 12px 0;
    width: 71px;
}

.icon-header > h5 {
    color: #000;
    font-weight: bold;
    margin-top: 36px;
}

footer {
    background-color: #2b2b2b;
    border-top: 12px solid #313131;
    color: #8f8f8f;
    position: relative;
    margin-top: 26px;
}

footer a {
    color: #8f8f8f;
}

footer a:hover {
    color: #8f8f8f;
}

footer .h3 {
    margin: 28px 0 15px;
    color: #6b7d3c;
    font-weight: bold;
}

.list-arrow {
    list-style: inside "\f054";
    font-family: 'FontAwesome';
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 26px;
}

.list-arrow > li {
    padding: 2px 0;
}

.list-arrow > li > a {
    font-size: 14px;
    padding-left: 4px;
}

.news-panel {
    margin-bottom: 20px;
}

.panel .panel-heading .panel-title {
    font-size: 14px;
}

.panel > .panel-heading {
    padding: 12px 13px;
}

.panel-default {
    color: #000;
}

.jq-radio {
    border: 1px solid #a6a6a6;
    border-radius: 16px;
    display: block;
    float: left;
    height: 16px;
    margin-right: 12px;
    padding: 2px;
    text-align: center;
    width: 16px;
}

.jq-radio.checked .jq-radio__div {
    background-color: #ddd;
    border-radius: 10px;
    display: block;
    height: 10px;
    width: 10px;
}

.author-name > .fa {
    padding-right: 5px;
}

.services-fix .thumbnail > span {
    bottom: 0;
    color: #313131;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    left: 48%;
    padding-top: 28px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.carousel-indicators > li.active:before {
    background-color: #7db952;
    box-shadow: none;
}

.carousel-indicators > li.active {
    border-color: #7db952;

}

.carousel-indicators > li {
    background-color: transparent;
    border: 3px solid transparent;
    height: 18px;
    position: relative;
    width: 18px;
    border-radius: 18px;
}

.carousel-indicators > li:before {
    background-color: #bdbdbd;
    border-radius: 20px;
    box-shadow: 0 1px 1px #515151 inset;
    content: " ";
    display: block;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px;
}

.container.translucent, .container.translucent > .row {
    position: relative;
    z-index: 1;
}

.container.translucent:before {
    background-color: #fff;
    bottom: 0;
    content: " ";
    display: block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 0;
}

.page-header > h1 {
    margin-top: 10px;
}

.formCost .form-control {
    display: inline-block;
    text-align: right;
    width: 112px;
}

.form-line .form-control {
    display: inline-block;
    text-align: right;
    width: 82px;
}

#content {
    padding-right: 15px;
}

.full_search > .list-inline {
    margin-bottom: 0;
}

.alert .btn.btn-alert {
    background: url("images/alert-btn.gif") no-repeat;
    color: #484848;
    margin-bottom: -18px;
    width: 262px;
}

.wrapper-product-filter-page {
    margin-top: 50px;
}

.wrapper-product-filter-page .form-inline .form-group {
    display: table;
    float: none;
    width: 100%;
    text-align: center;
}

.wrapper-product-filter-page .form-inline .form-group > * {
    display: table-cell;
}

.prod-list {
    margin-top: 32px;
}

.prod-list .prod-name {
    margin-top: 21px;
    padding: 0 15px;
}

.prod-fl-img {
    display: block;
    height: 180px;
    width: 100%;
}

.thumbnail > .prod-fl-price {
    margin: 11px 0;
    height: 50px;
}

.thumbnail .prod-fl-price .h1 {
    font-size: 24px;
}

.thumbnail > .prod-fl-price > div {
    margin: 1px 0 0px;
    height: 20px;
}

.thumbnail .chek-bl {
    color: #5c9631;
    margin-top: 16px;
    display: inline-block;
}

.form-line > label {
    color: #484848;
    margin: 0 7px;
}

.prod-header h1 {
    color: #484848;
    line-height: 1.3;
    margin: 23px 0 30px;
}

.price-size > span {
    font-size: 28px;
}

.price-size {
    font-size: 36px;
}

.price-element .h3 {
    margin: 15px 0 -5px;
}

.guarantee-icon {
    background: url("images/guarantee.png") no-repeat;
    color: #41423f;
    display: inline-block;
    font-size: 10px;
    height: 36px;
    line-height: 1.1;
    padding: 8px 0 0 34px;
    position: relative;
    text-align: left;
    width: 91px;
    vertical-align: top;
    margin-right: 7px;
}

.video-icon {
    background: url("images/video-review.gif") no-repeat;
    display: inline-block;
    height: 36px;
    width: 111px;
}

.warr-time {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: 11px;
    position: absolute;
    top: 9px;
}

.thumbnail .prod-icons {
    display: block;
    position: absolute;
    top: 97px;
    height: 170px;
}

.thumbnail .icon-header {
    clear: both;
    display: block;
    float: left;
    width: auto;
}

.thumbnail .icon-header > i, .thumbnail .icon-header > span {
    background-size: 200px auto;
    font-size: 13px;
    height: 40px;
    margin: 0 0 -10px;
    padding: 13px 0;
    width: 40px;
}

.thumbnail .icon-header > .fa-trophy {
    background-position: -121px 0;
}

.thumbnail .icon-header > .fa-thumbs-o-up {
    background-position: -41px 0;
}

.thumbnail .icon-header > .fa-diamond {
    background-position: 0;
}

.container .thumbnail .icon-header > span {
    background-position: -81px 0;
    font-size: 9px;
}

.nav-tabs > li > a:before {
    border-bottom: 2px dashed #474649;
    bottom: 6px;
    content: " ";
    left: 20px;
    position: absolute;
    right: 20px;
}

.nav-tabs > li > a:hover:before {
    content: none;
}

.other-product-carousel {
    color: #000;
}

.media-body a {
    color: #000;
}

.pagination > li > span {
    text-decoration: none;
}

.thumbnail .prod-icons + div {
    height: 38px;
}

.fix-show {
    color: #edf4e7;
}

#certificate-slider-1 > .carousel-inner > a {
    display: none;
}

#certificate-slider-1 > .carousel-inner > .item + .item + a, #certificate-slider-1 > .carousel-inner > .item + .item + a + a {
    display: block;
}

.sliders-card-prod .prod-icons .icon-header > i, .sliders-card-prod .prod-icons .icon-header > span, .sliders-card-prod .prod-icons .icon-header > div {
    margin-bottom: 0;
    margin-top: 0;
}

.sliders-card-prod .prod-icons {
    display: block;
    position: absolute;
    top: 30px;
    width: 65px;
    z-index: 200;
}

.after-header {
    margin-bottom: 14px;
    margin-top: -36px;
}

.list-group-item > .wrap-btn {
    padding: 0 60px;
}

.navbar-default {
    z-index: 1000;
}


#slider {
    border: 2px solid #000;
    border-radius: 4px;
    height: 11px;
    margin-left: 26px;
    width: 235px;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 16px;
    height: 26px;
    background: url(images/handle.png) no-repeat;
    cursor: pointer
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    bottom: -2px;
    top: -2px;
    height: auto;
    background-color: #fb9800;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    height: 7px;
    width: 211px;
}

.ui-widget-header {

}

.ui-corner-all {

}

.formCost, .sliderCont {
    display: inline-block;
}

.order-element > .dropdown-menu {
    left: auto;
    right: 0;
    width: 300px;
    z-index: 2226;
    padding: 0 15px;
}

.order-element .dropdown-menu > li.media {
    border-bottom: 1px solid #d3e5c5;
    text-align: left;
}

.order-element .dropdown-menu > li {
    text-align: center;
}

.block_tree .list-group-item a .fa {
    font-size: 10px;
    padding-top: 5px;
}

.block_tree .list-group-item > a {
    color: #484848;
}

.block_tree .list-group-item {
    padding: 7px 8px 7px 15px;
}

.block_tree .list-group-item .dropdown-toggle:hover {
    color: #5c9631;
}

.block_tree .list-group-item .dropdown-menu-right {
    background-color: #fff;
    left: 0;
    margin-left: 100%;
    position: absolute;
    right: 0;
    min-width: 675px;
    top: -3px;
    z-index: 222;
    padding: 4px 30px;
}

.dropdown-menu-right > li > a:hover {
    text-decoration: underline;
}

.no-rel {
    position: static !important;
}

.dropdown-menu.col-md-offset-3 {
    margin-left: 25%;
}

.dropdown-menu.col-md-offset-3 > li > a {
    padding: 0;
}

.dropdown-menu.col-md-offset-3 > li {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu.col-md-offset-3 > li > a {
    padding: 12px 0;
}

.dropdown-menu.col-md-offset-3 > li > .list-inline {
    margin-bottom: 10px;
}

.dropdown-menu.col-md-offset-3 > li > .list-inline a {
    color: #484848;
    font-size: 13px;
    text-decoration: underline;
}

.dropdown-menu.col-md-offset-3 > li > .list-inline a:hover {
    text-decoration: none;
}

.prod-icons > .guarantee-icon {
    margin-bottom: 7px;
}

.read-rev {
    margin-top: 9px;
}

.gift-icon {
    bottom: 204px;
    display: block;
    font-size: 45px;
    position: absolute;
    right: 0;
}

.gift-icon > a {
    color: #e5a821;
}

.gift-icon > div {
    min-width: 300px;
}

#certificate-slider-1 .carousel-control {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
}

#certificate-slider-1 .carousel-control:hover {
    color: #468847;
}

.prod-icons > .gift-icon {
    bottom: 0;
    font-size: 30px;
    left: 9px;
    position: absolute;
    right: auto;
}

.img-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fix-show .order-element > div + div {
    padding: 12px 0;
}

.navbar-mobile .nav.navbar-nav {
    margin: 0;
}

.navbar-mobile .nav.navbar-nav > li {
    display: inline-block;
}

.navbar-mobile .nav.navbar-nav > li > a {
    border-left: 1px solid #0e9001;
    color: #dcefd9;
    font-size: 27px;
    min-width: 60px;
    padding: 18px 10px;
    text-align: center;
}

.navbar-mobile .nav.navbar-nav > li:hover {
    background-color: #4fad40;
}

.navbar-mobile .label {
    background-color: #dcefd9;
    border-radius: 30px;
    color: #0e9001;
    font-size: 12px;
    padding: 6px 8px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.block_aux {
    padding-top: 12px;
}

.cart-page .table td {
    vertical-align: middle;
}

.row.panel-body .form-horizontal .form-group {
    margin: 0 0 15px;
}

.cart-page .panel .panel-heading .panel-title {
    font-size: 20px;
}

.cart-page .row.panel-body {
    padding-top: 0;
}

.cart-page .row.panel-body .h3 {
    margin: 25px 0 15px;
}

.dropdown.gift-icon.open .dropdown-menu {
    display: block !important;
}

.gift-icon {
    bottom: 0;
    position: relative;
}

.price-element .gift-icon {
    display: inline-block;
}

.wrap-sl-f-hidden.hidden-active {
    display: none;
}

.wrap-sl-f-hidden {
    display: block;
}

.link-block {
    color: #989898;
}

.checkbox_ur.checked + span + .form-horizontal {
    display: block !important;
}

.checkbox_ur + span + .form-horizontal {
    display: none;
    margin-top: 10px;
}

.autocomplete-w1 {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 6px 0 0 6px;
    _background: none;
    _margin: 1px 0 0 0;
}

.autocomplete {
    border: 1px solid #b7bebf;
    -webkit-box-shadow: 0px 2px 4px 0px #b2b2b2;
    -moz-box-shadow: 0px 2px 4px 0px #b2b2b2;
    box-shadow: 0px 2px 4px 0px #b2b2b2;


    background: #FFF;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -3px 6px 6px -6px;
    _height: 350px;
    _margin: 0;
    _overflow-x: hidden;
}

.autocomplete .selected {
    background: #F0F0F0;
}

.autocomplete div {
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete strong {
    font-weight: normal;
    color: #3399FF;
}


::-webkit-input-placeholder {
    color: #959595;
}

:-moz-placeholder {
    color: #959595;
}

.placeholder {
    color: #959595;
}

*:focus::-moz-placeholder {
    color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
    color: graytext !important;
}

*:focus:-moz-placeholder {
    color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
    color: graytext !important;
}

*:focus::-webkit-input-placeholder {
    color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
    color: graytext !important;
}

@media (max-width: 1200px) {
    ul.navbar-nav > li.h2 {
        padding: 0 25px;
        width: 50%;
    }

    .prod-box .product_brief_block {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .template-slider {
        height: 64px;
    }

    .template-slider + .navbar.navbar-default {
        background-color: #4fad40;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        border-width: 0 0 1px;
    }

    #content {
        padding-right: 0;
    }

    .product-slider .icon-header > .fa, .product-slider .icon-header > span {
        display: none;
    }

    .product-slider .icon-header > h5 {
        border-top: 1px solid #e3e3e3;
        margin: 0;
        padding: 19px 0;
        text-align: center;
    }

    .product-slider .icon-header > .fa-trophy + h5 {
        background-color: #E3C4D8;
    }

    .product-slider .icon-header > .fa-thumbs-o-up + h5 {
        background-color: #f5e3c8;
    }

    .product-slider .icon-header > .fa-diamond + h5 {
        background-color: #d3dcea;
    }

    .product-slider .icon-header > span + h5 {
        background-color: #f3f8ef;
    }

    .product-slider {
        margin: 0 -14px;
    }

    .container.translucent:before {
        left: 0;
        right: 0;
    }

    .navbar.navbar-default::before {
        box-shadow: none;
    }

    .prod-header > h1, .catal-header > h1 {
        font-size: 16px;
    }

    .prod-header .fa, .catal-header .fa {
        font-size: 20px;
        padding-right: 15px;
    }

    .nav.nav-tabs {
        background-color: #fff;
        border: none;
        width: 100%;
    }

    .nav.nav-tabs > li {
        width: 100%;
    }

    .nav.nav-tabs > li > a {
        background-color: #ebf4e7;
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #0e9001;
        margin-bottom: 12px;
        text-align: center;
    }

    .nav.nav-tabs > li.active > a, .nav.nav-tabs > li > a:hover {
        background-color: #3f403d;
        color: #fff;
        border-color: #3f403d;
    }

    .nav.nav-tabs > li > a:before {
        content: none;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
        background-color: #4fad40;
    }

    .navbar-default .navbar-nav > li > a:hover:before {
        content: none;
    }

    .wrapper-product-filter-page .form-inline .form-group > label {
        text-align: left;
        vertical-align: top;
    }

    .wrapper-product-filter-page .form-inline .form-group > div {
        float: right;
    }

    div#growlcontainer {
        left: 0;
        margin: 0;
        padding: 0 15px;
        width: 100%;
    }
}

.table_review td {
    padding: 5px;
}

.block_pay {
    margin: 20px 0 0 0;
}

a.link-manufact-show-all {
    color: #fb9800;
    font-size: 16px;
    margin: 5px 0 10px 0;
    display: inline-block;
}

.link-block {
    display: inline-block;
    margin: 0 0 10px 0;
}

.link-block > span {
    display: block;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.reviews-bl {
    margin: 10px 0 10px 0;
    display: inline-block;
}

.reviews-bl .rev-body {

}

.reviews-bl .name-user-rev {
    /*font-weight:bold;*/
}

.reviews-bl article {
    margin: 0 0 10px 0;
    display: block;
    border-bottom: 1px solid #838383;
}

p.tt-reviews-bl {
    color: #ff6600;
    font-size: 16px;
    font-weight: bold;
}

.sliders-card-prod #carousel {
    padding-left: 65px;
}


.price-element .dropdown-menu {
    left: -200px;
}

.link-block > span {
    display: block;
}

.filter-link {
    display: inline-block;
    padding: 5px;
    transition: box-shadow .2s ease-in-out, border-color .2s ease-in-out;
    text-align: center;
    box-shadow: 0px 10px 15px -10px #909090;
    border-radius: 2px;
    /* font-weight: bold; */
    font-size: 14px;
    border: 1px solid #fb9800;
    background-color: #fff;
    color: #484848;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    text-decoration: none;
}

.link-show-all i {
    margin-left: 5px;
}

.filter-link:hover {
    background-color: #fb9800;
    color: #fff;
    text-decoration: none;
}

.hidden-filter {
    display: none;
}

.hidden-filter.show-filter {
    display: inline-block;
}

.review_date {
    font-weight: bold;
}

.review_block {
    margin: 0 0 10px 0;
}

.phone_bg {
    padding: 20px;
    color: #484848;
}

.phone_bg h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.block-price-form {
    margin: 0 0 10px 0;
}

.block-price-form span {
    display: block;
    margin: 0 0 5px 0;
    font-weight: bold;
}

.phone_bg .input_text_btn-2 {
    width: 110px;
    height: 28px;
    margin-top: 10px;
}

.phone_bg .control-label {
    padding-left: 0;
    font-weight: bold;
}

span.price-name {
    display: inline-block;
    margin: 0 0 0 20px;
    font-weight: normal;
}

span.price-image {
    display: inline-block;
}

span.price-image img {
    max-height: 100px;
}

#message-block {
    padding-top: 9px;
    font-weight: bold;
}

.error_block {
    color: red;
}

.search-price {
    color: #484848;
    font-weight: bold;
}

.line-sort {
    margin-top: 25px;
}

.line-sort span {
    margin: 0 25px 0 10px;
}

.line-sort span a:hover {
    text-decoration: none;
}

ul.list_features {
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 10px;
}

ul.list_features span {
    font-weight: bold;
}

.line-sort .col-md-8 {
    line-height: 27px;
}

@media (max-width: 600px) {
    .line-sort span {
        width: 100%;
        display: inline-block;
    }
}

ul.block_tree.list-group.menu-absolute {
    position: absolute;
    top: 0;
    width: 262px;
    z-index: 10;
}


.catalog_sidebar_item {
    margin-bottom: 20px;
    border: 1px solid #dedede;
    overflow: hidden;
    border-radius: 0 0 5px;

}

.catalog_sidebar_filter_item {
    padding: 16px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.catalog_sidebar_filter_item_head {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.catalog_sidebar_filter_item_head::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    font-style: normal;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}

.catalog_sidebar_filter_item.us_active .catalog_sidebar_filter_item_head::after {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
}

.catalog_sidebar_filter_item_body {
    padding-top: 18px;
}

.catalog_sidebar_filter_item:not(.us_active) .catalog_sidebar_filter_item_body {
    display: none;
}

.catalog_sidebar_filter_item_price {
    display: flex;
}

.catalog_sidebar_filter_item_price_from,
.catalog_sidebar_filter_item_price_to {
    font-size: 15px;
    font-weight: 500;
    width: 50%;
}

.catalog_sidebar_filter_item_price_input {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    width: 60px;
    margin-left: 8px;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #bebebe;
}

.us_slider_range {
    position: relative;
}

.us_slider_range_val {
    font-size: 10px;
    font-weight: 500;
    color: #808080;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.ui-widget.ui-widget-content {
    width: 100%;
    border-radius: 1em;
    background-color: #dadada;
    height: 2px;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

.ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-color: #d60000;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fff url(/img/ico_filter.svg) 50% 50% no-repeat;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    width: 20px;
    height: 16px;
    outline: 0 none;
    position: absolute;
    top: 6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.catalog_sidebar_filter_item_flex {
    display: flex;
}

.catalog_sidebar_filter_item_flex_item {
    width: 50%;
}

.catalog_sidebar_filter_item_flex_item.all-width {
    width: 100%;
}

.catalog_sidebar_filter_item_box {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
}

.catalog_sidebar_filter_item_input {
    display: none;
}

.catalog_sidebar_filter_item_input:checked ~ .catalog_sidebar_filter_item_check::before {
    display: block;
}

.catalog_sidebar_filter_item_check {
    width: 20px;
    height: 20px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    margin-right: 12px;
    position: relative;
}

.catalog_sidebar_filter_item_check::before {
    content: "\f113";
    font-family: "LR Autoru Icon";
    font-size: 12px;
    font-style: normal;
    color: #bf2121;
    position: absolute;
    top: 2px;
    left: 3px;
    display: none;
}

.catalog_sidebar_filter_item_title {
    font-size: 14px;
    font-weight: 500;
    flex: 1;
}

.catalog_sidebar_filter_item_title.name-disabled {
    color: #bdbdbd;
}

.catalog_sidebar_filter_item_showall {
    margin-top: 10px;
}

.catalog_sidebar_filter_item_showall_item {
    font-size: 11px;
    color: #898989;
    text-decoration: underline;
}

.catalog_sidebar_filter_item_showall_item:hover {
    color: #d40202;
    text-decoration: underline;
}

.catalog_sidebar_filter_btnwrap {
    text-align: center;
    padding: 20px 40px 10px;
}

.catalog_sidebar_filter_apply {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 6px 5px;
    border-radius: 5px;
    border: 2px solid #d60000;
    background-color: #d60000;
    text-align: center;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    display: block;
}

.catalog_sidebar_filter_apply:hover {
    color: #d60000;
    background-color: #fff;
    text-decoration: none;
}

.catalog_sidebar_filter_reset {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-top: 10px;
}

.catalog_sidebar_filter_reset:hover {
    color: #d60000;
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .catalog_sidebar_filter_item {
        padding: 12px 16px;
    }

    .catalog_sidebar_filter_item_head {
        font-size: 16px;
    }

    .catalog_sidebar_filter_item_head::after {
        font-size: 13px;
    }

    .catalog_sidebar_filter_item_price_from,
    .catalog_sidebar_filter_item_price_to {
        font-size: 13px;
    }

    .catalog_sidebar_filter_item_price_input {
        font-size: 12px;
        margin-left: 4px;
        padding: 3px;
    }

    .us_slider_range_val {
        font-size: 9px;
    }

    .catalog_sidebar_filter_item_showall_item {
        font-size: 10px;
    }

    .catalog_sidebar_filter_item_check {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .catalog_sidebar_filter_item_check::before {
        font-size: 10px;
    }

    .catalog_sidebar_filter_item_title {
        font-size: 12px;
    }

    .catalog_sidebar_filter_apply,
    .catalog_sidebar_filter_reset {
        font-size: 11px;
    }
}


span.filter_popup {
    position: absolute;
    text-align: center;
    width: 180px;
    margin-left: 35px;
    background: #fffee0;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 5px;
    z-index: 99;
    height: 50px;
    left: 241px;
}

.filter_popup a {
    color: #006200;
    font-weight: bold;
    text-decoration: underline;
    background: none;
    border: none;
}

.slider-content .filter_popup {
    margin-top: -50px;
}

i.far.fa-angle-down {
    margin-left: 12px;
    font-size: 21px;
    /* margin-top: -1px; */
    position: absolute;
    top: 16px;
    transform: rotateZ(-90deg);
    transition: transform .3s;
}

.active-catalog i.far.fa-angle-down {
    transform: none;
    transition: transform .3s;
}

.catalog-link {
    cursor: pointer;
    padding: 17px 50px;
    padding-left: 0;
}


.load-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: #c3c3c3a1;
}

.active-filter {
    position: relative;
}
