@charset "utf-8";
@font-face {
    font-family: DejaVuSerif; /* имя шрифта для CSS правил */
    src: local("DejaVuSerif"), /* проверяем наличие шрифта в ОС пользователя */
    url(/css/DejaVuSerif.ttf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzIraN7vELC11_xip9Rz-hMs.woff) format('woff');
}
@media screen and (max-width: 1200px){
    #header .wrapper{height: 100% !important;}
    #header{background:none !important;}
}
@media screen and (max-width: 1100px){
    header a{margin-top: 7% !important;}
}
@media screen and (max-width: 1000px){
    header a{font-size: 30px !important;}

}
@media screen and (max-width: 860px){
    header a{margin-top: 6% !important;}
}
@media screen and (max-width: 640px){
}
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}
/* Стабилизация тегов */
html, body {height:100%;}
body,h1,h2,h3,h4,h5,ul,li,p,hr {margin:0;padding:0;}
ul,li {list-style:none;}
input,textarea,button {outline:none;}
textarea {resize: none;}
img {border:0; max-width: 100%;}
div{display: block;}
.clear {clear:both;}
.clearfix:after, .clearfix:before  {content:" ";display:block;clear:both;height:0;overflow: hidden;}
.float_left {float:left;}
.float_right {float:right;}
.centertext {text-align:center;}
.dat {overflow-x:hidden;}
.normalizer {min-height: 100%;}
* {box-sizing:border-box;-moz-box-sizing:border-box;}
button, input[type="submit"], input[type="clear"], input[type="button"], input[type="reset"] {cursor: pointer;}
.none {height:0;overflow:hidden;}
.transition {transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;}
.scale {transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;}
.scale:hover {transform: scale(1.5,1.5);-webkit-transform: scale(1.5,1.5);-moz-transform: scale(1.5,1.5);-o-transform: scale(1.5,1.5);}
.padding10{
    padding: 10px 0;
}
.padding20{
    padding: 20px 0;
}
.margin10{
    margin: 10px 0;
}
.margin20{
    margin: 10px 0;
}
/* Каркас страниц */
.wrapper {width:100%;padding: 0;max-width: 1200px;margin: auto;}
header {}
aside {}
nav {}
footer {}


/* Стилизация стандартных тегов */
h1 {
    font-weight: bold;
    color: rgb(139, 69, 19);
    font-size: 18pt;
    text-align: center;
    margin-bottom: 20px;
}
h2 {}
h3 {margin-bottom: 10px;}
h4 {margin-bottom: 10px;}
h5 {margin-bottom: 5px;}
small {font-size: 10px;}
a {
    color:#bb4005;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    text-decoration: none
}
a:hover {color: #d2a402 !Important;text-decoration: none !important;}
mark {background:none;}
address {font-style:normal;}

/*go*/
body{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 100%;
}

/* Стабилизация для uCoz */
.basket.add {content: "Добавить в корзину";}
.basket.now {content: "Купить сейчас";}
.basket.wait {content: "Подождите";}
.basket.done {content: "Товар добавлен";}
.wish.wadd:before {content: "В список желаний";}
.wish.wdel:before {content: "Убрать из списка";}
#idAreaoEditmessage, #idAreaoEditbrief {overflow:hidden;}

#header{
    background-image: url("/images/back.png");
    background-size: cover;
}
.picmain{
    position: absolute;
    top:0;
    left:-80px;
}
.picmain2{
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
header a{
    font-family: "DejaVuSerif",sans-serif;
    font-size: 38px;
    text-align: center;
    position: absolute;
    right: 0;
    margin-top: 6.7%;
    color: #ffffff !important;
    text-decoration: none !important;
    top:0;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: rgba(0,0,0,0.3) 1px 0;
}
header a:hover{
    color: #9f4303 !important;
}
#header .wrapper{
    height: 250px;
    max-height: 250px;
    position: relative;
    /*background: url("/images/picmain.png") left -100px center no-repeat;*/
}
.toplinks{
    top:0;
    position: absolute;
    right: 10px;
    z-index: 9999;
}
.toplinks a{
    margin: 10px 0 0 10px;
    display: block;
    float: right;
}
.toplinks a:hover{
    opacity: 0.5;
}
.home{
    background: url("/images/house.png") no-repeat;
    height: 20px;
    width: 22px;
}
.key{
    background: url("/images/key.png") no-repeat;
    height: 18px;
    width: 18px;
}
.logIn{
    background: url("/images/lock.png") no-repeat;
    height: 19px;
    width: 15px;
}
.logOut{
    background: url("/images/exit.png") no-repeat;
    height: 19px;
    width: 19px;
}
.profile {
    background: url("/images/user.png") no-repeat;
    height: 19px;
    width: 20px;
}
.head_img{
    position: absolute;
    z-index: -1;
    width: 100%;
}
.topdata{
    text-shadow: rgba(0,0,0,0.3) 1px 0;
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 4.2%;
    font-size: 12px;
    color: #ffffff;
}
.main{
    margin-top: 20px;
    display: table;
    width: 100%;
}
.left{
    display: table-cell;
    width: 310px;
    float: left;
    margin-right: 20px;
}
.right{
    overflow: hidden;
}
.block_header{
    background: #d6a48c;
    box-shadow: 0 7px 4px 0px rgba(75, 75, 75, 0.45);
    width: 275px;
    padding: 13px 0 13px 13px;
    color:#ffffff;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.block_header:before {

content: "";
position: absolute;
right: -8px;
top: 0;
width: 28px;
height: 75px;
background: url(/images/title_bg.png) no-repeat #f5f5f5;
}
.block_content, aside{
    background-color: #f5f5f5;
    width: 275px;
}
.search .block_content{
    text-align: center;
}
.left .queryField{
    font-size: 14px;
    color: #000000;
    width: 225px;
    height: 36px;
    display: inline-block;
    border: 1px solid #e7a78e;
    margin: 10px 0 20px 0;
    text-indent: 10px;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.4);
}
.left .queryField:focus, .left .queryField:active{
    border: 1px solid #e37613;
}
.left .searchSbmFl{
    color: #e7a78e;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #e7a78e;
    height: 36px;
    width: 95px;
    margin-bottom: 20px;
}
.left .searchSbmFl:hover{
    background-color: #9f4303;
}
.shadow{
    width: 275px;
    margin-bottom: 40px;
}
.menu {
padding-right: 0;
}
aside {
    padding: 30px 20px;
}
aside a{
    color: #000000;
}
aside li:hover > a{
    color: #d15e21 !important;
}
aside ul li{
    position: relative;
    cursor: pointer;
    margin: 5px;
}
aside ul li.uWithSubmenu:after{
    content: " ";
    position: absolute;
    right: 20px;
    width: 0;
    top: 8px;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 5px solid #d15e21;
    border-bottom: 3px solid transparent;
}
aside ul li.uWithSubmenu > ul{
    background: #ffffff;
    display: none;
    width: 100%;
    position: absolute;
    left: 100%;
    top: -10px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    z-index: 1000;
}
aside ul li.uWithSubmenu > ul:before{
    content: " ";
    position: absolute;
    left: -10px;
    width: 0;
    top: 15px;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 7px solid transparent;
}
aside ul li.uWithSubmenu:hover > ul{
    display: block;
}
.reklamka .block_content{
    text-align: center;
    padding: 10px 0 20px 0;
}
.rozetka{

}
h3 a, h4 a, h5 a{
    text-decoration: underline;
}
.novost{
    margin-bottom: 20px;
}
.novost img, .art_img{
    float: left;
    margin: 0 10px 10px 0;
}
.eDetails{
    clear: both;
    float: left;
}
.news-det{
    display: inline-block;
    width: 100%;
    border-top: 1px dotted #000000;
    border-bottom: 1px dotted #000000;
    min-height: 37px;
    padding-top: 6px;
    margin-top: 10px;
}
.pagination{
    margin: 20px auto;
    text-align: center;
}
.pagination span, span[class^=pagesBlockuz] span {
    text-align: center;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0 3px;
    line-height: 27px;
    color: #e7a890;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #e7a780;
}
.pagination span:hover, .pagination .swchItemA span, span[class^=pagesBlockuz] span:hover, span[class^=pagesBlockuz] .swchItemA span {
    background-color: #9f4303;
}
.swchItemDots, .swchItemDots:hover {
border: 0 !important;
color: #000 !important;
font-weight: bold;
margin: 0 !important;
padding: 0 !important;
letter-spacing: 3px;
background: none !important;
}
.articles{
    width: 100%;
}
.articles article p {
max-height: 175px;
overflow: hidden;
}
.articles article.info {
width: 100%;
}
article{
    margin:0 2% 30px 0;
    display: block;
    float: left;
    width: 48%;
    min-height: 360px;
}
#footer{
    height: 161px;
    background: url("/images/footer.png") repeat-x;
    padding: 20px 20px 0;
}
.foot1{
    float: left;

}
.white_text{
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.5) 1px 0;
}
.foot1 img{
    margin: 3px;
}
.foot2{
    float: right;
    color: #ffffff;
    text-shadow: rgba(0,0,0,0.5) 1px 0;
}
.left section {
background: url(/images/shadow.png) left bottom no-repeat;
padding: 0 0 18px;
background-size: 275px;
}