* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
}
.clear{
    clear: both;
}
body{
    font: 14px Arial, sans-serif;
    color: #000;
    overflow-x: hidden;
}
#slides{
    position: relative;
}
.burger {
    display: none;
}
.recipe-item, .recipe-link {
    margin-bottom: 25px;
    height: 100% !important;
    max-width: 100%;
}
.recipe-link img {
    max-width: 100%;
}
.recipe-item:last-child, .recipe-link:last-child {
    margin-bottom: 0;
}
.recipe-body {
    display: flex;
}
.recipe-header, .recipe-footer h2{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}
.recipe-footer p{
    padding: 5px;
}
.prev{
    text-decoration: none;
    width: 47px;
    height: 82px;
    background: url('images/arrows.png') no-repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
}
.next{
    text-decoration: none;
    width: 47px;
    height: 82px;
    background: url('images/arrows.png') no-repeat scroll 0 -82px;
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 10;
}
.pagination{
    position: absolute;
    bottom: 15px;
    right: 45px;
    z-index: 10;
}
.pagination li{
    list-style: none;
    float: left;
    margin-left: 20px;
}
.pagination li a{
    display: block;
    width: 25px;
    height: 6px;
    border: 1px solid #000;
    background: #fff;
}
.pagination li.current a{
    background: #00ff00;
}
.title, .bread-crumbs{
    height: 25px;
    background: #71706e;
}
.title p{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding-top: 3px;
}
.bread-crumbs{
    text-align: center;
}
.product-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-card {
    width: 210px;
    height: 340px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.product-card img{
    height: 170px !important;
}
.product-card:nth-child(3n) {
    margin-right: 0;
}
.product-card__header {
    height: 63px !important;
}
.product-card__body {
    height: 80px !important;
}
.bread-crumbs>div{
    color: #fff;
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-transform: none;
}
.bread-crumbs div{
    display: inline-block;
}
.bread-crumbs div a{
    color: #fff;
    text-decoration: none;
}
.cities{
    height: 25px;
    background: #c1c1c1;
}
.cities ul{
    padding: 2px 0px 0px 30px;
}
.cities ul li{
    list-style: none;
    float: left;
}
.cities ul li a{
    text-decoration: none;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.cities ul li a:hover{
    text-decoration: underline;
}
.menu{
    height: 25px;
    float: right;
    background: url('images/menu-bg.png') repeat-x;
    margin-bottom: 15px;
}
.menu ul li{
    list-style: none;
    margin: 3px 0 0 20px;
    float: left;
}
.menu ul li a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.menu ul li.active a{
    color: #ff0000;
}
.menu ul li.basket a{
    width: 115px;
    height: 25px;
    display: block;
    background: url('images/basket.png') no-repeat scroll 0 0;
    margin-top: -3px;
}
.menu ul li.basket.full a{
    background: url('images/basket.png') no-repeat scroll 0 -25px;
}
.sidebar{
    width: 220px;
    float: left;
    margin: 0 20px 20px 0;
}
.sidebar img{
    margin-bottom: 1px;
}
.sidebar ul{
    list-style: none;
}
.sidebar ul li a{
    color: #000;
    text-decoration: none;
    display: block;
    /*background: #c1c1c1;*/
    background: #9E9E9E;
    margin-bottom: 1px;
    font-weight: bold;
    padding: 4px 5px;
    font-size: 15px;
}
.sidebar li.sub>ul{
    display: none;
}
.sidebar>ul>li>ul>li>a{
    padding-left: 5px;
}
li.sub>a.plus-minus:before{
    content: '+';
    margin-right: 3px;
}
.sidebar li.current-sub>a.plus-minus:before{
    content: '-';
    margin-right: 7px;
}
.sidebar>ul>li>ul>li>ul>li>a{
    /*background: #dededc;*/
    background: #C1C1C1;
    padding-left: 20px;
}
.sidebar>ul>li>ul>li>ul>li>ul>li>a{
    background: #DFDFDF;
    padding-left: 35px;
}
.sidebar>ul>li>ul>li.sub>a:hover{
    background: #9E9E9E;
}
.sidebar>ul>li>ul>li>ul>li>ul>li>a:hover, .sidebar a.active-side{
    background: #00ff00;
}
.content{
    float: left;
    width: 660px;
    margin-bottom: 20px;
}
.text h1{
    font-size: 19px;
    margin-bottom: 15px;
}
.text img{
    float: left;
    max-width: 250px;
    margin: 0 15px 5px 0;
}
.text p{
    text-align: justify;
    margin-bottom: 10px;
}
.title-page{
    background: #b30098;
    color: #ffb4fb;
    text-align: center;
    padding: 3px 0px;
    font-weight: 800;
    font-size: 23px;
    margin-bottom: 15px;
}
.txt-block{
    margin-bottom: 15px;
}
.one-block{
    margin-bottom: 15px;
}
.one-block h2{
    background: #b35700;
    text-align: center;
    color: #ffff6f;
    font-weight: 600;
    font-size: 19px;
    padding: 2px 0;
}
.one-block .photo{
    display: inline-block;
    float: left;
    height: 205px;
    width: 212px;
    text-align: center;
}
.one-block .photo_little{
    display: inline-block;
    height: 177px;
}
.one-block img{
    max-width: 210px;
    max-height: 177px;
}
.one-block div.text{
    height: 140px;
    padding: 5px 15px;
    background: #ffff6f;
    float: left;
    width: 420px;
}
.one-block div.text p{
    font-weight: 600;
}
.one-block div.text p a{
    color: #b35700;
    text-decoration: none;
}
.one-block>h2>a{
    text-decoration: none;
}
.one-block>a{
    background: #b35700;
    text-align: center;
    color: #ffff6f;
    font-weight: 600;
    font-size: 19px;
    padding: 2px 0;
    display: block;
    text-decoration: none;
    float: left;
    width: 448px;
}
.such-block a{
    display: inline-block;
    width: 210px;
    text-decoration: none;
    margin-right: 11px;
}
.random-tovar a{
    display: inline-block;
    width: 220px;
    text-decoration: none;
    margin: 20px 0 0 0 ;
}
.random-tovar a:nth-child(1){
    margin-top: 0;
}
.such-block a:nth-child(3n){
    margin-right: 0;
}
.such-block a img{
    max-width: 210px;
    max-height: 175px;
}
.random-tovar a img{
    max-width: 220px;
    max-height: 183px;
}
.such-block a span{
    width: 210px;
    background: #b35700;
    display: block;
    text-align: center;
    color: #ffff6f;
    font-size: 17px;
    padding: 2px 0;
}
.random-tovar a span{
    width: 220px;
    background: #b35700;
    display: block;
    text-align: center;
    color: #ffff6f;
    font-size: 17px;
    padding: 2px 0;
}
.such-item{
    background: #71706e;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 2px 0;
    font-size: 19px;
    margin-bottom: 15px;
}
.title-item{
    background: #b35700;
    text-align: center;
    font-weight: 600;
    color: #ffff6f;
    padding: 2px 0;
    font-size: 18px;
    margin-bottom: 15px;
}
#tabs .ui-state-default a{
    color: #000;
    padding: 4px 10px 3px;
    background: url('images/tab-normal.png') repeat-x;
    font-weight: bold;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
#tabs .ui-state-default.ui-state-active a{
    background: url('images/tab-active.png') repeat-x;
    color: #fff;
}
#tabs .ui-tabs-panel{
    border: 1px solid #000;
    background: #ffff6f;
    margin-top: -1px;
}
#tabs .ui-tabs-panel p{
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
.item-bg{
    background: #ffff6f;
}
.item img{
    margin: 15px 10px 20px 0;
    width: 300px;
    float: left;
}
.item #fotos img{
    margin: auto;
    width: auto;
    float: none;
}
.price{
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}
.info-item{
    float: left;
    width: 340px;
    margin-top: 5px;
}
.info-item hr{
    height: 1px;
    background: #000;
    margin: 10px 0;
}
.info{
    color: #000;
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
}
.selectible p{
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
.selectible select{
    border: 1px solid #000;
    margin-left: 5px;
    width: 154px;
}
.inputable{
    border: 1px solid #000;
    width: 100px;
    float: left;
    margin-right: 10px;
}
.inputable input{
    font-weight: bold;
    font-size: 37px;
    text-align: right;
    width: 85px;
    height: 40px;
    float: left;
}
.inputable .links{
    float: left;
    width: 15px;
}
.inputable .links a{
    color: #000;
    background: #a9a9a9;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 17px;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #3b3b33;
    border-top: 1px solid #3b3b33;
    height: 18px;
    padding-left: 2px;
}
.inputable .links a.minus{
    font-size: 29px;
    line-height: 16px;
    padding-left: 1px;
}
.sht{
    display: block;
    float: left;
    font-weight: bold;
    font-size: 37px;
}
p.sum{
    font-size: 16px;
    font-weight: bold;
    float: right;
    width: 165px;
    text-align: center;
    line-height: 16px;
    margin-top: 4px;
}
p.sum b{
    font-size: 21px;
}
.item a.button{
    background: #b35700;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000;
    color: #ffff6f;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    padding: 3px 0px 3px 0px;
    width: 175px;
    cursor: pointer;
    margin: 0px 0px 30px 80px;
}
.item a.button span{
    width: 33px;
    display: inline-block;
    margin: 10px 15px 0px 15px;
    color: #FAFD6E;
    font-size: 65px;
    float: left;
    height: 28px;
}
.basket .title{
    background: #00ff00;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    padding-top: 3px;
    height: 22px;
    margin-bottom: 25px;
}
.basket table{
    border-collapse: collapse;
}
.basket table tr th{
    border: 1px solid #000;
    background: #015700;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}
.basket table tr td{
    border: 1px solid #000;
    padding: 5px;
    background: #dededc;
    color: #000;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.basket table tr td input{
    text-align: center;
    margin: -5px;
    font-weight: bold;
    padding: 5px 0;
    width: 65px;
}
.basket table tr .name-tovar{
    text-align: left;
    width: 340px;
}
.basket table tr .number{
    width: 25px;
}
.basket table tr .picture{
    width: 25px;
}
.basket table tr .price-tovar{
    width: 50px;
}
.basket table tr .count{
    width: 55px;
}
.basket table tr .unit{
    width: 40px;
}
.basket table tr .total{
    width: 55px;
}
.basket table tr.total-count td:first-child{
    background: #00ff00;
    text-align: right;
}
.basket table tr.total-count td:last-child{
    background: #8aff8a;
}
.help-text{
    color: #8f8f8f;
    font-weight: bold;
    padding-right: 25px;
    background: url('images/arrow.png') no-repeat right center;
    width: 361px;
    margin: 42px 20px 0px 14px;
    float: left;
}
.buttons{
    margin: 11px 0px 15px;
}
.buttons button{
    color: #000;
    background: #00ff00;
    width: 240px;
    height: 25px;
    text-align: center;
    font: bold 14px Arial, sans-serif;
    cursor: pointer;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.buttons button.unactive{
    color: #7c7c7c;
    background: #dededc;
}
.zakaz{
    padding: 0 35px 20px;
}
.zakaz div{
    margin-bottom: 10px;
}
.zakaz div label{
    font-weight: bold;
    text-align: right;
    width: 280px;
    display: inline-block;
    margin-right: 5px;
}
.zakaz div label span{
    color: #ff0000;
    font-size: 20px;
}
.zakaz div input, .zakaz div textarea{
    width: 288px;
    padding: 3px 5px;
    border: 1px solid #000;
}
.zakaz div textarea{
    height: 70px;
    resize: none;
}
.zakaz div a, .zakaz button{
    background: url('images/btn.png') repeat-x;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
.zakaz div a{
    padding: 3px 23px;
    display: inline-block;
}
.zakaz div.sklad input{
    width: 70px;
    margin-right: 15px;
}
.zakaz button{
    width: 300px;
    height: 25px;
    font: 900 14px Arial, sans-serif;
    padding-bottom: 2px;
    float: right;
}
.description{
    padding-top: 15px;
    border-top: 1px solid #000;
    margin-bottom: 20px;
}
.description p{
    text-align: center;
    line-height: 21px;
    font-weight: bold;
}
.description p b{
    color: #0e5400;
}
.description p span{
    color: #ff0000;
    font-size: 20px;
}
#basket{
    border: 10px solid #333333;
    background: #5bee00;
    position: relative;
    overflow: visible;
    width: 420px !important;
}
#basket .close{
    position: absolute;
    top: -23px;
    right: -23px;
}
#basket>img{
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
#basket p{
    font-weight: bold;
    font-size: 19px;
    margin-top: 5px;
    width: 345px;
    float: left;
}
.catalog-text p{
    display: inline;
}
.catalog-cena{
    font-size: 19px;
    font-weight: 600;
    padding: 2px 0;
    text-align: center;
}
.catalog-sort{
    color: #000000;
    font-size: 15px;
    font-weight: bold;

}
.catalog-sort-conteiner{
    margin-top: 20px;
}
.catalog-sort-conteiner hr{
    border: 1px solid;
    color: black;
    margin: 4px 0;
}
.RadioLabelClass, .CheckLabelClass{
    background: url("images/radio.png") no-repeat scroll 0 0;
    margin: 0px 30px 0px 13px !important;
    width: 15px !important;
    height: 15px;
    display: block;
    float: left;
    cursor: pointer;
    font: 14px Arial, sans-serif !important;
    color: #727272 !important;
}
.RadioSelected, .CheckSelected{
    background: url("images/radio.png") no-repeat scroll 0 -15px;
}
.radio input{
    height: 15px;
    width: 15px;
    margin-left: -45px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.radio{
    margin: 3px 0;
}
.photo_little img.middle{
    max-height: 177px;
    max-width: 210px;
}
.photo_little img{
    max-height: none;
    max-width: none;
}
.zoomWrapper{
    position: absolute !important;
    right: -1108px !important;
}
.descr_tovar img{
    float: none;
    width: auto;
}

