/* Import bootstrap-select system CSS */
@import url(bootstrap-select.css);
@import url(modules.css);
@import url(misc.css);

.cart-compare{
	display: none !important;
}
.cart-favorite{
	display: none !important;
}

@font-face {
    font-family: 'rubl';
    src: url('/fonts/Shrift_ALS_Rubl_s_simvolom_rublya.otf');
    font-weight: normal;
    font-style: normal;

}
/*----------------fonts-----------------*/
@font-face {
	 font-family:"Panton";
	 src:url("../fonts/Panton.eot");
	 src:url("../fonts/Panton.eot?#iefix") format("embedded-opentype"),
	 url("../fonts/Panton.woff") format("woff"),
	 url("../fonts/Panton.ttf") format("truetype");
	 font-weight:normal;
	 font-style:normal;
}
@font-face {
	 font-family:"Panton";
	 src:url("../fonts/PantonBold.eot");
	 src:url("../fonts/PantonBold.eot?#iefix") format("embedded-opentype"),
	 url("../fonts/PantonBold.woff") format("woff"),
	 url("../fonts/PantonBold.ttf") format("truetype");
	 font-weight:bold;
	 font-style:normal;
}
/*----------------fonts-----------------*/
.rubl { 
    font-family: 'rubl';
}
:focus {
    outline: medium none !important;
}

/* ===== Layout start ===== */
body {
    font: 12px/15px Arial, sans-serif;
    /* width: 100%; */
    min-height: 100%;
    color: #545454;
    font-family: Arial, sans-serif;
    min-width: 1100px;
background-color:transparent;
/*background: rgb(203,227,248); 
background: -moz-linear-gradient(top, rgba(203,227,248,1) 0%, rgba(245,248,253,1) 100%); 
background: -webkit-linear-gradient(top, rgba(203,227,248,1) 0%,rgba(245,248,253,1) 100%); 
background: linear-gradient(to bottom, rgba(203,227,248,1) 0%,rgba(245,248,253,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbe3f8', endColorstr='#f5f8fd',GradientType=0 ); */
}
html{
height:auto;
min-height:100%;
}
a {
	cursor:pointer;
}
.wrapper,
.wrapp {
    width: 1100px;
    margin: 0 auto;
}
.wrapper {
    background-color: #fff;
    box-shadow: 0 0 43px -20px #040404;
    -webkit-box-shadow: 0 0 43px -20px #040404;
    -moz-box-shadow: 0 0 43px -20px #040404;
    height: auto !important;
    margin: 0 auto;
    min-height: 100%;
    width: 1100px;
position:relative;
}

.wrapper:after{

content:"";
position:fixed;
top:0;
left:-12%;
width:960px;
bottom:0;
z-index:5;
background: url("/images/bg1.png") 0 0 no-repeat;
background-size: cover;
display:none;
}

.wrapper:before{

content:"";
position:fixed;
top:0;
right:-30%;
width:960px;
bottom:0;
z-index:5;
background: url("/images/bg1.png") 0 0 no-repeat;
background-size: cover;
display:none;
}
@media screen and (max-width: 2048px) {
.wrapper:before{right:-18%;}
}
@media screen and (max-width: 1920px) {
.wrapper:before{right:-18%;}
}
@media screen and (max-width: 1600px) {
.wrapper:before{right:-30%;}
}
@media screen and (max-width: 1366px) {
.wrapper:after{left:-22%;}
.wrapper:before{right:-38%;}
}

.year_left{
display:none;
position:absolute;
top:120px;
left:25px;
z-index:3;
width:152px;
height:192px;
background: url("/images/year_img.png") 0 0 no-repeat;
z-index:2;
}
.year_right{
display:none;
position:absolute;
top:120px;
right:25px;
z-index:3;
width:152px;
height:192px;
background: url("/images/year_img.png") 0 0 no-repeat;
z-index:2;
}
.fon_wrapper{
display:none;
position:absolute;
top:0;
left:0;
right:0;
background: url("/images/garland_bg.png") 0 0 repeat-x;
height:262px;
z-index:3;
}
/*.snowflakes{
display:none;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
z-index:1;
background: url("/images/snowflakes.png") 0 0 repeat;
}*/

/* Header
-----------------------------------------------------------------------------*/
.header {
    /*margin-bottom: 20px;*/
    background-color: #fff;
    padding: 0 0 20px;
    position: relative;
    z-index: 12;
/*height: 330px;*/
}
.header + .middle{
z-index:10;
background-color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    /*padding: 0 50px 100px;*/
padding: 0 50px 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
    /*overflow: hidden;*/
}
.content {
    padding: 0 0 50px 0;
}
.content.whisleftsidebar {
    padding: 0 0 50px 240px;
}
.content.whisrightsidebar {
   /*padding: 0 262px 50px 0;*/
	padding: 0 0px 50px 0;
}
.content.whisleftsidebar.whisrightsidebar {
    padding: 0 262px 50px 240px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
    float: left;
    width: 220px;
    margin-left: -100%;
    position: relative;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
    box-sizing: border-box;
    float: left;
    margin-left: -242px;
    padding-left: 19px;
    position: relative;
    width: 242px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    /*width: 1100px;*/
    /*margin: -100px auto 0;*/
margin: 0 auto 0;
    height: 100px;
    position: relative;
}

.row {
    width: 1100px;
}
/* ===== Layout end ===== */

/* ===== Themes start ===== */
/*@font-face {
    font-family: 'roboto';
    src: url('/font/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
        url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.roboto {
    font-family: 'roboto';
}*/
html {
    background: url("/images/bg-newyear-min.jpg") repeat scroll 50% 0 transparent;

}
body {
 /*background: url("/images/bg1.png") no-repeat scroll top center transparent;
background: url("/images/bg-newyear.jpg") 50% 0 no-repeat;
background-attachment: fixed;

background: url("/images/bg-blue.jpg") repeat-x  top center transparent;*/
}
a {
    color: #676773;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #676773;
}

h1 {
    color: #404049;
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    margin: -10px 0 10px;
    text-transform: uppercase;
}

/*<!-- Верхняя линия header start -->*/
.header .row2,
.header .row3,
.header .row1 {
    padding: 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.header .row1 {
    padding: 0 36px;
    background-color: #2b2c35;
    line-height: 45px;
}
.header .row2 {
    /*background: url("/images/snowflakes_header.png") repeat  0 0;*/
    padding-top: 17px;
}
.header .section-left {
    display: inline-block;
    float: left;
    width: 78%;
}
.header .section-right {
    display: inline-block;
    width: 22%;
}
/*<!-- Верхняя линия header end -->]*/
.footer-bg {
position:relative;
z-index:6;
    /*background: url("/images/bg_footer.png") repeat-x scroll center center rgba(0, 0, 0, 0);*/
    height: 500px;
}
.footer_content:after{
display:none;
content:"";
position:absolute;
bottom:0;
left:-558px;
z-index:2;
width:558px;
height:282px;
background: url("/images/fon_bg_left.png") 0 0 no-repeat;
}
.footer_content:before{
display:none;
content:"";
position:absolute;
bottom:0;
right:-590px;
z-index:2;
width:590px;
height:282px;
background: url("/images/fot_bg_right.png") 0 0 no-repeat;
}
.footer {
    height: 500px;
    /*padding: 10px 50px 0 50px;*/
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    color: #c1c1c1;
overflow:hidden;
}
.footer_content{
background: url("/images/bg_footer.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
position:relative;
/*width:1100px;*/
margin:0 auto;
/*padding: 10px 50px 0 50px;*/
padding: 10px 0 0 0;
height: 500px;
box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.footer_content > .row-fluid{
position:relative;
width:1000px;
margin:0 auto;
padding:0 50px;
}
.footer_detail{
font-size: 11px;
    line-height: 13px;
    padding: 69px 0 0;
}
.footer_detail p{
  margin: 0;
}
.footer .row1 {
    line-height: 54px;
}
.footer .row2 {
    padding-top: 20px;
}
.footer a {
    color: #c1c1c1;
    text-decoration: underline;
}
.footer a:hover{
    text-decoration: none;
}
.footer .span_search {
    margin-top: 5px;
}
.footer .span_search .search {
    position: relative;
    float: right;
}
.footer .span_search .search .inp-search {
    background: none repeat scroll 0 0 transparent;
    border-color: #cdcdcd;
    box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    -moz-box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    color: #aaaaaa;
    font-size: 13px;
    height: 31px;
    line-height: 25px;
    padding-left: 15px;
    width: 240px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    font-style: italic;
}
.footer  .span_search .search .btn-submit-search {
    background: none repeat scroll center top rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    height: 31px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 37px; 
}
.footer .phone {
    line-height: 18px;
}
.footer .phone .item {
    margin-bottom: 15px;
}
.footer .phone .item .title {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}
.footer .phone .item .title a{
    text-decoration: none;
}
.footer .copyright {
    bottom: 80px;
    position: absolute;
    right: 50px;
}
/* ===== menu-top1 menu ===== */
.sale{
display:block;
position:absolute;
top:0;
left:0;
z-index:10;
width:90px;
height:60px;
background: url("/images/sale.png") 0 0 no-repeat;
background-size:90px;
}
.menu-top1 ul {
    margin: 0 0 0 65px;
    padding: 0;
}
.menu-top1 ul li {
    display: inline-block;
    /*float: left;*/
}
.menu-top1 ul li a {
    color: #fff;
    display: block;
    line-height: 45px;
    text-decoration: underline;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.menu-top1 ul li a:hover {
    text-decoration: none;
}
/*.menu-top1 ul li:last-child:after,*/
.menu-top1 ul li a span {
    border-right: 2px solid #fff;
    display: block;
    line-height: 18px;
    padding: 0 13px;
}
.menu-top1 ul li:first-child a span {
    border-left: 2px solid #fff;
}
.menu-top1 ul li a:hover,
.menu-top1 ul li.active a
{
}

/* ===== infoline start ===== */
.infoline {
    line-height: 18px;
}
.infoline .item {
    color: #7d7d7d;
    font-size: 11px;
    height: 77px;
    padding: 10px 4px 10px 0;
}
.infoline .item:not(:last-child) {
    border-right: 1px solid #ccd1e4;
}
.infoline .phone, .infoline .phone a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.infoline .phone a:hover{
    color: #000000;
    text-decoration: none;
}
.infoline a {
    color: #0096d2;
    text-decoration: underline;
}
/* ===== infoline end ===== */

/* ===== searchline start ===== */
.searchline {
    height: 63px;
    padding-top: 22px;
}
.searchline .logo {
position:relative;
display:block
}
.fifteen{
position: absolute;
    right: 31px;
    top: 26px;
    width: 13%;
display:none;
}

.searchline .span_search {
}
.searchline .span_search .search {
    position: relative;
    float: left;
}
#title-search {overflow:hidden;}
#title-search form .search-input {
    border-color: #cdcdcd;
    box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    -moz-box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    color: #838383;
    font-size: 13px;
    height: 31px;
    line-height: 25px;
    margin: 0 !important;
    padding-left: 25px;
    width: 428px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
#title-search form .search-bt {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
text-indent: -9999px;
  display: inline-block;
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  background: #bec0c8 url("/images/bg_searchbtn.png") no-repeat 50% 50%;
}
.title-search-result {

}
.search-holder {float:left;position:relative;}
.search-holder form {margin: 0 !important;}
.searchline .span_search .search .inp-search {
    border-color: #cdcdcd;
    box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    -webkit-box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    -moz-box-shadow: 2px 2px 6px 0 rgba(3, 3, 3, 0.14) inset;
    color: #838383;
    font-size: 13px;
    height: 31px;
    line-height: 25px;
    padding-left: 25px;
    width: 428px;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
}
.searchline .span_search .search .btn-submit-search {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    height: 31px;
    position: absolute;
    right: 0;
    top: 0;
    width: 37px; 
}


/* ===== searchline end ===== */

/* ===== module_slider ===== */
.module_slider {
    height: 246px;
    width: 1000px;
}
.module_slider .slide-wrap {
    overflow: hidden;
    border: 1px solid #ececec;
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E5E5EC 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E5E5EC 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E5E5EC 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #E5E5EC));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E5E5EC 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5E5EC 100%);
    border: 1px solid #CDCDD4;

    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;

    height: 244px;
    width: 1000px;
}
.module_slider .slide-wrap .slide {
    height: 100%;
    /*position: relative;*/
}
.module_slider .slide-wrap .slide .row3 .slide_btn {
    color: #676773;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding-right: 8px;
    position: relative;
}
.module_slider .slider-nav {
    background: url("/images/bg_slider_arrow.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    bottom: -10px;
    height: 20px;
    margin-top: 20px;
    padding: 10px 0 0;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
}
.module_slider .slider-nav a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    height: 13px;
    margin-right: 3px;
    width: 13px;
}
.module_slider .slider-nav a.active {
    background: none repeat scroll 0 0 #7a838a;
}


/* ===== login-wrap ===== */
.login-wrap {
    top: 2px;
}
.login-wrap .login-links {

}
.login-wrap .login-links a {

}
.login-wrap .login-links a span {
    border-bottom: 1px dotted #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
}
.login-wrap .login-links a.login-enter {
    border-right: 1px solid #fff;
    margin-right: 5px;
}
.login-wrap .login-links a:hover {
    text-decoration: none;
}
.login-wrap .login-links a.login-enter span {
    margin-left: 12px;
}

.text-yellow {
    color: #eda801;
    font-size: 15px;
}
.text {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}

/* ===== item категории start ===== */
.catitem {
    height: 300px !important;
    margin: 0 38px 0 0 !important;
    width: 220px !important;
    line-height: 18px;
    position: relative;
}
.catitem .catitem-hover {
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.catitem .catitem-hover:hover {
    z-index: 999;
	  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.catitem .catitem-hover .title {
    font-weight: bold;
    text-decoration: underline;
	display: block;
    min-height: 40px;
}
.catitem .catitem-hover .title:hover {
text-decoration:none;
}
.catitem .catitem-hover .img {
    height: 156px;
    overflow: hidden;
    text-align: center;
}
.catitem .catitem-hover .oldcostpane {

}
.catitem .catitem-hover .oldcostpane .oldcost {
    color: #7e7e7e;
    font-size: 13px;
    height: auto;
    line-height: 18px;
    min-height: 18px;
    text-decoration: line-through;
    vertical-align: bottom;
}
.catitem .catitem-hover .costpane {

}
.catitem .catitem-hover .costpane .cost {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.catitem .catitem-hover .costpane .cost .btn-addtocart {

}
.catitem .catitem-hover .addonclick {
    background-color: #f5f7f9;
    display: block;
    height: 37px;
    margin: 15px -10px 0;
    text-align: center;
}
.catitem .catitem-hover .addonclick span {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    line-height: 15px;
    margin-top: 12px;
    vertical-align: middle;
}
.catitem .catitem-hover .addonclick span:hover {
	border-bottom:none;
}
.catitem .catitem-hover .hiddenparam {
    /*display: none;*/
    height: 0;
    overflow: hidden;
}
.catitem .catitem-hover:hover .hiddenparam {
    /*display: block;*/
    height: 203px;
    transition: height 0.2s ease 0.2s;
}
.special-price:after, .new-cart:after{
    content: "";
    background: url(/images/special-price-icon.png) 0 0 no-repeat;
    content: "";
    height: 80px;
    left: -10px;
    position: absolute;
    top: -8px;
    width: 80px;
    z-index: 9990;
    background-size: 80px;
}
.new-cart:after{
     background: url(/images/new-icon.png) 0 0 no-repeat;
     background-size: 70px;
     width: 70px;
     height: 70px;
     left: -3px;
     top: -3px;
}
.catitem.special-price .catitem-hover .title,
.catitem.new-cart .catitem-hover .title{
    margin: 0 0 0 40px;
}
.category_list .catitem .catitem-hover:hover .hiddenparam {
    height: 19px;
    transition: height 0.2s ease 0.2s;
	margin: 10px 0 15px 0 ;
}
.category_list .catitem .catitem-hover:hover .hiddenparam:last-child {
    height: 150px;
    transition: height 0.2s ease 0.2s;
}
.category_list.list .catitem .catitem-hover .hiddenparam {
    height: auto;
    transition: none;
}
.catitem .catitem-hover .cart-favorite a {
    color: #ffb400;
}
.catitem .catitem-hover .cart-compare a,
.catitem .catitem-hover .cart-favorite a {
    display: inline-block;
    line-height: 20px;
    margin: 0 0 7px 10px;
    vertical-align: top;
}
.catitem .catitem-hover .cart-compare a {
    color: #b6b6b6;
    border-bottom: 1px dotted #ccc;
}
.catitem .catitem-hover .hiddenparam div {
    overflow: hidden;
    white-space: nowrap;
}

/* ===== item категории end ===== */


.tab-content {
    overflow: visible;
}

/* ===== news_list start ===== */
.news_list {
    margin-bottom: 50px;
}
.titleline {
    border-bottom: 1px solid #ccc;
    height: 10px;
    margin-bottom: 30px;
}
.titleline h1, .titleline span {
    display: block;
    color: #484957;
    float: left;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    padding: 0 10px 0 0;
    background-color: #fff;
    font-size: 18px;
}
.titleline .newsarhiv {
    color: #27a5e6;
    float: right;
    text-decoration: underline;
    padding: 0 0 0 10px;
    background-color: #fff;
}
.news_list .item {
    border-bottom: 1px dotted #ccc;
    margin: 30px;
    padding: 0 0 20px 0;
    margin: 30px 0 0 0;
}
.news_list .date {
    color: #787878;
    font-family: tahoma;
}
.news_list h3, .news_list h2 {
    line-height: 18px;
    margin: 0 0 15px;
}
.news_list h3 a, .news_list h2 a{
    color: #27a5e6;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: underline;
}
.news_list h3 a:hover, .news_list h2 a:hover {
	text-decoration: none;
}
.news_list .text {
    color: #676767;
}
a.detalies {
    display: inline-block;
    color: #27a5e6;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: underline;
}
a.detalies:hover {
    text-decoration: none;
}

/* ===== news_list end ===== */

.news_item .title {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin: 15px 0;
}

/* ===== lk_item start ===== */
.lk_item {

}
.lk_item .titleline {
    margin: 0 0 30px;
}
.lk_item .row_name {
    color: #080808;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px;
}
.lk_item .row_sale {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 29px;
    margin: 0 0 15px;
}
.lk_item .row_sale .amountsale {
    color: #080808;
    font-size: 16px;
    font-weight: bold;
}
.table-lk {

}
.table-lk thead tr {
    background-color: #f5f7f9;
    border: 1px solid #dcdcdc;
}
.table-lk tr th.text-center,
.table-lk tr td.text-center {
    text-align: center;
}
.table-lk .text-bold {
    font-weight: bold;
}
.table-lk td {
    border-bottom: 1px solid #ddd;
    border-top: medium none;
    height: 60px;
    vertical-align: middle;
}
.text-grey {
    color: #979797;
}
/* ===== lk_item end ===== */


/* ===== table-itemlist start ===== */
.table-itemlist {

}
.table-itemlist thead tr {
    background-color: #f5f7f9;
    border: 1px solid #dcdcdc;
}
.table-itemlist tr th.text-center,
.table-itemlist tr td.text-center {
    /*text-align: center;*/
}
.table-itemlist .text-bold {
    font-weight: bold;
}
.table-itemlist tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.table-itemlist td {
    border-bottom: 1px solid #ddd;
    border-top: medium none;
    height: 60px;
    vertical-align: top;
}
.table-itemlist td .itemimage {
    position: relative;
    height: 115px;
}
.table-itemlist td .itemimage img {
    height: 115px;
    margin-left: 40px;
}
.table-itemlist td .itemimage .remove {
    background-color: #ababab;
    color: #fff;
    display: block;
    height: 16px;
    left: 10px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 16px;
}
.table-itemlist td .itemtitle {
    text-decoration: underline;
}
.table-itemlist td .row-sky {

}
.table-itemlist td .row-sky .title {

}
.table-itemlist td .itemtitle {

}
.cartshoosearea {
    text-align: center;
}
.cartshoosearea .cartshoosearrow_right,
.cartshoosearea .cartshoosearrow_left {
    display: inline-block;
    height: 12px;
    width: 6px;
}
.cartshoosearea .cartshoosearrow_left {
    background: url("/images/cartxhoosearrow.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.cartshoosearea .cartshoosearrow_right {
    background: url("/images/cartxhoosearrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.cartshoosearea .cartshooseinput {
    border-radius: 0;
    box-sizing: border-box;
    font-size: 14px;
    height: 25px;
    line-height: 20px;
    margin: 0 5px 6px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.cartaddsale {
    line-height: 30px;
}
.cartaddsale .title {

}
.cartaddsale input {
    width: 100%;
}
.cartaddsale .btn-addsale {

}
.totalarea {

}
.totalarea [class*="span"] {
    height: 20px;
    line-height: 20px;
    min-height: 15px;
}
.totalarea .title {
    color: #a6a6a6;
}
.totalarea .rubl {
    margin-left: 5px;
}
.totalarea .basecost {

}
.totalarea .basecost .cost {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.totalarea .sale {

}
.totalarea .sale .cost {
    font-size: 14px;
}
.totalarea .total {
    margin-top: 15px;
}
.totalarea .total .cost {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.noborder {
    border: none;
}
.deliveryarea {

}
.deliveryarea ul {
    margin: 0;
}
.deliveryarea ul li {

}
.deliveryarea ul li > label > span {
    display: block;
    line-height: 20px;
}
.deliveryarea ul li .title {
    color: #252525;
    font-size: 13px;
    font-weight: bold;
    line-height: 29px;
}
/* ===== cart_itemlist end ===== */

/* ===== table-compare start ===== */
.table-compare {

}
.table-compare-title {
    position: relative;
    top: 179px;
    margin: 0 -20px 0 0;
}
.table-compare-title .title {
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
.table-compare-item.table-striped {
    margin: 0 -30px;
}
.table-compare-item.table-striped > div.row-fluid {
    margin: 0 -19px;
}
.table-compare-item.table-striped > div.row-fluid:last-child {
    margin: 0 0 0 -19px;
}
.table-compare-item.table-striped > div.row-fluid > div {
    padding: 0 0 0 50px;
}
.table-striped > div:nth-child(2n) {
    background-color: #f5f7f9;
}
.ln30 {
    line-height: 30px;
}
/* ===== table-compare end ===== */

/* ===== category_list start ===== */
.category_list {
    margin: 0 -51px 0 0;
}
.category_list.list {
    margin: 0 0 0 0;
}
.category_list .catitem {
    float: left;
    margin-right: 50px !important;
    margin-bottom: 25px !important;
}
.category_list.list .catitem {
    height: 220px !important;
    margin-bottom: 25px !important;
    width: 100% !important;
}
.category_list.list .catitem .catitem-hover {
    min-height: 220px;
}
.category_list.list .catitem .catitem-hover .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
   /* position: absolute;*/
    z-index: 1;
display:block;
}
.category_list.list .catitem .catitem-hover .img {
    /*left: 22px;
    position: absolute;
    top: 30px;*/
float:left;
width: 180px;
}
.category_list.list .catitem .catitem-hover .hiddenparam {
    display: block;
width:45%;
}
.category_list.list .catitem .catitem-hover .oldcostpane,
.category_list.list .catitem .catitem-hover .costpane,
.category_list.list .catitem .catitem-hover .addonclick {
    margin: 0;
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 1;
}
.category_list.list .catitem .catitem-hover .addonclick {
    bottom: 10px;
}
.category_list.list .catitem .catitem-hover .costpane {
    bottom: 55px;
    right: 20px;
    width: 160px;
}
.category_list.list .catitem .catitem-hover .costpane .cost {
    width: 100%;
    color: #000;
    font-size: 27px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 15px !important;
}
.category_list.list .catitem .catitem-hover .costpane .cart-btn-cont {
    width: 100%;
    margin: 0;
}
.category_list.list .catitem .catitem-hover .oldcostpane {
    right: 20px;
    top: 55px;
    width: 160px;
}
.category_list.list .catitem .catitem-hover .oldcostpane .oldcost {
    width: 100%;
    font-size: 18px;
    line-height: 31px;
}
.category_list.list .catitem .catitem-hover .hiddenparam {
   /* position: absolute;
    right: 235px;
    top: 55px;*/
float:left;
margin: 0 0 0 15px;
}
.category_list.list .catitem .catitem-hover .actions {
    bottom: -5px;
    left: 14px;
    position: absolute;
    right: auto;
    top: auto;
}
.category_list.list .catitem .catitem-hover .actions > div {
    display: inline-block;
    width: 130px;
}
.category_list .catitem .catitem-hover .bg_rightlist {
    display: none;
}
.category_list.list .catitem .catitem-hover .bg_rightlist {
    background-color: #f5f7f9;
    border-left: 1px solid #d7d7d7;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
}
.category_list.list .catitem .catitem-hover .inshop {
    display: block;
    margin: 20px auto;
    width: 160px;
}
.category_list.list .catitem .catitem-hover .outshop {
    display: block;
    margin: 20px auto;
    width: 160px;
}
.category_list.list .catitem .catitem-hover .btn-addtocart span:first-child {
    display: inline-block;
}
.category_list.list .catitem .catitem-hover .btn-addtocart span:nth-child(2) {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
}
.category_list .catitem .catitem-hover .btn-addtocart span:first-child {
    display: inline-block;
}
.category_list .catitem .catitem-hover .btn-addtocart span:nth-child(2) {
    display: none;
}
.category_list .catitem .catitem-hover .btn-addtocart.waiting span {
    font-size: 8px;
    vertical-align: middle;
}
/* ===== category_list end ===== */

/* ===== table-item-detalies start ===== */
.table-item-detalies {

}
.table-item-detalies thead {

}
.table-item-detalies thead th {
    color: #a3a3a3;
    font-size: 12px;
    line-height: 18px;
}
.table-item-detalies td {

}
.table-item-detalies td .shoosesize .size {
    border: 1px solid #ccc;
    color: #adadad;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    width: 27px;
    margin-right: 10px;
}
.table-item-detalies td .itemtitle {
    font-size: 15px;
    text-decoration: underline;
}
.table-item-detalies td .row-sky .title {

}
.table-item-detalies td .color-bar .color {
    width: 30px;
}
.table-item-detalies td .costpane .cost {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 31px;
}
.table-item-detalies td .costpane .oldcost {
    color: #7e7e7e;
    font-size: 18px;
    line-height: 31px;
    text-decoration: line-through;
}
.table-item-detalies td .addonclick {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    line-height: 16px;
    margin-top: 12px;
    text-align: center;
}
/* ===== table-item-detalies end ===== */

.itemdetalies {
    margin-bottom: 25px;
    position: relative;
}
.itemdetalies .row-sky {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    line-height: 40px;
}

.itemdetalies .row-sky .span3 {
	width: 75px ;
}

.itemdetalies .row-sky .span2 {
	width: 150px ;
	margin: 0 0 0 0 ;
	text-align: center;
}

.itemdetalies .row-sky .span6 {
	margin: 0 0 0 0 ;
	width: 130px ;
}

.itemdetalies .row-sky .span6 .inshop{
	margin-left: 25px !important;
}

.itemdetalies .nav {
    position: absolute;
    width: 100%;
}
.itemdetalies .nav a {
    display: block;
    height: 16px;
    position: absolute;
    top: 45px;
    width: 8px;
    /*z-index: 99999;*/
}
.itemdetalies .nav .carousel_prev {
    left: 5px;
    background: url("/images/bg_slide_item_arrowimg.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.itemdetalies .nav .carousel_next {
    background: url("/images/bg_slide_item_arrowimg.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    right: 5px;
}
.itemdetalies .span_gallery {
    position: relative;
}
.itemdetalies .span_gallery .caroufredsel_wrapper {
    margin: 0 0 0 20px !important;
}
.itemdetalies .span_gallery .small_image {
    margin: 0 auto;
    width: 285px;
}
.itemdetalies .span_gallery .big_image {
    border: 1px solid #ccc;
    text-align: center;
}
.itemdetalies .span_gallery .small_image .image {
    background: url("/images/bg_smallimg_base.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    box-sizing: border-box;
    display: inline-block;
    height: 87px;
    margin: 10px 15px 0 0;
    padding: 7px 0 0;
    text-align: center;
    width: 80px;
}
.itemdetalies .span_gallery .small_image .image img {
	
height: 70px;
width: 76px;
margin: 0 auto;
display: block;
padding: 2px 0 0 1px;
}
.itemdetalies .span_gallery .small_image .image:hover {
    background: url("/images/bg_smallimg.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.itemdetalies .saleline {
    line-height: 30px;
    margin: 15px 0 0;
}
.itemdetalies .saleline .salelabel {
    background: url("/images/salelabel.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-table;
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    padding: 0 0 0 10px;
    width: 54px;
}
.itemdetalies .saleline .salecost {
    color: #000000;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
}
.itemdetalies .costline {
    border-bottom: 1px solid #ccc;
    margin: 5px 0;
    padding: 5px 0;
}
.itemdetalies .costline .cost {
    color: #000;
    font-size: 18pt;
    font-weight: bold;
    line-height: 18px;
}
.itemdetalies .costline .oldcost {
    color: #7e7e7e;
    font-size: 11pt;
    line-height: 18px;
    padding: 4px 0 0;
    text-decoration: line-through;
}

.itemdetalies .shoosesize {
    margin-bottom: 10px;
position: relative;
}
.itemdetalies .shoosesize .title {
    color: #8a8a8a;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px;
}
.table-bt {
position: absolute;
top: 0;
right: 20px;
}
.table-button {
position: absolute;
top: 30px;
right: 20px;
}
.itemdetalies .shoosesize .size {
    border: 1px solid #ccc;
    color: #adadad;
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    width: 27px;
    display: inline-table;
}
.itemdetalies .shoosesize .size.active {
    border-color: #0ea8e8;
    color: #0ea8e8;
}
.itemdetalies .shoosecolor {
    margin-bottom: 10px;
}
.itemdetalies .shoosecolor .title {
    color: #8a8a8a;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 5px;
}
.itemdetalies .shoosecolor .color {
    font-size: 15px;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    text-align: center;
    width: 27px;
    display: inline-table;
}

.itemdetalies .paybntline {
    margin: 0 0 20px;
}
.itemdetalies .paybntline .paybnt {

}
.itemdetalies .paybntline .paybnt .btn-addtocart span {
    display: inline-block;
    font-family: tahoma;
    font-size: 14pt;
    font-weight: normal;
    position: relative;
    top: 2px;
}
.itemdetalies .paybntline .paybnt .btn-addtocart i {
    margin-top: -2px;
}
.itemdetalies .paybntline .pay1click a {
    display: inline-block;
    line-height: 30px;
}
.itemdetalies .paybntline .pay1click a span {
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
}
.itemdetalies .paybntline .pay1click a span:hover {
	border-bottom:none;
}
.itemdetalies .actionbtnline {
    border-bottom: 1px solid #ccc;
    line-height: 20px;
    padding: 0 0 10px;
}
.itemdetalies .actionbtnline .cart-favorite {
    margin-right: 20px;
}
.itemdetalies .actionbtnline .cart-favorite i {
    margin-top: -3px;
}
.itemdetalies .actionbtnline .cart-compare {

}
.itemdetalies .actionbtnline .cart-compare i {
    margin-right: 2px;
    margin-top: -2px;
}
.itemdetalies .socialline .title {
    color: #9d9d9d;
    line-height: 18pt;
    margin: 5px 0;
}
.itemdetalies .socialline a {
    margin: 0 5px 0 0;
}


.select_filter_countitems,
.select_filter_cost,
.select_filter_brand {
display: none;
}

.cart-total {
    width: 250px;
}
.row-fluid fluid .span3 {
margin: 0 20px 0 0px
}
/* таблица */
/* tabs */
.tabs-area {
	padding: 5px;
	margin: 0;
	background: #000;
}
.tabset {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
.tabset li {
	list-style: none;
	margin: 0 5px 0 0;
	float: left;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}
.tabset li a {
	float:left;
	margin-right:3px;
	min-width:81px;
	padding:0 10px;
	height:34px;
	background:#272727;
	text-align:center;
	text-transform:uppercase;
	line-height:34px;
	color:#8f8f8f;
	font-size:14px;
	text-decoration: none;
}
.tabset li a.active {
	cursor:pointer;
	background:#0EA8E8;
	color:#FFF;
}
/* end tabs */
.txtBlockFull{
	width:759px;
	float:left;
	height:auto;
	margin-top:50px;
	line-height:20px;
	padding:10px;
	background:#171717;
}
.txtBlockFullTop{
	width:759px;
	float:left;
	height:auto;
	margin-top:50px;
	line-height:20px;
	padding:10px;
	background:transparent;
}
.blockFull .txtBlockFullTop{
	margin-top:0px;
}
.txtBlock .left, .txtBlockFull .left{
	float:left;
	padding:10px;
	width:210px;
}
.darkTxt{
	color:#333;
}
.shopContent{
	float:left;
	width:850px;
	margin-top:-60px;
}
.size_tabs{
	width:100%;
	height:34px;
}
.size_header{
	margin-top:3px;
	width:100%;
	height:72px;
	background:#6a6a6a;
}
#chart_title{
	font-size:18px;
	text-transform:uppercase;
	color:#FFF;
	line-height:72px;
}
#chart_title h1{
	font-size:24px;
	margin:0 10px 0 28px;
	padding:0;
	float:left;
}
.size_chart_container{
	padding:50px 3% 30px;
	width:94%;
	background:#FFF;
}
.size_chart_container td{
	color:#000;
}
.size_chart_container img{
	width:100%;
	float:left;
}
.sub_nav, .sub_sub_nav{
	float:left;
	clear:both;
	background:#343232;
	width:94%;
	padding:10px 3%;
	text-transform:capitalize;
}
.sub_sub_nav{
	margin-top:-12px;
	display:none;
}
.vert_sm{
	float:left;
	width:1px;
	height:12px;
	margin:4px 5px 0;
	background:#b1b1b1;
}
.sub_nav span, .sub_sub_nav span{
	float:left;
	color:#b1b1b1;
}
.sub_nav span:hover, .sub_sub_nav span:hover, .sub_active{
	cursor:pointer;
	color:#eb0404 !important;
}
.chart_header{
	padding-top:10px;
	font-size:18px;
	text-transform:uppercase;
}
.category_list .catitem .row-fluid .span4{
	font-size: 9px;
}
.category_list .catitem .row-fluid .span8{  
	font-size: 11px;
}
.catitem .catitem-hover .hiddenparam div .span4{
	font-size: 9px;
}
.catitem .catitem-hover .hiddenparam div .span8{
	font-size: 11px;
}
table {
border-collapse: collapse;
border-spacing: 0px;
}
table {
display: table;
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}
.productChars {
margin: 40px 0;
}
#product-features {
width: 100%;
font: bold 12px Arial;
color: #666666;
border-collapse: collapse;
}
#product-features tr {
border-bottom: 1px solid #e0e0e0;
}
#product-features tr td {
float: left;
position: relative;
overflow: hidden !important;
height: 17px;
display: block;
line-height: 19px;
margin: 4px 0px 4px 25px;
}
#product-features tr td.value, #product-features tr td:nth-of-type(2) {
font: normal 12px Arial !important;
margin: 6px 0px 2px 25px;
}
.name, .value {
width: 45% !important;
}
* {
margin: 0px;
padding: 0px;
}
.small_icon span {
display:block;
font: bold 13px/39px Arial, sans-serif;
text-align:center;
color:#FFF;
}
.small_icon{
	display:block;
	float:right;
	width:39px;
	height: 39px;
  background: url("/images/sale-ico.png") no-repeat;
}
.small_icon img{
	position:relative;
	width:30px;
	height: 30px;
	margin: 0px 0 5px 5px;
	z-index:1;
}
.all-brands {
	width: 948px;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
		margin: 0 0 30px 0;
}
.brands-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.brands-menu li {
	width: 150px;
	height: 140px;
	float: left;
	margin: 4px;
	background: #fff;
}
.brands-menu li a {
	display: block;
	background: #fff;
}
.brands-menu li a img {
	display: block;
	max-height: 140px;
	max-width: 150px;
	margin: 0 auto;
}



.row-fluid_top {
width: 100%;
}
.row-fluid_top:before, .row-fluid_filter:after {
display: table;
line-height: 0;
content: "";
}
.row-fluid_top:after {
clear: both;
}
.row-fluid_top .span3{
	width:18.251063829787233%;
}



.start_news{
  width: 750px; 
}
.start_news .a{
 color: #27a5e6; 
 font-weight: bold;
 margin-top: -27px;  
 text-decoration: underline;
 float: right;
}
.start_news .a:hover {
 text-decoration: none;
}
.start_news .news_list .item{
	/*margin-top: 15px;*/
	padding-bottom: 19px;
}
.right-sidebar {
box-sizing: border-box;
float: left;
margin-left: -242px;
padding-left: 19px;
position: relative;
width: 242px;
margin-top: 432px;
/*top: 442px;*/
top:0;
}

.start_news .catitem .catitem-hover {
    border: 1px solid #ccc;
    padding: 5px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    position: absolute;
    width: 100%;
    background-color: #fff;
}
.start_news .catitem .catitem-hover .title {
font-weight: bold;
text-decoration: underline;
display: block;
min-height: 55px;
}
.trand-tab {font-weight:bold;}
.hiddenparam .row-fluid .span8 {
  width: 50%;
}
.hiidenparam .row-fluid .span4 {
  width: 50%;
}
.avail-bt {
  background: #F5F7F9  url("/images/icon-inshop.png") no-repeat 6% 50% !important;
  padding-left: 25px !important;
}
.avail-bt:Hover,
li.active .avail-bt {
  background: #fff url("/images/icon-inshop.png") no-repeat 6% 50% !important;
}


.news_item .text a {
  display: inline-block;
  color: #27a5e6 !important;
  font-weight: bold;
  text-decoration: underline;
}
.news_item .text a:hover {
	text-decoration: none;
}
#vk_groups {margin:25px 0 0 0;}
.basket-back {
  float: left;
  width: 18% !important;
  margin: 0 0 0 20px;
  color: #979797;
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  height: 30px;
  text-transform: uppercase;
  border-color: transparent;
background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
.total {
  float:right;
  width: 80%;
}
.total div {margin:0 !important;}
/**/
.price-list {
	padding-left: 80px;
}
.price-list-title {
	font-size:36px;
	display:block;
	margin-left: -80px;
	margin-bottom:36px;
}
.price-list-title:hover {
	cursor:pointer;
}	
.price-untitle {
	font-size: 14px;
	padding-bottom:14px;
}
.price-text{
	font-size: 12px;
}
.price-list-head {
 overflow:hidden;
}
.price-list-table {
	border:2px solid #000000;
	border-collapse:collapse;
	font:12px Arial, Helvetica, sans-serif;
	text-align:left;	
}
.price-list-tablehead {
	text-align:center;
	border-bottom:2px solid black;
	font-weight:bold;
}
.price-list-table tr td table td {
	border: none;
}
.price-list-table tr td table :last-child {
	padding-left:50px;
}
.price-list-table table tr {	
	border-bottom: 1px solid #000000;

}
.price-list-table td {
	border: 1px solid #000000;
}
td {
	padding-left:7px;
	padding-right:3px;
}
.level1 {
	padding-left:10px;
}
.level2 {
	padding-left:20px;
}
.level3 {
	padding-left:30px;
}
.level4 {
	padding-left:40px;
}
.bold {
	font-weight:bold;
	font-style:italic;
	background:#c3c3c3;
}
.sumsave {
margin: 0 !important;
}
.price-list-hidden {
display:none;
}
.fin-result {
float:right;
margin: 20px 120px 20px 0;
font-size: 24px;
}
/*-------------error-page-------------*/
.error-page{
	font-family:"Panton";
}
.error-content:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	background-image: url("/images/error-img.png");
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
	bottom:0;
}
.error-content{
	padding:620px 0 10px;
	position:relative;
	z-index:1;
}
.error-detail-block{
	position:relative;
	z-index:5;
}
.error-title{
	color:#515050;
	font-size:70px;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px;
}
.error-title-small{
	color:#515050;
	font-size:60px;
	line-height:1;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 10px;
}
.error-title-smaller{
	color:#515050;
	font-size:30px;
	line-height:1;
	text-align:center;
	font-weight:bold;
	margin:0 0 20px;
}
.error-detail-info{
	padding:10px 0 30px 0;
}
.title-white{
	color:#fff !important;
}
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.error-detail-text-block{
	width:900px;
	margin:0 auto;
	text-align:left;
	color:#7f7f7f;
	font-size:18px;
	line-height:22px;
	font-family: Arial, sans-serif;
}
.error-cell:first-child{
	margin:0;
}
.error-cell{
	width:380px;
	float:left;
	margin:0 0 0 100px;
}
.error-tab-info{
	width:100%;
	border-spacing: 0;
}
.error-tab-info tr td{
	width:50%;
	padding:0 0 15px;
	vertical-align:top;
	text-align:right;
}
.error-tab-info tr td:first-child{
	padding:0 10px 15px 0;
}
.error-pagev2 .error-content{
	padding:0;
}
.error-pagev2 .error-content::after{
	display:none;
}
.error-pagev2 .error-title-small{
	font-size:45px;
	color:#2a2a2a;
}
.error-pagev2 .error-title-smaller{
	font-size:26px;
	margin:0 0 50px;	
}
.error-pagev2 .error-detail-info{
	padding:40px 0;
}
.error-pagev2{
	min-height:970px;
	background-image: url("/images/error-img2.png");
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
}
/*-------------/error-page-------------*/
/*-----------------modal-------------------*/
.hidden{
	display:none;
}
.modal-action.box-modal{
	font-family:"Panton";
	position:relative;
	width:460px;
	border-radius:5px;
	box-shadow:none;
	color:#fefefe;
	background-color:#000;
}
.modal-action .modal-content{
	box-sizing:border-box;
	font-family:"Panton";
	padding:25px 0 25px 25px;
	min-height:390px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size:cover;
	background-image: url("/images/modal-action-bg.png");
	position:relative;
}
.modal-action .box-modal_close{
	width:28px;
	height:28px;
	top:0;
	right:-38px;
	z-index:10;
	background-color:#000;
	background-image:url("/images/modal-action-close.png");
	background-repeat:no-repeat;
	background-position:50% 50%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	overflow:hidden;
}
.modal-action .modal-content h3{
	color: #fffefe;
    font-size: 50px;
    line-height: 52px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
}
.modal-action .sale-content{
	margin:0 0 40px;
}
.modal-action .sale-content img{
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top;
}
.modal-action .sale-text{
	display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    text-transform: uppercase;
    vertical-align: top;
	width:162px;
	margin:0 6px 0 0;
}
.modal-action .sale-text span{
	display:block;
}
.modal-action .sale-text-name{
	font-size:20px;
	line-height:24px;
	letter-spacing: 1px;
}
.modal-action .sale-text-info{
	font-size:24px;
	line-height:28px;
	letter-spacing: 1px;
}
.modal-action .sale-col{
	display: inline-block;
    font-size: 86px;
	line-height:78px;
    font-weight: bold;
    vertical-align: top;
	color:#ffde00;
}
.modal-action .sale-col .percent{
	font-size:45px;
	line-height:47px;
}
.modal-action .sale-detail-info{
	margin:0 25px 0 106px;
	font-size:17px;
	line-height:19px;
}
.modal-action .modal-form{
	margin:0 30px 0 205px;
}
.modal-action .modal-form input[type="text"]{
	padding:0 10px;
	font-size:16px;
	color:#828282;
	display:block;
	margin:0 0 20px;
	width:100%;
	box-sizing:border-box;
	height:35px;
}
.modal-action .modal-form input[type="submit"]{
	font-family:"Panton";
	height:35px;
	background-color:#f9d630;
	text-align:center;
	font-size:18px;
	border:none;
	color:#000;
	border-radius: 4px;
	display:block;
	width:100%;
	line-height:1;
	font-weight:bold;
}
.modal-action .modal-form form{
	margin:0 0 15px;
}
.modal-action .sale-detail-info a{
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:16px;
	color:#828282;
	text-decoration:underline;
}
.modal-action .sale-detail-info a:hover{
	text-decoration:none;
}
.modal-action .sale-detail-info p{
	margin:0 0 6px;
}
.modal-action .helmet-icon{
	position:absolute;
	top:180px;
	left:30px;
	z-index:20;
	display:block;
}
/*-----------------/modal-------------------*/

/*-----------------vote-form-------------------*/
.vote-list-box{
    color: #545454;
    font-size: 14px;
    line-height: 16px;
    max-width: 260px;
}
.vote-cell{
    
}
.vote-cell input[type="radio"]{
    display: none;
}
.vote-cell label{
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 25px;
    position: relative;
    font-style: italic;
}
.vote-cell input[type="radio"]:checked + label:after{
    background-color: #ffd327;
}
.vote-cell label:after{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 3;
    border:2px solid #545454;
    background-color: #fff;
}
.vote-btn-box{
    padding: 10px 0 0 0;
}
.vote-btn-box input[type="submit"]{
    background: #0ea8e8 none repeat scroll 0 0;
    border-color: transparent;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(12, 58, 95, 0.75);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    padding: 2px 5px;
    text-transform: uppercase;
    width: 100%;
}
.vote-list-box h3{
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px;
}
.vote-list-box h4{
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    font-style: italic;
}
.right-sidebar .vote-list-box h4{
    font-size: 15px;
}
.right-sidebar .vote-list-box{
    margin: 4px 0 0 0;
}
.content.whisrightsidebar .text-main-box{
    width: 750px;
}
/*-----------------/vote-form-------------------*/
/*-----------------promos-box------------------*/
.slideshow_container{
  margin: 0 0 20px;
}
.slideshow_container .slide-cell{
  height: 400px;
  overflow: hidden;
}
.slideshow_container .slide-cell img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.promo-inner .slideshow_container .slide-cell{
    height: 300px;
}
.promo-list-inner{
  overflow: hidden;
  margin: 0 -10px;
}
.promo-list-cell{
  float: left;
  width: 33.3%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.promo-list-cell.large-cell{
  width: 66.6%;
}
.promo-content{
  position: relative;
}
.promo-content a{
  display: block;
  position: relative;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  overflow: hidden;
}
.left-img .promo-content a{
  background-position: 0 0;
}
.promo-content a:hover .sub_hover{
  bottom: 0;
}
.promo-content .sub_hover{
  background-color: rgba(0, 0, 0, 0.4);
    bottom: -25px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    transition: all ease-in-out .3s;
}
.promo-content .sub_hover .sub_hover_title{
  color: #fff;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    margin: 0 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.promo-content .sub_hover .sub_btn{
  color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
}
.promo-content .sub_hover .sub_btn:after{
  content: ">";
  color: #fff;
  margin: 0 0 0 5px;
}
/*-----------------/promos-box------------------*/
/*-----------------error------------------*/
.b-error{
    padding: 15px 0 40px;
    overflow: hidden;
}
.b-error__col{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}
.b-error__velo-img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.b-error__img{
    display: block;
    margin: 15px auto 35px;
    max-width: 100%;
}
.b-error__txt{
    color: #545454;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    min-height: 90px;
}
.home-link{
    color: #15a5f0;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
}
.home-link:hover{
    color: #15a5f0;
    text-decoration: none;
}
/*-----------------/error------------------*/
@media screen and (max-width: 1598px) {
.year_left{
background: url("/images/year_img.png") no-repeat scroll 0 0 / 70% auto;
left:10px;
top:140px;
}
.year_right{
background: url("/images/year_img.png") no-repeat scroll 100% 0 / 70% auto;
right:10px;
top:140px;
}
}
@media screen and (max-width: 1360px) {
.year_left, .year_right{display:none;}
}

/*-----------------gift-menu------------------*/
.gift-menu{
    margin: 0;
    background: #ca1c01; /* Old browsers */
    background: -moz-linear-gradient(top, #ca1c01 0%, #b21701 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ca1c01 0%,#b21701 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ca1c01 0%,#b21701 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca1c01', endColorstr='#b21701',GradientType=0 ); /* IE6-9 */
}
.gift-menu .module_imagemenu li.icon-velo a{
    background: url("/images/v_plohyu_pogody.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-rama a{
    background: url("/images/dlya_velosipedistov.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-zapch a{
    background: url("/images/dlya_detey.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-devices a{
    background: url("/images/dlya_moto.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-ring a{
    background: url("/images/dlya_nego.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-dress a{
    background: url("/images/dlya_nee.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-question a{
    background: url("/images/priyatnie_melochi.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-shlem a{
    background: url("/images/100procentov_favorit.png") no-repeat 50% 2px;
}
.gift-menu .module_imagemenu li.icon-velo, .gift-menu .module_imagemenu li.icon-rama, .gift-menu .module_imagemenu li.icon-zapch, .gift-menu .module_imagemenu li.icon-devices, .gift-menu .module_imagemenu li.icon-ring, .gift-menu .module_imagemenu li.icon-dress, .gift-menu .module_imagemenu li.icon-question, .gift-menu  .module_imagemenu .icon-shlem{
    width: 120px;
}
.gift-menu .module_imagemenu > ul > li > a{
    padding: 55px 0 0 0;
    height: 90px;
}
.gift-menu .module_imagemenu ul{
    text-align: center;
}
.gift-menu .module_imagemenu > ul > li > a:hover{
    color: #fff;
    text-decoration: underline !important;
}
/*-----------------/gift-menu------------------*/
.snowflakes{

}
.snowflake {
  color: #fff;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 15px #000; }
  .snowflake svg {
    fill: #fff; }

@keyframes snowflakes-fall {
  0% {
    top: -10%; 
}
50% {
    top: 50%; 
}
  100% {
    top: 100%; } 
}

@keyframes snowflakes-shake {
  0%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0); 
}
  50% {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
        transform: translateX(80px);
}
100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
} 
}
.snowflake {
  position: fixed;
  top: -30%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 10s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 10s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running,running; }

.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s,0s; }
  .snowflake:nth-of-type(0) svg {
    width: 20px; }

.snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s,1s; }
  .snowflake:nth-of-type(1) svg {
    width: 25px; }

.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 6s,.5s; }
  .snowflake:nth-of-type(2) svg {
    width: 15px; }

.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4s,2s; }
  .snowflake:nth-of-type(3) svg {
    width: 30px; }

.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s,2s; }
  .snowflake:nth-of-type(4) svg {
    width: 20px; }

.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 8s,3s; }
  .snowflake:nth-of-type(5) svg {
    width: 25px; }

.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 6s,2s; }
  .snowflake:nth-of-type(6) svg {
    width: 15px; }

.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 2.5s,1s; }
  .snowflake:nth-of-type(7) svg {
    width: 16px; }

.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 1s,0s; }
  .snowflake:nth-of-type(8) svg {
    width: 25px; }

.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 3s,1.5s; }
  .snowflake:nth-of-type(9) svg {
    width: 18px; }

.snowflake:nth-of-type(10) {
  left: 25%;
  animation-delay: 2s,0s; }
  .snowflake:nth-of-type(10) svg {
    width: 30px; }

.snowflake:nth-of-type(11) {
  left: 65%;
  animation-delay: 4s,2.5s; }
.position-r{
position:relative;
}
.ofer-info{
position:absolute;
top:8px;
left:0;
z-index:5;
}
.video-box {
display: block; 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-box iframe, 
.video-box object, 
.video-box embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}
.image-video{
    position: relative;
}
.image-video:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #0ea6e8;
    margin: -12px 0 0 -10px;
}
.wrap-banner-mobile{
    display: none;
}
.banner-mobile-item{
    display: block;
    margin: 0 0 10px;
    border: 1px solid #CDCDD4;
}
.banner-mobile-item img{
    display: block;
    width: 100%;
}
.module-menu-mobile{
    display: none;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.card-menu-mb{
    width: 50%;
    padding: 0 5px 10px;
    box-sizing: border-box;
}
.card-menu-mb__link{
    display: block;
    padding: 10px 5px 15px;
    border: 3px solid #FFC600;
    border-radius: 3px;
}
.card-menu-mb__img-wrap{
    height: 70px;
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.card-menu-mb__img{
    display: block;
    background-image: url("/images/bg_imagemenu.png");
    background-repeat: no-repeat;
}
.card-menu-mb__img.img-velo{
    background-position: -289px -154px;
    width: 41px;
    height: 43px;
}
.card-menu-mb__img.img-ram{
    width: 44px;
    height: 44px;
    background-position: -193px -156px;
}
.card-menu-mb__img.img-zapch{
    background-position: -740px -159px;
    width: 65px;
    height: 39px;
}
.card-menu-mb__img.img-protection{
    background-position: -1005px -160px;
    width: 46px;
    height: 40px;
}
.card-menu-mb__img.img-devices{
    width: 62px;
    height: 39px;
    background-position: 0 -156px;
}
.card-menu-mb__img.img-ring{
    background-position: -370px -155px;
    width: 60px;
    height: 41px;
}
.card-menu-mb__img.img-dress{
    background-position: -653px -160px;
    width: 48px;
    height: 33px;
}
.card-menu-mb__img.img-moto{
    background-position: -466px -155px;
    width: 50px;
    height: 42px;
}
.card-menu-mb__img.img-clothes{
    background-position: -847px -147px;
    width: 28px;
    height: 50px;
}
.card-menu-mb__img.img-sale{
    background-position: -931px -158px;
    width: 39px;
    height: 39px;
}
.card-menu-mb__name{
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
}
.button-mobile-arrow{
    cursor: pointer;
    color: #fff;
    padding: 10px 25px 10px 15px;
    line-height: 1.2;
    display: none;
    text-align: left;
    position: relative;
}
.button-mobile-arrow:after{
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 5;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 1;
    margin: -8px 0 0 0;
    transition: all ease .5s;
}
.button-mobile-arrow.active:after{
    content: "\f107";
}
.button-mobile-arrow.active, .button-mobile-arrow:hover{
     background-color: #4e505f;
    color: #ffca1c;
}
.adress-btn-mobile{
    display: none;
    font-size: 30px;
    line-height: 1;
    color: #424350;
    cursor: pointer;
}
.contacts-mobile{
    display: none;
    position: absolute;
    top: 48px;
    right: 100px;
    z-index: 5;
    font-weight: bold;
    color: #7d7d7d;
    font-size: 12px;
    line-height: 1.2;
}
.phone-mobile-top{
    display: none;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 3;
}
.phone-mobile-top a, .phone-mobile-top a:hover{
    color: #fff;
    text-decoration: none;
}
.contacts-mobile__phone{
    display: none;
}
.contacts-mobile__phone a{
    display: block;
}
.contacts-mobile__phone a, .contacts-mobile__phone a:hover{
    color: #000;
    text-decoration: none;
}
.bx-filter .bx-filter-popup-result{
top:0;
}
#tableModal{
max-width:1280px;
}
#formBestPriceHeader .b-data {
    padding: 0 0 6px 25px;
}
.b-data input[type="checkbox"]:checked + .b-data__name:after {
    background-image: url('check-icon.png');
}
.page-call-block .b-data{
    padding: 2px 0 0 25px;
}

/* NEW FOOTER LAYOUT */
.footer .span6 .row-fluid{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .module_paymetods{
    /* bottom: unset; */
    left: unset;
    margin: 0;
    position: relative;
    margin-top: 112px;
}
.footer .span7{
    margin-left: 0 !important;
	width: 55% !important;
}
.footer .module_paymetods .item{
    margin-top: 5px;
}
.footer .module_paymetods .item>div{
	width: 100%;
    max-width: 230px;
	margin-top: 10px;
}
.footer .row-fluid.row2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .row-fluid.row2 > div.span3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;	
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.footer .row-fluid.row2 > div.span3.phone{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.footer .span3{
	width: 17% !important;
}
.footer .span3.phone{
	width: 20% !important;
}
.footer .row-fluid:before, 
.footer .row-fluid:after{
    display: none;
}
.footer .copyright{
    bottom: 0;
}
.footer_detail{
    padding: 37px 0 0;
}
.footer-bg,
.footer,
.footer_content{
    height: 483px;
}
.item.item-social-bot a:first-child{
    margin-left: 0;
}
input.error-field,
.error-checkbox:after,
.error-checkbox::after{
    border: 1px solid rgb(239, 127, 127);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(236, 109, 82, 0.6) 0px 0px 8px;
}
#reg .modal-body{
	max-height: 550px !important;
}
#pay1click .modal-body {
    max-height: 670px !important;
}