#fastwin .overlay {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	opacity: .5;
}
#fastwin .visible {
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	overflow: hidden;
	z-index: 2000;

	padding: 50px;
	margin-left: -250px;
}

.close1 {
 background: #606061;
 color: #FFFFFF;
 line-height: 25px;
 position: absolute;
 right: -5px;
 text-align: center;
 top: -5px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
 
.close:hover { background: #ff9933; }   
#send_info{color:#ffffff;font-size: 16px;}


.global {width: 965px; margin:0 auto;}
.title {color: #004494; font: 28px Arial, Arial, Verdana;}
.spec-title{
    font-size: 24px;
}
h2   {font: 14px Arial, Verdana, Tahoma;color: #004494;}
textarea{
    resize: none;
}
/**WRAPPER
******************************************************************************/
.wrapper {
    
}

/**HEADER
******************************************************************************/
body {
    background:#E8E8E8;
    font: 11px Tahoma, "Trebuchet MS", Tahoma, sans-serif; 
    line-height: 1.6em; 
    color: #222;
}

.header{
    height: 349px;
    background: url("../images/header_bg.jpg") no-repeat;
    position: relative;
}
.logo {
    position: relative;
    top: 45px;
    left: 67px;
}
.address-block{
    position: absolute;
    top: 215px;
    left: 67px;
    width: 244px;
    font: 16px Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #e50815;
    text-align: center;
}
.contacts-block{
    position: absolute;
    width: 260px;
    right: 55px;
    top: 70px;
    text-align: center;
}
.contacts-phones{
    font: 26px Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #004494;
    margin-bottom: 15px;
}
.contacts-phones span{
    font: 28px Arial, Verdana, Tahoma;
    color: #e50815;
}
.contacts-email{
    font: 17px Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #272727;
    margin-bottom: 15px;
}
.contacts-text{
    font: 16px Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #e50815;
    margin-bottom: 20px;
}
.contacts-btn{

}

.map iframe{
width:400px;
}

.contacts-btn a{
    display: inline-block;
    font: 16px Arial, Verdana, Tahoma;
    font-weight: bold;
    color: #ffffff;
    background: #084c9c;
    padding: 7px 18px;
    border-radius: 4px;
    text-decoration: none;
}
.contacts-btn a:hover, .contacts-btn a:focus, .contacts-btn a:active{
    text-decoration: none;
    background: rgba(8, 76, 156, 0.80);
}
.search {
    width: 261px;
    height: 31px;
    position: relative;
    background: url(../images/search_bg.png) no-repeat;
    margin: 5px 0;
}
    .search input[type=text] {
        width: 174px;
        height: 28px;
        height: 20px;
        width: 168px;
        padding-left: 15px;
        font: 12px Arial, Tahoma, Verdana;
        border: none;
        background: none;
        position: relative;
        top: 1px;
        color: #606060;
    }
    .search input[type=text]:focus {outline: none;}
    .search input[type=submit] {
        position: relative;
        width: 66px;
        height: 27px;
        top: -4px;
        border: none;
        outline: none;
        background: none;
        cursor: pointer;
    }
    #search_auto_list {
        width:250px;
        height:150px;
        position:absolute;
        left:0;
        top:20px;
        border:1px solid #e2e2e2;
        background:#FFF;
        display:none;
        overflow-y:scroll;
    }
    #search_auto_list li {
        list-style:none;
        padding:3px 15px 4px 15px;
        display:block;
        font:12px Arial, sans-serif;
        cursor:pointer;
    }
    #search_auto_list li:hover {
        background:#e2e2e2;
    }
.menu {
    position: absolute;
    bottom: 6px;
    left: 0;
    z-index: 999;
}
.menu ul {
    list-style: none;
}
.menu li {
    float: left;

}
.menu li a {
    display: block;
    height: 30px;
    width: 193px;
    padding-top: 10px;
    text-align: center;
    background: url("../images/menu_btn_bg.png") no-repeat;
    font: 15px Arial, Verdana, Tahoma;
    color: #074a9a;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.menu li a:hover,
    .menu li.menu_curr a{
    background: url("../images/menu_btn_bg_red.png") no-repeat;
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(98, 12, 17, 1);
    }
/**CONTAINER
******************************************************************************/
.container {
    padding: 30px 0 40px;
}

/**CONTENT
******************************************************************************/
.content {
	width:453px;
	float:right;
}
.content_text, .subpages {
    padding-right: 50px;
    font: 12px Arial, Verdana, Tahoma;
    color: #2f2f2f;
}
.content_text a, .subpages a, .item_img a {
    color: #4e6aab;
    font: 12px Arial, Verdana, Tahoma;
}
.content_text p {
    margin: 0;
}
.more {
    text-align: right;
    color: #4e6aab;
    margin-top: 20px;
    font: 14px Arial, Verdana, Tahoma;
}
.more a {
    font: 14px Arial, Verdana, Tahoma;
    color: #4e6aab;
}
.catalog {
    margin-bottom: 40px;
}
.catalog_item {
    width: 400px;
    float: left;
    margin-top: 30px;
    margin-bottom: 5px;
}
.item_name {
    padding-bottom:10px;
    font: 12px Arial, Verdana, Tahoma;
}
.item_name a {
    font: 12px Arial, Verdana, Tahoma;
    color: #4e6aab;
}
.item_img, .item_img img {
    width: 88px;
    height: 88px; 
    text-align:center;
}
.item_img {
    border: 1px solid #A2A2A2;
    float:left;
}
.item_cont {
    float:left;
    width:250px;
    margin-left:20px;
}
.item_buy_i a {
    display: block;
    width: 90px;
    text-align: center;
    padding: 4px 0;
    margin-top: 6px;
    background: #4e6aab;
    font: 13px Arial, Verdana, Tahoma;
    color: #FFF;
    text-decoration: none;
}
.item_buy_1 a:hover {
    opacity: 0.9;
}
.item_buy a {
    display: block;
    width: 90px;
    text-align: center;
    padding: 4px 0;
    background: #4e6aab;
    font: 13px Arial, Verdana, Tahoma;
    color: #FFF;
    text-decoration: none;
	float: left;
    cursor: pointer;
}

.item_buyz {
    display: block;
    width: 90px;
    text-align: center;
    padding: 4px 0;
    background: #4e6aab;
    font: 13px Arial, Verdana, Tahoma;
    color: #FFF;
    text-decoration: none;
	float: left;
    cursor: pointer;
}

.item_buy a:hover {
    opacity: 0.9;
}
.item_price {
    width: 90px;
    margin-top: 8px;
    text-align: center;
    font: bold 14px Arial, Verdana, Tahoma;
    color: #e42d37;
}
.item_price_cart {
    width: 90px;
    margin-top: 8px;
    text-align: center;
    font: 12px Arial, Verdana, Tahoma;
    color: #e42d37;
}
/**LEFTBAR
******************************************************************************/
.leftbar {
	width:264px;
	float:left;
}
.leftbar .title {
    margin-left: 20px;
}
.leftMenu {
    padding-left: 6px;
    margin-top: 15px;
    background: url(../images/borderLeftMenu.png) repeat-y left top;
}
.leftMenu li {
    list-style: none;
}
.leftMenu li a {
    display: block;
    padding: 4px 0 5px 20px;
    background: url(../images/leftMenuBorderBottom.png) no-repeat right bottom;
}
.leftMenu li a:hover, .leftMenuCurr {
    background: #f0f0f0 url(../images/leftMenuCurr.png) no-repeat 9px 8px;
}
.leftMenuStyle {
    color: #606060;
    font: 12px Arial, Verdana, Tahoma;
    text-decoration: none;
}
.leftMenu .title {
    margin-left: 30px;
}

/*RIGHTBAR
******************************************************************************/
.rightbar {
    width: 187px;
    float: right;
    margin-right: 12px;
    font: 12px Arial, Verdana, sans-serif;
}
.basket {
    width: 103px;
    height: 71px;
    float: left;
    margin-top: 4px;
    padding-left: 73px;
    margin-bottom: 18px;
    background: url(../images/shop.png) no-repeat;
}
.basketTitle {
    margin-top: 14px;
    margin-bottom: 4px;
}
.basketTitle a {
    font: 14px Arial, Verdana, sans-serif;
    color: #e30700;
}
.basketContents {
    font: 12px Arial, Verdana, sans-serif;
}
.newsItem {
    margin-top: 22px;
}
.newsDate {
    margin-bottom: 3px;
    color: #4e6aab;
}
.newsText a {color: #606060; display: block;}
/**FOOTER
******************************************************************************/
.footer {
    width: 925px;
	 height:126px;
    background: url(../images/bg_footer.png) repeat-x left top;
    margin-left: 20px;    
}
.rights {
    width: 162px;
    font: 12px Arial, Verdana, Tahoma;
    color: #606060;
    padding-top: 2px;
}
.schet {
    width: 88px;
    height: 31px;
    float: left;
    margin-left: 130px;
}
.footBlock {
    float: left;
    margin-top: 45px;
}
#matodor {
    width:179px;
    height:71px;
    float:right;
    margin-top:29px;
    margin-right:50px;
    position:relative;
    z-index:10;
}
#matodor_developer {
    float:right;
    margin-top:10px;
    padding-left:4px;
}
#matodor_developer a {
    font: 12px Arial, Verdana, Tahoma;
    color:#666666;
}
#matodor_logo {
    float:right;
}


.form td {padding-bottom: 7px;}
.form input[type=text], .form textarea {
    width: 300px;
}
.form{
    /*margin-left: 10px;*/
}

.form .input{
    margin-top: 10px;
    clear: both;
    float: left;
}
.form input[type=text] {
    width:260px !important;
}
.form textarea {
    width:262px !important;
}

.form .input label{
    display: block;
    float: left;
    width: 200px;
}

.form .input #captcha{
    margin-top: 10px
}

.form .submit{
    margin-top: 20px;
    float: left;
    clear: both;
    margin-left: 200px;
}

.form .input .checkbox{
    float: left;
    margin-right: 20px;
}

.form .input .op{
    float: left;
    width: 590px;
}
#rg-tb th span{
    font-size: 18px;
    position: relative;
    top: 3px;
}
.error_message{
    font-size: 10px;
    color: red;
    /*margin-left: 200px;*/
    text-align: left;
}

.flash_message{
    font-size: 18px;
    color: red;
}

.table_tovar table tr td, .new table tr td{
    padding-bottom: 15px;
}
#cartt {
    width:104px;
    height:135px;
    float:left;
}
#cartt_text {
    width:264px;
    float:left;
    color:#606060;
    font:12px Calibri, Arial, sans-serif;
    padding:30px 5px 0 30px;
}


.tovar_table {
    font-family: Tahoma;
    color: #8d1e08;
    font-size: 12px;
}

table.cart {
    border: 0px solid #e9d3bb;
    color: #651e18;
    font-size: 12px;
    font-family: Tahoma;
    width: 324px;
}

table.cart th {
    background: none repeat scroll 0 0 #e2e2e2;
    border: 1px solid #929292;
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
    font-stretch: condensed;
    font-weight: bold;
    text-align: center;
}

table.cart td {
    border: 1px solid #929292;
    color: #606060;
    font-size: 12px;
    font-family: Tahoma;
    text-align: center;
    padding: 5px;
}

table.cart td a{
    color: #606060;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
}


table.cart td.cart_descr {
    width: 200px;

}
table.cart td.cart_itog {
    text-align: right;
}

.item_photo img {
    margin-top: 0 !important;
}
.image_tovar img{
    margin: 4px;
}

.widthsearch .submit {
    padding: 3px 6px;
    cursor: pointer;
}


.page_number {
 /*   width:25px; */
    text-align:center;
    float:left;
}

.btns {
    height: 26px;
    margin-bottom: 4px;
    min-height: 26px !important;
    overflow: hidden;
    width: 59px;
	float:left;
}
.ctrl_btn{
	float: left;
	margin-right: 10px;
    margin-top: 7px;
}
.ctrl_btn a:link, .ctrl_btn a:visited {
    display: block;
    float: left;
    height: 10px;
    overflow: hidden;
    width: 9px;
}
.ctrl_btn a.up {
    background: url("../images/arrow_up.gif") no-repeat scroll 0 0 #FFFFFF;
    margin-right: 3px;
    padding-bottom: 0;
    padding-top: 0;
}
.ctrl_btn a.down {
    background: url("../images/arrow_down.gif") no-repeat scroll 0 0 #FFFFFF;
	padding-bottom: 0;
    padding-top: 0;
}
.free_order{
	position: absolute;
	left: 780px;
}
.login-block{
    margin: 10px auto;
    width: 230px;
}
.login-block .title{
    font-size: 23px;
    margin-bottom: 10px;
}
.form-row{
    margin-bottom: 15px;
}
.form-row input[type="text"], .form-row input[type="password"]{
    height: 25px;
    width: 220px;
    padding-left: 10px;
}
.login-btn{
    display: inline-block;
    border: 0;
    background: none repeat scroll 0 0 #4E6AAB;
    color: #FFFFFF;
    cursor: pointer;
    font: 13px Arial,Verdana,Tahoma;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 120px;
}
.reg-link{
    font: 14px Arial;
    color: #2e4e98;
    margin-left: 7px;
}
.reg-form{

}
.reg-form input{
    width: 206px;
}
.reg-form .control-label{
    width: 300px;
    font-size: 12px;
}
.descr_form{
    margin-bottom: 10px !important;
}
.enter-box{
    font: 14px Arial;
    color: #2d4c94;
}
.enter-box .lk-link{
    display: block;
    margin-bottom: 5px;
    font: 14px Arial;
    color: #828282;
}
.enter-box .login-btn{
    margin-top: 10px;
}
.forgot{
    text-align: center;
}
.forgot a{
    font: 14px Arial;
    color: #828282;
}
.error-login{
    font: 12px Arial;
    color: #E30700;
}
.lk-t{
    padding-right: 10px;
}
.opisanie_tovara ul, opisanie_tovara ol{
    padding-left: 30px;
}
.sale-banner-block{
    margin: 5px 0;
    text-align: center;
}
.sale-banner-block img{
    border: 1px #b7b7b7 solid;
}
.feedback-form{
    margin: 20px 0;
    width: 400px;
}
.form-horizontal.feedback-form .control-label{
    width: 115px;
}
.form-horizontal.feedback-form  .controls{
    margin-left: 135px;
}
.captcha-block{
    margin-bottom: 10px;
}
.captcha-block img{
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.success-form{
    display: none;
    text-align: center;
}
.success-form a{
    color: #366c36;
}
.feedback-btn-group{
    text-align: center;
}
a.history-link{
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    font-weight: bold;
}
.navigation_bottom{
    margin: 15px 0;
}
.page_number{
    margin-right: 5px;
}
.page_number > span{
    font: 13px Arial,Verdana,Tahoma;
    display: block;
    padding: 3px;
    background: #4e6aab;
    color: #fff;
}
.page_number > a{
    display: block;
    padding: 3px;
    background: #2d4c94;
    font: 13px Arial,Verdana,Tahoma;
    color: #fff;
    text-decoration: none;
}
.page_number > a:hover, .page_number > a:focus{
    background: #4e6aab;
}
.enter-box-history-link{
    color: #2d4c94;
}

/*Стиль для дополнительного подарка*/
.podarokST_text{
	padding-top:15px;
	font-weight:bold;
}
.podarokST{
	clear:both; 
	padding-top:15px;
}
.podarokST #photos2{
	float:left; 
	width:100px;
}
.podarokST #title2{
	float:left; 
	width:270px;
}

/**Стиль для умного поиска
******************************************************************************/
.ui-autocomplete { 
    /*height: 300px;*/ 
    overflow-y: hidden; 
    overflow-x: hidden;
}

.ui-menu .ui-menu-item { width:100%; }
/*@media screen and (max-width:965px){{}
    .global {
        width: 100%;
    }
    .menu {
        text-align: center;
        right: 0;
    }
    .menu li {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .menu li:first-child {
        display: none;
    }
    .content {
        width: calc( 100% - 284px );
        padding-right: 10px;
    }
    .content_text, .subpages {
        margin-right: 0;
        padding-right: 0;
    }
    .rightbar > *{
        display: none;
    }
    .rightbar > .basket {
        display: block;
        position: fixed;
        bottom: 40px;
        right: -153px;        
        height: auto;
        padding: 0;
        width: 153px;
        height: auto;
        padding-left: 80px;
        cursor: pointer;
    }
    .rightbar > .basket > .basketTitle,
    .rightbar > .basket > .basketContents{
        background-color: #E8E8E8;
        margin: 0;
        padding: 5px 5px 5px 10px;
    }
    .rightbar > .basket > .basketTitle {
        border-top-left-radius: 5px;
    }
    .rightbar > .basket > .basketContents {
        border-bottom-left-radius: 5px;
    }    
    .catalog_item {
        width: auto;
        float: none;
    }
    .catalog_item:after {
        content: "";
        display: block;
        clear: both;
    }
    .item_cont {
        width: auto;
        float: none;
        margin-left: 110px;
    }
    .item_img {
        margin-right: 0;
    }
    .feedback-form {
        width: auto;
    }
    .form-horizontal .controls input,
    .form-horizontal .controls textarea{
        width: calc( 100% - 20px );
    }
    .form .submit {
        margin-left: 0;
        display: block;
        width: auto;
        float: none;
    }
    body .content_text .form .submit input {
        width: calc( 100% - 7px ) !important;
    }
    img {
        max-width: 100%!important;
    }
    .footer {
        margin: 0;
        text-align: center;
    }
    .footBlock {
        float: none;  
        width: auto;
        margin-bottom: 20px;      
    }
    .schet {
        margin-left: 0;
        margin: 0 auto;
    }
    .header {
        background-position: center;
    }
}
@media screen and (max-width:790px){{}
    body .content_text .form input, body .content_text .form  textarea {
        width: calc( 100% - 20px )!important;
    }    
    .form .input {
        float: none!important;
    }
    .header {
        background: #C8E3F8;
        border-top: 6px solid #004298;
        border-bottom: ;
    }
    .menu {
        bottom: 0;
        background: #004298;
        padding: 6px 0 4px;        
    }
    .menu ul{
        background: #00295F;
        overflow: hidden;
        position: absolute;
        top:100%;left: 0;right: 0;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);        
    }    
    .menu li {
        display: block!important;
        width: 100%;
    }
    .menu li a {
        width: 100%;
        background: transparent;
        background-image: none!important;
        color: #fff;
        text-shadow: none;
    }
    .menu li a:hover {
        background: #084C9C;
    }
    .collapse-menu {
        cursor: pointer;
        display: block;
        text-align: center;
        height: 40px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    }   
    .collapse-menu:before {
        content: "\f0c9";
        display: inline-block;
        font: normal normal normal 46px/1 FontAwesome;
        color: #fff;  
        line-height: 40px;
    } 
    .menu > ul {
        display: none;
        padding: 5px 0;
    }
}
@media screen and (max-width:655px){{}
    .content {
        width: calc( 100% - 30px );
        padding: 0 15px;
        float: none;
    }
    .navigation_bottom {
        text-align: center;
    }
    .navigation_bottom > * {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .leftbar {
        float: none;             
        position: fixed;
        top: 0;
        bottom: 0;
        left: calc( 40px - 100% );
        width: calc( 100% - 40px );
        margin: 0;
        z-index: 999;
        box-shadow: 1px 0px 7px rgba(0,0,0,.2);   
        background: #E8E8E8;    
    } 
    .title {
        font-size: 18px;
    }
    .item_buy {
        margin-top: 10px;
    }
    .logo {
        left: 0;
        right: 0;
        text-align: center;
        top: 0;
        padding: 5px 0;
    }
    .contacts-block {
        position: relative;
        top:auto;left: auto;right: auto;
        margin: 0 auto;
    }
    .address-block {
        right: 0;
        width: auto;
        left: 0;     
        top:230px   
    }
    .address-block br {
        display: none;
    }
    .collapse-sidebar {
        position: absolute;
        top: 50px;
        right: -40px;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        width: 40px;
        text-align: center;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: .8;    
    }    
    .collapse-sidebar:before {
        content: "\f054";
        display: inline-block;
        font: normal normal normal 46px/1 FontAwesome;            
        color: #fff;        
        border-radius: 4px; 
        text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.4);           
    }  
    .move_sidebar .collapse-sidebar {
        opacity: 1;   
        background: rgb(232, 232, 232);
    }  
    .move_sidebar .collapse-sidebar:before{
        content: "\f00d";         
    }   
    .new_sidebar {
        padding: 10px 20px;
        height: calc( 100% - 40px );
        overflow: hidden;
        overflow-y: scroll;
    } 
    .login-block {
        width: 100%;
    }    
    .form-row input[type="text"], .form-row input[type="password"] {
        width: calc( 100% - 14px );
    }
    .search {
        width: 100%;
        margin: 10px 0 20px;
    }
    .respons-table {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;  
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;  
        padding: 0;    
        position: relative;
    }
    .respons-table>table {
        margin-bottom: 0;
    }    
    .address-block {
        display: none;
    }
    .logo img {
        width: 180px;
    }
    .contacts-btn {
        display: none;
    }
    .header {
        height: auto;
        padding-bottom: 50px;        
    }    
    .contacts-phones {
        font-size: 18px;
    }    
    .contacts-phones span {
        font-size: 22px;
    }
    .contacts-text {
        font-size: 14px;
    }
    .contacts-email {
        font-size: 14px;
    }
    .header:before {
        content: "";
        width: 180px;
        position: absolute;
        right: 40px;
        top:0;bottom: 0;
        background: url(../files/header_bg.png) right top no-repeat;
        background-size: 100%;
    }
    .header > * {
        width: 200px;
        margin-left: 10px!important;
        margin-right: 0!important;
    }
    .header > .menu {
        width: auto;
        margin-left: 0!important;
    }
   
}
@media screen and (max-width:430px){{}
    .header:before {
        right: 0;
    }
}
@media screen and (max-width:355px){{}
    .search {
        background-size: 100%;
    }
    .search input[type="text"] {
        width: calc( 100% - 92px );
        outline: 0;
    }
   
    .form #rg-tb {
        display: block;
    }
    .form #rg-tb tr,
    .form #rg-tb td,
    .form #rg-tb th {
        display: block;
    }
    .form #rg-tb br {
        display: none;
    }
    .form #rg-tb img {
        margin-bottom: 10px;
    }
    .subpages,
    .subpages a {
        font-size: 6px;
    }
    .wrapper {
        overflow-x: hidden;
    }
    .header:before {
        right: -20px;
    }    
}
*/