/* /templates2_0/page/login.less */
/**
* ======================================================
* Controller login for guest
* ======================================================
*/
/* Шрифт заголовков */
.catalogue_promote_wrapper {
  height: 250px;
  padding-left: 1px;
  margin-bottom: 2px;
}
.catalogue_promote_wrapper .catalogue_promote {
  display: block;
  position: relative;
  float: left;
  width: 250px;
  height: 250px;
  margin-left: 1px;
  margin-right: 1px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  box-shadow: inset 0px 200px 300px -130px #ffffff;
}
.catalogue_promote_wrapper .catalogue_promote .new_wrapper {
  position: absolute;
  left: 50%;
}
.catalogue_promote_wrapper .catalogue_promote .new_wrapper .new {
  left: -50%;
  font-size: 14px;
  font-family: 'Utkonos';
  line-height: 24px;
  background-color: #ff4200;
  color: #FFF;
  padding: 0 10px;
}
.catalogue_promote_wrapper .catalogue_promote .text_transparent_layer,
.catalogue_promote_wrapper .catalogue_promote .text {
  position: absolute;
  height: 60px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.catalogue_promote_wrapper .catalogue_promote .text_transparent_layer {
  background-color: #FFF;
  opacity: 0.9;
}
.catalogue_promote_wrapper .catalogue_promote .text {
  position: absolute;
  height: 60px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 18px;
  line-height: 25px;
  padding: 0 10px;
  font-family: 'Utkonos';
  color: #333;
}
.catalogue_promote_wrapper .catalogue_promote .text .aligned_wrapper {
  display: table;
  height: 60px;
  width: 210px;
}
.catalogue_promote_wrapper .catalogue_promote .text .aligned {
  display: table-cell;
  vertical-align: middle;
}
.catalogue_promote_wrapper .catalogue_promote .text .link_text {
  display: block;
  text-align: center;
}
.catalogue_promote_wrapper .catalogue_promote .text .additional_text {
  text-align: center;
}
.catalogue_promote_wrapper .catalogue_promote:hover,
.catalogue_promote_wrapper .catalogue_promote:active {
  box-shadow: inset 0 0 0 0 rgba(255,255,255,0.1);
  -webkit-transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
}
.catalogue_promote_wrapper .catalogue_promote:hover .link_text,
.catalogue_promote_wrapper .catalogue_promote:active .link_text {
  color: #007832;
}
h2.page_widget {
  line-height: 30px;
  height: 30px;
}
h2.page_widget a {
  color: inherit;
}
h2.page_widget a:hover {
  text-decoration: none;
}
h2.page_widget.trends {
  color: #29abe2;
}
h2.page_widget.trends a:hover {
  color: #29abe2;
}
h2.page_widget.fire {
  color: #ff4200;
}
h2.page_widget.fire i.reset_i {
  background-position: 0;
}
h2.page_widget.fire a:hover {
  color: #ff4200;
}
h2.page_widget.personal {
  color: #5ea03f;
}
h2.page_widget.personal a:hover {
  color: #5ea03f;
}
.page_widget.fire {
  margin-bottom: 0;
}
.page_widget_special {
  margin-top: 20px;
}
.page_widget_special .hide_control {
  width: 100%;
}
