.container {
  width: 1156px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.container > div {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#header{
    background: url(../img/header-bg.png) no-repeat 0px bottom;
    height: 150px;
    position: relative;
}
#header a.logo{
    position: absolute;
    height: 170px;
    width: 150px;
    top:36px;
    left: 29px;
}
#header p{
    width: 172px;
    float: right;
    font: 300 20px 'Ubuntu';
    text-align: left;
    color: #102735;
    line-height: 28px;
    padding-left: 26px;
    margin-top: 14px;
}
#header span.small{
    font-size: 14px;
    color: #102735;
    float: left;
}
#header span.dark{
  color: #102735;
}
#header span.red{
    color: #102735;
    font-size: 14px;
    margin: 0 0 0 2px;
    float: left;
}
#header p a {
  font: 300 14px 'Ubuntu';
  text-align: left;
  color: #102735;
  margin-left: 5px;
}
#header p.tel {
  background: url(../img/header-tel.png) no-repeat top left;
}
#header p.skype{
  background: url(../img/header-skype.png) no-repeat top left;
  width: 154px;
}
#header .skype{
    padding: 0px 0 5px 32px;
}
#header p.dostavka{
  background: url(../img/header-dostavka.png) no-repeat top left;
  width: 160px;
  padding-left: 90px;
}
#header p.worktime{
  background: url(../img/header-worktime.png) no-repeat top left;
  width: 200px;
  padding-left: 70px;
}
#header .cart_small{
    background: url(../img/header-korzina.png) no-repeat left 10px ;
    width: 166px;
    margin:-10px 30px 0 12px;
    padding-left: 46px;

    line-height: 22px;
    float: right;
    font: 300 14px 'Ubuntu';
}
#header ul{
    float: right;
    margin: 29px 84px 0 0;
    height: 56px;
}
#header ul li{
    float: left;
    margin: 0 39px;
    line-height: 16px;
    padding-bottom: 28px;
}
#header ul li.active{
  background: url(../img/header-menu-active.png1) no-repeat center 22px;
}
#header ul li a {
  font: 300 16px 'Ubuntu';
  text-align: center;
  color: #102735;
}
#header ul li a:hover{
  color: #102735;
}
#header .search{
    width: 654px;
    height: 34px;
    float: left;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(border-radius.htc);
    margin: 0 0 0 239px;
    position: relative;
}
#header .search input[type=submit]{
    position: absolute;
    display: block;
    font: 300 14px 'Ubuntu';
    text-align: left;
    color: #102735;
    line-height: 14px;
    padding-left: 19px;
    cursor: pointer;
    background: url(../img/header-search.png) no-repeat left 4px;
    right: 15px;
    top: 6px;
}
#header .search input[type=text]{
    float: left;
    width: 100%;
    background: none;
    padding-left: 18px;
    font: 400 16px 'Ubuntu';
    text-align: left;
    color: #102735;
    height: 33px;
}
#header .search input::-webkit-input-placeholder {
  color: #102735;
}
#header .search input::-moz-placeholder {
  color: #102735;
}
#header .search input:-moz-placeholder {
  color: #102735;
}
#header .search input:-ms-input-placeholder {
  color: #102735;
}
#header .motto{
    width: 500px;
    float: left;
    font: 300 16px 'Ubuntu';
    text-align: left;
    color: #102735;
    line-height: 1px;
    padding-left: 10px;
    margin-top: 0px;
}
#banners {
  height: 452px;
  background: #102735;
  margin-bottom: 16px;
}
#banners .static{
  width: 295px;
  height: 226px;
  float: right;
  font: 300 20px 'Ubuntu';
  text-align: left;
  color: #102735;
}
#banners .static:hover{
  text-decoration: none;
  opacity: 0.9;
}
#banners .static#static-1{
  background: url(../img/banners/static-1.jpg) no-repeat top center;
}
#banners .static#static-1 p{
  padding-left: 12px;
  padding-top: 144px;
}
#banners .static#static-2{
  background: url(../img/banners/static-2.jpg) no-repeat top center;
}
#banners .static#static-2 p{
  padding-left: 12px;
  padding-top: 22px;
}
#banners .slider-main{
  float: left;
  width: 861px;
  height: 452px;
  overflow: hidden;
  position: relative;
}
#banners .slider-main .slides{
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#banners .slider-main .slides .slide {
  height: 452px;
  width: 861px;
  overflow: hidden;
  float: left;
  clear: none;
  position: relative;
}
#banners .slider-main .slider-arrows {
  width: 814px;
  height: 0;
  position: absolute;
  top: 205px;
  left: 27px;
}
#banners .slider-main .slider-arrows .slider-arrow {
  border-radius: 50%;
}
#banners .slider-main .slider-arrows .slider-arrow:hover {
  opacity: 0.5;
}
#banners .slider-main .slider-arrows .slider-arrow.slider-arrow--right {
  float: right;
}
#banners .slider-main .slider-arrows .slider-arrow.slider-arrow--left {
  float: left;
}
#banners .slider-main .slider-main-nav {
  position: absolute;
  bottom: 26px;
  left: 22px;
}
#banners .slider-main .slider-main-nav .slider-main-nav__item {
  width: 18px;
  height: 18px;
  float: left;
  clear: none;
  display: block;
  margin: 0 3px;
  background: url(../img/banners/nav-circles.png) no-repeat top center;
  border-radius: 50%;
}
#banners .slider-main .slider-main-nav .slider-main-nav__item:hover {
  background-position: 0 -18px;
}
#banners .slider-main .slider-main-nav .slider-main-nav__item.slider-nav__item--current {
  background-position: 0 -18px;
}
#content{
  margin-bottom: 20px;
}
#content #sidebar{
  width: 220px;
  float: left;
}
#content #sidebar .title{
  font: 400 20px 'Ubuntu';
  text-align: left;
  color: #102735;
  line-height: 20px;
  padding-left: 25px;
}
#content #sidebar ul{
  padding-left: 25px;
  margin-top: 12px;
  padding-right: 10px;
}
#content #sidebar ul li{
  background: url(../img/content-sidemenu-arrow.png) no-repeat center right;
  padding-right: 10px;
}
#content #sidebar ul li a{
  font: 300 14px 'Ubuntu';
  text-align: left;
  color: #102735;
  padding: 6px 0;
  line-height: 17px;
  width: 170px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
#content #sidebar ul li:hover{
  background: url(../img/content-sidemenu-arrow-hover.png) no-repeat center right;
}
#content #sidebar ul li:hover a{
  color: #102735;
}
#content #sidebar ul li:last-child a{
  border-bottom: none;
}
#content #sidebar .sider-banner{
  float: left;
  margin: 14px 0 14px 17px;
}
#content #sidebar .sider-banner img{
  width: 182px;
}
#content #sidebar .sider-news{
  padding-left: 23px;
  padding-right: 20px;
}
#content #sidebar .sider-news p.title{
  padding-left: 0;
}
#content #sidebar .sider-news .news-block{
    margin: 12px 0 0 0;
    font: 300 14px 'Ubuntu';
    text-align: left;
    color: #102735;
    line-height: 17px;
    float: left;
}
#content #sidebar .sider-news .news-block .date{
    font: 300 10px 'Ubuntu';
    text-align: left;
    color: #102735;
    width: 100%;
    display: inline-block;
}
#content #sidebar .sider-news .news-block a.readmore {
  font: 300 14px 'Ubuntu';
  text-align: left;
  color: #102735;
  display: inline-block;
  text-decoration: underline;
  line-height: 18px;
}
#content #sidebar .sider-news .news-block a.readmore:hover {
  text-decoration: none;
}
#content #sidebar .sider-news .news-block a.readmore:before {
  content: "»";
}
#content #sidebar a.readmorenews {
    font: 300 12px 'Ubuntu';
    color: #102735;
    line-height: 18px;
    text-decoration: underline;
    margin: 9px 0 20px 0;
    float: right;
}
#content #sidebar a.readmorenews:hover {
  text-decoration: none;
}
#content #sidebar a.readmorenews:before {
  content: "»";
}
#content #content-main {
  width: 936px;
  float: left;
  position: relative;
}
#content #content-main ul.content-menu {
  width: 895px;
  float: left;
  height: 40px;
  border-bottom: 2px solid #102735;
  margin-left: 15px;
}
#content #content-main ul.content-menu li {
  float: left;
  margin-right: 53px;
  height: 47px;
}
#content #content-main ul.content-menu li.ui-state-active {
    background: url(../img/catalog/menu-active.png) no-repeat bottom center;
}
#content #content-main ul.content-menu li a {
  font: 400 23px 'Ubuntu';
  text-align: left;
  color: #102735;
  line-height: 24px;
}
#content #content-main ul.content-menu li a:hover {
  color: #102735;
}
#content #content-main ul.content-menu li.ui-state-active a{
   /* text-decoration: underline; */
    color: #102735;
}
#content #content-main .catalog {
  width: 936px;
  float: left;
  margin-top: 10px;
}
.item{
    width: 220px;
   display: inline-block;
    margin: 6px 10px 10px 0;
    position: relative;
    vertical-align: top;
}
.hit{
    background: url("../img/sale.png");
    height: 45px;
    width: 45px;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 888;
}
.new{
    background: url("../img/new.png");
    height: 45px;
    width: 45px;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 888;
}
.similar_product .item{
    margin-left: 2px;
        margin-right: 7px;
}

.item .name{   /*=========== УДАЛИТЬ ========*/
  font: 300 14px 'Ubuntu';
  text-align: center;
  color: #102735;
  line-height: 14px;
}
.item .product_title a{
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #102735;
    line-height: 14px;
    width: 100%;
    float: left;
    height: 42px;
}
.item .artic{
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #6e6b6b;
    line-height: 20px;
    float: left;
    width: 100%;
    height: 20px;
}
.item .price{
  font: 400 24px 'Ubuntu';
  text-align: center;
  color: #102735;
  line-height: 32px;
    width: 100%;
}
.item .price .small, .item .price .small{
  font-size: 14px;
}
.shk-but, #shopOrderForm input[type=submit]{
    width: 216px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
    display: block;
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #102735;
    line-height: 20px;
    background: none;
    cursor: pointer;
}
.ui-buttonset{
    float: left;
    width: 50%;
    margin: 5px 0 5px 0;
}
#shk_prodHelper .shk-but{
    width: 135px;
    margin: 5px 0 0 8px;
}
.shk-but:hover, #shopOrderForm input[type=submit]:hover{
  border: 1px solid #102735;
  background: #e3ff00;
  color: #102735;
  text-decoration: none;
}
#content #content-main .catalog .show-all {
  font: 300 14px 'Ubuntu';
  text-align: left;
  color: #102735;
  float: right;
  padding-left: 32px;
  background: url(../img/catalog/items-show-all.png) no-repeat left center;
  display: block;
  margin: 13px 46px 0 650px;
  line-height: 12px;
  text-decoration: underline;
}
#content #content-main .catalog .show-all:hover {
  text-decoration: none;
}
#content #content-main .vk_widget {
    width: 921px;
    height: auto;
    background: #eee;
    border: 1px solid #5B7FA6;
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -khtml-border-radius: 0px 0px 6px 6px;
    behavior: url(border-radius.htc);
    float: right;
    margin-top: 28px;
    margin-bottom: 17px;
}
#content #content-main .vk_widget a.join_community#join_community {
  height: 20px;
}
#content #content-main ul.about-menu {
  width: 895px;
  float: left;
  height: 32px;
  border-bottom: 2px solid #102735;
  margin-left: 15px;
  margin-bottom: 10px;
}
#content #content-main ul.about-menu li {
  float: left;
  margin-right: 28px;
  height: 39px;
}
#content #content-main ul.about-menu li.active{
  background: url(../img/catalog/menu-active.png) no-repeat bottom center;
}
#content #content-main ul.about-menu li a {
  font: 400 24px 'Ubuntu';
  text-align: left;
  color: #102735;
  line-height: 24px;
}
#content #content-main ul.about-menu li a:hover{
  color: #102735;
}
#content #content-main .about-text{
  font: 300 14px 'Ubuntu';
  text-align: left;
  color: #102735;
   margin: 5px 0 15px 15px;
  line-height: 17px;
}
.slider-footer{
    float: left;
    width: 1156px !important;
    height: 140px !important;
    overflow: hidden;
    position: relative;
    margin:0 0 22px 0px;
}
.slider-footer ul li{
    height: 140px;
    margin:0 0 0 2px;
    width: 229px !important;
    overflow: hidden;
    float: left;
    clear: none;
    position: relative;
    z-index: 2;
}
#foo2_prev{
    background: url("../img/arrow-left.png");
    position: absolute;
    width: 42px;
    height: 42px;
    top:44px;
    left:0px;
    z-index: 888;
}
#foo2_next{
    background: url("../img/arrow-right.png");
    position: absolute;
    width: 42px;
    height: 42px;
    top:44px;
    right:0px;
    z-index: 888;
}
.slider-footer .slides .slide a{
  float: left;
}
.slider-footer .slides .slide a:first-child{
  margin-left: 50px;
}
.slider-footer .slider-arrows{
  width: 1156px;
  height: 0;
  position: absolute;
  top: 45px;
  z-index: 1;
}
.slider-footer .slider-arrows .slider-arrow{
  border-radius: 50%;
}
.slider-footer .slider-arrows .slider-arrow:hover{
  opacity: 0.5;
}
.slider-footer .slider-arrows .slider-arrow.slider-arrow--right{
  float: right;
}
.slider-footer .slider-arrows .slider-arrow.slider-arrow--left{
  float: left;
}
#footer {
    height: 104px;
}
#footer .logo{
    float: left;
    margin-left: 30px;
    margin-top: 13px;
}
#footer .text{
    font: 300 11px 'Ubuntu';
    text-align: left;
    color: #102735;
    float: left;
    padding: 12px 7px 20px 30px;
    line-height: 17px;
}
#footer .textcdo{
    font: 300 16px 'Ubuntu';
    color: #102735;
    float: right;
    padding: 12px 25px 20px 90px;
}
#footer .developer{
    position: absolute;
    font: 300 14px 'Ubuntu', sans-serif;
    color: #102735;
    text-decoration: underline;
    width: 166px;
    background: url(../img/footer-developer.png) no-repeat right 1px;
    right: 35px;
    top: 45px;
}
#footer .developer:hover{
    text-decoration: none;
    background-position:right -14px;
}
#footer .social{
    float: right;
    margin-top: 31px;
     margin-right: 30px;
}
#footer .social a{
  float: right;
  margin:0 0 0 10px;
  opacity: 0.8;
  height: 38px;
  overflow: hidden;
  display: block;
}
#footer .social a:hover img{
  margin-top: -38px;
}
/*-------------------product_page------------*/
#products_example{
  height: 282px;
  position: relative;
  width: 600px;
}
#products .slides_container{
  border: 1px solid #dfdfdf;
  display: none;
  float: left;
  overflow: hidden;
  position: relative;
  width: 390px;
}
.slides_container a{
    display: block;
    height: 320px;
    width: 390px;
    z-index: 888 !important;
}
.slides_container li{
  z-index: 5;
  position: absolute;
}
.slides_container li.current{
  z-index: 0;
  display: none;
}

#products .pagination {
  background: none repeat scroll 0 0 #dfdfdf;

  float: left;
  margin-left: 30px;
  padding: 5px;
  width: 390px;
  height: 320px;
}
#products .prev {
  background: url("../img/arrow-prev.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#products .next {
  background: url("../img/arrow-prev.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 158px;
}
#products .next, #products .prev {
  display: block;

  left: 0;
  overflow: hidden;
  padding-top: 32px;
  position: absolute;
  top: 146px;
  width: 32px;
  height: 0;
  z-index: 101;
}
/*--- Search ---*/
.sisea-paging{
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
.sisea-page.sisea-current-page{
    font-weight: bold;
    margin: 0 0 0 3px;
}
.sisea-highlight{
    font-weight: bold;
}
.sisea-results-list{
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
}
.sisea-results-list .extract{
    display: none;
}
.text p.sisea-results{
    float: left;
    width: 100%;
}
.sisea-result{
    float: left;
    margin: 6px 0 6px 0;
    width: 100%;
}
/*-------news-------*/

.breadcrumbs {
  color: #102735;
  float: left;
  font: 300 12px 'Ubuntu';
  margin-bottom: 16px;
  margin-top: 2px;
  margin-left: 14px;
  width: 100%;
  position: relative;
}
.breadcrumbs span.B_firstCrumb, .breadcrumbs li{
  display: inline-block;
  margin-right: 5px;
}
.breadcrumbs a {
  color: #102735;
  font: 300 12px 'Ubuntu';
  text-decoration: underline;
}

.subscr input[type=text]{
    width: 350px;
    height: 24px;
    float: left;
    left: 296px;
    top: 31px;
    position: absolute;

    background: #FFF;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    -khtml-border-radius: 10px; /* KHTML */
    /* Для плохих IE */
    behavior: url(border-radius.htc);
    padding-left: 12px;
    padding-right: 12px;
    font: 300 12px 'Ubuntu';
    text-align: left;
    color: #102735;
}
.email_input input::-webkit-input-placeholder {
  color: #102735;
}
.email_input input::-moz-placeholder {
  color: #102735;
}
.email_input input:-moz-placeholder {
  color: #102735;
}
.email_input input:-ms-input-placeholder {
  color: #102735;
}
.h_line{
  position: relative;
  float: left;
  background: url("../img/h_line.png1") no-repeat;
  height: 11px;
  width: 894px;
  margin-top: 3px;
  margin-left: 14px;
  margin-bottom: 8px;
}
.line_imp{
    height: 30px;
    float: left;
    font: 10px 'Ubuntu';
    color: #102735;
}
.line1{
    background: url("../img/line.png");
    width: 894px;
    height: 11px;
    float: left;
}
.line2{
    background: url("../img/line2.png");
    width: 518px;
    height: 11px;
    float: left;
    margin: 6px 0 6px 0;
}
.text{
    color: #102735;
    padding: 0 20px 20px 15px;
    font: 400 14px 'Ubuntu';
}
.text p{
    margin:0 0 18px 0;
}
.text h2{
    width: 100%;
    float: left;
    font: 400 20px 'Ubuntu';
    text-align: left;
    color: #102735;
}
.text a{
    color: #102735;
}
table{
    float: left;
    margin: 18px 10% 18px 0;
    width: 90%;
}
table td{
    height: 25px;
    vertical-align: middle;
    padding: 5px;
}

h1{
  font: 400 24px 'Ubuntu';
  text-align: left;
  color: #102735;
  line-height: 24px;
  height: 32px;
  width: 895px;
  float: left;
  margin-left: 16px;
}
form.subscr input[type=submit]{
    right: 28px;
    top: 31px;
    position: absolute;
    width: 216px;
    height: 28px;
    background: #FFF;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    behavior: url(border-radius.htc);
    display: block;
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #102735;
    line-height: 21px;
    cursor: pointer;
}
form.subscr input[type=submit]:hover{
    border: 1px solid #102735;
    background: #e3ff00;
    color: #102735;
    text-decoration: none;
}
.news_list{
  float: left;
  margin-left: 14px;
}
.news_item{
  float: left;
  height: 360px;
  width: 299px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.news_item img{
  float: left;
  height: 224px;
  width: 299px;
}
.news_item a{
  float: left;
}
.news_date{
  font: 300 10px 'Ubuntu';
  color: #102735;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 2px;
}
.news_title {
  float: left;
}
.news_title a{
  font: 300 18px 'Ubuntu';
  color: #102735;
  float: left;
  width: 100%;
}
.news_txt{
  font: 300 14px 'Ubuntu';
  color: #102735;
  float: left;
  width: 100%;
}


.product{
    width:894px;
    float:left;
    margin:14px 0 0 13px;
}
.product h1{
    font: 22px 'Ubuntu';
    color:#102735;
    margin:0 0 20px 0;
}
.prod-disc{
    font:18px 'Ubuntu';
    color:#3c3c3c;
    padding:8px 0 4px;
}
.prod-price{
    font:18px 'Ubuntu';
    color:#3c3c3c;
    width: 300px;
    float: left;
}
.prod-price-new{
    font:18px 'Ubuntu';
    color:#102735;
    margin:0 4px 0 2px;
}
.prod-price-new span{
    font:18px;
    color:#102735;
    margin:0 0 0 5px;
}
.prod-price-old{
    color: #102735;
    text-decoration: line-through;
    font: 300 14px 'Ubuntu';
}
.prod-rating{
    margin:6px 0 0;
    height:56px;
    overflow:hidden;
}
.product.shk-item .buy-button, .shs-price input[type=submit]{
    width: 216px;
    height: 24px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px;
    behavior: url(border-radius.htc);
    display: block;
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #102735;
    line-height: 17px;
    background: none;
    cursor: pointer;
    margin: 10px 0 0 0;
}
.product.shk-item .buy-button:hover, .product_page.shk-item .buy-button:hover{
    border: 1px solid #102735;
    background: #e3ff00;
    color: #102735;
    text-decoration: none;
}
.product p{
    color:#5d5d5d;
    font:13px Comic;
    margin:0 0 10px 14px;
}
.similar_product{
    float: left;
    width: 100%;
    margin:0 0 40px 0;
}
.similar_product .b-one-img{
    margin: 26px 0 3px 0;
}
.similar_product h3{
    font: 24px 'Ubuntu';
    color: #102735;
    padding:0 0 7px 0;
}
.similar{
    width: 940px;
    background: url(../img/similar-bg.jpg) no-repeat 0 0;
    position: relative;
    margin: 12px 0 0 0;
    padding: 0;
    overflow: hidden;
}
.similar-bottom{
    width:933px;
    min-height:20px;
    background:url(../img/similar-bg-bottom.jpg) no-repeat 0 0;
    position:absolute;
    bottom:0;
    left:0;
}
.similar-one-titl{
    color:#3c3c3c;
    font:14px Comic;
    display:block;
    text-decoration:none;
}
.similar-one-titl:hover{
    text-decoration:underline;
}
.similar-one-img{
    width:153px;
    height:172px;
    border:1px solid #b5b5b5;
    margin:8px 0 0 0;
    display:table;
}
.similar-one-img p{
    vertical-align:middle;
    display:table-cell;
}
.similar-one{
    float:left;
    margin:24px  0 0 25px;
    width:155px;
}
.product_page .simple-art-soc{
    margin:30px 0 10px 0;
    float: right;
    color: #102735;
    font: 14px 'Ubuntu';
    width: 160px;
}
.share_tilte{
    margin: 0 0 3px 0;
}
.product .simple-art-line{
    margin:12px 0 0 10px;
}
.prod-img{
    margin: 0 15px 0 0;
    width:390px;
    height:700px;
    float:left;
    position:relative;
}
.prod-img .lat-lebel{
    left:26px;
    top:304px;
    z-index:1000;
}

/*------ product slider -----------*/
.nexts{
    right: -1px;
    width: 0;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/next.png);
    z-index: 777;
    padding: 0 0 0 17px;
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    margin: -171px 0 0 0;
}
.nexts:hover{
    background: transparent url(../img/next-hover.png);
}
.prevs{
    width:0;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/prev.png);
    z-index: 777;
    padding: 0 0 0 17px;
    overflow: hidden;
    position: relative;
    display: block;
    float: left;
    margin: -171px 0 0 0;
}
.prevs:hover{
    background: transparent url(../img/prev-hover.png);
}
.slides_container{
    float: left;
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 390px;
    z-index: 777;
}
.productSlider .pagination{
    float:left;
    position:relative;
    width:400px;
    height:300px;
    margin:0;
}
.productSlider .pagination li{
    border:1px solid #b5b5b5;
    height:90px;
    float: left;
    list-style: none;
    margin: 10px 9px 0 0;
    position: relative;
    text-align:center;
}
.productSlider .pagination li.current{
    border:1px solid #424141;
}
.productSlider .pagination li a{
    display: block;
    position: relative;
}
.productSlider .pagination li a img{
    height:90px;
}
.product_info{
    float: left;
    width: 430px;
}
.pagination {
    float: right;
}

.product_desc{
    width: 530px;
    float: left;
}
.product_desc h1{
    font: 400 24px 'Ubuntu';
    text-align: left;
    color: #102735;
    float: left;
    margin:0;
    width: 100%;
    height: auto;
}
.product_desc h2{
    color: #102735;
    font: 18px 'Ubuntu';
}
.product_text{
    color: #102735;
    font: 14px 'Ubuntu';
    float: left;
    width: 510px;
    margin: 0 0 16px 0;
}
.article_text{
    color: #102735;
    font: 14px 'Ubuntu';
    float: left;
    width: 920px;
}
.video{
    float: left;
    padding: 3px 0 0 0;
}
.brand_logo{
    float: right;
}
.characteristics{
    float: left;
    margin: 5px 30px 30px 0;
    width: 250px;
}
.param_line{
    width: 100%;
    float: left;
}
.param{
    float: left;
    color: #102735;
    font: 14px 'Ubuntu';
    width: 86px;
}
.param_value{
    float: left;
    color: #102735;
    font: 14px 'Ubuntu';
    width: 164px;
}
.param_table_size{
    font: 14px 'Ubuntu';
    font-weight: bold;
    margin: 5px 0 5px 0;
}
.shs-price.btn_c{
    float: left;
    margin: 0 0 18px 0;
    width: 300px;
}
.pr_block{
    float: left;
    width: 518px;
}
.article_block{
    float: left;
    width: 700px;
    margin: 20px 0;
}
input.shk-count{
    float: left;
    border: 1px solid #dcdcdc;
    height: 24px;
    width: 40px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    behavior: url(border-radius.htc);
    text-align: center;
    font: 14px 'Ubuntu';
    margin: 0 0 0 21px;
}
.quantity_b{
    float: left;
    width: 68px;
    position: relative;
}
.field-arr-up{
    float: left;
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    top: 7px;
}
.field-arr-down{
    margin: 1px 4px !important;
    float: left;
    position: absolute;
    width: 12px !important;
    height: 12px !important;
    left: 3px;
    top: 6px;
}
.quantity_block{
    float: left;
    margin: 11px 40px 15px 0;
}
.q_b_title{
    float: left;
    font: 500 12px 'Ubuntu';
    color: #102735;
    margin: 5px 5px 0 0;
}
.minus{
    background: url("../img/minus-plus.png") 0 0;
    width: 12px;
    height: 12px;
    float: left;
    margin: 7px;
}
.plus{
    background: url("../img/minus-plus.png") 12px 0;
    width: 12px;
    height: 12px;
    float: left;
    margin: 7px;
}

/*----------------- catalog ------------------*/
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
    background: url("../img/slider_handle_bg.png") !important;
    cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -.3em;
}
.ui-slider-horizontal {
    height: 4px;
}
.ui-slider {
    margin: 10px 3px;
    position: relative;
    text-align: left;
    background: #fff1a3;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    behavior: url(border-radius.htc);
}
/* filters */
#filters {
    margin: 10px 0 30px 25px;
}
#filters .filter_block{
    margin: 3px 0;
    padding: 5px 0 0 0;
    float: left;
    width: 100%;
}
#filters .filter_head h3 {
    color: #102735;
    font: 14px 'Ubuntu';
}
#filters .filter_block .unactive a.label, #filters .filter_block .unactive label {
    color:#B7B7B7;
}
#filters .filter_row sup { color:#777; }
.clearfix { clear: both; }
#ajax_loader { position: absolute; left: 0; top: 0; z-index: 500; }
#filters .filter_block a.label, #filters .filter_block label, .filter_slider{
    text-decoration:none;
    color:#102735;
    font: 12px 'Ubuntu';
}
.filter_slider input[type=text]{
    border: 1px solid #B7B7B7;
    width: 40px;
    height: 20px;
    padding: 2px 3px 0 4px;
    font:14px 'Ubuntu';
}
.filter_row{
    float: left;
    width: 100%;
    margin: 2px 0 2px 0;
}
.filter_row input[type=checkbox]{
    margin: 2px 4px 0 0;
    float: left;
}
#filters button{
    border: 1px solid #102735;
    background: #bcbcbc;
    color:#102735;
    padding: 4px 7px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    behavior: url(border-radius.htc);
    margin: 10px 0 0 0;
}
/*---------- Pagination ----------*/
ul.pages{
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
ul.pages li{
    float: left;
    margin: 0 5px 0 0;
}
ul.pages li a{
    float: left;
    font: 14px 'Ubuntu';
    color: #102735;
    margin-left: 2px;
}
ul.pages li.control{
    margin: 0 10px 0 10px;
}
ul.pages li a.active{
    float: left;
    font: 300 14px 'Ubuntu';
    color: #777777;
    margin-left: 4px;
}
.arrow_left{
    background: url("../img/arrow_prev_pages.png") no-repeat;
    height: 9px;
    width: 13px;
    float: left;
    margin: 4px 3px 0 0;
}
.arrow_right {
    background: url("../img/arrow_next_pages.png")  no-repeat;
    height: 9px;
    width: 13px;
    float: right;
    margin: 5px 0 0 3px;
}
/*------ !pagination -------*/
/*----------------- !Сatalog ------------------*/
input[type=button], input[type=submit]{
    cursor: pointer;
    padding: 3px 5px;
}
.authorization{
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}
.comments{
    float: left;
    width: 100%;
}
.form-actions input[type=button], .form-actions  input[type=submit]{
    width: 216px;
    border: 1px solid #eddfdc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
   float: left;
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #102735;
    line-height: 20px;
    background: none;
    cursor: pointer;
    margin: 2px 20px 0 0;
}
.form-actions input[type=button]:hover, .form-actions  input[type=submit]:hover{
    border: 1px solid #102735;
    background: #102735;
    color: #FFF;
    text-decoration: none;
}
.submenu_category{
    float: left;
    width: 100%;
    margin: 5px 0 10px 15px;
}
.article_submenu_category{
    float: left;
    width: 105%;
    margin: 5px 0 10px 15px;
    border-top: 2px solid #102735;
}
.category_list{
    float: left;
    width: 100%;
    margin: 5px 0 10px 15px;
}
.sorting{
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #102735;
}
.sorting_article{
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
    border-bottom: 2px solid #102735;
}
.submenu_item{
    width: 102px;
    margin: 0 10px 25px 0;
    display: inline-block;
    vertical-align: top;
}
.submenu_item img{
    width: 100px;
    height: 100px;
    float: left;
}
.submenu_item  a{
    color:#102735;
    font: 300 13px/16px 'Ubuntu';
    float: left;
}

.total_price{
    text-align: right;
    float: left;
    margin: 5px 0 5px 427px;
}

/* --- feedback_form ----*/
h3.hform{
    color: #102735 !important;
    font: 18px 'Ubuntu';
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
.feedback_form{
    float: left;
    width: 895px;
}
.feedback_form label{
    color: #102735;
    font: 14px 'Ubuntu';
    float: left;
}
.form_left_b{
    float: left;
    width: 430px;
}
.form_right_b{
    float: left;
    width: 450px;
    margin: 0 0 0 15px;
}
.feedback_form .fline{
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
}
.feedback_form input[type=checkbox]{
    float: left;
    margin: 3px 5px 0 85px;
}
.feedback_form input[type=text]{
    float: right;
    width: 344px;
    height: 26px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    padding: 0 4px 0 4px;
}
.feedback_form textarea{
    padding: 0 4px 0 4px;
    width: 335px;
    height: 147px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
    resize: none;
    margin: 0 0 0 7px;
}
.feedback_form input[type=submit]{
    width: 216px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
    display: block;
    font: 300 14px 'Ubuntu';
    text-align: center;
    color: #102735;
    line-height: 20px;
    background: none;
    cursor: pointer;
    float: right;
    margin: 12px 0 0 0;
}
.required{
    color: #102735;
}
.attention{
    float: left;
    width: 470px;
}
.velcom{
    background: url("../img/velcom.png") left center no-repeat;
    padding: 5px 0 5px 32px;
}
.skype{
    background: url("../img/skype.png") left center  no-repeat;
    padding: 5px 0 5px 32px;
}
.mts{
    background: url("../img/mts.png") left center  no-repeat;
    padding: 5px 0 5px 32px;
}
.email{
    background: url("../img/email.png") left center  no-repeat;
    padding: 5px 0 5px 32px;
}

/* OrderFirm ----*/
#shopOrderForm{
    font: 400 14px 'Ubuntu';
}
#shopOrderForm input[type=text]{
    float: left;
    width: 350px;
    background: none;
    padding: 0 4px 0 4px;
    font: 400 14px 'Ubuntu';
    text-align: left;
    color: #102735;
    border: 1px solid #DCDCDC;
    height: 24px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
}
#shopOrderForm select{
    font: 400 14px 'Ubuntu';
    color: #102735;
    float: left;
    height: 24px;
    width: 360px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
}
#shopOrderForm textarea{
    float: left;
    width: 355px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius:8px;
    -khtml-border-radius:8px;
    behavior: url(border-radius.htc);
    resize: none;
}
#shopOrderForm input[type=submit]{

}
.basket-order h2{
    color: #102735;
    font: 400 16px 'Ubuntu';
}

.reviews h2{
    color: #102735;
    font: 400 18px/18px 'Ubuntu';
    margin: 20px 0 0 0;
}
.wr_reviews h2{
    color: #102735;
    font: 400 18px/18px 'Ubuntu';
    margin: 10px 0 10px 0;
}
.reviews{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.rating {
    float: left;
    margin: 5px 0 10px 0;
}
.stars {
    background: url("../img/stars_empty.png");
    width: 90px;
    height: 16px;
    float: left;
}
.stars_empty {
    background: url("../img/stars.png");
    width: 90px;
    height: 16px;
    float: left;
}
.review_block{
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
}
.customer_photo{
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 10px 10px 0;
}
.review_author{
    float: left;
    width: 400px;
    font: 300 14px 'Ubuntu';
    color: #102735;
}
.review_date{
    float: left;
    width: 400px;
    margin: 5px 400px 5px 0;
    font: 300 12px 'Ubuntu';
    color: #102735;
}
.ticket_title{
    color: #102735;
    font: 300 18px 'Ubuntu';
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}
.review_text{
    float: left;
    width: 100%;
    font: 300 14px/20px 'Ubuntu';
    color: #102735;
}
.tfc_line{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.order_page .empty{
    float: left;
    width: 100%;
}
.order_page .empty .shop-cart-empty{
    text-align: center;
    font: 400 19px 'Ubuntu';
    color: #102735;
}
/*-- new --*/
.price{
    float: left;
 
    font: 300 14px/20px 'Ubuntu';
    color: #aa2f49;
}
.item.shk-item.ser{
    margin: 6px 0px 10px 0;
}
#btn_size label{
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 25px;
    position: relative;
    margin: 0 5px 5px 0;
    padding: 0 8px;
    border: 1px solid #d5d5d5;
    border-top-color: #ddd;
    border-bottom-color: #cdcdcd;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    font-size: 13px;
    line-height: 23px;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
    cursor: pointer;
    overflow: visible;
    outline: 0;
    background: #f5f5f5;
    background: -webkit-linear-gradient(top,#fff,#efefef);
    background: -moz-linear-gradient(top,#fff,#efefef);
    background: -o-linear-gradient(top,#fff,#efefef);
    background: linear-gradient(to bottom,#fff,#efefef);
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-appearance: none;
}
#btn_size label.ui-state-active{
    height: 25px;
    border-color: #102735 #102735 #102735;
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.2);
    background: #102735;
    color: #fff;
}
.customer_photo{
    background: url("../img/no_photo.png");
}