/* 
    Created on : 15.08.2014, 18:09:50
    Author     : linn.coffeein@gmail.com
*/
@font-face {
    font-family: 'als_rublregular';
    src: url('fonts/rouble-webfont.eot');
    src: url('fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/rouble-webfont.woff') format('woff'),
        url('fonts/rouble-webfont.ttf') format('truetype'),
        url('fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
}
html, body{
    height: 100%;    
	font-family: "Trebuchet MS",Helvetica,sans-serif;
}

.wrapper{
    width: 1000px;
    margin: 0 auto 0px auto;
    /*outline: 1px solid red;*/
}
.left{
    float: left;
}

.right{
    float: right;
}

.clearfix:after,
.clearfix:before{
    float: none;
    clear: both;
}
.clear{
    float: none;
    clear: both;
}
.line-discount{
margin-top: 2px!important;
margin-bottom: 2px!important;
}
.header{
    height: 140px;

    box-sizing: border-box;
}
.logo-wrapper{
	width: 241px;
    margin: 20px 50px 0 0;
}
.logo,.logo:hover{
    background: url(img/logo.png) 0 0 no-repeat;
    width: 241px;
    height: 52px;
    display: block;
    outline: none;
    text-decoration: none;
}

.logo-text{
    color: #011F4F;
    font-size: 12px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 15px;
    text-align: center;
    margin: 20px 0 0 0;
}
.phone-wrapper{
    width: 480px;
    border: 1px solid #CCCCCC;
    height: 96px;
    padding: 10px 10px 9px 10px;
    margin: 20px 0 0 0;
    border-radius: 2px;
    box-sizing: border-box;
}
.phone-left-col{
    margin: 0 20px 0 0;
}
.phone-city-wrapper{
    line-height: 14px;
    position: relative;
}
.phone-block-text{
    font-size: 14px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color:#4D4D4D;
    line-height: 14px;
}
.phone-right-col .phone-block-text{
    /*margin: -2px 0 0 0;*/    
}

.phone-city{
    position: relative;
}
.phone-city-link, .phone-city-link:hover,
.phone-city-link:active,
.phone-city-link:visited,
.phone-city-link:focus{
    color: #799C63;
    text-decoration: none;
    background: url(img/arrow.png) center right no-repeat;
    padding: 0 11px 0 0;
    display: inline-block;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.city-wrapper{

}
.city-list{
    position: absolute;
    left:64px;
    top: 19px;
    width: 150px;
    list-style: none;
    -webkit-padding-start: 0;
    padding: 3px 0 6px 0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(50, 50, 49, 0.25);
    -moz-box-shadow:    0px 4px 9px 0px rgba(50, 50, 49, 0.25);
    box-shadow:         0px 4px 9px 0px rgba(50, 50, 49, 0.25);
    display: none;
    background: #ffffff;
    z-index: 88;
}
.city-list li,
.city-list li:hover{
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #1A1A1A;
    padding: 0 10px;

}
.city-list li:hover{
    background: #3FB4EB;    
    cursor: pointer;
    color: #ffffff;
}

.phone-big,
.phone-big:hover,
.phone-big:active,
.phone-big:focus{
    display: block;
    text-decoration: none;
    color: #4D4D4D;
    font-weight: bold;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 26px;
    line-height: 26px;
}

.work-time{
    background: url(img/watch.png) center left no-repeat;
    padding: 0 0 0 16px;
    color: #323232;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.blue-btn,
.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active{
    background: #3f98eb; /* Old browsers */
   /* background: -moz-linear-gradient(top, rgba(63,180,235,1) 0%, rgba(63,152,235,1) 100%); /* FF3.6+ */
   /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,180,235,1)), color-stop(100%,rgba(63,152,235,1))); /* Chrome,Safari4+ */
   /* background: -webkit-linear-gradient(top, rgba(63,180,235,1) 0%,rgba(63,152,235,1) 100%); /* Chrome10+,Safari5.1+ */
   /* background: -o-linear-gradient(top, rgba(63,180,235,1) 0%,rgba(63,152,235,1) 100%); /* Opera 11.10+ */
   /* background: -ms-linear-gradient(top, rgba(63,180,235,1) 0%,rgba(63,152,235,1) 100%); /* IE10+ */
   /* background: linear-gradient(to bottom, rgba(63,180,235,1) 0%,rgba(63,152,235,1) 100%); /* W3C */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb4eb', endColorstr='#3f98eb',GradientType=0 ); /* IE6-9 */ 
    color: #ffffff;
    /*border: 1px solid transparent;*/
    padding: 0 15px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    border-radius: 2px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #3f98eb;
    border-bottom: 1px solid #3f98eb;
    text-align: center;
    cursor: pointer;
}


.blue-btn:hover{
    border-top: 1px solid #3fb4eb;
    border-left: 1px solid #3fa6eb;
    border-right: 1px solid #3fa6eb;
    border-bottom: 1px solid #3f98eb;
    background: #3fb4eb;

}

.blue-btn:focus,
.blue-btn:active{
    border: 1px solid #3fb4eb;
    background: rgb(63,131,235); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(63,131,235,1) 0%, rgba(63,128,235,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,131,235,1)), color-stop(100%,rgba(63,128,235,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(63,131,235,1) 0%,rgba(63,128,235,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(63,131,235,1) 0%,rgba(63,128,235,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(63,131,235,1) 0%,rgba(63,128,235,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(63,131,235,1) 0%,rgba(63,128,235,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f83eb', endColorstr='#3f80eb',GradientType=0 ); /* IE6-9 */
    color: #B1D7F7;
}

.callback-btn,
.callback-btn:hover,
.callback-btn:active,
.callback-btn:focus{
    height: 26px;
    line-height: 24px;
    font-size: 14px;
}

.phone-left-col .phone-big{
    margin: 4px 0 5px 0;
}
.phone-right-col .phone-big{
    margin: 4px 0 5px 0;;
}

.basket-icon, .basket-icon:hover{
    text-decoration: none;
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    width: 65px;
    height: 76px;
    text-align: center;
    line-height: 85px;
    background: url(img/basket-icons.png) -65px 0 no-repeat;
    margin: 0 auto;
}
.basket-active,
.basket-active:hover{
    background-position: 0 0;
}

.basket-link,
.basket-link:hover,
.basket-link:focus,
.basket-link:active{
    color: #EEAF43;
    font-size: 16px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 16px;
    text-decoration: none;
}

.basket-wrapper,.basket-wrapper:hover{
    margin: 8px 40px 0 0;
    width: 150px;
    /*    text-decoration: none;
        display: block;*/
}
.basket-text-wrapper,
.basket-text-wrapper:hover{
    text-align: center;
    margin-top: -5px;
    display: block;
    text-decoration: none;
}
.basket-text{
    font-size: 16px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #000000;
}
.basket-rubl{
    font-family: 'als_rublregular';
    font-size: 16px;
    line-height: 16px;
}



/*MENU*/
.nav-menu{
    height: 40px;
    width: 100%;
    position: relative;
    padding: 0;
    -webkit-padding-start: 0;
    list-style: none;
}
.nav-menu-item{
    display: inline-block;
    float: left;
    background: #a9b853;
    background: url(img/menu-border.png) center left #a9b853 no-repeat;
}
.nav-menu-item:first-child{
    background:#a9b853;
    width: 165px; 
}
.center_column_container a{
text-decoration: underline;
}

.cartSum{

border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-spacing: 10px;
width: 99%;
display: table;
border-collapse: separate;

border-color: gray;
}


.nav-menu-item:nth-child(2){
    width: 218px; 
}
.nav-menu-item:nth-child(3){
    width: 232px; 
}
.nav-menu-item:nth-child(4){
    width: 167px; 
}

.nav-menu-item:hover{
    background: url(img/menu-border.png) center left #EEAF43 no-repeat;
}
.nav-menu-item.empty,
.nav-menu-item.empty:hover {
    background: url(img/menu-border.png) center left #a9b853 no-repeat; 
}
.nav-menu-item:hover .nav-menu-link{
    color: #4D4D4D;
}
.nav-menu-item:first-child:hover{
    background: #EEAF43;
}

.blue-menu-item{
    background: #3f94eb;
}
.blue-menu-item:hover{
    background: #3FB4EB;
}
.blue-menu-item:hover .nav-menu-link{
    color: #ffffff;
}


.nav-menu-link,
.nav-menu-link:hover{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    text-align: center;
}

.blue-menu-link, .blue-menu-link:hover{
    padding: 0;
    height: 40px;
    width: 218px;
}


.profile-dropdown{
    padding: 0;
    -webkit-padding-start: 0;
    list-style: none;
    position: absolute;
    z-index: 800;
    border: 1px solid #3FB4EB;
    border-top: 1px solid #ffffff;
    display: none;
    background: #ffffff;
    width: 216px;
}
.profile-dropdown li{
    display: block;
    height: 30px;
}
.profile-dropdown li:hover{
    background: #E5F7FF;
    cursor: pointer;
}

.profile-dropdown li:last-child{

}
.profile-submenu{
    display: block;
    padding: 0 0 0 35px;
}

.profile-link-text{
    line-height: 21px;
    text-transform: none;
    margin: 9px 0 0 0;
    font-size: 14px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: normal;
}

.profile-icon{
    background: url(img/profile-icons.png) 0 0 no-repeat;
    height: 14px;
    width: 12px;
    display: block;
    margin: 12px 6px 0 26px;
}
.login-icon{
    background-position: -12px 0;
}
.blue-menu-link:hover .profile-link-text{
    border-bottom: 1px dotted rgba(255,255,255,0.6);
}
.blue-menu-item:hover .profile-dropdown{
    display: block;
}

.profile-menu{
    background: url(img/profile-menu-icons.png) center left no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    margin: 8px 6px 0 0;
}
.wish-link{
    background-position: 0 0;
}
.orders-link{
    background-position: -13px 0;
}
.profile-link{
    background-position: -26px 0;
}
.profile-menu-text{
    text-decoration: underline;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0 0 0;
}
.profile-dropdown li:hover .profile-menu-text{
    text-decoration: none;
}
.profile-submenu-logout, .profile-submenu-logout:visited, .profile-submenu-logout:hover {
	text-decoration: underline;
    padding: 0 0 0 54px;
    color: #4D4D4D  !important;
    height: 30px;
    line-height: 30px;
}


/*MENU end*/

/*Search*/


.search-wrapper{
    width: 100%;
    height: 46px;
    background: #E5F7FF;
}

.search-wrapper2{
    width: 100%;
    height: 30px;
    background: #E5F7FF;
    border: 1px solid #c4edff;
}

.search-text{
    font-size: 14px;
    color: #8C8C8C;
    line-height: 14px;
    margin: 15px 20px 0 20px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.search-input{
    /*width: 300px;*/
    height: 26px;
    line-height: 22px;
    font-size: 14px;
    color: #000000;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 3px 10px;
    width: 100%;
}

.search-input-wrapper{
    position: relative;
    width: 297px;
    height: 29px;
    top: 1px;
    left: 1px;
}

.search-placeholder{
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    padding: 0 0 0 8px;
    background: #ffffff;
    z-index: 444;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.search-form-wrapper{
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    width: 460px;
    margin: 7px 0 0 0;
    height: 29px;
}
.search-form-wrapper-active{
    border: 1px solid #799C63;
}

.placeholder-link,
.placeholder-link:hover{
    color: #3FB4EB;
    text-decoration: none;
}
.active-section{
    color: #8C8C8C;
    font-size: 14px;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    width: 160px;
}
.select-wrapper{
    position: relative;
    background: #ffffff;
    border-left: 1px solid #ccc;
    top: 1px;
    right: 1px;
}
.section-arrow{
    background: url(img/blue-arrow.png) center center no-repeat;
    width: 26px;
    height: 26px;
    display: block;
}
.range-price-wrapper{
    background: #ffffff;
    width: 215px;
    height: 26px;
    border: 1px solid #CCCCCC;
    margin: 8px 0 0 0;
    border-radius: 4px;
    position: relative;
}
.slider-wrapper{
    position: absolute;
    bottom: -18px;
    height: 18px;
    width: 100%;
    width: 213px;
    left: 0px;
}
.range-span{
    line-height: 30px;
}
.range-rouble{
    font-size: 18px;
    margin: 0 3px;
    /*line-height: 26px;*/
    font-family: 'als_rublregular';
}
.range-span-small{
    font-size: 12px;
    color: #BEBEBE;
    /*line-height: 30px;*/
    margin: 0 5px;    
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

.range-big{
    font-size: 14px;
    color: #323232;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    /*line-height: 30px;*/
}

.range-input{
    font-size: 14px;
    color: #323232;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 27px;
    height: 23px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    width: auto;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: auto;
    max-width: 50px;
    cursor: pointer;
}

.btn-search,
.btn-search:hover,
.btn-search:active,
.btn-search:focus{
    width: 40px;
    height: 26px;
    margin: 9px 20px 0 20px;
    padding: 0;
    position: relative;
}


.search-icon{
    background: url(img/search-icon.png)  0 0 no-repeat;
    height: 14px;
    width: 12px;
    display: block;
    position: relative;
    z-index: 666;
    left: 13px;
    top: 1px;
}

.btn-search:active .search-icon,
.btn-search:focus .search-icon{
    background: url(img/search-icon-blue.png)  0 0 no-repeat;
}

.range-block{
    width: 370px;
}
.fansy-callback{
    width: 320px;
    height: 260px;
    border:2px solid #799C63;
}
.modal{
    display: none;
}
.modal-title{
    font-weight: bold;
    font-size: 20px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 20px;
    height: 30px;
    border-bottom: 1px solid #CCCCCC;
}
.callback-title{
    background: url(img/phone.png) 0 0 no-repeat;
    padding: 0 0 0 28px;
}
.message-title{
    background: url(img/success-icon.png) 0 0 no-repeat;
    padding: 0 0 0 28px;
}

.form-row{
    margin: 13px 0 0 0;
    overflow: hidden;
}
.form-label{
    color: #4D4D4D;
    font-size: 14px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 27px;
    overflow: hidden;
}
.callback-error, .text-error{
    color: #FF0000;
    font-size: 14px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 14px;
}

.form-input, 
.form-input:active,
.form-input:focus,
.form-input:hover{
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    outline: none;
    line-height: 16px;
    color: #1A1A1A;
    font-size: 16px;
    padding: 4px 6px;
}
.form-input:active,
.form-input:focus{
    border: 1px solid #799C63;
}




.input-error,
.input-error:hover,
.input-error:focus,
.input-error:active{
    border: 1px solid #FF0000;
}
.form-btn,
.form-btn:hover,
.form-btn:active,
.form-btn:focus{
    height: 46px;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    width: 100%;
    margin: 18px 0 0 0;
}

.form-btn:disabled{
    /*background: red;*/
    border: 1px solid #8c8c8c;
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(205,205,205,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(205,205,205,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(205,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(205,205,205,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(205,205,205,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(205,205,205,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
    color: #F2F2F2;
}


.login-btn,
.login-btn:hover,
.login-btn:active,
.login-btn:focus{
    width: 134px;
    margin-top: 9px;
}

.choose-login{
    border-bottom: 1px dotted #4D4D4D;
    line-height: 20px;
    margin-bottom: 11px;
    margin-top: 2px;
    cursor: pointer;
}
.span-margin{
    line-height: 20px;
    margin: 0 5px;

}
.login-active{
    background: #8C8C8C;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 5px;
}
.phone-code,
.phone-code:hover,
.phone-code:focus,
.phone-code:active{
    width: 60px;
    margin: 0 10px 0 0;
}
.phone-numbers,
.phone-numbers:hover,
.phone-numbers:focus,
.phone-numbers:active{
    width: 180px;
}
.hidden{
    visibility: hidden;
    display: none;
}
.phone-plus{
    font-size: 16px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 30px;
    margin: 0 10px 0 0;
}
.password-wrapper{
    position: relative;
}
.show-pass{
    background: url(img/eye.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
}

.forgot-link, 
.forgot-link:hover,
.forgot-link:focus,
.forgot-link:active{
    color: #8C8C8C;
    text-decoration: none;
    border-bottom: 1px dotted #8C8C8C;
    margin: 20px 0 0 13px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
.login-error-wrapper{
    height: 20px;
}


.callback-modal-content{
    padding: 17px 20px;
    width: 320px;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #fff;
}
.callback-dialog{
    width: 320px;
    margin: 100px auto;
}
.custom-close{
    background: url(img/close.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
    border:none;
    outline: none;
    position: absolute;
    right: 17px;
    top: 17px;
}
.ui-slider-handle{
    cursor: pointer;
}

.message-text{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 18px;
    text-align: center;
    margin:20px 0 20px 0;
}
.message-text-big{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 19px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.slide-box .dot-block {
  margin: 15px auto 5px auto;
  line-height: 0.0001%;
  font-size: 0.0001%;
  text-align: center;
  width: auto;
}
.slide-box .dot-block .jFlowControl {
  float: none !important;
  display: inline;
  padding: 5px;
}