@charset "utf-8";
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?63279919');
    src: url('../fonts/fontello.eot?63279919#iefix') format('embedded-opentype'), url('../fonts/fontello.woff?63279919') format('woff'), url('../fonts/fontello.ttf?63279919') format('truetype'), url('../fonts/fontello.svg?63279919#fontello') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5em
}

.icon-basket:before {
    content: '\e800'
}

.icon-right-dir:before {
    content: '\e801'
}

.icon-right-open-big:before {
    content: '\e802'
}

.icon-left-open-big:before {
    content: '\e803'
}

.icon-search:before {
    content: '\e804'
}

.icon-login:before {
    content: '\e805'
}

.icon-logout:before {
    content: '\e806'
}

.icon-phone-outline:before {
    content: '\e807'
}

.icon-cancel:before {
    content: '\e808'
}

.icon-plus:before {
    content: '\e809'
}

.icon-minus:before {
    content: '\e80a'
}

.icon-user:before {
    content: '\e80b'
}

.icon-heart-empty:before {
    content: '\e80c'
}

.icon-heart:before {
    content: '\e80d'
}

.icon-up-open-big:before {
    content: '\e80e'
}

.icon-down-open-big:before {
    content: '\e80f'
}

.icon-help-circled:before {
    content: '\e810'
}

.icon-down-dir:before {
    content: '\e811'
}

.icon-cdot:before {
    content: '\2022';
    font-weight: bold
}

.ico-burger:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 29px;
    background-image: url("/css/ico-burger.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 2px 5px 0 5px;
    cursor: pointer
}

.ico-burger:hover:before {
    background-position: 0 -29px
}

.ico-phone2:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("/css/ico-phone2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 5px 0 0 10px;
    cursor: pointer
}

.ico-phone2:hover:before {
    background-position: 0 -24px
}

.ico-phone2 {
    position: absolute;
    top: -16px;
    left: 59px
}

.ico-login2:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background-image: url(/css/ico-login.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    margin: 2px 5px 0 5px;
    cursor: pointer
}

.ico-login2:hover:before {
    background-position: 0 -21px
}

.ico-login2 {
    position: absolute;
    top: -12px;
    right: 62px
}

.ico-basket:before {
    content: '';
    display: inline-block;
    width: 29px;
    height: 20px;
    background-image: url(/css/ico-basket.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    margin: 0 5px 0 5px
}

.ico-basket:hover:before {
    background-position: 0 -20px
}

:focus {
    outline: 0
}

clr {
    display: block;
    clear: both
}

.clra:after {
    display: block;
    content: '';
    clear: both
}

.hidden, .sec_input {
    display: none !important
}

a, a:visited {
    color: inherit
}

a:hover {
    color: #f00;
    text-decoration: none
}

html, body {
    height: 100%
}

body {
    background: #fff;
    background-image: url("/css/mbg.jpg");
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #000;
    min-height: 100%;
    min-width: 390px
}

html {
    height: 100%
}

div {
    position: relative
}

p {
    margin-bottom: 10px
}

.mwrap {
    width: 100%;
    overflow-x: hidden
}

.wrap1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px
}

header {
    padding-top: 27px;
    color: #000
}

header .wrap1 .clr {
    text-align: right
}

header .wrap1 .clr a {
    display: block
}

header .wrap1 .clr a.nq {
    font-size: 13px
}

.search_window {
    display: inline-block;
    float: right;
    width: 100%;
    padding-right: 75px;
    position: relative;
    border: 1px solid #b9b9b9;
    font-size: 16px
}

@media (max-width: 768px) {
    .search_window {
        padding-left: 120px
    }
}

.nav0 {
    font-size: 13px
}

.nav0 > li {
    padding-bottom: 10px
}

.nav0 > li:first-child > a, .nav0 > li:first-child > div {
    float: left
}

.nav0 > li:first-child > a {
    margin-left: 20px;
    float: right
}

.search_window button, .input-search {
    background: #fff;
    color: #000;
    border: none !important;
    padding: 3px;
    margin: 0;
    float: left
}

.input-search {
    width: 100%
}

.search_window button {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px
}

.logo1 {
    margin-left: 27px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center
}

@media (max-width: 992px) {
    .logo1 {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .logo1 {
        text-align: center
    }
}

.logo1 img {
    max-width: 100%
}

.logo2 {
    max-width: 100%
}

.small_basket {
    position: absolute;
    right: 15px;
    top: -10px;
    display: none
}

@media (max-width: 768px) {
    .small_basket {
        display: block
    }
}

.delim1 {
    line-height: 0;
    border-bottom: 1px solid #ccc
}

.phones2 {
    text-align: center;
    padding-top: 5px;
    font-size: 12px
}

.phones2 span {
    white-space: nowrap;
    word-break: keep-all
}

.cat_xs {
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    width: 120px;
    display: none
}

.cat_xs > label {
    text-align: center;
    border: 0;
    padding: 3px 5px;
    background: #f00;
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 20px;
    text-transform: uppercase
}

.short_menu {
    position: absolute;
    background: #fff;
    left: 15px;
    right: 15px;
    top: 100%;
    z-index: 99;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition: all .3s;
    overflow: hidden;
    text-align: left;
    max-height: 0;
    margin-top: -10px
}

#short_menu_toggler, #short_menu_toggler2 {
    display: none
}

input:checked ~ .short_menu {
    overflow: auto;
    max-height: 1000px;
    border: 1px solid #ccc
}

.short_menu .cl1 {
    padding: 10px 5px
}

.short_menu .cl1 ul {
    padding-left: 10px
}

.short_menu .cl1 > ul > li {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px
}

.short_menu .cl1 > ul > li li {
    font-weight: normal
}

@media (max-width: 768px) {
    .cat_xs {
        display: block
    }

    .input-search {
        line-height: 30px;
        font-size: 20px
    }

    .icon-search {
        line-height: 30px;
        font-size: 20px
    }
}

.ico-burger-container {
    position: absolute;
    left: 15px;
    top: -15px;
    display: none
}

@media (max-width: 768px) {
    .ico-burger-container {
        display: block
    }
}

.ico-burger-container input {
    display: none
}

.ico-burger-container div {
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    white-space: nowrap;
    background-color: #000;
    overflow: hidden;
    transition: all .3s;
    color: #fff;
    z-index: 99
}

.ico-burger-container div > ul {
    padding: 10px;
    line-height: 30px;
    font-size: 18px
}

.ico-burger-container input:checked ~ div {
    max-height: 300px
}

.nav1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-transform: uppercase;
    font-size: 19px;
    padding: 12px 0;
    position: relative
}

.nav1 li {
    padding: 12px 0;
    background: #000;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center
}

.nav1 a {
    color: #fff;
    display: block
}

.nav1 a:hover {
    color: #f00
}

.nav1 > li > ul {
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    transition: all .3s;
    overflow: hidden;
    margin-top: -12px
}

.nav1 > li:hover > ul {
    max-height: 10000px
}

.nav1 > li > ul > li {
    display: block;
    float: left;
    width: 30%
}

.nav1 > li > ul a:hover {
    color: #f00
}

.nav1 .cl1 > ul > li {
    text-align: left;
    font-size: 14px;
    padding-bottom: 10px
}

.nav1 .cl1 > ul > li li {
    text-align: left;
    text-transform: none;
    padding-bottom: 0
}

.nav1 .cl1 > ul > li {
    font-weight: bold
}

.nav1 .cl1 > ul > li li {
    font-weight: normal
}

.nav1 .cl1 {
    padding: 10px 10px 0 10px
}

.nav1 .cl1 > ul ul {
    padding-left: 10px
}

footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding-bottom: 40px
}

footer .nav1 {
    padding-top: 10px
}

.middle {
    padding-bottom: 20px
}

.nav2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 37px 0;
    font-size: 14px;
    line-height: 30px
}

@media (max-width: 768px) {
    .nav2 {
        display: block
    }
}

.nav2 a {
    color: #fff;
    display: block
}

.nav2 div:first-child {
    text-align: left
}

.nav2 div:last-child {
    text-align: right
}

.bdescr {
    clear: both;
    line-height: 30px;
    font-size: 14px
}

@media (max-width: 768px) {
    .nav2 {
        line-height: 25px
    }

    .bdescr {
        display: none
    }

    .nav2 a {
        font-size: 18px
    }

    .nav2 div > a:last-child {
        font-size: 14px
    }
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    color: #787878;
    padding: 0 15px
}

.breadcrumb a {
    margin-right: 10px
}

.nav3_container {
    padding: 5px;
    background-color: #fff
}

.nav3_container > div {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: none
}

.nav3 {
    font-size: 14px
}

.nav3 a {
    position: relative
}

.nav3 a:hover, .nav3 a.sel {
    color: #f00
}

.nav3 li {
    margin-bottom: 10px
}

.nav3 > li {
    text-transform: uppercase;
    font-weight: 700
}

.nav3 ul {
    text-transform: none;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 15px
}

.nav3 li li {
    padding-left: 0
}

.c_item {
    padding: 5px
}

.c_item > div {
    background: #fff;
    padding: 20px 5px
}

.c_item > div:hover {
    -webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 1);
    -moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 1);
    box-shadow: 0 0 8px 0 rgba(50, 50, 50, 1)
}

.c_item .title {
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    max-height: 100px;
    margin-bottom: 5px
}

.c_item .img.l_sale:before {
    content: '';
    display: block;
    width: 50px;
    height: 51px;
    background-image: url("/css/ico-sale.png");
    position: absolute;
    left: -2px;
    top: -2px
}

.li_sale:before {
    content: '';
    display: block;
    width: 50px;
    height: 51px;
    background-image: url("/css/ico-sale.png");
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 99
}

.c_item .img img {
    width: 100%;
    max-width: 100%
}

.c_item .price {
    font-size: 22px;
    height: 56px
}

.c_item .price_old {
    font-size: 18px;
    text-decoration: line-through;
    height: 24px
}

.c_item .img {
    margin-bottom: 15px
}

.c_item .selector {
    padding-top: 5px;
    height: 44px
}

.c_item .mod_sel, .c_item_list .mod_sel, #by .mod_sel {
    font-size: 12px
}

.c_item .mod_sel.many label, .c_item_list .mod_sel.many label {
    padding-left: 3px
}

.c_item .mod_sel .mod_variant, .c_item_list .mod_sel .mod_variant {
    font-size: 12px;
    line-height: normal;
    padding: 3px 3px 3px 3px
}

.mod_sel {
    display: inline-block;
    position: relative;
    height: 27px;
    border: 1px solid #ccc;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    background: #fff
}

.mod_sel label {
    padding: 0 5px;
    display: block;
    line-height: 27px;
    box-sizing: border-box;
    font-weight: 700;
    padding-left: 30px;
    margin-right: 20px;
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px
}

.mod_sel label:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAQAAAC/O6xzAAAAW0lEQVQY02MwDjTuNWZAgmzGa401GYwFjC8aN8EFmY3XA4WZQUxR4xvGpVDBJcbbgOoZIGpkjO8YZxkzGs803m/MBRKBaVY2fmS8w/iEMR+Ej7BK23ivsSCMBwBp7Rq8CKnEQgAAAABJRU5ErkJggg==);
    width: 11px;
    height: 6px;
    margin: auto;
    transition: .4s ease-out
}

.mod_sel .mod_vaiants {
    padding: 0 10px 0 0;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    border: 0 solid #ccc;
    max-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: .4s ease-out;
    overflow-x: hidden;
    z-index: 99;
    background: #fff
}

input:checked ~ .mod_vaiants {
    max-height: 190px;
    border-width: 1px
}

.mod_sel .mod_vaiants::-webkit-scrollbar {
    width: 4px
}

.mod_sel .mod_vaiants::-webkit-scrollbar-thumb {
    background-color: #333
}

.mod_sel .mod_vaiants::-webkit-scrollbar-track {
    background-color: #f9f9fa
}

.mod_sel .mod_variant {
    font-size: 14px;
    min-height: 24px;
    height: auto;
    line-height: normal;
    cursor: pointer;
    font-weight: 700;
    padding: 7px 3px 5px 30px;
    box-sizing: border-box
}

.mod_sel .mod_variant img, .mod_sel label img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
    float: left
}

.mod_sel label img {
    top: 0
}

.mod_sel .mod_variant > span, .mod_sel label > span {
    font-weight: 500
}

.mod_sel .mod_variant span span, .mod_sel label span span {
    font-weight: 300;
    text-decoration: line-through
}

.mod_sel .mod_variant:hover, .mod_sel .mod_variant.sel {
    color: #f00
}

.mod_sel input {
    display: none
}

.mod.mwoi {
    text-align: center
}

.item_block .mod.mwoi2 {
    width: 48%
}

.mod.mwoi2 {
    text-align: center;
    display: inline-block
}

.mod_woi {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    float: none;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #292929;
    background: #fff
}

.promo_descr_item {
    color: #f00;
    padding: 5px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

.promo_descr_item td {
    vertical-align: middle
}

.promo_descr_item tr td:first-child {
    padding-right: 20px
}

.mod_woi:hover, .mod_woi.sel {
    background: #fff;
    color: #f00;
    border: 1px solid #f00
}

.c_item .mod_woi:hover, .c_item .mod_woi.sel {
    background: #fff;
    color: #f00;
    border: 1px solid #f00
}

.mod_woi.sel:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #f00
}

.c_item .mod_woi {
    margin: 0;
    max-width: 100%;
    width: auto;
    min-width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px
}

.catalog_items .rating-container {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px
}

.catalog_items .rating-container .filled-stars {
    text-shadow: none
}

.catalog_items .comment_amount {
    position: absolute;
    left: 5px;
    bottom: 20px;
    font-size: 12px
}

.item_instance .rate .rating-container.rating-disabled:hover:after, .item_instance .favourite.disabled:hover:after {
    content: 'Авторизируйтесь для оценки товара';
    position: absolute;
    right: 0;
    top: 100%;
    display: block;
    background: #2b2b2b;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    z-index: 9
}

.rating-container .filled-stars {
    color: #f00 !important
}

.but_red {
    background: #f00;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #f00
}

.but_black {
    background: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #f00
}

.but_red.bypopup {
    float: right;
    margin-top: 6px
}

.catalog_items, .subcat_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.c_item .but_red, .c_item_list .but_red {
    padding: 5px 10px
}

.c_cat {
    padding: 5px
}

.c_cat img {
    width: 100%;
    max-width: 100%
}

.c_cat a {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    display: block;
    overflow: hidden
}

.section_title {
    font-size: 20px;
    text-transform: uppercase;
    padding: 16px 5px;
    text-align: center
}

.cat_nav {
    background: #fff;
    padding-right: 10px
}

.cat_nav > div {
    float: left
}

.cat_nav > div.right {
    float: right
}

.as_block, .as_row {
    display: inline-block;
    width: 13px;
    height: 16px;
    opacity: .5;
    margin-top: 10px;
    margin-bottom: 6px
}

.as_block {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/gif;base64,R0lGODlhDQANAJECAP///zQ0NAAAAAAAACH5BAEAAAIALAAAAAANAA0AAAIdjCUWqMqX2orToYuBxhzbLz1VSIndiXLg2JjUKhYAOw==)
}

.as_row {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/gif;base64,R0lGODlhDQANAIABADAwMAAAACH5BAEAAAEALAAAAAANAA0AAAIRhI+pyxcPo5yy2duo3g/7XwAAOw==)
}

.as_block.sel, .as_row.sel, .as_block:hover, .as_row:hover {
    opacity: 1
}

.pagination {
    margin: 0 10px 0 0;
    display: inline
}

.pagination li span, .pagination li a {
    padding: 0;
    margin: 0 3px;
    border: 0;
    line-height: 35px
}

.pagination li a {
    color: #0f0f0f;
    background: transparent
}

.pagination .disabled span {
    background: transparent
}

.pagination .disabled span, .pagination .disabled a {
    color: #ccc
}

.pagination > .active > a {
    background: 0;
    color: #f00;
    font-weight: bold;
    border-bottom: 0
}

.cat_nav #par_per_page_chosen {
    width: 150px !important
}

.cat_nav #par_sort_chosen {
    width: 130px !important
}

.nothing_found {
    padding: 20px 40px;
    border: 2px solid #ccc;
    text-align: center;
    margin: 40px auto 30px auto;
    font-weight: bold;
    background: #fff
}

.c_item_list {
    background: #fff;
    padding: 20px;
    border: 1px solid #d7d7d7;
    width: 100%
}

.c_item_list .l_sale {
    display: inline-block;
    position: relative
}

.c_item_list .l_sale:before {
    content: '';
    display: block;
    width: 50px;
    height: 51px;
    background-image: url("/css/ico-sale.png");
    position: absolute;
    left: -2px;
    top: -2px
}

.c_item_list ~ .c_item_list {
    margin-top: 15px
}

.c_item_list .title {
    font-size: 14px;
    font-weight: 700
}

.c_item_list .article, .c_item_list .filters {
    padding-top: 7px
}

.catalog_items .c_item_list .rating-container {
    padding: 7px 0;
    position: relative;
    float: left
}

.catalog_items .c_item_list .comment_amount {
    position: relative;
    left: 0;
    bottom: 0;
    font-weight: bold;
    margin-top: 10px
}

.catalog_items .c_item_list .detail {
    float: right;
    line-height: 35px
}

.c_item_list .price {
    float: left;
    font-size: 22px
}

.c_item_list .price .price_old {
    display: inline;
    font-size: 18px;
    text-decoration: line-through;
    color: #ccc;
    padding-right: 15px
}

#item .descr_full {
    position: relative;
    clear: both;
    padding-top: 20px
}

#item .descr_full label {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
    color: #8c8c8c
}

#item .descr_full input:checked + label {
    color: #000
}

@media (max-width: 635px) {
    #item .descr_full label {
        padding: 10px
    }
}

@media (max-width: 720px) {
    #item .descr_full label {
        padding: 5px;
        font-size: 14px
    }
}

#item .descr_full input[type="radio"], #item .descr_full .txt {
    clear: both;
    display: none;
    border: 0;
    font-weight: 300;
    background: #fff;
    padding: 10px
}

#item .descr_full input:checked + label div:first-child:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #e7e7e5;
    z-index: 99
}

#item .descr_full #t1:checked ~ .txt.t1, #item .descr_full #t2:checked ~ .txt.t2, #item .descr_full #t3:checked ~ .txt.t3 {
    display: block
}

#item .img .swiper-slide img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 400px
}

#mod_prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    background: #fff;
    z-index: 9;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .3s
}

#mod_prev:hover, #mod_prev.sel {
    max-width: 100%;
    max-height: 100%
}

#mod_prev img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

#item .descr .title {
    font-size: 18px;
    text-align: left;
    font-weight: 700
}

#item .descr .price_discount {
    padding-top: 20px;
    text-align: center;
    color: #7a7a7a;
    font-size: 14px
}

#item .descr .price {
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #f00
}

#item .descr .price_old {
    color: #676767;
    text-decoration: line-through;
    font-size: 18px;
    text-decoration: line-through;
    height: 24px
}

#item .descr .price strong {
    font-weight: 700;
    text-transform: uppercase
}

#item .descr .price span {
    text-transform: lowercase
}

#item .descr .price .price_fast {
    padding-left: 20px;
    color: #676767;
    font-size: 16px;
    font-weight: normal
}

#item .descr .price .price_fast i {
    color: #f00
}

#item .descr .article {
    font-size: 12px;
    text-align: left;
    padding-top: 10px
}

#item .count_center {
    text-align: center
}

#item .descr .selector {
    text-align: center;
    padding-top: 20px
}

#item .descr .spinner {
    width: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#item .descr .selector .mod {
    clear: both;
    padding: 10px 3px 0 3px
}

#item .swiper-pagination img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

#item .swiper-pagination .ttlimg1 {
    width: 100%;
    max-width: 20px;
    overflow: hidden
}

#item .rate {
    display: inline-block
}

#item .rating-container {
    font-size: 15px;
    padding-top: 10px;
    display: inline-block
}

.favourite {
    display: inline-block;
    margin-left: 10px;
    color: #c74f59
}

#item .filters {
    font-size: 14px;
    font-family: 'Roboto';
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 10px
}

#item .filters span {
    font-weight: 700
}

#item .but_red.to_by, #item .but_black.to_basket {
    width: 100%
}

.pallets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear: both;
    padding-top: 20px
}

.pallets_variant {
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid transparent
}

.pallets_variant:hover, .pallets_variant.sel {
    border-color: #f00
}

.pallets_variant img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto
}

.count {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 20px;
    position: relative;
    line-height: 20px
}

.count i {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    height: 20px;
    width: 20px;
    font-style: normal;
    cursor: pointer
}

.count i.dec {
    left: 0
}

.count i.inc {
    right: 0
}

.count input {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
    font-style: normal;
    background: transparent
}

.count i {
    color: #ccc
}

.count i:hover {
    color: #000;
    border-color: #000
}

.count input {
    width: 30px
}

#item_extra h3 {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 1px solid #e5e5e5
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #a1a1a1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .5
}

.jcarousel li:hover, .jcarousel li.sel {
    opacity: 1
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    cursor: pointer
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4e443c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #f0efe7;
    -moz-box-shadow: 0 0 4px #f0efe7;
    box-shadow: 0 0 4px #f0efe7
}

.jcarousel-control-prev {
    left: 15px
}

.jcarousel-control-next {
    right: 15px
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c
}

.jcarousel-pagination a.active {
    background: #4e443c;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #f0efe7;
    -moz-box-shadow: 0 0 2px #f0efe7;
    box-shadow: 0 0 2px #f0efe7
}

#bymodal .to_basket, #bymodal .to_by {
    display: block;
    width: 100%
}

#by_prev img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

#bymodal .price {
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #f00
}

#bymodal .price_old {
    color: #676767;
    text-decoration: line-through;
    font-size: 18px;
    text-decoration: line-through;
    height: 24px
}

#bymodal .price strong {
    font-weight: 700;
    text-transform: uppercase
}

#bymodal {
    text-align: center
}

#bymodal .price span {
    text-transform: lowercase
}

#bymodal #title {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #000;
    font-weight: 700
}

.modal-header {
    border: 0;
    text-align: center;
    font-weight: bold
}

.modal-content {
    border-radius: 0
}

.modal-body {
    padding-top: 0
}

.success {
    color: #f00;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.basket {
    margin-bottom: 20px;
    background: #fff
}

.basket h1 {
    font-weight: 700;
    color: #f00;
    font-size: 18px;
    text-align: center
}

.basket .basket_del {
    position: absolute;
    right: 0;
    top: -5px;
    cursor: pointer;
    color: #f00
}

.b_item {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.b_item img {
    max-width: 100%
}

.b_item .title {
    font-weight: 700
}

.b_item .mod_title {
    color: #f00;
    margin-bottom: 10px
}

.b_item > div:last-child {
    padding-bottom: 25px;
    position: relative
}

.b_item .price {
    position: absolute;
    bottom: 0;
    right: 15px;
    white-space: nowrap
}

.b_item .price > li {
    display: block;
    float: left;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0 5px
}

.b_item .price > li:last-child {
    text-align: right;
    color: #f00;
    font-size: 18px
}

.b_item .count {
    margin-bottom: 0
}

.b_item .price > li:first-child {
    font-size: 18px
}

.b_total {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f00;
    font-weight: 700;
    color: #f00;
    font-size: 18px
}

.b_total div:last-child {
    text-align: right
}

.b_order .b_login {
    border: 1px solid #c7c7c7;
    padding: 10px;
    background: #fff
}

.b_order .b_recipient {
    clear: both;
    border: 1px solid #c7c7c7;
    padding: 10px;
    background: #fff
}

.b_order h2 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px
}

.b_order .b_recipient input[type="text"], .b_order .b_recipient input[type="password"], .b_order .b_recipient textarea, .b_order .b_recipient textarea.form-control {
    background: #f5f5f5
}

.b_order .b_recipient .chosen-container .chosen-single {
    background: #f5f5f5;
    border: 1px solid #c5c5c5
}

.comments_container {
    max-width: 840px;
    width: 100%;
    margin: 0 auto
}

.comments_block {
    max-height: 500px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 5px
}

.comments_container .form-group {
    text-align: center
}

.comments_container textarea {
    height: 83px
}

.comments_container .rate {
    margin-bottom: 20px
}

.comments_block .comments_list > li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.comments_block .comments_list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.comments_block .comments_list .no_comment {
    text-align: center
}

.comments_form .comments_list {
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px;
    background: #fff
}

.comments_form .comments_list li {
    margin-top: 0
}

.comments_form .comments_list li {
    margin-top: 0
}

.comments_list li:after {
    content: '';
    display: block;
    clear: both
}

.comments_list li i {
    display: block;
    padding-top: 5px
}

.comments_container .pages {
    margin-top: 45px;
    text-align: center
}

.comments_container .pages ul {
    display: inline-block
}

#loginmodal .modal-dialog {
    max-width: 335px
}

.frm1 {
    display: block;
    margin: 0 auto;
    float: none;
    padding: 5px 15px 10px 15px;
    background: #fff
}

form input[type="checkbox"] {
    display: none
}

form input[type="checkbox"] + label {
    padding: 0 0 0 20px
}

form input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -2px;
    background-image: url("/css/checkbox.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

form input[type="checkbox"]:checked + label:before {
    background-position: 0 -18px
}

form .title {
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

form .form_links {
    font-size: 14px
}

form .required label:after {
    content: '*'
}

input[type="text"], input[type="password"], textarea, textarea.form-control {
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .help-block {
    font-size: 12px
}

.form-control {
    border-radius: 0
}

.tbl_center {
    margin: 0 auto
}

.page_content {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    background: #fff;
    padding: 10px
}

.page_content td {
    border: 1px solid #ccc
}

.page_content h1 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 5px 16px 5px;
    text-align: center
}

.lk_container {
    padding: 10px;
    border: 1px solid #ccc
}

.nav5 {
    padding: 15px 0
}

.lk_container {
    background: #fff
}

.nav5 li {
    margin: 0 15px 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    color: #1e1e1e;
    font-weight: bold;
    border-bottom: 1px solid #fff
}

.nav5 .sel, .nav5 li:hover {
    border-bottom: 1px solid #2d574a;
    color: #000
}

@media (max-width: 800px) {
    .nav5 {
        text-align: center
    }
}

.lk_container .tabs {
    display: none
}

.lk_container .tabs.sel {
    display: block
}

#lk_2 div {
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.lk_container .tabs > .tabso {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
    padding-right: 20px;
    position: relative
}

.lk_container .tabs > .tabso .icon-up-open-big, .lk_container .tabs > .tabso .icon-down-open-big {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block
}

.lk_container .tabs > .tabso .icon-down-open-big {
    display: none
}

.lk_container .tabs > .tabso.sel .icon-down-open-big {
    display: inline-block
}

.lk_container .tabs > .tabso.sel .icon-up-open-big {
    display: none
}

.lk_container .tabs > .tabso:hover {
    font-weight: 700
}

.lk_container .tabs > .tabso.sel {
    border-bottom: 0;
    font-weight: 700
}

.lk_container .tabs > .tabso > .c1 {
    width: 130px
}

.lk_container .tabs > .tabso > .c2 {
    width: 90px
}

.lk_container .tabs > .tabso > .c3 {
    width: 180px
}

.lk_container .tabs > .tabso > div {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px
}

@media (max-width: 670px) {
    .lk_container .tabs > .tabso > div {
        display: block;
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
}

.lk_container .tabs > div > div:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.lk_container .tabsod {
    margin-top: -5px;
    padding: 5px;
    margin-bottom: 5px
}

.lk_container .tabsod td {
    padding: 5px
}

.lk_container .tabsod img {
    width: 75px
}

.lk_promo .swiper-container {
    border: 1px solid #ccc
}

.lk_promo img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.lk_promo .c_item {
    padding-bottom: 20px
}

.lk_promo .c_item:hover {
    border-color: #fff
}

.lk_promo_title {
    margin: 15px;
    color: #c74f59;
    text-align: center
}

#lk_2 .icon-cancel {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block;
    cursor: pointer
}

#lk_3 .c_item_list .title {
    font-size: 14px
}

#lk_3 .favourite {
    position: absolute;
    right: 0;
    top: 5px
}

#lk_3 .c_item_list .price_old {
    display: inline-block
}

#lk_4 .stat {
    text-align: left;
    padding-bottom: 20px
}

#lk_5 {
    float: right
}

.order_delivery {
    font-size: 14px;
    margin-bottom: 20px
}

.order_items {
    margin-bottom: 20px
}

.order_items > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.order_items > div:last-child {
    display: block;
    color: #fff;
    border: 0
}

.order_items > div > div:first-child {
    margin-right: 15px
}

.order_items > div > div:last-child {
    font-size: 14px
}

.order_items > div > div:last-child a {
    font-weight: bold
}

.lk_container .chosen-container .chosen-single {
    background: #fff;
    border: 1px solid #c5c5c5
}

#notification .ntf_title {
    color: #f00;
    margin-bottom: 10px;
    text-align: center
}

#notification .ntf_content {
    text-align: center
}

.ip_line1 .swiper-banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.promotion {
    margin-bottom: 40px
}

.promotion img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.promotion .title {
    color: #f00;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}

.promotion .title span {
    display: inline-block;
    padding: 0 15px;
    background: #fff
}

.promotion .title:before {
    content: '';
    display: block;
    background: #f00;
    height: 2px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px
}

.promotion .date {
    text-align: center
}

.promotion .date_title {
    margin-bottom: 5px;
    color: #555
}

.promotion .countdownhide {
    visibility: hidden
}

.left_banner {
    padding-top: 20px
}

.left_banner img {
    max-width: 100%
}

.left_banner .swiper-container {
    margin: 0
}

.callback {
    margin-top: 5px;
    border: 0;
    padding: 3px 5px;
    background: #f00;
    color: #fff
}

.modal-dialog {
    margin: 0 auto
}

.form-success {
    text-align: center;
    padding: 5px
}

#site_notification {
    padding: 5px;
    border: 1px solid #f00;
    margin: 5px 0;
    border-left: none;
    border-right: 0
}

#addetect {
    background: #fff;
    padding: 5px;
    color: #f00;
    text-align: center;
    border-bottom: 1px solid #000
}

.lock_rate:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999
}

.comment_total {
    text-decoration: underline
}

.small_notification {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0
}#site_notification_basket{padding-bottom:10px}
#site_notification_basket {
    padding: 10px;
    border: 1px solid #cccccc;
}

.theme-krajee-svg.rating-md .krajee-icon, .theme-krajee-svg.rating-md .krajee-icon-clear{
    width: 1rem!important;
    height: 1rem!important;
}