* {
    margin: 0;
    padding: 0;
}

html {}

body {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    background: url("../img/bg_wrapper.jpg") repeat 0 0 transparent;
}

body:before {
    content: "";
    background: url("../img/award.png") no-repeat;
    display: block;
    width: 159px;
    height: 121px;
    position: absolute;
    left: 0;
    top: 0;
}

.burger {
    display: none;
}

@media (max-width: 1400px) {
    body:before {
        display: none;
    }
}

input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

article,
aside,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

#wrapper {
    background: url(../img/bg.jpg) no-repeat center top;
    display: table;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

#index #wrapper {
    background: url(../img/bg_index.jpg) no-repeat center top;
}

#wrapper-2 {
    margin: 0 auto;
    min-width: 960px;
}

#index #wrapper-2 {
    background: url(../img/bg_index_header.jpg) no-repeat center top;
}

header {
    min-width: 960px;
}

#header {
    width: 960px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 500;
}

#index #header {
    height: 691px;
}

#main {
    background: url(../img/bg_main.gif) repeat-y center top;
    min-height: 450px;
    min-width: 960px;
    position: relative;
}

#main:before {
    content: "";
    background: url("../img/bg_main_top.png") repeat-x;
    display: block;
    width: 1060px;
    height: 38px;
    margin: 0 auto -38px;
    z-index: 100;
    position: relative;
    top: 1px;
}

.item-page #main:before {
    background: url("../img/bg_main_top_2.png") repeat-x;
}

.content {
    margin: 0 auto;
    padding: 20px 0 50px;
    width: 960px;
    position: relative;
    z-index: 400;
}

#item-banner {
    background: url("../img/item_banner.jpg") no-repeat 50.1% 0;
    min-width: 960px;
}

#item-banner figure {
    width: 960px;
    height: 385px;
    margin: 0 auto;
    position: relative;
}

footer {
    min-width: 960px;
    padding: 0 0 70px;
}

#footer {
    width: 960px;
    background: url(../img/bg_footer.jpg) no-repeat top center;
    margin: 0 auto;
    padding-top: 22px;
    text-align: center;
    color: #927366;
}

.child-menu .center {
    width: 710px;
    float: left;
}

.child-menu .leftbar {
    width: 220px;
    float: left;
    margin: 0 20px 0 0;
}

#main .leftbar ul {
    margin: 0;
    padding: 0;
}

#main .leftbar ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px #ece7e4 solid;
    font-size: 14px;
    position: relative;
}

#main .leftbar ul li>ul {
    margin-left: 10px;
    display: none;
}

#main .leftbar ul li.active>ul,
#main .leftbar ul li.active-child>ul {
    display: block;
    position: relative;
    margin: 0 0 20px 10px;
    background: url("../img/bullet-v.png") no-repeat scroll left top transparent;
}

#main .leftbar nav>ul>li.active-child>ul>li>ul {
    margin: 0 0 0 10px;
}

#main .leftbar ul li.active>ul li,
#main .leftbar ul li.active-child>ul>li {
    border-bottom: none;
    background: url(../img/bullet-v.png) repeat-y left top transparent;
}

#main .leftbar ul li.active-child>ul>li.active>a {
    background-color: #ede8e6;
}

#main .leftbar nav>ul>li>ul>li>ul>li>a {
    width: 180px;
    padding: 6px 5px 7px 15px;
}

#main .leftbar ul li.active>ul li:first-child,
#main .leftbar ul li.active-child>ul>li:first-child {
    padding-top: 10px;
    background-position: 0 9px;
}

#main .leftbar ul li.active>ul li:last-child,
#main .leftbar ul li.active>ul li.last,
#main .leftbar ul li.active-child>ul>li:last-child,
#main .leftbar ul li.active-child>ul>li.last {
    border-bottom: none;
    background-repeat: no-repeat;
}

#main .leftbar ul li.active>ul li a,
#main .leftbar ul li.active-child>ul>li>a {
    background: none;
    color: #715a51;
    font-weight: normal;
    padding: 6px 5px 7px 15px;
    background: url(../img/bullet-h.png) no-repeat left 16px transparent;
    font-family: "PT Sans", sans-serif;
    width: 190px;
}

#main .leftbar ul>li.active-child>ul>li.active-child>a {
    background-color: #d2c8c6;
    color: #ffffff;
}

#main .leftbar ul li.active>ul li a:hover,
#main .leftbar ul li.active-child>ul>li a:hover {
    text-decoration: underline;
}

#main .leftbar ul li>ul li.last {
    border-bottom: none;
}

#main .leftbar ul li a {
    display: inline-block;
    padding: 9px 5px 10px;
    width: 210px;
}

#main .leftbar nav>ul>li.active>a,
#main .leftbar nav>ul>li.active-child>a,
#main .leftbar nav>ul>li>a:hover {
    background: url("../img/arrow-right-wite.png") no-repeat scroll 205px center #cdc3bd;
    color: #fff;
}

#main .leftbar ul li a:hover {
    background-color: #b8a9a0;
}

#main .leftbar ul li a {
    text-decoration: none;
    color: #775952;
}

#main .leftbar ul.navigation-assortment li span.bullet {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 9px 0 10px;
    cursor: pointer;
}

#main .leftbar ul.navigation-assortment li span.bullet.open {
    background-image: url("../img/plus_menu.png");
}

#main .leftbar ul.navigation-assortment li span.bullet.close {
    background-image: url("../img/minus_menu.png");
}

#order-fixed,
#enter-fixed,
#print-fixed {
    position: fixed;
    right: -2px;
    width: 75px;
    height: 70px;
    z-index: 999;
    display: block;
    cursor: pointer;
}

#order-fixed {
    top: 185px;
    background: url(../img/button-order.png) no-repeat top left;
}

#enter-fixed {
    top: 275px;
    background: url(../img/button-enter.png) no-repeat top left;
}

#print-fixed {
    top: 95px;
    background: url(../img/button-print.png) no-repeat top left;
}

#order-fixed:hover,
#enter-fixed:hover,
#print-fixed:hover {
    background-position: top right;
}

#stress-free {
    position: absolute;
    width: 260px;
    height: 330px;
    left: 81px;
    top: 153px;
    z-index: 100;
}

#stress-free a {
    display: block;
    width: 185px;
    height: 55px;
    margin: 270px 0 0;
}

#logo {
    display: block;
    width: 238px;
    height: 128px;
    float: left;
    margin: 0 0 0 -30px;
}

#header-content {
    width: 670px;
    float: left;
    margin: 0 0 0 80px;
    margin-top: 15px;
    position: relative;
    z-index: 100;
}

#search-form {
    top: 10px;
    position: absolute;
    /*background: url("../img/bg_search.png") no-repeat right -21px;*/
    width: 250px;
    height: 21px;
    text-align: left;
    font-weight: bold;
    background-color: rgba(146,168,191,0.7);
    border-radius: 3px;
}

#index #search-form {
    background-position: right 0;
}

#search-form input {
    display: inline-block;
    border: 0 none;
    height: 20px;
}

#search-form label {
    position: absolute;
    width: 98px;
    height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    color: #dee5ec;
    line-height: 20px;
    display: block;
    top: 0;
    left: 19px;
    vertical-align: middle;
    margin: 0;
}

#search-form .input-submit {
    background: url(../img/button_search.png) no-repeat bottom left;
    width: 18px;
    height: 20px;
    float: left;
    cursor: pointer;
}

#search-form .input-text {
    width: 215px;
    background: none;
    color: #dee5ec;
    font-size: 10px;
    height: 20px;
    border: 0 none;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#header-text {
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: right;
    letter-spacing: 0.5px;
}

#header-text #name-company {
    font-size: 37px;
    text-shadow: 0 1px 0 #769cb6;
    min-height: 30px;
    padding-top: 8px;
    font-weight: 500;
}

#main-menu {
    width: 665px;
    border-top: 1px solid #dbe1e6;
    padding: 0;
    position: relative;
}

#index #main-menu {
    border-top-color: #c7d9e6;
}

#main-menu ul {
    height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#main-menu li {
    text-align: center;
    margin: 0 9px;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 42px;
    position: relative;
}

#main-menu li.active {
    background: url("../img/topmenu_active.png") repeat-x;
}

#main-menu li:first-child {
    padding-left: 0;
    margin-left: 0;
    text-align: left;
}

#main-menu li:last-child,
#main-menu li.last {
    padding-right: 0;
    margin-right: 0;
    text-align: right;
}

#main-menu li a,
#main-menu li span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 1px 1px 3px #092952;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

#main-menu li:hover a,
#main-menu li:hover span {
    background: url("../img/bg-menu-hover.png") repeat-x center top transparent;
    height: 31px;
    cursor: pointer;
}

#main-menu li:hover a:after,
#main-menu li:hover span:after,
#main-menu li:hover a:before,
#main-menu li:hover span:before {
    content: "";
    display: block;
    background: url("../img/bg-menu-hover.png") no-repeat;
    width: 6px;
    height: 42px;
    position: absolute;
    top: 0;
}

#main-menu li:hover a:after,
#main-menu li:hover span:after {
    background-position: 0 -43px;
    left: -6px;
}

#main-menu li:hover a:before,
#main-menu li:hover span:before {
    background-position: -6px -43px;
    right: -6px;
}

#main-menu li.active a,
#main-menu li.active span {
    background: none;
    cursor: default;
}

#main-menu li.active a:after,
#main-menu li.active span:after,
#main-menu li.active a:before,
#main-menu li.active span:before {
    content: "";
    display: block;
    background: url("../img/topmenu_active.png") no-repeat;
    width: 5px;
    height: 42px;
    position: absolute;
    top: 0;
}

#main-menu li.active a:after,
#main-menu li.active span:after {
    background-position: 0 -42px;
    left: -5px;
}

#main-menu li.active a:before,
#main-menu li.active span:before {
    background-position: -5px -42px;
    right: -5px;
}

#main-menu ul li ul {
    display: none;
    background: url("../img/bg-menu.png") repeat-x scroll center -5px transparent;
    border-radius: 4px 4px 4px 4px;
    height: auto;
    left: -5px;
    position: absolute;
    text-align: left;
    top: 41px;
    width: 220px;
    z-index: 110;
    box-shadow: 0 1px 1px 0 #848484;
}

#main-menu ul li:hover ul {
    display: block;
}

#main-menu ul li ul li,
#main-menu ul li:hover ul li {
    margin: 0 0px;
    padding: 0px;
    position: relative;
    z-index: 110;
    display: block;
    min-height: 30px;
    height: auto;
}

#main-menu ul li ul a:before,
#main-menu ul li ul a:after,
#main-menu ul li:hover ul a:before,
#main-menu ul li:hover ul a:after {
    background: none;
    border: none;
    padding: 0px;
    height: 0px;
    width: 0px;
    margin: 0px;
}

#main-menu ul li ul li a,
#main-menu ul li:hover ul li a {
    position: relative;
    z-index: 110;
    height: auto;
    width: auto;
    padding: 5px 15px;
    text-align: left;
    display: block;
    background: none;
    font-size: 11px;
    cursor: pointer;
}

#main-menu ul li ul li a:hover,
#main-menu ul li:hover ul li a:hover,
#main-menu ul li ul li.active a,
#main-menu ul li:hover ul li.active a {
    background: url(../img/bg-shadow.png) repeat center top transparent;
    color: #ffff99;
}

.gallery-country,
.gallery-country-flash {
    display: none;
    height: 582px;
    position: absolute;
    right: -62px;
    top: 102px;
    width: 620px;
    z-index: 50;
}

.gallery-country-flash {
    right: -27px;
    top: 111px;
    z-index: 10;
    width: 650px;
    height: 580px;
}

.gallery-country .gallery-block,
.gallery-country-flash .gallery-block {
    width: 100%;
    height: 100%;
    display: block;
    list-style-type: none;
    position: absolute;
    top: -7px;
    left: -65px;
}

.gallery-country .gallery-block img {
    display: block;
    float: right;
}

#menu-countries {
    margin: -10px auto 0;
    text-align: center;
    height: 70px;
    width: 960px;
}

#menu-countries ul {
    margin: 0;
    padding: 0;
}

#menu-countries li {
    list-style: none;
    display: inline-block;
    margin: 10px 0 0;
    padding: 20px 0;
    text-align: center;
    width: 120px;
    background: url(../img/border_menu.png) no-repeat center right;
}

#menu-countries li a,
#menu-countries li a:visited,
#menu-countries li span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5b3b2d;
    text-decoration: none;
    letter-spacing: 1px;
}

#menu-countries li a:hover {
    color: #5b3b2d;
    text-decoration: none;
}

#menu-countries li.active a {
    color: #fff;
}

#menu-countries li:last-child,
#menu-countries li.last {
    background: none;
    width: 119px;
}

#menu-countries li.active {
    background: url(../img/menu_active.png) no-repeat top right;
    margin-top: 0;
    padding-top: 30px;
    width: 121px;
    margin-left: -1px;
}

#menu-countries li.active:last-child,
#menu-countries li.active.last {
    width: 120px;
}

#menu-countries li.active:first-child {
    width: 120px;
    margin-left: 0;
}

#menu-countries li a span {
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}

#partners {
    text-align: center;
    margin: -20px 0 20px;
    width: 960px;
    height: 90px;
    overflow: hidden;
}

#w-partners {
    width: 96000px;
}

#partners a {
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../img/partners-logo.jpg);
    width: 200px;
    height: 90px;
    display: block;
    float: left;
    margin: 0 51px 30px 0;
}

#partners #sokos {
    width: 200px;
    height: 90px;
    background-position: -215px -360px;
}

#partners #sokos:hover {
    background-position: -215px -1082px;
}

#partners #eurofoods {
    background-position: center top;
}

#partners #eurofoods {
    background-position: 0 -270px;
}

#partners #eurofoods:hover {
    background-position: 0 -990px;
}

#partners #cofehause {
    background-position: -400px -450px;
}

#partners #cofehause:hover {
    background-position: -400px -1080px;
}

#partners #ashan {
    background-position: -420px -180px;
}

#partners #ashan:hover {
    background-position: -420px -902px;
}

#partners #probkafamily {
    background-position: 0 -90px;
}

#partners #probkafamily:hover {
    background-position: 0 -812px;
}

#partners #unrenholt {
    background-position: 0 0;
}

#partners #unrenholt:hover {
    background-position: 0 -722px;
}

#partners #teploe-testo {
    background-position: -200px 0;
}

#partners #teploe-testo:hover {
    background-position: -200px -722px;
}

#partners #crowne-plaza {
    background-position: -400px 0;
}

#partners #crowne-plaza:hover {
    background-position: -400px -630px;
}

#partners #timaks {
    background-position: 0 -90px;
}

#partners #timaks:hover {
    background-position: 0 -720px;
}

#partners #stroganof {
    background-position: -200px -90px;
}

#partners #stroganof:hover {
    background-position: -200px -812px;
}

#partners #miks {
    background-position: -200px -180px;
}

#partners #miks:hover {
    background-position: -200px -810px;
}

#partners #metro {
    background-position: -430px 0px;
}

#partners #metro:hover {
    background-position: -430px -722px;
}

#partners #dimarco {
    background-position: 0 -175px;
}

#partners #dimarco:hover {
    background-position: 0 -897px;
}

#partners #corinthia {
    background-position: -200px -180px;
}

#partners #corinthia:hover {
    background-position: -200px -902px;
}

#partners #selgros {
    background-position: -430px -90px;
}

#partners #selgros:hover {
    background-position: -430px -812px;
}

#partners #global_foods {
    background-position: -215px -270px;
}

#partners #global_foods:hover {
    background-position: -215px -992px;
}

#partners #horo {
    background-position: 0 -450px;
}

#partners #horo:hover {
    background-position: 0 -1080px;
}

#partners #stardog {
    background-position: 0 -540px;
}

#partners #stardog:hover {
    background-position: 0 -1170px;
}

#partners #sopot {
    background-position: -400px -90px;
}

#partners #sopot:hover {
    background-position: -400px -720px;
}

#partners #quiznos {
    background-position: -400px -540px;
}

#partners #quiznos:hover {
    background-position: -400px -1170px;
}

#partners #everrest {
    background-position: -203px -540px;
}

#partners #everrest:hover {
    background-position: -203px -1175px;
}

#partners #backaldrin {
    background-position: 0 -360px;
}

#partners #backaldrin:hover {
    background-position: 0 -1082px;
}

#partners #puratos {
    background-position: -430px -270px;
}

#partners #puratos:hover {
    background-position: -430px -992px;
}

#partners #ews {
    background-position: -430px -360px;
}

#partners #ews:hover {
    background-position: -430px -1082px;
}

#partners #hrc {
    background-position: 0px -1495px;
}

#partners #hrc:hover {
    background-position: 0px -1585px;
}

#partners #pfahnl {
    background-position: -215px -448px;
}

#partners #pfahnl:hover {
    background-position: -215px -1170px;
}

#partners #timpole {
    background-position: -410px -1499px;
}

#partners #timpole:hover {
    background-position: -410px -1586px;
}

#partners #ryady {
    background-position: -430px -448px;
}

#partners #ryady:hover {
    background-position: -430px -1170px;
}

#partners #sigma {
    background-position: 0 -538px;
}

#partners #sigma:hover {
    background-position: 0 -1260px;
}

#partners #lotos {
    background-position: -430px -540px;
}

#partners #lotos:hover {
    background-position: -430px -1260px;
}

#partners #helvetia {
    background-position: 0 -630px;
}

#partners #helvetia:hover {
    background-position: -1px -1350px;
}

#partners #finnegans {
    background-position: -220px -540px;
}

#partners #finnegans:hover {
    background-position: -220px -1260px;
}

#partners a:last-child,
#partners a.last {
    margin-right: 0;
}

#main .text-table {
    margin: 0;
    table-layout: fixed;
}

#main .text-table td {
    width: 50%;
    padding: 10px 30px;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

#main .text-table td:first-child {
    padding-left: 0;
}

#main .text-table td:last-child,
.content .text-table td.last {
    padding-right: 0;
}

#main .text-table li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#main .text-table p {
    line-height: 24px;
    font-size: 16px;
}

.columns {
    margin: -10px 0 0;
    padding: 12px 0 0;
    background: #f4f4e3;
    min-height: 477px;
    height: 477px;
    border-bottom: 1px #e3e3b7 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#main .columns p {
    font-size: 12px;
}

.columns:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.columns figure {
    float: left;
    width: 320px;
    height: 100%;
}

.columns figure:first-child {
    width: 295px;
    margin-left: 25px;
}

.columns figure:last-child,
.columns figure.last {
    width: 295px;
}

.columns figure section {
    width: 266px;
    height: 100%;
    padding: 0 26px 0 26px;
    margin: -15px 0 0;
    border-left: 1px solid #dbcbae;
}

.columns figure:first-child section {
    border-left-color: transparent;
}

.columns figure:last-child section,
.columns figure.last section {
    padding-right: 0;
}

.columns figure section>img {
    margin-left: 0;
}

.columns figure:first-child section>img {
    margin-left: 0;
}

.columns .more {
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin: 25px 0 20px;
    min-height: 56px;
}

.columns .more,
.columns .more:visited {
    color: #4d3226;
    text-decoration: none;
}

.columns .more:hover {}

.columns .more span {
    background: url(../img/arrow_link.png) repeat repeat;
    width: 8px;
    height: 11px;
    display: inline-block;
}

.columns .more:hover span {
    background: url(../img/arrowgreen.png) repeat repeat;
    width: 8px;
    height: 11px;
    display: inline-block;
}

.columns .more img {
    margin-left: 5px;
}

.columns figure section a,
.columns figure section a:visited {
    color: #bcb441;
}

.content .columns ul,
.content .columns ol,
.content .columns li {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.content .breadcrumbs {
    margin: 3px 0 15px;
    padding: 0 0 13px;
    border-bottom: 2px #ece7e4 solid;
}

.item-page .content .breadcrumbs {
    margin-top: 8px;
    margin-bottom: 22px;
    border-bottom-width: 1px;
}

.content .breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.content .breadcrumbs ul li {
    background: url("../img/arrow_right.png") no-repeat 0 7px;
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 0 0 14px;
}

.content .breadcrumbs ul li:first-child {
    background: none;
    position: relative;
    top: 2px;
    padding-left: 0;
}

.content .breadcrumbs ul li a,
.content .breadcrumbs ul li a:visited {
    color: #775b52;
    text-decoration: none;
}

.content .breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.content .breadcrumbs ul li span {
    color: #a98d80;
}

#catalog-header {
    width: 100%;
    margin: 0 0 20px;
}

#catalog-header .block-h1 {
    float: left;
}

#catalog-header h1,
#catalog-header .h1 {
    width: 35%;
    padding: 0;
    margin: 0 31px 0 0;
    text-align: left;
    float: left;
}

#anchors-categories {
    margin-top: 20px;
    width: 18%;
    float: left;
}

#catalog-header #anchors-categories {
    border-right: 1px solid #ece7e4;
    padding-bottom: 7px;
}

#catalog-header span {
    width: 40%;
    display: block;
    float: right;
    margin: 22px 0 0;
    padding: 0 0 0 30px;
    border-left: 1px #e7e1d6 solid;
}

#catalog-header span.description-category>span {
    position: relative;
    top: -2px;
}

.catalog-box {
    margin: 0 0 9px;
    padding: 12px 0 0;
    min-height: 318px;
}

.catalog-box-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.catalog-box-content-div {
    margin: 0 14px;
}

.catalog-box>h2,
.catalog-box>.h2 {
    width: 96%;
    margin: 0 auto;
}

.catalog-box>.catalog-box-content>div {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 218px;
    height: 246px;
    padding: 20px 0 22px 0;
    float: left;
}

.catalog-box>.catalog-box-content>div>figure {
    background: #f4f4e3;
    margin-top: -5px;
    width: 218px;
    height: 270px;
    border: 1px #dbcbae solid;
    position: relative;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.catalog-box>.catalog-box-content>div>figure.novelty:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/novelty.png) no-repeat 0 0 transparent;
    width: 67px;
    height: 65px;
    top: -1px;
    right: -1px;
    z-index: 100;
}

.catalog-box>.catalog-box-content>div>figure>figcaption {
    position: absolute;
    top: 161px;
    left: 0;
    width: 206px;
    height: 41px;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #59392c;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.catalog-box>.catalog-box-content>div>figure>a {
    margin: 0 0 60px;
    padding: 0 0 6px;
    display: block;
    text-align: center;
    overflow: hidden;
}

.catalog-box>.catalog-box-content>div>figure>form input {
    background: url("../img/btn_order.png") no-repeat;
    width: 122px;
    height: 32px;
    border: none;
    cursor: pointer;
    position: relative;
}

.catalog-box>.catalog-box-content>div>figure>form input:hover {
    background-position: 0 -32px;
}

.catalog-box>.catalog-box-content>div>figure>form input:active {
    top: 2px;
}

.catalog-box>.catalog-box-content:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

#post-form section>.fl:first-child {
    margin-right: 15px;
}

#post-form .fl .fl #input4 {
    width: 198px;
    margin-right: 10px;
}

#post-form .fl .fl #input5 {
    width: 100px;
}

#item-banner figure {}

.item-img {
    float: left;
    width: 591px;
    height: 385px;
    overflow: hidden;
    margin: 0 10px 0 -51.1px;
}

.item-img img {
    max-width: 591px;
    max-height: 385px;
}

.item-desc {
    float: left;
    width: 400px;
    margin: 20px 0 0;
}

.item-page h1,
.item-page .h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    margin: 0 0 17px;
}

.item-desc p span small {
    display: block;
    font-size: 10px;
    color: #f0b7b7;
    text-shadow: 0 1px 0 #000;
    margin: 0 0 7px;
}

.item-desc p {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.item-desc form {
    text-align: left;
}

.item-desc form input {
    background: url("../img/btn_order_big.png") no-repeat;
    width: 147px;
    height: 42px;
    border: none;
    cursor: pointer;
    position: relative;
}

.item-desc form input:hover {
    background-position: 0 -44px;
}

.item-desc form input:active {
    top: 2px;
}

.item-desc article {
    height: 280px;
    margin: 0 0 20px;
    overflow: hidden;
}

.related {
    background: url("../img/triangle.png") no-repeat center top;
    margin: 0 70px 0 40px;
    padding: 20px 0 0;
    width: 440px;
    float: left;
}

.related figure {
    background: #f4f4e3;
    padding: 10px 26px 11px;
    width: 388px;
    border-bottom: 1px #e3e3b7 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.related-item {
    float: left;
    width: 110px;
    margin: 0;
    padding: 0 8px 12px 16px;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}

.related-items {
    margin: 0 0 0 -16px;
}

.related-item:nth-child(3n+1) {
    clear: both;
}

.related-item a,
.related-item a:visited {
    color: #59392c;
    text-decoration: none;
}

.related-img {
    margin: 0 0 15px;
    height: 70px;
}

.related-img img {
    max-width: 125px;
    max-height: 70px;
}

.related-txt {
    background: url("../img/arrow_up.png") no-repeat center top;
    padding: 12px 4px 0;
}

.description {
    width: 350px;
    float: left;
    padding: 15px 0 0;
}

#main .description p {
    font-size: 12px;
    line-height: 20px;
}

#main .description h6,
#main .description .h6 {
    margin: 0 0 5px;
}

#main .description table {
    margin: 0 0 20px;
}

#main .description table td {
    background: #fff;
    border-right: 1px #e3d2c1 solid;
    text-align: left;
    padding: 0 5px 10px 10px;
    font-size: 16px;
}

#main .description table td:first-child {
    padding-right: 30px;
    padding-left: 0;
}

#main .description table td:last-child,
#main .description table td.last {
    border-right: none;
}

.tip {
    display: inline-block;
}

.tip:after {
    content: "";
    background: url("../img/tip.png") no-repeat;
    position: absolute;
    display: block;
    right: -15px;
    top: 5px;
    width: 11px;
    height: 12px;
}

.gallery {
    margin: 10px 0 30px;
}

.gallery fieldset {
    padding: 20px 10px 30px;
}

.gallery-div {
    width: 878px;
    margin: 0 0 0 30px;
    overflow: hidden;
}

.center .gallery-div {
    width: 638px;
}

.content .gallery ul {
    margin: 0;
    padding: 0;
    width: 5000px;
    position: relative;
}

.content .gallery ul:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.content .gallery ul li {
    float: left;
    width: 204px;
    margin: 0;
    padding: 0 5px;
    list-style: none;
    text-align: center;
    border-right: 1px #e7e1d6 solid;
}

.content .gallery ul li:first-child {
    padding-left: 0;
}

.content .gallery ul li:last-child {
    padding-right: 0;
    border: none;
}

.gallery-img {
    display: block;
}

.gallery-img img {
    max-width: 200px;
    max-height: 129px;
}

.gallery-txt {
    display: block;
    background: url("../img/arrow_up.png") no-repeat center top;
    margin: 10px 0 0;
    padding: 15px 0 0;
    width: 204px;
    height: 55px;
    overflow: hidden;
}

.gallery-txt,
.gallery-txt:visited {
    color: #775a52;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
}

.gallery-left,
.gallery-right {
    background: url("../img/controls.png") no-repeat;
    position: absolute;
    top: 130px;
    width: 17px;
    height: 26px;
}

.gallery-left.visible,
.gallery-right.visible {
    cursor: pointer;
}

.gallery-left {
    display: block;
    left: 14px;
    background-position: 0 -52px;
}

.gallery-right {
    display: block;
    right: 14px;
    background-position: -17px -52px;
}

.gallery-left.visible {
    background-position: 0 0;
}

.gallery-right.visible {
    background-position: -17px 0;
}

.gallery-left.visible:hover {
    background-position: 0 -26px;
}

.gallery-right.visible:hover {
    background-position: -17px -26px;
}

.newsblock {}

.newsblock .news-item:first-child {
    border-top: none;
    padding-top: 5px;
}

.news-item {
    padding: 20px 0 0;
    margin: 0 0 18px;
    border-top: 1px #ece7e4 solid;
}

.news-item-img {
    margin: 0 20px 5px 0;
    width: 110px;
    height: 150px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    position: relative;
    top: 5px;
}

.news-item-img img {
    max-width: 110px;
}

.center .news-item-data {
    width: 580px;
}

.news-item-data {
    float: left;
    width: 820px;
}

.news-item-title {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
}

.news-item-text {
    font-size: 12px;
    line-height: 25px;
}

.news-item-more {
    background: url("../img/arrow_right.png") no-repeat right 7px;
    padding: 0 12px 0 0;
    margin: 5px 0 0;
    display: inline-block;
    clear: both;
}

.news-item-more,
.news-item-more:visited {
    color: #a98d80;
    text-decoration: none;
}

.news-item-more:hover {
    text-decoration: underline;
}

.image-row {
    margin: 10px 0 40px;
}

.image-row:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.image-row div {
    float: left;
    width: 225px;
    padding: 0 5px 0 13px;
    border-right: 1px #ece7e4 solid;
    overflow: hidden;
}

.center .image-row div {
    width: 224px;
}

.image-row div:first-child {
    padding-left: 0;
}

.image-row div:last-child {
    padding-right: 0;
    border-right: none;
}

.image-row div:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.image-row div a {
    float: left;
    display: block;
    width: 100px;
}

.image-row div img {
    max-width: 100px;
    position: relative;
    top: 3px;
}

.image-row div span {
    background: url("../img/arrow_left.png") no-repeat 0 4px;
    float: left;
    display: block;
    width: 95px;
    padding: 0 0 0 16px;
    margin: 0 0 0 10px;
    font-size: 11px;
    line-height: 15px;
}

.image-row-column-2 {
    margin: 10px 0 40px;
}

.image-row-column-2:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.image-row-column-2 div {
    float: left;
    width: 225px;
    padding: 0 5px 0 13px;
    border-right: 1px #ece7e4 solid;
    overflow: hidden;
}

.center .image-row-column-2 div {
    width: 345px;
}

.image-row-column-2 div:first-child {
    padding-left: 0;
}

.image-row-column-2 div:last-child {
    padding-right: 0;
    border-right: none;
}

.image-row-column-2 div:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.image-row-column-2 div a {
    float: left;
    display: block;
    width: 200px;
}

.image-row-column-2 div img {
    max-width: 200px;
    position: relative;
    top: 3px;
}

.image-row-column-2 div span {
    background: url("../img/arrow_left.png") no-repeat 0 4px;
    float: left;
    display: block;
    width: 95px;
    padding: 0 0 0 16px;
    margin: 0 0 0 10px;
    font-size: 11px;
    line-height: 15px;
}

.image-row-column-2-200-138 {
    margin: 10px 0 40px;
}

.image-row-column-2-200-138:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.image-row-column-2-200-138 div {
    float: left;
    width: 345px;
    padding: 0 5px 0 13px;
    border-right: 1px #ece7e4 solid;
    overflow: hidden;
}

.center .image-row-column-2-200-138 div {
    width: 345px;
}

.image-row-column-2-200-138 div:first-child {
    padding-left: 0;
}

.image-row-column-2-200-138 div:last-child {
    padding-right: 0;
    border-right: none;
}

.image-row-column-2-200-138 div:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.image-row-column-2-200-138 div a {
    float: left;
    display: block;
    width: 200px;
}

.image-row-column-2-200-138 div img {
    max-width: 200px;
    position: relative;
    top: 3px;
}

.image-row-column-2-200-138 div span {
    background: url("../img/arrow_left.png") no-repeat 0 4px;
    float: left;
    display: block;
    width: 95px;
    padding: 0 0 0 16px;
    margin: 0 0 0 10px;
    font-size: 11px;
    line-height: 15px;
}

.del-good-cart {
    background: url("../img/btn_del.png") no-repeat center;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.btn-clear-cart {
    background: url("../img/btn_clear.png") no-repeat left center #ffffff;
    padding-left: 15px;
}

.btn-repeat-order {
    background: url("../img/icon-refresh-white.png") no-repeat left center !important;
    margin-left: 20px;
}

.btn-save-data {
    background: url("../img/btn_save.png") no-repeat left center !important;
    margin-left: 20px;
}

.content table.list-goods-ordered {
    width: 946px;
    margin: 0 auto;
    text-align: center;
}

.list-goods-ordered td {
    min-height: 50px;
}

.summ_order {
    background: url("../img/icon_cart.jpg") no-repeat left center #ffffff;
    padding-left: 20px;
}

.summ_order strong {
    line-height: 34px;
    vertical-align: top;
}

.summ_order span {
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    display: inline-block;
}

#order-grid .summ_order,
#order-title .summ_order {
    margin-bottom: 10px;
}

#order-grid .summ_order span,
#order-title .summ_order span {
    font-size: 32px;
    line-height: 32px;
}

#footer {
    font-weight: bold;
}

#footer #footer-logo {
    background: url(../img/logo_footer.jpg) no-repeat top center;
    width: 184px;
    height: 87px;
    margin: 0 auto;
}

#footer p {
    background: url(../img/bg_footer_text.jpg) no-repeat bottom center;
    padding-top: 10px;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

#footer a {
    font-size: 11px;
    color: #927366;
    text-decoration: none;
}

#footer a span:hover {
    text-decoration: underline;
}

#menu-user {
    text-align: left;
}

#menu-user li {
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    text-align: center;
    margin: 0;
    border-right: 1px solid #e7e1d6;
}

#menu-user li:last-child {
    border-right: 0 none;
}

#menu-user li a {
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #775952;
    font-size: 22px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#menu-user li a:hover {
    text-decoration: underline;
}

#menu-user li.active a:hover {
    text-decoration: none;
}

#menu-user li.active {
    background: #f4f4e3;
    border-bottom: 1px solid #e3e3b7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-right: 0 none;
    padding-left: 31px;
    margin-left: -1px;
}

#menu-user li:first-child.active {
    padding-left: 30px;
    margin-left: 0px;
}

#menu-user li.active:before {
    background: url(../img/triangle-top-bottom.png) bottom center no-repeat;
    height: 11px;
    width: 20px;
    display: block;
    content: "";
    position: absolute;
    bottom: -9px;
    margin-left: -10px;
    left: 50%;
}

#contacts-address {
    display: block;
    float: left;
    padding-bottom: 25px;
    width: 50%;
}

span.adr1 {
    font-size: 11px;
}

span.adr2 {
    font-size: 16px;
}

span.adr3 {
    font-size: 16px;
    color: #a98c7f;
    line-height: 1.7;
}

span.adr3 a {
    text-decoration: none;
}

.openmap {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #a98e81;
}

.openmap a {
    text-decoration: none;
}

#contacts-op {
    display: block;
    float: right;
    width: 276px;
    margin-right: 105px;
}

.contacts-photo {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 41%;
    float: left;
    padding-right: 20px;
    padding-top: 7px;
}

.contacts-text {
    float: right;
    width: 142px;
    padding-top: 4px;
    padding-bottom: 25px;
}

.contacts-blockinf {
    margin-bottom: 20px;
}

#contacts-map {
    display: block;
    float: left;
}

#contacts-address hr {
    border: none;
    display: block;
    background-color: #e7e1d6;
}

#yamap {
    width: 440px;
    min-height: 300px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #e7e1d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -k-border-radius: 5px;
    -ms-border-radius: 5px;
}

.content hr {
    size: 2px;
    border: none;
    display: block;
    background-color: #e7e1d6;
}

.foottext {
    font-size: 12px;
    color: #775a52;
}

.row-control {
    text-align: center;
}

.control-group {
    display: inline-block;
    width: 28%;
    margin: 0 17px;
    text-align: center;
}

.control-group .label {
    margin-bottom: 10px;
}

.control .sepr {
    margin-left: 10px;
    margin-right: 10px;
}

#search-form-orders {
    position: relative;
}

#search-form-orders fieldset {
    padding-bottom: 50px;
}

#order-grid,
#orders-grid {
    margin-top: 56px;
}

.content .grid-view table.items {
    background: #ffffff;
}

.content .grid-view table.items tr.odd td {
    background: #f8f5f3;
}

.content .grid-view table.items tr.even td {
    background: #ffffff;
}

.content .grid-view table.items tr.not-paid td,
.content .grid-view table.items tr.not-paid td a {
    background: #ac3e3e;
    color: #fff;
}

#orders-grid .order-ico {
    background: url(../img/order-ico.png) no-repeat 0 0 transparent;
    display: block;
    height: 22px;
    width: 27px;
}

#orders-grid span.status.ico {
    display: inline-block;
    height: 40px;
    margin: -14px 0;
    width: 30px;
}

span.status.ico.change {
    background-image: url(../img/icon-01.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.top-block {
    background-color: #f8f5f3;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 38px;
    padding: 10px;
    position: absolute;
    right: 3px;
    top: -74px;
    width: 320px;
}

.split {
    background: url("../img/trans.png") no-repeat scroll 0 0 transparent;
    top: -16px;
    height: 30px;
    position: absolute;
    right: 60px;
    width: 30px;
    z-index: 1;
}

#menu-user {
    margin-bottom: 13px;
}

.upper-top-block {
    position: absolute;
    right: 22px;
    top: 15px;
    z-index: 1;
}

.upper-top-block>span {
    display: block;
    float: left;
    font-family: "open sans condensed", sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 2px;
}

.upper-top-block .btn {
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    margin-left: 15px;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 5px;
}

.upper-top-block .btn:after,
.upper-top-block .btn:before {
    background: none;
    width: auto;
    height: auto;
}

.content #order-grid table.items tr td,
.content #order-grid table.total tr td {
    padding: 15px;
    border-collapse: collapse;
}

.content #orders-grid table.items tr td,
.content #orders-grid table.total tr td {
    padding: 15px;
    border-collapse: collapse;
}

.grid-view table.items th a {
    color: #775952;
    text-decoration: none;
    font-size: 16px;
    line-height: 15px;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 45px;
    width: 100%;
}

.grid-view table.items th a.asc span.carent {
    background: url(../img/nn-asc.gif) center center no-repeat;
    display: inline-block;
    width: 8px;
    height: 10px;
    padding-right: 5px;
}

.grid-view table.items th a.desc span.carent {
    background: url(../img/nn-desc.gif) center center no-repeat;
    display: inline-block;
    width: 8px;
    height: 10px;
    padding-right: 10px;
}

.grid-view table.items th {
    margin: 0;
    padding: 0 15px;
    color: #775952;
    font-size: 12px;
    height: 45px;
    vertical-align: top;
}

.grid-view table.items th:first-child {}

.content .grid-view table.items td {
    padding: 20px;
    font-weight: normal;
}

.content .grid-view table.items td:first-child {
    color: #a98c7f;
}

.content .grid-view table tr .status-column,
.content .grid-view .status-date {
    background: #ffffff !important;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
}

.content .grid-view .status-column {
    width: 75px;
}

.grid-view .status-column span,
.grid-view .status-date span {
    display: block;
    height: 100%;
    padding: 12px 7px;
}

#order-title .status {
    padding: 10px 11px;
    border-width: 2px;
    border-style: solid;
    vertical-align: top;
}

.status.new {
    background: #d0eed1;
    border-color: #43bb47;
}

.status.in_progress {
    background: #edfeeb;
    border-color: #edfeeb;
}

.status.successed {
    background: #ffffdf;
    border-color: #ffffdf;
}

.status.closed {
    background: #fddbdc;
    border-color: #fddbdc;
}

.status.deferred {
    background: #fff0f0;
    border-color: #fff0f0;
}

.status.canceled {
    background: #dbe2e8;
    border-color: #dbe2e8;
}

.status.not-paid {
    background: #ac3e3e;
    border-color: #ac3e3e;
}

.status.not-paid span {
    color: #fff;
}

.status span {
    font-family: "PT Sans", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.content .grid-view .status-date {
    width: 140px;
}

.grid-view .status-date span {
    background: #f8f5f3;
}

.grid-view .status-comment {
    margin-left: 12px;
    padding: 11px 19px;
    position: relative;
    text-align: left;
}

.grid-view .status-comment:after {
    background: url(../img/triangle-left.png) top left no-repeat;
    height: 20px;
    top: 50%;
    left: -11px;
    margin-top: -10px;
    position: absolute;
    width: 11px;
    display: block;
    content: "";
}

#order-grid .commnent {
    width: 494px;
    margin: 21px auto 0;
    position: relative;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
}

#order-grid .commnent>.commnet-top {
    background: url(../img/triangle-top-bottom.png) top center no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 165px;
}

#structure-order-grid .dop-info {
    text-align: center;
    padding-top: 35px;
}

#structure-order-grid .dop-info>span {
    margin-right: 30px;
}

#structure-order-grid .dop-info>span:last-child {
    margin-right: 0px;
}

.content table.status-history tr:nth-child(2n) td,
.content table.status-history td {
    background: #ffffff;
}

.content #status-grid {
    position: relative;
}

.content table.status-history td {
    padding-bottom: 13px;
    padding-top: 13px;
}

.content table.status-history td:last-child {
    padding-right: 0;
}

.pagination {
    height: 32px;
    display: inline-block;
}

.pagination .block-pagination {
    height: 29px;
    display: block;
    z-index: 0;
    border: 1px solid #e1d5cc;
    text-decoration: none;
    color: #a98c7f;
    font-size: 12px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.pagination .block-pagination span,
.pagination .block-pagination a {
    display: inline-block;
    padding: 5px 13px;
    text-decoration: none;
    zoom: 1;
}

.pagination .block-pagination span.active {
    background: #e1d5cc;
    color: #ffffff;
}

.pagination .block-pagination-arrow-left {
    background: url(../img/rl-pager1.gif) center center no-repeat;
    height: 29px;
    width: 29px;
    float: left;
}

.pagination .block-pagination-arrow-left.noactive {
    background: url(../img/bl-pager.gif) center center no-repeat;
}

.pagination .block-pagination-arrow-right {
    background: url(../img/rl-pager.gif) center center no-repeat;
    height: 29px;
    width: 29px;
    float: left;
}

.pagination .block-pagination-arrow-right.noactive {
    background: url(../img/bl-pager1.gif) center center no-repeat;
}

.assortments-page #main .content {
    background: url(../img/bg_map.jpg) right 0 no-repeat;
    min-height: 1050px;
    margin: 0 auto;
    padding: 20px 50px 50px;
}

#assortments {
    padding-top: 10px;
    width: 400px;
    display: block;
    margin: 0 auto;
    position: relative;
    float: left;
    background: url("../img/bg-list.png") transparent repeat;
    border-radius: 5px;
    font-size: 15px;
}

#assortments_top {
    width: 370px;
    position: relative;
    float: left;
    margin-left: 30px;
}

#assortments_bottom {
    background: url("../img/wheat.png") right bottom no-repeat;
    height: 200px;
    width: 370px;
    position: relative;
    float: left;
    margin-left: 30px;
}

#assortments .level1 li {
    list-style-type: none;
    width: 340px;
    min-height: 50px;
    border-bottom: 1px #d8c8a6 solid;
    text-align: left;
    margin: 0 auto;
    position: relative;
    float: left;
}

#assortments a {
    position: relative;
    padding-top: 15px;
    color: #5a3a2c;
    text-decoration: none;
    width: 320px;
    min-height: 35px;
    display: block;
    border-radius: 4px;
    z-index: 5;
    padding: 17px 0 2px 20px;
}

#assortments li a:hover {
    background: #a98e81;
}

#assortments li span:hover+a {
    background: #a98e81;
}

#assortments li span {
    background: url(/themes/front/media/img/for_pages/plusminus.png) 0 0 no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -10px;
    left: 310px;
}

#assortments .level2 {
    position: absolute;
    margin-left: 390px;
    width: 230px;
    top: -13px;
    left: -3px;
    border-radius: 0 5px 5px 5px;
    background: #e4cda3;
    border-bottom: 1px #a0988d solid;
    border-left: 1px #a0988d solid;
    padding: 15px 0 6px 0;
}

#assortments .level2 li {
    width: 185px;
    min-height: 40px;
    margin-left: 20px;
    border-top: 1px #caa976 solid;
    border-bottom: none;
}

#assortments .level2 li:first-child {
    border: none;
}

#assortments .level2 li.open>a {
    color: #ffffff;
}

#assortments .level2 a {
    color: #5a3a2c;
    text-decoration: none;
    padding: 11px 0 8px 20px;
    width: 165px;
    min-height: 20px;
}

#assortments .level2 li a:hover {
    background: #a98e81;
}

#assortments .level2 li span {
    left: 150px;
}

.level1-div {
    height: 53px;
    width: 417px;
    position: absolute;
    left: -30px;
    top: -4px;
    z-index: 2;
    margin-top: 5px;
    border-radius: 5px 0 0 5px;
    background: #e4cda3;
    border-bottom: 1px #a0988d solid;
    border-left: 1px #a0988d solid;
}

#assortments .level3 {
    position: absolute;
    margin-left: 390px;
    width: 312px;
    top: -18px;
    left: -162px;
    border-radius: 0 5px 5px 5px;
    border-bottom: 1px #826a5d solid;
    border-left: 1px #826a5d solid;
    background: #bea64e;
    padding-top: 7px;
}

#assortments .level3 li {
    width: 250px;
    min-height: 40px;
    margin-left: 20px;
    border-top: 1px #cab878 solid;
}

#assortments .level3 a {
    padding-top: 11px;
    color: #5a3a2c;
    text-decoration: none;
    padding-left: 20px;
    width: 240px;
    min-height: 28px;
}

#assortments .level3 li a:hover {
    color: #ffffff;
    background: none;
}

#assortments .level3 li span {
    left: 150px;
    top: 12px;
}

.level2-div {
    height: 42px;
    width: 230px;
    position: absolute;
    left: -2px;
    top: -8px;
    z-index: 2;
    margin-top: 5px;
    border-radius: 5px 0 0 5px;
    border-bottom: 1px #826a5d solid;
    border-left: 1px #826a5d solid;
    background: #bea64e;
}

#assortments .level1>li .level2,
#assortments .level1>li .level2>li .level3,
#assortments .level1>li div {
    display: none;
}

#assortments .level1>li.open .level2,
#assortments .level1>li.open .level2>li.open .level3 {
    display: block;
}

#assortments .level1>li span,
#assortments .level1>li .level2>li span {
    background-position: 0 0;
}

#assortments .level1>li.open span,
#assortments .level1>li.open .level2>li.open span {
    background-position: 0 -56px;
}

#assortments .level1>li div,
#assortments .level1>li .level2>li div {
    display: none;
}

#assortments .level1>li.open div,
#assortments .level1>li.open .level2>li.open div {
    display: block;
}

#link {
    text-align: center;
    display: none;
}

#stress-free {
    position: absolute;
    width: 260px;
    height: 254px;
    left: 81px;
    top: 153px;
    z-index: 100;
}

.required span {
    color: red;
}

.errorMessage {
    color: #b20000;
    font-family: "PT Sans";
    font-size: 11px;
    display: inline-block;
}

.btn-clear-cart span {
    padding: 0 20px;
}

.ui-dialog-buttonpane #pereiti_v_korzine span {
    padding: 0 20px;
}

.ui-dialog-buttonpane #btn-no span {
    padding: 0 20px;
}

.item-page h1,
.item-page .h1 {
    font-size: 49px !important;
}

.item-page h1 span,
.item-page .h1 span {
    font-size: 32px !important;
}

.item-desc article {
    width: 450px !important;
}

@media print {
    #search-form,
    #main-menu,
    #menu-user,
    #footer-logo {
        display: none;
    }
    .catalog-box>.catalog-box-content>div>figure>form {
        display: none;
    }
    #name-company {
        margin-bottom: 20px;
    }
    .content .breadcrumbs {
        display: none;
    }
    .catalog-box>.catalog-box-content>div>figure {
        height: 220px;
        background: #f4f4e3;
    }
    .catalog-box>.catalog-box-content>div {
        height: 205px;
    }
    #order-fixed {
        display: none;
    }
    .form-list-goods-ordered div.buttons {
        display: none;
    }
    .foottext {
        line-height: normal;
    }
    .content hr {
        display: none;
    }
    #footer {
        height: 30px;
    }
    #footer a {
        display: none;
    }
    #link {
        display: block;
    }
}

.country-map {
    background: url("../img/bg-country-map.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 472px;
    margin: 0 auto 40px;
    position: relative;
    width: 877px;
}

.country-map h2 {
    height: 30px;
    left: 50%;
    margin: 0 0 0 -250px;
    position: absolute;
    text-align: center;
    top: -16px;
    width: 500px;
}

.country-map .text-city {
    position: absolute;
    width: 300px;
    height: 50px;
    bottom: 40px;
    left: 35px;
}

.country-map .text-city div {
    float: left;
    color: #775952;
    font-weight: normal;
}

.country-map .text-city div:first-child {
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    line-height: 1.1em;
    width: 80px;
}

.country-map .text-city div:first-child+div {
    font-size: 56px;
    font-family: "open sans condensed", sans-serif;
    width: 50px;
}

.country-map .text-city div:first-child+div+div {
    font-size: 32px;
    font-family: "open sans condensed", sans-serif;
    line-height: 0.8em;
}

#main .country-map .text-city .new {
    font-size: 20px;
    font-family: "open sans condensed", sans-serif;
    font-weight: normal;
}

.point-map {
    background: url("../img/map-bullet.png") no-repeat scroll -4px -18px transparent;
    display: block;
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 0;
}

.point-map.big-city {
    background-position: 0 0;
    height: 16px;
    width: 16px;
}

.point-map .bubble {
    display: none;
    height: 190px;
    left: -74px;
    position: absolute;
    text-align: center;
    top: -162px;
    width: 154px;
}

.point-map .bubble .city-name {
    background: url("../img/bg-bubble-title.png") repeat-x 0 -16px transparent;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 16px;
    line-height: 1.3em;
    padding: 0 3px;
    font-family: "PT Sans", sans-serif;
    position: relative;
}

.point-map .bubble .city-name:before,
.point-map .bubble .city-name:after {
    background: url("../img/bg-bubble-title.png") repeat-x 0 0px transparent;
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 6px;
    top: 0;
    z-index: 1;
}

.point-map .bubble .city-name:before {
    background-position: 0 0px;
    left: -6px;
}

.point-map .bubble .city-name:after {
    background-position: 0 -32px;
    right: -6px;
}

.point-map.active .bubble {
    display: block;
}

.point-map.active {
    z-index: 1;
}

.menu-horizontal {
    border: 1px solid #e7e1d6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 902px;
    margin: 0 auto;
    position: relative;
    height: 40px;
}

.menu-horizontal .before,
.menu-horizontal .after {
    background: url("../img/controls.png") repeat-x 0 0px transparent;
    content: "";
    display: block;
    position: absolute;
    height: 26px;
    width: 18px;
    top: 7px;
    z-index: 1;
    cursor: pointer;
}

.menu-horizontal .before {
    background-position: 0 0px;
    left: -25px;
}

.menu-horizontal .after {
    background-position: -17px 0px;
    right: -25px;
}

.menu-horizontal .before:hover {
    background-position: 0 -26px;
}

.menu-horizontal .after:hover {
    background-position: -17px -26px;
}

.content .menu-horizontal ul {
    text-align: center;
    margin: 0 2px;
}

.content .menu-horizontal ul:after {
    content: "";
    clear: both;
    display: block;
}

.content .menu-horizontal ul li {
    background: url("../img/bg-border-list.png") no-repeat scroll 0 center transparent;
    color: #775952;
    display: block;
    float: left;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    list-style-type: none;
    margin: 0 0 0 -1px;
    padding: 10px 3px;
    width: 124px;
    position: relative;
    cursor: pointer;
}

.content .menu-horizontal ul li:first-child {
    background: none;
}

.content .menu-horizontal ul li.active {
    background: none;
    background-color: #e7e1d6;
}

.content .menu-horizontal ul li.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 10px solid #e7e1d6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.menu-wrapper {
    height: 40px;
    overflow: hidden;
    padding: 10px 0 0;
    position: absolute;
    top: -10px;
}

.content ul.column-5,
.column-5 {
    width: 904px;
    margin: 20px auto;
    display: block;
}

.content .column-5 li {
    list-style-type: none;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.content .column-5>li {
    border-left: 1px solid #e7e1d6;
    display: block;
    float: left;
    margin: 0;
    width: 179px;
    min-height: 207px;
}

.content .column-5:after {
    content: "";
    clear: both;
    display: block;
}

.map-ps {
    background: url(../img/ico-bubble.png) no-repeat 0 4px transparent;
    padding-left: 40px;
    width: 690px;
    margin: 0 auto;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.border-bot {
    border-bottom: 1px solid #e7e1d6;
}

.border-top {
    border-top: 1px solid #e7e1d6;
}

.total-info {
    background-color: #ede6e0;
    border: 1px solid #d8c9bc;
    margin-bottom: 34px;
}

.total-info table {
    margin: 0;
}

.total-info table span {
    display: block;
    text-align: center;
    font-family: "PT Sans", sans-serif;
}

.total-info table span:first-child {
    font-weight: normal;
    font-size: 13px;
}

.total-info table span:first-child+span {
    font-weight: bold;
    font-size: 15px;
}

table.total {
    border-top: 2px solid #775952;
}

.quest {
    background: url(../img/tip.png) no-repeat left top transparent;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.clock-green {
    background: url(../img/clock.png) no-repeat left top transparent;
    width: 20px;
    height: 20px;
    display: inline-block;
}

#all-cities {
    margin: 30px 0 0 30px;
}

.show-all-city {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 23px 20px;
    padding: 5px;
    text-align: center;
}

.map-print {
    display: none;
}

div.pp_overlay {
    width: 100% !important;
}

.round-box-title {}

.round-box {
    background-color: #f8f5f3;
    border: 1px solid #e7e1d6;
    border-radius: 10px 10px 10px 10px;
    padding: 20px;
    display: none;
    position: relative;
}

.round-box:after {
    border-bottom: 11px solid #f8f5f3;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 0 solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -11px;
    width: 0;
    z-index: 50;
}

.round-box:before {
    border-bottom: 12px solid #e7e1d6;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 0 solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -12px;
    width: 0;
    z-index: 0;
}

.round-box.open {
    display: block;
}

.round-box-title {
    background: url(../img/bg-01.png) repeat-x left top transparent;
    height: 48px;
    border-radius: 7px;
    position: relative;
}

.round-box-title.h2 {
    border: 1px solid transparent;
    line-height: 48px;
    padding: 0 12px;
}

.round-box-title span {
    background: url("../img/arrow_bot_gr.png") no-repeat scroll 0 -49px transparent;
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 20px;
}

.round-box-title:hover span {
    background-position: 0 -49px;
}

.round-box-title.have-text {
    cursor: pointer;
}

.round-box-title.have-text:hover {
    border: 1px solid #d9ddbb;
}

.round-box-title.open span {
	background: url("../img/arrow_top_gr.png") no-repeat scroll 0 0 transparent;    
}

.article-list-page .news-item-title {
    font-size: 20px;
    font-weight: bold;
}

.article-list-page .news-item-text {
    font-size: 18px;
}

.article-list-page .news-item-more {
    font-weight: normal;
    color: #91a51b;
    background: url("../img/arrowgreen.png") no-repeat right 5px transparent;
    font-size: 14px;
}

.article-list-page .news-item {
    border-color: #8f7c78;
}

.article-list-page .news-item-img {
    width: 110px;
    height: 142px;
    margin: 0;
    top: 0;
}

.article-list-page .news-item-img img {
    max-width: 110px;
    max-height: 142px;
}

.article-list-page .article-right-info {
    float: right;
    width: 211px;
    padding: 0 0 0 15px;
    border-left: 1px solid #e8e8e6;
}

.article-list-page .pdf-link {
    float: left;
    font-size: 14px;
    width: 96px;
}

.article-list-page .pdf-link a {
    color: #91a51b;
}

.pdf-link a,
.pdf-link a:visited {
    color: #91a51b;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pdf-link a:hover {
    color: #a4b253;
    text-decoration: underline;
}

.pdf-link a .ico-pdf,
.pdf-link a .ico-next {
    display: inline-block;
    width: 12px;
    height: 11px;
    vertical-align: bottom;
    margin: 0 0 3px 0;
}

.pdf-link a .ico-pdf {
    background: url("../img/ico-pdf.png") no-repeat 0 0 transparent;
}

.pdf-link a .ico-next {
    background: url("../img/arrowgreen.png") no-repeat 0 0 transparent;
    margin-left: 5px;
}

.pdf-size {
    margin: 0 0 0 11px;
}

.article-list-page .sub-title {
    margin: 0 0 10px 0;
    color: #ad9b9a;
}

.article-list-page .news-item-title {
    margin: 0;
}

.article-page .pdf-link {
    text-align: left;
    margin: 0 0 10px;
    font-size: 14px;
}

.article-page .pdf-link a {
    color: #91a51b;
}

.question {
    position: relative;
    padding: 12px 0 12px 0;
    margin: 5px 0 25px;
    border-top: 2px solid #917c77;
    border-bottom: 1px solid #917c77;
}

.question:after,
.question:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 80px;
    z-index: 1;
}

.question:after {
    bottom: -11px;
    border-top: 11px solid #917c77;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0 solid transparent;
}

.question:before {
    bottom: -10px;
    z-index: 2;
    border-top: 11px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 0 solid transparent;
}

.bg-gray-arrow-left {
    position: relative;
    padding: 12px 20px 12px 20px;
    margin: 5px 0 0;
    background-color: #f9f5f2;
}

.bg-gray-arrow-left:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -11px;
    z-index: 1;
}

.bg-gray-arrow-left:after {
    top: 20%;
    border-right: 11px solid #f9f5f2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 0 solid transparent;
}

.content table.table-img td {
    vertical-align: top;
    text-align: left;
}

.item-desc form.on-demand input {
    background: url(../img/btn-on-demand.png) no-repeat 0 0 transparent;
}

.item-desc form.on-demand input:hover {
    background-position: 0px -44px;
}

.catalog-box>.catalog-box-content>div>figure>form.add-cart-btn.on-demand input {
    background: url(../img/btn-on-demand-sm.png) no-repeat 0 0 transparent;
}

.catalog-box>.catalog-box-content>div>figure>form.add-cart-btn.on-demand input:hover {
    background-position: 0 -34px;
}

.add-cart-btn.on-demand .ico-on-demand {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url(../img/ico-for-order.png) no-repeat 0 0 transparent;
    vertical-align: top;
    margin: 1px 0 0 7px;
}

.price-reg-div {
    display: block;
    float: right;
    position: relative;
    z-index: 1;
    background-color: rgb(244, 244, 227);
    border-bottom: 1px solid rgb(227, 227, 183);
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.333em;
    margin: 0 0 40px;
    padding: 10px;
    text-align: center;
    width: 336px;
}

.item-page .price-reg-div {
    width: 331px;
    margin-top: 10px;
}

#catalog-header .price-reg-div span {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    border: 0 none;
    width: auto;
}

.price-reg-div span.price-reg-span1,
#catalog-header .price-reg-div span.price-reg-span1 {
    display: block;
}

.price-reg-div span.price-reg-span2,
#catalog-header .price-reg-div span.price-reg-span2 {
    margin-right: 8px;
}

.price-reg-div span.price-reg-span3 a,
#catalog-header .price-reg-div span.price-reg-span3 a {
    color: #8f9f10;
    font-size: 16px;
    text-transform: uppercase;
}

#ya-share {
    display: block;
    position: absolute;
    right: -14px;
    top: 1px;
}

#ya-share .b-share-icon {
    background: url(../img/soc-ico.png) no-repeat 0 0 transparent;
    width: 24px;
    height: 24px;
}

#ya-share .b-share-icon_vkontakte {
    background-position: 0 -34px;
}

#ya-share .b-share-icon_facebook {
    background-position: -30px -34px;
}

#ya-share a {
    opacity: 0.8;
    display: inline-block;
    margin: 6px 4px 0 0;
}

#ya-share a:hover {
    opacity: 1;
}

#ya-share-bot {
    display: block;
    position: absolute;
    right: -6px;
    bottom: 12px;
    height: 35px;
}

.assortments-page #ya-share-bot {
    right: 40px;
}

#ya-share-bot .b-share-icon {
    background: url(../img/soc-ico.png) no-repeat 0 0 transparent;
    width: 27px;
    height: 27px;
}

#ya-share-bot .b-share-icon_vkontakte {
    background-position: 0 0;
}

#ya-share-bot .b-share-icon_facebook {
    background-position: -34px 0;
}

#ya-share-bot a {
    opacity: 0.8;
}

#ya-share-bot a:hover {
    opacity: 1;
}

#ya-share-bot a .b-share__text {
    opacity: 1;
    font-size: 13px;
    margin-top: 7px;
    display: inline-block;
}

#ya-share-bot a:hover .b-share__text {
    text-decoration: none;
    color: #a98c7f;
}

@media print {
    #search-form,
    #main-menu {
        display: none;
    }
    .catalog-box>.catalog-box-content>div>figure>form {
        display: none;
    }
    #contacts-map {
        margin: 50px 0 10px 0;
    }
    #yamap {
        border: none;
        padding: 0;
    }
    #yamap img.map-print {
        display: block;
        clear: both;
        display: block;
        width: 960px;
    }
    #yamap a img {
        display: none;
    }
    #footer-logo {
        clear: both;
        display: block;
        margin: 30px 0 10px 0;
    }
    footer,
    #footer,
    .leftbar {
        display: none;
    }
}

@media (max-width: 991px) {
    #wrapper-2 {
        min-width: 100%;
        width: 100%;
    }
    #header {
        width: 100%;
    }
    header {
        min-width: 100%;
    }
    footer {
        width: 100%;
        min-width: 100%;
    }
    #footer {
        width: 100%;
    }
    .content {
        width: 100%;
    }
    #main {
        min-width: 100%;
    }
    body {
        width: 100%;
        overflow-x: hidden;
        display: block;
    }
    #wrapper-screen {
        width: 100%;
        overflow: hidden;
    }
    .gallery-country,
    .gallery-country-flash {
        right: 0px;
    }
    #logo {
        width: 160px;
    }
}

@media (max-width: 960px) {
    #index #wrapper {
        background: url(../img/bg-top-menu.jpg) no-repeat center 691px transparent;
    }
}


/*.news-item:first-child .news-item-more {
	display: none;
}*/

.h2_category {
    background: url("../img/bg_title.gif") repeat-x scroll left center transparent;
    background-image: url("../img/bg_title.gif");
    display: flex;
}

.h2_category h2 {
    background: #fff;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.content .breadcrumbs ul li a,
.content .breadcrumbs ul li a:visited {
    font-size: 14px;
}

.content .breadcrumbs ul li span {
    font-size: 14px;
}

#catalog-header #anchors-categories a {
    font-size: 16px;
    word-wrap: break-word;
}

.related-item a,
.related-item a:visited {
    font-size: 14px;
}

#main .description h6,
#main .description .h6 {
    font-size: 14px;
}

#main .description div p {
    font-size: 14px;
}

.bottom__cookie-block {
    width: 100%;
    padding-bottom: 15px;
    background-color: #fff;
    border: 1px solid #a98c7f;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    text-align: center;
    display: none;
}

.bottom__cookie-block p {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.bottom__cookie-block a {
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    display: inline-block;
}

.cookie-cross {
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer;
}

#logo img:last-child {
    display: none;
}

.contacts-left {
    width: 350px;
    float: left;
}

.fssc-22000 {
    width: 230px;
    margin-left: 125px;
}

.search-modal {
    display: none;
}

.side-panel>a img,
.side-panel>a span {
    display: none;
}

.error-content{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.error-block-img{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.error-block{

}
.error-header{

}
.error-text{
    color: #000000;
}

.home-link{
    text-decoration: underline;
}

@media (max-width: 768px) {
.catalog-box>.catalog-box-content>div {
    width: 100%!important;
}
.catalog-box>.catalog-box-content>div>figure {
    width: 100%!important;
}
.catalog-box>.catalog-box-content>div>figure>figcaption {
    width: 100%;
    top: 265px;
}
.catalog-box>.catalog-box-content>div>figure {
    height: 100%!important;
}
.catalog-box>.catalog-box-content>div {
    height: 415px!important;
}
.catalog-box>.catalog-box-content>div img{
    width: 100%;
    height: auto;
}
    .error-block-img{
        display: none;
    }
}




/*hide_f*/
.b-share-popup__item[data-service="facebook"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
[data-service="facebook"] {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}




/*fix-content-img*/
.content > img, .content > p img {
    max-width: 100% !important;
    height: auto !important;
}
.content > p img {
    margin-bottom: 20px;
}
.content > p img:last-child {
    margin-bottom: 0;
}