/* /templates2_0/module/login/guest/catalogue.less */
/* Шрифт заголовков */
.module_login_guest_catalogue {
  margin-top: 20px;
}
.module_login_guest_catalogue a {
  display: inline-block;
  float: left;
  width: 220px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: underline;
}
.module_login_guest_catalogue a:nth-child(3n) {
  margin-right: 0;
}
.module_login_guest_catalogue a:hover {
  text-decoration: none;
}
.module_login_guest_catalogue span {
  display: block;
  margin: 10px 10px;
  font: 18px 'Utkonos';
}
.module_login_guest_catalogue img {
  width: 220px;
  height: 260px;
  border-radius: 5px;
}
