@charset "utf-8";

/* CSS Document */

/* ------ GLOBAL RESET ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    position: relative;
}

body {
    background: #FFF;
    color: #38444c;
    font-size: 13px;
    line-height: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}

a {
    color: #df1c7c;
}

a:hover {
    text-decoration: none;
}

.wrap {
    width: 1033px;
    margin: 0 auto;
}

.g-wrap {
    width: 100%;
    min-width: 1033px;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    height: 0;
}

.head-top {
    background: url(img/bg.png) repeat-x 0 0;
    border-top: 10px solid #232a2e;
}

.head-bg {
    background: url(img/head.png) no-repeat 50% 0;
    height: 186px;
}

.head-tl {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #FFF;
    height: 36px;
    position: relative;
    background: rgba(0, 0, 0, 0.12);
}

.head-tl .head-user {
    float: left;
}

.head-tl .head-user a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #06344b;
    text-decoration: none;
    position: relative;
    padding: 7px 67px 7px 10px;
}

.head-tl .head-user a:hover {
    text-decoration: underline;
}

.head-tl .head-user a span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 26px;
    background: #df1c7c;
    width: 29px;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.head-tl .head-user a span:before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    position: absolute;
    background: url(img/arrow.png) no-repeat 0 0;
    top: 5px;
    left: 9px;
}

.head-tl .head-cart {
    float: right;
}

.head-tl .head-cart a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #06344b;
    text-decoration: none;
    line-height: 12px;
    display: block;
    position: relative;
    padding: 7px 6px 7px 38px;
}

.head-tl .head-cart a:hover b {
    text-decoration: underline;
}

.head-tl .head-cart a span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 12px;
    padding: 7px 0;
    background: #df1c7c;
    width: 29px;
    font-size: 12px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    text-align: center;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.head-ml {
    margin-top: 53px;
    background: rgba(255, 255, 255, 0.25);
    position: relative;
    height: 36px;
}

.head-ml .cl {
    float: left;
}

.head-ml .cr {
    float: right;
    position: relative;
}

.head-ml .cr-cont {
    float: left;
    position: relative;
    margin: 5px 19px 0 0;
}

.head-ml .cr-cont span {
    display: block;
}

.head-ml .cr-cont .phone {
    font-size: 18px;
    line-height: 1;
    color: #06344b;
}

.head-ml .cr-cont .phone b {
    color: #df1c7c;
    font-size: 22px;
}

.head-ml .cr-cont .email {
    position: absolute;
    bottom: -24px;
    right: 0;
    font-size: 12px;
    line-height: 1;
}

.head-ml .cr-cont .email a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.head-ml .cr-cont .email a:hover {
    text-decoration: underline;
}

.head-ml .r-search {
    float: left;
}

.head-ml .r-search form {
    display: block;
}

.head-ml .r-search form * {
    float: left;
}

.head-ml .r-search form i {
    color: #df1c7c;
    font-size: 22px;
    line-height: 1;
    margin: 5px -1px 0;
}

.head-ml .r-search form input[type="text"] {
    border: 0 none;
    outline: none;
    display: block;
    margin: 11px 6px 0 6px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: transparent;
    text-align: center;
    font-size: 11px;
    color: #232a2e;
    text-transform: uppercase;
    width: 76px;
}

.head-ml .r-search form input[type="text"]::-webkit-input-placeholder {
    color: #232a2e;
}

.head-ml .r-search form input[type="text"]:-moz-placeholder {
    color: #232a2e;
}

.head-ml .r-search form input[type="text"]::-moz-placeholder {
    color: #232a2e;
}

.head-ml .r-search form input[type="text"]:-ms-input-placeholder {
    color: #232a2e;
}

.head-ml .r-search form input[type="submit"] {
    display: block;
    border: 0 none;
    margin: 6px 1px 0 4px;
    padding: 0;
    font-size: 0;
    color: transparent;
    width: 28px;
    height: 27px;
    background: url(img/s.png) no-repeat 0 0;
    cursor: pointer;
    outline: none;
}

.head-ml .r-search .search-a {
    display: block;
    position: absolute;
    bottom: -18px;
    right: 6px;
    font-size: 12px;
    line-height: 1;
}

.head-ml .r-search .search-a a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.head-ml .r-search .search-a a:hover {
    text-decoration: underline;
}

.head-ml .logo {
    position: relative;
}

.head-ml .logo a {
    display: block;
    width: 480px;
    height: 70px;
    position: absolute;
    left: 17px;
    top: -16px;
    background: url(img/logo.png) no-repeat 0 0;
    font-size: 0;
    color: transparent;
}

.head-ml .cr .soc-bar {
    display: none;
    position: absolute;
    right: 5px;
    top: -24px;
}

.head-ml .cr .soc-bar a {
    display: block;
    float: left;
    font-size: 10px;
    line-height: 1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #FFF;
    position: relative;
    padding: 0 0 0 18px;
    margin-left: 16px;
}

.head-ml .cr .soc-bar a::last-child {
    margin-right: 0;
}

.head-ml .cr .soc-bar a:hover {
    text-decoration: underline;
}

.head-ml .cr .soc-bar a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(img/soc.png) no-repeat 0 0;
}

.head-ml .cr .soc-bar a.fb:before {
    width: 9px;
    height: 18px;
    background-position: 0 0;
    margin: -9px 0 0 4px;
}

.head-ml .cr .soc-bar a.tw:before {
    width: 18px;
    height: 15px;
    background-position: 0 -18px;
    margin: -7px 0 0 0;
}

.head-ml .cr .soc-bar a.vk:before {
    width: 13px;
    height: 16px;
    background-position: 0 -33px;
    margin: -8px 0 0 0;
}

.head-ml .cr .soc-bar a.ok:before {
    width: 10px;
    height: 15px;
    background-position: 0 -49px;
    margin: -7px 0 0 0;
}

.head-bl {
    border-top: 1px solid #FFF;
    height: 25px;
    position: relative;
    background: rgba(0, 0, 0, 0.12);
    margin-top: 44px;
}

.head-nav {
    height: 30px;
    background: url(img/bg2.png) repeat-x 0 0;
}

.head-nav .wrap {
    text-align: center;
    height: 30px;
}

.head-nav .nav-wrap {
    display: inline-block;
    height: 30px;
}

.head-nav li {
    list-style: none;
    float: left;
    display: block;
    height: 28px;
    padding: 1px 0;
    line-height: 1;
    margin-right: 33px;
}

.head-nav li:last-child {
    margin-right: 0;
}

.head-nav a {
    text-transform: uppercase;
    color: #FFF;
    font-size: 11px;
    line-height: 12px;
    padding: 8px 23px;
    display: block;
    text-decoration: none;
}

.head-nav a:hover,
.head-nav a.active {
    background: #df1c7c;
}

.head-buffer {
    background: url(img/bg3.png) repeat-x -7px 0;
    height: 13px;
}

/* ========= FOOTER =================== */
.block-foot {
    margin-top: 27px;
    background: url(img/bg4.png) repeat 0 0;
    padding: 0 0 86px;
    position: relative;
}

.block-foot:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    height: 1px;
    background: url(img/a.png) repeat-x 0 0;
    top: 11px;
    left: 0;
}

.foot-info {
    float: left;
    color: #df1c7c;
    margin: 15px 0 0 5px;
    width: 161px;
}

.foot-info .logo a {
    display: block;
    background: url(img/logo2.png) no-repeat 0 0;
    width: 161px;
    height: 48px;
    font-size: 0;
    color: transparent;
}

.foot-info .copyright {
    font-size: 12px;
    line-height: 14px;
    padding: 9px 0 0 7px;
}

.foot-info .foot-contact {
    font-size: 12px;
    line-height: 14px;
    padding: 14px 0 0 7px;
}

.foot-info .foot-contact a {
    color: #FFF;
    text-decoration: none;
}

.foot-info .foot-contact a:hover {
    text-decoration: underline;
}

.foot-info .foot-contact img {
    opacity: 0.3;
}

.foot-info .foot-contact img:hover {
    opacity: 0.4;
}

.foot-col {
    float: left;
    max-width: 122px;
    min-width: 107px;
}

.foot-col h4 {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    color: #FFF;
    padding: 0 5px 0 0;
    margin: 0 0 12px;
}

.foot-col li {
    background: url(img/a.png) repeat-x 0 0;
    padding: 5px 0 4px 3px;
}

.foot-col a {
    color: #79777c;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
}

.foot-col a:hover {
    text-decoration: underline;
}

.foot-nav {
    float: right;
    margin-top: 21px;
}

/* ============== CPNTENT ====================*/
.cont-ban_full {
    height: 89px;
    background: #000;
}

.cont-ban_full .ban_full {
    display: block;
    height: 89px;
    font-size: 0;
    color: transparent;
    background: url(img/banners/1.jpg) no-repeat 50% 0;
}

.cont-note {
    border: 1px dashed #92989d;
    margin-top: 12px;
    padding: 9px 0 5px 0;
}

.note-text {
    float: left;
    width: 486px;
    margin: 0 18px 0 7px;
}

.note-text_title {
    border-bottom: 1px dashed #92989d;
    position: relative;
    padding: 9px 14px 112px 17px;
}

.note-text_title h2 {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #38444c;
    width: 240px;
}

.note-text_title .cat {
    color: #38444c;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
}

.note-text_body {
    border-bottom: 1px dashed #92989d;
    padding: 19px 146px 20px 17px;
}

.note-text_body p {
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    color: #38444c;
    margin-bottom: 22px;
}

.note-text_body p:last-child {
    margin-bottom: 0;
}

.note-text_body p a {
    font-size: 12px;
    color: #df1c7c;
}

.note-text_link {
    padding: 13px 4px 8px;
}

.note-text_link a {
    display: block;
    width: 175px;
    padding: 14px 43px 14px 17px;
    background: #272d31;
    color: #FFF;
    position: relative;
}

.note-text_link a:before {
    content: "";
    display: block;
    width: 28px;
    height: 27px;
    background: url(img/arrow1.png) no-repeat 0 0;
    position: absolute;
    top: 7px;
    right: 9px;
}

.note-text_link a:hover {
    background: #2e353a;
}

.note-text_link a span {
    float: left;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}

.note-text_link a b {
    float: right;
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: underline;
}

.note-text_link a:hover b {
    text-decoration: none;
}

.note-photo {
    width: 509px;
    float: left;
    height: 416px;
}

.note-text_title .logo {
    display: block;
    position: absolute;
    bottom: 25px;
    left: 16px;
    width: 74px;
    height: 74px;
    overflow: hidden;
}

.note-text_title .logo img {
    display: block;
    max-height: 74px;
    max-width: 74px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.note-text_title .image {
    display: block;
    position: absolute;
    width: 350px;
    height: 142px;
    background-repeat: no-repeat !important;
    background-position: 100% 50% !important;
    background-size: auto 100% !important;
    top: -1px;
    right: 10px;
    z-index: -1;
}

.note-photo {}

.note-photo .current {
    height: 339px;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.note-photo .current img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.note-photo .nav {
    height: 72px;
    margin-top: 5px;
}

.note-photo .nav .thumbs {
    width: 456px;
    overflow: hidden;
    height: 72px;
    float: left;
}

.note-photo .nav .thumbs_wrap {
    width: 800px;
}

.note-photo .nav .thumbs a {
    float: left;
    width: 108px;
    height: 72px;
    background: #FFF;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
}

.note-photo .nav .thumbs a:hover:before,
.note-photo .nav .thumbs a.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #df1c7c;
    width: 104px;
    height: 68px;
    z-index: 5;
}

.note-photo .nav .thumbs a img {
    display: block;
/*    max-width: 100%; */
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.note-photo .nav .links {
    float: right;
    width: 26px;
    margin: 5px 12px 0 0;
}

.note-photo .nav .links a {
    display: block;
    width: 26px;
    height: 25px;
    background: url(img/nav.png) no-repeat 0 0;
    font-size: 0;
    color: transparent;
}

.note-photo .nav .links a.next {
    background-position: 0 0;
}

.note-photo .nav .links a.prev {
    background-position: 0 -36px;
    margin-top: 11px;
}

.note-photo .nav .links a:hover {
    background-position-x: -26px;
}

.cont-item_popl {
    background: url(img/bg1.png) repeat-x 50% 0;
    margin-top: 4px;
}

.cont-item_popl .popl-bg {
    height: 448px;
    background: url(img/bg1_1.png) no-repeat 50% 0;
}

.cont-item_popl .wrap {
    padding: 3px 0 0;
}

.cont-item_popl .popular {
    float: left;
    width: 773px;
    background: #FFF;
}

.cont-item_popl .review {
    float: left;
    background: #FFF;
    width: 225px;
    border: 1px dashed #92989d;
    padding: 7px 16px 11px;
}

.cont-item_popl .review .logo {
    padding: 0 0 16px;
    height: 35px;
    display: block;
}

.cont-item_popl .review .logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.cont-item_popl .review .text {
    font-size: 10.5px;
    line-height: 12px;
    color: #38444c;
    font-style: italic;
    padding: 0 3px;
}

.cont-item_popl .review .text .sel {
    font-size: 12px;
    color: #df1c7c;
    line-height: 14px;
    margin-bottom: 13px;
}

.cont-item_popl .review-rect {
    height: 357px;
    overflow: hidden;
}

.cont-item_popl .review .image {
    height: 130px;
    position: relative;
    margin: 14px 0 0;
}

.cont-item_popl .review .image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cont-item_popl .review_link {
    padding: 16px 0 0;
}

.cont-item_popl .review_link a {
    width: 165px;
}

.product-title {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 17px 20px 17px 26px;
    border-right: 1px solid #FFF;
    background: url(img/bg5.png);
}

.product-title.pink {
    background: #df1c7c;
}

.product-title h4 {
    float: left;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF;
}

.product-title a {
    float: right;
    font-size: 12px;
    line-height: 13px;
    margin-top: 1px;
    color: #FFF;
}

.product-list {
    border-bottom: 1px dashed #92989d;
    height: 383px;
    overflow: hidden;
}

.product_item {
    width: 258px;
    float: left;
    padding: 13px 11px 11px;
    border-left: 1px dashed #92989d;
    position: relative;
}

.product_item .title {
    font-size: 12px;
    color: #df1c7c;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px;
    /*	padding: 0px 14px 10px 14px; */
    height: 50px;
}

.product_item.rated .title:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 29px;
    right: 0;
    background: url(img/rated.png) no-repeat 0 0;
    width: 42px;
    height: 43px;
}

.product_item .title a {
    color: #df1c7c;
    text-shadow: #ffffff 1px 1px 1px;
    text-decoration: none;
    display: block;
    z-index: 10;
    width: 150px;
    height: 100px;
}

.product_item .title a:hover {
    text-decoration: underline;
}

.product_item .code {
    font-size: 10px;
    font-style: italic;
    color: #38444c;
    line-height: 1;
    padding: 0 0 0 15px;
    margin: 7px 0 0;
    height: 10px;
    overflow: hidden;
}

.product_item .image {
    height: 250px;
    position: relative;
    overflow: hidden;
    margin: 2px 0;
    display: block;
}

.product_item .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product_item .desc {
    height: 85px;
    overflow: hidden;
    display: none;
}

.product_item .desc_line {
    border-bottom: 1px dashed #ced1d3;
    font-style: italic;
    font-size: 10.5px;
    line-height: 12px;
    padding: 1px 0 2px;
}

.product_item .desc_line:last-child {
    border-bottom: 0 none;
}

.product_item .desc_title {
    color: #38444c;
    padding: 0 3px 0 4px;
    width: 140px;
    float: left;
}

.product_item .desc_value {
    color: #df1c7c;
    float: left;
    width: 88px;
}

.product_item .buy {
    margin-top: 11px;
}

.product_item .buy a {
    display: block;
    background: #272d31;
    font-size: 18px;
    line-height: 1;
    color: #FFF;
    text-decoration: none;
    padding: 11px 18px;
}

.product_item .buy a.product_add {
    background: #df1c7c;
}

.product_item .buy a.product_add span b {
    color: #272d31;
}

.product_item .buy a span {
    float: left;
}

.product_item .buy a span b,
.product_item .buy a .price span {
    font-size: 14px;
    color: #df1c7c;
}
.product_item .buy a .price span { float: none; }

.product_page-item .price-tool .price span {
    font-size: 14px;
	font-weight: normal;
}

.product_item .buy a i {
    float: right;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
    margin: 2px 0 0;
}

.product_item .buy a:hover {
    background: #2e353a;
}

.product_item .buy a.product_add:hover {
    background: #df1c7c;
}

.product_item.best_price .buy a {
    background: #df1c7c;
}

.product_item.best_price .buy a:hover {
    background: #ee2689;
}

.product_item.best_price .buy a b {
    color: #232a2e;
}

.product_item .p-title {
    position: relative;
    z-index: 10;
}

.product_item .p-title a.brand {
    display: block;
    top: -8px;
    position: absolute;
    right: 0;
    height: 46px;
    width: 74px;
    overflow: hidden;
}

.product_item .p-title a.brand img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 74px;
    max-height: 46px;
}

.cont-news {
    background: #FFF;
    margin-bottom: 6px;
}

.cont-news .news-col,
.cont-sidebar .news-col {
    float: left;
    width: 258px;
    border-right: 1px solid #FFF;
    background: #272d31;
    overflow: hidden;
}

.cont-news .news-products {
    float: left;
    width: 773px;
}
.cont-news .news-products .product-list .product_item, .popular .product-list .product_item {
    width: 234px;
}


.cont-news .news_title,
.cont-sidebar .news_title {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 17px 19px;
}

.cont-news .news_title a,
.cont-sidebar .news_title a {
    display: block;
    text-decoration: none;
    color: #FFF;
    position: relative;
}

.cont-news .news_title a:before,
.cont-sidebar .news_title a:before {
    content: "";
    display: block;
    width: 28px;
    height: 27px;
    position: absolute;
    top: -6px;
    right: -10px;
    background: url(img/arrow2.png) no-repeat 0 0;
}

.cont-news .news_title a:hover,
.cont-sidebar .news_title a:hover {
    text-decoration: underline;
}

.cont-news .news_title a:hover:before,
.cont-sidebar .news_title a:hover:before {
    opacity: 0.9;
}

.cont-news .news_body li,
.cont-sidebar .news_body li {
    list-style: none;
    display: block;
    border-top: 1px dashed #9ea0a2;
    padding: 11px 16px 12px 17px;
    position: relative;
    overflow: hidden;
}

.cont-news .news_body li.wimg,
.cont-sidebar .news_body li.wimg {
    padding-left: 97px;
}

.cont-news .news_body li .image,
.cont-sidebar .news_body li .image {
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 10px;
    left: 13px;
    overflow: hidden;
    background: #000;
}

.cont-news .news_body li .image img,
.cont-sidebar .news_body li .image img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cont-news .news_body li span,
.cont-sidebar .news_body li span {
    display: block;
    font-size: 10.5px;
    line-height: 11px;
    font-weight: 700;
    color: #df1c7c;
    margin-bottom: 4px;
}

.cont-news .news_body li a,
.cont-sidebar .news_body li a {
    font-size: 10.5px;
    display: block;
    line-height: 14px;
    color: #FFF;
    font-weight: 400;
    text-decoration: none;
}

.cont-news .news_body li a:hover,
.cont-sidebar .news_body li a:hover {
    text-decoration: underline;
}

.cont-news .news_body li a b,
.cont-sidebar .news_body li a b {
    font-weight: 700;
}

.cont-news .product-list {
    border-right: 1px dashed #92989d;
}

.cont-news .product_item:last-child {
    padding-right: 10px;
}

.product_item.best_price:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 51px;
    left: -9px;
    background: url(img/best.png) no-repeat 0 0;
    width: 181px;
    height: 50px;
}

.cont-product_brands {
    height: 75px;
    background: url(img/bg6.png) repeat-x -7px 0;
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 2px;
}

/*
.cont-product_brands .bx-wrapper { width: auto !important; max-width: initial !important; }
*/
.bx-wrapper .bx-next { right: -40px !important; }
.bx-wrapper .bx-prev { left: -40px !important; }

.cont-product_brands .wrap {
    text-align: center;
    height: 35px;
    padding: 20px 0;
    /*overflow: hidden;*/
}

.cont-product_brands .wrapper {
    display: inline-block;
    height: 35px;
    overflow: hidden;
}

/*
.cont-product_brands li {
    list-style: none;
    float: left;
    height: 35px;
    position: relative;
    //margin-right: 33px;
    width: auto !important;
}

.cont-product_brands li:last-child {
    margin-right: 0;
}

.cont-product_brands a {
    display: table;
    font-size: 0;
    color: transparent;
    height: 35px;
    margin: 0 auto;
}

.cont-product_brands a:hover {
    opacity: 0.8;
}

.cont-product_brands a span {
    display: table-cell;
    vertical-align: middle;
}
*/

.cont-product_brands a img {
    display: block;
/*
    height: 35px;
    width: auto;
    */
    max-height: 40px;
    max-width: 100px;
    margin: 0px auto;
}

.cont-product_slider .slider_nav {
    float: left;
    width: 251px;
    background: #FFF;
}

.cont-product_slider .slider_nav a {
    display: block;
    background: url(img/bg5.png) repeat 0 0;
    padding: 11px 62px 11px 15px;
    position: relative;
    margin-bottom: 1px;
    text-decoration: none;
}

.cont-product_slider .slider_nav a:last-child {
    margin-bottom: 0;
}

.cont-product_slider .slider_nav a:before {
    content: "";
    display: block;
    width: 34px;
    height: 33px;
    position: absolute;
    top: 15px;
    right: 12px;
    background: url(img/arrow3.png) no-repeat 0 0;
    opacity: 0.3;
}

.cont-product_slider .slider_nav a h3, .cont-product_slider .slider_nav a span.h3 {
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
    height: 12px;
    overflow: hidden;
}

.cont-product_slider .slider_nav a p {
    color: #9f97a0;
    font-size: 11px;
    line-height: 12px;
    height: 24px;
    overflow: hidden;
}

.cont-product_slider .slider_nav a:hover,
.cont-product_slider .slider_nav a.active {
    background: #df1c7c;
}

.cont-product_slider .slider_nav a:hover h3,
.cont-product_slider .slider_nav a.active h3,
.cont-product_slider .slider_nav a:hover span.h3,
.cont-product_slider .slider_nav a.active span.h3 {
    color: #751042;
}

.cont-product_slider .slider_nav a:hover p,
.cont-product_slider .slider_nav a.active p {
    color: #FFF;
}

.slider_cont {
    float: left;
    width: 781px;
    height: 370px !important;
    position: relative;
    overflow: hidden;
}

.slider_cont-item {
    min-height: 460px;
    width: 100%;
}

.slider_cont-wrap {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.slider_cont-item .descr {
    width: 311px;
    float: left;
    margin-left: 27px;
    margin-right: 15px;
    min-height: 420px;
    overflow: hidden;
}

.slider_cont-item .image {
    width: 428px;
    float: left;
}

.cont-product_slider .slider_nav a:hover:before,
.cont-product_slider .slider_nav a.active:before {
    opacity: 1;
}

.slider_cont-item .title a.brand {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    overflow: hidden;
}

.slider_cont-item .title a.brand img {
    max-width: 74px;
    max-height: 74px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.slider_cont-item .title h3, .slider_cont-item .title span.h3, .slider_cont-item .title h1, .slider_cont-item .title span.h1 {
font-size: 16px;
    line-height: 16px;
    color: #df1c7c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
font-style: normal;
}

.slider_cont-item .title span {
    font-size: 10px;
    line-height: 1;
    font-style: italic;
    color: #38444c;
}

.slider_cont-item .title {
    padding: 10px 5px 13px 87px;
    border-bottom: 1px dashed #92989d;
    position: relative;
}

.slider_cont-item .body {
    color: #38444c;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    border-bottom: 1px dashed #92989d;
    padding: 11px 11px 17px 1px;
}

.slider_cont-item .body p {
    margin-bottom: 5px;
}

.slider_cont-item .body p:nth-child(1) {
    height: 128px;
    overflow: hidden;
}

.slider_cont-item .body p:last-child {
    margin-bottom: 0;
}

.slider_cont-item .body a {
    font-size: 12px;
    line-height: 14px;
    color: #df1c7c;
}

.slider_cont-item .price {
    width: 166px;
    float: left;
}

.slider_cont-item .price-btn {
    float: left;
    margin: 3px 0 3px 4px;
}

.slider_cont-item .price-btn a {
    display: block;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    background: #df1c7c;
    /*padding: 22px 0;*/
    height: 57px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}

.slider_cont-item .price-btn .price-btn-text {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider_cont-item .price-btn a:hover {
    background: #ee2689;
}

.slider_cont-item .price span {
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #232a2e;
    font-weight: 300;
    padding: 4px 5px 5px 10px;
    height: 22px;
}

.slider_cont-item .price span.old {
    border-bottom: 1px dashed #92989d;
}

.slider_cont-item .price span.old i {
    text-decoration: line-through;
}

.slider_cont-item .price span.new {
    color: #df1c7c;
    font-weight: 400;
}

.slider_cont-item .price span b {
    font-size: 14px;
    line-height: 1;
    color: #232a2e;
    text-decoration: none;
    font-weight: 400;
    margin-left: 17px;
}

.slider_cont-item .counter {
    border-top: 1px dashed #92989d;
    margin-bottom: 10px;
}

.slider_cont-item .count-title {
    font-size: 11px;
    line-height: 1;
    color: #38444c;
    text-transform: uppercase;
    font-weight: 600;
    padding: 21px 11px;
    float: left;
    width: 147px;
    border-right: 1px dashed #92989d;
}

.slider_cont-item .time {
    float: left;
    width: 138px;
    border-right: 1px dashed #92989d;
}

.slider_cont-item .time .tm {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #38444c;
    padding: 4px 0 5px;
}

.slider_cont-item .time .tm b {
    margin: 0 5px;
}

.slider_cont-item .time .tt {
    border-top: 1px solid #ccd5d7;
    border-bottom: 1px solid #ccd5d7;
    background: #ccd5d7;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    color: #38444c;
}

.slider_cont-item .time .tt span {
    float: left;
    border-left: 1px dashed #92989d;
    width: 45px;
    padding: 6px 0 7px;
}

.slider_cont-item .time .tt span:first-child {
    border-left: 0 none;
}

.slider_cont-item .image {
    height: 383px;
    position: relative;
    overflow: hidden;
}

.slider_cont-item .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.slider_cont-item .image.full_hd:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    right: 6px;
    bottom: 6px;
    background: url(img/logos/full_hd.png) no-repeat 0 0;
    width: 65px;
    height: 52px;
}

.cont-catalog {
    margin-top: 1px;
    margin-bottom: 10px;
}

.cont-sidebar {
    float: left;
    width: 258px;
}

.side-nav .title {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    padding: 17px 20px;
    background: url(img/bg2.png);
    margin-bottom: 4px;
}

.menu_expand .body { display: none; }
.menu_expand .side-nav .title {
    cursor: pointer;
    margin-bottom: 0px;
}
.menu_expand { position: relative; }
.menu_expand .lines {
    background: #fff;
    height: 2px;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 20px;
}
.menu_expand .lines:before,
.menu_expand .lines:after {
    content: '';
    background: #fff;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.menu_expand .lines:before { top: 5px; }
.menu_expand .lines:after { top: 10px; }

.cont-sidebar.dx .side-nav .title {
    margin-bottom: 0;
}

.cont-sidebar.dx .side-nav .body {
    padding-top: 4px;
    border-right: 1px dashed #92989d;
}

.side-nav li {}

.side-nav a {
    display: block;
    border-bottom: 1px dashed #92989d;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    font-weight: 700;
    padding: 7px 45px 7px 16px;
    text-decoration: none;
    position: relative;
}

.side-nav a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.side-nav li a.open:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 11px;
    width: 11px;
    height: 14px;
    background: url(img/arrow4.png) no-repeat 0 0;
}

.side-nav ul ul a.open:before {
    display: none;
}

.side-nav ul ul {
    display: none;
    padding: 7px 0 5px;
    border-bottom: 1px dashed #92989d;
}

.side-nav ul ul ul {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.side-nav ul ul li {
    list-style-type: disc;
    list-style-position: inside;
    padding: 1px 0 1px 17px;
    margin-bottom: 7px;
}

.side-nav ul ul li:last-child {
    margin-bottom: 0;
}

.side-nav ul ul a {
    border: 0 none;
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    font-weight: 400;
}

.side-nav ul ul a:hover {
    background: none;
    text-decoration: underline;
}

.side-nav ul ul ul li {
    list-style: none;
    padding-left: 27px;
}

.side-nav ul ul ul li:last-child {
    margin-bottom: 0;
}

.side-nav ul ul ul a {
    position: relative;
}

.side-nav ul ul ul a:before {
    content: "•";
    position: absolute;
    top: 0;
    left: -12px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}

.side-nav ul ul ul a.active {
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    color: #232a2e;
    text-decoration: underline;
}

.side-nav ul ul ul a.active:before {
    color: #df1c7c;
}

.side-nav ul.open {
    display: block;
}

.side-banner {
    margin: 8px auto 0;
    width: 240px;
}

.cont-sidebar.dx .side-banner {
    margin: 0 auto;
    padding: 8px 8px 9px 9px;
    border-right: 1px dashed #92989d;
}

.side-banner a {
    display: block;
    font-size: 0;
    color: transparent;
    background: url(img/banners/2.jpg) no-repeat 0 0;
    width: 240px;
    height: 400px;
}

.cont-sidebar .news-col {
    width: 258px;
    float: none;
    border-right: 0 none;
    margin-top: 9px;
}

.cont-sidebar.dx .news-col {
    margin: 0;
}

.catalog-body {}

.cat-body_item {
    width: 258px;
    float: left;
    text-decoration: none;
    cursor: default;
}

.cat-body_item .title {
    background: url(img/bg2.png);
    position: relative;
    height: 49px;
}

.cat-body_item .title span {
    display: block;
    border-left: 1px dashed #9b9e9f;
    font-size: 12px;
    line-height: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    padding: 18px 17px;
    cursor: pointer;
}

.cat-body_item .title span:hover {
    text-decoration: underline;
}

.cat-body_item .title i {
    position: absolute;
    top: 19px;
    right: 10px;
    font-size: 12px;
    line-height: 1;
    color: #788790;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.cat-body_item .body {
    border-left: 1px dashed #92989d;
}
.cat-body_item .body:hover { opacity: 0.8; cursor: pointer; }

.cat-body_item:nth-child(3n) .body {
    border-right: 1px dashed #92989d;
}

.cat-body_item .image {
    height: 234px;
    position: relative;
    overflow: hidden;
}

.cat-body_item .image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cat-body_item .arrow {
    position: relative;
    height: 25px;
    width: 26px;
    padding: 0 0 20px;
    margin: 6px auto 0;
    cursor: pointer;
}

.cat-body_item .arrow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/arrow5.png) no-repeat 50% 0;
    width: 26px;
    height: 25px;
}

.cat-body_item .arrow:hover:before {
    opacity: 0.8;
}

.cat-body_item:nth-last-child(1),
.cat-body_item:nth-last-child(2),
.cat-body_item:nth-last-child(3) {
    border-bottom: 1px dashed #92989d;
}

.cat-body_item:last-child .body {
    border-right: 1px dashed #92989d;
}

.cont-body_sect {
    float: left;
    width: 775px;
}
.cont-body_sect > form[name=bform] {
    padding: 10px 20px;
}
.cont-body_sect > .bx-auth > p,
.cont-body_sect > form[name=bform] > p {
    margin: 0px 0px 10px 0px;
}
.cont-body_sect > .bx-auth .bx-auth-table tr td,
.cont-body_sect > form[name=bform] > .data-table tr td {
    padding: 0px 10px 10px 0px;
}

.cont-body_sect > .bx-auth {
    padding: 0px 20px;
}
.cont-body_sect > .bx-auth .bx-auth-note { padding: 0px 0px 10px 0px; }

.catalog-body_desc {
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    color: #272d31;
    padding: 60px 43px 20px 71px;
}

.cont-product_sect .product_item {
    border-top: 1px dashed #92989d;
    min-height: 380px;
}

.cont-product_sect .product_item:nth-child(3n),
.cont-product_sect .product_item:last-child {
    border-right: 1px dashed #92989d;
}

.cont-product_sect .product_item:nth-last-child(1),
.cont-product_sect .product_item:nth-last-child(2),
.cont-product_sect .product_item:nth-last-child(3) {
    border-bottom: 1px dashed #92989d;
}

.cont-product_nav {
    text-align: right;
    height: 25px;
    margin: 9px 0 0;
    padding: 0 0 20px;
}

.cont-product_inl {
    display: inline-block;
}

.cont-product_nav a {
    font-size: 14px;
    line-height: 1;
    position: relative;
    color: #272d31;
    float: left;
    display: block;
    text-decoration: none;
    margin-right: 4px;
    margin-top: 1px;
    width: 17px;
    text-align: center;
    padding: 4px 0;
}

.cont-product_nav a.show_all, .cont-product_nav a.nav_paged {
    padding-left: 20px;
    width: auto;
}

.cont-product_nav a:last-child {
    margin-right: 0;
}

.cont-product_nav a:hover,
.cont-product_nav a.active {
    color: #bb236a;
}

.cont-product_nav a.active {
    font-weight: 700;
}

.cont-product_nav a.active:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: #bb236a;
}

.cont-product_nav a.prev,
.cont-product_nav a.next {
    background: url(img/nav1.png) no-repeat 0 0;
    display: block;
    width: 26px;
    height: 25px;
    padding: 0;
    font-size: 0;
    color: transparent;
    margin-top: 0;
}

.cont-product_nav a.next {
    background-position-x: -26px;
    margin-left: 8px;
}

.cont-product_nav a.prev {
    margin-right: 8px;
}

.cont-product_nav a.prev:hover,
.cont-product_nav a.next:hover {
    background-position-y: -25px;
}

.cont-product_filter {
    padding: 6px 5px;
    margin-bottom: 1px;
    background: rgb(216, 228, 229);
    background: -moz-linear-gradient(top, rgba(216, 228, 229, 1) 0%, rgba(223, 222, 207, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(216, 228, 229, 1)), color-stop(100%, rgba(223, 222, 207, 1)));
    background: -webkit-linear-gradient(top, rgba(216, 228, 229, 1) 0%, rgba(223, 222, 207, 1) 100%);
    background: -o-linear-gradient(top, rgba(216, 228, 229, 1) 0%, rgba(223, 222, 207, 1) 100%);
    background: -ms-linear-gradient(top, rgba(216, 228, 229, 1) 0%, rgba(223, 222, 207, 1) 100%);
    background: linear-gradient(to bottom, rgba(216, 228, 229, 1) 0%, rgba(223, 222, 207, 1) 100%);
}

.cont-product_filter .pf-top {
    position: relative;
}

.cont-product_filter .col {
    float: left;
    padding: 12px 16px 18px;
    height: 120px;
    /*border-right: 1px dashed #fdfefe;*/
    overflow: hidden;
}

.cont-product_filter .col:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    height: 100%;
    border-right: 1px dashed #fdfefe;
    top: 0;
    margin: 0 0 0 -18px;
}

.cont-product_filter .col.show {
    height: auto;
}

.cont-product_filter .col:last-child {
    border-right: 0 none;
}

.cont-product_filter .col.i1 {
    width: 105px;
}

.cont-product_filter .col.i1:before {
    display: none;
}

.cont-product_filter .col.i2 {
    width: 276px;
}

.cont-product_filter .col.i3 {
    width: 93px;
}

.cont-product_filter .col.i4 {
    width: 160px;
}

.cont-product_filter .col h4 {
    font-size: 11.5px;
    line-height: 12px;
    color: #232a2e;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.cont-product_filter .col h4 span.cur {
    color: #788790;
    position: absolute;
    top: 0;
    right: 0;
}

.cont-product_filter ul {
    margin-top: 15px;
}

.cont-product_filter li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 9px;
}

.cont-product_filter li:last-child {
    margin-bottom: 0;
}

.cont-product_filter .hidden {
    display: none;
}

.cont-product_filter li label {
    cursor: pointer;
    font-size: 11.5px;
    line-height: 12px;
    color: #232a2e;
    text-transform: uppercase;
    font-weight: 700;
}

.cont-product_filter .checkbox {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 1px;
    top: 2px;
}

.cont-product_filter .checkbox input {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0 none;
    opacity: 0;
}

.cont-product_filter .checkbox i {
    position: absolute;
    display: block;
    background: #999fa3;
    height: 6px;
    width: 6px;
    top: 1px;
    left: 1px;
    border: 1px solid #999fa3;
    box-shadow: 0 0 0 1px #FFF;
    border-top-color: #7d8385;
    border-left-color: #7d8385;
}

.cont-product_filter .checkbox input:checked + i {
    background: #FFF;
    border-color: #df1c7c;
    border-top-color: #b91767;
    border-left-color: #b91767;
}

.cont-product_filter .pf-bot {
    border-top: 1px dashed #fdfefe;
    padding: 9px 7px 3px 16px;
}

.cont-product_filter .pf-bot .filter_show_more {
    float: left;
    font-size: 11.5px;
    font-style: italic;
    color: #232a2e;
    margin-top: 7px;
}

.cont-product_filter .pf-bot input[type="submit"] {
    float: right;
    margin: 0;
    padding: 0;
    border: 0 none;
    font-size: 11.5px;
    line-height: 12px;
    text-transform: uppercase;
    color: #232a2e;
    display: block;
    padding: 10px 14px;
    width: 161px;
    background: #FFF;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.cont-product_filter .pf-bot input[type="submit"]:hover {
    background: #f1f1f1;
}

.slider-rw {
    height: 6px;
    padding: 1px 3px;
    border-radius: 5px;
    position: relative;
    z-index: 4;
    background: #66716e;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.08), inset 1px 1px 2px rgba(0, 0, 0, 0.68);
}

#slider-range {
    height: 6px;
    position: relative;
}

.ui-slider-range {
    display: block;
    height: 6px;
    top: 0;
    position: absolute;
    background: rgb(255, 60, 170);
    background: -moz-linear-gradient(top, rgba(255, 60, 170, 1) 0%, rgba(223, 69, 81, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 60, 170, 1)), color-stop(100%, rgba(223, 69, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 60, 170, 1) 0%, rgba(223, 69, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 60, 170, 1) 0%, rgba(223, 69, 81, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 60, 170, 1) 0%, rgba(223, 69, 81, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 60, 170, 1) 0%, rgba(223, 69, 81, 1) 100%);
}

.ui-slider-handle {
    background: url(img/slide.png) no-repeat 0 0;
    width: 13px;
    height: 16px;
    position: absolute;
    font-size: 0;
    color: transparent;
    top: 0;
    margin-left: -6px;
}

.range_desc {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #232a2e;
    margin-top: 10px;
    padding: 0 1px;
}

.range_desc .min {
    float: left;
    position: relative;
}

.range_desc .max {
    float: right;
    position: relative;
}

.range_desc span:before {
    content: "";
    display: block;
    width: 1px;
    height: 6px;
    background: #5f6966;
    position: absolute;
    top: -8px;
}

.range_desc span.min:before {
    left: 1px;
}

.range_desc span.max:before {
    right: 1px;
}

.price-search_block .values {
    margin: 10px 0 17px;
}

.price-search_block .values span {
    float: left;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    width: 68px;
}

.price-search_block .values input {
    margin: 0;
    padding: 0;
    outline: none;
    display: block;
    float: left;
    border: 1px solid #FFF;
    background: #FFF;
    font-size: 14px;
    color: #232a2e;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 104px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.product_page-bread {}

.product_page-bread .bread_item {
    background: url(img/bg2.png);
    position: relative;
    float: left;
    width: 258px;
    text-decoration: none;
}

.product_page-bread .bread_item span {
    display: block;
    border-left: 1px dashed #9b9e9f;
    font-size: 12px;
    line-height: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    padding: 18px 17px;
    cursor: pointer;
    position: relative;
}

.product_page-bread .bread_item span b {
    position: relative;
}

.product_page-bread div.bread_item span {
    cursor: default;
}

.product_page-bread .bread_item:hover span {
    text-decoration: underline;
}

.product_page-bread div.bread_item:hover span {
    text-decoration: none;
}

.product_page-bread .bread_item span.arrow b:before {
    content: "";
    display: block;
    width: 13px;
    height: 16px;
    background: url(img/arrow6.png) no-repeat 0 0;
    position: absolute;
    top: 1px;
    right: -24px;
}

.product_page-bread .bread_item i {
    position: absolute;
    top: 19px;
    right: 18px;
    font-size: 12px;
    line-height: 1;
    color: #788790;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.product_page-item .tl .descr {
    float: left;
    width: 352px;
    margin: 12px 0 0 21px;
}

.product_page-item .tl .title {
    padding: 10px 35px 19px 97px;
    border-bottom: 1px dashed #92989d;
    position: relative;
    margin: 0 17px 0 0;
    min-height: 64px;
}

.product_page-item .tl .title a.brand {
    display: block;
    width: 74px;
    height: 74px;
    position: absolute;
    top: 6px;
    left: 0;
    overflow: hidden;
}

.product_page-item .tl .title a.brand img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 74px;
    max-height: 74px;
}

.product_page-item .tl .title h3, .product_page-item .tl .title h1 {
    font-size: 18px;
    line-height: 22px;
    color: #df1c7c;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}

.product_page-item .tl .title span {
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: #38444c;
    display: block;
}

.product_page-item .tl .text {
    font-size: 13px;
    color: #38444c;
    font-style: italic;
    line-height: 15px;
    padding: 8px 0 0 17px;
}

.product_page-item .tl .image {
    display: block;
    float: left;
    overflow: hidden;
    margin: 18px 0 0 12px;
    width: 382px;
    height: 282px;
    position: relative;
}

.product_page-item .tl .image a {
    display: none;
    position: relative;
    width: 382px;
    height: 282px;
    overflow: hidden;
}

.product_page-item .tl .image a.active {
    display: block;
}

.product_page-item .tl .image a:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 34;
    top: 0;
    left: 0;
    background: url(img/zoom.png) no-repeat 50%;
}

.product_page-item .tl .image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product_page-item .tm {
/*    background: #eff2f2; */
    padding: 5px;
    margin: 12px 0 0 21px;
}

.product_page-item .tm .thumbs {
    position: absolute;
    width: 500px;
    margin-top: -65px;
}

.product_page-item .tm .thumbs a {
    display: block;
    width: 71px;
    height: 71px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #cfd9da;
    background: #FFF;
    margin: 0 5px 5px 0;
}

.product_page-item .tm .thumbs a:nth-child(4n) {
    margin-right: 0;
}

.product_page-item .tm .thumbs a:hover,
.product_page-item .tm .thumbs a.active {
    border-color: #df1c7c;
}

.product_page-item .tm .thumbs a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product_page-item .tm .prices {
    float: left;
}

.product_page-item .tm .short-descr {
    font-size: 13px;
    font-style: italic;
    color: #232a2e;
    line-height: 15px;
    padding: 7px 20px;
}

.product_page-item .tm .short-descr .line {
    margin-bottom: 10px;
}

.product_page-item .tm .short-descr .line:last-child {
    margin-bottom: 0;
}

.product_page-item .tm .short-descr span {
    display: block;
    float: left;
    width: 180px;
    margin-right: 5px;
}

.product_page-item .tm .short-descr b {
    display: block;
    float: left;
    width: 209px;
}

.product_page-item .tm .price-tool {
    margin: 7px 0 0;
}

.product_page-item .tm .price-tool .pr {
    float: left;
    width: 165px;
    background: #FFF;
    color: #df1c7c;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 0;
    margin-right: 1px;
}

.product_page-item .tm .price-tool .pr b {
    font-size: 24px;
    font-weight: 700;
}

.product_page-item .tm .price-tool a.cart {
    width: 130px;
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    padding: 13px 0;
    background: #df1c7c;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}

.product_page-item .tm .price-tool a.cart:hover {
    background: #ee2689;
}

.product_page-item .tm .price-tool a#fastbay {
    margin-left: 1px;
    padding: 13px 10px;
}
.product_page-item .tm .price-tool a.compare {
    text-align: center;
    background: #272d31;
    position: relative;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
    float: left;
    margin-left: 1px;
    width: 122px;
    padding: 14px 0 14px 15px;
    color: #b3b4b5;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.32);
}

.product_page-item .tm .price-tool a.compare:hover {
    background: #2e353a;
}

.product_page-item .tm .price-tool a.compare:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url(img/add.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 10px;
}

.product_page-item .tm .price-tool a.compare.added:before {
    display: none;
}

.product_page-item .tm .price-tool a.compare.added {
    background: #df1c7c;
    padding: 14px 0;
    color: #FFF;
    width: 137px;
}

.product_page-item .tm .price-tool a.compare.added:hover {
    background: #ee2689;
}

.product_page-item .td {
    margin: 4px 0 0 21px;
}

.td-head {
    background: #232a2e;
}

.td-head a {
    display: block;
    float: left;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px 10px 10px 21px;
    width: 117px;
    font-weight: 700;
    border-left: 1px dashed #9c9fa1;
    border-right: 1px solid transparent;
}

.td-head a:first-child, .td-head a.active:first-child {
    border-left-color: transparent;
    width: 117px;
}

.td-head a:hover {
    background: #2e353a;
}

.td-head a.active {
    background: #f0f3f3;
    color: #232a2e;
    cursor: default;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    box-shadow: inset 0 1px 0 #e4e7e7;
}

.td-head a.active + a {
    border-left-color: transparent;
}

.td-tabs {
    display: none;
    background: #f0f3f3;
}

.td-tabs.active {
    display: block;
}

.td-tabs .text { padding: 20px 20px 20px 20px;  }
.td-tabs .text, .td-tabs .text p { line-height: 18px; }
.td-tabs_table .table_body {
    background: #FFF;
    padding: 0 10px;
}

.td-tabs_table .table_body-item {
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    color: #38444c;
    border-bottom: 1px dashed #d0d3d5;
    padding: 3px 0;
}

.td-tabs_table .table_body-item:last-child {
    border-bottom: 0 none;
}

.td-tabs_table .col {
    float: left;
}

.td-tabs_table .table_body-item .col.left {
    padding-left: 11px;
    width: 280px;
    margin-right: 7px;
}

.td-tabs_table .table_body-item .col.right {
    width: 427px;
}

.td-tabs_table .table_head {
    padding: 7px 11px;
    cursor: pointer;
    color: #232a2e;
    position: relative;
}

.td-tabs_table .table_head:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url(img/table.png) no-repeat 0 0;
}

.td-tabs_table .table_head .col.left {
    width: 292px;
    margin-right: 5px;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    font-style: italic;
}

.td-tabs_table .table_head .col.right {
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    width: 435px;
}

.td-tabs_table .table_head:hover {
    background: #232a2e;
    color: #FFF;
}

.td-tabs_table .table_head:hover:before {
    background-position-y: -19px;
}

.td-tabs_table .table_item.open .table_head:before {
    background-position-x: -19px;
}

.td-tabs_table .table_item {
    border-bottom: 1px solid #FFF;
}

.td-tabs_table .table_item:last-child {
    border-bottom: 0 none;
}

.slider_cont-item {
    /*display: none;*/
}

.slider_cont-item.active {
    display: block;
}

.head-menu_mobile {
    display: block;
    padding: 5px 0;
}

.head-menu_mobile span {
    display: block;
    width: 24px;
    padding: 4px;
    cursor: pointer;
    border-radius: 3px;
}

.head-menu_mobile span:hover {
    background: #2e353a;
}

.head-menu_mobile i {
    display: block;
    width: 24px;
    height: 4px;
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 4px;
}

.head-menu_mobile i:last-child {
    margin-bottom: 0;
}

.cont-item_popl.posit-foot {
    background: none;
    margin: 0;
}

.cont-item_popl.posit-foot .popl-bg {
    background: none;
    height: auto;
}

.cont-item_popl.posit-foot .wrap {
    padding: 12px 0 0;
}

.side-arti_nav {
    padding: 8px 0;
    /*border-bottom: 1px dashed #92989d;*/
}

.side-arti_nav li {
    list-style: none;
    display: block;
    margin-bottom: 2px;
}

.side-arti_nav li:last-child {
    margin-bottom: 0;
}

.side-arti_nav a {
    display: block;
    font-size: 14px;
    color: #b3b4b5;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    background: url(img/bg5.png) repeat-x 0 50%;
    padding: 17.5px 44px 17.5px 18px;
    position: relative;
}

.side-arti_nav a:hover,
.side-arti_nav a.active {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.34);
    background: #df1c7c;
}

.side-arti_nav a:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 27px;
    background: url(img/nav2.png) no-repeat 0 0;
    top: 50%;
    margin-top: -13px;
    right: 9px;
}

.side-arti_nav a:hover:before,
.side-arti_nav a.active:before {
    background-position: -28px 0;
}

.head-buffer.head-articles {
    height: 14px;
    border-bottom: 1px dashed #92989d;
}

.cont-catalog.catalog-articles {
    margin-top: 0;
}

.side_newest-products {
    margin-top: 14px;
}

.side_newest-products .newest-prod_title {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 17px 19px;
    background: url(img/bg5.png);
}

.side_newest-products .newest-prod_title a {
    display: block;
    text-decoration: none;
    color: #FFF;
    position: relative;
}

.side_newest-products .newest-prod_title a:hover {
    text-decoration: underline;
}

.side_newest-products .newest-prod_title a:before {
    content: "";
    display: block;
    width: 28px;
    height: 27px;
    position: absolute;
    top: -6px;
    right: -10px;
    background: url(img/arrow2.png) no-repeat 0 0;
}

.side_newest-products .newest-prod_title a:hover:before {
    opacity: 0.9;
}

.side_newest-products .list {
    border-left: 1px dashed #92989d;
    border-right: 1px dashed #92989d;
}

.side_newest-products .product_item {
    float: none;
    border-left: 0 none;
    border-bottom: 1px dashed #92989d;
    padding: 13px 8px 11px;
    width: auto;
}

.side_newest-products .product_item .buy a {
    background: #df1c7c;
}

.side_newest-products .product_item .buy a:hover {
    background: #ee2689;
}

.side_newest-products .product_item .buy a b {
    color: #232a2e;
}

.cont-articles_page {
    margin: 0 0 0 21px;
}

.cont-articles_page li {
    list-style: none;
    display: block;
    border-bottom: 1px dashed #92989d;
    padding: 15px 17px 26px 17px;
}

.cont-articles_page li:hover {
    background: #eff2f2;
}

.cont-articles_page li .image {
    width: 110px;
    float: left;
    margin-top: 3px;
}

.cont-articles_page li .image .time {
    font-size: 12px;
    line-height: 1;
    color: #df1c7c;
    font-style: italic;
    margin-bottom: 15px;
}

.cont-articles_page li .image .img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #000;
    position: relative;
}

.cont-articles_page li .image .img img {
    display: block;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.cont-articles_page li .body {
    float: left;
    margin-left: 11px;
    width: 555px;
}

.cont-articles_page li .body h4 {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 13px;
}

.cont-articles_page li .body h4 a {
    color: #df1c7c;
    text-decoration: none;
}

.cont-articles_page li .body h4 a:hover {
    text-decoration: underline;
}

.cont-articles_page li .body .text {
    font-size: 13px;
    line-height: 15px;
    color: #38444c;
}

.cont-articles_page li .body .text p {
    margin-bottom: 15px;
}

.cont-articles_page li .body .text p:last-child {
    margin-bottom: 0;
}

.cont-product_nav.articles {
    text-align: left;
    padding: 0 20px 20px;
    margin-top: 35px;
    position: relative;
}

.cont-product_nav.articles a.show_all {
    position: absolute;
    font-size: 13px;
    color: #22282c;
    text-decoration: none;
    font-style: italic;
    float: none;
    width: auto;
    top: 6px;
    right: 20px;
    padding: 0;
    margin: 0;
}

.cont-product_nav.articles a.show_all:after {
    content: "";
    display: block;
    position: absolute;
    width: 104%;
    height: 1px;
    background: #22282c;
    left: 0;
    margin-left: -2%;
    bottom: -3px;
}

.cont-product_nav.articles a.show_all:hover:after {
    display: none;
}

.cont-news.articles_page {
    display: none;
}

.cont-articles_page .art-intro {
    float: left;
    width: 502px;
    margin-top: 9px;
}

.cont-articles_page .art-intro .bread {
    font-size: 10px;
    font-style: italic;
    color: #788790;
    line-height: 12px;
    padding: 0 17px;
}

.cont-articles_page .art-intro .title {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #df1c7c;
    border-bottom: 1px dashed #92989d;
    font-weight: 700;
    padding: 0 74px 13px 17px;
    margin-top: 9px;
}

.cont-articles_page .art-intro .text {
    background: #eff2f2;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
    font-style: italic;
    color: #38444c;
    margin-top: 13px;
    padding: 22px 48px 24px 24px;
}

.cont-articles_page .art-image {
    float: left;
    width: 230px;
    margin-left: 22px;
    height: 300px;
}

.cont-articles_page .art-image a {
    display: block;
    width: 230px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.cont-articles_page .art-image a img {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 300px;
    max-width: 230px;
}

.cont-articles_page .art-image a:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 34;
    top: 0;
    left: 0;
    background: url(img/zoom.png) no-repeat 50%;
}

.cont-articles_page .art-body {
    font-size: 13px;
    color: #38444c;
    line-height: 16px;
    padding: 0 30px 0 17px;
    margin-top: 27px;
}

.cont-articles_page .art-body p {
    margin-bottom: 16px;
}

.cont-articles_page .art-body p:last-child {
    margin-bottom: 0;
}

.cont-articles_page .art-body p img {
    display: block;
    max-width: 100%;
}

.cont-articles_page .images_desc-item {
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 100%;
}

.cont-articles_page .images_desc-item a {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.cont-articles_page .images_desc-item a:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(img/zoom1.png) no-repeat 50% 50%;
}

.cont-articles_page .images_desc-item img {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 100%;
}

.cont-articles_page .images_desc-item .desc {
    font-size: 13px;
    line-height: 16px;
    color: #df1c7c;
    font-style: italic;
    max-width: 380px;
}

.cont-articles_page .art-tools {
    padding: 19px 0 20px;
}

.cont-articles_page .art-tools_to a {
    display: block;
    background: #df1c7c;
    font-size: 14px;
    color: #FFF;
    line-height: 1;
    font-style: italic;
    text-decoration: none;
    padding: 17.5px 45px 17.5px 25px;
    position: relative;
    width: 187px;
}

.cont-articles_page .art-tools_to a:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 27px;
    background: url(img/nav2.png) no-repeat -28px 0;
    top: 50%;
    margin-top: -13px;
    right: 9px;
}

.cont-articles_page .art-tools_to a:hover {
    background: #ee2689;
}

.cont-akcii_page table tr td, .cont-articles_page table tr td {
	border: 1px #cccccc solid;
	padding: 5px;
}
.cont-akcii_page table tr:nth-child(odd) td, .cont-articles_page table tr:nth-child(odd) td { background-color: #fce8f2; }
.cont-akcii_page table tr:nth-child(even) td, .cont-articles_page table tr:nth-child(even) td { background-color: #FFF8FB; }


.art-tools_share {
    margin: 20px 0 0 16px;
}

.cont-akcii_wrap {
    border-right: 1px dashed #92989d;
    margin: 0 0 0 27px;
}

.cont-akcii_wrap .slider_cont-item {
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #92989d;
    min-height: 333px;
}

.cont-akcii_wrap .slider_cont-item .descr {
    margin-left: 0;
    margin-right: 0;
    width: 342px;
    min-height: 333px;
}

.cont-akcii_wrap .slider_cont-item .title {
    border-bottom: 0 none;
    padding: 13px 0px 13px 82px;
    min-height: 48px;
}

.cont-akcii_wrap .slider_cont-item .title a.brand {
    width: 72px;
    height: 72px;
}

.cont-akcii_wrap .slider_cont-item .title h3, .cont-akcii_wrap .slider_cont-item .title h1 {
    width: 260px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.cont-akcii_wrap .slider_cont-item .body {
    padding: 2px 5px 22px 1px;
    margin-right: 32px;
}

.cont-akcii_wrap .slider_cont-item .body p:nth-child(1) {
    height: 97px;
    color: #000;
}

.cont-akcii_wrap .slider_cont-item .body p:nth-child(1) a {
    color: #000;
    font-size: 13px;
    line-height: 16px;
}

.cont-akcii_wrap .slider_cont-item .prices {
    margin-right: 32px;
}

.cont-akcii_wrap .slider_cont-item .counter {
    margin-right: 32px;
}

.cont-akcii_wrap .slider_cont-item .price span {
    overflow: hidden;
    padding: 2px 5px 2px 4px;
    height: 24px;
    line-height: 24px;
}

.slider_cont-item .price.dated span i {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-align: right;
    width: 23px;
    display: inline-block;
    line-height: 24px;
    float: left;
}

.slider_cont-item .price.dated span b {
    font-size: 18px;
    line-height: 24px;
    color: #e2107c;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.cont-akcii_wrap .slider_cont-item .price-btn {
    margin: 2px 0 2px 4px;
}

.cont-akcii_wrap .slider_cont-item .image {
    width: 404px;
    height: 333px;
}

.cont-akcii_desc {
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
    color: #000;
    padding: 41px 53px 25px 61px;
}

.cont-akcii_page {
    padding: 27px 17px 20px 0;
    margin-left: 27px;
    border-right: 1px dashed #92989d;
    position: relative;
}

.cont-akcii_page:after {
    /*content: "";*/
    display: block;
    position: absolute;
    width: 1px;
    height: 9999px;
    right: -1px;
    bottom: -9999px;
    border-right: 1px dashed #92989d;
}

.cont-akcii_page h4 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    font-style: italic;
    line-height: 16px;
    margin-bottom: 4px;
}

.cont-akcii_page ul {
    margin-bottom: 18px;
}

.cont-akcii_page li {
    position: relative;
    font-style: italic;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    padding: 0 0 0 20px;
    margin-bottom: 8px;
}

.cont-akcii_page li:last-child {
    margin-bottom: 0;
}

.cont-akcii_page li:before {
    content: "•";
    display: block;
    position: absolute;
    left: 2px;
    top: 1px;
    font-weight: 700;
    font-size: 16px;
}

.cont-akcii_page li a {
    color: #000;
}

.cont-akcii_page li i {
    font-size: 11px;
    line-height: 13px;
    color: #9fa1a2;
    font-style: normal;
}

.cont-catalog.dx {
    margin-bottom: 0;
    padding-bottom: 10px;
    overflow: hidden;
}

.cont-compare_page {
    padding: 0 0 32px;
}

.compare-panel {
    width: 258px;
    float: left;
    border-right: 1px dashed #92989d;
    border-left: 1px dashed #92989d;
    border-bottom: 1px dashed #92989d;
}

.compare-panel .title {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    border-bottom: 1px dashed #92989d;
    padding: 18px 15px 16px;
}

.compare-products {
    float: left;
    width: 772px;
    border-right: 1px dashed #92989d;
    border-bottom: 1px dashed #92989d;
}

.compare-panel .return {
    padding: 3px 14px;
}

.compare-panel .return a {
    font-size: 12px;
    color: #788790;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 0 0 0 29px;
}

.compare-panel .return a:before {
    content: "";
    display: block;
    background: url(img/arrow7.png) no-repeat 0 0;
    width: 14px;
    height: 11px;
    position: absolute;
    top: 1px;
    left: 2px;
}

.compare-panel .return a:hover {
    text-decoration: underline;
}

.compare-panel .sort {
    padding: 0 10px;
    margin: 42px 0 0;
}

.compare-panel .sort_title {
    color: #272d31;
    font-size: 12px;
    line-height: 1;
    padding: 0 5px;
    margin-bottom: 5px;
}

.compare-panel .sort_line {
    margin-bottom: 7px;
}

.compare-panel .sort_line:last-child {
    margin-bottom: 0;
}

.compare-panel .sort_line a {
    font-size: 13px;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 0;
    background: #eff2f2;
    color: #272d31;
    text-align: center;
}

.compare-panel .sort_line a:hover {
    background: #e4eaea;
}

.compare-panel .sort_line a.active {
    border: 1px solid #df1c7c;
    color: #df1c7c;
    padding: 13px 0;
    background: #FFF;
}

.compare-panel .hide {
    margin: 53px 0 4px;
    padding: 0 16px;
}

.compare-panel .hide a {
    font-size: 12px;
    color: #788790;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 0 0 0 27px;
}

.compare-panel .hide a:hover {
    text-decoration: underline;
}

.compare-panel .hide a:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 11px;
    height: 14px;
    background: url(img/arrow8.png) no-repeat -11px 0;
}

.compare-panel .hide a.show:before {
    background-position: 0 0;
}

.compare-params_table .cpt_head {
    background: #f7f9f9;
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    overflow: hidden;
    font-weight: 700;
    font-style: italic;
    color: #96999b;
    padding: 7px 15px;
    cursor: pointer;
    overflow: hidden;
}

.compare-params_table .cpt_head b {
    display: block;
    height: 14px;
    overflow: hidden;
}

.compare-params_table .cpt_body {
    padding: 2px 0 1px 45px;
}

.compare-params_table .cpt_body .line {
    color: #b0b1b3;
    border-bottom: 1px dashed #c6c8c9;
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    padding: 2.5px 5px 2.5px;
}

.compare-params_table .cpt_body .line i {
    display: block;
    overflow: hidden;
}

.compare-params_table .cpt_body .line:last-child {
    border-bottom: 0 none;
}

.compare-params_table .cpt_body .line.diff {
    background: #fef9fc;
}

.cpt_item:last-child .cpt_body {
    padding-bottom: 0;
}

.compare-products li {
    list-style: none;
    float: left;
    display: block;
    width: 256px;
    border-right: 1px dashed #92989d;
}

.compare-products li:nth-child(3) {
    border-right: 0 none;
    width: 258px;
}

.compare-products li:nth-child(4),
.compare-products li:nth-child(5),
.compare-products li:nth-child(6),
.compare-products li:nth-child(7),
.compare-products li:nth-child(8) {
    display: none;
}

.compare-products li .product_item {
    border-left: 0 none;
    float: none;
    padding-bottom: 3px;
}

.compare-products li .product_item .buy {
    margin-top: 1px;
}

.compare-products .remove-block {
    padding: 8px 25px 2px;
}

.compare-products .remove-block span {
    display: block;
    position: relative;
    padding: 0 0 0 17px;
}

.compare-products .remove-block input {
    position: absolute;
    z-index: 12;
    top: 5px;
    left: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 0 none;
    cursor: pointer;
    opacity: 0;
}

.compare-products .remove-block i {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 6;
    top: 5px;
    left: 0;
    background: #9ca2a5;
    box-shadow: inset 1px 1px 0 #7b8083;
}

.compare-products .remove-block input:checked + i {
    width: 6px;
    height: 6px;
    background: #FFF;
    border: 1px solid #df1c7c;
    border-top-color: #b91767;
    border-left-color: #b91767;
    box-shadow: none;
}

.compare-products .remove-block label {
    font-size: 10px;
    line-height: 1;
    color: #38444c;
    font-style: italic;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.compare-products .remove-block label:hover {
    text-decoration: underline;
}

.compare-products .compare-params_table .cpt_head {
    background: #eff2f2;
    position: relative;
    height: 14px;
}

.compare-params_table .cpt_head.hover {
    background: #232a2e;
    color: #FFF;
}

.compare-products .compare-params_table .cpt_head .hide_btn {
    font-size: 0;
    color: transparent;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url(img/table.png) no-repeat -19px 0;
    display: none;
}

.compare-products .compare-params_table .cpt_head .hide_btn.open {
    background-position-x: 0;
}

.compare-products .compare-params_table .cpt_head.hover .hide_btn {
    background-position-y: -19px;
}

.compare-products li:last-child .compare-params_table .cpt_head {
    padding-right: 34px;
}

.compare-products li:last-child .compare-params_table .cpt_head .hide_btn {
    display: block;
}

.compare-products .compare-params_table .cpt_body {
    padding-left: 0;
}

.compare-products .compare-params_table .cpt_body .line {
    padding-left: 24px;
    padding-right: 24px;
    border-color: #92989d;
    color: #272d31;
}

.compare-products .compare-params_table .cpt_body .line.diff {
    font-weight: 700;
    background: #fdf3f8;
}

.cont-compare_page.diff_active .compare-params_table .cpt_body .line {
    display: none;
}

.cont-compare_page.diff_active .compare-params_table .cpt_body .line.diff {
    display: block;
}

.compare-products .compare-params_table .cpt_head b {
    display: none;
}

.compare-products .compare-params_table .cpt_head.open b {
    display: block;
    color: #272d31;
    font-weight: 400;
}

.compare-products .compare-params_table .cpt_head.hover b {
    color: #FFF;
}

.cpt_item {
    margin-bottom: 1px;
}

.cpt_item:last-child {
    margin-bottom: 0;
}

.compare-products {
    position: relative;
}

.compare_list-nav {
    display: block;
    width: 26px;
    height: 25px;
    background: url(img/nav.png) no-repeat 0 0;
    font-size: 0;
    color: transparent;
    position: absolute;
    z-index: 23;
    top: 5px;
    right: 5px;
}

.compare_list-nav.prev {
    background-position: 0 -36px;
}

.compare_list-nav:hover {
    background-position-x: -26px;
}

.level2 {
    padding: 15px;
    line-height: 18px;
}

.level2 p {
    margin: 0px 0px 10px 0px;
    line-height: 18px;
}

.level2 b, .level2 strong {
    font-weight: bold;
}

.level2 ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.level2 li {
    display: list-item;
}

.level2 h1 {
    padding: 0px 0px 15px 0px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    color: #df1c7c;
}

.level2 p.news-item img:hover {
    opacity: .8;
}

.level2.search_page .product-list {
    height: auto;
}

.level2.search_page .product-list .product_item {
    width: 225px;
    min-height: 355px;
}

.product_page-item .cont-product_sect {
    border: none;
    padding-top: 2px;
}

.product_page-item .product-list {
    height: auto;
    border: none;
}

.product_page-item .product_item {
    padding: 13px 7.3px 11px;
}

.bx-wrapper img {
    width: 100%;
}

.head-top .head-tl {
    border-bottom-color: transparent;
}

.head-tl.fix {
    border-top: 10px solid #232a2e;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

header.g-wrap {
    position: relative;
}

header .wrap { position: relative; }
.logout a {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #06344b;
    text-decoration: none;
    position: relative;
    padding: 7px 67px 7px 10px;

    position: absolute;
    right: 140px;
}

.logout a:hover { text-decoration: underline; }

.cont-product_sect .black_title {
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    padding: 17px 20px;
    background: url(img/bg2.png);
    border-left: 1px dashed #92989d;
}
.cont-product_sect .gray_title {
    background: #eff2f2;
    border-left: 1px dashed #fff;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    padding: 12px 20px 10px 18px;
}

.share_soc {
    color: #000;
    font-size: 12px;
    font-style: normal;
    margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.share_soc .soc_title {
    float: left;
    padding-right: 10px;
}

/*l7*/
.dropdown-menu2 .product_item .image img {
    position: relative;
}

#seo_text b { font-weight: 700; }
#seo_text ul {
    list-style-type: disc;
    padding-left: 20px;
}

@media print {
    a[href]:after {
      content: "";
    }
    body { background: #ddd; }
    .product_item .buy a {
        display: block;
        background: #272d31;
        font-size: 18px;
        line-height: 1;
        color: #FFF;
        text-decoration: none;
        padding: 11px 18px;
    }
}

    /*ToolTip Agree*/
    #easyTooltip{
        margin:0 10px 1em 0;
        width: 500px;
        padding:8px;
        background:#fcfcfc;
        border:1px solid #e1e1e1;
        line-height:130%;
    }
    #easyTooltip h3{
        margin:0 0 .5em 0;
        font:13px Arial, Helvetica, sans-serif;
        text-transform:uppercase;
    }

    #easyTooltip p{
        margin:0 0 .5em 0;
    }

    #easyTooltip img{
        background:#fff;
        padding:1px;
        border:1px solid #e1e1e1;
        float:left;
        margin-right:10px;
    }
    /*ToolTip Agree*/

    /*  cookie_user_mess  */
    #cookie_user_mess {
      background-color: #eeeeee;
      position: fixed;
      z-index: 200;
      bottom: 0px;
      width: 100%;
    }
    #cookie_user_mess .cookie_inner {
      border-bottom: 1px solid #d2d2d2;
      margin: 0 auto;
      max-width: 1070px;
      padding: 8px 0px;
      position: relative;
    }

    #cookie_close {
      cursor: pointer;
      font-size: 22px;
      right: 10px;
      position: absolute;
    }
    /*_cookie_user_mess  */

/*_l7*/



.slider_cont-item .body.big_text_action {
    border-bottom: 0;
/*     line-height: 1.4;
    font-size: 1.15em; */
    height: auto;
    max-height: 100%;
}
.slider_cont-item .body.big_text_action *,
.slider_cont-item .body.big_text_action p:nth-child(1) {
    height: auto;
    max-height: 100%;
}