<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    height: 100%;
    min-height: 100%;
}
body{
    background: #ffffff;
    color: #555555;

    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
}

.layout{
    padding-top: 50px;
    flex: 1;
}

a{
    color: #489900;
}
a:hover{
    color: #d14718;
}

h1{
    color: #000000;
    font-size: 30px;
}
h2{
    color: #000000;
    font-size: 26px;
}
h3{
    color: #000000;
    font-size: 22px;
}

.container{
    position: relative;
}

.ns{
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 15px 0;
    color: #999999;
}
.ns li{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ns li::before{
    font-family: FontAwesome;
    content: '\f105';
    margin: 0 4px;
}
.ns li:first-child::before{
    content: '';
    margin: 0;
}
.ns a{
    text-decoration: none;
    color: #999999;
}
.ns a{
    text-decoration: none;
    color: #999999;
}
.ns a:hover{
    text-decoration: underline;
    color: #000000;
}

.btn-yellow{
    background: #ffdd00;
    color: #2c5a01;
    text-decoration: none;
}
.btn-yellow:hover{
    background: #ffe641;
    color: #000000;
    text-decoration: none;
}

.login-form{
    max-width: 300px;
    margin: auto;
}
.padding-bottom{
    padding-bottom: 30px;
}
.pagination{
    clear: both;
    width: 100%;
    display: block;
    padding: 50px 0;
}
.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span:hover,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;span:focus{
    background-color: #489900;
    border-color: #489900;
}
.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span{
    color: #489900;
}
.btn, .form-control{
    font-size: 16px;
    font-weight: normal;
}
.tab-content .tab-pane{
    padding: 15px 0;
}


.required label::after{
    content: "*";
    display: inline-block;
    margin-left: 4px;
    color: #d14718;
}

body.fixed{
    overflow: hidden;
}


header{
    background: #f1f1f1;
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #000000;
}

header a{
    color: #000000;
}



header .h-body{
    display: table;
    width: 100%;
}

header .bar,
header .soc,
header .phones,
header .time,
header .eye,
header .cart,
header .account-links{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

header .bar{
    font-size: 28px;
    padding-right: 10px;
}

header .bar button{
    line-height: 32px;
    height: 32px;
    border: 0;
    background: 0;
}

header .soc a{
    height: 32px;
    width: 32px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #000000;
    transition: 0.3s;
}
header .soc a i{
    padding-top: 7px;
}
header .soc a:hover{
    background-color: #000000;
    color: #ffffff;
}

header .phones{
    line-height: 32px;
    font-weight: bold;
    font-size: 16px;
}
header .phones a:hover{
    text-decoration: none;
}

header .time{}
header .time i.fa,
header .time .text{
    display: inline-block;
}
header .time i.fa{
    font-size: 28px;
    height: 32px;
    line-height: 32px;
}
header .time .text{
    padding-left: 4px;
    line-height: 1.2;
    font-size: 12px;
    font-weight: bold;
    color: #7b7b7b;
}
header .eye a{
    text-decoration: none;
}

header .eye .eye-icon{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("/img/eye.png") center no-repeat;
    vertical-align: middle;
}
header .eye .text {
    color: #444444;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px dashed #aaaaaa;
}
header .eye a:hover .text {
    border-bottom: none;
}

header .account-links{
    text-align: right;
}
header .account-links a{
    text-decoration: none;
    border-bottom: 1px solid #aaaaaa;
}
header .account-links a:hover{
    border-bottom: none;
}

header .cart{
    width: 50px;
    text-align: right;
    display: none;
}
header .cart.visible{
    display: table-cell;
}
@media (max-width: 992px) {
    header .cart{
        display: table-cell;
    }
}
header .cart a{
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

header .cart a .count{
    font-style: normal;
    position: absolute;
    top: -2px;
    left: 26px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #d14718;
    font-size: 14px;
    display: none;
}
header .cart.active a .count{
    display: block;
}
header .cart a .fa{
    font-size: 28px;
    line-height: 40px;
}

@media (max-width: 992px) {
    header .soc a{
        margin: 0 4px;
    }
}


aside{
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    height: 100%;
    display: none;
    left: -100%;
}

.aside-menu ul,
.aside-menu li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.aside-menu a {
    display: block;
    padding: 15px 15px;
    border-top: 1px solid #f8f8f8;
    text-decoration: none;
}
.aside-menu a:hover,
.aside-menu a:active{
    background: #e4edff;
}
.aside-menu &gt; ul &gt; li &gt; a{
    font-weight: bold;
}

.aside-menu &gt; ul &gt; li &gt; ul{

}
aside{
    box-sizing: border-box;
    padding: 50px 15px 0 15px;
}
aside .phone{
    padding: 15px;
    text-align: center;
}
aside .phone .number a{
    color: #000000;
}
aside .phone .number{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
aside .col{
    padding: 0;
}
aside .close{
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    font-size: 28px;
}

aside .order-button{
    padding: 15px;
    text-align: center;
}
aside .order-button a{
    font-size: 14px;
    font-weight: 300;
}



.top .top-body{
    display: table;
    width: 100%;
}
.top .top-body .logo-col,
.top .top-body .search-col,
.top .top-body .cart-col{
    display: table-cell;
    vertical-align: bottom;
    padding: 10px 0;
}
.top .top-body .logo-col{
    width: 25%;
    min-width: 290px;
}
.top .top-body .cart-col{
    width: 25%;
    min-width: 290px;
}

.top .top-body .search-col{
    padding-left: 15px;
}
.top .search-col .slogan{
    margin-bottom: 5px;
}
.top .search-col .search-form{
    border: 2px solid #dddddd;
    border-radius: 19px;
    width: 100%;
    position: relative;
}
.top .search-col .search-form input[type=text]{
    border: 0;
    box-shadow: none;
    border-radius: 19px;
    background: transparent;
}
.top .search-col .search-form button{
    background: transparent;
    color: #85cf3e;
    font-size: 18px;
    padding: 1px 10px;
}


.top .search-col .search-form ul.search-results {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    background-color: white;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 200px;
    max-height: 220px;
    color: #313131;
    top: 100%;
    left: 20px;
    width: 100%;
}

.top .search-col .search-form ul.search-results li {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.top .search-col .search-form ul.search-results li + li {
    border-top: 1px solid #ededed;
}

.top .search-col .search-form ul.search-results li:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}




.top .top-body .cart-col{
    vertical-align: bottom;
    padding-bottom: 3px;
}
.top .cart-block{
    display: inline-block;
    float: right;
    height: 50px;
    background: url("/img/cart.png") 0 0 no-repeat;
    padding-left: 60px;
    position: relative;
    text-decoration: none;
}

.top .cart-block .count{
    position: absolute;
    top: -4px;
    left: 30px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #d14718;
    font-size: 14px;
    display: none;
}

.top .cart-block .sum,
.top .cart-block .link{
    display: none;
    vertical-align: middle;
}

.top .cart-block .sum .sum-label{
    font-size: 12px;
    color: #989898;
    font-weight: bold;
}
.top .cart-block .sum .number{
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.top .cart-block .link{
    padding: 0 24px;
    line-height: 42px;
    background: #ffdd00;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    border-radius: 21px;
    transition: 0.3s;
    display: none;
}
.top .cart-block .link:hover {
    background: #d14718;
    color: #ffffff;
}

.top .cart-block.active .sum,
.top .cart-block.active .count,
.top .cart-block.active .link{
    display: inline-block;
}

@media (max-width: 992px) {
    .top .top-body{
        height: auto;
    }
    .top .top-body .logo-col,
    .top .top-body .cart-col{
        min-width: 0;
        vertical-align: middle;
    }
    .top .top-body .logo-col img{
        width: 137px;
    }
}

.main-menu{
    background: #85cf3e;
}

.main-menu .c-menu-toggle,
.main-menu .menu &gt; ul &gt; li &gt; a{
    height: 52px;
    line-height: 52px;
    text-transform: uppercase;
}

.main-menu .c-menu-toggle{
    display: block;
    background: #ffdd00;
    color: #2c5a01;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}
.main-menu .c-menu-toggle.active:hover{
    background: #d14718;
    color: #ffffff;
}
.main-menu .c-menu-toggle .fa{
    padding: 0 15px;
    vertical-align: middle;
}
.main-menu .c-menu-toggle .fa-bars{
    font-size: 28px;
    font-weight: normal;
}

.main-menu .menu &gt; ul,
.main-menu .menu &gt; ul &gt; li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-menu .menu &gt; ul{
    display: table;
}
.main-menu .menu &gt; ul &gt; li{
    display: table-cell;
}
.main-menu .menu &gt; ul &gt; li &gt; a{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #1f4101;
    white-space: nowrap;
    text-decoration: none;
    padding: 0 1vw;
}
.main-menu .menu &gt; ul &gt; li &gt; a:hover{
    color: #000000;
    background: rgba(255, 255, 255, 0.2);
}




.c-menu-col{
    position: relative;
}
.c-menu-wrapper{
    position: absolute;
    margin-left: -15px;
    margin-right: 0;
    margin-top: 20px;
    padding: 0 15px;
    display: none;
    z-index: 20;
}
.c-menu-wrapper.visible{
    position: relative;
    margin-bottom: 40px;
    margin-right: -15px;
}
.c-menu-wrapper.active{
    display: block;
}
.c-menu-wrapper::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 30px;
    top: -16px;
    border: 8px solid transparent;
    border-bottom-color: #489900;

}

.c-menu-left{
    background: #489900;
}
.c-menu-left &gt; ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.c-menu-left &gt; ul &gt; li {
    padding: 0;
    margin: 0;
}

.c-menu-left &gt; ul &gt; li &gt; a {
    display: block;
    padding: 13px 10px 13px 55px;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
.c-menu-left &gt; ul &gt; li &gt; a &gt; span{
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.c-menu-left &gt; ul &gt; li &gt; a &gt; .icon{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
    font-size: 32px;
    color: #85cf3e;
}

.c-menu-left &gt; ul &gt; li &gt; a:hover,
.c-menu-left &gt; ul &gt; li.active &gt; a {
    background: rgba(255, 255, 255, 0.1);
}
.c-menu-left &gt; ul &gt; li &gt; a:hover &gt; .icon,
.c-menu-left &gt; ul &gt; li.active &gt; a &gt; .icon {
    color: #ffdd00;
}
.c-menu-left ul,
.c-menu-left li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-menu-left &gt; ul &gt; li &gt; ul {
    position: absolute;
    width: 300%;
    height: 100%;
    left: 100%;
    margin: 0 0 0 -15px;
    top: 0;
    background: #f1f1f1;
    overflow-y: auto;
    padding: 20px 20px 20px 40px;
    list-style: none;
    display: none;
}

.c-menu-left &gt; ul &gt; li &gt; ul &gt; li {
    column-count: 3;
    margin: 0;
    padding: 0;
}
.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; .h{
    display: block;
    list-style: none;
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px 0;
    column-span: all;
}

.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li{
    margin: 0 0 20px 0;
    break-inside: avoid-column;
    vertical-align: top;
}

.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; ul &gt; li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
    border: none;
}
.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
    color: #418a00;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover{
    color: #d14718;
    border-bottom-color: #d14718;
}

.c-menu-left &gt; ul &gt; li &gt; ul &gt; li{
    position: relative;
}
.c-menu-left &gt; ul &gt; li &gt; ul &gt; li &gt; .close {
    position: absolute;
    top: 0;
    right: 0;
    column-span: all;
}

.c-menu-left .close{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #222222;
}
.c-menu-left .close::after{
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 28px;
}



.c-menu-aside .close{
    display: none;
}
.c-menu-aside .h{
    display: none;
}

.c-menu-aside &gt; ul &gt; li {
}
.c-menu-aside &gt; ul &gt; li &gt; a{
    color: #000000;
    font-weight: bold;
    position: relative;
    padding-left: 55px;
    padding-right: 25px;
}

.c-menu-aside &gt; ul &gt; li &gt; a &gt; .icon{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 10px;
    font-size: 32px;
    color: #85cf3e;
}
.c-menu-aside &gt; ul &gt; li &gt; a::after{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    content: '\f107';
    font-family: FontAwesome;
}
.c-menu-aside &gt; ul &gt; li.active &gt; a::after{
    content: '\f106';
}
.c-menu-aside &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
    font-weight: bold;
}
.c-menu-aside &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a{
    color: #888888;
}

.c-menu-aside &gt; ul &gt; li &gt; ul {
    display: none;
}

aside .aside-contacts{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 50px;
    border-top: 1px solid #e5e5e5;
}

aside .aside-contacts .h{
    color: #999999;
    margin-bottom: 10px;
}
aside .aside-contacts .phones,
aside .aside-contacts .address,
aside .aside-contacts .soc{
    margin-bottom: 20px;
}
aside .soc a{
    height: 32px;
    width: 32px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #000000;
    transition: 0.3s;
    margin-right: 10px;
}
aside .soc a i{
    padding-top: 7px;
}
aside .soc a:hover{
    background-color: #000000;
    color: #ffffff;
}

aside .phones .number{
    font-size: 18px;
    font-weight: bold;
}
aside .phones .number a{
    color: #000000;
}


.main{
    padding: 20px 0;
}

.slider .item{
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.slider .item .link{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.slider .item .green{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url("/img/slider.png") 0 100% no-repeat;
}

.slider .item .cont{
    display: table-cell;
    vertical-align: middle;
    height: 350px;
    width: 100%;
    padding: 0 15px 0 120px;
    color: #ffffff;
}

.slider .item .cont .h{
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}
.slider .item .cont .text {
    font-size: 16px;
    font-weight: bold;
}
.slider .item .cont .button {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 15px 25px;
}


@media (max-width: 992px) {
    .slider .item,
    .slider .item .cont{
        height: 200px;
    }
    .slider .item .cont{
        padding-left: 80px;
    }
    .slider .item .cont .h{
        font-size: 26px;
    }
    .slider .item .cont .text {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .slider .item .cont{
        padding-left: 60px;
    }
    .slider .item .green{
        width: 60%;
    }
    .slider .item .cont .h{
        font-size: 18px;
    }
    .slider .item .cont .button {
        padding: 10px;
    }
    .slider .item .cont .text {
        font-size: 12px;
    }
}

.slider .owl-prev,
.slider .owl-next{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-family: FontAwesome;
    color: #ffffff;
    font-size: 48px;
    opacity: 0.6;
}
.slider .owl-prev{
    left: 0;
}
.slider .owl-next{
    right: 0;
}
.slider .owl-prev:hover,
.slider .owl-next:hover{
    opacity: 1;
}
.slider .owl-dots{
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 50;
}
.slider .owl-prev.disabled,
.slider .owl-next.disabled{
    display: none;
}

.slider .owl-dots .owl-dot{
    display: inline-block;
    padding: 7px;
    text-align: center;
}
.slider .owl-dots .owl-dot span{
    border: 2px solid #ffffff;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.slider .owl-dots .owl-dot.active span{
    background: #ffffff;
}


.main-products{
    margin: 50px 0;
}
.main-products .h{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px 0;
}
.main-products .h a{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-products .h a::after{
    content: "\f061";
    font-family: FontAwesome;
    padding-left: 15px;
    font-size: 12px;
    vertical-align: middle;
    color: #d14718;
    text-decoration: none;
    display: none;
}
.main-products .h a:hover::after{
    display: inline-block;
}
.main-products .h a:hover{
    border: 0;
}

.main-products .items .owl-prev,
.main-products .items .owl-next {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 130px;
    opacity: 0.7;
}
.main-products .items .owl-prev:hover,
.main-products .items .owl-next:hover {
    opacity: 1;
}
.main-products .items .owl-prev.disabled,
.main-products .items .owl-next.disabled {
    display: none;
}
.main-products .items .owl-prev{
    background: url("/img/arrows.png") 0 0 no-repeat;
    left: -32px;
}
.main-products .items .owl-next{
    background: url("/img/arrows.png") 0 -32px no-repeat;
    right: -32px;
}

@media (max-width:  992px) {
    .main-products .items .owl-prev,
    .main-products .items .owl-next {
        display: none;
    }
}



.product-item{
    padding: 20px 10px;
}
.catalog-list .product-item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.product-item .pic{
    text-align: center;
}
.product-item .pic img{
    width: 100%;
    max-width: 262px;
    margin: auto;
}

.product-item .name{
    margin-top: 5px;
    height: 54px;
    overflow: hidden;
    line-height: 1;
}
.product-item .name a{
    font-weight: bold;
    text-decoration: underline;
}
.product-item .name a:hover{
    color: #d14718;
}


.product-item .price{
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    height: 32px;
}
.product-item .price .number{
    white-space: nowrap;
}
.product-item .stars{
    text-align: right;
    color: #d14718;
    font-size: 12px;
    letter-spacing: -1px;
    padding-top: 5px;
}

.product-item .button-cart{
    display: block;
    background: #ffdd00;
    background: -moz-linear-gradient(top, #ffe400 0%, #ffc600 100%);
    background: -webkit-linear-gradient(top, #ffe400 0%,#ffc600 100%);
    background: linear-gradient(to bottom, #ffe400 0%,#ffc600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe400', endColorstr='#ffc600',GradientType=0 );

    margin-top: 5px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    border-bottom: 2px solid #e1a400;

    text-align: center;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    clear: right;
}
.product-item .button-cart:hover {


    background: #d14718;
    background: -moz-linear-gradient(top, #ff6835 0%, #d24718 100%);
    background: -webkit-linear-gradient(top, #ff6835 0%,#d24718 100%);
    background: linear-gradient(to bottom, #ff6835 0%,#d24718 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6835', endColorstr='#d24718',GradientType=0 );

    border-bottom: 2px solid #b52e00;
    color: #ffffff;

}

.product-item .button-cart-added{
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
    background: -webkit-linear-gradient(top, #efefef 0%,#dddddd 100%);
    background: linear-gradient(to bottom, #efefef 0%,#dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dddddd',GradientType=0 );

    border-bottom: 2px solid #cccccc;
}

@media (max-width:  768px) {
    .product-item .name{
        font-size: 12px;
        line-height: 1.1;
        height: 48px;
    }
    .product-item .price{
        font-size: 16px;
    }
}

.catalog-product{
    margin: 30px 0;
}

.latest-news .h{
    color: #000000;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}
.latest-news .item{
    margin: 20px 0;
    font-size: 13px;
}

.latest-news .item .title{
    margin-bottom: 4px;
    font-weight: bold;
}
.latest-news .item .title a{
    text-decoration: underline;
}
.latest-news .item .date{
    margin-bottom: 4px;
    color: #bfbfbf;
}

.main-content{
    margin: 30px 0;
    padding-top: 50px;
    border-top: 1px solid #e4e4e4;
}

.main-content h1:first-child{
    margin-top: 0;
}


footer{
    width: 100%;
    background: #f1f1f1;
    padding-top: 30px;
}

footer .h{
    color: #758467;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-menu li{
    margin: 0;
    padding: 5px 0 5px 14px;
    position: relative;
    font-weight: 400;
}
.footer-menu li::after{
    content: "\2022";
    color: #d14718;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
}

footer .copy{
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding: 15px 0;
    color: #acacac;
    font-size: 12px;
    font-weight: 300;
}

.footer-menu-catalog{
    column-count: 2;
}

@media (max-width: 992px) {
    .footer-menu-catalog{
        column-count: 1;
    }
}

footer .contacts .h{
    font-weight: normal;
}
footer .phones,
footer .address,
footer .soc{
    margin: 0 0 10px 0;
}
footer .phones a{
    color: #000000;
    text-decoration: none;
}

footer .soc a{
    height: 32px;
    width: 32px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: #000000;
    transition: 0.3s;
}
footer .soc a i{
    padding-top: 7px;
}
footer .soc a:hover{
    background-color: #000000;
    color: #ffffff;
}

footer .phones{
    line-height: 32px;
    font-weight: bold;
    font-size: 16px;
}

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

.account-menu{
    padding-left: 15px;
    border-left: #f5f5f5 2px solid;
}

.account-menu .fa{
    width: 25px;
    color: #999999;
}

.news .item{
    margin: 30px 0;
}
.news .item .date{
    color: #bbbbbb;
}

.reviews .review{
    margin: 20px 0;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.reviews .review .date{
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}
.reviews .review .anonce{
    margin-bottom: 15px;
}

.reviews .review .title{
    font-size: 18px;
    font-weight: 400;
}
.reviews .review .name{
    margin-bottom: 15px;
    color: #000000;
    font-weight: bold;
}
.reviews .review .name i.fa{
    color: #cccccc;
}

.reviews .review .rating{
    color: #888888;
    margin-left: 15px;
    font-weight: normal;
}


.data-table{
    border-collapse: collapse;
}

.data-table td{
    border-bottom: 1px solid #f5f5f5;
}
.data-table tr:last-child td{
    border: 0;
}
.data-table th{
    border-bottom: 2px solid #f5f5f5;
}


/****** CART *****/

.cart-table{
    width: 100%;
}
.cart-table .cart-row{
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-table .cart-row:last-child{
    border: 0;
}

.cart-table .cart-col{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 10px 0;
}
.cart-table .del{
    padding-right: 0;
}

.cart-table .pic{
    text-align: left;
    width: 10%;
    height: 70px;
}
.cart-table .pic img{
    max-width: 50px;
    vertical-align: top;
}
.cart-table .description{
    width: 30%;
}
.cart-table .name{
    color: #444444;
    font-weight: normal;
}
.cart-table .offer-title{
    color: #888888;
}
.cart-table .count{
    width: 20%;
    text-align: center;
}
.cart-table .select-count{
    width: 120px;
    margin: auto;
}
.cart-table .count input{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.cart-table .price{
    width: 20%;
    text-align: right;
    padding-right: 20px;
    white-space: nowrap;
}
.cart-table .price .total-price{
    font-weight: bold;
    color: #000000;
    font-size: 18px;
}
.cart-table .price .price-label{
    font-size: 12px;
    color: #aaaaaa;
    font-weight: normal;
    padding-right: 4px;
}

.cart-table .del{
    width: 10%;
}
.cart-table .del i.del-button{
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #d14718;
    cursor: pointer;
    border-radius: 50%;
}
.cart-table .del i.del-button::after{
    display: inline-block;
    content: "\f00d";
    color: #ffffff;
    font-family: FontAwesome;
    font-style: normal;
    height: 24px;
    line-height: 24px;
}
.cart-table .del i.del-button:hover{
    opacity: 0.7;
}

.cart-table .del{
    text-align: right;
}
.cart-table .del i.fa-spin{
    font-size: 22px;
    color: red;
    display: none;
}

.cart-table .select-count{
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.cart-table .select-count .fa{
    font-size: 14px;
    color: #489900;
}
.cart-table .select-count .btn,
.cart-table .select-count input{
    border: 0;
    background: transparent;
    box-shadow: none;
}

@media (max-width: 768px) {
    .cart-table .cart-row{
        display: block;
    }
    .cart-table .pic{
        width: 20%;
    }
    .cart-table .description{
        width: 80%;
    }

    .cart-table .price,
    .cart-table .count,
    .cart-table .del{
        width: auto;
        padding-left: 10px;
        padding-right: 0;
        float: none;
    }
    .cart-table .row2{
        display: block;
        clear: left;
        padding-top: 20px;
        text-align: right;
    }
}

.btn-right{
    text-align: right;
}

.summary-block{
    background: #f0f0f0;
    padding: 20px;
}

.total-sum{
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #f0f0f0;
    text-align: right;
}
.total-label{
    line-height: 40px;
}
.total-sum .price{
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    padding-left: 30px;
}

.form-button{
    margin: 20px 0;
}

.form-group label{
    font-weight: normal;
    color: #999999;
}

.steps {
    margin-bottom: 50px;
    position: relative;
    text-align: justify;
    text-align-last: justify;
}

.steps::before{
    content: '';
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    display: inline-block;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    z-index: 0;
}

.steps .step{
    display: inline-block;
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 0 10px;
}
.steps .step:first-child{
    padding-left: 0;
}
.steps .step .num{
    display: inline-block;
    width: 32px;
    height:32px;
    line-height: 32px;
    text-align: center;
    text-align-last: center;
    background: #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    color: #ffffff;
}
.steps .step .name{
    line-height: 32px;
    display: inline-block;
    color: #999999;
    padding-left: 4px;
}
.steps .step.active .num{
    background: #ffdd00;
    color: #000000;
}
.steps .step .num-ok{
    background: #85cf3e;
    color: #ffffff;
}
.steps .step.active .name {
    color: #000000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .steps .step .name{
        display: none;
    }
}

.select-form{
    display: none;
}
.select-form.active{
    display: block;
}

.select-type{
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: #fbfbfb;
}

.buttons{
    margin: 30px 0;
}

.select-type .name{
    color: #000000;
    font-weight: bold;
}
.select-type .description{
    padding-top: 6px;
    font-size: 14px;
    color: #999999;
}
.select-type .form-group-radio{
    margin-bottom: 0;
}

.silver{
    background: #f0f0f0;
    padding: 20px;
}

.total-info{
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
}
.total-info .total-zip{
    color: green;
    font-size: 46px;
}
.total-info .total-error{
    color: #a62b13;
}
.total-info .total-price{
    font-size: 28px;
    color: #0a6aa1;
    font-weight: bold;
}


.wiki-groups{
    list-style: none;
    padding: 0!important;
    margin: 20px 0 60px 0!important;
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}

@media (max-width: 780px) {
    .wiki-groups{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
    }

}

.wiki-groups li{
    padding: 0;
    margin: 2px 0!important;
}
.wiki-groups li a.active{
    font-weight: bold;
    color: #000000;
}

.articles .item{
    padding-bottom: 60px;
}
.articles .item .cont{
}
.articles .item .title{
    font-size: 20px;
    font-weight: bold;
}
.articles .item .description{
    margin: 5px 0 10px 0;
}

</pre></body></html>