/* Нормализация стилей */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0;overflow-x:hidden;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.13em 0;
}
h5 {
    font-size: 0.83em;
    margin: 0.77em 0;
}
h6 {
    font-size: 0.67em;
    margin: 0.53em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}
/**
 * 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;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Конец. Нормализация стилей */
html,body{
    margin:0;
    padding:0
}
body{
    font: 90% sans-serif, arial;
    background: url(/design/d156870/bg.png?lc=1696606639) repeat;
}
p{
    margin: 10px 0;
    color: #272727;
}
h1{
    color: #3d8695;
    font-size: 24px;
}
h2{
    color: #3d8695;
    font-size: 22px;
}
h3{
    color: #3d8695;
    font-size: 20px;
}
h4{
    color: #262626;
    font-size: 18px;
}
h5{
    color: #262626;
    font-size: 16px;
}
h6{
    color: #262626;
    font-size: 14px;
}
a{
    color: #3893a7;
}
hr{
    border: 1px solid #DEEDEF;
}
.clear{
    clear: both;
    display: block;
}
/* PAGE BODY */
#page_body{
    background: url('/design/d156870/header.png') 50% 0% no-repeat;
    min-width: 1024px;
    margin: 0 auto;
}
#wrapper{
    width: 1024px;
    margin: 0 auto;
}
/* HEADER */
header{
    margin: 0 auto;
    width: 1024px;
    height: 320px;
    position:relative;
}
/* Logo */
#logo{
    float: left;
    display: block;
    width: 300px;
    height: 65px;
    margin: 0;
}
#logo img{
    border: none;
}
/* Contacts */
#contacts{
    float: right;
    display: block;
    width: 379px;
    height: 124px;
    background: url(/design/d156870/contacts.png?lc=1696606639) no-repeat;
    margin: 0 70px 0 0;
}
#contacts #phone{
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 40px;
    padding: 0 0 0 75px;
}
#contacts #wt, #contacts #call-order{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 0 0 75px;
}
#contacts #call-order a{
    color: #FFFFFF;
}
#contacts #email{
    font-size: 14px;
}
a#contacts_details{
    float: right;
    margin: -12px 20px 0 0;
}
/* TOP MENU */
menu#top_menu{
    float: left;
    width: 100%;
    height: 40px;
    border-spacing: 0;
    border: 0;
    position: relative;
    /*z-index: 99;*/
    margin: 132px 0 0 0;
    padding: 0px 0px 0px 50px;
}
menu#top_menu li{
    display: inline-block;
    padding: 0 0 0 10px;
}
menu#top_menu li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    margin: 0px;
    padding: 10px 8px;
    text-shadow: 1px 1px 1px #6E6E6E;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
menu#top_menu li a:hover,#top_menu menu li a:active, menu#top_menu li a.current:hover{
    color: #328da0;
    text-shadow: none;
    background-image: linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -o-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -moz-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -webkit-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -ms-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.24, rgb(128,205,222)),
    	color-stop(0.62, rgb(198,235,243)),
    	color-stop(0.81, rgb(208,239,246))
    );
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 3px #6A6A6A;
    -moz-box-shadow: 1px 1px 3px #6A6A6A;
    box-shadow: 1px 1px 3px #6A6A6A;
}
menu#top_menu li a.current{
   background: #41a2b7;
   -webkit-border-radius: 15px;
    border-radius: 15px;
}
menu#top_menu li a:active{
    -webkit-box-shadow: 0px -0px 3px #6A6A6A;
    -moz-box-shadow: 0px -0px 3px #6A6A6A;
    box-shadow: 0px -0px 3px #6A6A6A;
}
/* SlideShow */
#slider_left{
   background: url(/design/d156870/man.png?lc=1696606639) 0% 0% no-repeat;
   padding-left: 140px;
}
#slider_right{
   background: url(/design/d156870/right-slider.png?lc=1696606639) 100% 0% no-repeat;
   padding-right: 25px;
}
#slider_center{
   background: url(/design/d156870/center-slider.png?lc=1696606639) 0% 0% repeat-x;
}
#slider{
    float: left;
    width: 100%;
    height: 289px;
    margin-top: 8px;
}
/* Content */
section#content{
    float: left;
    display: flex;
    flex-wrap: wrap;
    width: 1024px;
    margin-bottom: 10px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 20px;
}
/* LEFT CONTENT */
aside#lcont{
    float: left;
    width: 260px;
    display: block;
}
/* LEFT BLOCKS */
#lblock{
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 10px 2px 10px;
}
#tlb{
    background: url(/design/d156870/top_lb.png?lc=1696606639) 0 0 no-repeat;
    padding: 13px 0 0 0;
}
#blb{
    background: url(/design/d156870/bottom_lb.png?lc=1696606639) 0% 100% no-repeat;
    padding: 0px 0px 31px 0;
}
#clb{
    background: url(/design/d156870/center_lb.png?lc=1696606639) repeat-y;
    min-height: 100px;
}
#lblock ul{
    padding: 0;
    margin: 0;
}
#lblock ul li{
    list-style-type: none;
}
.ltitle{
    float: left;
    width: 250px;
    height: 39px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #009FD9;
    text-transform: uppercase;
}
.ltitle a{
   text-decoration: none;
}
#lblock li.chuli{
    display: block;
    padding: 0 0 10px 10px;
}
#lblock li.chuli:nth-child(2n+1) a { 
    background: url(/design/d156870/chubut1.png?lc=1696606639) no-repeat;
    width: 218px;
    height: 41px;
    padding: 8px 10px 0 15px;
    line-height: 15px;
    color: #ffffff;
}
#lblock li.chuli:nth-child(2n) a { 
    background: url(/design/d156870/chubut2.png?lc=1696606639) no-repeat;
    width: 218px;
    height: 41px;
    padding: 0 10px 0 15px;
    line-height: 40px;
}
#lblock div.cart_img{
    float: left;
    display: block;
    width: 115px;
    height: auto;
}
#lblock div.cart_img a{
    padding: 0 0 0 10px;
}
#lblock div.cart_img img{
    border: none;
}
#lblock div.cart_button{
    float: left;
    display: block;
    width: 120px;
}
#lblock div.cart_button p.cartsum{
    font-size: 12px;
    font-weight: bold;
}
#lblock div.cart_button .cart_title{
    font-size: 16px;
    color: #009FD9;
    text-transform: uppercase;
    font-weight: bold;
}
#lblock div.cart_button .cart_title a{
   text-decoration: none;
}
a.confirm, button.confirm, a.bigconfirm{
    border: none;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    background-image: linear-gradient(bottom, rgb(65,162,184) 2%, rgb(84,196,221) 45%);
    background-image: -o-linear-gradient(bottom, rgb(65,162,184) 2%, rgb(84,196,221) 45%);
    background-image: -moz-linear-gradient(bottom, rgb(65,162,184) 2%, rgb(84,196,221) 45%);
    background-image: -webkit-linear-gradient(bottom, rgb(65,162,184) 2%, rgb(84,196,221) 45%);
    background-image: -ms-linear-gradient(bottom, rgb(65,162,184) 2%, rgb(84,196,221) 45%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.02, rgb(65,162,184)),
    	color-stop(0.45, rgb(84,196,221))
    );
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 3px #6A6A6A;
    -moz-box-shadow: 1px 1px 3px #6A6A6A;
    box-shadow: 1px 1px 3px #6A6A6A;
}
a.bigconfirm{
    font-size: 18px;
    padding: 10px 15px;
}
a.chubutton{
    display: block;
    font-weight: 700;
    text-decoration: none;
}
a.red, button.red{
    border: none;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    background-image: linear-gradient(bottom, rgb(242,128,97) 32%, rgb(237,96,57) 66%);
    background-image: -o-linear-gradient(bottom, rgb(242,128,97) 32%, rgb(237,96,57) 66%);
    background-image: -moz-linear-gradient(bottom, rgb(242,128,97) 32%, rgb(237,96,57) 66%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,128,97) 32%, rgb(237,96,57) 66%);
    background-image: -ms-linear-gradient(bottom, rgb(242,128,97) 32%, rgb(237,96,57) 66%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.32, rgb(242,128,97)),
    	color-stop(0.66, rgb(237,96,57))
    );
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 3px #6A6A6A;
    -moz-box-shadow: 1px 1px 3px #6A6A6A;
    box-shadow: 1px 1px 3px #6A6A6A;
}
a.yellow, button.yellow{
    border: none;
    display: inline-block;
    color: #3e3e3e;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
    background-image: linear-gradient(bottom, rgb(230,220,78) 44%, rgb(245,237,147) 72%, rgb(252,238,62) 86%);
    background-image: -o-linear-gradient(bottom, rgb(230,220,78) 44%, rgb(245,237,147) 72%, rgb(252,238,62) 86%);
    background-image: -moz-linear-gradient(bottom, rgb(230,220,78) 44%, rgb(245,237,147) 72%, rgb(252,238,62) 86%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,220,78) 44%, rgb(245,237,147) 72%, rgb(252,238,62) 86%);
    background-image: -ms-linear-gradient(bottom, rgb(230,220,78) 44%, rgb(245,237,147) 72%, rgb(252,238,62) 86%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.44, rgb(230,220,78)),
    	color-stop(0.72, rgb(245,237,147)),
    	color-stop(0.86, rgb(252,238,62))
    );
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 3px #6A6A6A;
    -moz-box-shadow: 1px 1px 3px #6A6A6A;
    box-shadow: 1px 1px 3px #6A6A6A;
}
/* LEFT GOODS */
#litem{
    float: left;
    display: block;
    margin: 0;
    padding: 0 0 20px 0;
}
#litem #lli{
    float: left;
    display: block;
    width: 106px;
    margin-left: 5px;
}
#litem #lli img{
    max-width: 100px;
}
#litem #rli{
    float: left;
    display: block;
    width: 134px;
}
#litem a, #litem p{
    font-size: 12px;
    font-weight: bold;
}
#litem a.confirm{
    padding: 5px 16px;
}
section.column{
    float: left;
    width: 742px;
    display: block;
    padding: 0 10px;
}
#sitem{
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}
#sitem img{
    margin: 0 0 10px 0;
    -webkit-box-shadow: 5px 5px 1px 2px rgba(000, 000, 000, 0.1);
    box-shadow: 5px 5px 1px 2px rgba(000, 000, 000, 0.1);
}
#sitem a{
    color: #ff0000;
}
#breadcrumb{
    float: left;
    width: 100%;
    display: block;
    color: #428a99;
    margin: 10px 0px;
}
#breadcrumb a{
    display: inline-block;
    padding: 5px 0;
    color: #41a2b7;
}
#breadcrumb span{
    display: inline-block;
    padding: 5px 0;
}
section.catalog3{
    float: left;
    width: 590px;
    display: block;
}
a#citem{
    display: inline-block;
    width: 168px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ebebeb;
    margin: 0 10px 10px 14px;
    padding: 10px 0;
    color: #ff0000;
    text-decoration: none;
}
a#citem:hover{
    background: #ff0000;
    color: #ffffff;
}
a#citem img{
    border: 2px solid #ff0000;
}
a#citem:hover img{    
    border: 2px solid #ffffff;
}
/* PAGES */
section.column article{
    float: left;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
section.column article li{
    list-style-type: disc;
    padding: 5px 0;
}
#mycontacts{
    float: left;
    display: block;
    width: 300px;
}
#mycontacts p{
    color: #5f5e5e;
}
#mycontacts #phone, #mycontacts #work, #mycontacts #email{
    color: #41a2b7;
    font-weight: bold;
    padding: 5px 0;
}
form.feedbackForm{
    float: left;
    display: block;
    width: 440px;
}
/* PRODUCTS */
.cort{
    float: left;
    display: block;
    width: 100%;
    background: #a9e2ee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cort .left{
    float: left;
    display: block;
    width: 540px;
}
.cort .right{
    float: right;
    display: block;
    width: 200px;
}
.cort .right ul, .cort .left ul{
    padding: 0 0 0 10px;
}
.cort .right li, .cort .left li{
    display: inline-block;
    list-style-type: none;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.cort .right option, .cort .left option{
    font-size: 12px;
    color: #a9aaaa;
}
.cort .right ul li{
    float: right;
    padding: 5px 10px 0 0;
}
.cort .right a.table{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/design/d156870/view-tab.gif?lc=1696606639) 50% no-repeat #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cort .right a.list{
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/design/d156870/view-lis.gif?lc=1696606639) 50% no-repeat #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.cort .right a.list.current, .cort .right a.table.current{
    background-color: #6e6e6e;
}
table#tabcats{
    float: left;
    width: 100%;
    border: 2px solid #cbeef5;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0;
}
table#tabcats td{
   vertical-align: middle;
}
table#tabcats td.text{
   vertical-align: top;
   padding: 0 0 10px 0;
}
table#tabcats td.img{
   width: 120px;
   text-align: center;
}
table#tabcats td.img img{
   max-width: 100px;
   border: none;
}
table#tabcats td.pba{
   width: 120px;
   text-align: center;
}
table#tabcats td.pba .price{
   font-size: 14px;
   font-weight: bold;
   color: #272828;
}
table.table{
    float: left;
}
.tabproduct{
    float: left;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  2px 2px 2px 2px rgba(99, 99, 99, 0.2);  
    box-shadow:  2px 2px 2px 2px rgba(99, 99, 99, 0.2);
    margin: 10px;
    padding: 5px;
}
.tabproduct .title{
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}
.tabproduct .title a{
    text-decoration: none;
    font-weight: bold;
}
.tabproduct .img{
    display: table-cell;
    height: 150px;
    width: 228px;
    text-align: center;
    vertical-align: middle;
}
.tabproduct .img img{
    max-height: 140px;
    max-width: 140px;
    border: none;
}
.tabproduct .buttons .whtgreen{
    display: block;
    float: left;
    padding: 5px 0;
}
.tabproduct .buttons .confirm{
    display: block;
    float: right
}
/* PRODUCT */
.product.padd{
    float: left;
    display: block;
    width: 100%;
}
.product.padd .leftpart{
    float: left;
    display: block;
    width: 290px;
}
.product.padd .rightpart{
    float: left;
    display: block;
    width: 430px; 
    margin-left: 20px;
}
.product.padd span.blue{
    color: #47a5b9;
    font-weight: bold;
}
.allphoto{
    float: left;
    display: block;
    text-align: center;
}
.allphoto ul{
    display: inline-block;
}
.allphoto li{
    list-style-type: none !important;
}
.boxmoney{
    
}
.boxmoney ul{
    padding: 0
}
.boxmoney ul li{
    list-style-type: none !important;
}
.allphoto ul{
    padding: 0;
    min-height: 52px;
    vertical-align: top;
}
.allphoto ul li{
    float: left;
    width: 90px;
    text-align: center;
}
.allphoto ul a{
    float: left;
    display: block;
    width: 100%;
    height: 100%;
}
.fullimg, .allphoto ul{
    text-align: center;
    border: 2px solid #d1f0f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.delivery{
    background: #FFFEDC;
    border: 1px solid #FFF6B7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}
.b_product_text{
    float: left;
    background: url(/design/d156870/bottom_product_text.png?lc=1696606639) 0% 100% no-repeat;
    padding: 0 0 28px 0;
}
.product_text{
    background: #d8f8fd;
    float: left;
    display: block;
    width: 728px;
    margin: 10px 0;
    border: 1px solid #b0e5f0;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 5px;
}
#b_chummie_bg{
    float: left;
    background: url(/design/d156870/bottom_chummie_bg.png?lc=1696606639) 0% 100% no-repeat;
    padding: 0 0 14px 0;
}
#chummie_bg{
    background: #f9f8f8;
    float: left;
    display: block;
    width: 728px;
    margin: 10px 0;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px;
}
#chummie_bg p img{
    padding-right: 5px;
}
/* Footer */
footer{
    float: left;
    display: block;
    width:100%;
    height: 115px;
    background: #54c6de;
    -webkit-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}
footer #fcontacts{
    float: left;
    display: block;
    width: 240px;
    padding: 20px 0 0 0;
}
footer #fcontacts p, footer #fcontacts a{
    color: #ffffff;
    padding: 5px 0 0 20px;
    font-size: 12px;
    margin: 0;
}
footer menu{
    float: left;
    display: block;
    width: 520px;
}
footer menu li{
    display: inline-block;
}
footer menu li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 10px;
}
footer menu li a:hover{
    color: #328da0;
    text-shadow: none;
    background-image: linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -o-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -moz-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -webkit-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -ms-linear-gradient(bottom, rgb(128,205,222) 24%, rgb(198,235,243) 62%, rgb(208,239,246) 81%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.24, rgb(128,205,222)),
    	color-stop(0.62, rgb(198,235,243)),
    	color-stop(0.81, rgb(208,239,246))
    );
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 3px #6A6A6A;
    -moz-box-shadow: 1px 1px 3px #6A6A6A;
    box-shadow: 1px 1px 3px #6A6A6A;
}
footer #blogo{
    float: right;
    display: block;
    width: 260px;
    margin: -98px 0 0 0;
}
/* FORMS STYLES */
input[type=text],textarea,select,input#feedback_file{
    display:inline-block;
    line-height:18px;
    color:#444;
    border:1px solid #54c6de;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
input[type=text],select,textarea{
    font-size:100%;
    margin:0;
    vertical-align:baseline;
    *vertical-align:middle;
}
input[type=text],input#feedback_file{
    line-height:normal;
    *overflow:visible;
}
form.feedbackForm input[type=text],input#feedback_file{
    width: 317px;
}
input[type=text],select,textarea{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:normal;
    line-height:normal;
}
input[type=text], textarea{
    -webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition:border linear 0.2s,box-shadow linear 0.2s;
    -o-transition:border linear 0.2s,box-shadow linear 0.2s;
    transition:border linear 0.2s,box-shadow linear 0.2s;
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus, textarea:focus, input#feedback_file:focus{
    outline:0;border-color:rgba(82, 168, 236, 0.8);
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1),0 0 8px rgba(82, 168, 236, 0.6);
}
label{
    color: #007E9A;
}
label.invalidInput{
    float: left; 
    width: 100%; 
    color: #ff0000; 
    font-size: 12px; 
    padding: 0 0 10px 0; 
}
.infoblock{
    color: #ff0000;
}
/* CART */
table#cart, table.cart_finish{
    border: 2px solid #F1F9FF; 
    width: 100%;
    float: left;
}
    
table#cart  tr:nth-child(2n+1), table.cart_finish  tr:nth-child(2n+1){
    background-color: #F1F9FF;
}
table#cart  tr:nth-child(2n),  table.cart_finish  tr:nth-child(2n){
    background-color: #fff;
}
table#cart th, table#cart th{
    text-align: left;
    font-weight: bold;
    padding: 5px 0;
}
table#cart th{
    vertical-align: middle;
}
table#cart td, table#cart td{
    padding: 2px;
}
.cartbottom.padd{
    float: left;
    display: block;
    width: 100%;
    padding: 5px;
}
.cartbottom.padd .left{
    float: left;
    width: 60%;
    display: block;
}
.cartbottom.padd .right{
    float: left;
    width: 40%;
    display: block;
    text-align: right;
}
table#cart a.delete { 
    background:url(/design/d156870/cart-delete-bg.png?lc=1696606639) top center no-repeat; 
    width:18px; 
    height:18px; 
    display:block;   
    margin:0 auto; 
}
table#cart  a.delete:hover { 
    background:url(/design/d156870/cart-delete-bg.png?lc=1696606639) bottom center no-repeat; 
}
table.cart_address{
    
}
table.cart_address td{
    padding: 10px 5px;
}
.description img {
    max-width: 100%;
    height: auto !important;
}
/* Адаптация */
.mobile {
    display: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    float: left;
    width: calc(100% - 20px);
    height: 40px;
    border-spacing: 0;
    border: 0;
    position: relative;
    margin: 132px 0 0 10px;
}
@media all and (max-width: 1050px) {
  
  
  
  .product_text {width:calc(100% - 10px);}
  footer #blogo {display:none;}
aside#lcont{
  float:none;
  width:100%;
  order:2;
}
section#content {width:100%;}
section.column {float:none;width: calc(100% - 25px);order:1;}
#lblock {width:32%;}
#tlb {width:250px;margin:0 auto;}
#page_body {min-width:auto;}
#wrapper {width:100%;}
header {width:100%;}
menu#top_menu {padding: 0 0 0 0px;}
menu#top_menu li {padding: 0px;}
menu#top_menu li:first-child {padding-left:10px;}
}
@media all and (max-width: 880px) {
  footer {height:auto;}
  footer menu {width:auto;}
  .nivo-slice {height:auto;}
  #slider {height:auto;}
  #slider_left {padding:0;background:none;}
  #slider_right {padding:0;background:none;}
  #slider_center {background:none;}
  menu#top_menu{display:none;}
  .mobile {display:block;}
  menu#top_menu {
    position: fixed;
    top: 300px;
    margin: 0px;
    padding: 10px;
    background: #00c8df;
    overflow: hidden;
    height: 186px;
    z-index: 99;
}
  menu#top_menu li {
    display: block;
}
menu#top_menu li:first-child {padding:0px;}
#contacts {margin:0;width:320px;}
}
@media all and (max-width: 780px) {
  iframe {
    max-width: 100%;
    height: auto;
}
  .description {text-align: justify;}
  #chummie_bg  {width:auto;text-align: justify;}
  table#tabcats td.text {text-align: justify;padding:5px;}
  #mycontacts {width:100%;text-align: justify;}
  form.feedbackForm {width:calc(100% - 10px);}
  div#goodsDataOpinionAddBlock textarea {
    width: 100%;
}
  .product.padd .rightpart {width:100%;margin:0;}
#lblock {width:49%}
}
@media all and (max-width: 634px) {
  #contacts {background:none;}
  #contacts #phone {color: #00c8df;}
  div#contacts {margin-top:64px;height:95px;}
  .tabproduct {width: calc(100% - 30px);}
  #logo {height:100px;}
  .mobile {margin: 0px 0 0 10px;}
  .box.padd table tbody {
    display:block;
    width:100%;
}
.box.padd table tbody tr {
    display:block;
}
.box.padd table tbody td {
    display:block;
}
}
@media all and (max-width: 520px) {
  body {width:100%;}
  #slider_left {display:none;}
  textarea#feedback_message {
    width: 317px;
}
  table#cart .title {
    display: none;
}
  tr.order td {
    display: block;
    overflow: hidden;
}
tr.order td:first-child {
    display: block;
    float:left;
    overflow: hidden;
}
tr.order td:nth-child(3) {
    display: none;
}
td.last {
    clear: both;
}
 table.cart_finish td {display: block !important;}
 table.cart_finish td:first-child {width:80%;}
 table.cart_finish .info { width: calc(100% - 40px);}
  table.cart_finish .last {padding:5px 0 10px;}
 
table.cart_finish.fnt11n.padd.txtalgncnt tr.title {display:none;}
.history table.fnt11n.padd.txtalgncnt td {
    display: block;
}
.history table.fnt11n.padd.txtalgncnt .title {display:none;}
.history table.fnt11n.padd.txtalgncnt tr:nth-child(2n+1) {
    background-color: #F1F9FF;
}
.history table.fnt11n.padd.txtalgncnt tr td:first-child {float:none;}
.history table.fnt11n.padd.txtalgncnt td:nth-child(3) {display:none; }
.history table.fnt11n.padd.txtalgncnt td.last {padding:5px 0 10px;}
  .cort .left {width:auto;}
  #lblock {width: calc(100% - 10px);}
}