#main_column .topics_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_column .topics_list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topics_tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px), print {
  .topics_tab_list {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .topics_tab_list {
    border: solid 1px #dd2aaa;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.topics_tab_list > * {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .topics_tab_list > * {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topics_tab_list > *:nth-last-child(n+3) {
    border-bottom: solid 1px #dd2aaa;
  }
  .topics_tab_list > *:nth-child(2n) {
    border-left: solid 1px #dd2aaa;
  }
}

.topics_tab_list > *::before {
  content: none;
}

.topics_tab_list-news {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px), print {
  .topics_tab_list-news > * {
    width: 33.33%;
  }
}

.topics_tab {
  color: #dd2aaa;
  outline: none;
  font-weight: bold;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .topics_tab {
    font-size: 16px;
    border-bottom: solid 1px #dd2aaa;
    padding: 0.2em 1em;
  }
}

@media only screen and (max-width: 767px) {
  .topics_tab {
    font-size: 14px;
    padding: 0.5em 1em;
  }
}

.topics_tab:hover, .topics_tab.active {
  color: #fff;
  background-color: #dd2aaa;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media all and (-ms-high-contrast: none) {
  .topics_tab > .text {
    position: relative;
    top: 1px;
  }
}

.topics_tab-all::before {
  background-color: #ccc;
}

.topics_tab-important::before {
  background-color: #ccc;
}

.topics_tab-hogar::before {
  background-color: #ccc;
}

.topics_tab-allok::before {
  background-color: #ccc;
}

.topics_tab-youth::before {
  background-color: #ccc;
}

.topics_tab-women::before {
  background-color: #ccc;
}

.no_news {
  text-align: center;
  background-color: #fff !important;
  color: #000 !important;
}

@media only screen and (min-width: 768px), print {
  .no_news {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .no_news {
    padding: 10px;
  }
}

.topics_slide {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .topics_slide h4 {
    margin: 30px 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .topics_slide h4 {
    margin: 20px 0 5px 0;
  }
}

.topics_slide_list .content_area {
  width: 100%;
  margin: 0 !important;
}

.topics_slide_list .content_area > li {
  margin: 0 !important;
  padding: 5px 0;
}

@media only screen and (min-width: 768px), print {
  .topics_slide_list .content_area > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topics_slide_list .content_area > li:nth-child(2n-1) {
  background-color: #f5f4f5;
}

.topics_slide_list .content_area .date {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  width: 109px;
}

@media only screen and (min-width: 768px), print {
  .topics_slide_list .content_area .date {
    padding-left: 0.7em;
  }
}

@media only screen and (max-width: 767px) {
  .topics_slide_list .content_area .date {
    margin-bottom: 5px;
    margin-left: 90px;
  }
}

.topics_slide_list .content_area .date, .topics_slide_list .content_area .link {
  line-height: 1.3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px), print {
  .topics_slide_list .content_area .date, .topics_slide_list .content_area .link {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}

.topics_slide_list .content_area .link {
  padding-left: 16px;
  padding-right: 1em;
  margin-left: 15px;
  background: url("../img/purple_vector.png") 0 1em no-repeat transparent;
  padding-left: 1.1em;
  padding-right: 1em;
}

.topics_slide_list .content_area .link > a {
  color: black;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .topics_slide_list .content_area .link > a {
    font-size: 14px;
    line-height: 1.5;
  }
}

.topics_slide_list .content_area .link > a:hover {
  color: #dd2aaa;
}

.topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: ease-out 0.1s opacity;
  -o-transition: ease-out 0.1s opacity;
  transition: ease-out 0.1s opacity;
}

.topics:hover {
  opacity: 0.7;
}

.topics.disable {
  pointer-events: none;
  opacity: .9;
}

.topics.disable .topics_title {
  text-decoration: none;
  color: #555;
}

.topics_body {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .topics_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topics_date {
  font-size: 14px;
  color: #666666;
  margin-bottom: 5px;
  margin-right: 10px;
}

.topics_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category {
  font-size: 13px;
  padding: 3px 10px;
  line-height: 1;
  display: block;
  background-color: #ccc;
  color: #fff;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
}

@media all and (-ms-high-contrast: none) {
  .category > .text {
    position: relative;
    top: 1px;
  }
}

.category-news {
  background-color: #dd2aaa;
}

.category-important {
  background-color: #8a57a2;
}

.category-hogar {
  background-color: #448fc8;
}

.category-allok {
  background-color: #b4d33e;
}

.category-youth {
  background-color: #5ea47f;
}

.category-women {
  background-color: #e58b2b;
}

.topics_thumb {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  height: 60px;
}

.topics_thumb img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.topics_title {
  position: relative;
  padding-left: 15px;
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}

.topics_title::before {
  content: '';
  display: block;
  background-image: url("/common/img/purple_vector.png");
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}

.topics_title.outlink::after {
  content: '';
  display: inline-block;
  background-image: url("/common/img/wnd_icon.png");
  background-size: cover;
  width: 15px;
  height: 13px;
  margin-left: 5px;
}

.topics_title.pdf::after {
  content: '';
  display: inline-block;
  background-image: url("/common/img/pdf.png");
  background-size: cover;
  width: 17px;
  height: 16px;
  margin-left: 5px;
}

/*# sourceMappingURL=topics.css.map */