/* MAKET SPECIFIC STYLES */


#lay_body {
    margin: 30px 0px;
}

/* Main categories tiles */

.main_cat_tiles_row {
    display: table;
}

.main_cat_tiles_cell {
    display: table-cell;
    vertical-align: top;
    font-size: 0px;
}

.main_cat_tiles img {
    width: 100%;
}

.main_cat_tiles > .main_cat_tiles_cell:nth-of-type(1) {
    padding-right: 30px;
}

.main_cat_tiles .main_cat_tiles_row:nth-of-type(1) {
    padding-bottom: 30px;
}

.main_cat_tiles .main_cat_tiles_row .main_cat_tiles_cell:nth-of-type(1)  {
    padding-right: 30px;
}

.main_cat_tiles span {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-shadow: #16608f 1px 1px 0, #16608f -1px -1px 0, #16608f -1px 1px 0, #16608f 1px -1px 0;
}

.main_cat_tiles a {
    position: relative;
    display: inline-block;
    font-size: 0px;
}

.main_cat_tiles a:before {
    background: #ffffff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main_cat_tiles a:hover:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* Main categories tiles */

/* Main eshop specblock */

.main_eshop_special {
    position: relative;
    margin: 30px 0px 0px 0px;
    text-align: center;
}

.main_eshop_special .tabs__caption {
    display: inline-block;
    position: static;
    background: #fff;
    height: 49px;
    padding: 0 15px;
    border: none;
}

.main_eshop_special .tabs__caption li {
    display: inline-block;
}

.main_eshop_special .tabs__caption:before {
    background: #e5e5e5;
    content: "";
    height: 4px;
    position: absolute;
    top: 22px;
    width: 100%;
    left: 0;
    z-index: -1;
}

.main_eshop_special .tabs__caption li {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: medium none;
    color: #2b2b2b;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0 5px 0 0;
    overflow: hidden;
    padding: 0 21px;
    position: relative;
    text-transform: uppercase;
    border: none;
}

.main_eshop_special .tabs__caption li:hover,
.main_eshop_special .tabs__caption .active {
    background: #f9c831;
}

.main_eshop_special .tabs__content {
    padding: 30px 0px 0px 0px;
    border: none;
}

.main_eshop_special:hover .slider-pad__arrow-left,
.main_eshop_special:hover .slider-pad__arrow-right {
    opacity: 1;
}

.main_eshop_special .slider-pad__arrow-left,
.main_eshop_special .slider-pad__arrow-right {
    background: #cacaca;
    color: #fff;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 30px;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main_eshop_special .slider-pad__arrow-left:hover,
.main_eshop_special .slider-pad__arrow-right:hover {
    background: #3b3d3d;
}

.eshop-item-small__content {
    border: 1px solid #e5e5e5;
}

.eshop-item-small__visual {
    position: relative;
    overflow: hidden;
}

.main_eshop_special .eshop-item-small__img {
    position: relative;
    width: 100%;
    height: auto;
}

.main_eshop_special .eshop-item-small__header {
    min-height: 65px;
}

.main_eshop_special .eshop-item-small__title {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.eshop-item-small__price-tag {
    display: block;
    background: none;
    text-align: center;
    margin-bottom: 15px;
}

.eshop-item-small__price-original {
    display: inline-block;
    color: #838383;
    font-weight: 300;
    font-size: 14px;
}

.eshop-item-small__price-actual {
    display: inline-block;
    color: #ff560b;
    font-size: 16px;
    font-weight: 700;
}

.eshop-item-small__cart-text {
    padding: 13px 15px;    
    border: none;
    border-radius: 0%;
    background: #2374a7;
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-transform: capitalize;
}

.eshop-item-small__cart-text:hover {
    background: #f9c831;
}

body .eshop-item-small__content .eshop-item-small__quantity {
    width: 30px;
    line-height: 40px;
}

.eshop-item-small__btn {
    position: absolute;
    display: table;
    width: 100%;
    background: #3b3d3d;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eshop-item-small__content:hover .eshop-item-small__btn {
    bottom: 0px;
    opacity: 1;
}

.eshop-item-small__btn > div {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 10px 0px;
    border: 1px solid #4f5151;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.eshop-item-small__btn > div div {
    display: inline-block;
}

.eshop-item-small__btn a,
.eshop-item-small__btn span {
    font-size: 12px;
    color: #fff;
}

.eshop-item-small__btn > div:hover {
    background: #0091d5;
    border-color: #0091d5;
}

/* Main eshop specblock */

/* Main info block */

.main_info_block {
    display: table;
    width: 100%;
    margin-top: 60px;
}

.main_info_block > div {
    display: table-cell;
    width: 33%;
}

.main_info_block > div:nth-of-type(2) {
    padding: 0px 30px;
}

.main_info_block hr {
    background: #ccc;
    padding: 0px;
    margin: 25px 0px 25px 0px;
}

.main_info_block_title {
    color: #444444;
    font-size: 20px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

.main_info_block_title:before {
    background: #e5e5e5;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.main_info_block_title span {
    position: relative;
    z-index: 10;
    padding-right: 15px;
    background: #fff;
}

.main_info_service div {
    position: relative;
    padding-left: 85px;
}

.main_info_service i {
    border-right: 1px solid #ccc;
    bottom: 0;
    color: #aaaaaa;
    display: block;
    font-size: 40px;
    height: 45px;
    width: 60px;
    left: 0;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0px;
}

.main_info_service div span {
    display: inline-block;
    margin: 0px 0px 15px 0px;
    color: #444444;
    font-size: 15px;
    font-weight: 600;
}

.main_info_service div p {
    padding: 0px;
    font-size: 12px;
    color: #aaaaaa;
}

.main_info_block .news_item-small-row__header a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.main_info_block .news_item-small-row__header {
    margin-bottom: 5px;
}

.main_info_block .news_item-small-row__header a:hover {
    color: #0091d5;
}

.main_info_block .news_item-small__fdate {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-size: 14px;
}

.main_info_block .news_item-small-row__announce {
    color: #999;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
}

/* Main info block */

.main_logo_brand {
    padding: 50px 0px 30px 0px;
}

.main_logo_brand img {
    border: 1px solid #e5e5e5;
}

/* Blog special block slider */

.blog-item-list__content {
    overflow: hidden;
    position: relative;
}
.blog-item-list__container:after {
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0;
    width: 100%;
}
.blog-item-list__container {
    display: block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    transition: left 0.5s ease-out 0s, top 0.5s ease-out 0s;
    width: auto;
    word-spacing: -2px;
}
.blog-item-list__clipper {
    overflow: hidden;
    position: relative;
    width: auto;
}
.blog-item-list {
    position: relative;
    text-align: center;
    width: auto;
}

.blog-item-small {
    -moz-box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 250px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}


.blog-item-small-img {
    display: block;
    position: relative;
}

.blog-item-slider .img_small {
    display: block;
    max-width: 250px;
    width: 100%;
    height: auto;
}

.blog-item-slider .blog-item-small-header {
    display: block;
    margin: 10px 0px 5px 0px;
    font-size: 16px;
    text-align: left;
    line-height: 1;
    font-weight: bold;
    color: #1b1b1b;
    text-decoration: none;
}

.blog-item-slider .blog-item-small-header:hover {
    color: #0f93d2;
}

.blog-item-slider .blog_item-small__fdate {
    display: block;
    float: none;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.main_info_block .blog-item-small-hr {
    margin: 10px 0px;
}

.blog-item-slider .blog_item-small-row__announce {
    display: block;
    margin: 0px 10px 40px 0px;
    text-align: left;
    padding: 0px;
}

.blog-item-slider .blog_item-small-row__announce,
.blog-item-slider .blog_item-small-row__announce *{
    color: #999; 
    font-size: 13px;
    line-height: 1.5;
    word-spacing: 0.15em;
    font-style: italic;
}

.blog-item-slider .blog-item-small-readmore {
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.blog-item-slider .blog-item-small-readmore:hover {
    text-decoration: none;
}

.blog-item-slider .slider-pad {
    position: relative;
    bottom: -20px;
    width: 80px;
    height: 40px;
    margin: 0 auto;
    background: #f5f1f0;
}

.blog-item-slider .slider-pad__arrow-left {
    width: 40px;
    height: 40px;
    margin: 0px !important;
    background: none;
}

.blog-item-slider .slider-pad__arrow-left:before {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "\f104";
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.blog-item-slider .slider-pad__arrow-right {
    width: 40px;
    height: 40px;
    margin: 0px !important;
    background: none;
}

.blog-item-slider .slider-pad__arrow-right:before {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "\f105";
    font: normal normal normal 28px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* Blog special block slider */

@media screen and (max-width: 1000px) {
    
    /* Main categories tiles */
    
    .main_cat_tiles_cell {
        display: inline-block;
        padding: 0px 0px 15px 0px !important;
        width: 100%;
    }
    
    .main_cat_tiles_row {
        display: inline-block;
        padding: 0px !important;
    }
    
    .main_cat_tiles a {
        width: 100%;
    }
    
    /* Main categories tiles */
    
    /* Main eshop specblock */
    
    .main_eshop_special .slider-pad__arrow-left, 
    .main_eshop_special .slider-pad__arrow-right {
        opacity: 1;
    }
    
    .eshop-item-small__content .eshop-item-small__btn {
        bottom: 0px;
        opacity: 1;
    }
    
    /* Main eshop specblock */
    
    /* Main info block */
    
    .main_info_block > div {
        display: inline-block;
        width: 100%;
        padding: 0px 0px 40px 0px !important;
    }
    
    /* Main info block */
    
}