/* Yandex */

.ya-dir-col,
.ya-dir-horizont {
  font-size: 12px !important;
}

/* promo articles style */
  
.items {
  padding: 0px;
}

.items .promo-item {
  margin-bottom: 20px;
  position: relative;
}

.item .promo-item > a {
  color: #fff;
  text-decoration: none;
}

.items .promo-item > a > img {
  width: 100%;
  display: block;
  max-width: 100%;
  max-height: 170px;
  height: auto;
}

.items .promo-item .glass-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.items .promo-item .glass {
  height: 100%;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.3);
  transition: all 0.4s ease-out;
}

.items .promo-item:hover .glass {
    background-color: rgba(48, 48, 48, 0.5);
}

.items .promo-item .item-descr {
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  color: #444;
  font-weight: bold;
  font-family: Arial;
  font-size: 1em;
  text-align: left;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  display: block;
}

.items .promo-item .preview-text {
  margin: 0 15px 15px !important;
  color: white;
  font-family: 'Roboto', sans-serif; 
}

/* right items column */

.right-items-block a:hover,
.right-items-block a:active {
  text-decoration: none;
}

.right-items-block {
    background-color: white; 
    border-bottom: #ededed 1px solid;
    border-top: #c40001 4px solid;
    margin-bottom: 20px;
}

.right-items-block-wrapper {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: #ededed 1px solid;
    border-right: #ededed 1px solid;
}

.right-items-block .block-header-wrapper {
    color: #303030 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: #e3e3e3 1px solid !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;    
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.right-items-block .right-item-wrapper {
    padding-top: 10px;
    padding-bottom: 10px; 
    border-bottom: #e3e3e3 1px solid;
}

.right-items-block .right-item {
    max-height: 75px;
    overflow: hidden; 
    color: #505050;  
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.4s ease-out;
}

.right-items-block .right-item:hover {
    color: #000000;
}

.right-items-block .right-item-name {
  padding-top: 3px;
  overflow: hidden;
}

.right-items-block .right-item img {
    width: 110px;
    height: 75px;
    float: left;
    margin-right: 10px;
}

.right-items-block .link-to-page {
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    line-height: 10px;
    color: #737373;
    margin-top: 10px;
}

.right-items-block .link-to-page:hover a{
    color: #c40000;
}

.right-items-block .link-to-page a {
    color: #737373;
    transition: all 0.4s ease-out;
}

/* promo right col */
.promo-container-right-col {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
