@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("fonts/PFDinTextCondPro/regular/PFDinTextCondPro.eot");
    src: url("fonts/PFDinTextCondPro/regular/PFDinTextCondPro.eot?#iefix")format("embedded-opentype"),
    url("fonts/PFDinTextCondPro/regular/PFDinTextCondPro.woff") format("woff"),
    url("fonts/PFDinTextCondPro/regular/PFDinTextCondPro.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "PFDinTextCondPro";
    src: url("fonts/PFDinTextCondPro/bold/PFDinTextCondPro.eot");
    src: url("fonts/PFDinTextCondPro/bold/PFDinTextCondPro.eot?#iefix")format("embedded-opentype"),
    url("fonts/PFDinTextCondPro/bold/PFDinTextCondPro.woff") format("woff"),
    url("fonts/PFDinTextCondPro/bold/PFDinTextCondPro.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

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

*
{
    box-sizing: border-box;
}
body, html {
    padding: 0;
    margin: 0;
}
body
{
    font-family: 'PT Sans', sans-serif;
    font-size:15px;
    color:#000;
    background: #fff;
    width:100%;
    min-width:1200px;
}
h1
{
    font-family: "PFDinTextCondPro";
    font-size:32px;
    font-weight: 400;
    margin: 50px 0;
    color:#000;    
}

.wrapper
{
    position: relative;
    width:1240px;
    margin:auto;
}

.clearfix:after
{
    content: "";
    display: block;
    clear: both;
}

#top-line
{
    height: 100px;
}

#top-line .logo
{
    position: absolute;
    left:20px;
    top:0;
    height:100px;
}
#top-line .logo img
{
    vertical-align: middle;
    margin-right:20px;
}

#top-line .search
{
    position: absolute;
    left:320px;
    top:0;
    width:440px;
    height:100px;  
    padding-top:25px;   
}

#top-line .search .input_search
{
    width:370px;
    height:45px;
    color:#ccc;
    border:1px solid #e6e7e8;
    border-right:0;
    border-radius:3px 0 0 3px;
    padding:0 20px;
    font-size:16px;
    outline:none;
    display: inline-block;
    vertical-align: top;
}

#top-line .search .submit_search
{
    width:45px;
    height:45px;
    background: url(../img/search-ic.png) no-repeat #282828;
    background-position: center center;
    border-radius:0 3px 3px 0;
    border:none;
    outline:none;
    display: inline-block;
    vertical-align: top;
    margin-left:-3px;
}

#top-line .tel
{
    position: absolute;
    right:200px;
    top:0; 
    height:100px; 
    padding-top:25px; 
    font-family: "PFDinTextCondPro";          
}

#top-line .tel div:nth-child(1)
{
    text-align:right;
    padding-left:40px;
    font-size:30px;  
    position: relative; 
    line-height:30px; 
}
#top-line .tel div a
{
    color: inherit;
    text-decoration: none;
}

#top-line .tel div:nth-child(1) strong
{
    font-weight: 400;
    color:#afafaf;
}
#top-line .tel div:nth-child(1):before
{
    content:"";
    position: absolute;
    left:0;
    top:14px;
    display: block;
    width:25px;
    height:14px;
    background: url(../img/tel-ic.png) no-repeat;
    border-right:1px solid #bababa;
}

#top-line .tel div:nth-child(2)
{
    text-align:right;
    font-size:18px;
}
#top-line .cart_block
{
    position: absolute;
    right:20px;
    top:0; 
    height:100px;  
    padding-top: 25px; 
}

#top-line .cart_block a
{
    color:inherit;
    text-decoration: none;
}
#top-line .cart_block .count
{
    background: #e9003a;
    color:#fff;
    border-radius:100%;
    height: 30px;
    width:30px;
    line-height: 30px;
    text-align: center;
    font-size:16px;
    display: inline-block;
    vertical-align: top;
    margin-right:10px;
    float:left;
}
#top-line .cart_block .title
{
    text-transform: uppercase;
    font-size: 25px;
    display: inline-block;
    vertical-align: top;    
}

#top-line .cart_block .emp
{
    display: none;
}

#top-menuline
{
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8;    
}

#top-menuline .menu1
{
    padding:0 20px;
}
#top-menuline .menu1 ul
{
    padding: 0;
    margin:0;
}

#top-menuline .menu1 li
{
    display: inline-block;
    border-left: 1px solid #e6e7e8;
    border-right:1px solid #e6e7e8;
    font-size:25px;
    width:20%;
    text-align: center;
    height:70px;
    line-height: 70px;
    text-transform: uppercase;
}

#top-menuline .menu1 li a
{
    color:inherit;
    text-decoration: none;
}

#top-text
{
    font-family: "PFDinTextCondPro";    
    font-size:25px;
    height:75px;
    line-height:75px;
    text-align: center;
    background: url(../img/t-bg.png) repeat-x;
}

#top-text h1
{
    margin: 0;
}

#slider
{
    height:500px;
    position: relative;
    margin-top: 0px;
    margin-bottom:0px;
    display: none;
}
#slider .wrapper
{
    /*position: absolute;
    left:-100%;
    right:-100%;*/
    max-width: 1200px;
    max-height: 500px;
    /*width: 100%;*/
    margin: auto;
}

#slider .wrapper .bx-wrapper
{
    max-height: 500px;    
}

#slider .wrapper .bx-wrapper .bx-viewport
{
    max-height: 500px;    
}

#slider ul
{
    margin:0;
    padding:0;
}

#slider .bx-viewport
{
    background: #000;
}

#slider ul li
{
    overflow: hidden;
    position: relative;
    height:490px;
    display: table;
}



#slider ul li a
{
    color:inherit;
    text-decoration: none;
}
#slider ul li .t_wrap
{
    /*margin: auto;
    display: table-cell;
    vertical-align: middle;*/
    padding: 20px;
    position: absolute;
    left: 55px;
    top: 0px;
    width: 300px;
    max-height: 340px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 10;
}
#slider ul li .t
{
    /*position: relative;
    z-index:2;
    font-family: "BebasNeue";
    display: inline-block;

    color:#fff;
    font-size:100px;
    max-width: 60%;
    padding:20px;
    background: url(../img/slider-t.png) repeat;
    left: calc(50% - 600px);*/
}

#slider ul li img
{
    position: absolute;
    top:0;
    bottom:0;
    left:-100%;
    right:-100%;
    margin: auto;
    z-index:1;
}

#slider .pager
{
    height:90px;
    width:1200px;
    margin:auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    
}
#slider .pager a
{
    display: inline-block;
    vertical-align: top;
    height:90px;
    width:220px;
    overflow: hidden;
background: url(../img/pager-hover.png) repeat rgba(0,0,0,0.5);
    color:#fff;
    font-family: "PFDinTextCondPro";
    font-size:18px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    padding: 20px 20px;

}
#slider .pager img
{
    position: absolute;
    height:100%;
    
    width: auto!important;
    top:0;
    left:0;
    /*display: none;*/
    z-index:1;
}
#slider .pager .t
{
    height:100%;
    width: 100%;
    position: relative;
    z-index:2;
}
#slider .pager a.active
{
    background: #000;
    border-top: 5px solid #e9003a;
    height:95px;
    margin-top:-5px;
}
#slider .pager a:hover
{
    background: #000;
}
#slider .pager a:hover img, #slider .pager a.active img
{
    display: block;    
}

#slider .pager a.active:before, #slider .pager a:hover:before
{
    content: "";
    display: block;
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    background: url(../img/pager-hover.png) repeat rgba(0,0,0,0.5);
    z-index:2;
}

#footer
{
    height:150px;
    background: #282828;
    border-top:1px solid #e6e7e8;


    position: relative;
    z-index:1;
}
.main_page #footer
{
    box-shadow: 0 0 0 245px #f8f8f8; 
    margin-top:35px;   
}
#footer .logo
{
    position: absolute;
    left:20px;
    top:25px;
}

#footer .copyright
{
    position: absolute;
    left:20px;
    top:80px;
    color:#bababa;
    
}

#footer .tel
{
    position: absolute;    
    left:430px;
    top:33px;
    font-family:"PFDinTextCondPro";
    color:#fff;
    font-size:18px;
    padding-left:40px;
}
#footer .tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 25px;
    height: 14px;
    background: url(../img/tel-ic.png) no-repeat;
    border-right: 1px solid #bababa;
}
#footer .tel strong
{
    font-weight: normal;
    color:#afafaf;
    margin-right: 5px;
}
#footer .tel div
{
    margin-bottom:5px;
}

#footer .tel div a
{
    color: inherit;
    text-decoration: none;
}

#footer .tel div:nth-child(3)
{
    margin-top:14px;
}
#footer .cart_block
{
    position: absolute;    
    left:640px;
    top:33px;
    font-family:"PFDinTextCondPro";
    color:#fff;
    font-size:18px;
    padding-left: 40px;
}
#footer  .cart_block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 25px;
    height: 14px;
    background: url(../img/cart-ic.png) no-repeat;
    border-right: 1px solid #bababa;
}
#footer  .cart_block a
{
    color: inherit;
    text-decoration: none;
}
#footer  .cart_block .count
{
    display:inline-block;
    margin-left:10px;
}

#footer  .cart_block .emp + .count
{
    display: none;
}

#footer  .cart_block .title, #footer  .cart_block .emp
{
    display:inline-block;
    margin-right:3px;
}

#footer .menu2
{
    position: absolute;    
    left: 830px;
    top: 33px;
    font-family:"PFDinTextCondPro";
    color:#fff;
    font-size:18px;
    text-transform: uppercase;    
}

#footer .menu2 ul
{
    margin: 0;
    padding:0;
}
#footer .menu2 ul li
{
    display: inline-block;
    margin-right:10px;
}

#footer .menu2 ul li a
{
    color:inherit;
    text-decoration: none;
}

#footer .search
{
    position: absolute;
    top:70px;
    right:20px;

}

#footer .search .input_search
{
    font-size:16px;
    border:none;
    border-radius: 3px 0 0 3px;
    padding:0 15px;
    height:45px;
    outline: none;
    width: 345px;
}

#footer .search .submit_search {
    width: 45px;
    height: 45px;
    background: url(../img/search-ic.png) no-repeat #e9003a;
    background-position: center center;
    border-radius: 0 3px 3px 0;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.breadcrumb > span
{
    color:#727272;
    background: #f7f9fb;
    height:60px;
    line-height:60px;
    padding:0 30px;
    display: inline-block;
    margin-right:-10px;
    position: relative;
}

.breadcrumb > span:before
{
    content:"";
    position: absolute;
    right:-10px;
    top:-1px;
    bottom:-1px;
    display: block;
    width:16px;
    background: url(../img/bc.png) no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcrumb > span.current:before
{
    
    position: absolute;
    right:-10px;
    top:0;
    bottom:0;
    display: block;
    width:11px;
    background: url(../img/bc-cur.png) no-repeat;
    z-index: 1;
}

.breadcrumb > span:hover
{
    color:#000;
}
.breadcrumb > span.current
{
    background: #fff;
    border-top:1px solid #e6e7e8;
    border-bottom:1px solid #e6e7e8;
}
.breadcrumb a
{

    color:inherit;
    text-decoration: none;

}

.content
{
    padding-top:30px;
}



.content .block
{
    padding: 0 20px 20px 20px;
    position: relative;
    z-index: 2;
    background: #fff;
}
.content .text
{
    color:#8b8b8b;
    font-size: 15px;  
    margin-bottom:30px;  
}

.content .left
{
    width:25%;

    float: left;
    padding-right: 15px;
    margin-bottom:40px;
}
.shop_cat
{

    margin-bottom:25px;

}

.shop_cat .title
{
    color:#fff;
    font-size:25px;
    position: relative;
    height:60px;
    line-height:60px;
    padding-left:20px;
    background: #282828;
    font-family:"PFDinTextCondPro";
}

.shop_cat .title:before
{
    content:"";
    position: absolute;
    display: block;
    background: #e9003a;
    width:10px;
    height:16px;
    left:2px;
    top:0;
    bottom:0;
    margin: auto;
}
.shop_cat .shop_cat_item
{
    border:1px solid #e6e7e8;
    /*border-top:none; */  
    position: relative; 
    height:60px;
    font-size:14px;
}

.shop_cat .shop_cat_item:hover
{
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
}



.shop_cat .shop_cat_item a
{
    color:inherit;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}
.shop_cat .shop_cat_item .shop_cat_img
{
    position: absolute;  
    top: 0;
    bottom: 0;
    left:0; 
    height:60px;
    line-height: 60px;
    width:65px;
    text-align: center;
}
.shop_cat .shop_cat_item .shop_cat_img img
{
    display: inline-block;
    vertical-align: middle;
    max-width:90%;
    max-height:90%;    
    width:auto!important;
    height:auto!important;
}
.shop_cat .shop_cat_item .block_header
{
    color:#727272;
    padding:0 45px 0 65px;
    height:60px;
    display: table;
}

.shop_cat .shop_cat_item .count
{
    position: absolute;  
    top: 0;
    bottom: 0;
    right:0; 
    color:#b9b9b9;
    height:60px;
    line-height: 60px;
    width:45px;
    text-align: center;
}
.shop_cat .shop_cat_item .cat_child
{
    display: none;
    position: absolute;
    border: 1px solid #afafaf;
    background: #fff;
    width: 915px;
    z-index:100;
    left:100%;
    top:-1px;
    padding: 20px;
}


.shop_cat .shop_cat_item .cat_child:before
{
    content:"";
    display: block;
    position: absolute;
    height: 60px;
    left:-1px;
    top:0;
    width:2px;
    background: #fff;
    z-index: 2;
}

.shop_cat .shop_cat_item:hover .cat_child
{
    display: block;
}

.shop_cat .shop_cat_item .cat_child .shop_cat_link
{
    width:29.5%;
    margin: 0 1.9%;
    display: inline-block;
    border-bottom:1px solid #e6e7e8;
    font-size: 14px;
    color:#727272;
    padding: 20px 15px; 
    height: 60px;
}
.shop_cat .shop_cat_item .cat_child .shop_cat_link:hover
{
    background: #282828;
    color: #fff;
}

.shop_cat .shop_cat_item .cat_child .shop_cat_link:nth-child(1),.shop_cat .shop_cat_item .cat_child .shop_cat_link:nth-child(2),.shop_cat .shop_cat_item .cat_child .shop_cat_link:nth-child(3)
{
    border-top:1px solid #e6e7e8;   
}

.main
{
    float: right;
    width:75%;
    margin-bottom:40px;
}

.tabs .buttons
{
    background: url(../img/t-bg.png) repeat-x;

    padding-top: 32px;
}
.tabs .buttons:after
{
    content:"";
    display: block;
    clear:both;
}
.tabs .buttons .button
{
    font-size:18px;
    background: #e9003a;
    color: #fff;
    font-family:"PFDinTextCondPro";
    height:60px;
    line-height:60px;
    width:33.333%;
    text-transform: uppercase;
    text-align:center;
    float: left;
    cursor: pointer;
    border-left: 1px solid #fff;
}
.tabs .buttons .button:first-child
{
    border-left: none;
}
.tabs .buttons .button.active, .tabs .buttons .button:hover
{
    color:#282828;
    background: #fff;    
}


.tabs .tab
{
    display:none;

}

.tabs .tab.active
{
    display: block;
}

.tabs .tab .link_all
{
    font-family: "PFDinTextCondPro";    
    color:#fff;
    font-size:18px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    height:60px;
    line-height:60px;
    padding:0 90px 0 25px;
    background: #e9003a;
    position: relative;
    margin-bottom:20px;
    
}
.tabs .tab .link_all:after
{
    content: "";
    position: absolute;
    top:0;
    right:0;
    background: url(../img/arr.png) no-repeat;
    background-position: center center;
    border-left: 1px solid #fff;
    width: 60px;
    height:60px;
}

.shop-pane .shop-item
{
    width:33.33%;
    height:415px;
    display: inline-block;
    vertical-align:top;
    background: #f8f8f8;
    border:1px solid #e6e7e8;
    border-right:none;
    position: relative;
    margin: 33px 0 22px;
}
.shop-pane .shop-item:before
{
    content: "";
    display: block;
    position: absolute;
    top:-33px;
    height:32px;
    left:-1px;
    right:-1px;
    background: url(../img/t-bg.png) repeat-x; 
}



.shop-pane .shop-item:nth-child(3n)
{
    border-right:1px solid #e6e7e8;    
}
.shop-pane .shop-item .shop_anons
{
    position: absolute;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    left:0;
    right:0;
    text-align: center;
}
.shop-pane .shop-item .anons_link
{
    text-align: center;
    color:#7a7a7a;
    font-size: 14px;
    border-bottom: 1px dotted #7a7a7a;
    display: inline-block;
    height:13px;
    line-height:13px;
    position: relative;
}
.shop-pane .shop-item .anons_link:after
{
    content: "";
    display: block;
    position: absolute;
    right:-23px;
    top:0;
    width: 13px;
    height:13px;
    background: url(../img/i.png) no-repeat;
}
.shop-pane .shop-item .anons_block
{
    background: #fff;
    border-radius: 3px;
    border: 1px solid #282828;
    position: absolute;
    display: none;
    padding: 10px;
    bottom:0;
    left: 70px;
}
.shop-pane .shop-item .shop_anons:hover .anons_block
{
    display: block;
}

.shop-pane .shop-item .shop_img
{
    height:200px;
    line-height:200px;
    width:100%;
    background: #fff;
    text-align:center;
    position: relative;
}

.shop-pane .shop-item .shop_img img
{
    width: auto!important;
    height: auto!important;
    max-width: 90%;
    max-height:90%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-pane .shop-item .shop_img img .first_img
{
    display: block;
}

.shop-pane .shop-item .shop-item-title
{
    font-family: "PFDinTextCondPro";    
    display: block;
    color: #282828;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin:20px 0 10px;
    height:37px;
}

.shop-pane .shop-item .shop_form
{
    position: relative;
    padding: 48px 25px 25px 25px;
    height: 130px;
    margin-top:30px;
}

.shop-pane .shop-item .shop_form .ord
{
    position: absolute;
    right: 30px;
    bottom: 63px;
    color: #7a7a7a;
    font-size: 14px;
}

.shop-pane .shop-item .shop_form .ord input
{
    display: none;
}

.shop-pane .shop-item .shop_form .addict-field
{
    display: inline-block;
    width: 90px;
    color: #7a7a7a;
    font-size: 14px;
}

.shop-pane .shop-item .shop_form .addict-field select
{
    display: none;
}

.shop-pane .shop-item .shop_form .addict-field .select
{
    border-radius: 3px;
    background: #282828;  
    width: 80px;
    height:40px; 
    margin-top:5px;
    position: relative; 
}

.shop-pane .shop-item .shop_form .addict-field .select .s_wrap
{
    border-right: 1px solid #696969;  
    position: absolute;
    left:0;
    top:0;
    width:50px; 
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #fff;
    font-family: "PFDinTextCondPro";   
}

.shop-pane .shop-item .shop_form .addict-field .select .up
{
    position: absolute;
    top:0;
    right:0; 
    width: 30px;
    height:20px;
    border-bottom: 1px solid #696969; 
    background: url(../img/a_up.png) no-repeat; 
    background-position: center center; 
    cursor: pointer;
}

.shop-pane .shop-item .shop_form .addict-field .select .down
{
    position: absolute;
    bottom:0;
    right:0; 
    width: 30px;
    height:20px;
    background: url(../img/a_down.png) no-repeat; 
    background-position: center center;  
    cursor: pointer;            
}


.shop-pane .shop-item  .shop_form .shop_buy 
{
    display: inline-block;
    width: 100%;
    margin-top: 24px;
    vertical-align: bottom;
}

.shop-pane .shop-item  .shop_form .addict-field ~ .shop_buy
{
    width: 155px;   
    margin-top:0; 
} 

.shop-pane .shop-item  .shop_form .shop_buy .submit
{
    font-family: "PFDinTextCondPro";
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #282828;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    outline: none;  
    font-size: 18px; 
    text-align: center;
}

.shop-pane .shop-item  .shop_form .shop-item-price
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    
    font-family: "PFDinTextCondPro";
    font-size:40px; 
    text-align:center; 
    color:#282828;  
    display: none;
}

.shop-pane .shop-item .shop_form .error
{
   /* display: none;*/
}

.news_block 
{
    background: url(../img/t-bg.png) repeat;
    padding:20px 7.5px 0;
}
.news_block .block_header
{
    position: relative;
    color: #fff;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: #282828;
    font-family: "PFDinTextCondPro";
    width: 33.33%;
    margin-left: -7.5px; 
    margin-bottom:15px;
}
.news_block .block_header:before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    width: 10px;
    height: 16px;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.news_block .block-row
{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 9px 7.5px 0;
    height:360px;
    margin: 0 auto 20px;
    position: relative;
}
.news_block .block-row:before
{
    content:"";
    display: block;
    position: absolute;
    background: #e60039;
    height: 9px;
    left:7.5px;
    right:7.5px;
    top:0;
}
.news_block .news_image
{
    background: #e9003a; 
    width: 100%;  
    height: 252px;
    padding-top:12px;
    line-height:240px; 
    text-align: center;
}
.news_block .news_image img
{
    width: 100%;
    max-height:100%;
    height:auto!important;
    display: inline-block;
    vertical-align: bottom;
}
.news_block .block-row:nth-child(2n) .news_image
{
    background: #fff;
}



.news_block .block-text
{
    background: #fff;
    height:100px;
    padding: 10px;
}

.news_block .news_date
{
    color:#b9b9b9; 
    font-size:15px; 
    margin-bottom:10px;  
}
.news_block .news_title
{
    color:#282828;
    font-size: 20px;
    font-family: "PFDinTextCondPro";   
    text-decoration: none; 
}

.shop_id .shop-item-info
{
    position: relative;
    padding-bottom:40px;
    border-bottom:1px solid #e6e7e8;
}

.shop_id .shop-item-info .ord
{
    position: absolute;
    font-size: 25px;
    color: #000;
    right: 8px;
    bottom: 55px;
}

.shop_id .shop-item-info .ord input
{
    display: none;
}

.shop_id table td
{
    border:1px solid #8b8b8b;
    padding: 2px;
}

.shop_id .name
{
    font-family: "PFDinTextCondPro";   
    font-size: 25px;    
    margin-top:40px;
    color:#000;
}

.shop_id .shop_text
{
    margin-top:20px;
    color:#8b8b8b;
    font-size: 15px;  
    padding-bottom:30px; 
    border-bottom:1px solid #e6e7e8;
}

.shop_id .shop_text p:first-child
{
    margin-top:0;
}
.shop_id .shop_text p:last-child
{
    margin-bottom:0;
}

.shop_id .shop_all_img
{
    width:280px;
    height:320px;
    line-height:320px;
    margin-right:10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.shop_id .shop_all_img a
{
    display: none;
}
.shop_id .shop_all_img img
{
    vertical-align: middle;
    max-width:100%;
    max-height:100%;
    width: auto!important;
    height: auto!important;
}

.shop_id .shop-item-artikul
{
    position: absolute;    
    font-family: "PFDinTextCondPro";     
    color: #000;
    font-size:20px;
    top:-40px;
    right:0;
}

.shop_id .shop-item-artikul .t
{
    color:#727272;
}

.shop_id .shop_form
{
    display: inline-block;
    vertical-align:top;
    width:600px;    
}
.shop_id .shop_form .error
{
    position: absolute;
    display: none!important;
}
.shop_id .shop_form_param:after
{
    content: "";
    display: block;
    clear: both;
}
.shop_id .price-var
{
    border: 1px solid #e6e7e8;
    padding: 30px;
    width: 190px;
    font-family: "PFDinTextCondPro";   
    display: inline-block;
    margin-left: 10px !important;  

}
.shop_id .price-var:nth-child(3n)
{
    margin-left:0;
}
.shop_id .price-var.selected
{
    border: 1px solid #282828;
}
.shop_id .shop_form
{
    position: relative;
}
.shop_id .shop_form .select
{
    display: none;
}
.shop_id .shop_form .addict-field
{
    text-align:right;
}

.shop_id .shop_form .select.param3
{
    display: block!important;
}

/*.shop_id .shop_form .select.param3 option
{
    display: block!important;
}*/


.shop_id .shop_form .price-var .par
{
    height:60px;
    width: 100%;
    border-bottom:1px solid #e6e7e8;
    color:#727272;
    text-align: right;
    font-size: 20px;
    position: relative;
}
.shop_id .shop_form .price-var .par .n
{
    position: absolute;
    top: 0;
    left:0;
    text-align: center;
    color:#282828;
    font-size:40px;
    width: 80px;
}
.shop_id .shop_form .price-var .pr
{
    height: 80px;
    line-height: 80px;
    text-align: center;
    color:#282828;
    font-size:40px;
}
.shop_id .shop_form .shop_buy
{
    margin-top:40px;
}
.shop_id .shop_form .shop_buy:after
{
    content: "";
    display: block;
    clear: both;
}

.shop_id .shop_form .shop_param_price
{
    position:  absolute;
    right: 230px;
    bottom:0;
    font-family: "PFDinTextCondPro"; 
    font-size: 25px;
    color:#000; 
    display: none;
}

.shop_id .shop_form .shop_param_price > div:nth-child(2)
{
    margin-bottom:-25px;
}

.shop_id .shop_form .shop_param_price .title
{

    display: inline-block;
    width: 160px;
}
.shop_id .shop_form .shop_param_price .price
{
    font-size:40px;
    color:#282828;  
    display: inline-block;
    text-align: right; 
    width: 160px;
}


.shop_id .shop_form .submit
{
    font-family: "PFDinTextCondPro"!important;      
    color: #fff!important;
    border:none!important;
    border-radius: 5px!important;
    background: #282828!important;
    text-transform: uppercase!important;
    height:50px!important;
    line-height:50px!important;
    padding:0 30px!important;
    float: right!important;
    cursor: pointer!important;
    outline: none!important;
    font-size:18px!important;
}

.shop_id .buy_count 
{
    font-family: "PFDinTextCondPro";  
    font-size:18px;    
    display: block;
    border-radius: 5px;
    background: #282828;
    color:#fff;
    width:130px;
    height:40px;
    line-height:40px;
    margin:auto;
}

.shop_id .buy_count  .minus, .buy_count  .plus  
{
    width:30px;
    text-align:center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

.shop_id .buy_count  .c_wrap
{
    display: inline-block;
    vertical-align: top;
    width:67px;
    text-align: center;    
    border-left:1px solid #696969;
    border-right:1px solid #696969;    
}
.shop_id .buy_count .c_wrap
{
    
}

.cart_table_form > .error_message
{
    position: absolute;
    top:60px;
}

.cart_table .cart
{
    border-spacing: 4px 0;
    margin:0 -4px;
    width: 100%;
}
.cart_table td
{
    border-top:1px solid #282828;

    height:140px;
    width: 190px;
    vertical-align: middle;
    
}
.cart_table tr:last-child td
{
    border-bottom: 1px solid #282828;    
}

.cart_table td:last-child
{

}

.cart_table .cart_img
{
    text-align: center;
    line-height:140px;
    width:120px;
    display: none;
}

.cart_table .cart_img img
{
    vertical-align: middle;
    max-width:70%;
    max-height:90%;
    width: auto!important;
    height:auto!important;
}

.cart_table .cart_name
{
    width:290px;
}
.cart_table .cart_name .name
{
    display:inline-block;
    vertical-align: middle;
    width: 160px;
    font-family: "PFDinTextCondPro";  
    font-size:20px;
    color:#000;

}

.cart_table .cart_name .name a
{
    color:inherit;
    text-decoration: none;
}

.cart_table .cart_summ
{
    font-family: "PFDinTextCondPro";  
    font-size:40px;
    color:#282828;  
    text-align: center;  
}
.cart_table .cart_remove .js_cart_remove
{
    font-family: "PFDinTextCondPro";      
    display: block;
    font-size:18px;
    height:24px;
    line-height: 24px;
    color:#282828;
    background: url(../img/delete-ic.png) no-repeat;
    padding-left:38px;
    width: 140px;
    margin: auto;
    cursor:pointer;
}
.cart_table .cart_total_summ 
{
    font-family: "PFDinTextCondPro";
    font-size: 25px;
    color: #282828;
    text-align: right;
    margin-top:10px;
}
.cart_table .cart_total_summ .p
{
    font-size: 40px;
}

.buy_count 
{
    font-family: "PFDinTextCondPro";  
    font-size:18px;    
    display: block;
    border-radius: 5px;
    background: #282828;
    color:#fff;
    width:130px;
    height:40px;
    line-height:40px;
    margin:auto;
}

.buy_count  .cart_count_minus, .buy_count  .cart_count_plus  
{
    width:30px;
    text-align:center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

.buy_count  .number
{
    display: inline-block;
    vertical-align: top;
    width:67px;
    text-align: center;    
    border-left:1px solid #696969;
    border-right:1px solid #696969;    
}

.delivery_block
{
    display: inline-block;
    padding:0 20px;
    width:50%;
    margin:40px 0;
    float:left;
}

.delivery_block .cart_delivery_title
{
    font-family: "PFDinTextCondPro";  
    font-size: 25px;
    color:#282828;
    padding-bottom:15px;
}
.delivery_block .delivery_item
{
    padding:15px 0;
}
.delivery_block .delivery_item input
{
    display: none;
}

.delivery_block .delivery_item label
{
    display: block;
    height:25px;
    line-height:25px;
    padding-left:35px; 
    font-size:16px;
    background: url(../img/ch-grey.png) no-repeat;
    color:#a3a3a3;
    cursor:pointer;
}

.delivery_block .delivery_item input:checked + label
{
    background: url(../img/ch.png) no-repeat;
    color:#000;   
    font-weight:700; 
}

.delivery_block .delivery_item .delivery_text
{
    padding-left: 35px;
    color:#a3a3a3;
}

.delivery_block .delivery_item input:checked ~ .delivery_text
{
    color: #000;
}

.cart_payment
{
    display: inline-block;
    padding:0 20px;
    width:50%;
    margin:40px 0;
}

.cart_payment .infofield
{
    font-family: "PFDinTextCondPro";  
    font-size: 25px;
    color:#282828;
    padding-bottom:15px;    
}
.cart_payment .payment
{
    padding:15px 0;
}
.cart_payment .payment input
{
    display: none;
}

.cart_payment .payment label
{
    display: block;
    height:25px;
    line-height:25px;
    padding-left:35px; 
    font-size:16px;
    background: url(../img/ch-grey.png) no-repeat;
    color:#a3a3a3;
    cursor:pointer;
}

.cart_payment .payment input:checked + label
{
    background: url(../img/ch.png) no-repeat;
    color:#000;   
    font-weight:700; 
}

.cart_order .shop-select
{
    background: #fcfaf1; 
    padding: 30px 0 30px 20px;
    margin-bottom:40px;
}

.cart_order .shop-select .infofield
{
    color:#282828;
    font-size:25px;
    margin-bottom:30px;
    font-family: "PFDinTextCondPro";  
    text-transform: uppercase;
}
.cart_order .shop-select .select-block
{
    width:340px;
    display: inline-block;
    vertical-align: top;    
}
.cart_order .shop-select .select-block label
{
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom:10px;

}

.cart_order .shop-select .select-block label .t
{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 90%;
}

.cart_order .shop-select .select-block label:last-child .t
{
    border-bottom: none;
}

.cart_order .shop-select .select-block input
{
    margin: 0 10px;
}

.cart_order .shop-select .map-block
{
    height:400px;
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
    position: relative;
}

.cart_order .shop-select .map-block .map-item
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    display: none;
}
.cart_order .shop-select .map-block .map-item.active
{
    display: block;
}
.cart_order .shop-select .map-block .map-item > ymaps
{
    width: 100%!important;
    height:100%!important;
}


.cart_form .form
{
    width: 50%;
    padding: 20px 70px 30px 20px;
    background: #f7f9fb;
}

.cart_form .form .infofield
{
    font-family: "PFDinTextCondPro";     
    color:#282828;
    font-size:20px;
    margin:20px 0 10px;
}

.cart_form .form .order_form_param:first-child .infofield
{
    margin-top: 0;   
}

.cart_form .form .order_form_param
{
    position: relative;
}

.cart_form .input-text
{
    width: 100%;
    font-size:14px;
    height:50px;
    padding: 0 30px;
    border:1px solid #e6e7e8;
    border-radius: 2px;
}

.cart_form textarea
{
    width: 100%;
    font-size:14px;
    padding: 30px;
    height:100px;
    border:1px solid #e6e7e8;
    border-radius: 2px;

}
.cart_form input[type="submit"]
{
    font-family: "PFDinTextCondPro";    
    background: #282828;
    color:#fff; 
    border-radius: 5px;  
    height:50px; 
    text-align: center;
    width: 100%;
    border: none;
    margin-top:20px;
    font-size:18px;
    text-transform: uppercase;
}

.shop_block_coupon
{
    margin: 20px 0;
    text-align: left;
    font-size: 20px;
}
.shop_block_coupon input[type="text"]
{
    font-size: 14px;
    height: 50px;
    padding: 0 30px;
    border: 1px solid #e6e7e8;
    border-radius: 2px;
    outline: none;
}
.shop_block_coupon input[type="submit"]
{
    font-family: "PFDinTextCondPro";
    background: #282828;
    color: #fff;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    border: none;
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    outline: none;
}

.valid
{
    position: absolute; 
    right: -44px;
    bottom: 16px;
    width:20px;
    height:20px;
}
.input-text:required:invalid + .valid
{
    background: url(../img/invalid.png) no-repeat;
    background-position: center center;
}
.input-text:required:valid + .valid
{
    background: url(../img/valid.png) no-repeat;
    background-position: center center;    
}


.order_rel_block
{
    display:none;

}

.order_rel_block .bg
{
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 999;
    opacity:0.7;
}

#order_rel
{
    padding:30px;
    top: 20%;
    left: 0;
    right:0;
    position: fixed;
    background: #fff;
    z-index: 999;
    width:700px;
    margin:auto;
    display:block!important;
    font-size: 30px;
    font-family: "PFDinTextCondPro";
}

#order_rel:after
{
    content:"";
    display:block;
    clear:both;
}

.shop_list
{
    margin-top:20px;
}

.shop_list .bottom_text
{
    padding:10px 20px ;
    background: url(../img/t-bg.png) repeat;
}

.shop_list h1
{
    margin:2px 0;
}

.paginator
{
    text-align: center;
    padding: 20px 0 30px;

}
.paginator .item
{
    color:#9a2a50;
    font-size: 14px;  
    border-right: 1px solid #e7e7e7;
    padding: 5px 10px;
    display: inline-block;  
}

.paginator .item:first-child
{
    border-left: 1px solid #e7e7e7;
}

.paginator a
{
    color:inherit;
    text-decoration: none;

}

.paginator .active
{ 
    color:#000;  
}



.pp_gallery ul
{
    text-align: center;
    height: 50px;
}
.pp_gallery li
{
    height: 50px;
    width: 50px;
    float: none;
    display: inline-block;
    text-align: center;
}

.pp_gallery li a
{
    height: 98%;
    display: inline-block;
    float: none;
}

.pp_gallery li img
{
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%;
}

.popup
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}

.popup .form_block {
    padding: 30px;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
    position: absolute;
    background: #fff;
    z-index: 999;
    max-width: 400px;
    margin: auto;
    display: block!important;
}

.form_block .close
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

.form_block .form_name
{
    font-size: 30px;
    font-family: "PFDinTextCondPro";    
}

.form_block .form_param
{
    margin-bottom: 20px;
}

.form_block .inp
{
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #282828;
    color: #282828;
    font-size: 16px;
}

.form_block .btn
{
    font-family: "PFDinTextCondPro";
    color: #fff;
    border: none;
    border-radius: 5px;
    background: #282828;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    width: 100%;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    text-align: center;
}

.captcha.block
{
    padding: 0;
}

.captcha.block .input-title
{
    display: block;
    margin-bottom: 10px;
}

.captcha.block input
{
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #282828;
    color: #282828;
    font-size: 16px;
}

.menu-button-mob
{
    display: none;
}

#menu-mob
{
    display: none;
}

@media (max-width: 768px) {
    
    body {
    
        font-size: 3.5vw;
        width: 100%;
        min-width: 100%;
        overflow-x:hidden;
    }
    
    .wrapper {
        width: 100%;
    }
    
    h1 {
        font-size: 5.33vw;
        margin: 1.66vw 5vw;
    }
    
    #top-line
    {
        height: 20.83vw;
    }
    
    .menu-button-mob
    {
        display: block;
        position: absolute;
        top: 3.66vw;
        left: 1.83vw; 
        width: 6vw;
        height: 5.33vw;   
        background: url(../img/menu-mob.png) left top / 6vw auto no-repeat;
    }
    
    #top-line .logo
    {
        top: 2.83vw;
        left: 13vw;
        width: 19.5vw;
        height: 7.66vw;
    }
    
    #top-line .logo img
    {
        margin: 0;
        width: auto!important;
        height: auto!important;
        max-width: 100%;
        max-height: 100%;
    }
    
    #top-line .tel
    {
        padding: 0;
        top: 4vw;
        left: 42.33vw;
        right: initial;
        height: auto;
    }
    
    #top-line .tel div:nth-child(1)
    {
        padding-left: 0;
        font-size: 5vw;
        line-height: 5vw;    
    }
    
    #top-line .tel div:nth-child(1):before
    {
        display: none;
    }
    
    #top-line .logo img:nth-child(2)
    {
        display: none;
    }
    
    #top-line .tel div:nth-child(2)
    {
        display: none;
    }
    
    #top-line .cart_block
    {
        top:0.83vw;
        right: 1.66vw;
        padding: 0;
        height: 8vw;
        width: 15vw;
        background: url(../img/cart-mob.png) top right / 8.33vw auto no-repeat;
    }
    
    #top-line .cart_block a
    {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    #top-line .cart_block .count
    {
        height: 5vw;
        width: 5vw;
        line-height: 5vw;
        font-size:2.66vw;
        margin-right: 1.66vw;
        margin-top: 2vw;
    }
    
    #top-line .cart_block .title
    {
        display: none;
    }
    
    #top-line .search
    {
        left: 0;
        right: 0;
        top: 11.33vw;
        padding: 1vw;
        width: auto;
        height: auto;
        font-size: 0;
    }
    
    #top-line .search .input_search
    {
        width: 92.4%;
        height: 7.5vw;
        border-radius: 0.5vw 0 0 0.5vw;
        padding: 0 3.33vw;
        font-size:2.66vw;
    }
    
    #top-line .search .submit_search
    {
        width: 7.6%;
        height: 7.5vw;
        border-radius: 0 0.5vw 0.5vw 0;
        margin-left: -0.5vw;
        background-size: 2.83vw auto;
    }
    
    #top-menuline
    {
        display: none;
    }
    
    #top-text {
        font-size: 4.16vw;
        height: 6.33vw;
        line-height: 6.33vw;
    }
    
    #menu-mob
    {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        background: #fff;
        z-index: 99;
    }
    #menu-mob .tab-btn
    {
        font-size: 0;
        background: #282828;
    }
    #menu-mob .tab-btn a
    {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        color: #fff;
        font-size: 6vw;
        position: relative;
        height: 10vw;
        line-height: 10vw;
        padding-left: 3.33vw;
        background: #282828;
        font-family: "PFDinTextCondPro";
        text-decoration: none;
    }
    #menu-mob .tab-btn a:before
    {
        content: "";
        position: absolute;
        display: block;
        background: #e9003a;
        width: 1.66vw;
        height:2.66vw;
        left: 0.33vw;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    #menu-mob .tab-btn a.active
    {
        background: #e9003a;
    }
    #menu-mob .tab-btn a.active:before
    {
        background: #282828;
    }
    
    #menu-mob .m-tab
    {
        display: none;
    }
    
    #menu-mob .m-tab.active
    {
        display: block;
    }
    
    #menu-mob ul
    {
        padding: 0;
        margin: 0;
    }
    
    #menu-mob ul li
    {
        display: table;
        width: 100%;
        border: 0.16vw solid #e6e7e8;
        position: relative;
        
    }
    
    #menu-mob ul li a
    {
        height: 10vw;
        font-size: 5vw;
        text-decoration: none;
        color: #727272;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        padding: 0 1.66vw;
    }
    
    #menu-mob .shop_cat
    {
        margin: 0;
    }
    
    #menu-mob .shop_cat .title
    {
        display: none;
    }
    
    #menu-mob .shop_cat_item
    {
        font-size: 5vw;
        height: auto;
    }
    
    #menu-mob .shop_cat .shop_cat_item .shop_cat_img {
        height: 10vw;
        line-height: 10vw;
        width: 10.83vw;
    }
    
    #menu-mob .shop_cat .shop_cat_item .block_header {
        padding: 0 7.5vw 0 10.83vw;
        height: 10vw;
    }
    
    
    .shop_cat .shop_cat_item a {
        height: 10vw;
    }
    
    
    #menu-mob .shop_cat .shop_cat_item .count {
        height: 10vw;
        line-height: 10vw;
        width: 7.5vw;
    }
    
    #menu-mob .shop_cat .shop_cat_item:hover
    {
        border: 0.16vw solid #e6e7e8;
    }
    
    #menu-mob .shop_cat .shop_cat_item:hover .cat_child
    {
        
    }
    
    #menu-mob .shop_cat .shop_cat_item .cat_child {
        display: none;
        position: relative;
        border: none;
        border-top: 0.16vw solid #e6e7e8;
        border-right: 0.16vw solid #e6e7e8;
        background: #fff;
        width: 100%;
        top: initial;
        left: initial;
        padding: 0 0 0 3.33vw;
    }
    
    #menu-mob .shop_cat .shop_cat_item .cat_child:before
    {
        display: none;
    }
    
    #menu-mob .shop_cat .shop_cat_item.active .cat_child
    {
        display: block;
    }
    
    #menu-mob .shop_cat .shop_cat_item .cat_child .shop_cat_link
    {
        width: 100%;
        height: auto;
        font-size: 5vw;
        display: block;
        margin: 0;
        padding: 3.33vw 2.5vw;
    }
    
    #menu-mob .shop_cat .shop_cat_item .cat_child .shop_cat_link:first-child
    {
        border-top: 0;
    }
    #menu-mob .shop_cat .shop_cat_item .cat_child .shop_cat_link:last-child
    {
        border-bottom: 0;
    }
    
    #top-text h1
    {
        font-size: 3.33vw;
    }
    
    #slider
    {
        height: 50vw;
    }
    
    #slider .wrapper .bx-wrapper
    {
        max-height: 50vw;
    }
    
    #slider ul li
    {
        height: 50vw; 
        padding-bottom: 8.33vw;
    }
    
    #slider ul li img
    {
        max-width: 100%;
    }
    
    #slider ul li .t_wrap {
        padding: 3.16vw 1.66vw 1.66vw;
        position: absolute;
        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 10vw;
        background: #000;
        color: #fff;
        z-index: 10;
    }
    #slider ul li .t_wrap p
    {
        margin: 0;
        padding-bottom: 1.66vw;
    }
    #slider ul li .t_wrap .t
    {
        overflow: hidden;
        height: 100%;
    }
    
    #slider .bx-prev, #slider .bx-next
    {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 9vw;
        height: 16vw;
        background: url(../img/slider-arrows.png) 0 0 / auto 16vw no-repeat;
    }
    
    #slider .bx-prev
    {
        left: 2.83vw;

    }
    
    #slider .bx-next
    {
        background-position: -9vw 0;
        right: 2.83vw;
    }
    
    #slider .pager
    {
        display: none!important;
    }
    
    .content
    {
        padding: 0;
    }
    
    .content p span
    {
        font-size: inherit!important;
    }
    
    .content .txt
    {
        padding: 0 1.66vw 1.66vw;
    }
    
    .content .txt > ymaps, .content .txt p > ymaps
    {
        height: 50vw!important;
        width: 100%!important;
    }
    
    .content .block {
        padding: 0;
    }
    
    .content .left
    {
        display: none;
    }
    
    .clauses_list
    {
        padding: 0 1.66vw 1.66vw;
    }
    
    .main {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }
    
    .breadcrumb > span
    {
        height: 10vw;
        line-height: 10vw;
        padding: 0 5vw;
        margin-right: -1.66vw;
    }
    
    .breadcrumb > span:before {
        right: -1.66vw;
        top: -0.16vw;
        bottom: -0.16vw;
        width: 2.66vw;
        background-size: 2.66vw auto;
    }
    
    .breadcrumb > span.current:before {
        right: -1.66vw;
        width: 1.83vw;
        background-size: 1.83vw auto;
    }
    
    .content .text
    {
        padding: 0 1.66vw;
        font-size: 3.5vw;
        margin-bottom: 5vw;
    }
    
    .tabs .buttons
    {
        padding-top: 3.66vw;
    }
    
    .tabs .buttons .button
    {
        font-size: 2.33vw;
        height: 6.66vw;
        line-height: 6.66vw;
    }
    
    .shop-pane .shop-item
    {
        width: 50%;
        height: 70.16vw;
        margin: 3.83vw 0 3.66vw;
    }
    
    .shop-pane .shop-item:before {
        top: -3.83vw;
        height: 3.66vw;
        left: -0.16vw;
        right: -0.16vw;
        background: url(../img/t-bg.png) repeat-x;
    }
    
    .shop-pane .shop-item .shop_anons
    {
        bottom: 15vw;
        height: 4vw;
    }
    
    .shop-pane .shop-item .anons_link
    {
        font-size: 0;
        border-bottom: none;
        display: inline-block;
        height: 4vw;
        width: 4vw;
        z-index: 1;
        position: absolute;
        right: 4.16vw;
    }
    
    .shop-pane .shop-item .anons_link:after {
        right: 0;
        width: 4vw;
        height: 4vw;
        background-size: 4vw auto;
    }
    
    .shop-pane .shop-item .anons_block
    {
        left: 0;
        right: 0;
        padding: 1.66vw;
        border-radius: 0.5vw;
        border: 0.16vw solid #282828;
        z-index: 1;
    }
    
    .shop-pane .shop-item .shop_img {
        height: 33.33vw;
        line-height: 33.33vw;
    }
    
    .shop-pane .shop-item .shop-item-title {
        margin: 3.33vw 0 1.66vw;
        height: 6.16vw;
    }
    
    .shop-pane .shop-item .shop_form {
        padding: 8vw 4.16vw 4.16vw 4.16vw;
        height: 21.66vw;
        margin-top: 6vw;
    }
    
    .shop-pane .shop-item .shop_form .shop-item-price {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        font-size: 6.66vw;
    }
    
    .shop-pane .shop-item .shop_form .addict-field {
        width: 15vw;
        font-size: 2.33vw;
    }
    
    .shop-pane .shop-item .shop_form .ord {
        right: 4.16vw;
        bottom: 9.5vw;
    }
    
    .shop-pane .shop-item .shop_form .shop_buy {
        width: 100%;
        margin-top: 4vw;
    }
    
    .shop-pane .shop-item .shop_form .addict-field ~ .shop_buy {
        width: 26vw;
        margin-top: 5vw;
        
    }
    
    .shop-pane .shop-item .shop_form .addict-field .select {
        border-radius: 0.5vw;
        width: 13.33vw;
        height: 6.66vw;
        margin-top: 0.83vw;
    }
    
    .shop-pane .shop-item .shop_form .addict-field .select .s_wrap {
        border-right: 0.16vw solid #696969;
        width: 8.33vw;
        height: 6.66vw;
        line-height: 6.66vw;
    }
    
    .shop-pane .shop-item .shop_form .addict-field .select .up,
    .shop-pane .shop-item .shop_form .addict-field .select .down
    {
        width: 5vw;
        height: 3.33vw;
        border-bottom: 0.16vw solid #696969;
        background-size: 1.16vw auto;
    }
    
    .shop-pane .shop-item .shop_form .shop_buy .submit {
        border-radius: 0.83vw;
        height: 6.66vw;
        line-height: 6.66vw;
        font-size: 3vw;
    }
    
    .tabs .tab
    {
        /*padding-bottom: 10vw;
        position: relative;*/
    }
    
    .tabs .tab .link_all {
        display: block;
        width: 50vw;
        margin: 0 auto 3.33vw;
        font-size: 3vw;
        height: 10vw;
        line-height: 10vw;
        padding: 0 15vw 0 4.16vw;
    }
    
    .tabs .tab .link_all:after {
        background-size: 5.16vw auto;
        border-left: 0.16vw solid #fff;
        width: 10vw;
        height: 10vw;
    }
    
    #footer
    {
        height: 50vw;
    }
    
    .main_page #footer
    {
        margin-top: 5.83vw;
    }
    
    #footer .logo {
        position: absolute;
        left: 5.83vw;
        top: 4.16vw;
        width: 22.5vw;
        height: 6.66vw;
    }
    
    #footer .logo img
    {
        width: auto!important;
        height: auto!important;
        max-height: 100%;
        max-width: 100%;
    }
    
    #footer .tel
    {
        left: 39.16vw;
        top: 5.83vw;
        font-size: 3vw;
        padding-left: 6.66vw;
    }
    
    #footer .tel:before
    {
        top: 0.5vw;
        width: 4.16vw;
        height: 2.33vw;
        background-size: 2.16vw;
        border-right: 0.16vw solid #bababa;
    }
    
    #footer .cart_block
    {
        position: absolute;
        left: 74.16vw;
        top: 5.83vw;
        font-size: 3vw;
        padding-left: 6.66vw;
    }
    
    #footer .cart_block:before {
        top: 0.5vw;
        width: 4.16vw;
        height: 2.33vw;
        background-size: 2.5vw auto;
        border-right: 0.16vw solid #bababa;
    }
    
    #footer .cart_block .title, #footer .cart_block .emp
    {
        margin-right: 0.5vw;
    }
    
    #footer .cart_block .count {
        margin-left: 1.16vw;
    }
    
    #footer .search {
        top: 28vw;
        left: 15.83vw;
        right: initial;
    }
    
    #footer .search .input_search
    {
        font-size: 2.66vw;
        border-radius: 0.5vw 0 0 0.5vw;
        padding: 0 2.5vw;
        height: 7.5vw;
        width: 57.5vw;
    }
    
    #footer .search .submit_search {
        width: 7.5vw;
        height: 7.5vw;
        background-size: 2.83vw auto;
        border-radius: 0 0.5vw 0.5vw 0;
        margin-left: -0.83vw;
    }
    
    #footer .copyright
    {
        left: 17.5vw;
        top: 38.66vw;
        font-size: 2.5vw;
    }
    
    #footer .menu2
    {
        left: 15.83vw;
        top: 22.66vw;
        font-size: 3vw;
    }
    
    #footer .menu2 ul li
    {
         margin-right: 1.66vw;
    }
    
    .shop_list
    {
        margin-top:0.83vw;
        border-bottom: 2.5vw solid #f8f8f8;
    }
    
    .shop_list h1
    {
        margin-left: 5vw;    
    }
    
    .shop_list .shop_cat_all_img
    {
        float: left;
        margin-left: 5vw;
        width: 5vw;
        height: 6.33vw;
    }
    
    .shop_list .shop_cat_all_img img
    {
        width: auto!important;
        height: auto!important;
        max-width: 100%;
        max-height: 100%;
    }
    
    .shop_list .shop_cat_all_img + h1
    {
        margin-left: 0;
    }
    
    .shop_list .shop-item
    {
        margin: 0;
    }
    
    .shop_list .shop-item:before
    {
        display: none;
    }
    
    .paginator
    {
        padding: 0.66vw 0;
    }
    
    .paginator .item {
        font-size: 2.33vw;
        border-right: 0.16vw solid #e7e7e7;
        padding: 0.83vw 1.66vw;
    }
    
    .shop_id
    {
        
    }
    
    .shop_id .shop-item-artikul
    {
        left: 5vw;
        top: -1.66vw;
        font-size: 3.33vw;
    }
    
    .shop_id .shop_all_img
    {
        margin: 3.33vw 0 0;
        width: 100%;
        height: 53.33vw;
        line-height: 53.33vw;
    }
    
    .shop_id .shop-item-info .ord
    {
        position: relative;
        right: initial;
        bottom: initial;
        font-size: 4.16vw;
        color: #727272;
        font-size: 3.33vw;
        margin-bottom: 1vw;
    }
    
    .shop_id .shop_form
    {
        width: 100%;
        display: block;
        padding: 0 1.66vw;
    }
    
    .shop_id .shop_form .addict-field {
        text-align: left;
        padding: 2vw;
    }
    
    .shop_id .price-var
    {
        display: block;
        width: 100%;
        margin: 0!important;
        padding: 5vw;
    }
    
    .shop_id .shop_form .price-var .par
    {
        border-bottom: none;
        border-right: 0.16vw solid #e6e7e8;
        width: 18%;
        padding-right: 1.66vw;
        display: inline-block;
        vertical-align: middle;
        height: 7.83vw;
        font-size: 3.33vw;
    }
    
    .shop_id .shop_form .price-var .par .n
    {
        font-size: 6.66vw;
        width: 13.33vw;
    }
    
    .shop_id .shop_form .price-var .pr
    {
        display: inline-block;
        vertical-align: middle;
        height: 7.83vw;
        line-height: 7.83vw;
        width: 55%;
        font-size: 6.66vw;
    }
    
    .shop_id .buy_count
    {
        display: inline-block;
        vertical-align: middle;
        width: 24%;
        font-size: 3vw;
        border-radius: 0.83vw;
        width: 21.66vw;
        height: 6.66vw;
        line-height: 6.66vw;
    }
    
    .shop_id .buy_count .minus, .buy_count .plus
    {
        width: 24%;
    }
    
    .shop_id .buy_count .c_wrap
    {
        width: 52%;
    }
    
    .shop_id .shop_form .shop_param_price
    {
        right: 38.33vw;
        font-size: 4.16vw;
    }
    
    .shop_id .shop_text
    {
        margin-top: 3.33vw;
        font-size: 3.5vw;
        padding:0 3.33vw 5vw;
    }
    
    .shop_id .shop_form .shop_param_price .title {
        width: 26.66vw;
    }
    
    .shop_id .shop_form .shop_param_price .price {
        font-size: 6.66vw;
        width: 26.66vw;
    }
    
    .shop_id .shop_form .shop_param_price > div:nth-child(2)
    {
        margin-bottom: -4.16vw;
    }
    
    .shop_id .shop_form .shop_buy {
        margin-top: 2.66vw;
        margin-left: 63%;
        text-align: center;
        position: relative;
    }
    
    .shop_id .shop_form .submit {
        border-radius: 0.83vw!important;
        height: 8.33vw!important;
        line-height: 8.33vw!important;
        padding: 0 5vw!important;
        font-size: 3vw!important;
        display: inline-block;
        vertical-align: top;
        float: none!important;
        
    }
    
    .shop_id .shop-item-info
    {
        padding-bottom: 6.66vw;
    }
    
    .clauses_text
    {
        padding: 0 2vw;
    }
    
    .clauses_text img
    {
        width: auto!important;
        height: auto!important;
        max-width: 100%!important;
    }
    
    #order_rel
    {
        width: 100%;
        font-size: 5vw;
    }
    
    .shop-pane .shop-item .shop_form .error
    {
        display: none;
    }
    
    .shop_block_coupon
    {
        margin: 3.3vw 0;
    }
    
    .shop_block_coupon input[type="text"] {
        font-size: 2.33vw;
        height: 8.33vw;
        padding: 0 5vw;
        border: 0.16vw solid #e6e7e8;
        border-radius: 0.33vw;
    }
    
    .shop_block_coupon input[type="submit"] {
        border-radius: 0.83vw;
        height: 8.33vw;
        margin-top: 3.33vw;
        font-size: 3vw;
    }
    
    .cart_table_form > .error_message
    {
        top: 10vw;
    }
    
    .cart_table td
    {
        height: 23.33vw;
        border-top: 0.16vw solid #282828;
    }
    
    .cart_table tr:last-child td {
        border-bottom: 0.16vw solid #282828;
    }
    
    .cart_table .cart_name .name {
        width: 100%;
        font-size: 3.33vw;
    }
    
    .cart_table .cart_summ {
        font-size: 5vw;
    }
    
    .buy_count {
        font-size: 3vw;
        border-radius: 0.83vw;
        width: 21.66vw;
        height: 6.66vw;
        line-height: 6.66vw;
    }
    
    .buy_count .cart_count_minus, .buy_count .cart_count_plus {
        width: 5vw;
    }
    
    .buy_count .number {
        width: 11.16vw;
        border-left: 0.16vw solid #696969;
        border-right: 0.16vw solid #696969;
    }
    
    .cart_table .cart_remove .js_cart_remove {
        font-size: 3vw;
        height: 4vw;
        line-height: 4vw;
        padding-left: 6.33vw;
        width: 23.33vw;
        background-size: 4vw auto!important;
    }
    
    .cart_table .cart_total_summ {
        font-size: 4.16vw;
        margin-top: 1.66vw;
    }
    
    .cart_table .cart_total_summ .p {
        font-size: 5vw;
    }
    
    .delivery_block {
        padding: 0 3.33vw;
        margin: 6.66vw 0;
    }
    
    .delivery_block .cart_delivery_title {
        font-size: 4.16vw;
        padding-bottom: 2.5vw;
    }
    
    .delivery_block .delivery_item {
        padding: 2.5vw 0;
    }
    
    .delivery_block .delivery_item label {
        height: auto;
        min-height: 4.16vw;
        line-height: 4.16vw;
        padding-left: 5.83vw;
        font-size: 3.66vw;
        background-size: 4.16vw auto!important;
    }
    
    .delivery_block .delivery_item .delivery_text
    {
        font-size: 2.66vw;
        padding-left: 5.83vw;
        padding-top: 1vw;
    }
    
    .cart_payment {
        padding: 0 3.33vw;
        margin: 6.66vw 0;
    }
    
    .cart_payment .infofield {
        font-size: 4.16vw;
        padding-bottom: 2.5vw;
    }
    
    .cart_payment .payment {
        padding: 2.5vw 0;
    }
    
    .cart_payment .payment label {
        height: auto;
        min-height: 4.16vw;
        line-height: 4.16vw;
        padding-left: 5.83vw;
        font-size: 2.66vw;
        background-size: 4.16vw auto!important;
    }
    
    .cart_form .form
    {
        width: 100%;
        padding: 3.33vw 11.66vw 5vw 3.33vw;
    }
    
    .cart_form .form .infofield {
        font-size: 3.33vw;
        margin: 3.33vw 0 1.66vw;
    }
    
    .cart_form .input-text {
        font-size: 2.33vw;
        height: 8.33vw;
        padding: 0 5vw;
        border: 0.16vw solid #e6e7e8;
        border-radius: 0.33vw;
    }
    
    .cart_form textarea {

        font-size: 3.5vw;
        padding: 5vw;
        height: 16.66vw;
        border: 0.16vw solid #e6e7e8;
        border-radius: 0.33vw;
    }
    
    .cart_form input[type="submit"] {
        border-radius: 0.83vw;
        height: 8.33vw;
        margin-top: 3.33vw;
        font-size: 3vw;
    }
    
    .valid {
        right: -7.33vw;
        bottom: 2.66vw;
        width: 3.33vw;
        height: 3.33vw;
    }
}

