.top {
    height: 45px;
}
.top .top__nav a.is-active {
    background: #95a5a6;
    color: #454c4d;
}
.js-main {
    margin-top: -27px;
}

.contacts .contacts__phones ul small { 
    font-family: "PF Din Display Pro Regular", Arial, sans-serif; 
    font-size: 14px; 
    color: #7f8c8d; 
    text-transform: none; 
}

.breadcrumbs li:last-child {
    /* display: none; */
}

.catalog.catalog_three .catalog__item {
    height: 400px;
    position: relative;
}
.catalog.catalog_three .catalog__item .catalog__data{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.view .view__price .view__price-value{
    height: 78px;
}
.loading {
    position: absolute;
    margin: 14% 36%;
}
div.req::after {
    color: red;
    content: '*';
}
.makers .makers__title {
    margin-left: 80px;
}
.makers .makers__logo img {
    max-width: none;
    max-height: none;
}
.makers__title[data-href] {
    cursor: pointer;
}
.makers__title[data-href]:hover span  {
    color: #3498db;
}
.search .search__result a {
    display: block;
    max-height: 45px;
    overflow: hidden;
}
.search__result a:hover {
    color: #3498db;
}

.product .text {
    white-space: pre-wrap;
}

.makers .makers__list > ul li {
    float: left;
    width: 22%;
    padding-right: 20px;
}

.product .product__preview-item span {
    background-size: cover;
}
.product .product__preview-item.is-active span {
    background-size: 250%;
}
.view .view__preview-item span,
.view .view__preview-item.is-active span  {
    background-size: cover;
}

.view__price-value:empty {
    visibility: hidden;
}

.brands-list .brands-list__in a {
    height: 60px;
}
.brands-list .brands-list__in a img {
    max-height: 60px;
}
.js-brands-list a {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.view__previews:empty {
    width: 84px;
    height: 200px;
}
.filter__title-sub button.disabled {
    display: none;
}
li.current {
    font-weight: bold;
}
.similar__list {
    text-align: center;
}
.similar__list > .similar__item {
    display: inline-block;
}
.similar__item > a {
    display: inline-block;
    width: 250px;
    height: 150px;
    overflow: hidden;
}
.similar__item > a > img {
    max-width: 250px;
}
.similar .similar__next,
.similar .similar__prev {
    z-index: 1000;
}

.fancybox-thumbs:hover:after {
  display: inline-block;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: url("/img/icons/zoom_small.png") no-repeat center center;
}
/* fancybox ------------------------*/
.fancybox-margin{margin-right: 0!important}
.fancybox-lock{overflow: visible!important}
.fancybox-lock body,
.fancybox-lock .fancybox-overlay{
    overflow: visible!important
}
.fancybox-skin{border-radius:5px}
.fancybox-skin{background: #f9f9f9}
.fancybox-outer,
.fancybox-inner{
    border-right: 6px
}
.fancybox-opened .fancybox-skin{
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 13px rgba(0,0,0,0.1);
    box-shadow: 0 0 13px rgba(0,0,0,0.1)
}
.fancybox-prev {
    width: auto;
    left: -10%;
}
.fancybox-next{
    width: auto;
    right: -10%;
    left:auto
}
.fancybox-nav span{
    visibility: visible!important;
    width: 31px;
    height: 72px
}
.fancybox-prev span{
    left: -48px!important;
    background: url(../img/sprite.png) -210px -77px
}
.fancybox-next span{
    right: -48px!important;
    background: url(../img/sprite.png) -210px -153px
}

.catalog_loading {
    position: relative;
}
.catalog_loading::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 100;
    background: #FFF url("/img/loading_popup.gif") no-repeat center center;
    opacity: 0.6;
    content: " ";
}
.empty_catalog {
    font-size: 36px;
    text-align: center;
    color: #ccc;
}
.product-fancy .fancybox-skin{
    -webkit-box-shadow:none!important;
    -moz-box-shadow:none!important;
    box-shadow: none!important
}
.product-fancy .fancybox-close{
    display: block;
    right: -10%;
    width: 30px;
    height: 30px;
    background: url(../img/sprite.png) -154px -176px;
    position: absolute;
    top: 0;
    margin-right: -31px;
}

.product-fancy  {
    top: 20px;
    bottom: 60px;
/*     max-width: 800px; */
}
.product-fancy .fancybox-skin {
    max-height:100%;
    max-width:100%;
    height: 100%!important;
/*     width: 800px!important; */
}
.product-fancy .fancybox-outer {
/*     width: 800px; */
    height: 100%;
}
.product-fancy .fancybox-outer .fancybox-inner {
/*     width: 800px!important; */
    height: 100%!important;
    text-align: center;
    overflow: visible!important;
}
.product-fancy .fancybox-outer .fancybox-inner .fancybox-image {
    display: inline-block;
    width: auto!important;
    height: 100%!important;
}


.makers .makers__item {
  position: relative;
}
a.angle_link {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  text-transform: lowercase;
  font-size: 12px;
  background-color: #ccc;
  padding: 3px;
  color: #fff;
  font-weight: normal;
  border-radius: 6px 6px 0 0;
}