/*@font-face {*/
    /*font-family: 'fontello';*/
    /*src: url('/themes/transformer/font/fontello.eot');*/
    /*src: url('/themes/transformer/font/fontello.eot') format('embedded-opentype'),*/
    /*url('/themes/transformer/font/fontello.woff') format('woff'),*/
    /*url('/themes/transformer/font/fontello.ttf') format('truetype'),*/
    /*url('/themes/transformer/font/fontello.svg?') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
.prod_catal
{
    margin-bottom: 40px;
}
.cat_prod_elem
{
    padding: 10px;
    max-height: 213px;
}
.cat_prod_elem .title_prod_elem
{
    text-transform: uppercase;
    font-size: 13px;
    color: #2bb673;
    font-weight: bold;
    top: 0px;
    right: 10px;
    width: 100%;
    text-align: RIGHT;
    BACKGROUND: white;
    opacity: 0.8;
    padding: 5px;
    line-height: 40px;
}
.img_prod_elem
{
    overflow: hidden;

}
.img_prod_elem img
{
    transition: 0.5s;
}
.pdf_prod_elem
{
    position: absolute;
    bottom: 10px;
    width: 93%;
    display: none;

}
.cat_prod_elem .pdf_prod_elem a
{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 30px;
}
.product-catalog-link {
    float: left;
    background: white;
    opacity: 0.7;
}
.cat_prod_elem:hover  .pdf_prod_elem
{
    display: block;
}
.img_prod_elem img:hover
{
    transition: 0.5s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.block-catalog-header-2
{
    color: #2bb673;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1.3px;
    background: url(/img/border-title.png) no-repeat bottom center;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 30px;
}
.catalog-word{
    margin-top: 20px;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    color: grey;
}
.easycontent_s6 .easy_icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin-left: -52px;
    border: 1px solid #666666;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.easycontent em {
    font-style: italic;
}
.icon-1x {
    font-size: 1.75em;
}
.icon-phone:before {
    content: '\e847';
}
.icon-at:before {
    content: '\e86c';
}
.icon-location-2:before {
    content: '\e86b';
}
.vwb-bottom
{
    margin-bottom: 10px;
}
.cont{
    margin-left: 50px;
}
.vwb-shop{
    margin-right: 30px;
}
.vwb_title_block
{
    color:  #aaa;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 25px;
}
.vwb-height
{
    height: 200px;
}

/*.block-content{*/
    /*height: 330px;*/
/*}*/
.block_blog .blog_image {
    text-align: center;
}
.block_blog .blog_image img {
    max-height: 330px;
}
.blog_list_large .block_blog, #blog_list_medium .block_blog {
    padding: 0 !important;
}
.block_blog .description {
    display: flex;
    align-items: center;
}
.title_news {
    text-align: center;
    margin-bottom: 30px;
}
.title_news a
{
    color: #aaa;
    text-align: center;
    font-size: 20px;
}
.read_more
{
    border: 1px solid rgba(255, 92, 1, .75);
    padding: 5px;
    text-align: center;
    font-size: 15px;
    width: auto;
    background-color: rgba(255, 92, 1, .75);
    border-radius: 4px;
    cursor: pointer;
}
/*.read_more:hover*/
/*{*/
    /*background: #2bb673;*/
    /*cursor: pointer;*/
/*}*/
/*.read_more:hover a{*/
    /*color: white;*/
/*}*/
.read_more a
{
    color:#fff;
}
.block-articles {
    display: flex;
}
.info_footer{
   display: flex;
    justify-content: space-between;
}
.blog_info
{
    bottom: -13px;
}
/*.description{*/
    /*padding: 10px;*/
    /*text-align: justify;*/
/*}*/
.search-btn{
    padding: 5px;
    border: 1px solid lightgrey;
    background: white;
    text-align: center;
    font-size: 15px;
    width: auto;
    float: right;
    color:#2bb673;
}
.search-btn:hover{
    background: #2bb673;
    color: white;
}
.f-nav{
    z-index: 9999;
    position: fixed !important;
    top: 0;
    width: 1200px;
    background: white;
    opacity: 0.9;
}
.logo_style
{
    display: none;
}
@media (max-width: 760px)
{
    header .nav {
        /*background: none;*/
    }
    header .row #header_logo
    {
        margin-bottom: 10px;
    }
    .blog_image a img
    {
        width: 100%;
    }
    .block-content
    {
        height:400px;
    }
    .info_footer{
        position: inherit;
        bottom: 0;
        padding: 0;
    }
    .blog_list_large .block_blog:last-child, #blog_list_medium .block_blog:last-child
    {
        margin-bottom: 120px !important;
    }
    .cat-title {
        display: block;
        font: 600 18px/22px "Open Sans", sans-serif;
        text-transform: uppercase;
        color: #484848;
        display: block;
        padding: 17px 20px;
        text-align: center;
        border: 1px solid #2bb673;
        position: relative; }
    .sf-menu > li > a
    {
        width: 100%;
    }
    .f-nav{
        width: 100%;
    }
    .block-articles {
        flex-direction: column;
    }
}
.button-download
{
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    color: black;
    background: #2bb673;
    cursor: pointer;
    white-space: normal;
    text-align: left;
    opacity: .8;
}
.blog_list_large
{
    margin-bottom: 10px;
}
.breadcrumbs
{
    list-style-type: none;
    display: inline-flex;
}
.navigation_page
{
    display: inherit;
}
.navigation-pipe
{
    margin-right: 3px;
    margin-left: 3px;

}
.img-size
{
    width: 40%;
}
.blog_image
{
    display: block;
    margin: 0 auto ;
}
/*.fa-angle-right:before {*/
    /*content: ">";*/
/*}*/
.vwbreduction
{
    border: 1px solid red;
    padding: 3px;
}

.ms2_total_products #msCart #layer_cart_product_quantity {
    display: flex;
    justify-content: center;
}