/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


@font-face {
    font-family: 'HelveticaNeue';
    src: url('HelveticaNeue.otf');
    /*src: url('HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'), url('Helvetica.woff') format('woff'), url('Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;*/
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}




/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

h1, h2, h3, h4, h5, h6
{
    color: #452718;
}

h2{
    font-weight: bold;
    font-size: 27px;
}
/* ==========================================================================
   User styles
   ========================================================================== */

.tinymce_body {
    margin: 0;
    padding: 0 10px;
    text-align: left;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-width: none;
    max-height: none;
}

.error {
    color: #c66;
}

/* Module: compare */

.compare-wrapper {
    max-width: 100%;
    overflow: auto;
}

.compare-tbl td {
    padding: 7px 5px;
}

.compare-tbl tr:hover td {
    background: #f2ede9;
}

.compare-tbl tr:first-child:hover td {
    background: none;
}

.compare-tbl .products-card {
    float: none;
}

/* Module: photo */
.mod_photo_tbl {
    width: 90%;
}

.mod_photo_tbl td {
    width: 33%;
    padding: 25px 1px;
    font-size: 9pt;
    text-align: center;
    vertical-align: top;
}

.mod_photo_tbl img {
    margin: 0 0 5px;
}

.mod_photo_img > a {
    display: inline-block;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(../js/vendor/jquery.colorbox/images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #ccc;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../js/vendor/jquery.colorbox/images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../js/vendor/jquery.colorbox/images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../js/vendor/jquery.colorbox/images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

#colorbox img {
    max-width: 3000px;
}

/* Module: sitemap */
.sitemap, .sitemap ul {
    list-style: none;
}

.sitemap li {
    background: none;
}

.sitemap1 {
    font-size: 1.3em;
    line-height: 1.8em;
}

/* Module: guestbook */
.gbook {
    background: #f3f3f3;
}

.gbook .gbook_head {
    font-weight: bold;
}

/* Module: news */
dl.news-block {
    padding: 0 0 20px;
    clear: both;
}

dl.news-block a, dl.news-block a:visited {
    color: #000;
}

dl.news-block a:hover {
    color: #c00;
}

dl.news-block dt {
    padding: 0 0 7px;
    font-weight: normal;
}

dl.news-block .news-date {
    display: block;
    padding: 0 5px 0 0;
    color: #666;
    font-size: 8pt;
}

dl.news-block img {
    margin: 0 15px 5px 0;
}

dl.news-block dd {
    color: #000;
    text-decoration: none;
}

dl.news-block:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

div.news-hr {
    margin: 3em 0 0;
    padding: 0 0 3em;
    border-top: 1px solid #000;
    clear: both;
}

div.news_years {
    margin: 0 0 .9em;
}

div.news_years span {
    padding: 3px;
    background: #ccc;
}

/* Module: search */
ol.search_results li {
    margin-bottom: 12pt;
}

ol.search_results span {
    font-size: 8pt;
}

/* Module: opros */
table.mod_opros_tbl td {
    padding: 0 60px 60px 0;
    text-align: left;
    vertical-align: top;
}

table.mod_opros_tbl .opros_head {
    font-weight: bold;
}

/* Module: product */
table.tbl_prod {
    margin: 0 0 1em;
    width: 100%;
}

table.tbl_prod td {
    padding: 21px 17px 21px 10px;
    color: #583d30;
}

table.tbl_prod tr{
    background-color: #fdf6eb;
}

table.tbl_prod tr:nth-child(even){
    background-color: #fff;
}

table.tbl_prod td.td_center {
    text-align: center;
}

table.tbl_prod tr.prod_head td, table.tbl_prod td.prod_head {
    padding: 10px;
    color: #fff;
    background: #00589b;
    white-space: nowrap;
}

table.tbl_prod tr.prod_head a, table.tbl_prod td.prod_head a {
    color: #fff;
}

table.tbl_prod tr.prod_head td img {
    margin: 0 5px;
}

table.tbl_prod td.prod_img {
    width: 110px;
}

table.tbl_prod td.prod_img .prod_img_block{
    width: 110px;
    height: 110px;
    overflow: hidden;
    border: 1px solid #452718;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -khtml-border-radius: 150px;
    border-radius: 150px;
    behavior: url(border-radius.htc);
    background-color: #fff;
}

table.tbl_prod td.prod_name {
    font-size: 16px;
    font-weight: bold;
    width: 232px;
}

table.tbl_prod td.prod_weight {
    width: 95px;
    font-weight: bold;
    font-size: 25px;
    vertical-align: top;
}

table.tbl_prod .td_header{
    font-weight: normal;
    font-size: 14px;
    line-height: 1.0em;
    margin-bottom: 25px;
}

.prod_item_descr_s {
    width: 100%;
    overflow: hidden;
}

table.tbl_prod td.prod_price, table.tbl_prod td.prod_price2 {
    width: 125px;
    font-weight: bold;
    font-size: 25px;
    vertical-align: top;
}

table.tbl_prod td.prod_del{

}

table.tbl_prod td.prod_col {
    width: 145px;
    vertical-align: top;
}

table.tbl_prod td.prod_price2 {
}

table.tbl_prod td.prod_col form {
}

table.tbl_prod td.prod_col input.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px;
}

table.tbl_prod td.prod_col input.bas_add_col {
    text-align: center;
    width: 50px;
}

table.tbl_prod .in_basket, table.tbl_prod2 .in_basket {
    font-size: 7pt;
}

table.tbl_prod2 {
    width: 100%;
}

table.tbl_prod2 td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

table.tbl_prod2 td.prod2_txt img.prod2_img {
    margin: 15px;
    float: right;
}

table.tbl_prod2 td.prod2_txt {
    width: 100%;
}

table.tbl_prod2 td.prod2_txt div.prod2_name {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_price {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col {
    padding: 0 0 15px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_add {
    position: relative;
    top: 2px;
    left: 3px;
}

table.tbl_prod2 td.prod2_txt div.prod2_col input.bas_add_col {
    width: 50px;
    text-align: center;
}

table.tbl_prod2 td.prod2_txt div.prod2_descr {
    padding: 15px 0 0;
}

.basket_img {
    width: 100%;
    top: 15px;
    position: relative;
}

/* Forms */
.form-row {
    margin: 0 0 1em;
}

.inp {
    line-height: 1em;
}

/*.inp:focus {}*/
.inp_but {
}

/*.inp_but:focus {}*/
.inp_but, button, .img_captcha {
    cursor: pointer;
}

.inp_but_black{
    color: white;
    text-align: center;
    font-size: 18px;
    background: #452718;
    outline: none;
    border: none;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    behavior: url(border-radius.htc);
    padding: 5px 14px;
}

.inp_but_black:hover{
    opacity: 0.8;
}

.page_nav {
    margin: 35px 0;
    float: left;
    width: 100%;
    line-height: 3.0em;
}

.page_nav a{
    border: 1px solid #e69d38;
    color: #e69d38;
    font-size: 18px;
    padding: 6px 11px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(border-radius.htc);
    margin-right: 25px;
}

.page_nav span, .page_nav a:hover {
    font-size: 18px;
    padding: 6px 11px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    behavior: url(border-radius.htc);
    background: #e69d38;
    color: #ffffff;
    margin-right: 25px;
    border: 1px solid #e69d38;
}

.page_sort {
    margin: 0 0 .9em;
    text-align: right;
}

/* Content table */
.table {
    width: 100%;
}

.table td {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #00589b;
    padding: 7px 15px;
}

.table .table_head {
    background: #00589b;
    padding: 10px;
}

.table .table_head, .table .table_head a {
    color: #fff;
}

body {
    background: #fff;
}

body, td, select, input, textarea,p {
    color: #000;
    font: 15px/1.4em HelveticaNeue, sans-serif;
    line-height: 1.4em;

}

a {
    color: #583d30;
    text-decoration: none;
}

/*,a:visited*/
a:hover, a:focus {
    color: #ebaf5d;
    text-decoration: none;
}

.page-header {
    margin: 0;
    color: #452718;
    font-weight: bold;
    font-size: 50px;
    display: inline-block;
    float: left;
    margin: 0 60px 0 0;
    line-height: 1.0em;
}

.breadcrumbs {
    margin: 38px 0 23px 0;
    padding: 0;
    font-size: 16px;
}

.breadcrumbs li {
    display: inline-block;
    margin: 0;
    list-style: none;
    font-size: .85em;
}

.breadcrumbs li:before {
    display: inline-block;
    margin: 0 3px;
    content: '/';
}

.breadcrumbs li:first-child:before {
    margin: 0;
    content: '';
}

.breadcrumbs_container{
    float: left;
    width: 735px;
}

.search_container{
    float: right;
    width: 270px;
}

/* Template styles */

.wrapper {
    min-width: 1100px;
    width: 100%;
    position: relative;
}

.header {
    height: 100%;
    margin: 0 auto;
    padding: 0 5px;
    width: 1030px;
    position: relative;
}

.middle {
    width: 100%;
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.container {
    width: 100%;
    float: left;
    overflow: hidden;
}

.content {
    position: relative;
}

.left-sidebar {
    float: left;
    width: 250px;
    margin-left: -100%;
    position: relative;
}

.right-sidebar {
    float: left;
    width: 250px;
    margin-left: -250px;
    position: relative;
}

.footer {
    height: 100px;
    width: 100%;
    position: relative;
}


/*Cтили шапки*/

.header_container{
    background: #ffffff url("../images/bg_header.png") repeat-x 0 0;
    height: 248px;
    border-bottom: 1px solid #bdaea6;
    width: 100%;
}

.site_logo{
    display: block;
    float: left;
    background: url("../images/site_logo.png") no-repeat 0 0;
    width: 218px;
    height: 186px;
    position: relative;
    top: 30px;
    margin-right: 30px;
}

.right_header{
    float: right;
    height: 100%;
    width: 766px;
    position: relative;
    top: 30px;
}

.top_right_header{
    width: 100%;
    height: 130px;
}



.top_right_header .top_address_edit{
    float: right;
    width: 215px;
    color: #452718;
    font-family:  "HelveticaNeue",sans-serif;
    font-size: 16px;
    position: relative;
    top: -6px;
    line-height: 1.3em;
}

.top_right_header .top_address_edit p{
    margin: 0;
}

.basket_widget_block{
    float: left;
    height: 100%;
    width: 225px;
    position: relative;
}

.basket_widget_block .basket_icon {
    background: url("../images/basket_header_logo.png") no-repeat 0 0;
    display: block;
    width: 68px;
    padding: 83px 0 0 0;
    text-align: center;
    margin: 11px auto 0 auto;
    font-size: 16px;
    color: #452718;
    text-decoration: none;
}

.basket_widget_block .basket_icon:hover{
    opacity: 0.8;
}

.basket_widget_block .col_prod{
    color: #ffffff;
    background-color: #e69d38;
    border: 1px solid #ffffff;
    position: absolute;
    top: 12px;
    left: 125px;
    padding: 1px 8px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(border-radius.htc);
    font-size: 14px;
}

.top_menu_block{
    width: 100%;
    float: left;
    position: relative;
    top: 16px;
}

.top_menu{
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    border-bottom: 2px solid #452718;
    padding-bottom: 13px;
}

.top_menu li{
    float: left;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding: 0;
    line-height: 1em;
    font-size: 20px;
    font-family: "Arial",sans-serif;
}

.top_menu li a{
    text-decoration: none;
    color: #452718;
    font-size: 20px;
    padding-bottom: 11px;
    line-height: 1em;
}

.top_menu li a:hover, .top_menu li a.active_top_menu_li{
    border-bottom: 2px solid #e69d38;
    color: #e69d38;
    padding-bottom: 12px;

}

/*Стили слайдера на главной странице*/

.slider_container{
    border: 1px solid #000000;
    max-height: 545px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #d0c9c5;
    width: 100%;
}

.slider_container .slides, .slider_container .slides li{
    height: 545px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.slider_container .slides li img{
    width: 100%;
}

.slide_img{
    width: 100%;
    height: 545px;
    background-size: cover;
    background-repeat: no-repeat;
}

.txt_slide_block{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50px;
}

/*Стили нижнего меню*/
.footer_menu_container{
    position: relative;
    width: 100%;
    height: 184px;
    overflow: hidden;
    background: #452718 url("../images/footer_menu_bg.png") repeat 0 0;
}

.footer_menu_block{
    margin: 0 auto;
    width: 1030px;
    height: 100%;
    padding: 0 5px;
}

.left_footer_menu_icon{
    float: left;
    width: 19%;
    height: 100%;
    background: url('../images/bread_icon.png') no-repeat 0 50%;
}

.right_footer_menu_icon{
    float: right;
    width: 80px;
    height: 100%;
    background: url('../images/bread_icon.png') no-repeat 100% 50%;
}

.footer_menu_item{
    float: left;
    width: 23%;
    height: 100%;
    margin-right: 12px;
}

.footer_menu_item .item_head{
    color: #e69d38;
    font-weight: bold;
    font-size: 19px;
    margin: 30px 0 17px 0;
}

.footer_menu_item .footer_menu_link{
    color: #ffffff;
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.footer_menu_item .footer_menu_link:hover{
    color: #e69d38;
}


/*Cтили новостей*/

.news_item{
    float: left;
    width: 100%;
    border-bottom: 2px solid #452718;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.news_item .date_block{
    float: left;
    background: url("../images/news_date_bg.png") no-repeat 0 0;
    width: 255px;
    height: 38px;
    overflow: hidden;
    position: relative;
    left: -20px;
    margin-bottom: 30px;
}

.news_item .date_block .date{
    position: absolute;
    top: 3px;
    left: 49px;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    width: 150px;
    text-align: center;
    padding: 5px 0;
}

.news_photo_txt_container{
    float: left;
    width: 100%;
}

.news_photo_txt_container .news_img{
    float: left;
    width: 210px;
}

.news_photo_txt_container .news_txt{
    float: left;
    width: 775px;
    margin-left: 40px;
    overflow: hidden;
}

.news_photo_txt_container .news_txt .news_header{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3em;
    color: #583d30;
    cursor: pointer;
}

.news_photo_txt_container .news_txt .news_header:hover{
    color: #ebaf5d;
}

.news_photo_txt_container .news_txt .news_header a{
    font-weight: bold;
    font-size: 28px;
    line-height: 1.3em;
}


/*Стили каталога*/

.catalog_container{
    float: left;
    width: 1056px;
    position: relative;
    left: -13px;
    top: -35px;
}

.prod_item_container{
    border-bottom: 2px solid #452718;
    float: left;
    position: relative;
    padding: 34px 0;
}

.prod_item_block{
    border-right: 1px solid #8a776e;
    width: 240px;
}

.prod_item_block .prod_item{
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.prod_item_block .prod_item:hover{
    background: #fdf6eb;
    color: #583d30;
}


.prod_item_block .prod_item .prod_item_img_block{
    float: left;
    width: 255px;
}

.prod_item_block .prod_item .prod_item_descr{
    float: left;
    width: 505px;
    padding: 0 16px 0 0;
}

.prod_item_block .prod_item .prod_item_img{
    width: 210px;
    height: 210px;
    border: 2px solid #684f43;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    -khtml-border-radius: 150px;
    border-radius: 150px;
    behavior: url(border-radius.htc);
    overflow: hidden;
    text-align: center;
    display: block;
    background-color: #ffffff;
    position: relative;
    top: 13px;
    left: 13px;
}

.prod_item_block .prod_item .prod_item_img img{
    max-width: 210px;
    max-height: 210px;
}

.prod_item_img_table{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 210px;
    height: 210px;
}

.prod_item_block .prod_item .prod_item_name{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    height: 64px;
    overflow: hidden;
}

.prod_item_block .prod_item .price_basket_block{
    float: left;
    width: 100%;
    margin-top: 16px;
    position: relative;
}

.prod_item_block .prod_item .price_basket_block .price_block{
    float: left;
    width: 185px;
    color: #452718;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.prod_item_block .prod_item .price_basket_block .price_block span{
    font-size: 40px;
    line-height: 1.0em;
}

.prod_item_block .prod_item .price_basket_block .basket_block{
    margin-right: 13px;
    width: 89px;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 0;
}

input.bas_add_add, .inp_but, input.bas_add_add_card{
    color: #ffffff;
    background-color: #e69d38;
    text-align: center;
    border: none;
    font-size: 18px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(border-radius.htc);
    padding: 4px 16px;
    outline: none;
}

input.bas_add_add:hover, input.bas_add_add_card:hover{
    opacity: 0.7;
}

input.bas_add_add:active{
    background-color: #452718;
    opacity: 1;
}


.prod_item_block .prod_item .type_price{
    text-align: center;
    color: #452718;
    font-size: 14px;
    margin-top: 4px;
    float: left;
    width: 100%;
}

.card_prod_container{
    float: left;
    width: 100%;
    margin-top: 40px;
}

.card_prod_img{
    float: left;
    width: 345px;
    height: 345px;
    margin-right: 55px;
}


.card_prod_img .card_prod_img_block{
    width: 345px;
    height: 345px;
    border: 2px solid #684f43;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    -khtml-border-radius: 300px;
    border-radius: 300px;
    behavior: url(border-radius.htc);
    overflow: hidden;
    display: block;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}

.card_prod_img_block .prod2_img{
    max-width: 345px;
    max-height: 345px;

}

.card_prod_img_block_table{
    width: 345px;
    height: 345px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.card_prod_right_block{
    float: right;
    width: 375px;
}

.card_prod_name{
    font-size: 30px;
    font-weight: bold;
    margin-top: 0;
}

.card_prod_headers{
    font-size: 25px;
    font-weight: bold;
    color: #452718;
}

.papam_prod_container{
    width: 345px;
    background-color: #fdf6eb;
    padding: 7px 14px;
}

table.param_prod{
    width: 100%;
}

table.param_prod td{
    width: 50%;
}

.card_price_basket_block{
    float: right;
    width: 100%;
    margin-top: 33px;
}

.card_price_basket_block .price_block{
    float:  left;
    width: 50%;
    color: #452718;
    font-size: 18px;
    font-weight: bold;
}

.card_price_basket_block .price_block span{
    font-size: 40px;
    line-height: 1.0em;
}

.card_price_basket_block .basket_col_block{

}

.card_col_prod{
    width: 172px;
    float: right;
}

.card_col_prod2{
    width: 187px;
    float: right;
}

.others_product_container{
    float: left;
    width: 100%;
    border-top: 2px solid #452718;
    margin-top: 85px;
    position: relative;
}

.others_product_container .prod_item_container{
    border-bottom: none;
    padding-top: 30px;
}

.others_product_container .plashka{
    position: absolute;
    top: -19px;
    left: 28%;
    background: #fff url('../images/plashka.png') no-repeat 50% 0;
    width: 365px;
    height: 38px;
    overflow: hidden;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 7px 0 0 0;
}





/*Прочие стили*/

.top_border_img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 27px;
    background: url('../images/top_border_img.png') repeat-x 0 0;
    z-index: 99;
}

.bottom_border_img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: url('../images/bottom_border_img.png') repeat-x 0 0;
    z-index: 99;
}

.start_content_container, .content_container, .footer_contrainer, .feedback_block{
    margin: 0 auto;
    padding: 0 5px;
    width: 1030px;
    position: relative;
}

.feedback_block{
    height: 100%;
}

.start_content_container{
    padding: 10px 5px;
}

.footer_contrainer{
    padding-top: 30px;
    color: #533729;
}

.footer_contrainer td{
    color: #533729;
}

.footer_contrainer a{
    text-decoration: none;
    color: #533729;
}

.footer_contrainer a:hover{
    text-decoration: none;
    color: #e69d38;
}

.icon_vk, .icon_facebook, .icon_twitter{
    display: inline-block;
    margin: 0 17px;
}

.icon_vk{
    width: 45px;
    height: 45px;
    background: url('../images/social_icons.png') no-repeat 0 0;
}

.icon_vk:hover{
    background-position: 0 -54px;
}

.icon_facebook{
    width: 45px;
    height: 45px;
    background: url('../images/social_icons.png') no-repeat -82px 0;
}

.icon_facebook:hover{
    background-position: -82px -54px;
}


.icon_twitter{
    width: 45px;
    height: 45px;
    background: url('../images/social_icons.png') no-repeat -163px 0;
}

.icon_twitter:hover{
    background-position: -163px -54px;
}

.proverb_block_company{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_company_bg.png') repeat 0 0;
}

.proverb_block_news{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_news_bg.png') repeat 0 0;
}

.proverb_block_article{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_article_bg.png') repeat 50% 0;
}

.proverb_block_shares{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_shares_bg.png') repeat 50% 0;
}

.proverb_block_clients{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_clients_bg.png') repeat 50% 0;
}

.proverb_block_contacts{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_contacts_bg.png') repeat 0 0;
}

.proverb_block_catalog{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_catalog_bg.png') repeat 0 0;
}

.proverb_block_basket{
    border: 1px solid #000000;
    width: 100%;
    position: relative;
    height: 155px;
    border-bottom: 1px solid #bdaea6;
    background: url('../images/proverb_basket_bg.png') repeat 50% 0;
}



.proverb_txt_block{
    background: url('../images/proverb_txt_bg.png') no-repeat 0 0;
    width: 1029px;
    height: 58px;
    margin: 50px auto 0 auto;
    position: relative;
}

.proverb_txt_block .proverb{
    position: absolute;
    left: 80px;
    top: 8px;
    width: 865px;
    text-align: center;
    color: #452718;
    font-weight: bold;
    font-size: 31px;
    padding: 11px 0;
}

.content_container{
    min-height: 400px;
}

.content_container .content{
    border: 1px solid #000000;
}

.content_container .left_block{
    width: 800px;
    float: left;
    padding-bottom: 80px;
}

.content_container .full_width_block{
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

.content_container .news_block{
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

.content_container .right_block{
    float: right;
    width: 210px;
    margin-top: 177px;
    padding-bottom: 80px;
}

.content_wrapper{
    position: relative;
    width: 100%;
    float: left;
}

.page_header_container{
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

.sub_menu_block{
    float: left;
    margin-top: 11px;
}

.sub_menu_link, .sub_menu_link_active{
    display: inline-block;
    float: left;
    color: #e69d38;
    border: 1px solid #e69d38;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(border-radius.htc);
    margin: 0 24px 0 0;
    padding: 5px 12px;
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
}

.sub_menu_link_active, .sub_menu_link:hover{
     color: #fff;
     background-color: #e69d38 ;
 }

.sub_menu_link_active:hover{
    color: #fff;
    background-color: #e69d38 ;
}

.date_show_shares_block{
    float: left;
    width: 738px;
    background: #fdf6eb;
    color: #e7a140;
    font-size: 25px;
    padding: 20px;
    margin-top: 15px;
}

#map_container, #constructor_container{
    height: 545px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 185px;
    z-index: 999;
}

#constructor_container{
    background: url("../images/constructor_bg.png") repeat 32% 0;
    overflow: hidden;
}

.constructor_block{
    height: 100%;
    width: 1030px;
    margin: 0 auto;
}

.constructor_block .left_block{
    float: left;
    height: 100%;
    width: 53%;
    margin-top: 32px;
}

.constructor_block .left_block .img_container{
    width: 477px;
    height: 477px;
    overflow: hidden;
    border: 2px solid #e69d38;
    background-color: #ffffff;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    -khtml-border-radius: 300px;
    border-radius: 300px;
    behavior: url(border-radius.htc);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.constructor_block .right_block{
    float: right;
    height: 100%;
    width: 47%;
}


.constructor_block .right_block .selections_block{
    float: left;
    width: 100%;
    padding-top: 45px;
    color: #e69d38;
}


#feedback_container{
    width: 100%;
    background: #e69d38 url("../images/contacts_form_bg.png") repeat 0 0;
    margin-bottom:  35px;
    margin-top: 105px;
    text-align: center;
    padding-bottom: 15px;
    min-height: 500px;
}

.content_clients_block{
    margin-top: 710px;
    overflow: hidden;
}

.clients_container{
    float: left;
    width: 100%;
    margin: 23px 0;
}

.clients_container .clients_item{
    float: left;
    width: 191px;
    text-align: center;
    background-color: #fdf6eb;
    color: #e69d38;
    font-weight: bold;
    margin-right: 60px;
    padding: 32px 10px;
    margin-bottom: 40px;
    position: relative;
    font-size: 24px;
}


.clients_container .clients_item_active{
    float: left;
    width: 191px;
    text-align: center;
    background: #e8a548 url("../images/clients_button_bg.png") repeat 0 0;
    color: #ffffff;
    font-weight: bold;
    margin-right: 60px;
    padding: 32px 10px;
    margin-bottom: 40px;
    position: relative;
    font-size: 24px;
}

.clients_container .clients_item_active .left_bg_border{
    position: absolute;
    top: 0;
    left: -50px;
    background: url("../images/left_client_item_border.png") no-repeat 0 50%;
    width: 44px;
    height: 100%;
    display: block;
}

.clients_container .clients_item_active .right_bg_border{
    position: absolute;
    top: 0;
    right: -50px;
    background: url("../images/right_client_item_border.png") no-repeat 0 50%;
    width: 44px;
    height: 100%;
    display: block;
}

.clients_container .clients_item:hover{
    background: #e8a548 url("../images/clients_button_bg.png") repeat 0 0;
    color: #ffffff;
    cursor: pointer;
}

.clients_container .clients_item:hover .left_bg_border{
    display: block;
}

.clients_container .clients_item:hover .right_bg_border{
    display: block;
}

.clients_container .clients_item .left_bg_border{
    position: absolute;
    top: 0;
    left: -50px;
    background: url("../images/left_client_item_border.png") no-repeat 0 50%;
    width: 44px;
    height: 100%;
    display: none;
}

.clients_container .clients_item .right_bg_border{
    position: absolute;
    top: 0;
    right: -50px;
    background: url("../images/right_client_item_border.png") no-repeat 0 50%;
    width: 44px;
    height: 100%;
    display: none;
}

#temp_cart_animate {
    z-index: 2000;
    position: absolute;
    width: 39px;
    height: 35px;
    background: url(../images/v_korziny_mini.png) 0 0 no-repeat;
}

.feedback_header{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}

.inp_feedback{
    color: #e69d38;
    font-size: 18px;
    border: none;
    padding: 7px 14px;
    width: 610px;
    outline: none;
    margin-bottom: 5px;
}

input::-moz-placeholder { color: #e69d38; }
input::-webkit-input-placeholder { color: #e69d38; }
textarea::-moz-placeholder { color: #e69d38; }
textarea::-webkit-input-placeholder { color: #e69d38; }

.feedback_msg{
    float: left;
    position: relative;
    top: -45px;
    color: #452718;
    font-weight: bold;
}

.basket_col_prod{
    font-size: 18px;
    color: #000000;
    background-color: #ffffff;
    width: 130px;
}

.all_sum_basket_price{
    float: right;
    font-weight: bold;
    font-size: 16px;
    width: 240px;
    color: #452718;
}
.all_sum_basket_price p{
    color: #452718;
    font-size: 16px;
}

.itog_price, .itog_col{
    font-size: 40px;
}

.basket_order_container{
    float: left;
    width: 100%;
}

.basket-form_header{
    color: #452718;
    font-weight: bold;
    font-size: 30px;
    margin: 40px 0 20px 0;
    float: left;
    width: 100%;
}

.form_container_bg{
    width: 100%;
    float: left;
    background: #e69d38 url("../images/contacts_form_bg.png") repeat 0 0;
    text-align: center;
    padding: 35px 0 15px 0;
}

.basket_radio_label{
    font-weight: bold;
    font-size: 20px;
    color: #452718;
    position: relative;
    top: 2px;
    left: 7px;
}

.order_frm_txt{
    color: white;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2em;
}

.order_ok_msg_bg{
    height: 545px;
    overflow: hidden;
    background: #e69d38 url("../images/contacts_form_bg.png") repeat 0 0;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 165px;
}

.message_order_ok{
    color: #ffffff;
    font-size: 65px;
    font-weight: bold;
    height: 475px;
    float: left;
    line-height: 1.3em;
    width: 100%;
    text-align: center;
    padding-top: 120px;
    text-shadow: 2px 2px 1px #452718;
}

a.inp_but:hover{
    opacity: 1;
    background-color: #452718;
    color: #ffffff;
}

.constructor_select{
    width: 210px;
    float: left;
    margin-bottom: 30px;
    position: absolute;

}

.constructor_select_right{
    width: 210px;
    float: right;
    position: absolute;
    margin-bottom: 30px;
}

.constructor_block .left_block .img_container .img_info{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    color: #e69d38;
}

.constructor_block .right_block p{
    color: #e69d38;
}

.constructor_block .right_block .price_block{
    float: left;
}

.constructor_block .right_block .price_block .price{
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
}

.constructor_block .right_block .price_block .price span{
    font-size: 50px;
}

.sub_header_catalog{
    color: #452718;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 31px;
    margin-top: 30px;
}

.candy_prod_submenu{
    float: left;
    width: 100%;
    margin-top: 35px;
    text-align: center;
}

.link_img_constructor{
    background: url("../images/link_constructor.png") no-repeat 0 0;
    width: 322px;
    height: 76px;
    display: block;
    margin: 40px auto 0 auto;
    margin-bottom: 75px;
}

.link_img_constructor:hover{
    opacity: 0.8;
}

.left_menu_catalog_container{
    float: left;
    width: 220px;
}

.catalog_content_container{
    float: right;
    width: 777px;
}

.search_inp{
    border: 1px solid #593f30;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    behavior: url(border-radius.htc);
    padding: 4px 12px 4px 33px;
    font-size: 17px;
    font-weight: normal;
    margin: 36px 0 10px 0;
    color: #593f30;
    background: url("../images/search_icon.png") no-repeat 7px 50%;
    outline: none;
}

.search_inp::-moz-placeholder { color: #c5b5a9; }
.search_inp::-webkit-input-placeholder { color: #c5b5a9;}

.left_menu{
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.left_menu li{
    margin-bottom: 20px;
}

.left_menu a{
    color: #e69d38;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2em;
}

.left_menu_subcatalog{
    list-style-type: none;
    margin: 0 0 40px 0;
    padding: 0;
}

.left_menu_subcatalog li{
    padding-left: 20px;
    margin: 17px 0;
}
.left_menu_subcatalog li.icon_plus{
    background: url("../images/left_menu_icon+.png") no-repeat 0 3px;
}

.left_menu_subcatalog li.icon_minus{
    background: url("../images/left_menu_icon-.png") no-repeat 0 3px;
}

.left_menu_subcatalog a{
    color: #452718;
    font-size: 18px;
    font-weight: bold;
}

.left_menu_subcatalog a:hover{
    color: #e69d38;
}

.left_menu_lvl3{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.left_menu_lvl3 li{
    margin: 8px 0;
    padding: 0;
}

.left_menu_lvl3 a{
    font-weight: normal;
    font-size: 16px;
}

.baskets_container{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.weight_basket_block{
    width: 345px;
    float: left;
}

.pack_basket_block{
    width: 345px;
    float: right;
}