/* ЗНАЧЕНИЯ ПОПУЛЯРНЫХ МОДУЛЕЙ */

.jshop_list_category > div {
    float: left;
    overflow: hidden;
    width: 48%;
    background: #1a55a1;
}
.jshop_list_category > div .jshop_img {
    left: 3px;
    position: relative;
}
.jshop_list_category > div:nth-child(2) {
    float: left;
}
.jshop_list_category > div .sblock2.image {
    float: right;
}

.jshop_list_category > div .category_name::before {
    content: 'Каталог';
    display: block;
    color: #fff;
    font-size: 15px;
}

.category_name {
    font-family: font115747;
    padding: 15px;
}

.category_name .product_link {
    color: #fff;
    font-size: 20px;
}
.category_readmore a {
    border: 1px solid #fff;
    color: #fff;
    margin: 0 15px;
    background: url(../img/arrow-right-circle2.png) no-repeat 100px center;
}
.category_readmore a:hover {
    color: #1a55a1;
    background: #fff url(../img/arrow-right-circle.png) no-repeat 100px center;
}






.block_item.block_product.product {
    float: left;
    margin-right: 16px;
    border: 1px solid #dcdddf;
    padding: 0 0 25px;
    width: 24%;
}
.block_item.block_product.product:last-child {
    margin-right: 0;
}

/* ПОИСК */

.moduletable_search .button.btn.btn-primary {
    background: rgba(0, 0, 0, 0) url("../img/search.png") no-repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    height: 20px;
    margin: 18px;
    position: relative;
    width: 20px;
}

.inputbox.search-query {
    background-color: #ea2d26;
    border: 0 none;
    color: #f7eded;
    float: left;
    font-size: 15px;
    height: 60px;
    padding-left: 15px;
    position: relative;
    width: 250px;
}
.inputbox.search-query::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #f7eded;
}



/* РЕЗУЛЬТАТЫ ПОИСКА */


#searchForm #search-searchword {
    border: 1px solid #ccc;
    float: left;
    height: 36px;
    text-indent: 5px;
}
#searchForm .btn.hasTooltip {
    background: #ea2d26 url("../img/search.png") no-repeat scroll 8px center;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 13px;
    height: 36px;
    padding-left: 36px;
}
.searchintro {
    clear: both;
    margin: 10px 0;
}

.result-text {
    padding: 10px 0 20px;
}
.only > legend {display: none;}
.phrases {
    float: right;
    margin: -25px 0 0;
}
.search .counter {
    color: #666;
    float: right;
    font-size: 14px;
    margin: -15px 0 10px;
}
.searchintro strong {
    display: block;
    padding: 10px 0 20px;
    width: 50%;
}
.searchintro strong span {
    color: red;
}




/* МОДУЛЬ НОВОСТЕЙ */

#news {
    clear: both;
    padding: 1% 0 5% 0;
    background: #fafafa;
}
.newsflash_items {
    display: inline-block;
    font-size: 14px;
    padding: 0%;
    width: 30%;
    margin: 0 4.6% 0 0;
}
.newsflash_items:nth-child(3) {
    margin-right: 0px;
}
.newsflash-title, .newsflash_date {
    padding: 0 20px;
}
.newsflash_items h4 a {
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.newsflash_date {
    font-weight: 600;
    color: #bcc1c7;
}
.newsflash_items .item_image {
    display: block;
    max-height: 200px;
    overflow: hidden;
}
.newsflash_items img {
    width: 100%;
}
