* {
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px
}

div.page-head-bg {
    background: url('../images/head-bg.png') repeat-x 0 0
}

div.head-people {
    background: url('../images/head-people1.png') no-repeat 0 22px
}

div.head-wave {
    background: url('../images/head-wave.png') no-repeat 50% 0
}

div.head-runners {
    background: url('../images/head-runners.png') no-repeat 95% 80px
}

div.page-footer-bg {
    background: url('../images/footer-bg.jpg') repeat-x 50% 100%
}

#page {
    width: 1000px;
    padding-bottom: 26px;
    position: relative
}

a {
    cursor: pointer;
    color: #11468c
}

a.relative-link {
    text-decoration: none;
    color: inherit;
    font-size: inherit
}

a.relative-link:hover {
    text-decoration: underline
}

img {
    border: 0
}

input,
textarea,
select {
    border: #abadb3 1px solid
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #3f76b8
}

textarea {
    resize: none
}

.separator {
    display: block;
    height: 1px !important;
    line-height: 1px !important;
    clear: both !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important
}

.separator.left {
    clear: left !important
}

/* h2 {
    color: #646464;
    font-size: 12px;
    display: block;
    padding: 0 0 14px;
    margin: 0;
    font-weight: 400
} */

h2.header {
    font-size: 18px;
    padding-bottom: 20px
}

.header h1,
h1.header {
    margin: 0
}

div.header {
    color: #3F3F3F;
    font-size: 18px;
}

div.page-txt-container {
    position: absolute;
    bottom: 230px;
    padding: 10px 240px 10px 20px;
    z-index: 10
}

div.page-txt {
    padding: 25px 0 0;
    background-color: #FFF
}

div.page-txt,
div.page-txt * {
    color: #646464;
    line-height: 14px
}

div.page-txt p {
    padding: 0 0 10px
}

div.page-txt li {
    margin: 0 0 0 25px;
    padding: 3px 0
}

div.error-block {
    border: 1px solid #0f66ab;
    padding: 40px;
    margin: 10px;
    background-color: #FFF
}

div.error-block h3 {
    font-size: 32px;
    color: #0f66ab;
    font-weight: 700
}

.am-window-container {
    position: absolute;
    width: 100%;
    min-width: 230px;
    min-height: 250px;
    left: 0;
    top: 0;
    background-color: #FFF;
    z-index: 10;
}


.am-window-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.png) no-repeat 0 -34px
}

.am-window-title {
    color: #000;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.am-window-title-with-icon {
    left: 23px
}

.am-window-head {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.am-window-draggable {
    cursor: move
}

.am-window-minimize {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.png) no-repeat 0 0;
    top: 0;
    right: 40px;
    cursor: pointer
}

.am-window-minimize:hover {
    background-position: 0 -17px
}

.am-window-maximize {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.png) no-repeat -17px 0;
    top: 0;
    right: 20px;
    cursor: pointer
}

.am-window-maximize:hover {
    background-position: -17px -17px
}

.am-window-restore {
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/window-icons.png) no-repeat -34px 0;
    top: 0;
    right: 20px;
    cursor: pointer;
    display: none
}

.am-window-restore:hover {
    background-position: -34px -17px
}

.am-window-close {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 1em;
    right: 1em;
    cursor: pointer;
}

.am-window-close:before,
.am-window-close:after {
    top: 13px;
    left: 0px;
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #000000;
    transform: rotate(45deg);
}

.am-window-close:after {
    transform: rotate(135deg);
}

.am-window-close:hover:before,
.am-window-close:hover:after {
    background: #d57a10;
}

.am-window-message {
    color: red;
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    margin: 25px 0
}

.am-w-backet div.w-item {
    width: 185px;
    border-right: #FFF 1px solid;
    padding: 7px 11px
}

.am-w-backet div.w-item a {
    color: #3369aa;
    text-decoration: none;
    font-size: 12px
}

.am-w-backet div.w-item a:hover {
    color: #e57a12;
    text-decoration: underline
}

.am-w-backet div.w-item p.price {
    color: #E57A12;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
    padding-top: 5px
}

.am-w-backet div.w-item div.kit {
    margin: 7px 0 0 -110px;
    border: #3369aa 1px solid;
    padding: 5px;
    border-radius: 5px
}

.am-w-backet div.w-item div.kit a {
    font-size: 12px;
    margin-top: 4px;
    text-decoration: none;
    color: #000
}

.am-w-backet div.w-item div.kit a:hover {
    color: #3369aa;
    text-decoration: underline
}

.am-w-backet div.w-count {
    width: 70px;
    border-right: #FFF 1px solid;
    border-left: #FFF 1px solid;
    padding: 7px 11px;
    text-align: center
}

.am-w-backet div.w-cost {
    width: 70px;
    border-right: #FFF 1px solid;
    border-left: #FFF 1px solid;
    padding: 7px 11px;
    text-align: center
}

.am-w-backet div.w-cost,
.am-w-backet div.w-cost * {
    color: #E57A12;
    font-size: 15px;
    font-family: Arial;
    font-weight: 700
}

.am-w-backet div.w-del {
    width: 50px;
    border-left: #FFF 1px solid;
    padding: 7px 11px;
    text-align: center
}

.am-w-backet div.w-del a {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/window-backet-del.jpg) no-repeat 0 0;
    margin-left: 11px
}

.am-w-backet div.w-del a:hover {
    background-position: 0 -14px
}

.am-w-backet div.w-image {
    width: 85px;
    padding: 7px 0 15px 20px
}

.am-w-backet td {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border-right: #c5c3c3 1px solid;
    border-top: #c5c3c3 1px solid
}

.am-w-backet td.last {
    border-right: none
}

.am-w-backet tr.body:first-child td,
.am-w-backet tr.header td,
.am-w-backet tr.footer td {
    border-top: none
}

.am-w-backet .header div {
    font-size: 12px;
    background-color: #e7e6e6;
    font-weight: 700;
    color: #2d2d2d;
    font-family: Arial;
    padding: 0 11px;
    height: 22px;
    line-height: 22px
}

.am-w-backet .header div.w-item {
    padding-left: 20px;
    width: 281px
}

.am-w-scroller {
    height: 107px;
    overflow-x: hidden;
    overflow-y: scroll
}

.am-w-backet .body td {
    padding: 0
}

.am-w-backet div.w-image img {
    width: 85px
}

.am-w-backet div.w-count input {
    width: 36px;
    height: 20px;
    border: #e5e5e5 1px solid;
    border-color: #b0b0b0 #e1e1e1 #e5e5e5;
    text-align: center;
    font-size: 11px;
    color: #1a1a1a;
    font-family: Arial
}

.am-w-backet .body td.name {
    padding-top: 24px
}

.am-w-backet .body td.name a {
    color: #11468c;
    font-size: 11px;
    text-decoration: none
}

.am-w-backet .body td.name .price {
    padding-top: 8px
}

.am-w-backet .body td.price {
    padding-top: 28px
}

.am-w-backet .body td.del {
    padding-top: 30px
}

.am-w-backet .body td.del a {
    color: #C00;
    font-size: 12px;
    text-decoration: none
}

.am-w-backet .price,
.am-w-backet .price * {
    color: #ff6c00;
    font-size: 15px
}

.am-w-backet .footer td {
    border: none
}

.am-w-backet .footer div {
    font-size: 12px;
    background-color: #e7e6e6;
    font-weight: 700;
    color: #000;
    font-family: Arial;
    height: 22px;
    line-height: 22px;
    padding: 0 11px;
    border-color: #e7e6e6
}

.am-w-backet .footer div.w-item {
    padding-left: 20px;
    width: 378px
}

.am-w-backet .footer div.w-cost,
.am-w-backet .footer div.w-cost * {
    font-size: 15px;
    font-family: Arial
}

.am-w-backet-done {
    height: 25px;
    padding: 5px
}

.am-w-backet-done a.i-u {
    display: block;
    width: 165px;
    height: 33px;
    background: url(../images/make-order-m.png) 0 0;
    text-decoration: none;
    text-indent: -200px;
    float: right;
    overflow: hidden
}

.am-w-backet-done a.i-u:hover {
    background-position: 0 -33px
}

.am-w-backet-done a.back {
    display: block;
    width: 165px;
    height: 33px;
    float: left;
    background: url(../images/continue-shopping.png) no-repeat 0 0;
    text-indent: -300px;
    overflow: hidden
}

.am-w-backet-done a.back:hover {
    background-position: 0 -33px
}

.am-w-comment td {
    padding: 6px 12px;
    text-align: left;
    vertical-align: top
}

.am-w-comment td.message {
    font-weight: 700;
    color: red;
    font-size: 12px;
    font-family: Arial;
    line-height: 16px
}

.am-w-comment td.item {
    color: #11468C;
    font-weight: 700;
    font-size: 12px
}

.am-w-comment p {
    font-size: 10px;
    color: #777
}

.am-w-comment input {
    width: 320px;
    height: 20px;
    padding: 0 3px;
    border: #8db3ce 1px solid;
    border-radius: 4px
}

.am-w-comment textarea {
    width: 400px;
    height: 120px;
    padding: 3px;
    border: #8db3ce 1px solid;
    border-radius: 4px
}

.am-w-comment a {
    display: block;
    width: 123px;
    height: 22px;
    background: url(../images/add-comment.jpg) no-repeat 0 0
}

.am-w-comment a:hover {
    background-position: 0 -22px
}

.am-w-comment a.call {
    background-position: 0 -44px
}

.am-w-comment a.call:hover {
    background-position: 0 -66px
}

.am-w-question td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top
}

.am-w-question td.message {
    font-weight: 700;
    color: #E57A12;
    font-size: 13px;
    font-family: Arial;
    line-height: 16px
}

.am-w-question td.green {
    color: #080
}

.am-w-question td.h {
    color: #3f3f3f;
    font-weight: 700;
    font-size: 12px;
    font-family: Arial;
    width: 85px;
    padding-right: 0
}

.am-w-question td.descr {
    color: #000;
    font-size: 12px;
    font-family: Arial
}

.am-w-question p {
    font-size: 10px;
    color: #777
}

.am-w-question input {
    width: 300px;
    height: 20px;
    padding: 0 3px;
    border: #e2e3e8 1px solid;
    border-color: #aaadb2 #e2e3e8 #e2e9ef
}

.am-w-question textarea {
    width: 300px;
    height: 120px;
    padding: 3px;
    border: #e2e3e8 1px solid;
    border-color: #aaadb2 #e2e3e8 #e2e9ef
}

.am-w-question a.question {
    display: block;
    width: 76px;
    height: 27px;
    background: url(../images/ask.jpg) no-repeat 0 0
}

.am-w-question a.question:hover {
    background-position: 0 -27px
}

.am-w-question a.question:active {
    background-position: 0 -54px
}

.am-w-question sup {
    color: #e57a12;
    font-size: 11px;
    padding: 0 3px
}

.am-w-auth {
    margin-left: 12px
}

.am-w-auth td {
    padding: 6px 12px 6px 0;
    text-align: left;
    vertical-align: top;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 700;
    font-family: Arial
}

.am-w-auth td.message {
    color: red;
    line-height: 14px;
    padding: 6px 12px 0 71px
}

.am-w-auth .reg td.message {
    padding: 6px 12px 6px 0
}

.am-w-auth td sup {
    color: #e57a12;
    font-size: 11px;
    padding: 0 3px
}

.am-w-auth input {
    width: 250px;
    height: 20px;
    padding: 0 3px
}

.am-w-auth input.check {
    width: auto;
    height: auto;
    float: left;
    margin: 3px 6px 0 0;
    display: block
}

.am-w-auth textarea {
    width: 250px;
    height: 53px;
    padding: 3px
}

.am-w-auth div.right {
    float: right;
    width: 170px;
    padding: 6px 2px 0 0;
    text-align: left
}

.am-w-auth div.right a.user {
    color: #3369aa;
    font-weight: 400;
    text-decoration: underline
}

.am-w-auth div.right a.user:hover {
    color: #e57a12;
    text-decoration: none
}

.am-w-auth div.right a.user:active {
    color: #3f76b8
}

.am-w-auth div.check {
    padding-top: 4px
}

.am-w-auth div.check p {
    font-size: 11px;
    color: #333
}

.am-w-auth a.auth {
    display: block;
    width: 76px;
    height: 27px;
    background: url(../images/enter.jpg) no-repeat 0 0
}

.am-w-auth a.auth:hover {
    background-position: 0 -27px
}

.am-w-auth a.auth:active {
    background-position: 0 -54px
}

.am-w-auth a.reg {
    display: block;
    width: 76px;
    height: 27px;
    background: url(../images/done.jpg) no-repeat 0 0
}

.am-w-auth a.reg:hover {
    background-position: 0 -27px
}

.am-w-auth a.reg:active {
    background-position: 0 -54px
}

div.head {
    height: 161px;
    width: 1000px;
    position: relative
}

div.head div.h-user {
    float: right;
    height: 22px;
    line-height: 22px;
    position: relative;
    min-width: 100px;
    padding-left: 20px
}

div.head div.h-user div.h-backet {
    width: 110px;
    padding: 0 5px 5px;
    background-color: #313131;
    border-radius: 0 0 5px 5px;
    text-align: center;
    position: absolute;
    top: 19px;
    right: 0
}

div.head div.h-user div.h-backet p {
    color: #FFF;
    font-size: 11px;
    font-weight: 700
}

div.head div.h-user div.h-backet a {
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
    line-height: 15px
}

div.head div.h-user div.h-backet a:hover {
    text-decoration: underline
}

div.head div.h-user div.h-backet a span {
    font-weight: 700
}

div.head div.h-user div.h-backet span {
    color: #FFF;
    font-size: 11px;
    text-align: center;
    line-height: 15px
}

div.head div.h-user div.h-backet a.go {
    display: block;
    width: 110px;
    height: 23px;
    text-decoration: none;
    background: url(../images/make-order.png) no-repeat 0 0;
    margin-top: 6px
}

div.head div.h-user div.h-backet a.go:hover {
    background-position: 0 -23px;
    opacity: 1
}

div.head div.h-user div.empty a.go {
    background: #313131 url(../images/ico/interface.png) no-repeat 50% -30px !important;
    width: 43px;
    height: 34px;
    margin: 10px auto 0
}

div.head div.h-user .empty-section {
    display: none
}

div.head div.h-user div.empty .empty-section {
    display: block
}

div.head div.h-user div.empty .full-section {
    display: none
}

div.head div.h-user div.auth {
    float: right;
    padding-right: 2px;
    height: 22px;
    line-height: 22px;
    min-width: 96px
}

div.head div.h-user div.auth a {
    color: #FFF;
    font-weight: 700;
    text-decoration: none
}

div.head div.h-user div.auth a:hover {
    text-decoration: underline
}

div.head div.h-user div.auth span {
    margin-left: 10px
}

div.head div.h-user div.auth span,
div.head div.h-user div.auth span a {
    font-weight: 400;
    color: #fc9b18
}

div.head div.h-salon-title {
    float: right;
    color: #FFF;
    font-weight: 700;
    line-height: 22px
}

div.head div.h-salon-title a {
    color: #FFF;
    text-decoration: none;
    border-bottom: #FFF 1px dotted
}

div.head div.h-salon-title a:hover {
    border: none
}

div.head div.h-docs-menu {
    float: left;
    height: 20px;
    padding-top: 2px
}

div.head div.h-docs-menu li {
    list-style-type: none;
    float: left;
    display: block;
    height: 20px;
    background: url(../images/top-doc-menu-sep.png) no-repeat 100% 50%;
    margin-left: -1px
}

div.head div.h-docs-menu li.last {
    background: none
}

div.head div.h-docs-menu li p {
    height: 20px
}

div.head div.h-docs-menu li a {
    height: 20px;
    display: block;
    line-height: 20px;
    padding: 0 16px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none
}

div.head div.h-docs-menu li.sel,
div.head div.h-docs-menu li.hover {
    background: url(../images/top-doc-menu-pad.png) repeat-x 0 0
}

div.head div.h-docs-menu li.sel p,
div.head div.h-docs-menu li.hover p {
    background: url(../images/top-doc-menu-pad.png) no-repeat 0 -20px
}

div.head div.h-docs-menu li.sel a,
div.head div.h-docs-menu li.hover a {
    background: url(../images/top-doc-menu-pad.png) no-repeat 100% -40px;
    color: #3369aa
}

table.h-blocks {
    width: 100%;
    height: 78px;
    clear: both
}

table.h-blocks td {
    text-align: left;
    vertical-align: top;
    padding: 0
}

table.h-blocks td.h-logo {
    width: 240px;
    padding-top: 15px
}

table.h-blocks td.h-phones {
    padding: 8px 0 0 20px
}

table.h-blocks td.h-phones div.contact {
    width: 150px;
    height: 32px;
    padding: 0 12px;
    margin-bottom: 4px;
    float: left;
    background: url(../images/head-block-sep.png) no-repeat 100% 50%
}

table.h-blocks td.h-phones div.contact.worktime {
    background: none;
    color: #3f76b8;
    font-size: 12px
}

table.h-blocks td.h-phones p,
table.h-blocks td.h-phones p * {
    text-align: right;
    font-size: 12px;
    color: #3f76b8;
    line-height: 15px;
    font-family: Arial
}

table.h-blocks td.h-phones p span,
table.h-blocks td.h-phones p span * {
    font-size: 16px
}

table.h-blocks td.h-phones span {
    display: block;
    color: #3f76b8
}

table.h-blocks td.h-offices {
    padding: 8px 15px 0
}

table.h-blocks td.h-offices div.container {
    position: relative;
    width: 215px
}

table.h-blocks td.h-offices div.short {
    width: 215px;
    height: 60px
}

table.h-blocks td.h-offices div.short p {
    color: #000;
    font-family: Arial;
    font-weight: 700;
    height: 11px;
    line-height: 11px
}

table.h-blocks td.h-offices div.short a.shop {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    color: #3f76b8;
    text-decoration: none;
    height: 15px;
    width: 215px;
    overflow: hidden
}

table.h-blocks td.h-offices div.short a.all {
    display: block;
    float: left;
    text-decoration: underline;
    color: #b4b4b4;
    font-size: 11px;
    margin-top: 3px;
    height: 10px;
    line-height: 10px;
    padding-right: 10px;
    background: url(../images/shops-link-arr.png) no-repeat 100% 0
}

table.h-blocks td.h-offices div.short a.all:hover {
    text-decoration: none
}

table.h-blocks td.h-offices div.full {
    display: none;
    position: absolute;
    z-index: 99;
    left: -18px;
    top: -8px;
    background: url(../images/shops-full-bg.png) repeat;
    border-radius: 0 0 10px 10px;
    padding: 0 10px 10px
}

table.h-blocks td.h-offices div.full-body {
    width: 285px;
    padding: 8px;
    background-color: #578bc9
}

table.h-blocks td.h-offices div.full p {
    color: #ffe0c1;
    font-family: Arial;
    font-weight: 700;
    height: 13px;
    line-height: 13px
}

table.h-blocks td.h-offices div.full a.shop {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #FFF;
    text-decoration: none;
    text-shadow: #107a94 1px 1px 1px
}

table.h-blocks td.h-offices div.full a.all {
    display: block;
    float: left;
    height: 17px;
    line-height: 17px;
    padding-left: 30px;
    background: url(../images/shops-minimap.png) no-repeat 0 0;
    text-decoration: underline;
    color: #FFF;
    margin-top: 5px
}

table.h-blocks td.h-offices div.full a.all:hover {
    text-decoration: none
}

table.h-menu {
    width: 100%
}

table.h-menu td.h-menu-pad {
    text-align: center;
    vertical-align: middle;
    background: url(../images/top-menu-bg.png) no-repeat 50% 0;
    height: 61px;
    padding: 0 15px
}

table.h-menu td.first {
    background-position: 0 0
}

table.h-menu td.last {
    background-position: 100% 0
}

table.h-menu td.hover,
table.h-menu td.sel {
    background-position: 50% -61px
}

table.h-menu td.hover.first,
table.h-menu td.sel.first {
    background-position: 0 -61px
}

table.h-menu td.hover.last,
table.h-menu td.sel.last {
    background-position: 100% -61px
}

table.h-menu td a.h-menu-link {
    font-family: Arial;
    font-size: 12px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #383b3e 0 1px 0
}

table.h-menu td.hover a.h-menu-link,
table.h-menu td.sel a.h-menu-link {
    color: #FFF;
    text-shadow: #207d8a 0 -1px 0
}

table.h-menu td.h-menu-sep {
    height: 60px;
    width: 2px;
    background: url(../images/top-menu-sep.png) no-repeat 0 0 !important
}

table.h-menu td.h-menu-sep.first {
    display: none
}

table.h-menu div.h-sub-menu {
    height: 1px;
    position: relative;
    z-index: 12
}

table.h-menu div.h-sub-menu ul {
    padding: 15px 10px;
    display: none;
    position: absolute;
    left: 0;
    top: -9px;
    z-index: 3;
    background-color: #6d9dd7;
    box-shadow: #999 3px 3px 3px;
    border-radius: 0 4px 4px 4px
}

table.h-menu td.hover ul,
table.h-menu div.h-sub-menu ul.open {
    display: block
}

table.h-menu .first div.h-sub-menu ul {
    left: 2px
}

table.h-menu .last div.h-sub-menu ul {
    left: auto;
    right: 2px;
    border-radius: 4px 0 4px 4px
}

table.h-menu div.h-sub-menu ul li {
    list-style-type: none;
    display: block;
    height: 25px
}

table.h-menu div.h-sub-menu ul li div {
    height: 25px
}

table.h-menu div.h-sub-menu ul li div a {
    display: block;
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 20px;
    text-decoration: none;
    text-align: left;
    white-space: nowrap
}

table.h-menu div.h-sub-menu ul li p {
    height: 1px;
    padding: 0;
    margin: 0 5px;
    background-color: #8ab1df
}

table.h-menu div.h-sub-menu ul li.last p {
    display: none
}

table.h-menu div.h-sub-menu ul li.hover div {
    background-color: #6d9dd7
}

table.h-menu div.h-sub-menu ul li.hover div a {
    background-color: #8bb8ed;
    border-radius: 12px
}

table.h-menu div.h-sub-menu ul li.hover p {
    background: none
}

div.main-content {
    margin-top: 15px;
    width: 997px;
    border-top: #FFF 3px solid;
    border-right: #FFF 3px solid;
    border-radius: 0 5px 0 0
}

table.content {
    width: 1000px
}

table.content td {
    vertical-align: top
}

table.content td.center-col {
    padding: 10px 20px;
    background-color: #FFF
}

table.content td.right-col {
    width: 180px;
    padding: 0 20px;
    background: #f4f4f4
}

table.content td.left-col {
    width: 160px;
    padding: 0 20px 0 0
}

div.center-content {
    width: 740px
}

.one-col table.content td.right-col {
    display: none
}

.one-col div.center-content {
    width: 960px
}

.one-col div.main-content {
    background-position: -1000px 0
}

.first-page table.content td.center-col {
    padding: 0;
    background: none
}

.first-page div.main-content {
    background: none;
    padding: 0;
    width: 1000px
}

.first-page div.center-content {
    width: 1000px
}

div.promo {
    background: url(../images/promo.png) no-repeat 50% 0;
    width: 984px;
    height: 307px;
    margin: 0 auto;
    padding: 9px 8px 24px
}

div.promo div.pads {
    float: right;
    z-index: 3;
    width: 215px;
    height: 310px
}

div.promo div.pads li {
    list-style-type: none;
    display: block;
    width: 215px;
    height: 56px;
    background: url(../images/promo-pad-bg.png) repeat-x 0 0;
    position: relative
}

div.promo div.pads li a {
    display: block;
    height: 56px;
    line-height: 56px;
    width: 165px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 25px 0 44px;
    overflow: hidden;
    color: #2e2e2e;
    font-size: 16px;
    text-decoration: none;
    z-index: 3
}

div.promo div.pads li.sel {
    background-position: 0 -56px
}

div.promo div.pads li.sel a {
    background: url(../images/promo-pad-sel-arr.png) no-repeat 0 0;
    color: #e57c13;
    border-right: #e57c13 1px solid;
    padding-right: 24px
}

div.promo div.slider {
    border-top: #FFF 1px solid;
    padding-top: 8px
}

div.promo div.slider div {
    width: 134px;
    height: 11px;
    padding: 1px;
    background: url(../images/promo-slider-bg.jpg) no-repeat 0 0;
    margin: 0 auto;
    overflow: hidden
}

div.promo div.slider div p {
    width: 25%;
    height: 11px;
    background-color: #6d9dd7;
    opacity: .5
}

div.promo div.views {
    float: left;
    width: 768px;
    height: 310px;
    overflow: hidden;
    z-index: 2
}

div.promo div.view {
    width: 768px;
    height: 310px;
    position: relative
}

div.promo div.view img.main {
    height: 310px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

div.promo div.view div.title {
    position: absolute;
    z-index: 2;
    font-size: 32px;
    color: #2b8e5f;
    height: 40px;
    line-height: 40px;
    left: 35px;
    top: 22px
}

div.promo div.view div.descr {
    position: absolute;
    z-index: 2;
    left: 35px;
    top: 65px;
    font-size: 14px;
    font-family: Arial;
    width: 400px;
    height: 90px;
    overflow: hidden;
    line-height: 18px
}

div.promo div.view div.products {
    position: absolute;
    z-index: 2;
    left: 35px;
    top: 165px;
    width: 320px;
    height: 125px;
    overflow: hidden;
    display: none
}

div.promo div.view div.products a.product {
    float: left;
    display: block;
    background-color: #e5e5e5;
    padding: 3px;
    width: 134px;
    text-decoration: none
}

div.promo div.view div.products a.product span.image {
    width: 134px;
    height: 74px;
    display: block;
    overflow: hidden;
    background-color: #FFF
}

div.promo div.view div.products a.product span.image img {
    width: 134px
}

div.promo div.view div.products a.product span.name {
    color: #000;
    font-size: 12px;
    font-family: Arial;
    line-height: 14px;
    padding: 4px 3px 0;
    display: block;
    height: 41px
}

div.promo div.view div.products a.product:hover span.name {
    color: #2B8E5F
}

div.promo div.view div.products div.sep {
    float: left;
    width: 40px;
    height: 120px;
    padding-top: 3px
}

div.promo div.view div.products div.sep p {
    width: 20px;
    height: 120px;
    float: left;
    border-right: #bfbfbf 1px dotted
}

div.benefits-main table {
    width: 100%
}

div.benefits-main td {
    width: 20%
}

div.benefits-main td a {
    display: block;
    width: 200px;
    text-decoration: none
}

div.benefits-main td a span.image {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative
}

div.benefits-main td a span.image img {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    transition: linear 200ms
}

div.benefits-main td a:hover span.image img {
    height: 120px;
    width: 120px;
    left: 0;
    top: 0
}

div.benefits-main td a span.name {
    display: block;
    font-size: 12px;
    margin: 10px 20px;
    text-align: center
}

div.benefits-main td a:hover span.name {
    color: #e57c13
}

div.start-rubs {
    width: 900px;
    border-top: #d6d6d6 1px solid;
    margin: 0 auto
}

div.start-rubs div.left-side {
    float: left;
    width: 640px
}

div.start-rubs div.right-side {
    float: right;
    width: 260px
}

div.start-rubs div.right-side div.salon-list {
    width: 230px;
    padding-top: 10px
}

div.start-rubs div.right-side div.salon-list p {
    color: #9a9a9a;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 700;
    padding: 0 0 8px;
    line-height: 18px
}

div.start-rubs div.right-side div.salon-list div.salon-container {
    overflow: hidden;
    position: relative;
    max-height: 620px
}

div.start-rubs div.right-side div.salon-list div.salon-container div.fade {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: 82px;
    background: url(../images/salon-fade.png) repeat-x 0 100%
}

div.start-rubs div.right-side div.salon-list a.salon {
    display: block;
    width: 230px;
    position: relative;
    margin-bottom: 11px
}

div.start-rubs div.right-side div.salon-list a.salon img {
    width: 230px
}

div.start-rubs div.right-side div.salon-list a.salon span.corner {
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 11px;
    height: 11px;
    background: url(../images/salon-corner.jpg) no-repeat 0 0;
    z-index: 2
}

div.start-rubs div.right-side div.salon-list a.salon span.info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3px 5px
}

div.start-rubs div.right-side div.salon-list a.salon span.info span.back {
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #000;
    opacity: .3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

div.start-rubs div.right-side div.salon-list a.salon span.info span.address {
    display: block;
    position: relative;
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    line-height: 14px;
    font-size: 11px
}

div.start-rubs div.right-side div.salon-list div {
    color: #545454;
    font-size: 11px;
    line-height: 15px
}

div.start-rubs div.right-side div.salon-list a.all {
    color: #3f76b8;
    text-decoration: underline
}

div.start-rubs div.right-side div.salon-list a.all:hover {
    color: #E57C13
}

table.main-rubs {
    margin-bottom: 30px
}

table.main-rubs td {
    padding: 20px 30px;
    width: 285px
}

table.main-rubs td.thin {
    width: 235px
}

table.main-rubs td li {
    list-style-type: none;
    padding: 3px 0;
    width: 280px
}

table.main-rubs td.thin li {
    width: 235px
}

table.main-rubs td li.r-name {
    color: #586068;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 8px;
    font-family: Arial
}

table.main-rubs td li.r-name a {
    color: #586068;
    font-size: 18px;
    text-decoration: none;
    font-family: Arial
}

table.main-rubs td li.r-name a:hover {
    text-decoration: underline;
    color: #e57c13
}

table.main-rubs td li.r-sub-rubs a {
    color: #3369aa;
    font-size: 13px
}

table.main-rubs td li.r-sub-rubs a:hover {
    color: #e57c13
}

table.main-rubs td li.r-sub-rubs a.sel {
    color: #e57c13;
    font-weight: 700
}

div.articles-block {
    background-color: #FFF;
    padding: 10px 25px;
    position: relative;
    margin-bottom: 40px
}

div.articles-block div.header {
    height: 37px;
    margin: 0;
    padding: 0 0 40px
}

div.articles-block div.header img {
    height: 37px;
    float: left
}

div.articles-block div.header a {
    float: left;
    display: block;
    margin: 10px 0 0 20px;
    color: #bfbfbf;
    font-size: 11px;
    text-decoration: underline
}

div.articles-block div.header a:hover {
    color: #3f76b8
}

div.articles-block a.left,
div.articles-block a.right {
    width: 20px;
    height: 120px;
    display: block;
    background: url(../images/rotator-arr.png) no-repeat 0 50%;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 14px
}

div.articles-block a.right {
    left: auto;
    right: 14px;
    background-position: -20px 50%
}

div.articles-block a.left:hover {
    background-position: -40px 50%
}

div.articles-block a.right:hover {
    background-position: -60px 50%
}

div.articles-block div.scroller {
    width: 970px;
    overflow: hidden
}

div.articles-block td {
    width: 180px;
    padding: 0 30px
}

div.articles-block td a.image {
    display: block;
    width: 180px;
    height: 120px;
    text-align: left;
    margin-bottom: 12px;
    overflow: hidden
}

div.articles-block td a.image img {
    height: 118px;
    border: #e6e6e6 1px solid
}

div.articles-block td a.name {
    color: #3f76b8;
    font-size: 12px;
    text-decoration: underline
}

div.articles-block td a.name:hover {
    color: #e57c13
}

div.brands-block div.scroller {
    width: 950px
}

div.brands-block td {
    padding: 0 25px;
    width: 140px
}

div.brands-block td a.image {
    width: 140px;
    height: 80px;
    text-align: center;
    margin: 0
}

div.brands-block td a.image img {
    height: 80px
}

div.maneken {
    height: 250px;
    width: 550px;
    border: #d6d6d6 1px solid;
    border-radius: 4px;
    margin: 29px 0 0 -290px;
    position: relative
}

div.maneken table.main-rubs {
    float: left;
    width: 320px;
    margin: 0;
    position: absolute;
    left: 24px;
    top: 10px;
    background-color: #FFF;
    z-index: 2
}

div.maneken table.main-rubs td {
    padding: 0
}

div.maneken div.body {
    background: url(../images/maneken.jpg) no-repeat 0 0;
    width: 200px;
    height: 230px;
    position: absolute;
    left: 270px;
    top: 10px;
    z-index: 3
}

div.maneken div.body a {
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    text-decoration: none
}

div.maneken div.body a img {
    width: 31px;
    height: 31px;
    display: none
}

div.maneken div.body a:hover img,
div.maneken div.body a.sel img {
    display: block
}

div.doc-list {
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: #B9B9B9 1px dotted
}

div.doc-list div.image {
    float: left;
    width: 100px;
    margin: 0 12px 0 0;
    overflow: hidden
}

div.doc-list div.image img {
    width: 100px
}

div.doc-list div.info {
    float: left;
    width: 525px
}

div.doc-list div.dt {
    font-size: 11px;
    color: #2d761f
}

div.doc-list a.name {
    color: #0d3992;
    font-size: 17px;
    font-family: Arial
}

div.doc-list a.name:hover {
    color: #e57a12
}

div.doc-list a.name:active {
    color: #3f76b8
}

div.doc-list div.about {
    color: #3f3f3f;
    padding: 6px 0;
    font-size: 12px
}

div.doc-list div.more {
    text-align: left
}

div.doc-list div.more a {
    color: #0d3992;
    text-decoration: underline
}

div.doc-list div.more a:hover {
    color: #e57a12
}

div.doc-list div.more a:active {
    color: #3f76b8
}

.txt {
    font-size: 13px;
    color: #3F3F3F;
    font-family: Arial
}

.txt * {
    font-size: inherit;
    color: inherit;
    font-family: inherit
}

.txt h2 {
    font-size: 13px;
    font-weight: 700
}

.txt a {
    color: #3f76b8
}

.txt a.relative-link {
    color: #3F3F3F
}

.txt p {
    padding-bottom: 9px
}

.txt li {
    margin-left: 15px;
    padding: 3px 0
}

.txt div.image {
    float: left;
    width: 200px;
    margin: 0 12px 6px 0
}

.txt div.image img {
    width: 200px
}

.font-change {
    padding: 10px 10px 0 0;
    float: right
}

.font-change a {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: #594A5C 1px solid;
    color: #594A5C;
    text-decoration: none;
    font-size: 12px;
    font-family: Arial;
    margin-left: 4px;
    border-radius: 4px
}

.font-change a:hover {
    color: #FFF !important;
    background-color: #594A5C;
    text-decoration: none !important
}

ul.faq-q li {
    list-style-type: none;
    padding: 5px 0
}

ul.faq-q li a {
    color: #0d3992;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none
}

div.faq-sep {
    height: 22px;
    padding: 0;
    margin: 0;
    border-bottom: #dadada 1px solid
}

div.faq-q {
    padding: 32px 0 12px;
    font-weight: 700;
    color: #594A5C
}

div.faq-a,
div.faq-a * {
    color: #594A5C;
    line-height: 16px;
    font-size: 12px
}

div.faq-q span.mark,
div.faq-a span.mark {
    color: #e57a12;
    font-weight: 700
}

div.faq-a span.mark {
    float: left;
    padding-right: 4px
}

div.prod-docs-block {
    width: 140px;
    float: right
}

div.prod-docs-block a.item {
    display: block;
    line-height: 16px;
    padding: 0 0 3px 25px;
    background: url(../images/doc-icon.png) no-repeat 0 -80px;
    color: #3369aa;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 7px
}

div.prod-docs-block a.item span {
    border-bottom: #3f3f3f 1px dashed;
    color: #3f3f3f;
    font-size: 12px
}

div.prod-docs-block a.item:hover span {
    color: #3369aa;
    border-color: #3369aa
}

div.prod-docs-block a.delivery {
    background-position: 0 -57px
}

div.prod-docs-block a.payment {
    background-position: 0 -17px
}

div.prod-docs-block a.garantee {
    background-position: 0 0
}

div.prod-docs-block a.return {
    background-position: 0 -37px
}

div.prod-docs-block div.container {
    position: relative
}

div.prod-docs-block div.text-block {
    position: absolute;
    z-index: 1;
    top: -12px;
    right: 150px;
    background-color: #FFF;
    padding: 8px;
    border: #5187c8 2px solid;
    border-radius: 5px;
    box-shadow: #0000004a 0 0 25px;
    width: 250px;
    display: none;
    color: #000;
    font-size: 0.75em;
}

div.prod-docs-block div.text-block.wide {
    width: 300px
}

div.prod-docs-block div.text-block * {
    color: inherit;
    font-size: inherit
}

div.prod-docs-block div.text-block li {
    margin-left: 15px
}

div.prod-docs-block div.text-block p.more a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

div.prod-docs-block div.text-block p.more a:hover {
    color: #E57A12
}

div.prod-docs-block div.text-block div.corner {
    width: 13px;
    height: 23px;
    background: url(../images/corner.png) no-repeat 0 0;
    position: absolute;
    top: 10px;
    right: -13px
}

div.prod-docs-block .hover div.text-block {
    display: block
}

div.prod-benefits-block {
    width: 220px;
    margin: 0 -20px;
    background: #f4f4f4 url(../images/benefits-bg.png) repeat-x 0 100%
}

div.prod-benefits-block div.h {
    height: 27px;
    background: url(../images/benefits-header.png) no-repeat 100% 0;
    margin-bottom: 10px
}

div.prod-benefits-block a.item {
    display: block;
    line-height: 15px;
    padding: 4px 10px;
    background: url(../images/benefits-sep.png) no-repeat 23px 0;
    text-decoration: none;
    font-size: 12px;
    clear: left;
    min-height: 25px
}

div.prod-benefits-block div.container:first-child a.item {
    background: none
}

div.prod-benefits-block a.item span.name {
    color: #3369aa;
    font-size: 12px;
    display: block;
    margin-left: 16px
}

div.prod-benefits-block a.item:hover span.name {
    color: #e57a12
}

div.prod-benefits-block a.item span.icon {
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background: url(../images/benefits-arr.png) no-repeat 0 0;
    margin: 5px 0 0
}

div.prod-benefits-block a.item:hover span.icon {
    background-position: 0 -7px
}

div.prod-benefits-block div.container {
    position: relative
}

div.prod-benefits-block div.text-block {
    position: absolute;
    z-index: 11;
    top: -5px;
    right: 220px;
    background-color: #FFF;
    padding: 8px;
    border: #3F76B8 2px solid;
    border-radius: 5px;
    box-shadow: #333 0 0 6px;
    width: 280px;
    display: none;
    color: #000;
    font-size: 12px
}

div.prod-benefits-block div.text-block.wide {
    width: 300px
}

div.prod-benefits-block div.text-block * {
    color: inherit;
    font-size: inherit
}

div.prod-benefits-block div.text-block p {
    padding: 4px 0
}

div.prod-benefits-block div.text-block p.more a {
    color: #000
}

div.prod-benefits-block div.text-block p.more a:hover {
    color: #E57A12
}

div.prod-benefits-block div.text-block li {
    margin-left: 15px
}

div.prod-benefits-block div.text-block div.corner {
    width: 13px;
    height: 23px;
    background: url(../images/corner.png) no-repeat 0 0;
    position: absolute;
    top: 8px;
    right: -13px
}

div.prod-benefits-block .hover div.text-block {
    display: block
}

div.prod-benefits-block.bottom {
    width: 545px;
    border: #cacdcd 1px solid;
    border-radius: 4px;
    background: none;
    margin: 40px 10px;
    padding: 20px 0 10px;
    position: relative
}

div.prod-benefits-block.bottom div.h {
    background: url(../images/benefits-header-r.png) no-repeat 0 0;
    margin: 0;
    position: absolute;
    left: -1px;
    top: -14px;
    width: 210px;
    height: 28px
}

div.prod-benefits-block.bottom div.side {
    width: 50%;
    float: left
}

div.prod-benefits-block.bottom a {
    background: none
}

div.prod-benefits-block.bottom a span.name {
    font-weight: 400;
    font-size: 12px
}

div.prod-benefits-block.bottom div.text-block {
    right: auto;
    left: 0;
    top: 40px
}

div.prod-benefits-block.bottom div.text-block div.corner {
    width: 23px;
    height: 13px;
    background: url(../images/corner-v.png) no-repeat 0 0;
    position: absolute;
    top: -13px;
    left: 9px;
    right: auto
}

div.question-form {
    padding: 120px 0 25px;
    background: url(../images/doctor.png) no-repeat 50% 0
}

div.question-form div.q-message {
    color: #A00;
    padding-bottom: 5px
}

div.question-form textarea {
    width: 170px;
    height: 60px;
    padding: 4px;
    border: #8db3ce 1px solid;
    border-radius: 4px;
    resize: vertical
}

div.question-form input {
    width: 170px;
    padding: 4px 2px;
    border: #8db3ce 1px solid;
    border-radius: 4px;
    margin-bottom: 4px;
    display: none
}

div.question-form .focus input {
    display: block
}

div.question-form .focus textarea {
    height: 200px
}

div.question-form a.add {
    display: block;
    width: 65px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    overflow: hidden;
    text-indent: 200px;
    margin-top: 5px;
    background: url(../images/ask.png) no-repeat 0 0
}

div.question-form a.add:hover {
    background-position: 0 -25px
}

ul.question-list {
    list-style-type: none
}

ul.question-list li {
    padding: 11px 0;
    border-bottom: #EEE 1px solid
}

ul.question-list li div.question {
    color: #3369aa;
    font-size: 12px;
    font-weight: 700;
    font-family: Arial
}

ul.question-list li div.doctor {
    color: #6f6e6e;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    padding: 22px 0 6px;
    font-family: Arial
}

ul.question-list li div.answer {
    color: gray;
    font-size: 12px;
    font-style: italic;
    font-family: Arial;
    line-height: 16px
}

ul.question-list li div.answer a {
    font-size: 12px
}

ul.question-list li div.product {
    padding-top: 6px;
    text-align: right
}

ul.question-list li div.product a {
    color: #3F76B8;
    font-size: 11px;
    text-decoration: none
}

ul.question-list li div.product a:hover {
    text-decoration: underline
}

div.question-block ul.question-list li div.question,
div.question-block ul.question-list li div.answer {
    font-size: 11px
}

div.bread {
    margin: 0;
    color: #8a8a8a;
    padding: 0 0 10px
}

div.bread div.bread-link,
div.bread div.bread-last-link {
    float: left;
    height: 27px;
    line-height: 27px;
    position: relative;
}

div.bread div.bread-last-link {
    padding-left: 7px
}

div.bread div.bread-sub {
    padding: 0 7px 4px;
    z-index: 10;
    border: #FFF 1px solid;
    border-radius: 5px;
    background-color: #FFF
}

div.bread div.bread-sub div {
    display: none;
    clear: both
}

div.bread div.bread-sub div a {
    display: block;
    padding: 0 13px;
    line-height: 25px;
    color: #1a1a1a;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap
}

div.bread div.bread-sub div a:last-child {
    margin-bottom: 0.5em;
}

div.bread div.bread-sub div a:hover {
    background-color: #e5e5e5;
    border-radius: 12px
}

div.bread .link {
    color: #3f76b8;
    font-size: 18px;
    font-family: Arial;
    text-decoration: underline;
    display: block;
    height: 27px;
    line-height: 27px;
    padding-right: 15px;
    background: url(../images/bread-sub-arr.png) no-repeat 100% 12px;
    white-space: nowrap;
    float: left;
    cursor: pointer
}

div.bread span.link {
    cursor: default;
    text-decoration: none;
    color: #3F3F3F;
    background: none !important;
    font-size: 12px
}

div.bread .link span {
    font-size: 16px
}

div.bread a.link:hover,
div.bread .hover a.link {
    background-image: url(../images/bread-sub-arr-hover.png);
    color: #e57a12;
    text-decoration: none
}

div.bread .hover div.bread-sub {
    position: absolute;
    left: 0;
    top: 0;
    border-color: #dbdbdb;
    -moz-box-shadow: 3px 3px 7px 0 #999;
    -webkit-box-shadow: 3px 3px 7px 0 #999
}

div.bread .hover div.bread-sub div {
    display: block;
}

div.bread span.sep {
    display: block;
    float: left;
    margin: 5px 8px 0 12px;
    height: 27px;
    width: 5px;
    background: url(../images/bread-arr.jpg) no-repeat 0 50%
}

div.bread a.link:hover {
    text-decoration: none;
    color: #e57a12
}

div.bread a.link:active {
    color: #3f76b8
}

div.bread div.sem-rubs {
    background: url(../images/main-rubs-arr.png) no-repeat 100% 0;
    border-left: #f1982c 1px solid;
    height: 29px;
    line-height: 29px;
    padding: 0 50px 0 20px;
    float: left;
    margin: 5px 25px 0 -20px;
    position: relative
}

div.bread div.sem-rubs a.main {
    color: #e57a12;
    font-size: 16px;
    font-family: Arial;
    text-decoration: none
}

div.bread div.sem-rubs-window {
    position: absolute;
    z-index: 5;
    right: -656px;
    top: 27px;
    padding: 27px 23px 22px 22px;
    display: none
}

div.bread .hover div.sem-rubs-window {
    display: block
}

div.bread div.sem-rubs-window p.top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(../images/sem-window-top.png) no-repeat 0 0;
    height: 27px
}

div.bread div.sem-rubs-window p.right {
    position: absolute;
    top: 27px;
    right: 0;
    bottom: 22px;
    background: url(../images/sem-window-right.png) repeat-y 0 0;
    width: 23px
}

div.bread div.sem-rubs-window p.bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../images/sem-window-bottom.png) no-repeat 0 0;
    height: 22px
}

div.bread div.sem-rubs-window p.left {
    position: absolute;
    top: 27px;
    left: 0;
    bottom: 22px;
    background: url(../images/sem-window-left.png) repeat-y 0 0;
    width: 22px
}

div.bread div.sem-rubs-menu {
    background-color: #FFF;
    padding: 12px;
    width: 680px
}

div.bread div.sem-rubs-block {
    display: none
}

div.bread div.sel {
    display: block
}

div.bread div.sem-rubs-title {
    color: #3369aa;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial;
    line-height: 18px;
    height: 18px;
    margin: -2px 0 7px
}

div.bread div.sem-rubs-cat {
    margin-left: -4px;
    width: 675px
}

div.bread div.sem-rubs-cat div.sem-col {
    width: 220px;
    float: left;
    padding-right: 5px
}

div.bread div.sem-rubs-cat a {
    display: block;
    padding: 1px 5px;
    line-height: 16px;
    margin: 0 0 6px;
    color: #818181;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none
}

div.bread div.sem-rubs-cat a:hover {
    text-decoration: underline;
    background-color: #e57a12;
    color: #FFF !important
}

div.bread div.sem-rubs-all {
    background: url(../images/sem-rubs-sep.png) no-repeat 50% 0;
    margin: 8px 0 8px -6px;
    height: 30px;
    padding-top: 18px
}

div.bread div.sem-rubs-all a {
    display: block;
    float: left;
    height: 30px;
    padding: 0 6px 0 0;
    text-decoration: none !important;
    margin-right: 3px
}

div.bread div.sem-rubs-all a span {
    display: block;
    padding: 3px 0 0 6px;
    height: 27px;
    line-height: 27px;
    color: #3369aa;
    font-weight: 700;
    text-transform: uppercase
}

div.bread div.sem-rubs-all a:hover,
div.bread div.sem-rubs-all a.sel {
    background: url(../images/sem-rubs-all-right.png) no-repeat 100% 0
}

div.bread div.sem-rubs-all a:hover span,
div.bread div.sem-rubs-all a.sel span {
    background: url(../images/sem-rubs-all-left.png) no-repeat 0 0;
    color: #FFF
}

table.social td {
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px
}

table.social td.n {
    padding-right: 8px;
    color: #000
}

table.social td img {
    height: 16px
}

div.pager {
    margin-bottom: 20px
}

div.pager a {
    color: #3f76b8;
    text-decoration: underline;
    font-size: 15px;
    font-family: Arial
}

div.pager a:hover {
    color: #e57a12
}

div.pager a:active {
    color: #c5c5c5
}

div.pager .all a {
    font-size: 12px
}

div.pager td.prev a,
div.pager td.next a,
div.pager td.home a,
div.pager td.end a {
    text-decoration: none !important
}

div.pager td.home a,
div.pager td.end a {
    font-size: 13px
}

div.pager td {
    line-height: 17px;
    padding: 0 22px;
    color: #3f76b8;
    font-size: 12px
}

div.pager td.cur,
div.pager td.cur * {
    color: #e57a12;
    font-size: 15px;
    font-family: Arial;
    font-weight: 700
}

div.prod-order {
    height: 22px;
    padding: 0 32px 16px 0;
    line-height: 22px
}

div.prod-order-container {
    float: left;
    color: #222;
    position: relative;
    margin-right: 5px
}

div.prod-order-container p {
    float: left;
    color: #1a1a1a;
    font-size: 11px;
    font-family: Arial;
    line-height: 22px;
    padding-right: 5px
}

div.prod-order-container span {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    padding: 0 24px 0 6px;
    background: #FFF url(../images/order-arr.jpg) no-repeat 100% 50%;
    cursor: pointer;
    border-color: #b0b0b0 #dfdfdf #e6e8e7;
    border-width: 1px;
    border-style: solid;
    display: block;
    float: left;
    font-size: 11px;
    font-family: Arial;
    color: #1a1a1a
}

div.prod-order-container span:hover {
    text-decoration: none
}

div.prod-order-list {
    position: absolute;
    padding: 0;
    background-color: #FFF;
    border: #b0b0b0 1px solid;
    z-index: 5;
    width: 160px;
    right: 0;
    top: 21px;
    display: none
}

div.prod-order-list a {
    display: block;
    text-decoration: none;
    padding: 3px 7px;
    text-align: right;
    color: #1a1a1a
}

div.prod-order-list a:hover {
    background-color: #e6e8e7
}

.hover div.prod-order-list {
    display: block
}

.prod__view-type {
    display: flex;
}

.show_catalog_block-icon,
.show_catalog_list-icon {
    display: block;
    width: 29px;
    height: 29px;
    background: url('../images/bs/list-switch.jpg') no-repeat 0 0;
}

.show_catalog_block-icon {
    background: url('../images/bs/list-switch.jpg') -29px 0px no-repeat;
    margin-left: 1.5em;
}

.show_catalog_block-icon:hover,
.show_catalog_block-icon.active {
    background-position: -29px -29px;
}

.show_catalog_list-icon:hover,
.show_catalog_list-icon.active {
    background-position: 0px -29px;
}

div.prod-limit {
    float: left;
    margin-right: 4px
}

div.prod-limit div.prod-order-list {
    left: auto;
    right: 0;
    width: 60px
}

div.prod-limit div.prod-order-list a {
    text-align: right
}

div.page-separator {
    height: 27px;
    background: #FFF url(../images/page-sep.jpg) no-repeat 50% 0
}

div.page-separator-b {
    height: 27px;
    background: #FFF url(../images/page-sep.jpg) no-repeat 50% -24px
}

table.products-list td {
    vertical-align: top;
    text-align: left
}

table.products-list td.image {
    width: 120px;
    padding: 20px 20px 17px 0;
    border-bottom: #CCC 1px dotted
}

table.products-list td.image a {
    display: block;
    width: 120px;
    text-decoration: none;
    position: relative
}

table.products-list td.image a img {
    width: 120px
}

table.products-list td.out img {
    opacity: .65
}

table.products-list td.descr {
    padding: 16px 8px 17px 0;
    border-bottom: #CCC 1px dotted
}

table.products-list td.descr a.name {
    color: #3369aa;
    font-size: 17px;
    font-family: Arial;
    text-decoration: none
}

table.products-list td.descr a.name span {
    margin-right: 9px;
    font-size: 17px;
    font-family: Arial
}

table.products-list td.descr a.name:hover {
    color: #e57a12
}

table.products-list td.descr a.name:active {
    color: #3f76b8
}

table.products-list td.descr a.name img {
    margin: 3px 0 -5px
}

table.products-list td a.name img {
    display: none
}

table.products-list td.out a.name img.not-avail {
    display: inline
}

table.products-list td.descr div.text {
    margin: 8px 0
}

table.products-list td.descr div.text,
table.products-list td.descr div.text * {
    color: #1a1a1a;
    font-size: 11px;
    font-family: Arial;
    line-height: 16px
}

table.products-list .prod-action {
    display: block;
    border: #e57a12 1px solid;
    border-radius: 5px;
    padding: 9px;
    width: 300px;
    color: #111;
    font-size: 12px;
    font-family: Arial;
    margin-bottom: 7px;
    text-decoration: none
}

table.products-list .prod-action img {
    width: 60px;
    float: left;
    border: #cacdcd 1px solid;
    margin-right: 8px
}

table.products-list .prod-action span.name {
    color: #e57a12;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    font-family: Arial
}

table.products-list td.descr div.text {
    position: relative;
    height: 65px;
    margin-bottom: 12px
}

table.products-list td.descr div.text div.full-text {
    height: 65px
}

table.products-list td.descr div.text div.full-text-content {
    overflow: hidden;
    height: 65px
}

table.products-list td.descr div.text div.more {
    padding-top: 10px
}

table.products-list td.descr div.text div.more a {
    color: #11468c
}

table.products-list td.descr div.hover {
    z-index: 10
}

table.products-list td.descr div.hover div.full-text {
    position: absolute;
    z-index: 5;
    padding: 6px;
    left: -7px;
    top: -7px;
    right: -7px;
    border: #b9b9b9 1px solid;
    border-radius: 5px;
    box-shadow: 4px 4px 5px #ccc;
    background-color: #FFF;
    height: auto;
    cursor: default
}

table.products-list td.descr div.hover div.full-text-content {
    height: auto;
    width: auto
}

table.products-list td.out div.text,
table.products-list td.out div.text * {
    color: #8a8a8a
}

table.products-list td.descr td.price-word {
    font-size: 13px;
    color: #3369aa;
    font-weight: 400;
    width: 40px;
    vertical-align: middle
}

table.products-list td.descr td.price {
    font-size: 15px;
    font-weight: 700;
    font-family: Arial;
    color: #e57a12;
    width: 80px;
    vertical-align: middle
}

table.products-list td.out td.price {
    color: #3369aa
}

table.products-list td.price div.old-price {
    color: #777;
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through
}

table.products-list td.buy-button {
    padding-right: 18px
}

table.products-list td.buy-button a.buy-button {
    display: block;
    width: 105px;
    height: 33px;
    background: url(../images/buy-button-m.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -500px
}

table.products-list td.buy-button a.buy-button:hover {
    background-position: 0 -33px
}

table.products-list td.compare-button {
    vertical-align: middle
}

div.compare-button a {
    color: #3c3c3c;
    text-decoration: underline
}

div.compare-button a:hover {
    color: #e57a12;
    text-decoration: none
}

div.compare-button input {
    float: left;
    margin-right: 4px
}

table.products-list td.descr .buttons div a.buy-button {
    background: url(../images/ico/but-cart.png) no-repeat 10px 50%;
    border-right: #d8d8d8 1px solid;
    border-left: #f8f8f8 1px solid
}

table.products-list .mark-newitem td.image a span.mark {
    display: block;
    width: 32px;
    height: 31px;
    background: url(../images/ico/mark-new.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    right: -15px
}

table.products-list .mark-recommend a.name img.hit {
    display: inline
}

table.products-list-block td {
    width: 168px;
    padding: 10px;
    vertical-align: top
}


div.product-list-block span.articul {
    display: block;
    height: 16px;
    font-size: 11px;
    color: #8a8a8a;
    line-height: 11px
}

div.product-list-block a.img {
    display: block;
    width: 140px;
    height: 140px;
    position: relative;
    margin-bottom: 12px
}

div.product-list-block a.img span.mark span {
    display: block;
    float: right;
    clear: right
}

div.product-list-block a.img img {
    width: 140px
}

div.product-list-block a.img img.v {
    height: 140px;
    width: auto
}

div.product-list-block div.prod-rating {
    height: 15px
}

div.product-list-block div.prod-rating div.opinion {
    float: left;
    margin: 0 10px 0 0
}

div.product-list-block div.prod-rating a {
    font-size: 11px;
    color: #f08c2b;
    float: right;
    line-height: 13px;
    white-space: nowrap
}

div.product-list-block div.prod-rating a:hover {
    text-decoration: none
}

div.product-list-block a.name {
    color: #3369aa;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
    text-decoration: none;
    line-height: 15px;
    display: block;
    height: 75px;
    overflow: hidden;
    position: relative
}

div.product-list-block a.name:hover {
    text-decoration: none;
    color: #e57a12
}

div.product-list-block a.name:active {
    color: #3f76b8
}

div.product-list-block a.name span.fade {
    display: block;
    background: url(../images/fade-grad.png) repeat-x 0 0;
    height: 13px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

div.product-list-block div.info {
    margin-top: -8px;
    height: 45px;
    position: relative;
    z-index: 1
}

div.product-list-block span.price-word {
    color: #3369aa;
    font-size: 12px
}

div.product-list-block span.price {
    color: #e57a12;
    font-size: 15px;
    font-family: Arial;
    line-height: 29px;
    font-weight: 700;
    display: block;
    float: left
}

div.product-list-block a.buy-button {
    display: block;
    width: 73px;
    height: 33px;
    background: url(../images/buy-button-m2.png) no-repeat 0 0;
    float: right;
    text-indent: -500px;
    overflow: hidden;
    margin-top: 3px
}

div.product-list-block a.buy-button:hover {
    background-position: 0 -33px
}

div.product-list-block a.more {
    color: #818181;
    font-size: 12px;
    text-decoration: none
}

div.product-list-block a.more:hover {
    color: #3369aa
}

.mark-popular div.product-list-block a.img span.popular {
    width: 97px;
    height: 35px;
    background: url(../images/ico/mark-hit.png) no-repeat 0 0
}

.mark-recommend div.product-list-block a.img span.recommend {
    width: 97px;
    height: 35px;
    background: url(../images/ico/mark-recommend.png) no-repeat 0 0
}

.mark-newitem div.product-list-block a.img span.newitem {
    width: 45px;
    height: 45px;
    background: url(../images/ico/mark-new.png) no-repeat 0 0
}

.mark-action div.product-list-block a.img span.action {
    width: 97px;
    height: 35px;
    background: url(../images/ico/mark-action.png) no-repeat 0 0
}

table.price-list td.sklad {
    text-align: center;
    white-space: nowrap;
    color: #c5c5c5
}

table.price-list td.sklad span {
    color: #3f76b8
}

table.price-list td.price {
    white-space: nowrap;
    text-align: right;
    color: #E57A12
}

div.filter {
    width: 160px;
    margin-bottom: 35px
}

div.filter div.filter-param {
    color: #1a1a1a;
    font-size: 15px;
    padding: 20px 15px 10px;
    clear: both;
    font-family: Arial
}

div.filter div.filter-price {
    padding: 0 0 15px;
    height: 5px
}

div.filter div.filter-price-vals {
    font-weight: 400;
    color: #010101;
    padding: 0
}

div.filter div.filter-price-vals input {
    width: 43px;
    height: 16px;
    text-align: center;
    color: #3f3f3f;
    margin: 0 2px;
    border: #cdcdcd 1px solid;
    border-radius: 3px
}

div.filter div.filter-price-vals span {
    display: block;
    padding-top: 8px
}

div.filter div.filter-price-vals a.apply {
    color: #AAA !important;
    text-decoration: none !important
}

div.filter div.filter-price-vals a.active {
    color: #e57a12 !important;
    text-decoration: underline !important
}

div.filter div.filter-price-vals a.reset {
    float: right;
    color: #3f3f3f;
    margin-top: 2px;
    text-decoration: none
}

div.filter div.filter-drop {
    padding: 12px 0 0 24px;
    clear: both
}

div.filter div.filter-drop a {
    color: #8A8A8A;
    text-decoration: underline
}

div.filter div.filter-drop a:hover {
    color: #e57a12;
    text-decoration: none
}

div.filter div.filter-drop a:active {
    color: #3f76b8
}

.option {
    display: block;
    margin-bottom: .75em;
    line-height: 1.75em;
}

.check__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
    border: 0;
}

.check__box {
    position: absolute;
    margin-top: 0;
    margin-left: -2.5em;
    width: 1.75em;
    height: 1.75em;
    overflow: hidden;
    border-radius: .25em;
    background: #fff;
    border: 1px solid #949494;
    cursor: pointer;
}

.checkbox__label.disabled,
.checkbox__label.disabled a,
.checkbox__label.disabled span {
    cursor: no-drop;
}

.check__input:checked+.check__box {
    background: #e88116;
    border: 1px solid #e88116;
}

.checkbox__label a {
    color: #000;
}

.checkbox__label.disabled a {
    color: #c7c7c7;
}

.checkbox__label.disabled .check__box {
    border: 1px solid #c7c7c7;
}

.checkbox__label.disabled a:hover {
    color: #c7c7c7;
}

.check {
    padding-left: 3em;
}

.nav-link-collapse.filter-param {
    font-weight: bold;
    font-size: 1.15em;
    display: block;
    cursor: pointer;
    position: relative;
}

.nav-link-collapse.filter-param:after {
    display: block;
    position: absolute;
    content: '';
    transform: rotate(-135deg);
    width: 6px;
    height: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
    top: 50%;
    right: 0;
}

.nav-link-collapse.filter-param.collapsed:after { 
    transform: rotate(45deg);
    margin-top: -4px;
}

.left-col div.sep {
    height: 1px;
    line-height: 1px;
    border-bottom: #e5e5e5 1px solid;
    clear: both;
    padding-top: 10px
}

div.rubrikator {
    width: 160px;
    overflow: hidden
}

div.rubrikator p.rb-name {
    color: #1a1a1a;
    font-size: 15px;
    padding: 0 0 10px;
    font-family: Arial
}

ul.rb-rubs {
    display: block;
    list-style-type: none;
    margin: 0 0 0 10px
}

ul.rb-rubs li {
    padding: 4px 20px 5px 18px;
    color: #666
}

ul.rb-rubs li a {
    text-decoration: none;
    color: #3f76b8;
    font-size: 14px;
    line-height: 15px
}

ul.rb-rubs li a span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

ul.rb-rubs li a span.name {
    text-decoration: none
}

ul.rb-rubs li a:hover,
ul.rb-rubs li a:hover span {
    text-decoration: underline;
    color: #e57a12
}

ul.rb-rubs li a:active {
    color: #3f76b8
}

ul.rb-rubs li.l1 {
    padding-left: 0
}

ul.rb-rubs li.l3 {
    padding-left: 36px
}

ul.rb-rubs li a.sel {
    font-weight: 700;
    color: #e57a12;
    text-decoration: underline
}

div.rubrikator-hide {
    overflow: hidden;
    position: relative;
}

div.rubrikator-hide div.fade {
    height: 26px;
    background: url(../images/side-block-fade-bg.png) repeat-x 0 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    z-index: 1
}

div.rubrikator-hide div.more {
    position: absolute;
    height: 42px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #FFF
}

div.rubrikator-hide div.more a {
    display: block;
    padding-right: 12px;
    height: 13px;
    background: url(../images/vertical-arr.png) no-repeat 100% 6px;
    text-decoration: none !important;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2
}

div.rubrikator-hide.open div.more a {
    background-position: 100% -15px
}

div.rubrikator-hide div.more a span {
    border-bottom: #818181 1px dashed;
    color: #818181;
    font-size: 11px
}

div.rubrikator-hide div.more a:hover span {
    border: none
}

div.rubrikator-hide.open div.fade,
div.rubrikator-hide.disabled div.fade,
div.rubrikator-hide.disabled div.more {
    display: none
}

div.rubrikator-hide.disabled {
    padding-bottom: 0
}

div.prod-comments-block {
    width: 180px
}

div.prod-comments-block div.header {
    white-space: nowrap
}

div.prod-comments-block div.container {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px
}

div.prod-comments-block div.container.long {
    height: 60px
}

div.prod-comments-block div.container.long div.fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 22px;
    background: url(../images/comments-fade.png) repeat-x 0 100%;
    z-index: 2
}

div.prod-comments-block a.name {
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #3369aa;
    text-decoration: none
}

div.prod-comments-block a.name:hover {
    text-decoration: underline
}

div.prod-comments-block span.date {
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #888
}

div.prod-comments-block div.text {
    padding-top: 7px;
    font-size: 12px;
    color: #444
}

div.for-gift-block {
    background-color: #f4f4f4;
    border-radius: 5px;
    padding: 10px 16px;
    width: 150px;
    margin: 0 -20px
}

div.for-gift-block div.g-header {
    color: #1a1a1a;
    font-size: 15px;
    padding: 0 0 10px;
    font-family: Arial;
    text-align: center
}

div.for-gift-block div.for-gift-product {
    padding: 17px 0;
    border-bottom: #d1d8d8 1px solid
}

div.for-gift-block a.name {
    font-size: 12px;
    color: #3369aa;
    text-decoration: none
}

div.for-gift-block a.image {
    display: block;
    width: 148px;
    height: 97px;
    border: #cacdcd 1px solid;
    background-color: #FFF;
    overflow: hidden;
    text-align: center;
    margin: 11px 0
}

div.for-gift-block a.image img {
    height: 97px
}

div.for-gift-block div.info {
    height: 29px;
    line-height: 29px
}

div.for-gift-block span.price {
    display: block;
    height: 29px;
    line-height: 29px;
    float: left;
    color: #e57a12;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial
}

div.for-gift-block a.buy-button {
    display: block;
    width: 41px;
    height: 29px;
    background: url(../images/buy-button-s.png) no-repeat 0 0;
    float: right;
    text-indent: -500px;
    overflow: hidden
}

div.for-gift-block a.buy-button:hover {
    background-position: 0 -29px
}

div.popular-block {
    border-top: #FFF 18px solid;
    width: 180px;
    padding: 0 20px;
    margin: 0 -20px 50px
}

div.popular-block div.popular-product {
    padding: 17px 0;
    border-bottom: #dbe0e1 1px solid
}

div.popular-block a.name {
    color: #3369aa;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 10px;
    display: block
}

div.popular-block a.name:hover {
    color: #e57a12
}

div.popular-block a.image {
    display: block;
    width: 98px;
    height: 98px;
    border: #cacdcd 1px solid;
    float: left;
    overflow: hidden;
    background-color: #FFF
}

div.popular-block a.image img {
    width: 98px
}

div.popular-block a.image img.v {
    width: auto;
    height: 98px
}

div.popular-block div.info {
    float: right;
    width: 70px
}

div.popular-block span.price {
    display: block;
    height: 29px;
    line-height: 29px;
    color: #e57a12;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial
}

div.popular-block a.buy-button {
    display: block;
    width: 41px;
    height: 29px;
    background: url(../images/buy-button-s.png) no-repeat 0 0;
    text-indent: -500px;
    overflow: hidden
}

div.popular-block a.buy-button:hover {
    background-position: 0 -29px
}

div.suggest-block {
    margin: 20px 0;
    width: 260px
}

div.suggest-block div.item {
    border-bottom: #DDD 1px solid;
    padding: 6px
}

div.suggest-block div.item div.image {
    width: 100px;
    float: left
}

div.suggest-block div.item div.image img {
    width: 100px
}

div.suggest-block div.item div.image img.v {
    width: auto;
    height: 100px
}

div.suggest-block div.item div.info {
    width: 140px;
    float: right
}

div.suggest-block div.item div.info a.name {
    font-size: 13px;
    color: #3369aa;
    text-decoration: none
}

div.suggest-block div.item div.info a.name:hover {
    color: #e57c13
}

div.suggest-block div.item div.info div.price {
    font-size: 15px;
    font-weight: 700;
    color: #e57a12;
    padding: 6px 0;
    font-family: Arial
}

div.suggest-block div.item div.info a.buy-button {
    display: block;
    width: 41px;
    height: 29px;
    background: url(../images/buy-button-s.png) no-repeat 0 0;
    text-indent: -500px;
    overflow: hidden
}

div.analog-block {
    border: #b4b4b4 1px solid;
    border-radius: 4px;
    width: 430px;
    position: relative;
    height: 230px;
    margin-top: 20px
}

div.analog-block div.h {
    position: absolute;
    background: #FFF url(../images/header-arr-v.png) no-repeat 5px 0;
    padding: 0 8px 0 28px;
    left: 20px;
    top: -7px;
    font-size: 15px;
    color: #555;
    font-family: Arial;
    line-height: 15px
}

div.analog-block div.container {
    width: 392px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 19px
}

div.analog-block div.product {
    padding: 0 10px;
    border-right: #e8e8e8 1px solid;
    width: 110px;
    height: 200px
}

div.analog-block a.name {
    color: #333;
    font-size: 11px;
    line-height: 16px;
    text-decoration: none;
    display: block;
    height: 48px;
    overflow: hidden
}

div.analog-block a.name:hover {
    color: #d74558
}

div.analog-block a.image {
    display: block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    background-color: #FFF
}

div.analog-block a.image img {
    width: 110px
}

div.analog-block a.image img.v {
    width: auto;
    height: 110px
}

div.analog-block div.price {
    color: #d90722;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial;
    padding: 0 !important
}

div.analog-block a.left,
div.analog-block a.right {
    display: block;
    width: 15px;
    height: 60px;
    background: url(../images/analog-controls.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -30px
}

div.analog-block a.left {
    left: 0
}

div.analog-block a.right {
    right: 0;
    background-position: -15px 0
}

div.analog-block a.left:hover {
    background-position: 0 -60px
}

div.analog-block a.right:hover {
    background-position: -15px -60px
}

div.product-image {
    width: 290px;
    background-color: #e6e6e6;
    float: left
}

div.product-image a.main {
    display: block;
    width: 288px;
    border: #dadada 1px solid;
    position: relative
}

div.product-image a.main span.square {
    display: block;
    width: 288px;
    overflow: hidden
}

div.product-image a.main img {
    width: 288px
}

div.product-image a.main img.v {
    width: auto;
    height: 288px
}

div.product-image a.main span.mark {
    display: block;
    position: absolute;
    top: -12px;
    right: -5px
}

div.product-image a.main span.mark span {
    display: block;
    float: right;
    clear: right
}

.mark-popular div.product-image a.main span.popular {
    width: 97px;
    height: 35px;
    background: url(../images/ico/mark-hit.png) no-repeat 0 0
}

.mark-recommend div.product-image a.main span.recommend {
    width: 97px;
    height: 35px;
    background: url(../images/ico/mark-recommend.png) no-repeat 0 0
}

.mark-newitem div.product-image a.main span.newitem {
    width: 45px;
    height: 45px;
    background: url(../images/ico/mark-new.png) no-repeat 0 0
}

.mark-action div.product-image a.main span.action {
    width: 97px;
    height: 35px;
    background: url(../images/ico/mark-action.png) no-repeat 0 0
}

div.product-image div.other-images {
    width: 290px;
    height: 70px;
    padding: 5px 0;
    background-color: #FFF
}

div.product-image div.other-scroll {
    width: 290px;
    height: 70px;
    overflow: hidden
}

div.product-image div.other-scroll div {
    width: 300px
}

div.product-image div.other-images img {
    height: 68px;
    width: 68px;
    margin-right: 3px;
    border: #dadada 1px solid
}

div.product-info {
    padding-left: 20px;
    float: left;
    width: 430px
}

div.product-info h1 {
    line-height: 21px;
    font-size: 18px;
    color: #000;
    font-family: Arial;
    display: inline
}

div.product-info span.articul {
    font-size: 11px;
    color: #818181;
    margin-left: 10px
}

div.product-info div.preview-text-block {
    margin: 15px 0 5px;
    height: 65px;
    position: relative
}

div.product-info div.preview-text-block div.preview-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 11px;
    background-color: #FFF;
    z-index: 1
}

div.product-info div.preview-text-block span.fade {
    display: block;
    height: 13px;
    background: url(../images/fade-grad.png) repeat-x 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 1
}

div.product-info div.preview-text-block div.preview-text {
    font-size: 13px;
    color: #3f3f3f;
    line-height: 16px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 5px
}

div.product-info div.preview-text-block div.preview-text * {
    font-size: inherit;
    color: inherit
}

div.product-info div.preview-text-block a.more {
    float: right;
    font-size: 12px;
    color: #818181;
    text-decoration: none;
    display: block;
    height: 13px;
    background: url(../images/arrows-v.png) no-repeat 100% 5px;
    padding-right: 11px
}

div.product-info div.preview-text-block a.more:hover {
    text-decoration: underline
}

div.product-info div.preview-text-block a.more span {
    font-size: 12px
}

div.product-info div.preview-text-block a.more span.close {
    display: none
}

div.product-info div.preview-text-block div.price {
    padding: 0;
    float: left;
    display: none
}

div.product-info div.preview-text-block div.preview-container.open {
    padding: 5px 10px;
    border: #dadada 1px solid;
    border-radius: 5px;
    top: -6px;
    left: -11px;
    right: 0
}

div.product-info div.preview-text-block div.preview-container.open div.preview-text {
    height: auto;
    margin-bottom: 10px
}

div.product-info div.preview-text-block div.preview-container.open span.fade {
    display: none
}

div.product-info div.preview-text-block div.preview-container.open div.price {
    display: block
}

div.product-info div.preview-text-block div.preview-container.open a.more {
    background-position: 100% -10px
}

div.product-info div.preview-text-block div.preview-container.open a.more span.open {
    display: none
}

div.product-info div.preview-text-block div.preview-container.open a.more span.close {
    display: inline
}

div.product-info div.preview-text-block.auto {
    height: auto;
    margin-bottom: 0
}

div.product-info div.preview-text-block.auto div.preview-container {
    position: static
}

div.product-info div.preview-text-block.auto div.preview-text {
    height: auto
}

div.product-info div.preview-text-block.auto span.fade {
    display: none
}

div.product-info div.preview-text-block.auto a.more {
    display: none
}

div.product-info div.price {
    line-height: 18px;
    height: 18px;
    padding: 20px 0 15px
}

div.product-info div.price span.price-word {
    color: #3369aa;
    font-size: 12px
}

div.product-info div.price .pr {
    color: #e57a12;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial;
    margin-right: 6px
}

div.product-info div.price .cur {
    color: #e57a12;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial;
    margin-right: 12px
}

div.product-info div.price .old {
    color: #777;
    font-size: 13px;
    margin-right: 12px;
    font-style: italic
}

div.product-info div.price .old span {
    color: #777;
    font-size: 13px;
    text-decoration: line-through
}

div.product-info div.price .stock-in {
    color: #818181;
    font-size: 13px;
    font-family: Arial;
    font-style: italic
}

div.product-info div.price .stock-out {
    color: #138fa0;
    font-size: 13px;
    font-family: Arial;
    font-style: italic
}

div.in div.price .stock-out {
    display: none
}

div.out div.price .stock-in {
    display: none
}

div.product-info div.extended-param {
    font-size: 11px;
    color: #3c3c3c;
    float: left;
    margin: 0 10px 8px 0
}

div.product-info div.extended-param * {
    font-size: 11px;
    color: #3f3f3f
}

div.product-info div.extended-param select {
    border: #dadada 1px solid;
    border-radius: 3px
}

div.buy-button {
    padding-bottom: 6px
}

div.buy-button a {
    display: block;
    text-decoration: none;
    background: url(../images/buy-button-large.png) no-repeat 0 0;
    width: 148px;
    height: 55px;
    overflow: hidden;
    text-indent: -300px
}

div.buy-button a:hover {
    background-position: 0 -55px
}

div.product-info div.buy-button {
    float: left
}

div.product-info div.compare-button {
    width: 90px;
    clear: left
}

div.product-info div.compare-button input {
    margin-top: 1px
}

div.product-info div.compare-button a {
    display: block;
    float: left;
    width: 70px
}

div.product-info .prod-action {
    border: #3f76b8 1px solid;
    border-radius: 5px;
    padding: 8px;
    font-size: 12px;
    color: #111;
    font-family: Arial;
    display: block;
    text-decoration: none;
    margin-top: 5px;
    box-shadow: #d6e4f5 0 0 5px
}

div.product-info .prod-action img {
    float: left;
    width: 60px;
    border: #cacdcd 1px solid;
    margin-right: 8px;
    display: none
}

div.product-info .prod-action span.name {
    display: block;
    font-size: 14px;
    color: #e57a12;
    font-family: Arial
}

div.product-info div.social {
    float: left;
    clear: left;
    margin-top: 16px;
    height: 24px
}

div.product-info div.social div.vk {
    float: left;
    width: 85px;
    height: 22px;
    margin-right: 5px
}

div.product-info div.social div.fb {
    float: left;
    width: 110px;
    height: 22px;
    margin-right: 5px
}

div.product-info div.social div.gg {
    float: left;
    width: 70px
}

div.product-info div.prod-rating {
    clear: left;
    padding-top: 8px;
    width: 160px
}

div.product-info div.prod-rating div.opinion {
    float: left;
    margin-right: 10px
}

div.product-info div.prod-rating a {
    color: #3c3c3c;
    text-decoration: underline
}

div.product-info div.prod-rating a:hover {
    color: #e57a12;
    text-decoration: none
}

div.prod-image-viewer {
    width: 750px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto
}

table.viewer-view {
    width: 750px;
    height: 500px
}

table.viewer-view td {
    padding: 10px;
    text-align: center;
    vertical-align: middle
}

table.viewer-view td.viewer-prev,
table.viewer-view td.viewer-next {
    width: 50px
}

table.viewer-view td.viewer-prev a,
table.viewer-view td.viewer-next a {
    display: block;
    text-decoration: none;
    height: 340px;
    width: 20px
}

table.viewer-view td.viewer-prev a {
    background: url(../images/rotator-arr.png) no-repeat 0 50%
}

table.viewer-view td.viewer-prev a:hover {
    background-position: -40px 50%
}

table.viewer-view td.viewer-next a {
    background: url(../images/rotator-arr.png) no-repeat -20px 50%
}

table.viewer-view td.viewer-next a:hover {
    background-position: -60px 50%
}

table.viewer-view td.viewer-image {
    width: 530px
}

table.viewer-view div.viewer-view-area {
    width: 530px;
    height: 500px;
    overflow: hidden;
    text-align: center
}

table.viewer-view div.viewer-view-area img {
    height: 500px
}

table.viewer-view td.viewer-images-list {
    width: 80px
}

table.viewer-view div.viewer-images-scroller {
    height: 340px;
    overflow: hidden
}

table.viewer-view a.viewer-up {
    display: block;
    width: 50px;
    height: 9px;
    background: url(../images/arr-up.png) 50% 0 no-repeat;
    margin: 0 auto 5px
}

table.viewer-view a.viewer-down {
    display: block;
    width: 50px;
    height: 9px;
    background: url(../images/arr-down.png) 50% 0 no-repeat;
    margin: 5px auto 0
}

table.viewer-view a.viewer-up:hover,
table.viewer-view a.viewer-down:hover {
    background-position: 50% -10px
}

table.viewer-images td {
    width: 70px;
    height: 70px;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle
}

table.viewer-images a {
    display: block;
    width: 66px;
    height: 66px;
    overflow: hidden;
    text-align: center;
    margin: 2px
}

table.viewer-images a.sel,
table.viewer-images a:hover {
    border: #3f76b8 2px solid;
    margin: 0
}

table.viewer-images img {
    height: 66px
}

div.viewer-buy {
    width: 300px;
    height: 44px;
    margin: 15px auto 0
}

div.viewer-buy div.buy-button {
    float: left
}

div.viewer-buy div.price {
    float: left;
    margin-right: 22px;
    font-size: 16px;
    color: #e57a12;
    line-height: 44px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}

div.viewer-buy div.price span.cur {
    color: #e57a12;
    font-size: 18px
}

div.viewer-buy div.price span.grn {
    font-size: 17px
}

div.viewer-buy span.stock-in,
div.viewer-buy span.stock-out {
    display: none
}

div.poduct-kit {
    padding: 18px 0 25px
}

div.poduct-kit div.act {
    color: #3f76b8;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial
}

div.poduct-kit div.kit-name {
    font-size: 15px;
    font-family: Arial;
    color: #111;
    padding: 4px 0 7px;
    display: none
}

div.poduct-kit div.kit-name.sel {
    display: block
}

div.poduct-kit table.kit-view {
    width: 100%;
    border: #3f76b8 1px solid;
    border-radius: 5px
}

div.poduct-kit table.kit-view td {
    text-align: left;
    vertical-align: middle;
    padding: 8px
}

table.kit-view td.left,
table.kit-view td.right {
    width: 20px
}

table.kit-view td.left a,
table.kit-view td.right a {
    display: block;
    width: 20px;
    height: 100px;
    background: url(../images/rotator-arr.png) no-repeat -40px 50%
}

table.kit-view td.right a {
    background-position: -60px 50%
}

table.kit-view td.left a:hover {
    background-position: 0 50%
}

table.kit-view td.right a:hover {
    background-position: -20px 50%
}

table.kit-view div.kit-block {
    display: none
}

table.kit-view div.kit-block.sel {
    display: block
}

table.kit-view div.kit-product {
    float: left;
    width: 160px;
    text-align: left;
    padding: 20px 20px 25px 50px;
    background: url(../images/kit-plus.png) no-repeat 0 80px
}

table.kit-view div.kit-product.first {
    background: none
}

table.kit-view div.kit-product a.image {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto
}

table.kit-view div.kit-product a.image img {
    width: 140px
}

table.kit-view div.kit-product a.image img.v {
    width: auto;
    height: 140px
}

table.kit-view div.kit-product a.name {
    display: block;
    color: #3369aa;
    font-size: 12px;
    text-decoration: none;
    margin-top: 5px
}

table.kit-view div.kit-product a.name:hover {
    color: #E57A12
}

table.kit-view div.kit-product span.price {
    display: block;
    color: #e57a12;
    font-size: 15px;
    font-weight: 700;
    padding-top: 5px;
    font-family: Arial
}

table.kit-view div.kit-equal {
    display: none;
    width: 160px;
    text-align: left
}

table.kit-view div.kit-equal.sel {
    display: block
}

table.kit-view div.kit-price-full {
    padding: 0 0 0 36px;
    color: #7c7a7a;
    font-size: 19px;
    font-family: Arial;
    text-decoration: line-through
}

table.kit-view div.kit-price-full span {
    color: #7c7a7a;
    font-size: 15px;
    font-family: Arial
}

table.kit-view div.kit-price {
    font-size: 24px;
    font-family: Arial;
    font-weight: 700;
    color: #e57a12;
    background: url(../images/kit-equal.png) no-repeat 0 50%;
    padding: 0 0 0 36px;
    line-height: 27px
}

table.kit-view div.kit-price span {
    font-size: 15px;
    font-weight: 700;
    font-family: Arial;
    color: #e57a12
}

table.kit-view a.buy-button {
    display: block;
    width: 105px;
    height: 33px;
    background: url(../images/buy-button-m.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -500px;
    margin-left: 32px
}

table.kit-view a.buy-button:hover {
    background-position: 0 -33px
}

div.prod-pads-list {
    padding: 10px 0 0 1px;
    height: 41px
}

table.prod-pads {
    height: 31px;
    margin-top: 10px
}

table.prod-pads td {
    text-align: center;
    vertical-align: middle;
    height: 31px
}

table.prod-pads td div {
    height: 31px;
    background: url(../images/products-pad-bg.jpg) no-repeat 0 0;
    margin-left: -1px;
    padding-left: 3px;
    position: relative
}

table.prod-pads td p {
    position: absolute;
    left: 1px;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #FFF;
    display: none
}

table.prod-pads td a {
    display: block;
    height: 31px;
    background: url(../images/products-pad-bg.jpg) no-repeat 100% 0;
    padding: 0 30px;
    color: #414141 !important;
    text-decoration: none !important;
    line-height: 31px;
    white-space: nowrap;
    font-size: 12px;
    font-family: Arial
}

table.prod-pads td.hover div,
table.prod-pads td.sel div {
    background-position: 0 -31px
}

table.prod-pads td.hover p,
table.prod-pads td.sel p {
    display: block
}

table.prod-pads td.hover a,
table.prod-pads td.sel a {
    background-position: 100% -31px;
    font-weight: 700
}

div.prod-pads-content {
    padding: 25px 0;
    border: #b1b1b1 1px solid;
    margin-top: -1px
}

div.prod-pads-content #crossss_1 {
    margin: 10px
}

div.prod-pad {
    display: none;
    overflow-x: auto;
    padding: 0 25px
}

div.open,
div.all {
    display: block
}

div.prod-pad .pad-name {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 700;
    padding: 7px;
    margin-bottom: 16px;
    text-transform: uppercase;
    display: none;
    font-family: Arial
}

div.prod-pad .pad-name.line {
    border-bottom: #669ab8 3px solid
}

div.show-all .pad-name {
    display: block
}

#pad-har {
    margin: -25px 0;
    background-color: #f5f5f5;
    padding: 20px
}

div.show-all #pad-har {
    margin: 12px 0;
    padding-top: 0
}

table.prod-params {
    width: 100%;
    background-color: #f5f5f5
}

table.prod-params td {
    text-align: left;
    color: #000;
    padding: 7px 25px 7px 5px;
    font-size: 12px;
    font-family: Arial
}

table.prod-params td.name {
    width: 170px;
    color: #4b4b4b;
    font-weight: 700
}

table.prod-params .even td {
    background-color: #e4e4e4
}

div.leave-comment {
    padding: 15px 12px 38px;
    margin: 0 -20px;
    background-color: #f5f5f5
}

div.leave-comment table {
    width: 100%
}

div.leave-comment td {
    vertical-align: top;
    text-align: left;
    width: 320px;
    padding: 6px 12px
}

div.leave-comment td.h {
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}

div.leave-comment td p {
    color: #3f3f3f;
    font-size: 11px;
    padding-bottom: 5px
}

div.leave-comment td input {
    background-color: #FFF;
    border: #e3e3eb 1px solid;
    border-top-color: #aaadb4;
    width: 310px;
    height: 20px;
    color: #222;
    padding: 0 5px
}

div.leave-comment td textarea {
    background-color: #FFF;
    border: #e3e3eb 1px solid;
    border-top-color: #aaadb4;
    width: 310px;
    height: 77px;
    color: #222;
    font-size: 11px;
    padding: 5px
}

div.leave-comment div.make-opinion {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-right: 6px
}

div.leave-comment div.opinion {
    width: 135px;
    height: 22px;
    background: url(../images/opinion-stars.png) no-repeat -135px 0;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-right: 6px
}

div.leave-comment div.opinion a {
    display: block;
    width: 27px;
    height: 22px;
    cursor: pointer;
    float: left
}

div.leave-comment div.op1 {
    background-position: -108px
}

div.leave-comment div.op2 {
    background-position: -81px
}

div.leave-comment div.op3 {
    background-position: -54px
}

div.leave-comment div.op4 {
    background-position: -27px
}

div.leave-comment div.op5 {
    background-position: 0
}

div.leave-comment .message {
    color: red;
    font-size: 12px;
    font-weight: 700;
    float: left;
    margin: 0;
    text-align: left
}

div.leave-comment a.comment,
div.leave-comment a.send {
    display: block;
    width: 105px;
    height: 33px;
    background: url(../images/done.png) no-repeat 0 0;
    text-indent: -200px;
    overflow: hidden;
    float: right
}

div.leave-comment a.comment:hover,
div.leave-comment a.send:hover {
    background-position: 0 -33px
}

table.comments {
    width: 100%
}

table.comments td {
    text-align: left;
    vertical-align: top;
    padding: 8px 8px 12px
}

table.comments td.author {
    width: 110px
}

table.comments td.author div.date {
    color: #7c7c7c;
    font-size: 11px;
    padding: 3px 0
}

div.opinion {
    width: 76px;
    height: 13px;
    background: url(../images/opinion-stars-sm.png) no-repeat 0 0;
    margin-left: -2px
}

div.opinion div {
    width: 0;
    height: 13px;
    background: url(../images/opinion-stars-sm.png) no-repeat 0 -13px;
    float: left
}

table.comments td.info {
    color: #3f3f3f;
    line-height: 15px
}

table.comments td.info div.name {
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 5px;
    font-family: Arial
}

table.comments td.info div.name span {
    font-size: 12px
}

table.comments td.info div.text,
table.comments td.info div.text * {
    color: #1a1a1a;
    font-size: 13px;
    font-family: Arial
}

table.comments td.info div.more-info {
    padding-top: 11px
}

table.comments td.info div.more-info,
table.comments td.info div.more-info * {
    color: #1a1a1a;
    font-size: 13px;
    font-family: Arial
}

table.comments td.info div.comm-vote {
    height: 23px;
    padding-top: 6px;
    float: left;
    margin-right: 12px
}

table.comments td.info div.comm-vote span {
    display: block;
    height: 23px;
    line-height: 23px;
    color: #7c7c7c;
    float: left
}

table.comments td.info div.comm-vote a {
    display: block;
    background: url(../images/small-buttons-bg.png) no-repeat 0 0;
    width: 39px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    text-decoration: none !important;
    color: #333;
    float: left;
    margin-left: 9px
}

table.comments td.info div.comm-vote a:hover {
    background-position: 0 -23px
}

table.comments td.info div.helpful {
    color: #7c7c7c;
    font-size: 11px;
    padding-top: 6px;
    height: 23px;
    line-height: 23px
}

table.comments .sep td {
    padding: 0;
    height: 1px;
    line-height: 1px
}

table.comments .sep td p {
    padding: 0;
    background-color: #9fc7dc;
    height: 1px;
    line-height: 1px;
    border: #FFF 1px solid;
    border-left: none;
    border-right: none
}

div.products-block {
    padding: 35px 0 15px
}

div.products-block td {
    padding: 0 15px;
    width: 118px
}

div.products-block div {
    color: #1a1a1a;
    font-size: 15px;
    font-family: Arial;
    padding-bottom: 20px
}

div.products-block a.image {
    display: block;
    width: 118px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 11px;
    text-align: center
}

div.products-block a.image img {
    width: 118px
}

div.products-block a.image img.v {
    width: auto;
    height: 90px
}

div.products-block a.name {
    display: block;
    width: 118px;
    color: #3369aa;
    text-decoration: underline;
    text-align: left
}

div.products-block a.name:hover {
    text-decoration: none
}

div.buy-with-block {
    padding: 35px 0 15px;
    width: 680px;
    position: relative;
    margin: 0 auto
}

div.buy-with-block div.h {
    color: #3f3f3f;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase
}

div.buy-with-block div.scroller {
    width: 660px;
    margin: 0 auto;
    overflow: hidden
}

div.buy-with-block a.left,
div.buy-with-block a.right {
    width: 20px;
    height: 160px;
    display: block;
    background: url(../images/rotator-arr.png) no-repeat 0 50%;
    position: absolute;
    bottom: 0;
    left: -24px
}

div.buy-with-block a.right {
    left: auto;
    right: -24px;
    background-position: -20px 50%
}

div.buy-with-block a.left:hover {
    background-position: -40px 50%
}

div.buy-with-block a.right:hover {
    background-position: -60px 50%
}

div.buy-with-block td {
    padding: 0 20px 0 0;
    width: 150px;
    vertical-align: bottom
}

div.buy-with-block a.name {
    display: block;
    width: 148px;
    color: #3369aa;
    text-decoration: none;
    text-align: left;
    font-size: 12px
}

div.buy-with-block a.name:hover {
    color: #E57A12
}

div.buy-with-block a.image {
    display: block;
    width: 148px;
    height: 98px;
    overflow: hidden;
    text-align: center;
    border: #cacdcd 1px solid;
    margin-top: 10px
}

div.buy-with-block a.image img {
    width: 148px
}

div.buy-with-block a.image img.v,
div.buy-with-block a.image img.v2 {
    width: auto;
    height: 98px
}

div.buy-with-block div.price {
    padding-top: 10px;
    text-align: left;
    height: 29px;
    line-height: 29px;
    color: #3369aa;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial
}

div.buy-with-block div.price a.buy-button {
    display: block;
    width: 41px;
    height: 29px;
    background: url(../images/buy-button-s.png) no-repeat 0 0;
    float: right;
    text-indent: -500px;
    overflow: hidden
}

div.buy-with-block div.price a.buy-button:hover {
    background-position: 0 -29px
}

div.shops div.shop-images {
    float: right;
    width: 292px;
    height: 84px;
    position: relative;
    margin-top: 15px
}

div.shops div.shop-images-scroll {
    position: absolute;
    width: 268px;
    height: 84px;
    overflow: hidden;
    top: 0;
    left: 12px
}

div.shops div.shop-images-scroll td {
    padding: 0 5px;
    vertical-align: top
}

div.shops div.shop-images-scroll td a {
    display: block;
    width: 122px;
    height: 82px;
    border: #b8b5b5 1px solid
}

div.shops div.shop-images-scroll td a:hover {
    border-color: #215294
}

div.shops div.shop-images a.left {
    display: block;
    width: 12px;
    height: 84px;
    background: url(../images/shop-images-arr.png) no-repeat 0 50%;
    position: absolute;
    top: 0;
    left: 0
}

div.shops div.shop-images a.right {
    display: block;
    width: 12px;
    height: 84px;
    background: url(../images/shop-images-arr.png) no-repeat -12px 50%;
    position: absolute;
    top: 0;
    right: 0
}

div.shops div.shop-images-scroll td a span {
    display: block;
    width: 120px;
    height: 80px;
    border: #FFF 1px solid;
    overflow: hidden;
    text-align: center
}

div.shops div.shop-images-scroll td a span img {
    height: 80px
}

div.shops div.header {
    padding-top: 15px
}

div.shops table.shop-info {
    margin-bottom: 12px
}

div.shops table.shop-info td {
    padding: 3px 12px 3px 0;
    font-size: 13px;
    color: #3F3F3F;
    text-align: left
}

div.shops table.shop-info td.name {
    font-weight: 700;
    width: 120px
}

div.map {
    width: 760px;
    height: 450px;
    margin: 15px 0
}

div.property-info {
    width: 350px
}

div.property-info div.img {
    float: left;
    margin-right: 8px;
    width: 100px;
    overflow: hidden
}

div.property-info a {
    color: #184B86;
    font-size: 11px;
    font-family: Tahoma
}

div.property-info ul li {
    list-style-type: none;
    margin: 0;
    padding: 2px 6px;
    font-size: 11px;
    font-family: Tahoma
}

div.property-info p {
    margin: 0;
    padding: 2px 0;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    color: #184B86
}

body.contacts-page2 div.center-content {
    width: 960px
}

body.contacts-page2 table.content td.right-col {
    display: none
}

div.contacts {
    height: 525px;
    position: relative
}

div.contacts div.header {
    padding: 16px 0 12px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial
}

div.contacts div.left {
    width: 280px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1
}

div.contacts div.right {
    height: 500px;
    width: 660px;
    margin-left: 300px
}

div.contacts div.right div.map {
    width: 100%;
    height: 500px;
    margin: 0
}

div.contacts div.phones-numbers p.phone {
    height: 20px;
    white-space: nowrap;
    font-size: 18px;
    color: #444;
    font-family: Arial;
    margin-bottom: 10px;
    padding-left: 25px;
    background: url(../images/ico/operator.png) no-repeat 0 0
}

div.contacts div.phones-numbers p.phone * {
    font-size: 18px;
    color: inherit;
    font-family: Arial
}

div.contacts div.phones-numbers p.kyivstar {
    background-position: 0 -25px
}

div.contacts div.phones-numbers p.mts {
    background-position: 0 -50px
}

div.contacts div.phones-numbers p.life {
    background-position: 0 -75px
}

div.contacts p.tariff {
    font-size: 10px;
    color: #959595
}

div.contacts p.worktime {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 24px
}

div.contacts div.left div.city {
    margin-bottom: 13px
}

div.contacts div.left div.city select {
    background: none;
    border-radius: 3px;
    width: 200px;
    height: 28px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    font-size: 13px
}

div.contacts div.left div.city select option {
    padding: 3px 10px
}

.shop-list {
    list-style-type: none;
    display: none
}

.shop-list.open {
    display: block
}

div.contacts ul.shop-list li {
    display: block;
    padding: 1px 5px;
    line-height: 19px;
    background-color: #f1f1f1;
    margin-bottom: 3px
}

div.contacts ul.shop-list li:hover {
    background-color: #cde2f3
}

div.contacts ul.shop-list li.sel {
    background-color: #3f76b8
}

div.contacts ul.shop-list li a {
    color: #3f3f3f !important;
    font-size: 13px;
    text-decoration: none !important;
    display: block
}

div.contacts ul.shop-list li a span {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    border-bottom: #3f3f3f 1px dashed
}

div.contacts ul.shop-list li a:hover span {
    border: none
}

div.contacts ul.shop-list li.show-all {
    display: none
}

div.contacts ul.shop-list li.show-all a {
    color: #3f76b8 !important;
    border-color: #3f76b8 !important
}

div.contacts ul.shop-list li.sel a.shop {
    color: #FFF !important
}

div.contacts ul.shop-list li.sel a.shop span {
    border-color: #FFF
}

div.contacts ul.shop-list li div.info {
    display: none
}

div.contacts div.line {
    height: 3px;
    background-color: #d7d7d7
}

div.profile {
    border-top: #e5e5e5 2px solid;
    border-bottom: #e5e5e5 2px solid;
    margin-top: 30px;
    position: relative;
    padding-top: 30px
}

div.profile h1 {
    display: block;
    padding-right: 33px;
    background-color: #FFF;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -29px
}

div.profile div.form {
    width: 610px;
    margin: 22px auto
}

div.profile div.prod-pads-content {
    padding: 17px
}

div.profile table.form {
    margin: auto
}

div.profile table.form td {
    padding: 5px
}

div.profile table.form td.field-name {
    width: 140px;
    color: #3f3f3f;
    font-size: 12px;
    font-family: Arial
}

div.profile table.form td.field-name sup {
    color: #e57a12;
    font-size: 11px;
    padding: 0 3px
}

div.profile table.form input {
    width: 320px;
    height: 20px;
    padding: 0 3px
}

div.profile table.form input.field-email {
    width: 205px
}

div.profile table.form textarea {
    width: 320px;
    height: 70px;
    resize: none;
    padding: 3px
}

div.profile table.form .email-info {
    float: right;
    width: 105px;
    color: #3f3f3f
}

div.profile table.form .field-news {
    padding-left: 155px
}

div.profile table.form .field-news p {
    color: #8a8a8a;
    margin: 2px 0 0 20px;
    line-height: 14px
}

div.profile table.form .field-news input {
    width: auto;
    height: auto;
    float: left;
    margin: 3px 7px 0 0
}

div.profile table.form .field-needed {
    color: #e57a12;
    font-size: 11px;
    font-family: Arial;
    padding-left: 155px
}

div.profile table.form .submit-profile {
    padding-left: 155px
}

div.profile table.form .submit-profile input {
    display: block;
    width: 93px;
    height: 27px;
    background: url(../images/save.jpg) no-repeat 0 0;
    border: none;
    cursor: pointer
}

div.profile table.form .submit-profile input:hover {
    background-position: 0 -27px
}

div.profile table.form .submit-profile input:active {
    background-position: 0 -54px
}

div.order-arj {
    border-bottom: #d1d1d1 1px solid;
    margin-bottom: 1em;
    padding-bottom: 1em;
}

div.order-arj div.name {
    color: #000;
    font-weight: bold;
}

div.order-arj div.name span {
    font-weight: normal;
    font-size: 0.8em;
    color: #3c73b4;
}


div.order-arj div.cost span {
    color: #d67c13;
    font-size: 1.15em;
    font-weight: bold;
}

div.order-arj div.cost a {
    float: right;
    display: block;
    color: #3c73b4;
    border-bottom: 1px dashed #3c73b4;
    font-size: 1em;
}

div.order-arj div.cost a:hover {
    border-bottom: 1px solid #3c73b4;
}

div.order-arj div.cost a:active {
    border-bottom: 1px solid #3c73b4;
}


div.order-arj div.products {
    padding-top: 1em;
}

div.order-arj div.products table {
    border: #c5c3c3 1px solid;
    width: 100%;
    border-collapse: collapse
}

div.order-arj div.products td {
    padding: 12px 8px;
    border-bottom: #c5c3c3 1px solid;
    border-right: #c5c3c3 1px solid;
    text-align: center;
    vertical-align: top;
    font-size: 12px
}

div.order-arj div.products .head td {
    background-color: #e7e6e6;
    color: #2d2d2d;
    font-weight: 700;
    padding: 6px 8px
}

div.order-arj div.products .footer td {
    background-color: #e7e6e6;
    border: none;
    color: #E57A12;
    font-weight: 700;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 16px
}

div.order-arj div.products td.image {
    width: 85px;
    padding: 8px;
    border-right: none
}

div.order-arj div.products td.image img {
    width: 85px
}

div.order-arj div.products td.name {
    width: 230px;
    text-align: left
}

div.order-arj div.products td.name a {
    color: #000;
    text-decoration: none;
    line-height: 15px;
    font-size: 12px;
    font-family: Arial
}

div.order-arj div.products td.name a:hover {
    text-decoration: underline;
    color: #3369aa
}

div.order-arj div.products td.count {
    color: #1a1a1a;
    font-size: 12px;
    font-family: Arial
}

div.order-arj div.products td.price {
    width: 90px;
    color: #E57A12;
    font-weight: 700;
    font-size: 15px;
    font-family: Arial
}

.profile_buttons .nav-link {
    background: #ffffff;
    padding: 1em;
    margin-bottom: 0.25em;
    color: #1768b3;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #1768b3;
}

.profile_buttons .nav-link.active {
    color: #fff;
    background-color: #1768b3;
}

.backet-form {
    border-top: #e5e5e5 2px solid;
    border-bottom: #e5e5e5 2px solid;
    margin-top: 30px;
    position: relative
}

.backet-form h1 {
    display: block;
    padding-right: 33px;
    background-color: #FFF;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: -29px
}

.backet-form-products {
    padding: 12px
}

.backet-form-fields {
    width: 320px;
    border-left: #e5e5e5 2px solid;
    padding: 22px 17px
}

.backet div.w-item {
    width: 170px;
    padding: 15px 11px 7px
}

.backet div.w-item a {
    color: #3369aa;
    text-decoration: none;
    font-size: 12px
}

.backet div.w-item a:hover {
    color: #3369aa;
    text-decoration: underline
}

.backet div.w-item p.price {
    color: #E57A12;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
    padding-top: 5px
}

.backet div.w-item div.extended-param {
    padding-top: 8px
}

.backet div.w-item div.extended-param * {
    font-size: 12px
}

.backet div.w-item div.kit {
    margin: 7px 0 0 -110px;
    border: #3369aa 1px solid;
    padding: 5px;
    border-radius: 5px
}

.backet div.w-item div.kit a {
    font-size: 12px;
    margin-top: 4px;
    text-decoration: none;
    color: #000
}

.backet div.w-item div.kit a:hover {
    color: #3369aa;
    text-decoration: underline
}

.backet div.w-count {
    width: 65px;
    padding: 15px 0;
    text-align: center
}

.backet div.w-count input {
    width: 36px;
    height: 20px;
    border: #e5e5e5 1px solid;
    border-color: #b0b0b0 #e1e1e1 #e5e5e5;
    text-align: center;
    font-size: 11px;
    color: #1a1a1a;
    font-family: Arial
}

.backet div.w-cost {
    padding: 15px 0 15px 11px;
    text-align: right;
    width: 75px
}

.backet div.w-cost,
.backet div.w-cost * {
    color: #E57A12;
    font-size: 15px;
    font-family: Arial;
    font-weight: 700
}

.backet div.w-del {
    padding: 9px 0;
    text-align: right
}

.backet div.w-del a {
    color: #3369aa;
    text-decoration: underline;
    font-size: 12px;
    font-family: Arial
}

.backet div.w-del a:hover {
    text-decoration: none;
    color: #e57a12
}

.backet div.w-del a:active {
    color: #3f76b8
}

.backet div.w-image {
    width: 100px;
    padding: 7px 0
}

.backet div.w-image img {
    width: 100px
}

.backet td {
    padding: 0;
    vertical-align: top;
    text-align: left;
    border-bottom: #CCC 1px dotted
}

.backet td.last {
    border: none
}

.backet td.del {
    vertical-align: bottom
}

.backet .footer td {
    border: none;
    padding-top: 20px
}

.backet .footer div {
    font-size: 12px;
    background-color: #f4f4f4;
    font-weight: 700;
    color: #000;
    font-family: Arial;
    height: 22px;
    line-height: 22px;
    padding: 5px 11px;
    border-color: #e7e6e6
}

.backet .footer div.w-item {
    padding-left: 20px;
    width: auto
}

.backet .footer div.w-cost,
.backet .footer div.w-cost * {
    font-size: 15px;
    font-family: Arial;
    color: #E57A12
}

.backet-form input {
    width: 320px;
    height: 20px;
    padding: 0 3px
}

.backet-form input.field-email {
    width: 205px
}

.backet-form .email-info {
    float: right;
    width: 105px;
    color: #3f3f3f
}

.backet-form .field-news {
    clear: both;
    height: 35px;
    width: 205px;
    padding-top: 3px
}

.backet-form .field-news p {
    color: #8a8a8a;
    margin-left: 20px;
    line-height: 14px
}

.backet-form .field-news input {
    width: auto;
    height: auto;
    float: left;
    margin: 3px 7px 0 0
}

.backet-form .field-pay {
    float: right;
    width: 155px
}

.backet-form .field-delivery {
    width: 155px
}

.backet-form select.sel {
    width: 100%;
    height: 24px
}

.backet-form textarea {
    width: 320px;
    height: 70px;
    resize: none;
    padding: 3px
}

.backet-form .field-shop {
    display: none
}

.backet-form .field-info {
    color: #8a8a8a;
    padding-top: 8px
}

.backet-form .field-name,
.backet-form .field-name * {
    color: #3f3f3f;
    font-size: 12px;
    padding: 10px 0 5px;
    height: 15px;
    line-height: 15px
}

.backet-form .field-name span {
    color: #11468c;
    display: block;
    padding: 0;
    float: left;
    margin-right: 8px
}

.backet-form .field-info a {
    color: #11468C;
    border-bottom: #11468C 1px dashed
}

.backet-form .field-info a:hover {
    border-color: #FFF
}

.backet-form .field-help {
    color: #126194;
    display: block;
    float: left;
    font-size: 12px;
    font-family: Arial;
    text-decoration: underline
}

.backet-form .field-help:hover {
    text-decoration: none;
    color: #e57a12
}

.backet-form .field-help:active {
    color: #3f76b8
}

.backet-form .submit-order {
    padding-top: 20px
}

.backet-form .submit-order input {
    display: block;
    width: 182px;
    height: 44px;
    background: url(../images/make-order-b.png) no-repeat 0 0;
    border: none;
    cursor: pointer
}

.backet-form .submit-order input:hover {
    background-position: 0 -44px
}

.backet-form .submit-profile input {
    display: block;
    width: 101px;
    height: 27px;
    background: url(../images/save.jpg) no-repeat 0 0;
    border: none;
    cursor: pointer
}

.backet-form .submit-profile input:hover {
    background-position: 0 -27px
}

.backet-form .field-needed {
    color: #d6141a;
    font-size: 11px;
    font-family: Arial;
    padding-top: 10px
}

.am-w-help {
    padding: 0 12px
}

.am-w-help div.name {
    padding: 20px 0 3px;
    height: 16px
}

.am-w-help div.name a {
    color: #3f76b8;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 16px;
    padding-right: 11px;
    text-decoration: underline
}

.am-w-help div.name a:hover {
    text-decoration: none;
    color: #e57a12
}

.am-w-help div.name a:active {
    color: #3f76b8
}

.am-w-help div.text {
    line-height: 15px;
    color: #000
}

div.message {
    margin-bottom: 0.5em;
    font-weight: bold;
}

div.message.red {
    color: red;
}

div.message.blue {
    color: #01578B;
}

div.message.green {
    color: #080;
}

div.message.simple {
    border: none;
    background-color: #fff;
    font-size: 16px;
    padding: 6px;
    color: red
}

.profile_list small {
    font-size: 0.65em;
    display: block;
    color: #3c73b4;
}

body.thanks td.left-col {
    display: none
}

body.thanks td.center-col {
    height: 649px
}

div.thanks {
    position: relative;
    background: url(../images/thanks.png) no-repeat 50% 50%;
    width: 1000px;
    height: 600px
}

div.thanks div.bg {
    width: 500px;
    height: 175px;
    border: #3369aa 3px solid;
    border-radius: 5px;
    background-color: #FFF;
    opacity: .8;
    position: absolute;
    margin-left: -250px;
    left: 50%;
    top: 25px;
    z-index: 1
}

div.thanks div.data {
    width: 470px;
    height: 150px;
    position: absolute;
    z-index: 2;
    margin-left: -235px;
    left: 50%;
    top: 25px;
    padding: 15px
}

div.thanks div.data a {
    float: right;
    display: block;
    width: 122px;
    height: 19px;
    background: url(../images/order-back.png) no-repeat 0 0
}

div.thanks div.data a img {
    display: none
}

div.thanks div.data a:hover {
    background-position: 0 -19px
}

div.thanks div.data h1 {
    font-size: 14px;
    color: #3369aa;
    font-weight: 700;
    text-transform: uppercase;
    height: 16px;
    font-family: Arial
}

div.thanks div.data div {
    padding-top: 20px;
    font-weight: 700;
    font-size: 12px
}

div.thanks div.data p {
    font-size: 12px;
    font-family: Arial;
    padding-top: 10px;
    line-height: 22px
}

div.thanks div.data p span {
    color: #e57a12;
    font-size: 14px;
    font-weight: 700
}

.right-col div.header {
    font-size: 15px;
    color: #000;
    font-family: Arial;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 10px 23px;
    background: url(../images/header-arr.png) no-repeat 0 13px
}

.right-col div.sep {
    clear: both;
    background: url(../images/right-col-sep.jpg) no-repeat 50% 100%;
    padding: 15px 0 0;
    margin: 0 0 15px
}

div.search {
    width: 320px;
    height: 25px;
    border: #CDCDCD 1px solid;
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #CDCDCD 0 0 3px;
    position: relative;
    margin-left: 16px
}

div.search input.q {
    float: left;
    width: 250px;
    height: 16px;
    border: none;
    background: none;
    margin: 4px 0 0 5px;
    color: #676767
}

div.search input.go {
    float: right;
    width: 60px;
    height: 25px;
    display: block;
    background: #3F76B8;
    border: none;
    cursor: pointer;
    color: #FFF;
    border-radius: 0 4px 4px 0
}

div.search input.go:hover {
    background: #548FD6
}

div.search div.search-loader {
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 0;
    border: #B0B0B0 1px solid;
    background-color: #FFF;
    width: 270px;
    display: none;
    border-radius: 5px
}

div.search div.hover {
    display: block !important
}

div.search-loader div.search-product {
    padding: 8px
}

div.search-loader div.search-product:hover {
    background-color: #EEE
}

div.search-loader div.search-product div.image {
    float: left;
    width: 60px;
    overflow: hidden
}

div.search-loader div.search-product div.image img {
    width: 60px
}

div.search-loader div.search-product div.name {
    width: 170px;
    overflow: hidden;
    margin-left: 70px
}

div.search-loader div.search-product div.name a {
    color: #3369aa;
    text-decoration: none
}

div.search-loader div.search-product div.price {
    color: #e57a12;
    font-size: 13px;
    font-weight: 700;
    padding-top: 4px
}

div.search-loader div.more {
    padding: 8px
}

div.search-loader div.more a {
    color: #3369aa;
    text-decoration: none
}

div.search-loader div.more a span {
    border-bottom: #3369aa 1px dashed
}

div.search-loader div.more a:hover {
    text-decoration: none !important;
    background-position: 100% -8px
}

div.search-loader div.more a:hover span {
    border: none;
    text-decoration: none
}

div.start-rubs div.search {
    padding: 15px 0;
    background: url(../images/search-bg-wide.png) no-repeat 0 15px;
    width: 230px
}

div.start-rubs div.search input.q {
    width: 194px
}

.search-res {
    padding-bottom: 18px;
    margin-bottom: 4px
}

.search-res .request {
    font-size: 16px;
    color: #3f3f3f
}

.search-res .request span {
    font-size: 18px;
    color: #e57a12
}

.search-res .founded {
    font-size: 14px;
    color: #3f3f3f
}

#compare-list li {
    list-style-type: none;
    padding: 6px 0
}

#compare-list li a.item {
    color: #e57a12;
    font-size: 11px;
    text-decoration: underline;
    display: block;
    width: 155px
}

#compare-list li a.item:hover {
    text-decoration: none;
    color: #3f76b8
}

#compare-list li a.compare {
    display: block;
    float: right;
    width: 11px;
    height: 11px;
    background: url(../images/compare-del.png) no-repeat 0 0;
    margin-top: 3px
}

#compare-list li a.compare:hover {
    background-position: 0 -11px
}

#compare-list div.compare-go {
    padding: 6px 0 20px;
    text-align: right
}

#compare-list div.compare-go a {
    color: #3f76b8
}

#compare-list div.compare-go a:hover {
    text-decoration: none;
    color: #e57a12
}

div.compare-view {
    width: 960px;
    overflow-x: auto
}

.compare-table td {
    vertical-align: top;
    padding: 10px 20px;
    text-align: left;
    width: 140px
}

.compare-table td.h,
.compare-table td.h * {
    font-size: 15px;
    font-family: Arial
}

.compare-table td.value,
.compare-table td.value * {
    color: gray;
    font-size: 12px
}

.compare-table .image a.square {
    display: block;
    width: 140px;
    height: 140px;
    overflow: hidden
}

.compare-table .image img {
    height: 140px
}

.compare-table .image a.back {
    width: 105px;
    height: auto;
    color: #8a8a8a;
    text-decoration: none !important;
    display: block
}

.compare-table .image a.back u {
    text-decoration: underline;
    display: block;
    margin-left: 14px
}

.compare-table .image a.back span {
    float: left
}

.compare-table .image a.back:hover {
    color: #e57a12
}

.compare-table .image a.back:active {
    color: #3f76b8
}

.compare-table .name a.name {
    color: #0d3992;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 700
}

.compare-table .name a.name:hover {
    color: #e57a12
}

.compare-table .name a.name:active {
    color: #3f76b8
}

.compare-table .name a.compare {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../images/compare-del.png) no-repeat 0 0;
    margin: 0 0 -1px 6px
}

.compare-table .name a.compare:hover {
    background-position: 0 -11px
}

.compare-table .name a.compare img {
    margin: 0 0 -1px 6px;
    display: none
}

.compare-table .price td.value {
    color: #e57a12;
    font-size: 15px;
    font-weight: 700
}

.compare-table .price td {
    background-color: #e9f0f1
}

.compare-table .param.odd td {
    background-color: #e9f0f1
}

.compare-table .param td.h p {
    width: 140px
}

.compare-table .param td.value p {
    width: 120px;
    color: #000;
    text-align: left
}

.compare-table div.text {
    padding: 10px 0;
    width: 140px
}

.compare-table div.text,
.compare-table div.text * {
    color: gray;
    font-size: 12px
}

.compare-table .backet td {
    padding: 8px 0 8px 15px
}

.compare-table .backet a {
    margin: 0 auto
}

div.prod-arts div.art {
    margin-bottom: 15px
}

div.prod-arts div.hide-articles {
    display: none
}

div.prod-arts a {
    color: #e57a12;
    text-decoration: none;
    font-size: 12px
}

div.prod-arts img {
    width: 40px;
    float: left;
    margin-right: 10px;
    display: none
}

div.prod-arts span {
    color: #e57a12;
    text-decoration: none;
    font-size: 13px;
    display: block;
    line-height: 15px
}

div.prod-arts .more a span {
    color: #3369aa;
    font-size: 11px;
    text-decoration: underline;
    float: left;
    padding-right: 12px;
    background: url(../images/vertical-arr.png) no-repeat 100% 6px
}

div.prod-arts .more a.open span {
    background-position: 100% -14px
}

div.prod-arts a:hover span {
    text-decoration: none;
    color: #3369aa
}

div.sitemap li {
    list-style-type: none;
    padding: 4px 0;
    display: block
}

div.sitemap li.l1 {
    margin-left: 25px
}

div.sitemap li.l2 {
    margin-left: 50px
}

div.sitemap li.l3 {
    margin-left: 75px
}

div.sitemap li.l4 {
    margin-left: 100px
}

div.sitemap li a {
    font-size: 12px;
    text-decoration: none;
    color: #000
}

div.sitemap li.l0 a {
    font-size: 14px;
    color: #e57a12
}

div.sitemap li a:hover {
    text-decoration: underline;
    color: #e57a12
}

div.prod-seen {
    width: 180px;
    overflow: hidden;
    margin-bottom: 30px
}

div.prod-seen td {
    padding: 10px 10px 10px 0
}

div.prod-seen div.prod-seen-content {
    width: 180px;
    overflow: hidden
}

div.prod-seen div.prod-seen-product {
    width: 54px;
    height: 54px;
    overflow: hidden
}

div.prod-seen div.prod-seen-product img {
    height: 54px
}

div.prod-seen a.more {
    text-decoration: underline;
    color: #3f76b8;
    float: right;
    margin: 4px 0 0
}

div.prod-seen a.more:hover {
    text-decoration: none;
    color: #e57a12
}

div.action-block {
    background-color: #cae2e6;
    padding: 14px 30px 24px;
    width: 160px;
    margin: 0 -20px
}

div.action-block div.header {
    text-align: center;
    background: none;
    padding-left: 0
}

div.action-block div.view {
    text-align: center
}

div.action-block a.image {
    width: 160px;
    display: block;
    margin-bottom: 20px
}

div.action-block a.image img {
    width: 160px
}

div.action-block a.image img.v {
    height: 160px;
    width: auto
}

div.action-block a.name {
    font-size: 13px;
    font-family: Arial;
    color: #1a1a1a;
    text-decoration: none
}

div.action-block a.name:hover {
    text-decoration: underline
}

div.l-banner {
    width: 220px;
    margin: 0 -20px;
    text-align: right;
    position: relative;
    height: 310px
}

div.l-banner div.l-banner-one {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0
}

div.l-banner div.sel {
    opacity: 1;
    z-index: 5
}

div.l-banner div.l-banner-pager {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 13px;
    padding: 4px 10px;
    z-index: 7
}

div.l-banner div.l-banner-pager a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/banner-dot.png) no-repeat 0 -26px;
    margin-right: 5px
}

div.l-banner div.l-banner-pager a:hover {
    background-position: 0 0
}

div.l-banner div.l-banner-pager a.sel {
    background-position: 0 -13px
}

div.l-banner div.l-banner-pager-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 21px;
    background-color: #000;
    opacity: .5;
    z-index: 6
}

div.l-banner img {
    width: 220px
}

div.t-banner {
    width: 440px;
    text-align: right;
    position: relative;
    height: 65px;
    float: right
}

div.t-banner div.t-banner-one {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    opacity: 0
}

div.t-banner div.sel {
    opacity: 1;
    z-index: 5
}

div.t-banner div.t-banner-pager {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 13px;
    padding: 4px 10px;
    z-index: 7
}

div.t-banner div.t-banner-pager a {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../images/banner-dot.png) no-repeat 0 -26px;
    margin-right: 5px
}

div.t-banner div.t-banner-pager a:hover {
    background-position: 0 0
}

div.t-banner div.t-banner-pager a.sel {
    background-position: 0 -13px
}

div.t-banner div.t-banner-pager-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 220px;
    height: 21px;
    background-color: #000;
    opacity: .5;
    z-index: 6
}

div.t-banner img {
    height: 65px
}

div.action-list-block div {
    color: #1a1a1a;
    font-size: 15px;
    font-family: Arial
}

div.action-list-block li {
    list-style-type: none;
    padding-top: 18px
}

div.action-list-block li a {
    color: #3f76b8;
    font-size: 11px;
    text-decoration: underline
}

div.action-list-block li a:hover {
    text-decoration: none
}

div.action-list-block li a.sel {
    font-weight: 700
}

div.action-list {
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: #b9b9b9 1px dotted
}

div.action-list div.image {
    width: 152px
}

div.action-list div.image img {
    width: 150px;
    border: #dfdde0 1px solid
}

div.action-list div.image img.v {
    height: 150px;
    width: auto
}

div.action-list div.name {
    border-bottom: #cbcbcb 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px
}

div.action-list div.name a {
    color: #ff6c00;
    font-size: 17px;
    text-decoration: none
}

div.action-list div.name a:hover {
    text-decoration: underline
}

div.action-list h1.name {
    border-bottom: #cbcbcb 1px dotted;
    padding: 0 0 10px;
    margin: 0 0 10px;
    color: #ff6c00;
    font-size: 17px;
    text-decoration: none
}

div.action-list div.dt {
    color: #11468c;
    font-size: 11px
}

div.action-list div.about {
    padding: 10px 0 0;
    height: 96px;
    overflow: auto
}

div.action-list div.about,
div.action-list div.about * {
    color: #3f3f3f;
    line-height: 19px;
    font-size: 12px
}

div.action-list div.more {
    padding-top: 10px
}

div.action-list div.more a {
    color: #11468c;
    text-decoration: none;
    background: url(../images/link-arrow.jpg) no-repeat 100% 5px;
    padding-right: 12px
}

div.action-list div.more a span {
    border-bottom: #11468c 1px dashed
}

div.action-list div.more a:hover {
    text-decoration: none !important;
    background-position: 100% -8px
}

div.action-list div.more a:hover span {
    border: none;
    text-decoration: none
}

div.action-view {
    padding-bottom: 20px
}

div.action-view div.image {
    float: left;
    width: 130px;
    margin: 0 10px 0 0;
    border: #dedede 1px solid;
    overflow: hidden;
    text-align: center
}

div.action-view div.image img {
    width: 130px
}

div.action-view div.image img.v {
    height: 130px;
    width: auto
}

div.action-view h1 {
    color: #e57a12;
    font-size: 17px;
    font-family: Arial;
    text-decoration: underline;
    margin: 0 0 10px
}

div.action-view div.dt,
div.action-view div.dt * {
    color: #138fa0;
    font-size: 12px;
    font-family: Arial
}

div.action-view div.dt {
    padding-bottom: 3px
}

div.action-view div.about,
div.action-view div.about * {
    color: #3f3f3f;
    font-size: 11px;
    line-height: 14px
}

div.action-view div.about p {
    padding: 3px 0;
    margin: 0
}

div.action-view table.prod-pads td.hover div,
div.action-view table.prod-pads td.sel div {
    background-position: 0 0
}

div.action-view table.prod-pads td.hover a,
div.action-view table.prod-pads td.sel a {
    background-position: 100% 0
}

div.action-view table.prod-pads td.hover p,
div.action-view table.prod-pads td.sel p {
    display: none
}

div.action-view div.prod-pads-content {
    padding: 16px 8px
}

div.action-view div.prod-pad {
    overflow: hidden
}

div.action-products {
    margin: 10px
}

div.action-product {
    float: left;
    width: 213px;
    padding: 8px;
    overflow: hidden
}

div.action-product div.image {
    float: left;
    width: 75px;
    overflow: hidden;
    border: #dedede 1px solid;
    text-align: center;
    margin: 0;
    padding: 0
}

div.action-product div.image img {
    width: 75px
}

div.action-product div.image img.v {
    height: 75px;
    width: auto
}

div.action-product div.name {
    float: left;
    width: 130px;
    height: 90px;
    overflow: hidden;
    margin-left: 6px
}

div.action-product div.name a {
    color: #0d3992;
    text-decoration: none;
    font-size: 11px;
    font-family: Arial;
    line-height: 13px
}

div.action-product div.name a:hover {
    text-decoration: underline
}

div.action-product div.price {
    color: #e57a12;
    font-size: 15px;
    font-weight: 700;
    font-family: Arial;
    padding: 8px 0 0
}

div.win-action {
    padding: 0 10px
}

div.win-action div.action-list {
    padding: 10px 0;
    margin: 0;
    border-top: #b9b9b9 1px dotted
}

div.win-action div.action-list div.image {
    width: 102px
}

div.win-action div.action-list div.image img {
    width: 100px;
    border: #dfdde0 1px solid
}

div.win-action div.action-list div.dt {
    font-weight: 700
}

div.win-action div.action-products {
    overflow: hidden
}

div.win-action div.action-product,
div.win-action div.name {
    height: auto
}

div.win-action div.header {
    font-size: 13px;
    font-weight: 700;
    color: #11468c;
    margin: 0;
    padding: 8px 0
}

div.win-action div.about {
    padding-top: 12px
}

div.win-action div.about,
div.win-action div.about * {
    color: #3f3f3f;
    padding: 5px
}

div.win-action div.about li {
    margin-left: 25px;
    padding: 3px
}

div.win-action div.more {
    text-align: right;
    padding-top: 10px
}

div.win-action div.more a {
    color: #11468c;
    text-decoration: none;
    background: url(../images/link-arrow.jpg) no-repeat 100% 5px;
    padding-right: 12px
}

div.win-action div.more a span {
    border-bottom: #11468c 1px dashed
}

div.win-action div.more a:hover {
    text-decoration: none !important;
    background-position: 100% -8px
}

div.win-action div.more a:hover span {
    border: none;
    text-decoration: none
}

div.subscribe-block {
    width: 220px;
    height: 234px;
    margin: 0 -20px 10px;
    background: url(../images/subscribe-block.png) no-repeat 0 0
}

div.subscribe-block input.email {
    width: 171px;
    height: 16px;
    margin: 165px 0 0 25px;
    border: none;
    font-size: 12px;
    color: #333;
    text-align: center
}

div.subscribe-block a.subscribe {
    display: block;
    width: 171px;
    height: 26px;
    line-height: 26px;
    margin: 5px 0 0 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #0c3b74;
    text-decoration: none
}

div.subscribe-block a.subscribe:hover {
    color: #235187
}

div.subscribe-block div.subs-message {
    text-align: center;
    margin-top: 3px;
    color: #FFF;
    font-size: 12px
}

div.error404 {
    padding: 40px 20px
}

div.error404 div.error {
    color: #e57a12;
    font-size: 14px;
    padding-bottom: 12px
}

div.error404 h1 {
    color: #000;
    font-size: 24px
}

div.error404 div.why {
    color: #3f3f3f;
    font-size: 12px;
    padding-top: 12px
}

div.footer {
    background: #FFF url(../images/footer-bottom.jpg) no-repeat 0 100%;
    width: 930px;
    padding: 0 35px 40px
}

div.footer div.line {
    background-color: #dadada;
    height: 1px;
    margin: 0 0 40px
}

.first-page div.footer {
    padding-top: 40px
}

.first-page div.footer div.line {
    display: none
}

div.footer div.phone {
    float: right;
    font-size: 18px;
    color: #594a5c;
    font-family: Arial;
    padding: 40px 30px 0 0
}

div.footer div.phone span {
    font-size: 18px;
    font-weight: 700;
    font-family: Arial
}

div.footer div.phone p {
    font-size: 11px;
    padding-top: 4px;
    font-family: Arial
}

div.footer div.phone img {
    float: right;
    margin-top: 12px
}

div.footer div.footer-logo {
    padding-bottom: 20px
}

div.footer ul.footer-docs li {
    float: left;
    width: 120px;
    height: 25px;
    float: left;
    list-style-type: none;
    padding: 0 20px 0 0
}

div.footer ul.footer-docs li a {
    color: #5c5c5c;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none
}

div.footer ul.footer-docs li a:hover {
    text-decoration: underline;
    color: #3F76B8
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    z-index: 1104;
    display: none
}

* html #fancybox-loading {
    position: absolute;
    margin-top: 0
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background: transparent url(../images/fancybox_img/fancy_loading.png) no-repeat
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none
}

* html #fancybox-overlay {
    position: absolute;
    width: 100%
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: url(../images/fancybox_img/fancy_close.png) top left no-repeat;
    cursor: pointer;
    z-index: 1103;
    display: none
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: 700
}

.fancybox-title-over {
    color: #FFF;
    text-align: left
}

#fancybox-title-over {
    padding: 10px;
    background: url(../images/fancybox_img/fancy_title_over.png);
    display: block
}

#fancybox-title-wrap {
    display: inline-block
}

#fancybox-title-wrap span {
    height: 32px;
    float: left
}

#fancybox-title-left {
    padding-left: 15px;
    background: transparent url(../images/fancybox_img/fancy_title_left.png) repeat-x
}

#fancybox-title-main {
    font-weight: 700;
    line-height: 29px;
    background: transparent url(../images/fancybox_img/fancy_title_main.png) repeat-x;
    color: #FFF
}

#fancybox-title-right {
    padding-left: 15px;
    background: transparent url(../images/fancybox_img/fancy_title_right.png) repeat-x
}

#fancybox-left,
#fancybox-right {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url(../images/fancybox_img/blank.gif);
    z-index: 1102;
    display: none
}

#fancybox-left {
    left: 0
}

#fancybox-right {
    right: 0
}

#fancybox-left-ico,
#fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block
}

#fancybox-left-ico {
    background: transparent url(../images/fancybox_img/fancy_nav_left.png) no-repeat
}

#fancybox-right-ico {
    background: transparent url(../images/fancybox_img/fancy_nav_right.png) no-repeat
}

#fancybox-left:hover,
#fancybox-right:hover {
    visibility: visible
}

#fancybox-left:hover span {
    left: 20px
}

#fancybox-right:hover span {
    left: auto;
    right: 20px
}

div.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1001
}

div#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_n.png) repeat-x
}

div#fancy-bg-ne {
    top: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_ne.png) no-repeat
}

div#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_e.png) repeat-y
}

div#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_se.png) no-repeat
}

div#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_s.png) repeat-x
}

div#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_sw.png) no-repeat
}

div#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_w.png) repeat-y
}

div#fancy-bg-nw {
    top: -20px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: transparent url(../images/fancybox_img/fancy_shadow_nw.png) no-repeat
}

.ui-slider {
    position: relative;
    text-align: left;
    background: url(../images/slider-bg.jpg) no-repeat 0 0;
    width: 160px;
    height: 5px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 19px;
    cursor: pointer;
    background: url(../images/slider-handle.jpg) no-repeat 0 0
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    height: 5px;
    display: block;
    border: 0;
    background: url(../images/slider-range.jpg) repeat-x 0 0
}

.ui-slider-horizontal {
    height: 5px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -5px
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.callback {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    text-decoration: underline;
    align-items: center;
    cursor: pointer
}

.callback::before {
    content: '';
    background: url('../images/phone.svg');
    width: 10px;
    height: 10px;
    transform: scaleX(-1);
    margin-right: 5px
}

.callback-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.callback-modal.active {
    display: block
}

.callback-backdrop {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1
}

.callback-modal__body {
    width: 400px;
    margin: 40px auto;
    background: #fff;
    position: relative;
    padding: 20px;
}

.callback-modal__body::before {
    content: '';
    width: calc(100% + 44px);
    height: calc(100% + 44px);
    position: absolute;
    top: -22px;
    left: -22px;
    background: #000;
    z-index: -1;
    opacity: 0.3;
    border-radius: 10px;
}

.callback-modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    text-shadow: none;
}

.callback-modal__body h3 {
    color: #3F3F3F;
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: normal;
    padding-top: 10px;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 20px;
    padding: 0 3px;
    border: #8db3ce 1px solid;
    border-radius: 4px;
}

.form-group.btn-group {
    margin-bottom: 0;
}

.send-btn {
    font-size: 14px;
    margin-right: 20px;
    background: #3F76B8;
    border: none;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
}

.send-btn:hover {
    background: #548FD6;
}

.cansel-btn {
    font-size: 14px;
}