body{
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
    color:#333333;
    text-align:center;
    background: #cce3c1 url('/img/bg.png');
}
body, table{
    font-size:12px;
}
a, .ui-widget-content a{
    color:#e15616;
}
a:hover,
a:hover + .name a,
.img:hover + .name a{
    color:#000000;
}
form{
    margin:0;
    padding:0;
}
a img{
    border:0;
}
:focus, :active {
    outline: 0;
}
.clear{
    clear: both;
}
.al-center{
    text-align: center;
}
.red{
    color: red;
}
.overlay{
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #ffffff url("/img/loader3.gif") center center no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
}
.ui-tabs .ui-tabs-panel{
    padding: 15px 0;
}
.ui-tabs .ui-tabs-nav{
    background: url("/img/bmbg-g.png");
    border:0;
    padding-top: 10px;
    border-bottom: 1px solid #6ca948;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    border-color: #6ca948;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}

.sub-dirs-list{
    margin: 0;
    padding: 10px 0 10px 15px;
    list-style: square;
    color: #6ca948;
    font-size: 14px;
}

.sub-dirs-list li{
    padding: 5px 0;
}
.pages-block{
    padding-top: 15px;
}
.pages-block .h{
    padding-bottom: 5px;
    color: #ea556f;
}
.pages a, .pages span{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
}
.pages a{
    font-family: Arial, sans-serif;
    color: #000000;
    white-space: nowrap;
    background: #feefd5;
    text-decoration: none;
    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.pages a.active, .pages span.active{
    background: none;
    color: #ffffff;
    font-weight: bold;
    background: #8dc070;
}

.pages a:hover{
    background: #ea556f;
    color:#ffffff;
}

.ns{
    text-align: left;
}
.ns a{
    display: inline-block;
    padding: 0 5px 0 0;
    text-decoration: none;
    white-space: nowrap;
}

.cms_errors{
    border: 1px solid red;
    color: red;
    padding: 10px;
}

.c970{
    background: #ffffff;
    margin: 0 auto;
    width: 990px;
    text-align: left;
    position: relative;
    min-height: 500px;
    box-shadow: 0 0 10px rgba(57,89,41,0.5);
}

.top{
    height: 195px;
    position: relative;
    background: url("/img/top.png") center 0 no-repeat;
}

.b18000{
    position: absolute;
    top:5px;
    left:20px;
    color: #ea556f;
    width: 140px;
    font-family: Arial, sans-serif;
}
.b18000 .num{
    font-size: 24px;
    font-weight: bold;
}
.b18000 .text{
    font-size: 12px;
    text-align: right;
}

.steps{
    position: absolute;
    left: 20px;
    top: 80px;
}

.steps table{
    border-collapse: collapse;
    font-size: 11px;
    color: #999999;
}

.steps table tr td:first-child{
    width: 24px;
    padding: 5px 10px 5px 0;
}

.steps table tr td .num{
    color: #ffffff;
    background: #fbd9ca;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.top .logo{
    position: absolute;
    top:50px;
    left: 200px;
}

.top .slogan{
    position: absolute;
    top: 20px;
    left: 390px;
    color: #ea556f;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
}
.top .slogan .bold{
    font-size: 24px;
    font-weight: bold;
}

.top .contacts{
    position: absolute;
    top: 5px;
    right: 20px;
    text-align: right;
    width: 160px;
    background: url("/img/contact.png") 0 5px no-repeat;
    padding-top: 4px;
    color: #6ca948;
    font-weight: bold;
    font-size: 16px;
}

.top .contacts .time{
    padding-top: 5px;
    color: #666666;
    font-weight: normal;
}

.top .cart{
    position: absolute;
    right: 20px;
    top: 150px;
    height: 70px;
    background: url("/img/cart.png") 100% 0 no-repeat;
}

.cart a {
    display: block;
    padding: 10px 40px 10px 0;
    font-style: italic;
    text-decoration: none;
}

.cart .count{
    position: absolute;
    background: #e51a4b;
    border: 2px solid #ffffff;
    font-weight: bold;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #ffffff;
    border-radius: 16px;
    top: -3px;
    right: 25px;
    font-size: 11px;
    cursor: default;

}

.cart .descr{
    min-height: 50px;
    position: absolute;
    right: 0;
    top: 25px;
    background: #feefd6 url("/img/cart-big.png") 15px 25px no-repeat;
    padding: 25px 15px 25px 95px;
    border-radius: 10px;
    color: #e51a4b;
    white-space: nowrap;
    z-index: 1000;
    text-align: left;
    box-shadow: 0 3px 3px rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}
.cart:hover .descr{
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

.cart .descr:after{
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    right: 30px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #feefd6;
}

.cart .descr a{
    display: inline-block;
    line-height: 24px;
    padding: 0 12px;
    background: #e51a4b;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 12px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.cart .descr a:hover{
    background: #830020;
}

.top .bookmarks{
    height: 53px;
    margin-left: 155px;
    padding-top: 142px;
}

.top .bookmarks table{
    height: 50px;
}

.top .bookmarks .cr,
.top .bookmarks .cg,
.top .bookmarks .search{
    width: 225px;
    height: 50px;
    text-align: center;
    float: left;
}
.top .bookmarks a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    border-width: 3px 1px 0 1px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 10px 10px 0 0;

    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.top .bookmarks a div{
    font-size: 14px;
}
.top .bookmarks .cr a{
    background: #ea556f;
    padding: 8px 0;
}
.top .bookmarks .cg a{
    background: #8dc070;
    padding: 16px 0;

}
.top .bookmarks .cr a:hover,
.top .bookmarks .cr:hover a{
    background: #d93350;
    border-top:0;
    padding-top: 11px;
}
.top .bookmarks .cg a:hover,
.top .bookmarks .cg:hover a{
    background: #70af4b;
    border-top:0;
    padding-top: 19px;
}

.top .bookmarks .cr .sub a:hover,
.top .bookmarks .cr:hover .sub a,
.top .bookmarks .cg .sub a:hover,
.top .bookmarks .cg:hover .sub a{
    background: none;
    padding: 0;
}


.top .bookmarks .search{
    height: 50px;
    border-width: 3px 1px 0 1px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 10px 10px 0 0;
}
.top .bookmarks .search .border{
    height: 45px;
    background: #ffffff;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #8dc070;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.top .bookmarks .search .border .inptext{
    position: absolute;
    top:10px;
    left:5px;
    border:2px solid #cccccc;
    margin: 0;
    padding: 4px;
    width: 165px;
}
.top .bookmarks .search .border .inptext:focus{
    border:2px solid #8dc070;
}

.top .bookmarks .search .border .inpsubmit{
    position: absolute;
    top:12px;
    right:5px;
    margin: 0;
}

.top .bookmarks .sub{
    color: #ffffff;
    position: absolute;
    top:100%;
    left:0;
    width: 100%;
    min-height: 200px;
    display: block;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    text-align: left;
    text-shadow: 1px 1px 0 #ffffff;

    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s, visibility 0s linear 0.3s;
    -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.top .bookmarks .cr .sub{
    border-top:8px solid #d93350;
    color: #d93350;
    background: url("/img/bmbg-r.png");
}
.top .bookmarks .cr .sub a{
    color: #d93350;
}

.top .bookmarks .cg .sub{
    border-top:8px solid #70af4b;
    color: #3f930e;
    background: url("/img/bmbg-g.png");
}
.top .bookmarks .cg .sub a{
    color: #3f930e;
}
.top .bookmarks .cr:hover .sub,
.top .bookmarks .cg:hover .sub{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.top .bookmarks .sub table{
    width: 100%;
    margin: 10px 0;
}
.top .bookmarks .sub table td{
    width: 50%;
    padding: 10px 20px;
}
.top .bookmarks .sub a{
    font-size: 12px;
    border: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1.5;
    background: 0;
    display: inline-block;
    text-transform: none;
    white-space: nowrap;
}


.top .bookmarks .sub a:hover{
    text-decoration: underline;
}

.top .bookmarks .sub .h a{
    font-weight: bold;
    font-size: 16px;
}

.top .bookmarks .sub ul{
    margin: 0;
    padding: 0;
}
.top .bookmarks .sub ul li {
    margin: 0 0 0 15px;
    padding: 0;
}
.top .bookmarks .sub .links{
    overflow: hidden;
}
.top .bookmarks .sub .links a{
    margin-right: 20px;
}
.top .bookmarks .sub .links span{
    white-space: nowrap;
    display: inline-block;
}
.top .bookmarks .sub .links span:before{
    content: '\00A0\00A0\25CF\00A0';
    width: 20px;
    display: inline-block;
    margin-left: -20px;
}


.tmenu{
    height: 38px;
    background: url("/img/tmenubg.png") center 0 repeat-y;
    margin: 0 20px;
    text-align: center;
}
.tmenu ul, .tmenu ul li{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.tmenu-border{
    height: 38px;
    background: url("/img/tmenu.png") 0 0 repeat-x;
}

.tmenu a {
    display: inline-block;
    padding: 12px 0px;
    margin: 0 20px;
    color: #ab8082;
    text-decoration: none;
    background: transparent;
    font-weight: bold;
}
.tmenu a:hover {
    background: url("/img/tmenu-hover.png") 0 0 repeat-x;
    color: #8c3343;
}

table.main{
    width: 100%;
    border-collapse: collapse;
}
table.main td.left,
table.main td.right{
    width: 160px;
    padding: 20px;
}

table.main .center{
    padding: 20px 0;
}

.lmenu-red{
    border-bottom: 2px solid #ffbeb3;
    margin-bottom: 30px;
}

.lmenu-red .h{
    color: #ea556f;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
}

.lmenu-red a{
    display: block;
    border-bottom: 2px solid #ffbeb3;
    padding: 7px 20px 7px 0;
    color: #666666;
    text-decoration: none;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
}

.lmenu-red a:hover{
    color: #ffffff;
    background: #ea556f;
    padding: 7px 10px;

}

.lmenu-green{
    border-bottom: 2px solid #c2efa8;
    margin-bottom: 15px;
}

.lmenu-green .h{
    color: #8dc070;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 10px;
}

.lmenu-green a{
    display: block;
    border-bottom: 2px solid #c2efa8;
    padding: 7px 20px 7px 0;
    color: #666666;
    text-decoration: none;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
}

.lmenu-green a:hover{
    color: #ffffff;
    background: #8dc070;
    padding: 7px 10px;

}

.lmenu-green2{
    border-bottom: 2px solid #c2efa8;
    margin-bottom: 15px;
    margin-top: 15px;
}

.lmenu-green2 .h{
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
}
.lmenu-green2 ul, .lmenu-green2 ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
.lmenu-green2 a{
    display: block;
    border-top: 2px solid #c2efa8;
    padding: 7px 20px 7px 0;
    color: #666666;
    text-decoration: none;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
}
.lmenu-green2 .links ul li:first-child a{
    border: 0;
}

.lmenu-green2 a:hover{
    color: #ffffff;
    background: #8dc070;
    padding: 7px 10px;

}

.separator{
    height: 30px;
    background: url('/img/stars.png') center center no-repeat;
}

.lmenu-image{
    width: 156px;
}

.lmenu-image .h{
    padding-bottom: 5px;
    text-align: center;
}

.lmenu-image a{
    display: block;
    height: 58px;
    width: 156px;
    background-image: url('/img/leftmenu.png');
    background-repeat: no-repeat;
    background-position: center 0;
}

.lmenu-image a.a1{
    background-position: 0 0;
}
.lmenu-image a.a2{
    background-position: 0 -58px;
}
.lmenu-image a.a3{
    background-position: 0 -116px;
}
.lmenu-image a.a4{
    background-position: 0 -174px;
}
.lmenu-image a.a5{
    background-position: 0 -232px;
}
.lmenu-image a.a6{
    background-position: 0 -290px;
}
.lmenu-image a.a1:hover{
    background-position: -156px 0;
}
.lmenu-image a.a2:hover{
    background-position: -156px -58px;
}
.lmenu-image a.a3:hover{
    background-position: -156px -116px;
}
.lmenu-image a.a4:hover{
    background-position: -156px -174px;
}
.lmenu-image a.a5:hover{
    background-position: -156px -232px;
}
.lmenu-image a.a6:hover{
    background-position: -156px -290px;
}

.ui-dialog{
    text-align: left;
    padding: 0;
}
.ui-dialog .ui-dialog-content{
    padding: 10px 20px;
}
.account-input-form.ui-dialog-content{
    padding: 20px 30px;
}
.ui-dialog .ui-dialog-titlebar{
    padding: 10px 30px;
}
.ui-dialog .ui-dialog-titlebar-close{
    right: 10px;
}
.ui-widget-content{
    border: 0;
}
.ui-dialog-titlebar-close{
    border-radius: 10px;
}
.account{
    padding: 0 0 15px 0;
}
.account .button-input{
    height: 25px;
    background: url("/img/account.png") center 0 no-repeat;
    cursor: pointer;
}
.account-input-form{
    background: #ffffff url("/img/lock.png") 70% 20px no-repeat;
    padding: 20px 60px;
    display: none;
    text-align: left;
    color: #888888;
}
.ui-dialog .account-input-form.ui-dialog-content{
    background: #ffffff url("/img/lock.png") 90% 50px no-repeat;
}
.account-input-form .error{
    color: #ff0000;
}

.account-input-form .label{
    padding: 3px 0;
}

.account-input-form .inp{
    padding-bottom: 5px;
}

.account-input-form .inp input{
    width: 270px;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-color: #777 #bbb #bbb #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
}

.account-input-form .submit{
    padding: 10px 0;
}
.account-input-form .submit input{
    border: 0;
    background: #ea556f;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 40px;
    margin-right: 10px;
    border-radius: 15px;
}

.account-input-form .submit input:hover{
    background: #d13a55;
}
.account-input-form .reg a{
    color: #ea556f;
}

.account-input-form .saveme{
    padding:5px 0 5px 0;
}

.account-input-form .saveme input{
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.account-input-form .loader{
    height: 15px;
    background: url("/img/loader.gif") center center no-repeat;
    visibility: hidden;
}
.account .mydata{
    background: #fef3e0 url("/img/bmbg-r.png");
    padding: 10px;
    border-radius: 0px;
}
.account .h{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 5px 0;
}

.account ul, .account ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.account ul li{
    margin: 5px 0;
}
.account ul li:before{
    content: '\25BA\2002';
    color: #f39b8c;
}
.account .name{
    padding: 0 0 5px 0;
    color: #ea556f;
}
.bnr{
    padding: 0 0 15px 0;
    text-align: center;
}
.bnr img{
    max-width: 155px;
    height: auto;
}
.otz{
    width: 152px;
    margin: 0 auto;
    background: #ebecec url("/img/otz.png") center 0 repeat-y;
    position: relative;
}
.otz:after{
    content: '';
    width: 152px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/otzt.png") center 0 no-repeat;
}
.otz:before{
    content: '';
    width: 152px;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("/img/otzb.png") center 100% no-repeat;
}

.otz .cont{
    padding: 10px;
}

.otz .h{
    color: #8dc070;
    font-style: italic;
    font-weight: bold;
}

.otz .item{
    padding: 10px 0;
    color: #658383;
}
.otz .item .name{
    font-weight: bold;
    padding-bottom: 5px;
    font-style: italic;
}
.otz .item .descr{
    max-height: 100px;
    overflow: hidden;
    position: relative;
}
.otz .item .descr:after{
    content: '';
    position: absolute;
    left: 0;
    top: 68px;
    height: 32px;
    width: 100%;
    background: url("/img/otz-descr.png") 0 0 repeat-x;
}
.otz .over{
    padding: 10px 0;
    color: #777777;
    font-style: italic;
    text-align: center;
}
.otz .over a{
    color: #777777;
    text-decoration: none;
}
.otz .over a:hover{
    text-decoration: underline;
}

.actions{
    position: relative;
}

.actions .h{
    color: #e51a4b;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
}

.actions .carousel{
    height: 250px;
    overflow: hidden;
}

.actions .carousel ul,
.actions .carousel li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.actions ul{
    position: relative;
}

.actions ul li{
    height: 250px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.actions ul li:first-child{
    display: block;
}

.actions .controls{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80px;
    width: 215px;
}

.controls a.all{
    display: block;
    background: #ea556f;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.controls a.all:hover{
    background:#d93350;
}
.controls .apages{
    padding: 10px 0 0 0;
    text-align: center;
}
.controls .apages span{
    display: inline-block;
    line-height: 26px;
    height: 26px;
    width: 26px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
    cursor: pointer;
    color: #d93350;
}

.controls .apages span:hover{
    color: #000000;
}

.controls .apages span.active{
    background: #ffffff;
    border-radius: 13px;
    border:1px solid #d93350;
    color: #d93350;
}

.head{
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;
    margin: 15px 0;
}

.head.head-r{
    background: #ea556f;
}
.head.head-g{
    background: #8dc070;
}

.subgroups{
    margin: 0 0 20px 0;
    font-size: 16px;

    padding: 0;
}
.subgroups a{
    display: block;
    padding: 5px 20px 5px 10px;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 7px;
    background: #feefd5;

    -moz-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
.subgroups a:before{
    content: '\25BA\2002';
    color: #ffffff;
}
.subgroups a:hover{
    background: #ffdc9e;
}

.subgroups a:hover:before{
    color: #8dc070;
}

.catalog_group_grid{
    border-collapse: collapse;
    width: 100%;
}
.catalog_group_grid td{
    padding: 0 0 15px 15px;
}
.catalog_group_grid tr td:first-child{
   padding-left: 0;
}
.catalog_item{
    width: 132px;
    background: #feefd5;
    float: left;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}

.catalog_item:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.catalog_item table, .catalog_item table td{
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.catalog_item table td{
    border-left:3px solid #feefd5;
    border-right:3px solid #feefd5;
}
.catalog_item td.name{
    height: 55px;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}
.catalog_item td.name div{
    width: 126px;
    max-height: 55px;
    overflow: hidden;
}
.catalog_item .name a{
    text-decoration: none;
}
.catalog_item .name a:hover{
    text-decoration: underline;
}

.catalog_item .pic{
    height: 120px;
    background: #ffffff;
    text-align: center;
    position: relative;
}

.catalog_item .pic .hit{
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/hit.png") 0 0 no-repeat;
}

.catalog_item td.price{
    position: relative;
    height: 35px;
}

.catalog_item td.price .tocart{
    position: absolute;
    right: 3px;
    top: 2px;
    width: 32px;
    height: 32px;
    background: url('/img/cart.png') center center no-repeat;
    cursor: pointer;
    opacity: 0.6;
}

.catalog_item td.price .tocart:hover{
    opacity: 1;
}

.catalog_item td.price .num{
    font-weight: bold;
    color: #000000;
}


.catalog_id{
    width: 100%;
    border-collapse: collapse;
}

.catalog_id td.pic{
    width: 300px;
    padding-right: 20px;
    position: relative;
}
.catalog_id td.pic img{
    max-width: 300px;
}
.item_upakovka{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: url("/img/up.png") center center no-repeat;
    background-size: cover;
    display: none;

}
.item_to_cart{
    background: #fff7ea;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.item_to_cart .price{
    font-size: 20px;
    color: #000000;
    padding: 10px 0;
}

.item_to_cart .button{
    padding: 10px 0;
}
.item_to_cart .button i{
    display: inline-block;
    width: 118px;
    height: 35px;
    background: url("/img/tocart.png") 0 0 no-repeat;
    cursor: pointer;
}
.item_to_cart .button i:hover{
    background: url("/img/tocart.png") 0 -35px no-repeat;
}

.item_to_cart .info{
    color: #d93350;
}
.item_to_cart .info span{
    color: #000000;
    font-weight: bold;
}

.main-hits{
    position: relative;
    height: 230px;
    padding-left: 11px;
}
.main-hits .catalog_item{
    margin: 0 5px;
}

.main-hits ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-hits ul li{
    margin: 0;
    padding: 5px 0;
    display: inline-block;
}

.hits-arrow{
    position: absolute;
    top:100px;
    width: 20px;
    height: 20px;
    background-image: url("/img/arrows-green.png");
    background-repeat: no-repeat;
    z-index: 100;
    cursor: pointer;
    opacity: 0.6;
}

.hits-arrow:hover{
    opacity: 1;
}

.hits-arrow.arrow-l{
    background-position: 0 0;
    left: -10px;
}
.hits-arrow.arrow-r{
    background-position: 0 -20px;
    right: -10px;
}

table.catalog_top{
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
}

table.catalog_top td{
    padding-left: 21px;
    vertical-align: top;
}
table.catalog_top tr td:first-child{
    padding-left: 0;
}

table.catalog_top .group .name{
    font-size: 14px;
    height: 34px;
    margin-top: 4px;
}

table.catalog_top .group .name a{
    text-decoration: none;
}
table.catalog_top .group .name a:hover{
    text-decoration: underline;
}

table.catalog_top .group .pic{
    height: 100px;
    position: relative;
    z-index: 100;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
table.catalog_top .group .pic:after{
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    bottom: -4px;
    right: -4px;
    background: url("/img/link-g.png") 0 0 no-repeat;
    z-index: 1000;

    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
table.catalog_top .group .pic:hover + .name a{
    color: #000000;
    text-decoration: underline;
}

table.catalog_top .group:hover .pic:after{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


table.catalog_top2{
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
}

table.catalog_top2 td{
    padding-left: 18px;
    vertical-align: top;
}
table.catalog_top2 tr td:first-child{
    padding-left: 0;
}

table.catalog_top2 .group .name{
    font-size: 14px;
    height: 37px;
    margin-top: 4px;
}
table.catalog_top2 .group .name a{
    text-decoration: none;
}
table.catalog_top2 .group .name a:hover{
    text-decoration: underline;
}

table.catalog_top2 .group .pic{
    height: 77px;
    position: relative;
    z-index: 100;

    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
table.catalog_top2 .group .pic:after{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    bottom: -4px;
    right: -4px;
    background: url("/img/link-r.png") 0 0 no-repeat;
    z-index: 1000;

    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
table.catalog_top2 .group .pic:hover + .name a{
    color: #000000;
    text-decoration: underline;
}

table.catalog_top2 .group:hover .pic:after{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.brands{
    position: relative;
    margin: 15px 0;
}
.brands .h{
    color: #8dc070;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0 0;
}



#brands-scroll{
    margin-left: 25px;
    height: 70px;
}
.brands ul, .brands ul li{
    padding: 0;
    margin: 0;
    list-style: none;
}
.brands ul li{
    height: 70px;
    width: 70px;
    margin: 0 10px;
}

.brands-arrow{
    position: absolute;
    top:50px;
    width: 20px;
    height: 20px;
    background-image: url("/img/arrows-red.png");
    background-repeat: no-repeat;
    z-index: 100;
    cursor: pointer;
    opacity: 0.6;
}

.brands-arrow:hover{
    opacity: 1;
}

.brands-arrow.arrow-l{
    background-position: 0 0;
    left: -10px;
}
.brands-arrow.arrow-r{
    background-position: 0 -20px;
    right: -10px;
}

.footer1{
    background: url("/img/top.png") center 0 repeat-y;
    height: 85px;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.footer1 .logo{
    width: 115px;
    height: 36px;
    background: url("/img/logo-f.png") 0 0 no-repeat;
    position: absolute;
    top:50%;
    left: 40px;
    margin-top: -18px;
}

.footer1 .cont{
    color: #5f834d;
    text-shadow: 1px 1px 0 #ffffff;
}

.footer2{
    padding: 20px;
}

.footer2 table{
    border-collapse: collapse;
    width: 100%;
}

.footer2 table td{
    padding: 0 0 0 20px;
    vertical-align: top;
    height: 20px;
    width: 16%;
}

.footer2 table tr td:first-child{
    padding-left: 0;
}

.footer2 .h{
    text-transform: uppercase;
    color: #999999;
}

.footer2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer2 ul li{
    padding: 0;
    margin: 4px 0;
    font-size: 11px;
}

.footer2 ul li a{
    color: #666666;
    text-decoration: none;
}
.footer2 ul li a:hover{
    color: #444444;
    text-decoration: underline;
}

.footer2 table tr td.otd{
    padding-left: 20px;
    text-align: center;
    color: #999999;
}

.footer2 table tr td.otd .border{
    border-top: 4px solid #dddddd;
    padding-bottom: 10px;
}
.footer2 table tr td.otd .phone{
    padding-top: 10px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.footer2 .counters{
    padding-top:10px;
}

.content{
    line-height: 1.5;
}
.content h1{
    font-weight: normal;
    color: #000000;
    font-size: 28px;
    line-height: 1.2;
}
.content h2{
    font-weight: normal;
    color: #000000;
    font-size: 24px;
    line-height: 1.2;
}
.content h3{
    font-weight: normal;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
}

.content img{
    max-width: 590px;
    height: auto;
}

.form{
    background: #f1fbeb;
    padding: 20px;
    border-radius: 10px;
}
.form .error{
    padding: 0 0 30px 0;
    color: #d93350;
}
.form .message{
    padding: 0 0 30px 0;
    color: #338c00;
}
.form .label{
    color: #588f39;
    padding-bottom: 4px;
    position: relative;
}

.form .label .descr{
    color: #888888;
}

.form .label .form_error{
    background:#d93350;
    padding: 4px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px 5px 5px 0;
}

.form .elem{
    padding-bottom: 10px;
}

.form .elem input{
    font-size: 16px;
    margin: 0;
    padding: 4px;
    border: 1px solid #cccccc;
    border-color: #777 #bbb #bbb #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
}
.form .elem .no_valid{
    border: 1px solid #d93350;
    background: #fff6f6;
}

.form .submit{
    padding: 10px 0 0 0;
}

.form .submit input, .ibutton{
    margin: 0;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    background: #8dc070;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;


    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;

}

.form .submit input:hover, .ibutton:hover{
    background:#d93350;
    color:#ffffff;
}

.ibuttons{
    height: 35px;
    padding: 15px 0;
}

.cart_table{
    width: 100%;
    border-collapse: collapse;
}
.cart_table th{
    background: #fef3e0 url("/img/bmbg-r.png");
    padding: 10px 5px;
    text-align: right;
}
.cart_table td{
    padding: 5px 0;
    border-top: 1px solid #fef3e0;
    height: 70px;
}
.cart_table tr:first-child td{
    border-top: 0;
}
.cart_table td.i{
    width: 20px;
    text-align: center;
}
.cart_table td.pic{
    width: 70px;
    text-align: center;
}
.cart_table td.pic img{
    max-height: 70px;
}
.cart_table td.name{
    padding-left: 15px;
}
.cart_table td.price, .cart_table td.sum{
    color: #000000;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    padding-left: 15px;
}
.cart_table td.sum{
    width: 90px;
}
.cart_table td.count{
    text-align: center;
    padding-left: 15px;
}
.cart_table td.count input{
    text-align: center;
    width: 40px;
    margin: 0;
    padding: 4px;
    border: 1px solid #cccccc;
    border-color: #777 #bbb #bbb #bbb;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1) inset;
    padding-right: 14px;
}
.cart_table td.del{
    text-align: right;
    padding-left: 20px;
}
.cart_table td.del i{
    display: inline-block;
    width: 21px;
    height: 21px;
    opacity: 0.6;
    background: url("/img/del.png") center center no-repeat;
    cursor: pointer;
}

.cart_table td.del i:hover{
    opacity: 1;
}


.cart_table .info{
    padding-top: 5px;
    color: #aaaaaa;
}

.cart_table td.total_label{
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}
.cart_table td.total_sum{
    color: #000000;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
}

.info-message{
    background: #fef3e0;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.info-descr{
    padding: 5px 0;
    color: #777777;
}

.order{
    margin-bottom: 20px;
}
.order .h{
    line-height: 20px;
    padding: 8px 10px 8px 22px;
    font-weight: bold;
    background: #fef3e0;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.order .h:before{
    content: '';
    position: absolute;
    top:50%;
    left: 8px;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    background: url("/img/li.png") 0 0 no-repeat;

    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.order .h:hover:before{
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.order .h.active:before{
    background-position: 0 -9px;
}

.order .h.active:hover:before{
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}


.order .h .date{
    float: right;
    font-weight: normal;
    color: #d93350;
}
.order-data{
    padding: 0 10px;
    display: none;
}
.order .order-data table{
    width: 100%;
    border-collapse: collapse;
}
.order .order-data table td{
    border-top:1px solid #dddddd;
    padding: 5px 0 5px 20px;
}
.order .order-data table tr td:first-child{
    padding-left: 0;
}
.order .order-data table tr:first-child td{
    border-top:0;
}

.order-data td.price,
.order-data td.sum{
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}

.order .h .repeat{
    display: inline-block;
    float: right;
    margin-right: 20px;
    background: #f0ab8b;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 10px;
    text-decoration: none;

    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.order .h .repeat:hover{
    background: #e15616;
}

.brand-articles{
    padding: 0;
    margin: 0 0 0 15px;
    color: #8dc070;
    list-style: square;
}

.brand-articles li{
    padding-top: 5px;
    padding-bottom: 5px;
}


ul.actions{
    padding: 0;
    margin: 0 0 0 15px;
}
.actions li{
    padding: 10px 0;
}

.action-pic{
    width: 590px;
    overflow: hidden;
}


.delivery-map{
    width: 590px;
    height: 660px;
    background: url("/img/map.png") 0 0 no-repeat;
    position: relative;
}

.delivery-map .raion{
    position: absolute;
    top:106px;
    left:216px;
}

.delivery-map .raion .h{
    font-weight: bold;
    font-size: 16px;
    color: #d93350;
}

.delivery-map .raion i{
    display: inline-block;
    font-style: normal;
    margin: 0 1px;
    padding: 0 1px;
    width: 16px;
    text-align: center;
    background: #feefd5;
    color: #eec887;
    border-radius: 4px;
    float: left;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.delivery-map .raion i.a{
    font-style: normal;
    padding: 0 1px;
    background: #69a745;
    color: #ffffff;
    font-weight: bold;
}

.question-button{
    height: 125px;
    background: url("/img/question.png") center center no-repeat;
    margin: 15px 0;
    cursor: pointer;
}

.question{
    display: none;
}

.question .ped_phone{
    display: block;
    font-size: 18px;
    color: #d93350;
    font-weight: bold;
}
.question .form textarea{
    height: 100px;
}
.ok-message{
    display: none;
}