.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.new_catalog_link {
    background-position: center;
    background-size: cover;
    display: block;
    padding: 40px 0;
    position: relative;
    text-decoration: none;
    border-radius: 20px;
    min-height: 300px;
}
.flex_full, .flex_half {
    width: 33%;
    padding-top: 20px;
}
.flex_half {
    width: 33%;
    padding-right: 20px;
    padding-top: 20px;
}
.new_catalog_item {
    padding-left: 100px;
}
.new_catalog_title {
  font-size: 1.6em;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px #000000;
}
.new_catalog_item {
  color: #ffffff;
}
  .new_catalog_subtitle {
    margin-bottom: 8em;
  }
.new_catalog_subtitle {
  margin-bottom: 4em;
  text-shadow: 0px 0px 5px #000000;
}  
.new_catalog_button {
  color: #ffffff;
  background-color: rgba(255,0,0,1);
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 500ms;
}  
.category_list_item{
    justify-content: space-between;
    margin-bottom: 30px;
}
.category_list_item-left {
  width: 30%;
}
.category_list_item-right {
  width: 67%;
}
.category_list_item-left img {
  border: 1px solid #e2e2e2;
  height: auto;
  width: 100%;
}
.category_list_item .subCat {
  column-count: 2;
}
.category_list_item .subCat a {
  display: block;
  padding: 5px 0;
  color: #333;
}    
.category_list_item .subCat a:link, 
.category_list_item .subCat a:visited,
.category_list_item .subCat a:active,

.tlink:link, 
.tlink:visited,
.tlink:active
{
    color: #333;
    text-decoration: none;
}
.tlink:hover{
    text-decoration: underline;
}
#column-left .tlink:link, 
#column-left .tlink:visited,
#column-left .tlink:active{
    text-transform: uppercase;
}
    
.catalog_zoom_block {
  justify-content: flex-start;
}
.buttons {
  overflow: hidden;
}
#zoom-in, #zoom-out {
  font-size: 20px;
  margin-right: 5px;
}
.catalog_zoom_button {
  background: #ffffff;
  border: 1px solid #cacaca;
  color: #868686;
  display: block;
  line-height: 16px;
  padding: 11px 15px;
}
.last_category_table table {
  width: 100%;
border-spacing: 0;
  border-collapse: collapse;  
}
.last_category_table thead tr {
  background-color: rgba(0,0,0,0.05);
}
.last_category_table th {
  font-weight: normal;
  text-transform: uppercase;
}
.last_category_table th,
 .last_category_table td {
  border: 1px solid rgba(0,0,0,0.3)!important;
  padding: 7px;
  text-align: center;
}
.last_category_table th:nth-child(2), .last_category_table td:nth-child(2) {
  text-align: left;
}
.last_category_table th {
  font-weight: normal;
  text-transform: uppercase;
}
.category_list_sidebar li:first-child {
  border-top: 1px solid #e2e2e2;
}
.category_list_sidebar li {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}
.category_list_grid_item img {
  height: 339px;
  width: 480px;
}
.catalog_search_block_input {
  position: relative;
  width: 100%;
}
.katalog_search {
  background: transparent url(../image/search.png) scroll no-repeat right 5px center;
  border: 1px solid #cacaca;
  padding: 5px 30px 5px 5px;
  width: 100%;
}
.catalog_search_block {
    margin-top: 20px;
}
.katalog_search_result {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 10;
  padding: 10px;
  display: none;
}  
.ts_show{
    display: block;
}
.katalog_search_result li a b{
    font-weight: normal;
    background: yellow;
}
.last_category_table tbody tr:hover td{
  background-color: rgba(0,0,0,0.15)!important;
}
a._grey_:link,
a._grey_:active,
a._grey_:visited{
    color: rgba(105, 105, 115, 1);
}
@media (max-width: 768px) {
    .flex_half {
      width: 100%;
      padding-right: 0px;
    }

    .flex_full {
      width: 100%;
    }
    .new_catalog_link {
        padding: 50px 0;
    }
    .new_catalog_item{
        padding-left: 30px;
    }        	
    .new_catalog_title{
        font-size: 1.4em;
    }
}