@font-face {
    font-family: 'roboto_light';
    src: url('../fonts/roboto-light_[allfont.ru].eot');
    src: local('☺'), url('../fonts/roboto-light_[allfont.ru].woff') format('woff'), url('../fonts/roboto-light_[allfont.ru].ttf') format('truetype'), url('../fonts/roboto-light_[allfont.ru].svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_medium';
    src: url('../fonts/3964.eot');
    src: local('☺'), url('../fonts/3964.woff') format('woff'), url('../fonts/3964.ttf') format('truetype'), url('../fonts/3964.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_bold';
    src: url('../fonts/roboto-bold_[allfont.ru].eot');
    src: local('☺'), url('../fonts/roboto-bold_[allfont.ru].woff') format('woff'), url('../fonts/roboto-bold_[allfont.ru].ttf') format('truetype'), url('../fonts/roboto-bold_[allfont.ru].svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf')  format('truetype'), url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
    margin: 0;
    padding: 0;
    background: #fffbfb;
    font-size: 12.97pt;
}

header{
    width: 100%;
    height: 592px;
    background: url(../images/head_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
}

h1,h2,h3{
    font-family: 'roboto_medium';
}

.top_menu{
    width: 100%;
    height: 72px;
    padding-top: 10px;
    background: url(../images/top_menu_bg.png) repeat-x;
}

.top_menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.top_menu .navbar-default .navbar-nav>li>a{
    font-family: 'roboto_light';
    font-size: 20px;
    color: #fff;
}

.top_menu .navbar-default .navbar-nav>li>a:after{
    clear: both;
    display: none;
    width: 100%;
    border-bottom: 3px solid #ff0000;
    content: '';
    padding-top: 5px;
}

.top_menu .navbar-default .navbar-nav>.active>a, 
.top_menu .navbar-default .navbar-nav>.active>a:focus, 
.top_menu .navbar-default .navbar-nav>.active>a:hover{
    background: transparent;
    color: #fff;
    
}

.top_menu .navbar-default .navbar-nav>.active>a:after, 
.top_menu .navbar-default .navbar-nav>li>a:focus:after, 
.top_menu .navbar-default .navbar-nav>li>a:hover:after{
    display: block;
}

.top_menu ul li:last-child{
    position: relative;
}

.top_menu ul li:last-child img{
    position: absolute;
    right: -50px;
    top: -13px;
}

.top_menu ul li:last-child span.image-title{
    display: none;
}

.phone_top{
    font-size: 23px;
    font-family: 'roboto_medium';
    color: #e8da02 !important;
    padding: 5px 8px;
    margin-top: 8px;
    position: relative;
    margin-right: 40px;
    height: 40px;
}

.phone_top:before{
    display: block;
    width: 25px;
    height: 25px;
    border-top: 1px solid red;
    border-right: 1px solid red;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
}

.phone_top:after{
    display: block;
    width: 25px;
    height: 25px;
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.first_head_line{
/*    padding-top: 40px;*/
}

.top_job{
    text-align: center;
    font-size: 19px;
    background: url(../images/top_job.png) no-repeat center bottom;
    padding-bottom: 20px;
    padding-top: 43px;
    text-transform: uppercase;
    line-height: 1em;
}

.top_job span:first-child{
    font-family: 'roboto_light';
}

.top_job span:last-child{
    font-family: 'roboto_medium';
}

.logo img{
    max-width: 100%;
}

.headtext{
    text-align: right;
}

.headtext > span{
    clear: both;
    display: block;
    line-height: 1.3em;
    position: relative;
}

.headtext > span > span{
    position: absolute;
    right: -10px;
    top: 0;
    font-size: 16px !important;
}

.headtext span:nth-child(1){
    font-size: 46px;
    font-family: 'roboto_bold';
    line-height: 1.2em;
}

.headtext span:nth-child(2){
    font-size: 40px;
    font-family: 'roboto_medium';
    text-transform: uppercase;
}

.headtext > span:last-child{
    font-size: 40px;
    font-family: 'roboto_medium';
    clear: both;
    color: #fffc00;
}

.head_sh{
    text-align: center;
}

.head_sh > div{
    width: 325px;
    height: 240px;
    background: url(../images/sh.png) no-repeat center;
    background-size: 100% 100%;
    margin: -30px auto 0 auto;
}

.head_sh > span{
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'roboto_medium';
    text-align: center;
    padding-top: 30px;
    display: block;
}

.pays{
    clear: both;
    height: 55px;
    background: url(../images/pays.png) no-repeat center left;
}

.cats_menu_block{
    position: relative;
    background: #fff;
}

.cats_menu_block .cats_menu_white{
    position: absolute;
    width: 100%;
    height: 60px;
    background: #fff;
    left: 0;
    bottom: -60px;
    z-index: 1;
}

.cats_menu ul{
    float: none;
    text-align: center;
    padding-top: 20px;
}
.cats_menu ul li{
    float: none;
    display: inline-block;
    text-align: center;
    width: 16%;
    min-width: 120px;
}

.cats_menu ul li a span{
    display: block;
    clear: both;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'roboto_medium';
    color: #ff0000;
    padding-top: 10px;
}

.cats_menu .nav>li>a:focus, 
.cats_menu .nav>li>a:hover{
    background: none;
}

.cats_menu .nav>li>a:focus span, 
.cats_menu .nav>li>a:hover span{
    color: #000;
}

.cats_menu .nav>li>a:focus img, 
.cats_menu .nav>li>a:hover img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.before_content{
    position: relative;
    z-index: 2;
}

.module_content{
    position: relative;
    z-index: 2;
}
.module_content .mod_container{
    display: block;
    width: 100%;
    height: 241px;
    background: url(../images/module_head.png) no-repeat center;
    background-size: 100% 100%;
}

.module_content .module_head_block{
    display: block;
    width: 100%;
    background-size: 100% 100%;
    background: #c81516;
    margin-top: 60px;
}

.module_content .module_head_block h3{
    text-align: center;
    font-size: 53px;
    color: #fff;
    font-family: 'roboto_light';
    position: relative;
    padding: 50px;
    font-weight: 700;
}
.module_content .module_head_block h3 span{
    display: block;
    line-height: 0em;
}


.jshop .cat_name_block{
    display: block;
    width: 100%;
    background: #c71516;
}

.form-control{
	    margin: 5px;
		border-radius: 0;
}

.submit-checkout-button input{
	background: #c61818;
    border-radius: 0;
    border-color: rgba(250, 249, 215, 0);
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
}

.submit-checkout-button input:hover{
    background: #de1f1f;
    border-color: rgba(255, 235, 205, 0);
}

.footer_content img{
	width:100%;
}

.jshop .cat_name_block h1{
    text-align: center;
    font-size: 53px;
    color: #fff;
    font-family: 'roboto_light';
    position: relative;
    font-weight: bold;
    padding: 50px 0;
}
.jshop .cat_name_block h1 span{
    display: block;
    line-height: 0em;
}


.page-header{
    display: block;
    width: 100%;
    background: #D21919;
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.page-header h2{
    text-align: center;
    font-size: 36px;
    font-family: 'roboto_medium';
    color: #fff;
    padding: 50px;
    text-transform: uppercase;
}
.page-header h2 span{
    display: block;
    line-height: 0em;
}


.jshop .block_item{
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    margin: 40px auto 0 auto;
    padding-bottom: 10px;
}

.article-info, .pagenav{
    display: none;
}

.jshop .block_item .name{
    background: #c61818;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'roboto_light';
}

.jshop .block_item .name span{
    font-family: 'roboto_medium';
    display: block;
    font-size: 20px;
}

.jshop .block_item .image{
    text-align: center;
}

.jshop .block_item .image .image_block{
    max-width: 300px;
    display: inline-block;
    padding: 10px;
}

.jshop .block_item .image .image_block img{
    width: 100%;
}

.jshop .block_item .description{
    padding: 10px;
    font-family: 'roboto_light';
    font-size: 13px;
    color: #000;
    height: 50px;
}

.jshop .block_item .productweight{
    font-family: 'roboto_light';
    font-size: 17px;
}

.jshop .block_item .jshop_price{
    color: #000;
    font-family: 'roboto_medium';
    font-size: 27px;
    line-height: 1em;
}

.add_to_cart_btn:hover{
    background: #EA0202;
}
.add_to_cart_btn{
    margin: 0 auto;
    background: #c61818;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 15px;
    font-family: 'roboto_medium';
    line-height: 2em;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.prod_buttons{
    margin: 0 auto;
    background: #c61818;
    padding: 8px 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.prod_buttons .q_table{
    width: 100%;
}
.prod_buttons .q_td{
    width: 20%;
}

.prod_buttons .q_td input{
    width: 100%;
    border: none;
    font-size: 25px;
    font-family: 'roboto_light';
    text-align: center;
    line-height: 1em;
}

.prod_buttons .minus_td,
.prod_buttons .plus_td{
    width: 40%;
    font-size: 35px;
    color: #fff;
    font-family: 'roboto_medium';
    line-height: 1em;
    cursor: pointer;
}

.jshop_prod_cart  .q_table{
    width: 100%;
}
.jshop_prod_cart  .q_td{
    width: 20%;
}

.jshop_prod_cart  .q_td input{
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: 'roboto_light';
    text-align: center;
    line-height: 1em;
    border: none;
}

.jshop td{
    vertical-align: middle !important;
}

.jshop_prod_cart  .minus_td,
.jshop_prod_cart  .plus_td{
    width: 40%;
    font-size: 35px;
    color: #fff;
    font-family: 'roboto_medium';
    line-height: 1em;
    cursor: pointer;
    border: none;
}

.prod_buttons .btn_table{
    width: 100%;
    margin-top: 10px;
}

.prod_buttons .btn_table .price_itog_prod{
    width: 40%;
    border-left: 1px solid #fff;
    text-align: center;
    font-size: 26px;
    color: #f4e81f;
    font-family: 'roboto_medium';
}

.prod_buttons .add_to_cart{
    font-size: 17px;
    color: #fff;
    font-family: 'roboto_light';
    cursor: pointer;
}

#jshop_module_cart{
    position: fixed;
    right: -228px;
    top: 50%;
    z-index: 1000;
}

#jshop_module_cart .cart_icon{
    display: inline-block;
    width: 61px;
    height: 61px;
    background: url(../images/cart_icon.png) no-repeat center #fff;
    padding: 5px 5px 4px 12px;
    box-sizing: content-box;
    box-shadow: 0 3px 0px rgba(0,0,0,0.5);
    margin-right: -5px;
    vertical-align: top;
    cursor: pointer;
}

#jshop_module_cart .cart_mod{
    display: inline-block;
    box-shadow: 0 3px 0px rgba(0,0,0,0.5);
    background: #fff;
    vertical-align: top;
    width: 228px;
    height: 148px;
    padding: 10px;
}

#jshop_module_cart .cart_mod h4{
    font-family: 'roboto_light';
    font-size: 17px;
    text-align: center;
    color: #000;
    margin: 2px 0;
}

#jshop_module_cart .cart_mod .cart_full_summ{
    font-family: 'roboto_medium';
    font-size: 38px;
    color: #000;
    text-align: center;
}

#jshop_module_cart .cart_mod .cart_full_summ sup{
    font-family: 'roboto_light';
    font-size: 50%;
    top: -1em;
    display: none;
}

#jshop_module_cart .cart_mod .go_to_cart{
    display: block;
    clear: both;
    margin: 0 auto;
    background: #f1c721;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-family: 'roboto_light';
    width: 120px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 0px #a58815;
    padding: 5px 10px;
    box-sizing: content-box;
    margin-top: 10px;
}

#jshop_module_cart .cart_mod .cart_clean{
    font-size: 28px;
    color: #000;
    font-family: 'roboto_light';
    text-align: center;
    margin-top: 20px;
}

.before_footer{
    padding-top: 120px;
}

.bf_module_content .bf_module_head_block{
    width: 100%;
    height: 140px;
    background: #D21919;
    background-size: 100% 100%;
    text-align: center;
}

.bf_module_content .bf_module_head_block h3{
    max-width: 420px;
    margin: 0 auto;
    font-size: 36px;
    font-family: 'roboto_medium';
    color: #fff;
    padding-top: 40px;
    text-transform: uppercase;
}

.bf_module_content .bf_container{
    width: 100%;
    background: #D21919;
    color: #fff;
}

.bf_module_content .bf_container p{
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'roboto_medium';
    margin: 3px 0;
    line-height: 1em;
}

.bf_module_content .bf_container h2{
    font-size: 30px;
    margin-bottom: 30px;
}

.bf_module_content .bf_container table{
    margin-bottom: 60px;
}

article{
    position: relative;
    z-index: 3;
}

footer{
    width: 100%;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 20px 0;
    margin-top: 20px;
}

.menu1_footer, .menu2_footer{
    margin-top: 20px;
}

.menu1_footer ul li,
.menu2_footer ul li{
    float: none;
    background: url(../images/mf_bg.png) no-repeat left bottom;
}

.menu1_footer ul li a,
.menu2_footer ul li a{
    color: #b41f1f;
    font-size: 22px;
    font-family: 'roboto_light';
}

.menu2_footer ul li a img{
    display: none;
}

.menu1_footer ul li:last-child,
.menu2_footer ul li:last-child,
.menu1_footer ul li:nth-child(5){
    background: none;
}

.menu1_footer ul li:nth-child(4),
.menu1_footer ul li:nth-child(6){
    display: none;
}
    
.menu1_footer .nav>li>a:focus, 
.menu1_footer .nav>li>a:hover,
.menu2_footer .nav>li>a:focus, 
.menu2_footer .nav>li>a:hover{
    background: none;
    color: #000;
}

.footer_content{
    padding-top: 40px;
    text-align: center;
}

.footer_content h2{
    color: #b41f1f;
    font-size: 21px;
    font-family: 'roboto_light';
    text-transform: uppercase;
}

.footer_content .footer_phone{
    font-size: 31px;
    color: #b41f1f;
    font-family: 'roboto_bold';
    padding-top: 20px;
}

footer .soc{
    display: block;
    width: 163px;
    height: 94px;
    background: url(../images/soc_bg.png) no-repeat center bottom;
    padding-top: 20px;
    box-sizing: content-box;
    margin: 0 auto;
}

footer .soc:hover{
    background: url(../images/soc_bg_h.png) no-repeat center bottom;
}

footer .juicy{
    display: block;
    width: 194px;
    height: 82px;
    background: url(../images/juicy.png) no-repeat center bottom;
    margin: 0 auto;
    padding-top: 55px;
    box-sizing: content-box;
}

.pays_footer{
    clear: both;
    width: 100%;
    height: 43px;
    padding-top: 20px;
    box-sizing: content-box;
    background: url(../images/pays1.png) no-repeat bottom left 10px;
}

.navbar-collapse.collapse.in{
    position: relative;
    z-index: 10;
}

.navbar-collapse.collapse.in ul li{
    background: #000;
}

.navbar-collapse.collapse.in ul li a span{
    display: block;
}

.navbar-collapse.collapse.in ul li a img{
    display: none;
}

.user-info-block{
    display: table;
}

.user-info-field-item-block .input,
.user-info-field-item-block .field-name-label{
    display: table-cell;
}
.user-info-field-item-block{
    display: table-row;
}

/*.jshop .cat_name_block h1{
    text-align: center;
    font-family: 'roboto_bold';
    font-size: 32px;
    color: #ff0000;
    padding-top: 20px;
}*/

@media only screen and (max-device-width : 992px)  {
    
    .head_sh > div{
        display: none;
    }
    
    .logo{
        text-align: center;
    }
    
    .top_job{
        clear: both;
    }
    .headtext{
        text-align: center;
    }
    .headtext span:nth-child(1){
        font-size: 36px;
    }
    .headtext span:nth-child(2){
        display: inline-block;
        margin: 0 auto;
        position: relative;
        font-size: 30px;
    }
    
    .top_menu .navbar-default .navbar-nav>li>a{
        font-size: 17px;
    }
    
    .pays {
        clear: both;
        height: 55px;
		margin-top: 15px;
        background: url(../images/pays.png) no-repeat center;
    }
	
	.headtext > span:last-child{
		font-size:28px;
	}
	
	.module_content .module_head_block h3{
		    font-size: 38px;
	}
	
	.cats_menu_block img{
		    width: 50%;
	}
	
	.cats_menu_block span{
		    font-size: 14px;
	}
	
	.goo{
		margin-left:10px !important;
	}
	
	
	
	
}   

.cart_mod header{
		display:none;
	} 
	
	.cart_mod section{
		display:none;
	} 
	
	.cart_mod footer{
		display:none;
	} 

@media (min-width: 1200px){
.navbar .container {
    width: 980px;
}
}

.user-info-field-item-block input,
/user-info-field-item-block textarea{
    width: 200px;
}

#topcontrol{ 
    z-index: 9999; 
    left: 10px;
  	width: 48px;
}

.add_to_cart:hover{
    color: #DAD8D8;
}