body{margin:0;font: normal 13px arial, 'Helvetica CY', 'Nimbus Sans L', Sans-serif;color:#211f0c;line-height:17px;background:#fff;}
.fl{float:left;}
.ar{text-align:right;}
.fr{float:right;}
.cl{clear:both}
.ac{text-align:center;}
form{margin:0;padding:0;}
input{outline:none;font: normal 14px arial, 'Helvetica CY', 'Nimbus Sans L', Sans-serif;}
textarea{outline:none;overflow:auto;font: normal 14px arial, 'Helvetica CY', 'Nimbus Sans L', Sans-serif;resize:vertical;}
a{outline:none;text-decoration:none;color:#726b4f;cursor:pointer;}
a:hover{text-decoration:underline;color: #B4714C;}
p, div.par{margin:10px 0;}
p{text-align: justify;}
img{border:0;}
img[align=left]{margin:0 10px 10px 0;}
img[align=right]{margin:0 0 10px 10px;}

::selection {color:#fff;background-color:#ccc;}
::-moz-selection{color:#fff;background-color:#ccc;}
::-webkit-scrollbar {width: 13px;border-left:1px solid #ccc;background:#fff;}  
::-webkit-scrollbar-thumb {background-color:#b4714c;}

div.title{
    width:96%;
    max-width:945px;
    margin:0 auto;
}

span.req{padding-left:5px;color:red;}

div.header{
    background:#24210F url(./../images/header.jpg) bottom center no-repeat;
    background: -moz-linear-gradient(to right, #1d1a0d, #58543c, #1e1c0d, #1e1c0d);
    background: -webkit-linear-gradient(to right, #1d1a0d, #58543c, #1e1c0d, #1e1c0d);
    background: -o-linear-gradient(to right, #1d1a0d, #58543c, #1e1c0d, #1e1c0d);
    background: -ms-linear-gradient(to right, #1d1a0d, #58543c, #1e1c0d, #1e1c0d);
    background: linear-gradient(to right, #1d1a0d, #58543c, #1e1c0d, #1e1c0d);    
    box-shadow: inset 0 -6px 5px #1d1a0d;
    -webkit-box-shadow: inset 0 -6px 5px #1d1a0d;
    -moz-box-shadow: inset 0 -6px 5px #1d1a0d;
    color:#e4dfb6;
    padding-bottom:12px;
}

div.logo{
    width:21%;
    text-align:center;
    background:url(./../images/vline.png) right center no-repeat;
    margin-top:26px;
    height:40px;
    transition:0.5s;
}

div.slogan{
    margin:27px 0 0 29px;
    text-transform: uppercase;
    font-size:16px;
    font-weight:bold;
    width:25%;
    float:left;
    transition:0.5s;
}

div.phones{
    /* width:28%; */
    color:#fff;
    margin-top:26px;
    padding-left:20px;
    background:url(./../images/vline.png) 0 0 no-repeat;
    min-width:230px;
    transition:0.5s;
    margin-right:9px;
}
div.phones span{
    padding-left:20px;
    
}
span.tel{   
    font-weight:bold;
    background:url(./../images/phone-icon.png) 0 2px no-repeat;
    color:#fff;
    font-size:15px;
    display:block;
    }
#callback{
    background:url(./../images/callback.png) left center no-repeat;
    cursor:pointer;
    color:#e4dfb6;
    font-size:13px;
    margin-top:6px;
    transition:0.3s;
}  
#callback:hover{
    color:#fff;
    transition:0.3s;
}  

div.lang{
    width: 15%;
    text-align: center;
    margin-top: 26px;
    background: url(./../images/vline.png) 0 0 no-repeat;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    transition: 0.5s;
}

div.lang a{
    text-decoration:none;
    color:#fff;
    padding:3px 5px;
    transition:0.3s;
}
div.lang a:hover{
    background:#e4dfb6;
    color:#3B391E;
    transition:0.3s;
}
div.lang span{
    background:#3B391E;
    color:#e5e0b8;
    padding:3px 5px;
}


div.content{
    width:95%;
    max-width:939px;
    border-right:3px solid #8B9D7A;
    border-left:3px solid #8B9D7A;
    border-bottom:3px solid #8B9D7A;
    
    margin: 0 auto;
    padding-top:20px;
    transition:0.5s;
}
div.sniper{
    min-height:540px;
    padding-bottom:40px;
}
div.table{
    display:table;
    border-collapse: collapse;
    width:96%;
    margin:0 auto;
}
div.tr{
    vertical-align: top;
    display: table-row;
}
div.td{
    vertical-align: top;
    display: table-cell;
}

div.leftcol{
    width:20%;
    transition:0.5s;
}
div.rightcol{
    width:75%;
    padding-left:15px;
    width:calc(100% - 15px);
    transition:0.5s;
}
div.leftcol ul{
    width:85%;
    margin:0;
    padding:0;
}
div.leftcol ul li{
    margin:0 0 1px 0;
    padding:2px 0;
    list-style:none;
}
a.m, a.mact{
    /*color:#b4714c;*/
    text-transform: uppercase;
    text-decoration:none;
    line-height:25px;
    padding:4px 10px;
    transition:0.3s;
    font-size:18px;
}
a.m:hover{
    /*
    color:#fff;
    background:#b4714c;
    */
    transition:0.3s;
}

div.about{
    padding-top:33px;
    margin-top:30px;
    background:url(./../images/1.gif) 0 0 no-repeat;
    width:85%;
    color:#726b4f;
    font-size:13px;
    line-height:15px;
    transition:0.5s;
}
#search{
    margin-top:30px;
    width:150px;
    border:3px solid #a4b297;
    background:#fff;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    transition:0.5s;
    margin-bottom: 130px;
}
#search div.fl{
    width:120px;
}
#search div.fr{
    width:30px;
}
#search input[type=text] {
    border:0;
    background: transparent;
    color:#899b78;
    margin:6px 0 0 10px;
    width:109px;
    font-size:14px;
    
    width: calc(100% - 42px);
    width: -moz-calc(100% - 42px);
    width: -webkit-calc(100% - 42px);
}
#search input[type=image]{
    margin:0;
    width:30px;
    height:31px;
}

div.bigicon{
    border-left:1px solid #f1efda;
    width:50%;
    text-align:center;
    vertical-align:bottom;
    transition:0.5s;
}
div.table div.bigicon:first-child{
    border:0;
}
div.bigicon img{
    max-width:301px;
    height:auto;
    width:95%;
}
a.s{
    display:block;
    width:75%;
    margin:15px auto 0 auto;
    text-transform: uppercase;
    text-decoration:none;
    border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    
    font-size:14px;
    padding:10px 19px;
    background:#fff url(./../images/btnfon.gif) bottom repeat-x;
    line-height:17px; 
    font-weight:bold;
    text-align:left;
}
a.u1{
    border:2px solid #79765c;
    color:#545230;
    background: -moz-linear-gradient(to top, #ebf0e3, #fff);
    background: -webkit-linear-gradient(to top, #ebf0e3, #fff);
    background: -o-linear-gradient(to top, #ebf0e3, #fff);
    background: -ms-linear-gradient(to top, #ebf0e3, #fff);
    background: linear-gradient(to top, #ebf0e3, #fff);
}
a.u2{
    border:2px solid #a25e39;
    color:#a25e39;
    background: -moz-linear-gradient(to top, #f4f2df, #fff);
    background: -webkit-linear-gradient(to top, #f4f2df, #fff);
    background: -o-linear-gradient(to top, #f4f2df, #fff);
    background: -ms-linear-gradient(to top, #f4f2df, #fff);
    background: linear-gradient(to top, #f4f2df, #fff);
}
a.s:hover{
    background:#fff !important;
}
a.u1 span{
    background:url(./../images/pointer1.gif) right center no-repeat;
    padding-right:15px;
    display:block;
}
a.u2 span{
    display:block;
    background:url(./../images/pointer2.gif) right center no-repeat;
    padding-right:15px;
}

div.hs{margin-bottom:40px;}

div.path{
    font-size:12px;
    color:#7c755b;
}
div.path a{
    color:#7c755b;
    text-decoration:none
}
div.path a:hover{
    text-decoration:underline;
}

h1,h2,h3,span.h3{
    color:#211f0c;
    margin:15px 0 10px 0;
    font-weight:bold;
}
h1{
    font-size:22px;
    line-height:25px;
    text-transform: uppercase;
}
h2{
    font-size:19px;
    line-height:22px;
}
h3,span.h3{
    font-size:18px;
    line-height:21px;
}
div.footer{
    padding:25px 0;
}
div.studio{
    width:18%;
    border-right:1px solid #e4dfb6;
    padding-right:16px;
}
div.studio a{
    text-decoration:none
}
div.studio a:hover{
    text-decoration:underline;
}
div.copyright{
    padding-left:16px;
    width:75%;
}


.okno, .oknoact{
border:1px solid #4C4A33;    
margin-left:-170px;
padding:18px 15px 10px 15px;
background:#fff;
box-shadow:0 0 10px #031B4A;
color:#333;
position:fixed;
width:260px;
z-index:200;
left:50%;
}
.okno{top:-250px;transition:0.8s;}
.oknoact{top:15%;transition:0.8s;}

#okno div.fl{font-size:18px;}
a.close{width:18px;height:18px;text-decoration:none;display:block;background:url(./../images/close.gif) 0 0 no-repeat;transition:0.4s;}
a:hover.close{
background:url(./../images/close.gif) 0 -18px no-repeat;
transition:0.4s;
}
.pole, .pnn{background: transparent;border:0;border-bottom:1px solid #211f0c;color:#211f0c;width:100%;padding:4px 0;}
.polered, .pnnred{background: transparent;border:0;border-bottom:1px solid #b4714c;color:#211f0c;width:100%;padding:4px 0;}

input.button{background: transparent;border:2px solid #211f0c;color:#211f0c;height:35px;font-size:17px;cursor:pointer;transition:0.3s;}
input:hover.button{border:2px solid #211f0c;background:#211f0c;color:#fff;transition:0.3s;}

div.info ul{
    margin:15px 0 15px 15px;
    padding:0;
}
div.info ul li{
    margin:4px 0;
    list-style:none;
    background:url(./../images/li.gif) left center no-repeat;
    padding: 0 0 0 18px;
    color:#6c6a56;
}

div.leftcol ul ul {
    margin:2px 0 2px 10px;
    padding:0;
}
div.leftcol ul li li{
    padding:4px 0;
    margin:0;
    list-style:none;
}

a.h, a.hact{
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    line-height:16px;
}
div.leftcol ul ul ul{
    margin:2px 0 2px 12px;
    padding:0;
}
div.leftcol ul li li li{
    padding:4px 0;
    margin:0;
    list-style:none;
}
a.x, a.xact{
    color:#857f65;
    font-size:13px;
    text-decoration:none;
}
a.x:hover, a.xact{
    color:#333;
}

div.btn a{
    display:block;
    width:89px;
    height:22px;
    background:url(./../images/button.gif) 0 0 no-repeat;
    text-decoration:none;
    color:#5b5840;
    font-weight:bold;
    font-size:13px;
    text-align:center;  
    padding-top:4px;  
}
div.btn a:hover{
    background:url(./../images/button.gif) 0 -26px no-repeat;
    color:#a25e39;
    text-decoration:none;
}

blockquote{
    margin:10px 0;
    padding:13px 120px 13px 20px;
    background-size:auto 100%;
}
div.rubriki{
    margin-top:15px;
}
div.rubriki div.td{
    width:50%;
    padding:15px 0;   
}
div.rubriki div.td a{
    
    font-size:16px;
}
div.rubriki div.td img{
    width:90%;
    height:auto;
    margin-top:10px;   
}

div.knopka{
    width:85%;
    margin-top:30px;
}
div.knopka img{width:100%;height:auto;}
div.knopka a.s{
    font-size:10px;
    border-radius:12px;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    width:100%;
    padding:6px 5px;
    margin:0;
    line-height:12px;
}
div.knopka a.s span{padding-right:10px;}

div.opisanie{
    padding:14px 25px;
    color:#4d4c3d;
    background:#F4F3EB;
    width:48%;
    border-left:2px solid #e4dfb6;
}
div.prices{
    padding:14px 0 0 0;
    width:40%;
    color:#868686;
    font-size:16px;
}
div.prices span{
    display:block;margin:15px 0;
font-weight:bold;
font-size:21px;
color:#B4714C;
}
div.prices input{
    margin-left:10px;
    background:#B4714C;
    border:2px solid #B4714C;
    color:#fff;
    font-weight:bold;
    height:30px;
    cursor:pointer;
    font-size:17px;
    text-transform: lowercase;
    transition:0.3s;
}
div.prices input:hover{
    background:#fff;
    color:#B4714C;
    transition:0.3s;
}
div.prices a{
    font-weight:bold;
    color:#B4714C;
    background:url(./../images/docs.gif) right center no-repeat;
    padding-right:16px;
}
div.mainpicture{
    /*background:#ededed; */
    width:100%;
    text-aligN:center;
    padding:10px 0;
}

div.vkl{
    width:50%;
    font-size:17px;
    line-height:39px;
}
div.vkl span{
 cursor:pointer;
padding:12px 21px;   
text-transform: uppercase;
font-weight:bold;
}

div.vkl span.d{

color:#bab47f;

}
div.vkl span.act{
color:#fff;
background:#d2cb99;  
border-radius:0 12px 0 0;
-webkit-border-radius:0 12px 0 0;
-moz-border-radius:0 12px 0 0;  
background: -moz-linear-gradient(to top, #d2cb99, #E4DFB6);
    background: -webkit-linear-gradient(to top, #d2cb99, #E4DFB6);
    background: -o-linear-gradient(to top, #d2cb99, #E4DFB6);
    background: -ms-linear-gradient(to top, #d2cb99, #E4DFB6);
    background: linear-gradient(to top, #d2cb99, #E4DFB6);
}

#vkl1, #vkl2{
    border-top:3px solid #d2cb99;
    padding-top:10px;
}
div.sety{height:39px;overflow:hidden;margin-top:-10px;}
div.sety ul li{
    background:none;
    padding-left:0;
}
div.breadcrumb{
    width:87%;
    width:calc(100% - 90px);
    font-size: medium;
}
div.list{
    width:87%;
    margin:0 !important;
}
div.list div.td{
    font-size:14px;
    width:33.33%;
    vertical-align:top;
    padding:35px 10px;
    text-align:center;
    text-transform: uppercase;
}
div.list div.td img{
    margin-bottom:10px;
}
div.list div.td a{
    text-decoration:none;
}
div.list div.td a:hover{
    text-decoration:underline;
}
div.listing{
    font-size:16px;
    margin:20px 0;
    font-weight: bold;
}
div.listing a, div.listing span{
    margin-right:25px;
}
div.listing span{
    color:#211f0c;
}
div.listing a{
    color:#b4714c;
}
div.goods div.tr{
  vertical-align:top;  
}
div.goods div.td{
    width:50%;
    text-align:left;
    vertical-align:top;
    border-top:1px solid #f1efda;
    border-left:1px solid #f1efda;
    padding:20px;
}
div.goods div.tr div.td:first-child{
    border-left:0; 
    
}
div.goods div.tr:first-child div.td{
    border-top:0;
}
div.goods div.td a{
    font-size:15px;
}
div.goods div.td img{margin:13px auto;width:auto;}
div.desc{position:relative;width:100%;height:80px;overflow:hidden;}
div.desc div{bottom:0;left:0;width:100%;z-index:1;position:absolute;background:url(./../images/wshadow.png) bottom repeat-x;height:42px;}

div.price{
    color:#666;
    text-align:center;
}
div.price span{
font-weight:bold;
font-size:21px;
color:#B4714C;
}
div.price input{
    margin:0 7px;
    background:#B4714C;
    border:2px solid #B4714C;
    color:#fff;
    font-weight:bold;
    padding: 0 7px 1px 7px;
    cursor:pointer;
    font-size:18px;
    line-height:28px;
    text-transform: lowercase;
    transition:0.3s;
}
div.price input:hover{
    background:#fff;
    color:#B4714C;
    transition:0.3s;
}

/* меню по умолчанию */

a.menu-0, a.menu-0-selected, span.menu-0-selected {
    /*color:#b4714c;*/
    text-transform: uppercase;
    text-decoration:none;
    line-height:25px;
    padding:4px 10px;
    transition:0.3s;
    font-size:18px;
}

a.menu-0:hover {
    /*
   color:#fff;
   background:#b4714c;
   */
    transition:0.3s;
}

a.menu-1, a.menu-1-selected, span.menu-1-selected{
    font-weight:bold;
    text-decoration:underline;
    font-size:14px;
    line-height:16px;
}

a.menu-2, a.menu-2-selected, span.menu-2-selected{
    color:#857f65;
    font-size:13px;
    text-decoration:none;
}
a.menu-2:hover, a.menu-2-selected, span.menu-2-selected {
    color:#333;
}

.popup {
    border: 1px solid #4C4A33;
    padding: 18px 15px 10px 15px;
    background: #fff;
    box-shadow: 0 0 10px #031B4A;
    color: #333;
    width: 260px;
    z-index: 200;
    display: none;
}

.popup div.fl{font-size:18px;}
a.b-close{width:18px;height:18px;text-decoration:none;display:block;background:url(./../images/close.gif) 0 0 no-repeat;transition:0.4s;}
a:hover.b-close{
    background:url(./../images/close.gif) 0 -18px no-repeat;
    transition:0.4s;
}

img, iframe {
    max-width: 100% !important;
}


a.button{
    display:block;
    width:305px;
    height:22px;
    background:url(./../images/button-long.gif) 0 0 no-repeat;
    text-decoration:none;
    color:#5b5840;
    font-weight:normal;
    font-size:13px;
    text-align:center;
    padding-top:4px;
}
a.button:hover{
    background:url(./../images/button-long.gif) 0 -26px no-repeat;
    color:#a25e39;
    text-decoration:none;
}