/* ----------------------------------------------------------- */
/* ---------------- DARTC CSS Framework v 2.0 ---------------- */
/* ----------------------- dartc.com.ua ---------------------- */
/* ----------------------------------------------------------- */

html {
    height: 100%;
    background-color: #666;
}

html.full-size {
    background-color: transparent;
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font: 400 14px Arial, Helvetica, sans-serif;
    color: #666666;
    min-width: 980px;
    max-width: 1920px;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased  !important;
}

html.full-size body {
    max-width: initial;
}

html.lock {
    overflow: hidden;
}

/* ------------- base grid ------------- */
div.base {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

div.main {
    margin: 0 auto;
    height: 100%;
    padding: 0;
    width: 100%;

}
div.main:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

/*--------------- Header ----------------*/
.header {
    height: 92px;
    position: relative;
    z-index: 1000;
    background-color: #fff;
}

.logo {
    display: table;
    padding: 0 0 0 20px;
    /*cursor: pointer;*/
}
.logo a {
    text-decoration: none;
    color: #666666;
}
.logo a:hover {
    color: #666666;
}

.logo-svg {
    width: 86px;
    height: 98px;
    margin-left: -5px;
}

div[class^=td-logo-] {
    display: table-cell;
    vertical-align: top;
}
.td-logo-block {
    width: 82px;
}

.td-logo-block a:hover {
    text-decoration: none;
}

.td-logo-block span {
    display: block;
    float: left;
    position: absolute;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    top: 36px;
    margin-left: 2px;
    cursor: pointer;
    left: 98px;
}
.td-logo-city {
    font-size: 24px;
    padding-top: 64px;

}
.logo-city {
    cursor: pointer;
}
.logo-city span {
    line-height: 24px;
    display: inline-block;
}

.logo-city:hover {
    color: #333333;
}
.logo-city:hover i {
    background-position: 0 -900px;
}

.td-logo-block span.logo-city {
    text-transform: none;
    padding-top: 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 22px;
    top: 66px;
    left: 100px;
    position: absolute;
}

.td-logo-block img {
    float: left;
}

.header .td-block:first-child {
    width: 330px;
}
.header .td-block:last-child {
    padding-right: 10px;
}

/*--------------- Content ---------------*/
.base-container {
    margin-bottom: 135px;
    box-shadow: 0 7px 12px rgba(0,0,0,0.5);
    background-color: #fff;
    min-height: calc(100vh - 135px);
}

.no-footer .base-container {
    margin-bottom: 0;
    min-height: 100vh;
}

html.full-size .base-container {
    box-shadow: none;
}

.content {
    padding: 20px 10px 40px 18px;
    /*overflow: hidden;*/
    min-height: 50px;
}
section.catalog {
    min-height: 300px;
    position: relative;
}

.content-main {
    padding-right: 40px;
    padding-left: 40px;
}
.column {
    float: left;
    margin: 0;
    padding: 0;
}
.content-page .column-center { width: 79.1035%; }
.content-page .column-right { width: 20.8965%; padding-top: 29px; }
.content-page .column-right.column-right--product { padding-top: 7px; }
.table-content--catalog .content-page .column-right {padding-top: 50px; }
.table-content--seller .content-page .column-right {padding-top: 23px; }

.catalog-content-page .column-left {
    width: 20.8965%;
    padding-right: 30px;
}
.catalog-content-page .column-center {
    width: 58.207%;
    padding-right: 30px;

}
.table-content--catalog .column-right {
    padding-top: 51px;
}

.column-center, .column-center2 {
    width: 100%;
}

.catalog-content-page .column-center2 {
    width: 75.28015820698748%;
    padding-right: 40px;
}
.catalog-content-page .column-center3 {
    width: 79.1035%;
    padding-right: 10px;
}
.cabinet-content-page .column-center {
    width: 82%;
    padding-right: 10px;
}
.cabinet-content-page .column-left {
    width: 18%;
    padding-right: 30px;
}
.document-content-page {
    padding-top: 50px;
}

.table-content {
    display: table;
    width: 100%;
}
.table-content-page {
    display: table-header-group;
}

.ytrewq { margin-bottom: 25px; }

.content-page { margin: 0 0 30px 0; }
.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.action-content { margin: 0 0 25px 0; }
.action-content .h1 {
    color: #666666;
}
.action-content2 .h1 {
    color: #666;
}

.action-content article {
    color: #666;
    font-size: 14px;
}
.action-content2 article {
    margin-bottom: 5px;
}
.action-content article.action-icon {
    padding-left: 22px;
    background-position: 0 1px;
    background-repeat: no-repeat;
}
article.action-icon1 { background-image: url(../images/icon-action-1.png); }
article.action-icon2 { background-image: url(../images/icon-action-2.png); }
article.action-icon3 { background-image: url(../images/icon-action-3.png); }
article.action-icon4 { background-image: url(../images/icon-action-4.png); }
article.action-icon5 { background-image: url(../images/icon-action-5.png); }
article.action-icon6 { background-image: url(../images/icon-action-6.png); }

.action-content .name {
    color: #999999;
    font-size: 12px;
}
.action-content .name span {
    color: #13b565;
}

.action-content .name small {
    font-size: 12px;
    display: none;
    position: absolute;
    margin-left: 5px;
    overflow: hidden;
    height: 15px;
}
.action-content article:hover small {
    display: inline-block;
}

.page-cloud article {
    float: left;
    width: 50%;
    padding-right: 40px;
}

.page-cloud-row article {
    margin-bottom: 20px;
}

.page-cloud-row article:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}


.pc-block { margin: 0 0 20px 0; }
.pc-block:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.page-cloud-row .pc-block {
    float: left;
    width: 33.3%;
    margin: 0;
    padding-right: 40px;
}

.pc-block-menu {
    margin: 0 0 3px 0;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    float: left;
    padding-right: 10px;
}
.pc-block-menu li {
    margin: 0 0 5px 0;
    list-style: outside none;
}
.page-cloud a {
    text-decoration: none;
}
.pc-block .h2 {
    font-size: 22px;
}

.pc-block a.h2 {
    color: #154a72;
}

.prb-menu, .table-sts-regions ul {
    margin: 0 0 3px 0;
}
.prb-menu li, .table-sts-regions li {
    margin: 0 0 5px 0;
    list-style: outside none;
    float: left;
}

.table-sts-regions.collapsed ul {
    display: none;
}

.table-sts-faq.collapsed p {
    display: none;
}

.prb-menu .all {
    clear: both;
}
.prb-menu li:after, .table-sts-regions li:after {
    content: "\2022";
    color: #d8d8d8;
    margin: 0 8px;
}
.prb-menu li:last-of-type::after, .prb-menu li.all:after, .table-sts-regions li:last-of-type::after, .table-sts-regions li.all:after {
    display: none;
}

.prb-menu .all a {
    color: #999;
}

.fillter-block {
    color: #999999;
    padding: 7px 10px 7px 23px;
    margin-bottom: 5px;
    position: relative;
    background: #f6f6f6;

    -moz-box-shadow: 1px 1px 0 0 #e5e5e5;
    -webkit-box-shadow: 1px 1px 0 0 #e5e5e5;
    box-shadow: 1px 1px 0 0 #e5e5e5;
}

.popup .fillter-block {
    padding-left: 0;
    margin-bottom: 0;
    background: none;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup .fillter-block:before {
    display: none;
}
.fh-body {
    overflow: hidden;
}

.fillter-block span {
    color: #b8c1c8;
}
.fillter-block:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}


.fillter-block-body a { color: #3381bd; }
.fillter-block-body a:hover { color: #3381bd; }
.fillter-block-head {
    font-size: 14px;
    color: #000000;
    padding-left: 2px;
}

.fillter-block-head strong {
    font-weight: normal;
    cursor: pointer;
}
.fillter-block-body {
    display: none;
    padding-top: 10px;
    margin-right: -15px;
}
.fillter-block-body.price-filter {
    margin-right: 0;
}
.fillter-block-body:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.popup .fillter-block-body {
    display: block;
    margin-top: -10px;
}

.fillter-block.active .fillter-block-body {
    display: block;
}

.fillter-block-body > span {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 3px;
    padding: 2px 4px;
}

.fillter-block-body > span.unpopular {
    display: none;
}

.popup .fillter-block-body > span {
    float: left;
    clear: both;
    margin-bottom: 5px;
    margin-right: 0;
}

.fillter-block-body > span small {
    color: #999999;
    font-size: 11px;
}
.fillter-block .all { font-size: 12px; padding-left: 3px; }
.fillter-block .all a { color: #000000; }
.fillter-block-body span.active { background: #ffd700; }
.fillter-block-body span.active small { display: none; }
.fillter-block-body span.active a { color: #000; }

.filter-head {
    height: 45px;
    margin-bottom: 12px;
    background: #f6f6f6;
    font-size: 14px;
    position: relative;
    z-index: 100;
    border-bottom: 0;
    color: #999;
    padding: 0 15px;
    -moz-box-shadow: 1px 1px 0 #e5e5e5;
    -webkit-box-shadow: 1px 1px 0 #e5e5e5;
    box-shadow: 1px 1px 0 #e5e5e5;
}
.filter-head:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.filter-head a {
    color: #666;
    font-size: 14px;
    padding: 11px 10px 9px 15px;
    display: block;
}
.filter-head a.close {
    margin-top: 3px;
    padding: 11px 10px 9px 15px;
    display: block;
}
.filter-head a:hover {
    text-decoration: none;
    color: #000;
}

.filter-head {
    display: table;
    width: 100%;
}
.filter-head > div:first-of-type {
    /*display: table-cell;*/
    float: left;
}
.filter-head > div:last-of-type {
    /*display: table-cell;*/
    float: right;
}
.filter-head > div:last-child {
    text-align: right;
}

.filler-head {
    /*padding: 9px 15px 11px 15px;*/
    position: relative;
    z-index: 10;
    height: 45px;
    margin-bottom: 5px;
}
.filler-head:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.filler-head a {
    color: #666;
    font-size: 14px;
    padding: 11px 10px 9px 15px;
    display: block;
}
.filler-head a.close {
    margin-top: 3px;
    padding: 11px 10px 9px 15px;
    display: block;
}
.filler-head a:hover {
    text-decoration: none;
    color: #000;
}

.filler-head {
    display: table;
    width: 100%;
}
.filler-head > div:first-of-type {
    /*display: table-cell;*/
    float: left;
}
.filler-head > div:last-of-type {
    /*display: table-cell;*/
    float: right;
}
.filler-head > div:last-child {
    text-align: right;
}


.fillter-select-body {
    margin-bottom: 10px;
    /*padding-left: 20px;*/
}
.fillter-select-body p {
    width: 263px;
    padding: 0 0 5px 17px;
}

.fsb-head {
    margin-bottom: 5px;
    font-size: 14px;
    /*font-weight: bold;*/
}
.fsb-head a {
    color: #999999;
}
.fsb-head a:hover {
    color: #999999;
}
.fsb-body a {
    color: #000;
}
.fsb-body a:hover {
    color: #000;
}
.fsb-body > div {
    margin-bottom: 3px;
}

.fillter-select-bottom {
    text-align: center;
    padding: 10px 0;
}

.catalog-block-text {
    padding-left: 10px;
}
.goods-content .catalog-block-text {
    padding-left: 0;
}
.content-shadow-block .item {
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}

.content-shadow-block .item .img {
    width: 160px;
    text-align: center;
}
.goods-content .item .img {
    padding: 0;
    height: 135px;

    display: table-cell;
    vertical-align: middle;
}
.goods-content .item .img img {
    max-height: 130px;
    max-width: 190px;
}

.item .img a {
    position: relative;
    display: block;
    min-height: 130px;
    width: 100%;
}

.item .img a .big-photo {
    display: none;
    position: absolute;
    right: 164px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.4);
    overflow: hidden;
    border-radius: 3px;
    padding: 30px 15px;
    text-align: center;
    top: -50%;
}

.item .img a .big-photo.is-active {
    display: block;
    opacity: 0;
}
.item .img a .big-photo.is-visible {
    display: block;
    opacity: 1;
}

.big-photo img {
    max-width: 100%;
}

.content-shadow-block .item .text { padding-left: 25px; }
.content-shadow-block .item .text p { padding: 0 0 5px 0; }
.catalog-block-head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.catalog-block-head a { color: #4b5054; }
.price {
    margin-bottom: 10px;
    color: #999999;
}
.item .price {
    margin-bottom: 5px;
}
.price strong { color: #4b5054; }
.price span strong {
    color: #ff4500;
    font-size: 15px;
}

.content-shadow-block {
    position: relative;
    margin: 0 0 20px 0;
    /*min-height: 300px;*/
    padding-top: 10px;
}

.content-shadow-block:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.content-shadow-block + .catalog-panel {
    margin-top: -15px;
    margin-bottom: 25px;
}

.content-shadow-block-table .item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    border: 0;
    padding: 0 5px;
    margin-bottom: 25px;
}
.content-shadow-block-table .item .img {
    width: 100%;
    text-align: center;
    /*min-height: 175px;*/
    height: 200px;
    margin-bottom: 10px;
}
.content-shadow-block-table .item .img img {
    max-width: 100%;
    max-height: 200px;
    display: block;
    margin: 0 auto;
    height: auto;
}

.content-shadow-block-table .item .img a {
    height: 200px;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.content-shadow-block-table article p {
    display: none;
}
.content-shadow-block-table .catalog-block-head {
    font-size: 12px;
}
.content-shadow-block-table .catalog-block-text {
    padding-left: 0px;
}
.content-shadow-block-table .compare-links {
    padding-right: 0;
}

.compare-links {
    width: 270px;
    float: left;
    position: relative;
    text-align: left;
}

.lists-links {
    float: left;
    position: relative;
    text-align: left;
}

.lists-links a {
    color: #999;
}

.lists-links.active a {
    color: #ff4800;
}

.lists-links.active a:not([data-url]) {
    cursor: pointer;
}

.product-description .lists-links small {
    font-size: 14px;
}

.content-shadow-block-list .lists-links {
    width: 120px;
    margin-left: 0;
    margin-right: 30px;
}

.compare, .compare-links, .rating, .lists-links {
    line-height: 22px;
    color: #999999;
    display: inline-block;
    font-size: 14px;
}

.compare-links a:hover, .lists-links a:hover {
    color: #000;
    text-decoration: none;
}

.lists-links.active a:hover {
    color: #ff8b5c;
    text-decoration: none;
}

.lists-links.active a:hover svg.icon-list-in {
    fill: #ff8b5c !important;
}

.compare-links:not(.active) a:hover svg.icon,
.lists-links:not(.active) a:hover svg.icon {
    fill: #000;
}

.compare-links.compare-small, .rating.rating-small, .lists-links.compare-small {
    font-size: 12px;
    line-height: 34px;
}

.catalog-list .rating.rating-small {
    clear: both;
    width: 100%;
    line-height: inherit;
}

.product-description-small .compare-links,
.product-description-small .rating {
    display: block;
}

.product-description .compare-links, .product-description-small .compare-links {

}
.compare-links a {
    color: #999999;
    display: inline-block;
}

.compare-links .add-to-compare a {
    color: #999999;
}

.compare-links .add-to-compare a:hover {
    color: #000;
}

.compare-links:not(.active) a:hover svg.icon {
    fill: #000;
}

.compare-links.active a:hover svg.icon {
    fill: #5ccebd;
}

.compare-links .remove-from-compare a {
    color: #50b4a6;
}

.compare-links .remove-from-compare a:hover {
    color: #000;
}

.compare-links.active .remove-from-compare a:hover {
    color: #5ccebd;
}

.compare-links:not(.active) .remove-from-compare,
.compare-links.active .add-to-compare {
    display: none;
}

.lists-links:not(.active)   .remove-from-list,
.lists-links.active .add-to-list {
    display: none;
}


.compare-links img {
    position: relative;
    margin-right: 5px;
    top: -1px;
    vertical-align: middle;
}

.rating span, .rating a {
    white-space: nowrap;
}

.rating a {
    text-decoration: none;
    color: #999999;
}
.rating a:hover {
    color: #333;
    text-decoration: none;
}

.fillter-popup-block .button {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background: #63d8a7;
    border: 0;
    text-align: center;
    padding: 0 15px;
}
.fillter-popup-block .button.button-close {
    background: #f3f3f3;
    color: #7a7a7a;
}
.button + .button { margin-left: 5px; }
.td-row.last .td-block { padding: 5px 5px 10px 5px !important; }

.fillter-select-head {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 17px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
    height: 38px;
}
.fillter-select-head a {
    color: #7a7a7a;
}
.fillter-select-head a:hover {
    color: #000;
}

.fillter-select-head > div {
    padding: 10px 0 8px;
    vertical-align: middle;
    float: left;
}


.fillter-select-head > div:last-of-type {
    float: right;
}

.fillter-tab {
    margin: 0;
    /*max-height: 444px;*/
    overflow: hidden;
    overflow-y: auto;
}
.fillter-tab li {
    margin: 0;
    list-style: outside none;

}
.fillter-tab li + li {
    padding-top: 4px;
}
.fillter-tab li a {
    display: block;
    color: #000000;
    padding: 7px 15px 7px 7px;
    /*margin: 0 -13px 0 -7px;*/
    text-decoration: none;
}
.fillter-tab li.active a, .fillter-tab li a:hover { background: #fff; }
.fillter-tab li small {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
}

.fillter-select {
    padding: 3px 0 10px 0;
    border-bottom: 1px solid #d7d7d7;
    /*height: 393px;*/
}
.fillter-select .h2 { font-weight: bold; padding: 0; }
.fillter-select .fillter-block {
    margin-bottom: 10px;
    margin-left: 20px;
}
.fillter-select .fillter-block span {
    padding-left: 20px;
    margin-left: -20px;
    min-height: 14px;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

div.td-block-fillter {
    padding-left: 37px !important;
    background: url(../images/catalog-shadow-left.png) top left repeat-y;
    padding-right: 10px !important;
}
.fillter-tabBlock {
    display: none;
    /*max-height: 444px;*/
    overflow: auto;
    margin-right: -25px;
    position: relative;
    padding-right: 10px;
    width: 291px;
    padding-top: 10px;
}

.fillter-select-scroll {
    /*max-height: 239px;*/
    overflow: auto;
}

.page-category-cloud article {
    float: left;
    width: 20%;
    padding-right: 40px;
}
.page-category-cloud .h3 {
    color: #000000;
    position: relative;
    display: inline-block;
    white-space: pre-wrap;
    padding-right: 17px;
}
.pc-block-h3-text {
  white-space: pre-wrap;
}
.page-category-cloud .pc-block-menu {
    width: 100%;
    float: none;
}
.page-category-cloud .h3 + .pc-block-menu {
  padding-top: 5px;
}

.mark-block {
    margin-bottom: 30px;
}
.mark-block ul {
    margin: 0;
}
.mark-block ul li {
    margin: 0 0 5px 0;
    list-style: outside none;
}
.mark-block a {
    color: #666;
}
.mark-block .h3 {
    color :#000;
}

#rating-in-words {
    background-image: none;
}

.no-block {
    background: #f3f3f3;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 30px 30px 30px 85px;
    font-size: 14px;
    color: #000;
}
.no-block .h2 {
    margin-bottom: 15px;
}
.no-block:before {
    content: "";
    position: absolute;
    color: #fff;
    font-size: 48px;
    margin-left: -60px;
    margin-top: -5px;
    background-position: 0 -1550px;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.no-block-comment {
    margin: 0;
    max-width: 885px;
}

/*--------------------------------*/
.product-description {
    margin-bottom: 25px;
}
.product-description .td-block:first-child {
    vertical-align: top;
}
.warning-link {
    font-size: 14px;
    color: #cccccc;
}
.nav-tabs .warning-link {
    margin-right: -10px;
}
.product-price-row .warning-link, .dropdown-box-notebook .warning-link {
    font-size: 12px;
}
.warning-link .fa-warning {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
    top: 1px;
    position: relative;
}
.warning-link a {
    color: #999;
}
.warning-link a:hover {
    color: #ff4800;
    text-decoration: none;
}
.warning-link a:hover .fa {
    color: #ff0000;
}
.warning-link a:hover svg.icon-claim {
    fill: #ff4800;
}

.product-img {
    height: 350px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin-right: 40px;
}
.wrapper-img {
    display: table;
    width: 410px;
    margin-top: 20px;
}
.product-img a {
    color: #999999;
    display: block;
}

.product-img a:hover {
    text-decoration: none;
    color: #000;
}
.product-img img {
    /*width: 100%;*/
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 350px;
    max-height: 350px;
}

.product-zoom {
    height: 23px;
    font-size: 12px;
    position: absolute;
    padding: 5px 5px 5px 27px;
    z-index: 100;
    top: 5px;
    background: rgba(255,255,255,0.8);
    color: #828282;
}

.product-zoom img {
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.series-img .product-zoom {
    top: 8px;
    left: 8px;
}

.product-img a:hover .product-zoom,
.series-img a:hover .product-zoom {
    color: #000;
}

.product-img a:hover .product-zoom svg,
.series-img a:hover .product-zoom svg{
    fill: #000;
}

.pd-body {
    width: 90%;
}

.pb-body-head {
    margin-bottom: 10px;
}
.pb-body-head > div:first-child {
    padding-left: 15px;
}
.pb-body-head > div:nth-of-type(2) {
    text-align: center;
}
.pb-body-head > div:nth-of-type(2) .dropdown-hint {
    text-align: left;
}
.pb-body-head > div:nth-of-type(3) {
    text-align: right;
}

.pb-body-content {
    padding: 15px 15px;
    background: #fff;
    min-height: 100px;
    color: #000000;
    font-size: 14px;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.pb-body-content:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.pb-bc-left, .pb-bc-right {
    float: left;
    width: 60%;
}
.pb-bc-right {
    padding-left: 10px;
    width: 40%;
}

.pb-bc-head {
    color: #333;
    font-size: 18px;
    position: relative;
}
.pb-bc-row {
    overflow: hidden;
    margin-bottom: 5px;
    background: url(../images/dotted.png) left 13px repeat-x;
}
.pb-bc-row:last-child {
    margin-bottom: 0;
}
.pb-bc-r-left {
    float: left;
    background-color: #fff;
    padding-right: 2px;
    color: #999999;
    position: relative;
}
.pb-bc-r-right {
    float: right;
    background-color: #fff;
    width: 60%;
    padding-left: 2px;
}
.pb-bc-row + .pb-bc-head {
    padding-top: 5px;
}

.param-description {
    padding: 0 3px 0 2px;
    cursor: pointer;
}

.param-description svg.icon {
    width: 14px;
    height: 14px;
    fill: #ccc;
    vertical-align: -3px;
}

.pb-bc-head .param-description svg.icon {
    vertical-align: -2px;
}
.param-description:hover svg.icon {
    fill: #666;
}

.product-price-row {
    padding: 0;
    position: relative;

}
.product-price-row > div {
    vertical-align: top;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #e3e2dc;
	position: relative;
}
.product-price-row > div:last-child {
    padding-right: 0;
}
.product-price-row:hover {

}
.product-price-row.active {
    /*background: #F7F7F7;*/
}

.ppr-block-head {
    margin-bottom: 10px;
}
.ppr-block-head a {
    text-decoration: none;
    color: #000;
}
.ppr-block-head a:hover {
    color: #000;
}

/*------------------------------*/
.ppr-block1 {
    width: 8.867924528301887%;
    width: 100px;
}
.ppr-block2 {
    width: 14.52830188679245%;
    width: 150px;
}
.ppr-block3 {
    width: 14.52830188679245%;
    position: relative;
    width: 155px;
}
.ppr-block4 {
    width: 13.67924528301887%;
    width: 155px;
}
.ppr-block5 {
    width: 49.05660377358491%;
}

.ppr-block1 .img {

    text-align: center;
}

.favorite {
    color: #ccc;
    font-size: 12px;
    margin-bottom: 5px;
    visibility: hidden;
    white-space: nowrap;
}
.favorite a {
    color: #ccc;
}

.favorite .fa {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.favorite a:hover {
    color: #000;
    text-decoration: none;
}
.favorite a:hover .fa {
    color: #2fc94d;
}
.favorite.active a {
    color: #2fc94d;
}

.note-block {
    color: #999999;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 10px;
    max-width: 190px;
    width: 100%;
}
.note-block a { color: #999999; }
.note-block.active a { color: #2fc0d9; }
.note-block .fa {
    margin-right: 5px;
    font-size: 15px;
    top: 1px;
    position: relative;
}

.product-price-row .warning-link, .product-price-row .favorite, .product-price-row .note-block {
    visibility: hidden;
}
.product-price-row.active .warning-link, .product-price-row:hover .warning-link, .product-price-row.active .favorite, .product-price-row:hover .favorite, .favorite.active, .product-price-row.active .note-block, .product-price-row:hover .note-block, .note-block.active {
    visibility: visible;
}

.ppr-block1 .fa {
    color: #e4e4e4;
    font-size: 28px;
    /*padding-top: 10px; */
}

.product-price-row .btn {
    margin-bottom: 10px;
}

.show-phone, .show-city {
    font-size: 12px;
    color: #000;
    background: #f7f5ef;
    padding: 0 5px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    max-width: 135px;
    text-align: left;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.show-phone {
    cursor: pointer;
    min-width: 133px;
}
.show-phone.active > .fa {
    visibility: hidden;
}
.show-phone.disabled {
  background-color: inherit;
  color: #cccccc;
  cursor: default;
  text-align: center;
}
.show-phone.disabled:hover {
  background-color: inherit;

}

.show-phone:hover {
    background: #eee;
}

.show-city {
    background: none;
    font-size: 12px;
    color: #999999;
    padding: 2px 5px 2px 5px;
    margin-left: -6px;
}
.show-city:hover {
    color: #000;
    cursor: pointer;
}

.show-phone > .fa, .show-city > .fa {
    color :#c0c0c0;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -8px;
    font-size: 16px;
}
.show-city:hover > .fa {
    color: #000;
}
.show-phone > span, .show-city > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.ppr-price {
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.ppr-price small {
    font-size: 14px;
}

.pph-body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.pph-body a {
    color: #000;
}
.pph-body a:hover {
    color: #000;
}
.pph-more {
    display: none;
    float: right;
    margin-top: -17px;
}
.pph-more .fa {
    margin-left: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.show-nowrap .pph-hide {
    display: inline-block;
}
.pph-hide a {
    color: #3381BD;
    text-decoration: none;
    cursor: pointer;
}
.pph-hide a:hover {
    color: #ff9900;
    text-decoration: underline;
}
.pph-hide .fa {
    margin-left: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.product-price-head {
    margin-bottom: 10px;
}

.product-price-head.show .pph-more {
    display: block;
}
.product-price-head.show .pph-body {
    margin-right: 80px;
}
.product-price-head.show-nowrap .pph-body {
    white-space: normal;
    margin-right: 0;
    display: inline;
}
.product-price-head.show-nowrap .pph-more {
    display: none;
}

.product-price-add {
    color: #ababab;
    font-size: 12px;
    margin-bottom: 10px;
}
.product-price-add:after {
    clear: both;
    display: block;
    height: 0;
    content: '';
}

.product-price-add > div {
    float: left;
    margin-right: 15px;
}
.product-price-add > div span {
    color: #000000;
}
.product-gift {
    font-size: 14px;
    color: #cc66ff;
    margin-bottom: 5px;
}

.product-gift .fa {
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.posted {
    color: #ABABAB;
    font-size: 12px;
    float: right;
}

.posted span {
    color: #000;
    display: inline-block;
    margin-left: 5px;
}

/*----------------------------*/
.comments {
    margin-bottom: 30px;
}
.comments-block {
    padding: 10px 10px;
    color: #000000;
    border-bottom: 1px solid #cccccc;
}
.comments-block-date {
    width: 100px;
    padding-left: 30px;
}
.comments-block.first {
    width: 155px;
}
.comm-like {
    margin: 0;
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
}
.comm-like li {
    margin: 0 20px 0 0;
    list-style: outside none;
    float: left;
}
.comm-like li span {
    font-size: 12px;
}
.comm-like li a {
    color: #000000;
    display: inline-block;
    margin-right: 0;
}

.comm-p-row {
    color: #303030;
    overflow: hidden;
}

.comm-p-row strong {
    font-size: 12px;
    color: #303030;
}
.comments-button {
    text-align: center;
}
.comment-popup-form {
    padding: 0;
    margin: 0 auto;
}
.comment-popup-form .h3 {
    color: #333333;
    margin-bottom: 20px;
}
.comment-popup-form .control-label {
    float: left;
    width: 110px;
}
.comment-popup-form .form-group-div {
    float: left;
    width: 550px;
}
.form-bottom-btn {
    text-align: right;
    padding-top: 10px;
}

.form-group-experience .control-label {
    width: 150px;
}
.form-group-experience .form-group-div {
    width: 510px;
}
.form-group-experience .radio {
    margin-top: 0;
}

.comment-popup-form .rating {
    color: #000;
}
/*----------------------------*/
.review {
    margin-bottom: 20px;
}
.rb-head a {
    color: #000;
}
.review-block small {
    color: #999999;
}
.review-block-left {
    float: left;
    width: 30px;
    text-align: center;
}
.review-block-center {
    padding-left: 30px;
}

/*--------------------------------*/
.no-price {
    font-size: 16px;
    color: #ff4500 !important;
    margin-bottom: 25px;
}
.np-city-head {
    margin-bottom: 10px;
}
.np-city-head [class*=icon-] {
    color: #999;
    margin-right: 8px;
    font-size: 15px;
    vertical-align: middle;
    top: -1px !important;
}
.np-city-row {
    margin-bottom: 5px;
}

.no-price-related-products {
    margin-bottom: 30px;
}
.no-price-related-products .fa {
    color: #999999;
    margin-right: 10px;
    font-size: 13px;
    vertical-align: top;
    margin-top: 2px;
}

.action-active .h1 {
    color: #000;
    margin-bottom: 10px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

/*----------------------------*/
.action-search-content {
    margin: 0 0 25px 0;
    padding: 0 15px;
    /*padding: 0 15px;*/
}
.action-search-content article {
    /*color: #000000;*/
    font-size: 14px;
    margin-left: 28px;
}

.action-search-content .name {
    color: #999999;
    font-size: 12px;
}
.action-search-content .name span {
    color: #13b565;
}

.action-search-content .name small {
    font-size: 12px;
    display: none;
    position: absolute;
    margin-left: 5px;
    overflow: hidden;
    height: 15px;
}
.action-search-content article:hover small {
    display: inline-block;
}
.action-search-content a {
    /*color: #000000;*/
    text-decoration: underline;
}
.action-search-content a:hover {
    /*color: #13b565;*/
    text-decoration: underline;
}
.action-search-content .backlighting {
    display: inline-block;
    /*background: #ffffcc;*/
    /*padding: 1px 3px 3px 3px;*/
}

.asc-head {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}
.asc-head .backlighting {
    color: #000;
}

.action-search-block {
    float: left;
    width: 33.3%;
}

/*---------------------------------*/
.search-body {
    padding: 0 15px;
}
.search-cloud {
    margin-bottom: 30px;
    padding-left: 27px;
}
.search-cloud article {
    float: left;
    padding-right: 10px;
    width: 16.66666666666667%;
}

.pc-block {
    margin: 0px 0px 20px;
}
.pc-block-head-show {
    cursor: pointer;
}
.sc-block-menu {
    margin: 0px 0px 15px 10px;
    display: block;
    vertical-align: top;
    padding-right: 10px;
}
.sc-block-menu li {
    margin: 0px 0px 5px;
    list-style: outside none none;
    /*padding-left: 15px;*/
}
.search-cloud a {
    text-decoration: none;
    margin-right: 3px;
}
.sc-block-menu .scbm-head {
    padding-left: 0;
    font-size: 14px;
}

.search-body-head {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}
.search-body-head .fa {
    margin-right: 10px;
    font-size: 18px;
}
.search-body-head .backlighting {
    color: #000;
}

.search-cloud .h3 {
    color: #000;
    font-size: 18px;
}

.sc-block-menu .scbm-head ~ li {
    padding-left :15px;
}
.sc-block-menu .scbm-head ~ .scbm-head {
    padding-left: 0;
}

/*-------------------------*/
.magazine-content-page {
    padding: 0 35px 0 17px;
}
.magazine-content-page .column-center {
    width: 65%;
}
.magazine-content-page .column-right {
    width: 35%;
    padding-left: 5px;
}

.map-block {
    border: 3px solid #fff;
    position: relative;
    overflow: hidden;
    height: 0px;
    padding-bottom: 50%;
    margin: 0 5px 35px 0px;

    -moz-box-shadow: 0 0 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
    box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.map-block img, .map-block iframe {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0px;
    left: 0px;
}

.previously-viewed-company {
    margin-bottom: 25px;
}

.previously-viewed-company .div {
    display: inline-block;
    margin-right: 15px;
}

/*--------------------------*/
.magazine-cloud article {
    float: left;
    padding-right: 10px;
    width: 33.333333%;
}
.magazine-block {
    margin: 0px 0px 25px 0;
}
.magazine-block-head {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.magazine-block-menu {
    margin: 0px;
    display: block;
    vertical-align: top;
}
.magazine-block-menu li {
    margin: 0px 0px 5px;
    list-style: outside none none;
}

/*-------------------------*/
.magazine-list {

}
.magazine-list-row {
    font-size: 14px;
    color: #666666;
}
.mlr-head {
    color: #000;
    font-weight: bold;
}
.mlr-head .fa {
    font-weight: normal;
    margin-left: 5px;
}
.mlr-head .fa-heart {
    color: #31ca4f;
}
.mlr-head .fa-gift {
    color: #dd7bfd;
    font-size: 16px;
}

.column.magazine-list-block {
    width: 41%;
}
.column.magazine-list-map {
    width: 59%;
}
.magazine-list-map {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}
.magazine-list-map img, .magazine-list-map iframe {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0px;
    left: 0px;
}
.magazine-list-block {
    padding-top: 15px;
}

/*-------------------------------*/
.gallery-block-img {
    overflow: hidden;
}
.gallery-block-img img {
    max-width: 100%;
    height: auto;
}
.gallery-block-img .gbi-link {
   width: 35px;
   float: left;
   height: 300px;
   display: block;
   margin-left: 1px;
   background: #e2e2e2;
   position: relative;
}
.gallery-block-img:hover .gbi-link {
    background: #ccc;
}
.gbi-link .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;

    -moz-transform:  translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
    transform:  translate(-50%,-50%);
}

/*------------------------------*/
.magazine-location {
    margin-bottom: 45px;
}
.magazine-location .div-map {
    position: relative;
    overflow: hidden;
    width: 640px;
    height: 410px;
    background-color: #f6f6f6;
}
.magazine-location .div-map img, .magazine-location .div-map iframe {
    width: 100%;
    display: block;
    height: 410px;
    cursor: pointer;
}

.magazine-location .div-map img:hover {
    opacity: .7;
}

.div-location-title .icon {
    margin-right: 5px;
}
.div-location-title {
    margin-bottom: 10px;
}

/*----------------------------------*/
.price-row {
    margin-bottom: 30px;
    color: #999999;
}
.price-row .btn {
    margin-right: 10px;
}
.price-row strong {
    font-weight: normal;
    color: #000;
}

.magazine-info {
    margin-bottom: 25px;
    color :#666666;
}
.magazine-info p {
    padding-bottom: 5px;
}
.magazine-info .fa-external-link, .magazine-info .fa-external-link-square {
    margin-left: 5px;
    color: #d8d8d8;
    font-size: 15px;
}

.magazine-about {
    color: #000;
    margin-bottom: 25px;
    font-size: 14px;
}
.magazine-about p {
    /*padding-bottom: 5px;*/
}
.magazine-about strong {
    font-weight: normal;
    color: #999;
}
.magazine-about [class*=icon-] {
    margin-right: 10px;
}
.magazine-about .fa-phone {
    margin-right: 7px;
}
.magazine-about .fa-clock-o {
    margin-right: 5px;
}

.magazine-about-top {
    margin-bottom: 25px;
    max-width: 800px;
    color: #999;
}
.magazine-about-top .seller-favorite {
    font-size: 14px;
    color: #999;
    margin: 0;
    padding-top: 4px;
    visibility: visible;
}
.magazine-about-top .favorite .fa {
    color: #2fc94d;
}
.magazine-name {
    font-size: 18px;
    color: #3381BD;
    white-space: nowrap;
}
.magazine-about-top .rating {
    margin: 0;
}

.magazine-name .fa {
    font-size: 14px;
    color: #d3d3d3;
    margin-left: 5px;
}
.magazine-about-top .td-block {
    vertical-align: middle;
    padding-right: 50px;
}

.width100 {
    width: 100% !important;
    max-width: 100%;
}

.td-table.magazine-about-top {
    width: auto ;
}
.magazine-about-top .td-block:last-child {
    padding-right: 0;
}

.magazine-info ol li {
    list-style: outside none;
    margin-left: 0;
}
.magazine-info ol li::before {
    content: "\2022";
    color: #999;
    margin: 0px 8px;
}

.payment {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    position: relative;
    width: 0px;
    height: 15px;
    background-image: url("../images/icon-payment.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 2px;
}
.payment-visa {
    width: 22px;
    background-position: 0 0;
}
.payment-master {
    width: 22px;
    background-position: 0 -15px;
}
.payment-webmoney {
    width: 54px;
    background-position: 0 -30px;
}
.payment-privat {
    width: 54px;
    background-position: 0 -45px;
}

.magazine-info .payment {
    margin-left: 5px;
}
.magazine-info .icon {
    margin-left: 5px;
}

.magazine-info .td-block {
    width: 33.3%;
}

/*--------------------------------*/
.no-price-city2 .np-city-head {
    font-size: 18px;
}
.no-price-city2 {
    color: #000;
}

.comment-block-head {
    max-width: 80%;
    margin-top: 5px;
}
.comment-block-head .td-block {
    vertical-align: middle;
    /*width: 33.3%;*/
}
.comment-block-head img {
    vertical-align: middle;
}
.comment-block-head .rating {
    margin-bottom: 0px;
    margin-top: -6px;
    vertical-align: middle;
}

.comment-answer {
    display: block;
    table-layout: fixed;
    margin-bottom: 10px;
    width: 100%;
    height: 16px;
    overflow: hidden;
}

.comment-answer {
    display: table;
}

.comment-answer-head,
.comment-answer-block {
    display: table-cell;
}

.comment-answer-head {
    width: 145px;
}

.comment-answer-block {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.comment-answer-block {
    color: #999;
}

.comment-answer.active .comment-answer-head {
    display: block;
}

.comment-answer.active .comment-answer-block {
    white-space: normal;
    color: #000;
    display: block;
    float: none;
    margin-left: 50px;
    padding-top: 5px;
}

.w160 {
    width: 160px;
}

/*---------------------------*/
.gallery > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}
.gallery img, .gallery iframe {
    display: block;
}

/*-------------------------*/
.magazine-point-list {
}

.column.magazine-point-list-block {
    width: 40%;
    padding-right: 30px;
}
.column.magazine-point-list-map {
    width: 60%;
}
.magazine-point-list-map {
    position: relative;
    overflow: hidden;
    padding-bottom: 50%;
}
.magazine-point-list-map img, .magazine-point-list-map iframe {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0px;
    left: 0px;
}
.magazine-point-list-map {
    padding-top: 15px;
}

.mplb-row:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}
.mplbr-left {
    float: left;
    width: 20px;
}
.mplbr-left .number {
    background: #f0f0f0;
    display: block;
    height: 18px;
    line-height: 18px;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.mplbr-center {
    padding-left: 30px;
}
.mplbr-head {
    font-weight: bold;
    margin-bottom: 5px;
}
.mplb-row {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding: 5px;
    cursor: pointer;
}
.mplb-row small {
    color: #666666;
    font-size: 14px;
}
.mplb-row p {
    padding: 0 0 5px 0;
}
.mplb-row:hover, .mplb-row.active {
    background: #f7f5ef;
}
.mplb-row:hover .number, .mplb-row.active .number {
    color: #fff;
    background: #adaaa4;
}

/*-------------------------------*/
.aboute-site {
    width: 100%;
    max-width: 855px;
    margin: 0 auto;
}
.about-site-head {
    margin-bottom: 25px;
    background: #f7f5ef;
    padding: 22px 20px 22px 50px;
    position: relative;
}
.about-site-head:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 18px;
}

.about-site-body {
    padding: 0 20px 0 50px;
}
.about-site-body p {
    padding-bottom: 20px;
}
.about-site-body h2 {
    margin-bottom: 20px;
    color: #000;
}

.form-message {
    width: 448px;
    background: #f9f9f9;
    padding: 25px;
    margin: 0;
}
.form-message p {
    color: #000;
}

.info-update {
    text-align: right;
    line-height: 1.7;
}

.td-table {
    display: table;
    width: 100%;
}
.product-price-block {
    table-layout: fixed;
    margin-bottom: 20px;
}

.td-row {
    display: table-row;
    width: 100%;
}
.td-block {
    display: table-cell;
    vertical-align: top;
}
.td-block .td-column-40 {
    min-width: 40%;
}
.td-th-group { display: table-header-group; }
.td-tr-group { display: table-row-group; }

.product-description-small {
    margin-bottom: 20px;
}
.product-description-small .price {
    margin: 5px 0;
    line-height: 22px;
}
.google-banner{
    min-height: 255px;
}
.product-description-small .td-block {
    vertical-align: middle;
}
.product-description-small .img {
    width: 50px;
}

.xz400x30 {
    width: 100%;
    max-width: 500px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin: 0 auto;
    display: inline-block;
}

.xz400x30:hover {
    border: 1px solid #cfcfcf;
}

.xz400x30 img {
    float: left;
    height: 25px;
    padding-left: 10px;
    padding-top: 3px;
}
.xz400x30 a {
    font-size: 14px;
    width: 100%;
    color: #4b5054;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.xz400x30 a span.banner-mini-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 90px);
    display: inline-block;
    float: left;
    margin-left: 10px;
    color: #4b5054;
    text-align: left;
}

.xz400x30 a:hover,
.xz400x30 a:hover span {
    color: #333333;
    text-decoration: none;
}

.catalog-panel > section {
    float: left;
    width: calc(100% - 560px);
    text-align: center;
    padding: 0 20px;
}

.mini-banner-href {
    text-align: center;
}
.xz400x30 a {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.xz400x30 a span.banner-mini-text {
    width: auto;
    float: none;
}

.xz400x30 img {
    float: none;
    padding-top: 0;
    padding-left: 0;
}
.xz400x30 {
    width: auto;
    max-width: 100%;
}

.product-map {
    margin-bottom: 20px;
}
.product-map-body {
    border: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 402px;

}
.product-map-body img, .product-map-body iframe {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
}

.tab-head {
    padding: 10px 0 30px 0;
    text-align: right;
    height: 68px;
}
.enter-popup-form:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.enter-popup-form .td-block:first-child {
    border-right: 1px solid #e2dfda;
}
.enter-popup-form .epf-center {
    padding-right: 35px;
    padding-left: 45px;
}
.enter-popup-form .h4 {
    margin-bottom: 10px;
}
.enter-popup-form .form-btn {
    margin-bottom: 35px;
    min-width: 110px;
}

.epf-left {
    font-size: 16px;
    padding: 0 45px 0 30px !important;
    width: 250px;
    position: relative;
}
.epf-left .fa {
    font-size: 25px;
    vertical-align: bottom;
    margin-right: 10px;
}

/*-------Social big----------*/
.social-big [class*=social-] i {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../images/icon-social_big.png) 0 0 no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.social-big > div {
    margin-bottom: 10px;
}

.social-big .social-vkontakte:hover i {
    background-position: -25px 0;
}

.social-big .social-facebook i {
    background-position: 0 -25px;
    height: 24px;
}
.social-big .social-facebook:hover i {
    background-position: -25px -25px;
}

.social-big .social-google i {
    background-position: 0 -49px;
    height: 20px;
}
.social-big .social-google:hover i {
    background-position: -25px -49px;
}

.social-big .social-twitter i {
    background-position: 0 -69px;
    height: 20px;
}
.social-big .social-twitter:hover i {
    background-position: -25px -69px;
}


/*----------------------------------*/
.comment-row table {
    width: 100%;
    /*border-top: 1px solid #cccccc;*/
}
.comment-row {
    color: #000;
    margin-bottom: 20px;
}

.table-block {
    display: table;
    width: 100%;
}

.tr-block {
    display: table-row;
}

.comment-row .td-block,
.comment-row td {
    padding: 15px 10px;
    vertical-align: top;
}

.td-table.comment-block-head .td-block:first-of-type {
    padding-left: 0;
}

.comment-row .rating {
    margin: 0;
    margin-top: -4px;
}
.crow-head {
    color: #999;
}
.crow-name a {
    color: #000;
}
.crow-name .fa {
    color: #999;
    margin-lefT: 5px;
}

.comment-row .rating > div {
    margin-right: 0;
}

.catalog-head {
    position: relative;
    /*z-index: 201;*/
}

.column-center .sts-text {
    padding-top: 10px;
}
.compare-box.td-table {
    /*width: auto;*/
}

.cmpr-left .delete {
  margin-top: -5px;
}
.cmpr-left .delete:hover {
    text-decoration: none;
    color: #ff4500;
}
.cmpr-left .delete:hover i {
    background-position: -150px -600px;
}

/*-----------------------------------*/
.notebook-map-body {
    position: relative;
    overflow: hidden;
    height: 0px;
    /*padding-bottom: 50%;*/
    margin: 0;
    display: none;
}
.notebook-map-body img, .notebook-map-body iframe {
    /*position: absolute;*/
    /*width: 100%;*/
    display: block;
    /*height: 100%;*/
    top: 0px;
    left: 0px;
    max-height: 400px;
}

.notebook-map-head {
    position: relative;
    margin-bottom: 15px;
}
.notebook-map-head:after {
    content: '';
    width: 100%;
    height: 0;
    border-top: 2px solid #808080;
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
}
.notebook-map-head > div {
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 10;
    display: inline-block;
}
.notebook-map-head a {
    color: #666666;
    text-decoration: none;
}
.notebook-map-head a:hover {
    color: #000;
    text-decoration: none;
}
.notebook-map-head .fa {
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    top: 1px;
}

.notebook-row-block {
    margin-bottom: 20px;
}

.notebook-row-block > table {
    float: left;
}
.notebook-row-block > table > thead > tr > th, .notebook-row-block > table > tbody > tr > td {
    padding: 5px;
    vertical-align: top;
}

.notebook-row-block > table > thead > tr > th {
    font-weight: normal;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
}
.notebook-row-block > table > thead > tr > th:first-child {
    border-top: 0;
}
.notebook-row-block > table > thead a {
    color: #999;
}
.notebook-row-block > table > thead a:hover {
    color: #000000;
    text-decoration: none;
}

.notebook-row-block > thead .fa-times-circle {
    margin-right: 5px;
}
.notebook-row-block a .fa-times-circle {
    color: #cbcaca;
    font-size: 14px;
}
.notebook-row-block a:hover .fa-times-circle {
    color: #ff6666;
}
.notebook-row-block > table > thead th.first {
    text-align: left;
}
.notebook-row-block .delete-all .fa {
    font-size: 21px;
}
.notebook-row-block > table {
    border-collapse: collapse;
}
.notebook-row-block > table > tbody > tr > td {
    font-size: 14px;
    color: #999999;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.notebook-row-block > table > tbody .delete .fa {
    margin-right: 0;
}
.notebook-row-block > table > tbody > tr.category td {
    color: #000000;
    background-color: #f6f6f6;
    height: 30px;
    vertical-align: middle;
    border-right: 1px solid #d8d8d8 !important;
}
.notebook-row-block > table > tbody > tr td.first, .notebook-row-block > table > tbody > tr.category td {
    border-left: 1px solid #d8d8d8;
    border-right: 0;
}
.notebook-row-block > table > tbody .first {
    width: 25px;
    text-align: center;
    padding-top: 9px;
}
.notebook-row-block > table > tbody .first i {
  margin-right: 0;
}

.notebook-count {
    padding-top: 2.5px;
    white-space: nowrap;
}

.notebook-count a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 17px;
    vertical-align: middle;
    font-size: 26px;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.notebook-count a:hover {
    background: #e7e7e7;
    color: #000;
    text-decoration: none;
}
.notebook-count a.count-plus {
    font-size: 18px;
    line-height: 21px;
}

.notebook-count .fa {
    color: #000000;
    font-size: 10px;
}
.notebook-count input {
    border: 1px solid #abadb3;
    width: 40px;
    height: 22px;
    line-height: 22px;
    color :#000000;
    text-align: center;
}

.notebook-price {
    width: 120px;
    padding-right: 15px;
    padding-left: 15px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.notebook-price:hover {
    background: #efece1;
    color: #666666;
}
.notebook-price.for-buy {
    color: #000000;
    background: #ffd700;
}

.notebook-price.disabled {
  background-color: inherit;
  cursor: default;
  color: #999999;
}
.notebook-price.disabled:hover {
  color: #999999;
  cursor: default;
}

.notebook-logo {
    position: relative;
    /*padding-top: 10px;*/
    font-size: 12px;

    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.notebook-logo > div {
    height: 60px;
    vertical-align: middle;
}

.notebook-logo .fa {
    font-size: 14px;
}

.notebook-logo .fa-heart {
    color: #2fc94d;
}
.notebook-logo .fa-truck {
    color: #666666;
}
.nl-icon {
    width: 100%;
    height: 25px;
    text-align: right;
    position: relative;
    margin-top: -3px;
}
.notebook-row-block thead th:hover .nl-icon {
    opacity: 1;
}
.nl-icon .icon {
    top: 0;
    margin-left: 5px;
    vertical-align: middle;

}
.nl-icon .delete  {
    float: left;
}
.nl-icon .delete .icon {
    margin: 0;
    top: 0;
}

.notebook-row-block th .delete {
    display: inline-block;
    margin-bottom: 5px;
}

.notebook-row .product-price-head {
    /*display: table;
    table-layout: fixed;*/
    width: 350px;
    margin-right: 10px;
    margin-top: 5px;
}
.notebook-row .pph-body a:hover {
    color: #ff9900;
}

.notebook-logo a div {
    color: #666;
}
.notebook-row-block > table > tfoot > tr > td {
    border: 0;
}

.notebook-row-block > table > tfoot > tr > td {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    height: 35px;
    color: #cccccc;
}
.notebook-row-block > table > tfoot > tr > td.border {
    border: 1px solid #d8d8d8;
}
.notebook-row-block > table > tfoot > tr:first-child > td {
    border-top: 2px solid #808080;
}

.notebook-row-block > table > tfoot > tr.for-price td {
    color: #333;
}
.notebook-row-block > table > tfoot > tr.total td {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.goods-content {
    /*overflow-y: hidden;
    overflow-x: scroll;*/
    /*width: 100%;*/
}
.mCSB_scrollTools_horizontal {
    top: 257px !important;
    position: absolute !important;
}

.info-list .fa {
    margin-right: 5px;
    color: #999999;
    /*margin-left: -10px;*/
}

/*----------------------*/
i[class*=icon-social-] {
    position: relative;
    display: inline-block;
    width: 16px !important;
    height: 16px !important;
    background: url(../images/icon-social.png) -16px 0 no-repeat;
    margin-right: 7px !important;
    top: -2px !important;
    vertical-align: middle;
}
i.icon-social-1 {
    background-position: -16px 0;
}
a:hover i.icon-social-1 {
    background-position: 0 0;
}
i.icon-social-2 { background-position: -16px -16px; }
a:hover i.icon-social-2 { background-position: 0 -16px; }
i.icon-social-3 { background-position: -16px -32px; }
a:hover i.icon-social-3 { background-position: 0 -32px; }
i.icon-social-4 { background-position: -16px -48px; }
a:hover i.icon-social-4 { background-position: 0 -48px; }
i.icon-social-5 { background-position: -16px -64px; }
a:hover i.icon-social-5 { background-position: 0 -64px; }
i.icon-social-6 { background-position: -16px -80px; }
a:hover i.icon-social-6 { background-position: 0 -80px; }
i.icon-social-7 { background-position: -16px -96px; }
a:hover i.icon-social-7 { background-position: 0 -96px; }

/*-----------------------*/
.catalog-panel {
    height: 45px;
    margin-bottom: 5px;
    padding: 7px 0;
    position: relative;
}

.catalog-panel .pagination {
    float: right;
}

/*----------------*/
.compare {
    color: #999999;

}

.compare img {
    top: 2px;
    position: relative;
}
.compare .img-active {
    display: none;
}
.compare.active .img {
    display: none;
}
.compare.active .img-active {
    display: inline;
}
.compare.active > a {
    color: #46b0a1;
    display: inline-block;
}
.compare.unactive > a, .compare.unactive > span {
    color: #999999;
    display: inline-block;
    cursor: default;
}

.compare.unactive > a:hover, .compare.unactive > span:hover {
    text-decoration: none;
}

.compare > .span {
    display: none;
}
.compare.active > .span {
    display: inline;
    color: #46B0A1;
}
.compare .div {
    display: none;
}
.compare.active .div {
    display: inline;
}
.compare small {
    font-size: 14px;
    color: #cccccc;
    display: none;
}
.compare.active small {
    display: inline;
}
.catalog-panel .compare {
    float: left;
    height: 30px;
    line-height: 30px;
}
.catalog-panel .nav-panel > li {
    padding-top: 0;
}

/*------------------*/

.average-price {
    margin-bottom: 20px;
    color: #999;
    display: block;
    /*cursor: pointer;*/
}

#main-block .average-price {
    cursor: pointer;
    float: left;
}

.average-price .small {
    color: #999;
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}

.average-price span {
    font-size: 14px;
}

.average-price strong {
    color: #4B5054;
    font-size: 18px;
}
.average-price span.average-price-big {
    font-size: 22px;
    color: orangered !important;
    font-weight: bold;
}
.average-price .arrow {
    font-size: 21px;
    color: #CCC;
    font-weight: bold;
    margin: 0 5px;
}
.average-price .icon {
    margin-left: 10px;
    margin-top: 15px;
    visibility: hidden;
    top: 5px;
}
.average-price:hover .icon {
    visibility: visible;
}

.average-price:hover {
    text-decoration: none;
}

.average-price:hover > span {
    color: #999;
    text-decoration: none;
}

.mobile-info-dropdown {
    margin: 0px;
    position: absolute;
    right: 0;
    display: none;
}
.mobile-info-dropdown-top {
    margin-top: -5px;
}
.mobile-info-dropdown > li {
    position: relative;
    margin: 0px;
    list-style: outside none;
    text-align: right;
}
.mobile-info-dropdown > li > a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    color: #666;
}
.mobile-info-dropdown .icon {
    margin-left: 5px;
}
.mobile-info-dropdown > li > a:hover {
    text-decoration: none;
    background: #E5E5E5;
}
.mobile-info-dropdown > li.active > a {
    background-color: #E5E5E5;
}
.mobile-info-dropdown .dropdown .dropdown-menu {
    top: 28px;
    left: inherit;
    right: 0;
    text-align: left;

}

.company-history-info {
    overflow: hidden;
    height: 55px;
    margin-bottom: 10px;
}

.action-content2 {
    margin-bottom: 30px;
}

.company-history-show,
.company-history-hide {
    padding-top: 5px;
    display: inline-block;
}

#company-history-info-more2.collapsed + p {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 0;
    display: block;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0));
    position: relative;
}

.company-history-more:hover {
    text-decoration: none;
}

.company-history-more:not(.active) .company-history-hide,
.company-history-more.active .company-history-show {
    display: none;
}

.company-history {
    margin-bottom: 30px;
}

.gallery-img-first {
    margin-bottom: 25px;
}

.gallery-see-more:not(.active) .hide,
.gallery-see-more.active .more {
    display: none;
}

.gallery-see-more strong {
    font-size: 15px;
}

/*----------------*/
.comment-img-row {
    margin-bottom: 25px;
}
.comment-img-row h2 {
    height: 29px;
    line-height: 29px;
}
.comment-row-block {
    color: #b3b3b3;
    margin-bottom: 10px;
    white-space: nowrap;
}
.comment-row-block svg {
    vertical-align: middle;
    top: 0;
}
.comment-row-block em {
    font-style: normal;
    color: #999999;
}

.comment-row-block span, .comment-row-block a,  .comment-row-block a:hover  {
    color: #999;
}
.comment-row-block.comment-great span,
.comment-row-block.comment-great a,
.comment-row-block.comment-great a em,
.comment-row-block.comment-great a:hover {
    color: #1fa034;
}
.comment-row-block.comment-normal span,
.comment-row-block.comment-normal a,
.comment-row-block.comment-normal a em,
.comment-row-block.comment-normal a:hover {
    color: #e0b211;
}
.comment-row-block.comment-low span,
.comment-row-block.comment-low a,
.comment-row-block.comment-low a:hover {
    color: #ff0c0c;
}
.comment-row-block.comment-fail span,
.comment-row-block.comment-fail a,
.comment-row-block.comment-fail a em,
.comment-row-block.comment-fail span a:hover {
    color: #ff0909;
}

.comment-stat-block {
    margin-bottom: 10px;
    overflow: hidden;
}

.comment-row-small .comment-stat-block {
    float: left;
    margin-right: 30px;
}

.comment-stat-block em {
    font-style: normal;
}

.comment-stat-block > a,
.comment-stat-block > span {
    line-height: 30px;
    color: #999;
}

.comment-stat-block > a {
    display: block;
    float: left;
}

.comment-stat-block.comment-great.is-active a,
.comment-stat-block.comment-great > a:hover {
    color: #1fa034;
}

.comment-stat-block.comment-normal.is-active a,
.comment-stat-block.comment-normal > a:hover {
    color: #e0b211;
}

.comment-stat-block.comment-fail.is-active a,
.comment-stat-block.comment-fail > a:hover {
    color: #ff0909;
}



.comment-img-row .btn {
    margin-top: 10px;
}

.comment-row-small {
    display: none;
}

.comment-row-small .comment-row-block {
    float: left;
    margin-right: 30px;
}
.comment-row-small .btn {
    margin-top: 0;
}

.comment-img-row:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
}

.comments .comment-row-block {
    margin-bottom: 25px;
}

/**/
.mobile-info-dropdown .no-price-city {
    margin-bottom: 0px;
    width: 225px;
    padding: 15px 20px;
}

/**/
.sts-text-media {
    padding-left: 20.8965%;
    padding-right: 22.8965%;
}

/**/
.magazine-comment-row {
    display: table;
    margin-bottom: 25px;
}

.mcb-left {
    padding: 0 4px;
}
.mcb-left .icon {
    margin: 0;
}
.magazine-comment-row.active .mcb-left {
    background: #fdc153;
}
.mcb-banner img {
    display: block;
}
.magazine-comment-block {
    padding-left: 5px;
    display: table-cell;
}
.mcb-title {
    color: #000000;
    display: inline-block;
    margin-bottom: 3px;
    font-weight: bold;
}
.mcb-title:hover {
    color: #fda301;
    text-decoration: underline;
}
.mcb-date {
    margin-bottom: 3px;
}

/**/
.catalog-panel .nav-panel {
    padding: 0;
    background: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    margin-bottom: 0;
}
.catalog-panel .dropdown .dropdown-menu {
    top: 28px;
}

/**/
.map-body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    /*background: red;*/
    padding-top: 140px;
}
.map-content {
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 5px;
    /*background: yellow;*/
}
#map_canvas {
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
}
.magazine-content {
    min-height: 0px;
    padding-bottom: 7px;
    background: white none repeat scroll 0% 0%;
    position: relative;
    z-index: 900;

    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.button-full-screen {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 700;
    right: 220px;
    padding: 10px;
    font-size: 14px;
    color: #999999;
    top: 10px;
    -moz-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
    border-radius: 2px;
}

.button-full-screen:hover {
    color: #666;
}
.button-full-screen .icon {
    vertical-align: middle;
    top: 0;
}

/**/
.left-fillter-block {
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    background: #fff;
    position: absolute;
    left: 5px;
    z-index: 700;
    width: 435px;
    top: 5px;
}
.lfblock-top {
    cursor: pointer;
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.lfblock-top:hover {
    background-color: whitesmoke;
}

.lfblock-clean {
    background: #f5f5f5;
    height: 35px;
    line-height: 34px;
    padding: 0 10px;
    border-top: 1px solid #d2d2d2;
    color: #999999;
}

.lfblock-clean.disabled {
    cursor: default;
    color: #cecece;
}

.lfblock-body {
    overflow-y: scroll;
    border-top: 1px solid #d2d2d2;
    max-height: 500px;
    display: none;
}

.lfblock-body.opened {
    display: block;
}

.lfblock-body .fillter-block {
    background: none;
}
.lfblock-body .fillter-block-body {
    display: block;
}
.lfblock-body .fillter-block::before {
    background-position: -50px -900px;
    width: 10px;
    height: 5px;
    left: 8px;
    top: 12px;
}
.fillter-block-head {
    cursor: pointer;
}
.lfblock-body .fillter-block:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.button-full-screen.small {
    margin-left: -50px;
}

.lfblock-body .fillter-block-body span.active {
    margin-right: 5px;
}

.map-fullscreen header.header {
    display: none;
}
.map-fullscreen .magazine-content {
    display: none;
}
.map-fullscreen .map-body {
    padding-top: 0;
}
.button-full-screen.small {
    display: none;
}
.map-fullscreen .button-full-screen {
    display: none;
}
.map-fullscreen .button-full-screen.small {
    display: block;
}

/**/
.right-fillter-block {
    position: absolute;
    right: 5px;
    z-index: 700;
    width: 435px;
    top: 5px;
}
.right-fillter-body {
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);

    background: #fff;
    position: relative;
    z-index: 100;
}
.right-fillter-body.role {
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.rfblock-top {
    cursor: pointer;
    background: #fff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}
.rfblock-top:hover {
    background-color: whitesmoke;
}

.rfblock-top strong {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}
.rfblock-clean {
    cursor: pointer;
    background: #f5f5f5;
    height: 35px;
    line-height: 34px;
    padding: 0 10px;
    border-top: 1px solid #d2d2d2;
    color: #999999;
}
.rfblock-body {
    overflow-y: scroll;
    border-top: 1px solid #d2d2d2;
    max-height: 200px;
    padding: 5px;
    display: none;
}

.rfblock-body.opened {
    display: block;
}

.rfblock-body.active {
    display: block;
}

.rfblock-body.active {
    overflow: hidden;
    position: absolute;
    max-height: auto;
    background-color: #fff;
    width: 100%;

    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

.rfblock-body.active .magazine-list-row {
    display: none;
}

.rfblock-body.active .magazine-list-row.active {
    display: block;
}

.magazine-list-row {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 7px 5px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.magazine-list-row:last-child {
    border-bottom: 0;
    margin-bottom: 5px;
}
.magazine-list-row:hover, .magazine-list-row.active {
    background-color: #f9f7ef;
}
.magazine-list-row > .td-block {
    padding-right: 0;
}
.magazine-list-row .mrl-img {
    width: 100px;
    text-align: center;
}
.magazine-list-row .mrl-img img {
    max-width: 90px;
}
.magazine-list-row .span-time {
    color: #999;
    display: inline-block;
}
.magazine-list-row p {
    padding-bottom: 0;
}

.rfblock-body.active .magazine-list-row {
    margin-bottom: 0;
}

.rfblock-body-bottom {
    display: none;
    position: absolute;
    width: 100%;
    padding: 0 4px;
}
.rfblock-body-bottom > div {
    padding: 5px;
    background-color: #fff;

    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
.rfblock-body-bottom.active {
    display: block;
}
.rfblock-body-bottom .magazine-list-row {
    margin-bottom: 0;
}


.mag-status {
    position: absolute;
    right: 5px;
    font-size: 14px;
    color :#999999;
}
.mag-status [class*=icon-] {
    margin-right: 5px;
}

.magazine-list-row .mlr-head a {
    color: #000;
}
.magazine-list-row .mlr-head .icon {
    margin-left: 5px;
}

.no-magazine-list-row {
    padding: 15px;
    position: relative;
    color: #999;
}
.table-sts-faq{
    margin-bottom: 15px;
}

.table-sts-faq .read-more-popular a{
    color: #666;
}
.table-sts-faq .sts-regions-inner p{
    padding: 0px;
}
.table-sts-faq .read-more-popular span{
    padding-bootom: 10px;
}
.page-category-cloud {
    padding-left: 15px;
}

.no-overflow .catalog {
    min-height: inherit;
}
.no-overflow .content-page {
    margin-bottom: 0;
}
.no-overflow  .content-shadow-block {
    padding-top: 0;
}

/**/
.magazine-content-shadow {
    padding-left: 10px;
}
.popup-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.popup-head-td-table {
    table-layout: fixed;
}
.td-block-close {
    width: 55px;
    text-align: center;
}

/**/
.product-map-balloon {
    position: relative;
    padding: 10px 10px;
    border: 1px solid #d9d9d9;
    width: 100%;
    background-color: #fff
}
.product-ballon-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    padding-top: 10px;
}
.product-ballon-close i:hover {
    opacity: 0.3;
}
.product-ballon-content {
    color: #666666;
}
.product-ballon-content .td-block  {
    padding: 0 0 0 8px;
}

.product-ballon-content .td-block.balloon-block-price {
    padding: 0;
}

.product-ballon-content .show-phone {
    margin-bottom: 10px;
}
.product-ballon-content strong {
    color: #333333;
    font-weight: normal;
}
.product-ballon-content .phone-row {
    color: #666666;
}
.product-ballon-content .time-row {
    color: #999;
}
.product-map-balloon.absolute {
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.product-ballon-content .td-table {
    max-width: 800px;
    margin: 0 auto;
}
.balloon-block-price {
    width: 150px;
    text-align: center;
    padding-right: 25px !important;
}
.balloon-block-img {
    text-align: right;
}

/**/
.magazine-search-cloud article {
  float: inherit;
  width: auto;
  margin-bottom: 25px;
}
.magazine-search-cloud li {
  display: inline-block;
}
.magazine-search-cloud li::before {
  content: "\2022";
  color: #ccc;
  margin: 0px 6px 0 1px;
}
.magazine-search-cloud li a {
  color: #666;
}
.magazine-search-cloud .scbm-head ~ li {
  padding-left: 0;
}
.magazine-search-cloud .scbm-head::before {
  display: none;
}
.magazine-search-cloud .sc-block-menu {
  margin-bottom: 5px;
}
.magazine-search-cloud .scbm-head a {
  color: #3381bd;
}

/*--------------- Footer ----------------*/
.footerfix { height: 80px; }
footer {
    height: 80px;
    margin-top: -80px;
    background: #efefef;
    font-size: 13px;
    position: relative;
    z-index: 10;
    padding: 15px 15px 0 15px;
    width: 100%;
    color: #999999;
}
footer a {
    color: #666666;
}
footer a:hover {
    color: #666666;
}
.copyright {
    line-height: 1.7;
}
footer .td-block {
  width: 33.3%;
}

.before-footer {
    margin-top: -20px;
    padding: 20px 10px 10px 18px;
    background-color: #f6f6f6;
}

/*---------09.12.2015----------*/
.favorite-delete {
  text-decoration: none;
  color: #cccccc;
  padding: 5px  ;
}

.favorite-delete svg.icon-13 {
    margin-right: 0;
}
.favorite-delete:hover {
  text-decoration: none;
  color: #ff3333;
}
.po-cs-title {
  color: #333;
  margin-bottom: 5px;
}
.po-cs-date {
  color: #999;
}
.po-comment-small.disabled .po-cs-date {
  display: none;
}
.po-comment-small.disabled .po-cs-title {
  color: #ccc;
}
.po-magazine-logo {
  text-align: center;
}

.po-magazine-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.po-magazine-logo img {
    max-height: 75px;
    max-width: 100px;
}

.po-product-title > span {
    color: #999;
}

.po-magazine-logo .disabled img {
    filter: grayscale(100%);
    opacity: .4;
}

.firm-closed {
    color: #999;
    padding-left: 40px;
}

.comment-magazine-img {
  vertical-align: middle;
}
.comment-row .td-block.comment-magazine-img,
.comment-row td.comment-magazine-img {
    width: 145px;
  vertical-align: middle;
    padding: 10px 10px;
}
.po-product-name.with-icon > div {
  padding-left: 20px;
}
.po-product-name.with-icon > div .icon {
  position: absolute;
  margin-left: -20px;
}

.po-product-title {
  margin-bottom: 5px;
}
.po-product-title a {
    color: #000;
    position: relative;
}

.po-product-title a:hover {
    color: #ff9900 !important;
    text-decoration: underline !important;
}

.po-product-info,
.po-product-info a {
  color: #999 !important;
}

.po-product-info a:hover {
    color: #000 !important;
}

.crow-comment {
  color: #ccc;
}
.crow-comment .icon {
  margin-right: 5px;
}

.crow-comment.active {
  color: #999;
}

.po-delete {
  color: #666666;
}

.crow-check {
  color: #cccccc;
  white-space: nowrap;
  /*cursor: pointer;*/
  display: inline-block;
  position: relative;
}

.crow-check.accept,
.crow-check.reject {
    color: #999;
}

.crow-check.reject:hover {
    cursor: help;
    color: #ed5757;
}

.comment-row .rating-small {
  margin-bottom: 5px;
}

.po-form label.control-label {
  display: block;
}
.po-form .form-control {
  max-width: 340px;
  margin-right: 10px;
  float: left;
}
.po-form .form-control + small {
  padding-top: 1px;
}
.po-form .one-row {
  height: 34px;
  line-height: 29px;
}

/*-----17.12.2015-----*/
.action-block {
  color: #666;
}
.action-block a {
  text-decoration: none;
}
.action-block a:hover {
  text-decoration: underline;
}
.action-magazine-name {
  color: #999;
}
.catalog-panel-link {
  height: 30px;
  float: left;
  line-height: 30px;
}
.catalog-panel-link a {
  color: #339933;
}
.posted-price {
  float: none;
  margin-bottom: 10px;
}
.product-price-head a {
  color: #000;
}
.pph-more a, .pph-hide a {
  color: #3381BD;
}
.product-price-row2 .ppr-block5 {
  width: auto;
}

/*---------------- clear ----------------*/
.clear, .clear5, .clear10, .clear15, .clear20, .clear25, .clear30, .clear35, .clear40, .clear45, .clear50, .clear55, .clear60, .clear65, .clear70, .clear75, .clear80, .clear85, .clear90, .clear95, .clear100, .clear-hr {
    background: none !important;
    border: 0 !important;
    clear: both !important;
    display: block !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.clear5 { height: 5px !important; }
.clear10 { height: 10px !important; }
.clear15 { height: 15px !important; }
.clear20 { height: 20px !important; }
.clear25 { height: 25px !important; }
.clear30 { height: 30px !important; }
.clear35 { height: 35px !important; }
.clear40 { height: 40px !important; }
.clear45 { height: 45px !important; }
.clear50 { height: 50px !important; }
.clear55 { height: 55px !important; }
.clear60 { height: 60px !important; }
.clear65 { height: 65px !important; }
.clear70 { height: 70px !important; }
.clear75 { height: 75px !important; }
.clear80 { height: 80px !important; }
.clear85 { height: 85px !important; }
.clear90 { height: 90px !important; }
.clear95 { height: 95px !important; }
.clear100 { height: 100px !important; }
.clear110 { height: 110px !important; }
.clear120 { height: 120px !important; }
.clear130 { height: 130px !important; }
.clear140 { height: 140px !important; }
.clear150 { height: 150px !important; }
.clear160 { height: 160px !important; }
.clear170 { height: 170px !important; }
.clear180 { height: 180px !important; }
.clear190 { height: 190px !important; }
.clear200 { height: 200px !important; }

.clearfix:before, .clearfix:after, .form-group:after, .form-group:before {
    display: table;
    content: '';
    clear: both;
    height: 0;
}

.clear-hr {
    border-top: 1px solid #cccccc !important;
    margin-bottom: 20px !important;
}

/*------------- text align ----------------*/
.tl { text-align: left !important; }
.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tj, .justifyfull { text-align: justify !important; }

/*------------- text style ----------------*/
.b { font-weight: bold !important; }
.nob { font-weight: normal !important; }
.i { font-style: italic !important; }

/*------------- float ----------------*/
.fl { float: left !important; }
.fr { float: right !important; }
.nof { float: none !important; }

/*------------- font size ----------------*/
.f9 { font-size: 9px !important; }
.f10 { font-size: 10px !important; }
.f11 { font-size: 11px !important; }
.f12 { font-size: 12px !important; }
.f13 { font-size: 13px !important; }
.f14 { font-size: 14px !important; }
.f15 { font-size: 15px !important; }
.f16 { font-size: 16px !important; }
.f17 { font-size: 17px !important; }
.f18 { font-size: 18px !important; }
.f21 { font-size: 21px !important; }
.f22 { font-size: 22px !important; }
.f23 { font-size: 23px !important; }
.f24 { font-size: 24px !important; }
.f26 { font-size: 26px !important; }
.f44 { font-size: 44px !important; }

/* ----------- reset -------------- */
.noborder { border: 0 !important; }
.nobackground { background: none !important; }

/*------------ margin -------*/
.nom {  margin: 0 !important; }
.nop {  padding: 0 !important; }

/* ----------- hidden -------------- */
.hidden {
    display: none;
    visibility: hidden;
}
.novisibility {
    visibility: hidden;
}

.block { display: block !important; }

.wrapBlock {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.no-overflow {
    overflow: inherit !important;
}

.other-cities {
    list-style: none;
}

.other-cities li {
    list-style: none;
    margin-left: 0;
}

.about-link {
    display: block;
    margin-top: 7px;
}

.about-link > * {
    color: #999 !important;
}

.merchant-link {
    color: #333 !important;
    font-weight: bold;
}

.banner-wide-style, .banner-head-style{
    width: 100%;
    background-color: #fdc300;
    display: block;
    height: 90px;
    text-align: center;
}
.close-banner {
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 31px;
    color: #fff;
    position: absolute;
    right: 0;
}
.close-banner svg.icon-40{
    width: 20px;
    height: 20px;
    fill: #fff;
}
.banner-head-style{
    height: 36px;
    position: relative;
    z-index: 99999;
}

.pull-right {
    float: right !important;
}

.cancel-hint {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 320px;
    background-color: #333;
    padding: 0 10px;
    display: none;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.cancel-hint a {
    float: right;
    line-height: 42px;
}

.cancel-hint span {
    color: #fff;
    line-height: 42px;
}

.cancel-hint.is-active {
    display: block !important;
}
.cancel-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #8AB4F8 !important;
    margin-right: 15px;
    line-height: 41px;
    padding-top: 1px;
}

.cancel-btn:hover {
    color: #ff9900 !important;
    text-decoration: none;
}

.hint-close svg {
    vertical-align: middle;
}