html {
    overflow: auto;
    background: #fff;
}

html:not(:nth-child(1)) { overflow: visible; }

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {

}

#wrapper {
    position: relative;
    min-width: 1004px;
    width: 1004px;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px;
    font-family: Tahoma, Arial;
    font-size: 13px;
}

div#header{
    height: 255px;
    width: 1024px;
}

#h_top_line{
    width: 100%;
    background: url("images/head-top-line.png") no-repeat center center #fff;
    clear: both;
    height: 40px;
    line-height: 45px;
    font-family: Tahoma, Arial;
    margin-bottom: 10px;
    position: relative;
}

#h_top_line a{
    color: #000;
    text-decoration: none;
}

#h_top_line a:hover{
    text-decoration: underline;
}

#h_top_line a.active{
    font-weight: bold;
}

#h_top_line .for_user_block{
    margin-left: 330px;
    margin-right: 270px;
    text-align: center;
    font-size: 12px;
}

#h_top_line .langs{
    width: 250px;
    position: absolute;
    left: 75px;
    font-size: 12px;
}

#h_top_line .langs a,
#h_top_line .for_user_block a{
    margin-right: 7px;
}

#h_top_line .blogblcok{
       font-size: 16px;
    position: absolute;
    right: 56px;
    text-align: right;
    width: 190px;
}

.h-middle-line{
    width: 100%;
    height: 165px;
    position: relative;
    background: url("images/cart-bg.png") no-repeat 100% 100% #fff;
}

.h-middle-line .logo{
    width: 220px;
    text-align: right;
    position: absolute;
    left: -32px;
}

.h-middle-line .logo a,
.h-middle-line .logo a img
{
    text-decoration: none;
    border: none;
}

.h-middle-line #persorderblock{
    position: absolute;
    right: 40px;
    text-align: right;
    width: 315px;
    top: 40px;
}

#persorderblock a{
    text-decoration: underline;
    color: #000;
    font-size:13px;
}

#persorderblock .big{
    font-size: 24px;
    font-weight: bold;
    line-height: 21px;
}

#persorderblock .small{
    font-size: 13px;
    color: #666;
}

.h-middle-line .topmenu{
    margin-left: 225px;
    margin-right: 320px;
}

.socialnetworks{
    margin-top: 5px;
}

.socialnetworks a,
.socialnetworks a img
{
    text-decoration: none;
    border: none;
}

.topmenu,
.leftmenu{
    clear: both;
}

.topmenu ul,
.leftmenu ul{
    list-style: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.topmenu ul li,
.leftmenu ul li{
    height: 21px;
}
.topmenu ul{
    float: left;
}

.topmenu ul a,
.leftmenu ul a{
    color: #000;
    text-decoration: none;
    margin-left: 30px;
}

.topmenu ul a:hover,
.topmenu ul li.active a,
.leftmenu ul a:hover,
.leftmenu ul li.active a{
    background: #ffcc33;
    list-style: url("images/small_sun.png");
}

.topmenu ul li:hover,
.topmenu ul li.active,
.leftmenu ul li:hover,
.leftmenu ul li.active
{
    background: url("images/small_sun.png") no-repeat 0 -1px;
}

.leftmenu{
    border-bottom: 2px solid #999;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#nav h2{
    text-transform: uppercase;
    font-size: 12px;

}

#nav h2 a{
    color: #000;
    text-decoration: none;
}

.hascloud{
    background: url("images/catlisthbg.png") no-repeat 50% 50%;
    line-height: 40px;
    text-align: center;
}

.newsblock {
    background: #E6F5FD;
    padding: 5px 10px;
}

.hiddenblock{
    display: none;
}


#header .search_block{
    width: 100%;
    clear: both;
    /*background: url("images/search-bg.png") repeat-x;*/
    height: 43px;
    padding-top: 20px;
}

#header .search_block div{
    float: left;
    padding-top: 10px;
}

#header .search_block .sleft{
    width: 21px;
    height: 100%;
    background: url("images/search-l-bg.png") no-repeat;
}

#header .search_block .sinput{
    height: 100%;
    background: url("images/search-input-bg.png") repeat-x;
    margin-left: -1px;
    width: 865px;
}

#header .search_block input.searchinput{
    width: 875px;
    border: none;
    background: none;
}

#header .search_block .sinputright{
    width: 21px;
    height: 100%;
    background: url("images/search-middleend-bg.png") no-repeat;
}

#header .search_block .sright{
    width: 12px;
    height: 100%;
    background: url("images/search-r-bg.png") no-repeat;
}

#header .search_block .sgo{
    width: 96px;
    height: 100%;
    background: url("images/search-bg.png") repeat-x;
}

#header .search_block .sgo a{
    background: url("images/gosearchbg.png") no-repeat;
    padding: 4px 30px;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

#header .search_block .sgo a:hover{
    background-position: 0 -22px;
}

#container {
    width: 1024px; /* ������ ������ */
    margin: 0 auto;
    clear: both;
    position: relative; /* ������������ �� ������ */
}
#nav {
    width: 200px; /* ������ ����� ������� */
    float: left;
}
#aside {
    width: 215px; /* ������ ������ ������� */
    float: right;
}

.feedbook{
    width: 215px;
    height: 50px;
    background: url("images/feedbookbg.png");
    margin: 20px 0;
    position: relative;
}

.feedbook span{
    position: absolute;
    left: 50px;
    text-align: center;
    top: 7px;
}

.feedbook span a{
    text-decoration: none;
    color: #c30;
    font-size: 12px;
}

.feedbook span a:hover{
    text-decoration: underline;
}

.right_side_banner{
    margin: 20px 0;
}

.right_side_banner .conkurs{
    background: url("images/konkurs_bg.png") no-repeat;
    position: relative;
    width: 100%;
}

.right_side_banner .conkurs span{
    position: absolute;
    left: 90px;
    color: #c30;
    font-size: 14px;
    font-weight: bold;

}

.right_side_banner .conkurs p{
    padding-top: 45px;
    font-size: 11px;
}

#aside .announce h2 a{
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

#aside .announce h2 a:hover{
    text-decoration: underline;
}

#content {
    margin: 0 225px 0 250px; /* ������ �� ������ ����� � ������ �������*/
}

#footer{
    width: 100%;
    height: 325px;
    background: url("images/footer_bg.png");
    position: relative;
    background: url("images/footer_bg.png") no-repeat scroll 0 0 transparent;
    width: 100%;
}

#footer .recomend{
    left: 300px;
    position: absolute;
    width: 700px;
}

#footer .bottom_menu{
    left: 30px;
    position: absolute;
    bottom: 75px;
}

#footer .bottom_menu ul{
    list-style: none;
}

#footer .bottom_menu ul li{
    float: left;
}
#footer .copyright{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%
}

.social-buttons a{
    margin-right: 15px;
}

.b24-widget-button-position-top-right {
	bottom: 100px;
	right: 50px;
}
div.toptel {
    margin-left: 450px;
    font-size: 15px;
    font-weight: bold;
}



















.popup-fade-l:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9999;
}
.popup-l {
font-size: 16px;
    position: fixed;
    left: calc(50% - 200px);
    padding: 30px 20px;
    width: 400px;
    background: #fff;
    z-index: 99999;
    opacity: 1;
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 20%);
    font-weight: 600;
    top: calc(50% - 150px);
}
.popup-close-l {
	display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
    color: #fff;
    font-family: "bebasneuebold", sans-serif;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;

}
.popup-close-l svg{
	fill:silver;
}
.popup-close-l:hover svg{
	fill:#000;
}
.popup-fade-l:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.5;
	z-index: 9999;
}
.din_field{
margin-top: 15px;
}
.din_field .in_field{
	border: 1px solid #000;
    padding: 7px 15px 7px 20px;
    width: 90%;
    font-size: 15px;
    line-height: 16px;
    color: #000;
    height: 35px;
    font-weight: 500;
}
.popup-l button{
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #000;
    padding: 10px 20px 10px 20px;
    width: 50%;
	color:#fff;
    background: #000;
}
.popup-l button:hover{

    background: #fff;
	color:#000;
}
.popup-l p{
    width: 90%;
    margin: 0 auto;
    line-height: 20px;
}
.popup-l div.result{
    margin-top: 15px;
    font-size: 15px;
    color: #93d75c;
}
.order_by_one_click{
margin-right: 20px;
}

@media (max-width: 1430px){
.modal.cart-modal .modal-dialog {
    height: 100vh;
}
.modal.cart-modal .modal-dialog .modal-content {
    height: 100%;
}

/*media*/
}

