@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/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;

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('../fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/RobotoCondensed-Light-webfont.eot');
    src: url('../fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoCondensed-Light-webfont.woff') format('woff'),
         url('../fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'),
         url('../fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@media (min-width:1281px){
    header{
        width:1280px !important;
        margin:0 auto;
    }
    .top-bar {
        border-radius:0 0 5px 5px;
        -moz-border-radius:0 0 5px 5px;
        -webkit-border-radius:0 0 5px 5px;        
    }
    .content-3{
        border-radius: 5px;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        width:1280px !important;
        margin:0 auto;
    }
    footer{
        border-radius: 5px 5px 0 0;
        -moz-border-radius:5px 5px 0 0;
        -webkit-border-radius:5px 5px 0 0;
       
        width: 1280px !important;
        margin:0 auto;
    }
}
body, html {
  height: 100%;
}
body{
    margin:0;
    padding:0;
    background:#fff;
    font: 12px/18px 'robotoregular';
    color:#4d4d4d;
}
h1,h2,h3,h4,h5{ font-family:'roboto_condensedbold';font-weight:normal;}
.col-main h1{
    line-height:30px;
    font-size:30px;
    color:#44617c;
}
.col-main h2{
    line-height:24px;
    font-size:20px;
    color:#44617c;
}
.col-main h3{
    line-height:22px;
    font-size:20px;
    color:#44617c;
}
.col-main h4{
    line-height:20px;
    font-size:18px;
    color:#44617c;
}
.col-main h5{
    line-height:20px;
    font-size:18px;
    color:#44617c;
}
.col-main p{
  font-size: 14px;
  line-height: 16px;
  color: #777;
}
.fontsize12 {
    font-size:12px!important;
}
.delivery_description p {font-size:12px;}
a{color:#0072bc;}
a:hover{
    color: #0072bc;
  text-decoration: none;
}
a:focus, :focus { outline:0 !important; }
input[type=submit],input[type=submit]:focus{outline:0;}
input[type=submit]::-moz-focus-inner{outline:0;border:0;}
input[type=text]:focus { outline: none; }
img{border:none;}
strong, b{
   font-family:'robotobold';
   font-weight:normal;
}
.clearer{
    clear:both;
}
.no-display {
    display: none;
}
header{
    /* width: 100%; */
    height: 140px;
    background: #0072BC;
    position:relative;
    padding: 5px 0 20px 0;
    max-height: 160px;
}
.top-bar{
//    position: absolute;
    width:100%;
    height:30px;
    background: #FFCD00;
    /* border-bottom: 1px solid #4C5250; */
    top:0;
}
.logo img {
    width:300px;
}
#menu_toggler {
    display:none;
}
.right p {
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-bar .inner{
    width:940px;
    height:30px;
    margin:0 auto;
    color: #4C5250;
    font-family: 'roboto_condensedbold';
    /* text-shadow: 0px 1px 0px #123c7e; */
}
.top-bar .inner .left{
    float:left;
    max-width: 70%;
    margin:0;
    padding:0;
}
.top-bar .inner .right{
    float:right;
    max-width: 30%;
    margin:0;
    padding:0;
}
.top-bar ul{
    list-style:none;
    margin:0;
    padding:0
}
.top-bar ul li{
    display:inline-block;
    float:left;
    line-height:30px;
    padding: 0 14px;
    border-right: 1px solid #E8E8E8;
    cursor:pointer;
}
.top-bar ul li:first-child{
    border-left: 1px solid #E8E8E8;
}
.top-bar ul li a{
    color: #01395D;
    font-family: 'roboto_condensedbold';
    /* text-shadow: 0px 1px 0px #123c7e; */
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.top-bar ul li:hover a{
    color:#fff;
}
.top-bar ul li:hover a.dotted{
    border-color:#fff;
}
.top-bar ul li:hover{
    background: #0072BC;
    }
.top-bar a.dotted{
    text-decoration:none;
    border-bottom: 1px dotted #696969;
}
#top-cart{
    margin:0;
    padding:0;
    font-size:14px;
    position:relative;
    background: #9D9D9D;
}
#top-cart ul li:hover{
    background:none;
}
#top-cart .counter .count{
    background: #808080 url(../images/top-cart.png) 8px 7px no-repeat;
    padding: 0 5px 0 33px;
    float:left;
    color:#fff;
}
#top-cart .counter .triangle{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 7px solid #808080;
    border-bottom: 15px solid transparent;
    border-right:none;
    float:left;
    background:transparent;
    text-shadow:none;
    position:relative;
}
#top-cart .total{
    padding:0 10px 0 15px;
    float:left;
    color:#fff;
    width:100px;
}
#top-cart .total .price{
    background:none;
    font-size:14px;
}
.header-block{
    width:940px;
    margin:0 auto;
    text-shadow: none;
}
.header-block a{
    text-transform:uppercase;
    font-family: 'roboto_condensedbold';
    color:#fff38d;
}
.header-block .logo{
    width: 300px;
    height: 124px;
    float:left;
    margin: 0 20px 0 0px;
    font-family: 'roboto_condensedbold';
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 15px;
}
.header-block .logo a{
    text-decoration:none;

}
.header-block .logo img{
    border:0;
    margin-bottom:10px;
    border-radius: 0px;
    width: 225px;
}

.header-block .logo p  {margin: 0px;
  line-height: 25px;
  padding-left:5px;}
.header-block .center{
    float:left;
    width: 350px;
    margin: 10px 0 0 0;
}
.header-block .center ul{
    margin:0;
    padding:0;
    list-style:none;
}
.header-block .center ul li{
    font-size:14px;
    dispaly:block;
    float:left;
    height:20px;
    line-height:18px;
    padding: 0 30px 0 20px;
}
.header-block .center ul li:last-child{
    margin-right:0;
}
.header-block .center ul li.calc{
    background:url(../images/calc.png) no-repeat;
}
.header-block .center ul li.calc:hover{
    background:url(../images/calc-hover.png) no-repeat;
}
.header-block .center ul li.p-l{
    background:url(../images/price-list.png) no-repeat;
}
.header-block .center ul li.p-l:hover{
    background:url(../images/price-list-hover.png) no-repeat;
}
.header-block .center ul li.catalog{
    background:url(../images/catalog.png) no-repeat;
}
.header-block .center ul li.catalog:hover{
    background:url(../images/catalog-hover.png) no-repeat;
}
.header-block .center ul li.calc:hover a,
.header-block .center ul li.p-l:hover a,
.header-block .center ul li.catalog:hover a{
    color:#fff;
}
.header-block .center .search{
    margin: 10px 0 0;
    position:relative;
    width: 350px;
    float: right;
}

.header-block .center .callback, .calls{
	background:url(../images/call.png) no-repeat;
    background-size:contain;
    width:224px;
    height:48px;
    margin: 10px auto;
}

.header-block .center .zakaz{
	background:url(../images/button_zakaz.png) no-repeat;
    background-size:contain;
    width:224px;
    height:48px;
    margin: 10px auto;
}
.header-block .center .search .search-autocomplete {
    z-index:999;
    left:0px !important;
    top:40px !important;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url(PIE.htc);
    box-shadow: 0px 0px 10px #015790;
    position:absolute;
    padding:0;
}
.header-block .center .search .search-autocomplete ul {
   list-style: none;
   margin:0;
   padding:10px 0;
}
.header-block .center .search .search-autocomplete li {
    text-align:left;
    border-bottom:1px solid #cad7e0;
    padding:15px 12px;
    cursor:pointer;
    display:block;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'robotoregular';
    color:#0072bc;
    text-shadow:none !important;
    float:none !important;
    clear:both;
    height: auto;
}
.header-block .center .search .search-autocomplete li:hover{
    background:#fffbd8;
    color:#ff5a00;
}
.header-block .center .search .search-autocomplete li .amount {
    display:none;
    font-weight:normal;
}
.header-block .center .search .search-autocomplete li.odd {
    /*background-color:#fffefb; */
}
.header-block .center .search .search-autocomplete li.selected {
    /*background-color:#f7e8dd;*/
}
.header-block .center .search .search-autocomplete li:last-child{
    border-bottom:none;
}

#search-input{
    width: 320px;
    height:19px;
    padding:8px 10px;
    box-shadow:inset 0px 1px 1px 1px #dcdcdc;
    -webkit-box-shadow: inset 0px 1px 1px 1px #EAEAEA;
    border:none;
    border-top: 1px solid #D7D7D7 !important;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-family: 'robotobold';
    font-size:16px;
    color: #A3A3A3;
    behavior:url(PIE.htc);
}
#search-input::-webkit-input-placeholder{
    font-family: 'robotobold';
    font-size:16px;
    color:#678293;
    opacity:1;
}
#search-input:-moz-placeholder{
    font-family: 'robotobold';
    font-size:16px;
    color:#678293;
    opacity:1;
}
#search-input::-moz-placeholder{
    font-family: 'robotobold';
    font-size:16px;
    color:#678293;
    opacity:1;
}
#search-input:-ms-input-placeholder{
    font-family: 'robotobold';
    font-size:16px;
    color:#678293;
    opacity:1;
}
#search-submit{
    background:#fff url(../images/search-submit.png) no-repeat;
    border:none;
    position:absolute;
    right: 10px;
    top:7px;
    display:block;
    width:34px;
    height:24px;
    padding:2px 0;
    cursor:pointer;
}
.header-block .right{
    float:right;
    margin: 10px 0 0;
    width: 260px;
    color: #FFFFFF;
    font-family: 'roboto_condensedbold';
    font-size: 14px;
    letter-spacing: 0.2px;
}
.header-block .right .phone{
    color: #FFD500;
    font-family:'roboto_condensedbold';
    font-size: 24px;
    margin: 10px 0 5px 0;
    line-height: 22px;
    text-align: right;
}
.header-block .right .phone a {
    display:block;
    text-align:right;
    text-decoration:none;
    color:#FFD500;
}
.header-block .right .phone a:first-child {
    margin-bottom:5px;
}
.region_mail {
    margin: 3px 0px; 
    padding: 0;
    text-align:right;
}
.region_mail a {
    color:#fff;
    text-transform:none;
    text-decoration:none;
}
.region_mail a:hover {
    text-decoration:underline;
}
.region_mail_bottom {
    margin: 3px 0px; 
    padding: 0;
    text-align:left;
}
.region_mail_bottom a {
    color:#fff;
    text-transform:none;
    text-decoration:none;
}
.region_mail_bottom a:hover {
    text-decoration:underline;
}
.header-block .right .phone small{
    color: #333;
    font-family: 'roboto_condensedbold';
    font-size:30px;

}
.menu{
    width:960px;
    margin:0 auto;
}
.menu a{
    text-transform:uppercase;
    font-family: 'roboto_condensedbold';
    color: #767676;
    text-decoration: none;
    /* border-bottom:1px dotted #fff38d; */
    /* text-shadow: 0px 1px 0px #123c7e; */
}

.menu ul{
    margin:0;
    padding:0;
    list-style: none;
    font-size:16px;
}
.menu ul li{
    float:left;
    padding: 10px;
    margin: 0 8px 0 0;
    display:block;
    position:relative;
}
.menu ul li.parent:hover{
    background:#fff;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    box-shadow:0px -3px 8px #0062a2;
    -webkit-box-shadow:0px -3px 8px #0062a2;
    behavior:url(PIE.htc);
}
.menu ul li.active{
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:0px -3px 8px #0062a2;
    behavior:url(PIE.htc);
}
.menu ul li ul li.active{
    background:none;
    font-weight:bold;
    box-shadow:none;
}
.menu ul li.active a, .menu ul li.parent:hover a{
    color:#0072bc !important;
    border-color:#0072bc !important;
    text-shadow:none;
}

.menu ul li.level0:hover a{
    color:#fff;
    border-color:#fff ;
}
.menu li.level0 div{

    background:#fff;
    min-width:100px;
    position:absolute;
    top:35px;
    margin:0;
    box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    padding: 10px 0px 10px 20px;
    width:360px;
    z-index:9;
    display:none;
    behavior:url(PIE.htc);
}
li.level0.last div{
      right:0 !important;
      border-radius:5px 0px 5px  5px  !important;
    -moz-border-radius:5px 0px 5px 5px   !important;
    -webkit-border-radius:5px 0px 5px 5px   !important;
}
li.level0.no-last div{
      left:0;
      border-radius:0 5px 5px 5px !important;
    -moz-border-radius:0 5px 5px 5px !important;
    -webkit-border-radius:0 5px 5px 5px !important;
}
.menu ul li.level0:hover div{
    display:block;
}
.menu ul li ul{
    float:left;
    width:180px;
    margin:0;
    padding:0;
}
.menu ul li ul:last-child{
    margin:0;
    float:right !important;
    text-align:left;
}

.menu ul li ul li{
    margin: 0 0 12px;
    display:block;
    width:175px;
    padding:0
}
.menu ul li ul li:last-child{
    margin:0 0 5px;
}
.menu ul li ul li a{
    text-shadow:none !important;
    color:#0072bc;
    font-family: 'robotoregular';
    font-size:12px;
    text-transform:none;
    border:none !important;
    text-decoration:underline;
}
.menu ul li.active ul li a:hover, .menu ul li.parent ul li a:hover{
     color:#ff5a00 !important;
}
.main-container{margin-bottom:30px;}
.main { width:960px; margin:0 auto; min-height:400px; padding:20px 0 0; }

/* Base Columns */
.col-left.sidebar { float:left; width:220px; padding:0 0 1px;}
.col-main { 
    float:left; 
    width:700px; 
    padding:0; 
//    margin-right:15px; 
}
.col-right { float:right; width:220px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding:0 5px;}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float:right;
}
.col-main .wrp{
    border: 1px solid #DEDEDE;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url(PIE.htc);
}
.col-left {
    width:50%;
    float:left;
    padding:5px;
    box-sizing:border-box;
}
.col-right {
    width:50%;
    float:right;
    padding:5px;
    box-sizing:border-box;
}
.clear {
    display:block;
    clear:both
}
.border-title {
    font-size: 30px;
    text-align: left;
    line-height: 42px;
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    color: #44617c;
    margin: 20px 0;
    border-bottom:2px solid #44617c;
}
.bigfont {
    line-height: 24px;
    font-size: 20px;
    font-family: 'roboto_condensedbold';
    color: #44617c;
    margin-bottom:10px;
}
.bigfont a {
    text-decoration:none;
}
.bigfont a:hover {
    text-decoration:underline;
}
.center-subtitle {
    line-height: 22px;
    font-size: 20px;
    font-family: 'roboto_condensedbold';
    color: #44617c;
    text-align:center;
    margin:10px 0;
}
.worktime .text-right {
    padding-right:10px;
}
.text-left {
    text-align:left
}
.text-center {
    text-align:center
}
.text-right {
    text-align:right
}
/*.col2-right-layout .col-main {
    border: 1px solid #cad7e0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}
*/
/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }
.col2-left-layout h1{
    color: #555;
    font-size:30px;
    margin-bottom:30px;
    font-family:'roboto_condensedbold';
    font-weight:normal;
 line-height: 30px;
}
.catalog-sale{
    float:right;
    width:300px;
    height:70px;
    margin:-85px 15px 0 0;
    text-align:right;
    background:url(../images/catalog-sale.png) right no-repeat;
}
.catalog-sale h2{
    text-transform: uppercase;
    margin: 0 30px 0 0;
    line-height:68px;
    font-size:24px;
    font-family:'roboto_condensedbold';
    font-weight:normal;
}
/* BreadCrumbs */
.breadcrumbs {
    font-family:'roboto_condensedregular';
    color:#92a3b3;
    margin:0 0 20px;
    padding:0 5px
}
.breadcrumbs ul{
    margin:0;
    padding:0;
    list-style: none;
}
.breadcrumbs li { display:inline;margin:0;padding:0 }
.breadcrumbs li a{color:#92a3b3; text-decoration: none}
.breadcrumbs li strong { font-weight:normal; font-family: 'roboto_condensedregular'; }

.content-1{
    margin:20px 0 0;
}
.sale-main-block{
    float:left;
    width:270px;
    height:200px;
    margin:12px 0 0;
    z-index:1;
}
.rubricator{
    margin:40px 0 30px;
}
.rubricator .item{
    float:left;
    width: 290px;
    margin: 0 20px 20px 0;
    height:105px;
    position:relative;
    overflow:hidden;
}

.rubricator .item.open{
    overflow: visible;
}
.rubricator .item p{
    font-size:12px;
}
.rubricator .item.open .pos{
    background:#fff;
    box-shadow: 0px 0px 10px #c9c9c9;
    -webkit-box-shadow: 0px 0px 10px #c9c9c9;
    border:1px solid #cad7e0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    position:absolute;
    padding:0 10px 20px 15px;
    z-index:10;
    behavior:url(PIE.htc);
}
.rubricator .item h1, .rubricator .item h2{
    color:#44617c;
    text-transform:uppercase;
    padding: 0 0 0 35px !important;
    line-height:30px !important;
    font-size:18px;

}
.rubricator .item a{
    margin-right:20px;
    line-height: 24px;
    display:inline-block;
}
.rubricator .item a i{
    text-decoration:none !important;
    border:none;
}
.rubricator .item a:hover{
    color:#ff5a00
}
.rubricator .item .more{
    border:1px solid #cad7e0;
    padding: 0px 3px 0 3px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    text-decoration:none !important;
    font-weight:bold;
    font-style: normal;
    color:#cad7e0;
    font-size:8px;
    font-family: 'robotobold';
    margin-left:15px;
    margin-top:3px;
    /*margin-right:150px;*/
    vertical-align: top;
    line-height: 15px;
    display:inline-block;
    position:relative;
    behavior:url(PIE.htc);
}

.rubricator .item .more span{
    font-size:15px;
    position:absolute;
    top:-4px;
    left:2px;
    cursor: pointer;
}
.rubricator .item .more:hover,.rubricator .item.open .close:hover{
    color:#0072bc;
    border-color:#0072bc;
}
.rubricator .item.open .more{
    display:none;
}
.rubricator .item .close{
    visibility: hidden;
}
.rubricator .item.open .close{
    font-size:11px;
    border:1px solid #cad7e0;
    text-transform:uppercase;
    padding:0 2px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    text-decoration:none;
    color:#cad7e0;
    font-family: 'robotoregular';
    position:absolute;
    bottom:10px;
    right:0;
    line-height: 14px;
    behavior:url(PIE.htc);
    visibility: visible;
}
.rubricator .item.open .close span{
    vertical-align: top;
    font-size:15px;
    font-family: 'robotobold';
    position:relative;
    top:-4px;
}
.content-3{
    width:100%;
   
    background: #E8E8E8;
    height:330px;
    overflow-y:hidden;
}
.content-3 .wrap{
    width:950px;
    margin:0 auto;
}
#tabs{
    margin:0;
    padding:0;
    list-style: none;
}
#tabs li{
    display: block;
    float:left;
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    /* text-shadow: 0px 1px 0px #123c7e; */
    margin: 30px 30px 10px 0;
}
#tabs li a{
    color: #0072bc;
    font-size:14px;
    text-decoration:none;
    border-bottom: 1px dotted #0072bc;
}
#tabs li.active a{
    color: #333;
    font-size:18px;
    border:none;
}
.gallery{
    height:274px;
    position:relative;

}
.gallery .inner{
    height:274px;
    position:relative;
    float:left;
    top:0;
    left:0;
}
.gallery .inner:first-child{
    display:block;
}
.gallery .inner .i{
   width:950px;
   height: 224px;
   overflow:hidden;
}
.gallery ul,.similar-products ul,.related-products ul{
    margin: 10px 0 0;
    padding:0;
    list-style: none;
    width:999px;
}
.similar-products ul,.related-products ul{
    width:980px;
}
.gallery ul li{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width:210px;
    height:190px;
    background:#fff;
    padding:8px;
    margin: 0 8px 0 0;
    border:2px solid #fff;
    float:left;
}
#gallery.user_tabs {
    padding:10px 0;
    
}
#gallery.user_tabs li {
    list-style:none;
}

.similar-products ul li{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width:208px;
    height:190px;
    background:#fff;
    padding:8px;
    margin: 0 8px 8px 0;
    border:1px solid #cad7e0;
    float:left;
}
.related-products ul li{
    width:226px;
    height:230px;
    background:#fff;
    margin: 0 8px 8px 0;
    float:left;
}
.related-products ul li .r{
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px;
    padding:8px;
    border:1px solid #cad7e0;

}
.gallery ul li:hover{
    border:2px solid #fff38d;
}
.gallery .bullet{
    margin:0 auto;
    text-align:center;
}
.gallery .bullet li{
    display:inline;
    float:left;
    margin:0 3px 0 0;
    width:6px;
    height:6px;
}
.gallery .bullet  a{
    width:6px;
    height:6px;
    display: inline-block;
    float:left;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    background: #666;
    behavior:url(PIE.htc);
    z-index:21;
    position: relative;
    margin:15px 3px 30px 0;
    text-decoration: none;
    font-size:0;
    text-align:center;
}
.gallery .bullet  a.selected{
    background: #fff;
}
.gallery .next, .gallery .prev{
    position:absolute;
    top:50%;
    margin-top:-40px;
    width:29px;
    height:30px;
    cursor:pointer;
    background:url(../images/gallery-btn.png) no-repeat;
    z-index:99;
    display:block;

}
.gallery .prev{
    left:-15px;
    background-position:0 -30px;
}
.gallery .next{
    left:100%;
    margin-left:-20px;
    background-position:-29px -30px;
}

.gallery .next:hover{
    background-position:-29px 0;
}
.gallery .prev:hover{
    background-position:0 0;
}
.content-4{
    width:940px;
    margin:20px auto;
    border-bottom:1px solid #DCDCDC;
    padding:0 20px;
}
.content-4 .left{
    width:640px;
    float:left;
}
.content-4 .right{
    width:290px;
    float:right;
    padding-left:10px;
}
.content-4 h3,.content-4 h1{
    color:#555;
    text-transform:uppercase;
    line-height:30px;
    font-size:18px;
    font-weight:normal;
}
.content-4 h4{
    color:#555;
    font-size:16px;
    margin:5px 0 10px;
    font-family:'robotobold';
    font-weight:normal;
}
.content-4 h5{
    color:#555;
    font-size:14px;
    font-family:'robotobold';
    font-weight:normal;
    margin:25px 0 10px;
}
.content-4 .item{
    width:310px;
    float:left;
    margin: 0 0 10px;
    height:120px
}
.content-4 .item img{
    width:55px;
    height:55px;
    float:left;
    margin: 0 15px 0 0;
    padding:0;
}
.content-4 .item .text{
    width:230px;
    float:left;
}
.content-4 .item .text p{
    color:#4d4d4d;
    margin:0;
    padding:0;
    line-height:15px;
}
.poll {
    position:relative;
    padding: 0 0 45px;
}

.poll ul{
    margin:0;
    padding:0;
    list-style: none;
}
.poll ul li label{
    display:block;
    margin:0 0 2px;
    color:#4d4d4d;
}
.poll ul li label input{
    display:inline;
    vertical-align: middle;
}
.poll ul li label span{
    display:inline;
    vertical-align: bottom;
    line-height:15px;
}
.poll .button{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    background:#0f7ecc /*#228eda*/;
    /*padding: 8px 14px;*/
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-shadow: 0px -1px 0px #123c7e;
    position:absolute;
    bottom:0;
    right:5px;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    behavior:url(PIE.htc);
}
.subscribe{
    margin:25px 0 15px;
    padding:0;
}
.subscribe .input-box{
        position:relative;
}
.subscribe h3{
    margin-bottom: 15px;
}
#subscribe-input,#newsletter{
    width:264px;
    height:16px;
    padding:10px;
    box-shadow:inset 0px 1px 1px 1px #eee;
    -webkit-box-shadow:inset 0px 1px 1px 1px #eee;
    border:1px solid #cad7e0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    font-size:14px;
    color:#000;
    behavior:url(PIE.htc);
}
#subscribe-input::-webkit-input-placeholder{
    font-family: 'robotoregular';
    font-size:14px;
    color:#000;
    opacity:1;
}
#subscribe-input:-moz-placeholder{
    font-family: 'robotoregular';
    font-size:14px;
    color:#000;
    opacity:1;
}
#subscribe-input::-moz-placeholder{
    font-family: 'robotoregular';
    font-size:14px;
    color:#000;
    opacity:1;
}
#subscribe-input:-ms-input-placeholder{
    font-family: 'robotoregular';
    font-size:14px;
    color:#000;
    opacity:1;
}
#subscribe-submit{
    position: absolute;
    height:30px;
    background: #0f7ecc;
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    right:8px;
    top:4px;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    text-shadow: 0px -1px 0px #123c7e;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    line-height:30px;
    padding:0 15px;
    behavior:url(PIE.htc);
}
.content-5{
    width:940px;
    margin:30px auto;
    margin-bottom: 40px;
}
.content-5 h2{
    color:#44617c;
    text-transform:uppercase;
    line-height:30px;
    font-size:18px;
    font-weight:normal;
    margin: 0 0 20px;
}
.content-5 h2 a{
   font-size:14px;
   margin-left: 25px;
}
.content-5 ul{
    margin:0;
    padding:0;
    list-style: none;
}
.content-5 ul li{
    display:block;
    float:left;
    width:450px;
    margin:0 20px 0 0;
}
.content-5 ul li h3 {
   font-size:14px;
   font-family:'robotobold';
   font-weight:normal;
   margin:0 0 10px;
}
.content-5 ul li h3 a:hover{
   color:#ff5a00
}
.content-5 ul li p{
    margin: 5px 0 0;
    line-height:15px;
}

.content-5 ul li img {max-width:450px;}
footer{
    background: #0072BC;
    display:block;
    padding: 5px 0 0px;
    color: #666;
}
footer .wrap{
    width:940px;
    margin:0 auto;
}
footer a img{
    border:none;
}
footer h4, footer p.titleh4{
    color: #FFCD00;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size: 15px;
    font-weight:normal;
    margin-bottom: 10px;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .wrap .col1{
      width: 300px;
      float:left;
      font-family: 'roboto_condensedbold';
      font-size: 14px;
      color: #FFF;
      text-align:left;
}

footer .wrap .col1 .callback {
  background: url(../images/call.png) no-repeat;
  width: 224px;
  height: 48px;
  margin: 10px 0px;
  background-size: 200PX;
}

footer .wrap .col1 .phone {
  /* color: #FFCE00; */
  /* font-family: 'roboto_condensedbold'; */
  /* font-size: 26px; */
  margin: 15px 0 15px;
  
  font-family: 'roboto_condensedbold';
  font-size: 24px;
  margin: 10px 0 10px;
  line-height: 22px;
  /* text-align: right; */
  } 
footer .wrap .col1 .phone a {
    display:block;
    color: #FFD500;
    text-decoration:none;
    margin-bottom:5px;
}
footer .wrap .col1 .logo{
    margin: 10px 0PX;
}
footer .wrap .col1 .contacts{
    margin-left: 15px;
    font-size:13px;
    line-height:20px;
}
footer .wrap .col1 .contacts small{
    font-family: 'roboto_condensedbold';
    color: #555;
    font-size:13px;
}
footer .wrap .col1 .contacts strong{
    font-family:'robotobold';
    font-weight:normal;
}
footer .social{
    margin:10px 0 0;
}
footer .social a{
    text-decoration:none;
}
footer .wrap .col2{
    width:320px;
    float:left;
    font-family: 'roboto_condensedbold';
    font-size: 13px;
}
footer .wrap .col2 .subcol{
    width:160px;
    float:left;
}

footer .wrap .col2 ul li{
    margin: 0 0 10px;
}
footer .wrap .col2 ul li a{
    color: #FFF;
}
footer .wrap .col2 ul li a:hover{
    color: #FFD000;
    TEXT-decoration: none;
}
footer .wrap .payments{
    width:180px;
    margin: 0 20px 0 30px;
    float:left;
}
footer .wrap .payments li{
    display:block;
    padding: 0 0 0 30px;
    line-height:25px;
    margin: 0 0 10px;
}
footer .wrap .payments li a{
    color: #666;
}
footer .wrap .payments li a:hover{
    color:#fff38d;

}
footer .wrap .payments li.jur{
    background: url(../images/jur.png) no-repeat;
}
footer .wrap .payments li.jur:hover{
    background: url(../images/jur-hover.png) no-repeat;
}
footer .wrap .payments li.kvit{
    background: url(../images/kvit.png) no-repeat;
}
footer .wrap .payments li.kvit:hover{
    background: url(../images/kvit-hover.png) no-repeat;
}
footer .wrap .payments li.robo{
    background: url(../images/robo.png) no-repeat;
}
footer .wrap .payments li.robo:hover{
    background: url(../images/robo-hover.png) no-repeat;
}
footer .wrap .delivery{
    width: 300px;
    float: right;
    line-height:15px;
    height: 250px;
    /* background: url(../images/man1.png) no-repeat; */
    /* height: 200px; */
    /* margin-bottom: -30px; */
    margin-top: 10px;
}
footer .bottom {
    font-family: 'roboto_condensedbold';
    font-size: 14px;
    color: #FFF;
    text-align: left;
    border-top: 1px solid #fff;
    margin-top:10px;
}
.product-list-item{
    position:relative;
    text-align:center;
}
.product-list-item .img{
    width: 200px;
    height: 110px;
    overflow:hidden;
    padding: 25px 0 0;
    margin:0 auto;
    z-index:5
}
.product-list-item .img a img{
    border:none;
}
.product-list-item .img a:hover{
    color:#ff5a00
}
.product-list-item table{
    display:table-cell;
}
.product-list-item table tr td.name{
    text-align:center;
    vertical-align: middle;
    height:50px;
}
.price-box{
    position:absolute;
    top:0;
    left:0;
    text-align:left;
    z-index:3
}

.price{
    float:left;
    background: #6fbf02;
    padding: 0 5px 0 6px;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    font-family: 'roboto_condensedbold';
    color:#fff;
    font-size:16px;
    height:29px;
    line-height:29px;
    behavior:url(PIE.htc);

}
.price-box-product{
    float:left;
    margin: 0 0 20px 24px;
}
.price-box-product.big .price{
    height:58px;
}
.price-box-product.medium{
    height:36px;
    margin-left:0;
}
.price-box-product.big .price{
    height:58px;
    font-size:32px;
    line-height:57px;
    padding: 0 5px 0 15px;
    border-radius:10px 0 0 10px;
    -moz-border-radius:10px 0 0 10px;
    -webkit-border-radius:10px 0 0 10px;
}
.price-box-product.medium .price{
    height:36px;
    font-size:20px;
    line-height:35px;
    padding: 0 5px 0 10px;
    border-radius:6px 0 0 6px;
    -moz-border-radius:6px 0 0 6px;
    -webkit-border-radius:6px 0 0 6px;
}
.shild{
    float:left;
    width:15px;
    height:29px;
    margin:0;
    padding:0;
    background:url(../images/shild.png) no-repeat;
}
.shild-big{
    float:left;
    width:25px;
    height:58px;
    margin:0;
    padding:0;
    background:url(../images/big-shild.png) no-repeat;
    background-size:contain;
}
.shild-medium{
    float:left;
    width:16px;
    height:36px;
    margin:0;
    padding:0;
    background:url(../images/medium-shild.png) no-repeat;
}
.price-box .currency,.price-box-product .currency{
    font-family: 'roboto_condensedregular';
    font-size: 13px;
}
.price-box-product.big .currency{
    font-size:30px;
    font-family:sans-serif;
}
.price-box-product.medium .currency{
    font-size: 14px;
}
.price-box .discount{
    height:29px;
    background: #cfe8ad url(../images/d-shild.png) right no-repeat;
    font-family: 'roboto_condensedbold';
    padding: 0 15px 0 6px;
    margin: 0 -5px 0 0;
    border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    float:left;
    font-size:16px;
    line-height:29px;
    behavior:url(PIE.htc);
    position:relative;
    color:#a3b887;
}
.price-box .discount hr{
    background: #a3b887;
    width: 4px;
    height: 14px;
    margin-left:30px;
    transform: skew(-75deg);
    -webkit-transform: skew(-75deg);
    -moz-transform: skew(-75deg);
    -o-transform: skew(-75deg);
    -ms-transform: skew(-75deg);
    position:absolute;
    bottom:0px;
    left:0;
    border:none;
}

.price-box-product.big .discount{
    height:58px;
    background: #cfe8ad url(../images/d-shild-b.png) right no-repeat;
    font-family: 'roboto_condensedbold';
    padding: 0 25px 0 6px;
    margin: 0 -18px 0 0;
    border-radius:10px 0 0 10px;
    -moz-border-radius:10px 0 0 10px;
    -webkit-border-radius:10px 0 0 10px;
    float:left;
    font-size:32px;
    line-height:57px;
    behavior:url(PIE.htc);
    position:relative;
    color:#a3b887;
}
.price-box-product.big .discount hr{
    background: #a3b887;
    width: 4px;
    height: 28px;
    margin-left:58px;
    transform: skew(-75deg);
    -webkit-transform: skew(-75deg);
    -moz-transform: skew(-75deg);
    -o-transform: skew(-75deg);
    -ms-transform: skew(-75deg);
    position:absolute;
    bottom:0px;
    left:0;
    border:none;
}
.price-box-product.medium .discount{
    height:36px;
    background: #cfe8ad url(../images/d-shild-m.png) right no-repeat;
    font-family: 'roboto_condensedbold';
    padding: 0 20px 0 6px;
    margin: 0 -12px 0 0;
    border-radius:6px 0 0 6px;
    -moz-border-radius:6px 0 0 6px;
    -webkit-border-radius:6px 0 0 6px;
    float:left;
    font-size:20px;
    line-height:35px;
    behavior:url(PIE.htc);
    position:relative;
    color:#a3b887;
}
.price-box-product.medium .discount hr{
    background: #a3b887;
    width: 4px;
    height: 18px;
    margin-left:38px;
    transform: skew(-75deg);
    -webkit-transform: skew(-75deg);
    -moz-transform: skew(-75deg);
    -o-transform: skew(-75deg);
    -ms-transform: skew(-75deg);
    position:absolute;
    bottom:0px;
    left:0;
    border:none;
}
.toolbar{
    /* border-bottom: 1px solid #DEDEDE; */
    height:40px;
    /*overflow:hidden;*/
    line-height:40px;
    color: #555;
    font-family: 'roboto_condensedbold';
    font-size:14px;
    position:relative;
}
.toolbar .limiter{
    float:left;
    padding:0 15px;
    border-right:1px solid #cad7e0;
    display:inline-block;
}
.toolbar .sorter{
    float:right;
    padding: 0 15px;
    border-left: 1px solid #DEDEDE;
    display:inline-block;
}
.toolbar .direct{
    float:right;
    padding:0 15px;
    border-left:1px solid #cad7e0;
    display:inline-block;
    font-size:22px;
    font-weight:bold;
}
.toolbar .direct a{
    text-decoration:none;
    color:#44617c;
}
.toolbar .limiter select{
    width:55px;
}
.toolbar .sorter select{
    width:97px;
}
.products-list ul{
    margin:0;
    padding:0;
    list-style:none;
    border-top: 1px solid  #DEDEDE;
    min-height: 205px;
}
.products-list ul li{
    padding:8px;
    width:215px;
    border-right: 1px solid  #DEDEDE;
    float:left;
    position:relative;
}
.products-list ul li:last-child{
    border-right:none;
}
.products-list ul li.last{
    border-right:1px solid #cad7e0 !important;
}
.products-list ul li:nth-child(3n+3){
    border-right:none !important;
}
.products-list ul.no-ntn li:nth-child(3n+3){
    border-right:1px solid #cad7e0 !important;
}
.products-list ul.no-ntn li:nth-child(4n+4){
    border-right:1px solid #cad7e0 !important;
}
.products-list ul.no-ntn li.last{
    border-right:none !important;
}

.products-list ul li .product-list-item{
    overflow:hidden;
    height: 240px;

}
.products-list ul li .product-list-item .img{
    height: 130px;
    z-index:5
}
.products-list  .fade .func{
    margin:5px 0 0;
    border-top:1px solid  #cad7e0;
    display:none;
    height:40px;
    line-height:40px;
}
.products-list  .fade .func .add-to{
    float:left;
    width:99px;
    border-right:1px solid  #cad7e0;
    text-align:center;
    padding: 0 10px;
    border-radius: 0 0 0 5px;
}
.products-list  .fade .func .add-to:last-child{
    border-right:none;
    border-radius: 0 0 5px 0;
    width:100px;
}
.products-list  .fade .func .add-to:hover{
    background:#0072bc;
}
.products-list  .fade .func .add-to a{
    color:#0072bc;
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    font-size:14px;
}
.products-list .fade .func .add-to:hover a{
    color:#fff;


}
.products-list .fade:hover{
    height:260px;
    width:240px;
    background:#fff;
    top:0px;
    left:-5px;
    border:1px solid  #cad7e0;
    box-shadow:0px 0px 8px #999;
    -webkit-box-shadow:0px 0px 8px #999;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    position:absolute;
    z-index:5;
    behavior:url(PIE.htc);
}

.products-list .fade:hover .func{
    display:block;
}
.products-list .fade:hover .price-box{
    top:8px;
    left:8px;
}
.product-list .fade:hover .img{
    width:220px !important;
    text-align: center !important;
}
.fade:hover .product-list-item{
    width:220px !important;
    height: 215px !important;
    padding: 0 8px;
}
/* Pager */
.pager { font-size:12px; overflow:hidden;height:40px;border-top:1px solid #cad7e0; text-align:center; }
.pager .pages {font-family: 'roboto_condensedregular'; margin:0 auto;width:698px; padding:0;text-align:center;}
.pager .pages ul {float:none;margin:0 0 0 0 !important;padding:0 !important;list-style: none; }
.pager .pages li { display:inline-block; margin:0 0 0 -3px !important;padding: 12px 0px;border-right:1px solid #cad7e0; }
.pager .pages .current {background:#e4ebef;font-weight:bold;color:#000;padding: 12px 19px;}
.pager .pages li a{color:#44617c;text-decoration: none;display:block;width:41px;height:40px;}
.pager .pages li:hover{background:#e4ebef;cursor:pointer}
.pager .pages li:hover a{color:#ff5a00;}
//.pager .pages li:first-child{padding: 12px 7px}
.pager .pages li:first-child:hover,.pager .pages li:last-child:hover{background:none;}
//.pager .pages li:last-child{padding: 12px 5px;border-right:none;}

.seo-text{
    margin: 40px 0 0;
    font-size:14px;
}
.seo-text h2{
    color:#44617c;
    text-transform: uppercase;
}
.compare-sidebar{
    margin: 10px 0;
    padding:25px 15px !important;
    color:#fff;
    font-family: 'roboto_condensedbold';
    font-size:14px;
    background:#0072bc;
    border:1px solid #0072bc;
}
.compare-sidebar h3,.compare-sidebar p.csh3{
    font-size:18px;
    margin:0 0 10px;
    padding:0;
    color:#fff;

}
.compare-sidebar a{
    color:#fff;
}
.compare-sidebar span{
    font-family: 'roboto_condensedregular';
    margin-right: 5px;
}
.block{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px solid #DCDCDC;
    padding:15px;
    width:190px;
    margin: 10px 0 10px;
    behavior:url(PIE.htc);
}
.block .block-title{
    color:#44617c;
    font-size:18px;
    font-family: 'roboto_condensedbold';
}
.block.block-banner{
    padding:0;
    border:none;
    width:210px;
}
.block-viewed{
    padding:0 !important;
    width:220px;
}
.block-viewed .block-title{
    height:50px;
    padding: 0 15px;
}
.block .block-title h4,.block .block-title p.titleh4 {
    font-weight:normal;
    line-height:50px;
    margin:0;
    padding:0;
}
.block-viewed .block-content{
}
.block-viewed .block-content ul{
    margin:0;
    padding:0;
    list-style: none;
}
.block-viewed .block-content ul li{
    border-top:1px solid #cad7e0;
    padding: 8px;
}
.block-viewed .product-list-item{
    width:204px;
}
.block-viewed .product-list-item .img{
    width: 80px;
    z-index:5
;
    padding: 0px;
}
.block-viewed .price-box{

}

.block-subscribe .block-title h4{
    line-height:30px;
}
.block-subscribe .input-text{
    width:90% !important;
    border:1px solid #cad7e0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 5px;
    box-shadow:inset 0px 1px 1px 1px #eee;
    -webkit-box-shadow:inset 0px 1px 1px 1px #eee;
}
.block-subscribe .button{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    background: #0f7ecc;
    /*padding: 8px 14px;*/
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-shadow: 0px -1px 0px #123c7e;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    margin:10px 0;
    behavior:url(PIE.htc);
}
button:hover,#subscribe-submit:hover{
    background:#228eda !important;
}
.block .block-title h5{
    font-weight:normal;
    font-size:14px;
    margin: 0 0 10px;
    font-family: 'robotobold';
}
.block .block-content .poll .button{
    float:none;
    left:0;
    width:100px !important;
}
.product-page{
    padding:0 2px;
}

.product-page h1{
    margin:0  0 20px;
    font-size:30px;
    line-height:32px;
    color: #44617c;
    font-weight:normal;
}
.product-page h2{
    margin:0 0 20px;
    font-size:18px;
    line-height:24px;
    color: #44617c;
    text-transform: uppercase;
    font-weight:normal;
}
.product-gallery{
    width:320px;
    margin: 0;
    float:left;
}
.product-gallery .big-img{
     border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width:100%;
    height:250px;
    border:1px solid #cad7e0;
    text-align: center;
    overflow:hidden;
}
.product-gallery .big-img a{
    text-decoration:none;
    vertical-align:middle;
    text-align: center;
}
.product-gallery .big-img a img{
    border:none;
    vertical-align:middle;
}
.product-gallery .additional-photos{
    width:320px;
    height:80px;
    overflow:hidden;
    margin: 3px 0 0;
    position:relative;
}
.product-gallery .additional-photos .next{
    position:absolute;
    right:0;
    top:50%;
    margin:-15px 0 0;
    width: 20px;
    height:32px;
    background: #0c5b8e url(../images/g-arr-r.png) 6px 6px no-repeat;
    opacity:0.95
}
.product-gallery .additional-photos .prev{
    position:absolute;
    left:0;
    top:50%;
    margin:-15px 0 0;
    width: 20px;
    height:32px;
    background: #0c5b8e url(../images/g-arr-l.png) 6px 6px no-repeat;
    opacity:0.95;
    display:none;
}
.product-gallery .additional-photos ul{
    list-style: none;
    margin:0;
    padding:0;
    width: 9999px;
    height:80px;
}
.product-gallery .additional-photos ul li{
    width:80px;
    height:72px;
    float:left;
    margin: 0 8px 0 0;
    padding: 4px 0 0;
}
.product-gallery .additional-photos ul li.active{
    background:url(../images/t-arr.png) 38px 0 no-repeat;
}
.product-gallery .additional-photos ul li a{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #cad7e0;
    width:80px;
    height:70px;
    display:block;
    overflow:hidden;
    text-align: center;
}
.product-gallery .additional-photos ul li a:hover{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:2px solid #0072bc;
    height:68px;
}
.product-gallery .additional-photos ul li.active a{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:2px solid #0072bc;
    height:68px;
}
.product-gallery .additional-photos ul li a img{
   width:80px;
}
.product-pricing{
    float:right;
    width: 590px;
}
.product-pricing h1{
    margin:0;
    padding: 0 0 0 24px;
    background:url(../images/h1-star.png) 0 5px no-repeat;
    font-size:30px;
    line-height:32px;
    color: #44617c;
    font-weight:normal;
}
.product-pricing .sale-block{
    margin:20px 0 0;
    position:relative;
}
.product-pricing .sale-block .inf{
    float:left;
    max-width:340px;
    margin: 0 0 20px 14px;
}
.product-pricing .sale-block .inf p{
    margin: 0 0 8px 15px;
    font-style:italic;
    font-size:14px;
}
.product-pricing .inp{
    margin: 10px 0 0 24px;
}
.product-pricing .inp .simple-summary{
    margin-bottom: 20px;
}
.product-pricing .inp input[type='text'],
.product-pricing .inp input[type='search']{
    width:45px;
    height:14px;
    padding:10px;
    box-shadow:inset 0px 1px 1px 1px #eee;
    -webkit-box-shadow:inset 0px 1px 1px 1px #eee;
    border:1px solid #cad7e0;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    font-size:18px;
    color:#000;
    behavior:url(PIE.htc);
    float:left;
    display:block;
}
.product-pricing.error .inp input[type='text'],
.product-pricing.error .inp input[type='search'] {
    border-color:#f00;
}
.product-pricing .p-add-to-cart {
    float:left;
    margin: 0 0 0 10px;
}
.product-pricing .plus{
    height:36px;
    width:36px;
    background:#0f7ecc url(../images/p-plus.png) 9px 9px no-repeat;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    float:left;
    display:block;
    margin: 0 0 0 5px;
}
.product-pricing .minus{
    height:36px;
    width:36px;
    background:#0f7ecc url(../images/p-minus.png) 9px 9px no-repeat;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    float:left;
    display:block;
    margin: 0 5px 0 0;
}
.product-pricing .inactive{
    background-color: #cad7e0 !important;
}
.product-pricing .button, .reviews .button,.checkout-types .button{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    background: #0f7ecc;
    padding: 0 14px;
    height:36px;
    line-height:36px;
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-shadow: 0px -1px 0px #123c7e;

    color:#fff;
    font-size:12px;
    cursor:pointer;
    margin:0;
    behavior:url(PIE.htc);
    float:left;
}
.reviews .button{
    float:none;
}
.product-page .chars{
    margin: 30px 0;
}
.product-page .chars .ch{
    margin:0 0 20px;
}
.product-page .chars p{
    margin: 0 0 10px;
    font-size:14px;
}
.product-page .chars .l-ch{
    float:left;
    width:45%
}
.product-page .chars.in-left .l-ch,.product-page .chars.in-left .r-ch{
    float:none;
    width:100%
}
.product-page .chars .r-ch{
    float:right;
    width:48%
}
.product-page .chars ul.char{
    margin:0;
    padding:0;
    list-style:none;
}
.product-page .chars ul.char li{
    padding: 0;
    position:relative;
    margin: 0 0 5px;
    font-size:14px;
    border-bottom:2px dotted #cad7e0;
    display:block;
    height:15px;
}
.product-page .chars ul.char li b{
    background:#fff;
    padding: 2px 2px 2px 0;
    font-weight:normal;
    font-family:'robotobold';
    position:absolute;
    left:0;

}
.product-page .chars ul.char li span,.product-page .chars ul.char li span .price{
    right:0;
    position:absolute;
    background:#fff;
    text-align:right;
    padding: 2px 0 2px 2px;
    color:#4d4d4d;
    font-family:'robotoregular';
    font-size:14px;
}
.product-page .chars ul.char li span .price{
    margin:0;
    padding: 0 !important;
}
.product-page .prod-descr li{ font-size:14px; margin:0 0 10px 10px; }
.similar-products{
    margin: 50px 0 0;
    float:none;
}
.product-page .line{
    height:1px;
    padding: 0 25px 0 0px;
    display:block;
    border-bottom:1px solid #cad7e0;
    width:100%;
    margin:50px 0 -15px -10px;
}
.related-products ul li .func{
    margin:0;
    height:40px;
    line-height:40px;
}
.related-products .func .add-to{
    border-right:1px solid  #cad7e0;
    border-bottom:1px solid  #cad7e0;
    border-left:1px solid  #cad7e0;
    text-align:center;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
    display:block;
}
.related-products .func .add-to:hover,
.related-products .func .add-to.active{
    background:#0072bc;
}
.related-products .func .add-to a{
    color:#0072bc;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom:1px dotted #0072bc;
    font-family: 'roboto_condensedbold';
    font-size:14px;
}
.related-products .func .add-to span{
    color:#0072bc;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'roboto_condensedbold';
    font-size:14px;
}
.related-products .func .add-to:hover a{
    color:#fff;
    border-bottom:1px dotted #fff;
}
.related-products .func .add-to.active span{
    color:#fff;
}
.related-products .func .add-to.active  span a{
    color:#fff38d;
    border-bottom:1px dotted #fff38d;
}
.catalog-list{
     padding:0 5px;
}
.reviews{
    margin:0 0 30px;
}
.reviews ul{
    margin:0;
    padding:0;
    list-style:none;
}
.reviews ul li{
    margin: 0 0 10px;
}
.reviews ul li .author{
    text-transform:uppercase;
    font-size:12px;
    color:#44617c;
    margin: 0 0 5px;

}
.reviews ul li h4{
    font-size:22px;
    color:#4d4d4d;
    font-weight:normal;
    margin:10px 0;
    line-height:26px;
}
.reviews ul li p{
    color:#4d4d4d;
    font-size:14px;
}

.rating-box { background:url(../images/star.png) repeat-x 0 -15px; height:15px; width:75px; }
.rating-box .rating { height:16px; background:url(../images/star.png) repeat-x 0 0; }

#super-product-table{
    border-collapse: collapse;
    width:100%
}
#super-product-table th,#super-product-table td{
    border-bottom:1px solid #cad7e0;
    padding: 15px 0;
    text-align:left;
    font-size:14px;
}
#super-product-table th{
    color:#44617c;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'roboto_condensedbold';
}
#super-product-table tfoot td{
    border:none;
}
#super-product-table tfoot td .price-box-product{
    float:right;
}
.a-right{
    text-align: right;
}
.price-box-table{
    white-space: nowrap;
}
.price-box-table .price{
    color:#000;
    font-size:24px;
    border:none;
    background:none;
}
.price-box-table .currency{
    font-size:16px;
    line-height:30px;
}
.price-box-table .discount{
    color:#cad7e0;
    font-size:18px;
    border:none;
    background:none;
    position:relative;
    /*text-decoration:line-through;*/
}
.price-box-table hr{
    background: #cad7e0;
    width: 4px;
    height: 18px;
    margin-left:34px;
    transform: skew(-75deg);
    -webkit-transform: skew(-75deg);
    -moz-transform: skew(-75deg);
    -o-transform: skew(-75deg);
    -ms-transform: skew(-75deg);
    position:absolute;
    bottom:-2px;
    left:0;
    border:none;

}

/*
* rating
*/
.form-add{display:none;}
.rrat{margin: 25px 0 0;}
#product-review-table{padding:0px;width:211px;margin: 0 0 15px;}
#product-review-table .radio{opacity:0.05;cursor:pointer;position:absolute; top:0; left:0;z-index:5}
#product-review-table .rate{position:relative;height:20px;}
#product-review-table .rate i{position:absolute; top:0; left:0;z-index:4;background:url(../images/star.png) 0px -16px no-repeat;display:block;opacity:1;width:20px;height:16px;}
#product-review-table .rate:hover i{background-position:0px -1px;}
#product-review-table th{font-weight:normal;text-align:left;}
#product-review-table td{padding:2px 0 0;}
/*.rating-box { background:url(../images/star.png) repeat-x 0 -16px; height:16px; width:80px; }
.rating-box .rating { height:16px; background:url(../images/star.png) repeat-x 0 0; }
*/
.ratings-table{border-collapse: collapse}
.ratings-table th{font-weight:normal; text-align: left;padding:0;}
/*
* forms
*
*/

.site-form fieldset,.dashboard{
    border:1px solid #cad7e0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior:url(PIE.htc);
    padding: 30px 40px;
}
.dashboard{
    margin:58px 0 0;
}
.site-form label{
    font-size: 16px;
    margin: 0 0 6px;
    display:block;
}
.site-form .input-text{
    width:90% !important;
    border:1px solid #cad7e0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 5px;
    box-shadow:inset 0px 1px 1px 1px #eee;
    -webkit-box-shadow:inset 0px 1px 1px 1px #eee;
    margin:0 0 20px;
    font-family: 'roboto_condensedbold';
    color:#000;
    font-size:18px;
}
.site-form .input-text[readonly] {
    background: #eee;
    color: #aaa;
}
.site-form .input-text[name=phone], .site-form .input-text[name=address] {
//    width:60%!important;
}
.site-form .input-text[name=address] {
    height:70px;
}
.site-form textarea{
    width:90% !important;
    border:1px solid #cad7e0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 5px;
    box-shadow:inset 0px 1px 1px 1px #eee;
    -webkit-box-shadow:inset 0px 1px 1px 1px #eee;
    height:150px;
    margin:0 0 20px;
    font-family: 'roboto_condensedbold';
    color:#000;
    font-size:18px;
}
.site-form ul{
    list-style: none;
    margin:0;
    padding:0;
}
.site-form .form-list li{
    float:left;
    width:47%;
    margin:0 10px 10px 0;
}
.in-left .site-form .form-list li{
    float:left;
    width:95%;
    margin:0 10px 10px 0;
}
.validation-advice{
    color:red;
}
.buttons-set{
    margin:15px 0;
}
button.button, .checkout_button{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    background: #0f7ecc;
    padding: 0 14px;
    height:36px;
    line-height:36px;
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-shadow: 0px -1px 0px #123c7e;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    margin:0;
    behavior:url(PIE.htc);
}
/*
* lk
*/
.lk .button{
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    background: #0f7ecc;
    padding: 0 14px;
    height:36px;
    line-height:36px;
    border:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-shadow: 0px -1px 0px #123c7e;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    margin:0;
    behavior:url(PIE.htc);
}
.lk h1{
    color:#44617c;
    font-size:30px;
    font-weight:normal;
    font-family:'roboto_condensedbold';
    margin: 0 0 30px;
    float:none;
}
.lk h2{
    color:#44617c;
    font-size:18px;
    font-weight:normal;
    font-family:'roboto_condensedbold';
    margin: 0 0 20px;
    float:none;
    text-transform: uppercase;
}
.lk h3{
    color:#44617c;
    font-size:18px;
    font-weight:normal;
    font-family:'roboto_condensedbold';
    margin: 0 0 20px;
    float:none;
    text-transform: uppercase;
}
.lk h4{
    color:#44617c;
    font-size:16px;
    font-weight:normal;
    font-family:'roboto_condensedbold';
    margin: 15px 0 8px;
    float:none;
}
.lk .checkbox, .control .checkbox{
    float:left;
}
.lk .rgt{
    float:right;
}
.lk .rtm30{
    margin-right: 30px;
}
.lk .lm15{
    margin-left:15px;
}
.lk .rm35{
    margin-right:35px;
}
.lk .swd{
    width:180px;
    float:left;
    margin:10px 0 0;
}
.lk .col-1{
    float:left;
    width:48%
}
.lk .col-2{
    float:right;
    width:48%
}
.lk .w100{
    width:100% !important;
}
.lk.tm45{
    margin-top:55px;
}
.lk .box-content{
    font-size:14px;
    line-height:20px;
}

.required em{
    font-style:normal;
    color:red;
    margin:0 5px;
}
.no-fl{
    float:none !important;
}
p.required{
    float:none;
    clear:both;
    display:block;
    width:100%;
    color:red;
}
.block-title{
    font-weight:normal;
}
.block-account{
    padding:15px 0 !important;
    width:220px;
    font-family:'roboto_condensedbold';
    font-size:18px;
    font-weight:normal;
}
.block-account a{
    font-family:'roboto_condensedbold';
    font-size:18px;
    font-weight:normal;
}
.block-account ul{
    list-style: none;
    margin:0;
    padding:0;
}
.block-account ul li{
    padding: 15px 30px;
    background:#fff;
}
.block-account ul li.current{
    background:#0072bc;
    color:#fff;
    text-shadow:0px 1px 0px #123c7e;
}
#my-orders-table{
    width:100%;
    border-collapse: collapse;
    margin: 10px 0 30px;
}
#my-orders-table tr td,#my-orders-table tr th{

    border-bottom:1px solid #cad7e0;
    padding: 15px 0;
    font-size:14px;
    line-height:20px;
    font-weight:normal;
    text-align:left;
}
#my-orders-table .price{
    background:none;
    color:#6fbf02;
    font-size: 16px;
    font-family: 'roboto_condensedbold';
    float:none;
}
#my-orders-table .currency{
    font-size:14px;
    color:#6fbf02;
    font-family: 'roboto_condensedregular';
}
#my-orders-table .total .currency{
    font-size:18px;
}
#my-orders-table .total .price{
    font-size:24px;
}
#my-orders-table .a-right{
    text-align:right;
}
#my-orders-table .order-content tr:last-child td,
#my-orders-table.order-parent tr:last-child td
{
    border-bottom:none;
}
#my-orders-table .total{
    color:#44617c;
    font-size:24px;
    font-family: 'roboto_condensedbold';
    font-weight:normal;
}
.grand_total strong{
    color:#44617c;
    font-size:18px;
    font-family: 'roboto_condensedbold';
    font-weight:normal;
}
.dashboard .fl-l{
    float:left;
}
.dashboard .fl-r{
    float:right;
}
.dashboard .mrb0{
    margin-bottom: 0px;
}
.dashboard.mrt20{
    margin-top:20px;
}
.dashboard #order-info-tabs{
    margin: 10px 0 0;
    padding:0;
    list-style: none;
}
.dashboard #order-info-tabs li{
    float:left;
    display:inline-block;
    margin:0 20px 10px 0;
    font-size:16px;
    font-family: 'roboto_condensedbold';
    font-weight:normal;
}
.dashboard #order-info-tabs li.current{
    color:#000;
}
.dashboard .order-info{
    margin:10px 0 30px;
    border-top:1px solid #cad7e0;
    border-bottom:1px solid #cad7e0;
    padding:10px 0 10px;
}
/*
* cart
*/
.cart h1{
    color:#44617c;
    font-size:30px;
    font-family: 'roboto_condensedbold';
}
.cart-table{
    border:none;
    border-collapse: collapse;
    width:100%;

}
.cart-table tbody th,.cart-table tbody td{
   border-bottom:1px solid #cad7e0;
   padding: 20px;
   vertical-align: middle
}
.cart-table tfoot td{
    border-bottom:1px solid #cad7e0;
}
.cart-table .product-name{
    font-size:16px;
}
.cart-price,.cart-price .price{
    background:none;
    color:#6fbf02;
    font-size: 32px;
    font-family: 'roboto_condensedbold';
    white-space: nowrap;
}
.cart-table .currency{
    font-size:18px;
    color:#6fbf02;
    font-family: 'roboto_condensedregular';
}
.cart-unit{
    font-size:16px;
    font-family: 'roboto_condensedregular';
    line-height:40px;
    margin: 0 15px;
}
.cart-table .product-pricing{
    float:none;
    width:100%;
    min-width:240px;
}
.cart-table .product-pricing .inp{
    margin:0
}
.cart-table img{
    border:1px solid #cad7e0;
}
.cart-table .btn-remove{
    background:url(../images/btn-remove.png) no-repeat;
    width:24px;
    height:24px;
    display:block;
    text-decoration:none;
    font-size:0px;
}
.cart-table .totals td,.cart-table .totals th{
    border:none;
}
.cart-table .totals{
    float:right;
}
#shopping-cart-totals-table td{
   padding: 20px;
}
#shopping-cart-totals-table .price{
    background:none;
    color:#6fbf02;
    float:none;
    font-family: 'roboto_condensedbold';
}
.checkout-types{
    float:right;
    list-style: none;
    margin:20px 0;
    padding:0;
}
.checkout-types li{
    display:block;
    float:none;
    margin: 0 0 10px;
}
.cart-total-header{
    color:#44617c;
    font-size:30px;
    font-family: 'roboto_condensedbold';
}
.hovercart{
    position:absolute;
    top:30px;
    left:-70%;
    z-index:96;
    display:none;
}
.hovercart{
    text-shadow:none;
    font: 12px/18px 'robotoregular';
    color:#4d4d4d !important;
}
.hovercart a{
    text-shadow:none !important;
}
.hovercart .hover-triangle{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    position:relative;
    z-index:98;
    margin: 0 0 0 150px;
}
.hovercart .hovercart-block{
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior:url(PIE.htc);
    box-shadow: 0px 0px 10px #7C7C7C;
    width:330px;
    height:100%;
    position:relative;
    z-index:97;
    padding: 0;
}
.hovercart ul{
    list-style: none;
    margin:0;
    padding:0
}
.hovercart ul li{
    padding:10px 10px 5px 10px;
    float:none;
    display:block;
    border:none !important;
    border-bottom:1px solid #cad7e0 !important;
    line-height:18px;
}
.hovercart ul li .img{
    width:80px;
    float:left;
}
.hovercart ul li .cont{
    float:left;
    width:230px;
}
.hovercart .price{
    color:#6fbf02;
    font-size:16px;
    background:none;
    padding:0;
    margin:0;
    display:inline;
    float:none;
}
.hovercart .currency{
    font-size:14px;
    color:#6fbf02;
    font-family: 'roboto_condensedregular';
}
.hovercart .cont a{
    text-shadow: none;
    color:#0072bc !important;
    font-family: 'robotoregular';

}

.hovercart ul li a:hover{
    color:#ff5a00 !important;
}
.hovercart .hover-total{
    display:block;
    padding: 10px 20px 5px 40px;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    font-size:14px;
    color:#44617c;
    font-weight:normal;
}
.hovercart .hover-total .currency{
    text-transform: none;
}
.hovercart .funct{
    margin:5px 0 0;
    border-top:1px solid  #cad7e0;
    display:block;
    height:40px;
    line-height:40px;
}
.hovercart .funct .add-to{
    float:left;
    width:144px;
    border-right:1px solid  #cad7e0;
    text-align:center;
    padding: 0 10px;
    border-radius: 0 0 0 5px;
}
.hovercart .funct .add-to:last-child{
    border-right:none;
    border-radius: 0 0 5px 0;
    width:145px;
}
.hovercart .funct .add-to:hover{
    background:#0072bc;
}
.hovercart .funct .add-to a{
    color:#0072bc;
    text-transform: uppercase;
    font-family: 'roboto_condensedbold';
    font-size:14px;
}
.hovercart .funct .add-to:hover a{
    color:#fff;
}
.cart-item-message{
    font-family: 'robotoregular';
    color:red;
}
#cart-overlay{
    position:absolute;
    top:50%;
    left:50%;
    background:#fff;
    width:36px;
    height:36px;
    z-index:99;
    background: url(../images/loading.gif) no-repeat;
}

.clnews-item{
    margin-top:60px;
}
.clnews-item .date{
    font-size:12px;
}
.clnews-item h5{
    margin-bottom: 10px;
}
clnews-item .mt0{
    margin-top:0 !important;
    padding-top:0 !important;
}
/*
*
*/
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {font-size:14px; font-family:'robotoregular';border-radius:5px;-moz-border-radius:5px; -webkit-border-radius:5px; border-style:solid !important; border-width:1px !important; /*background-position:10px 9px !important; background-repeat:no-repeat !important;*/ min-height:24px !important; padding:10px 8px 6px 30px !important; }
.error-msg { border-color:#ed1c24; background-color:#ffe1e1;/* background-image:url(../images/i_msg-error.gif);*/ color:#ed1c24; }
.success-msg { border-color:#6fbf02; background-color:#e6f6d0; /*background-image:url(../images/i_msg-success.gif);*/ color:#65ab05; }
.note-msg,
.notice-msg { border-color:#0072bc; background-color:#e3eef5;/* background-image:url(../images/i_msg-note.gif);*/ color:#0072bc; }

/*
* clear
*/
.header-block .center ul:after,.header-block:after,
.content-1:after,.sale-main-block:after,.rubricator:after,
#tabs:after,.gallery ul:after,.content-3:after,.content-4:after,
.content-5 ul:after,footer:after,footer .wrap:after,.main:after, .toolbar:after,
.products-list ul:after,.advanced-navigation:after,
.block-content:after, .product-page .chars:before,
.product-page .ch:after,.chars:after,.product-page .chars ul li:after,
.product-pricing .sale-block .inp:before,.product-content-1:after,
.related-products ul li:after,.similar-products:before,
.checkout-types li:after,.hovercart ul li:after,
.search-autocomplete li .amount:after,.search-autocomplete li:after{
    display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;
}

/**
* cms map
*/
ul.cms-map-col{
	float:left;
	width: 30%;
	margin:0 1%;
	padding:0;
	list-style:none;
}
ul.cms-map-col li{
	display:block;
	margin: 0 0 8px;
}


/* blockcategories.tpl */
#categories_block_left {
    background: #0072bc;
    margin-top: 0px;
    border: 1px solid #2C7FC5;
}

#categories_block_left h4 {/* background:#333333; */font-family: 'roboto_condensedbold';    font-size: 18px;color: #FFF;margin: 0 0 10px 0;}
#categories_block_left .block_content {/* border:1px solid #d9d9d9; *//* margin-top:1px; */ /* padding:0px; *//* background:#f8f8f8 */}
#categories_block_left ul.tree {padding:0px 0 0 0;}
#categories_block_left ul.tree li:first-child {border-top:0px}
#categories_block_left ul.tree li {padding:4px 9px;position:relative;/* border-top:1px solid #d9d9d9; */list-style: none;}
#categories_block_left ul.tree li a {/* background:url(../images/marker.png) no-repeat left 4px; */font: 14px/18px 'roboto_condensedregular'; color: #FFF; /* padding-left:14px */}
#categories_block_left ul.tree li a:hover {color: #FFFFFF; /* background:url(../images/marker-hover.png) no-repeat left 4px */text-decoration: none;}

#categories_block_left ul.tree a.selected {background: url(../images/marker-hover.png) no-repeat left 8px; font-weight: normal;text-decoration: none;padding-left: 15px;}

#categories_block_left ul.tree li ul {margin-left: -40px; width: 160px;/* background:#ecebeb; */ margin-bottom:-4px; /* border-top:1px solid #d9d9d9; */ margin-top:4px}
#categories_block_left ul.tree li ul li {padding:4px 0 4px 24px;}
#categories_block_left ul.tree li ul li a {background:none; font: 13px/18px 'roboto_condensedregular'; color: #FFF; padding-left:0}
#categories_block_left ul.tree li ul li a:hover {background:none;}
#categories_block_left ul.tree li ul li a.selected {background: url(../images/marker-hover.png) no-repeat left 7px;color: #FFFFFF;font-weight:normal;text-decoration: none;}

#categories_block_left span.grower {width:7px;height:7px;display:block;cursor:pointer;position:absolute;right:8px;top:10px;}
#categories_block_left span.OPEN {background:url(../images/categories_minus.png) 0px 0px no-repeat;}
#categories_block_left span.CLOSE {background:url(../images/categories_plus.png) 0px 0px no-repeat;}

ul.maincatview {}

ul.maincatview li.maincatview1{width: 190px; display:inline-block;
height: 190px;
list-style:none;border: 3px solid #E8E8E8;border-radius: 5px;padding: 5px;margin: 5px;}

ul.maincatview li.maincatview1:hover {border-color:#FFF2B2;}
ul.maincatview li.maincatview1 a{
	background-repeat:no-repeat;	  
	width: 190px;  
	height: 190px;
  display: block;  
	background-size: 180px;
  padding-top: 150px;
  text-align: center;
  font-family: 'roboto_condensedbold';
  font-size: 14px;
  text-decoration: none;
	background-position: top center;
	  color: #555;
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
ul.maincatview li.maincatview1 a:hover { color: #0072BC;}
ul.maincatview li.maincatview1:hover a,ul.maincatview li.maincatview1:hover a:hover
{background-size: 190px;
 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;}

.product-page p.titleh2 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
  color: #44617c;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'roboto_condensedbold';}
  
  p.titleh2 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
  color: #44617c;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'roboto_condensedbold';}
  
h3.pname {line-height: 22px;
  font-size: 13px;
  color: #0072BC;}
  
h3.pname:hover {text-decoration:none;}

#product-ikea-add-auto-article {
	box-sizing: border-box;
	height: 36px;
	padding-right: 90px;
	padding: 5px 90px 5px 20px;
	border-radius: 5px;
	box-shadow: none;
	border: 1px solid #CCC;
	font-size: 20px;
	font-weight: bold;

}
.error #product-ikea-add-auto-article {
    border-color:#f00;
}
#product-ikea-add-auto-article-wrapper {
	position: relative;
	margin: 10px 10px;
	/* padding: 5px; */
	/* border-radius: 5px; */
}
#product-ikea-add-button {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#product-ikea-add-button:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-right: 18px solid #FFCD00;
	position: absolute;
	top: 0;
	left: -18px;
}
#product-ikea-add-button:hover:before {
	border-right-color: #0072BC;
}
#product-ikea-add-button input {
	display: block;
	border: 0;
	width: 100%;
	height: 100%;
	padding: 0 35px;
	background-color: #FFCD00;
	color: #000;
	cursor: pointer;
	/* font: 16px/18px 'robotoregular'; */
	font-family: 'roboto_condensedbold';
	font-size: 18px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
    transition:a ll 0.3s;
}
#product-ikea-add-button:hover input {
	background-color: #0072BC;
    color:#fff;
}
#product-ikea-add-button input:focus {
	outline: 0;
}
#product-ikea-add-button:after  {
  content: ' ';
  position:absolute;
  width: 16px;
  height: 16px;
  border: 3px solid #ffcd00;
  border-top-color: #0072BC;
  border-radius: 50%;
  animation: loader-rotate 1s linear infinite;
  top: 8px;
  left:5px;
  display:none;
}
.ikea-product-label {
    display:block;
    margin-bottom:10px;
    text-align:right;
    padding-right:15px;
}
.ikea-product-label span {
    display:inline-block;
    background:#0f7ecc;
    color:#fff;
    font-size:12px;
    padding:4px 7px;
    border-radius:3px;
}
.ikea-product-price-desc:before {
    content:"";
    display:block;
    clear:both;
}
.ikea-product-price-desc {
    margin-left:25px;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 300;
}
.ikea-desc-price .price-box-product {
    margin-bottom:5px;
    float:right;
    padding-right: 10px;
}
.ikea-product-old-price {
    font-weight:bold;
    font-size:14px;
    margin-left:25px;
    margin-bottom:5px;
    text-align:right;
}
.ikea-total-price .currency {
    color: #6fbf02;
    font-size: 30px;
    font-family: sans-serif;
}
.partner-form-total dt .currency {
    font-size: 20px;
    font-family: sans-serif;
    font-weight:normal
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0); 
  }
  100% {
    transform: rotate(360deg);
  } 
}

#product-ikea-add-button.loading:after {
    display:block;
}
.search_ikea_field {width:100%;}

.nnn{text-align: left;
    color: #445B7B;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    width: 85%;
    margin: 0px 30px;
    height: 180px;}

.nnn p { color: #445B7B;font-size: 16px;text-align: center;
    line-height: 20px;
   font-family: 'roboto_condensedbold';
    font-weight: normal;
 text-align:left;
 margin:0px;
   }


.region-modal-overlay {
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:999;
    background:#333;
    opacity:0.7;
}
.region-modal {
    width:600px;
    height:400px;
    background:#fff;
    box-shadow: 0px 0px 8px #333;
    font-family: 'roboto_condensedbold';
    border-radius:10px;
}
.region-modal-wrapper .region-modal {
    position:fixed;
    top:50%;
    margin-top:-200px;
    left:50%;
    margin-left:-300px;
//    top: calc(50% - 200px);
//    left: calc(50% - 300px);
    z-index:1000;    
}
.region-modal-header {
    background:#0072BC;
    padding:30px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.region-modal-header .logo {
    font-size: 20px;
    color: #FFFFFF;
}
.region-modal-header .logo a {
    margin-bottom:10px;
    line-height:30px;
}
.region-modal-header .logo p {
    margin: 0px;
    line-height: 25px;
    padding-left: 5px;
}
.region-modal-body {
    padding:20px 30px;
}
.region-modal-title {
    line-height: 30px;
    font-size: 30px;
    font-weight:bold;
    color: #44617c;
}
.region-modal-list {
    padding:0;
}
.region-modal-list li {
    list-style:none;
    display:inline-block;
    margin:10px 20px 10px 0;
}
.region-modal-list li a {
    text-decoration:underline;
    font-size: 20px;
}
.region-modal-list li a:hover {
    text-decoration:none;
}
.region-modal-list li a.current {
    color:#FFCD00;
    text-decoration:none;
    cursor:default;
}
.hide {
    display:none;
}

.iconmain01 {font-size: 40px;
    line-height: 100px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #FFCF00;
    text-align: center;
    margin: 10px auto;
    height: 100px;
    width: 100px;
    clear: both;
    background: #FFCD00;
    color: #44617C;
display:block;
text-decoration:none;}
 
 .iconmain01:hover {    background: #FFD62F;}
 .iconmain02 {font-size: 40px;
    line-height: 70px;
    padding: 10px;
    border-radius: 50%;
    border: 5px solid #FFCD00;
    text-align: center;
    margin: 10px auto;
    height: 70px;
    width: 70px;
    clear: both;
    background: #FFFFFF;
    color: #44617C;
    display: block;
    text-decoration: none;}
 
 .iconmain02:hover {    background: #FFD62F;}
.iconmain01  i {font-size: 60px;
 line-height: 100px;}
.clear {clear:both;}
.main_rek01 {display:inline-block; vertical-align:top; width:30%; padding:10px;}
 .main_rek02 {display:inline-block; vertical-align:top; width:22%; padding:10px;}
p.th2 {font-size: 30px;text-align: center;
    line-height: 30px;
   font-family: 'roboto_condensedbold';
    font-weight: normal;
    color: #44617c;
margin:20px;}
 
p.th3 {font-size: 1.7em;text-align: center;
    line-height: 24px;
   font-family: 'roboto_condensedbold';
    font-weight: normal;
    color: #44617c;
margin:20px;}
 
 p.th4 {font-size: 16px;text-align: center;
    line-height: 20px;
   font-family: 'roboto_condensedbold';
    font-weight: normal;
    color: #44617c;
margin:20px;}
.main_topblock {width:99%; height:100px; overflow:hidden;display: block;
  line-height: 100px;
    font-size: 24px;
    /* line-height: 24px; */
    font-family: 'roboto_condensedbold';
    font-weight: normal;
 text-align: center;
text-decoration:none;
border:3px solid #EEE;}
.main_topblock01 {background:url(../images/back002.png) top left no-repeat;
border-top-right-radius:10px;border-top-left-radius:10px;} 
.main_topblock02 {background:url(../images/back004.png) top left no-repeat;
position:relative;
border-top:0px solid #EEE; border-bottom:0px solid #EEE;}
 .main_topblock02  div {    position: absolute;
    top: 20px;
    right: 5px;
    color: #222;
    font-size: 20px;
    width: 110px;
    height: 25px;
 }
.main_topblock03 {background:url(../images/back003.png) top left no-repeat;
border-bottom-right-radius:10px;border-bottom-left-radius:10px;} 


.partner-items {
    margin: 20px 0;
    display:flex;
    flex-wrap:wrap;
}
.partner-items:after {
    content:' ';
    display:block;
    clear:both;
}
.partner-item {
    width:24%;
    margin:0.4%;
    border:3px solid #EEE;
    box-sizing:border-box;
    padding:5px;
    border-radius:10px;
    transition:0.25s;
    display:inline-block;
}
.partner-item:hover {
    box-shadow: 0px 0px 20px #999;
}
.partner-item .partner-item-image  {
    display:block;
    width:200px;
    height:200px;
    text-align:center;
    line-height:200px;
    margin:0 auto;
}
.partner-item .partner-item-image img{
    max-width:100%;
    max-height:100%;
    display:inline-block;
    vertical-align:middle
}
.partner-item .partner-item-name {
    font-size:20px;
    font-weight:bold;
    margin:10px 5px;
    text-decoration:underline;
    height:36px;
}
.partner-item .partner-item-name:hover {
    text-decoration:none;
}
.partner-item .partner-item-description {
    height:56px;
    margin:5px;
    overflow:hidden
}
.partner-item .button{
    width:100%
}
.partner-table-head {
    background: #0072bc;
    color: #fff;
}
.partner-table-head li {
    font-weight:bold;
    font-size:20px;
}
.partner-table-form {
    border:2px solid #0072bc;
    border-radius:5px;
//    border-bottom-left-radius: 0;
//    border-bottom-right-radius: 0;
    position:relative;
}
.partner-table-list .partner-table-row {
    border-bottom: 1px dashed #0072bc;
}
.partner-table-row {
    width:100%;
    position:relative;
    padding:40px 0 10px 0 !important;
}
.partner-table-list .partner-table-row:first-child {
    padding:10px 0 !important;
}
.partner-table-list .partner-table-row:last-child {
//    border-top: none;
//    padding-bottom:30px!important;
}
.partner-table-row li {
    display:inline-block;
    vertical-align:top;
    list-style:none;
    margin:0;
    padding: 0 5px 0 15px;
    box-sizing: border-box;
    
}
.partner-table-head li {
    padding-left:20px
}
.partner-form-title {
    font-weight:bold;
    font-size:18px;
    margin:10px 10px 20px 10px;
    line-height:22px;
}
.partner-table-cell-remove {
    display:block;
    position:absolute;
    right:25px;
    top:5px;
    width:20px;
    height:20px;
}
.partner-table-cell-product {
    width:45%;
}
.partner-table-cell-price {
    width:17%;
}
.partner-table-cell-amount {
    width:20%;
}
.partner-table-cell-total {
    width:16%;
}
.partner-table-cell-comment {
    width:100%;
}
.partner-table-cell-comment input[type=text] {
    width:97.5%!important
}
.partner-table-list .partner-table-row:last-child .partner-table-cell-comment {
//    bottom:30px;    
}
.partner-table-cell-amount .product-pricing .inp {
    margin: 0;
}
.partner-table-cell-comment textarea {
    height:78px;
    width:96%!important;
    margin-left: 3px;
}
.partner-form-field-comment textarea {
    height:136px;
    width:100%!important;
    margin-left: 3px;
    box-sizing: border-box;
}
#js-new-product-row {
    display:none;
}
.add_button {
    display:inline-block;
    background: #FFCD00 url(../images/p-plus.png) 7px 10px no-repeat;
    background-size:18px;
    padding: 8px 10px 9px 30px;
    border: 1px solid #FFCD00;
    border-radius:5px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-shadow: 1px 1px 1px #aaa;
    cursor:pointer;
    text-decoration:none;
}
.add_button:hover {
    background-color: #FFCD00!important;
    color:#fff!important; 
}
.add-product-row {
    text-align:left;
    padding:10px 20px;
}
#partner_form .add_button {
//    position:absolute;
//    bottom:10px;
//    right:10px;;
} 
.partner-form-total {
    background:#0072bc;
    color:#fff;
        
}
.partner-form-total dl {
    width:100%;
    display:block;
    margin:0;
}
.partner-form-total dd, .partner-form-total dt {
    display:inline-block;
    margin:0;
    padding:5px 10px;
    box-sizing:border-box;
}
.partner-form-total dd {
    width:74%;
    text-align:right;
    font-size:18px;
}
.partner-form-total dt {
    width:25%;
    text-align:left;
    font-size:22px;
    color: #ffd500;
    font-weight: bold;
}

.price-main-field * {
    font-size: 28px!important;
}
.hide {display:none}
.sidebar-partner-image {
    max-width:200px;max-height:200px;
}
.partner-form-total {
    padding: 10px 0;
}
.radio {
    display:block;
//    width: 300px;
    margin:10px;
}
.radio input {
    display:none;
}
.radio [type=radio] + label span, .radio [type=checkbox] + label span {
    display:inline;
    vertical-align:top;
}
.radio [type=radio] + label, .radio [type=checkbox] + label {
    position:relative;
    cursor:pointer;
}
.radio [type=radio] + label:before, .radio [type=checkbox] + label:before {
    content: ' ';
    display:inline-block;
    width:16px;
    height:16px;
    border:2px solid #cad7e0;
    border-radius: 3px;
    box-sizing:border-box;
    margin-right:5px;
}
.radio [type=radio]:checked + label:after, .radio [type=checkbox]:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 0px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity:0;
    transition: all 0.5s;
}
.radio.disabled [type=radio] + label:before, .radio.disabled [type=checkbox] + label:before {
    border-color:#efefef;
}
.radio.disabled * {
    color:#ccc;
}
.radio [type=radio]:checked + label, .radio [type=checkbox]:checked + label {
    font-weight:bold;
    color:#0072bc;
}
.radio [type=radio] + label p,
.radio [type=checkbox] + label p {
    font-weight:normal!important;
    margin:0 0 0 25px;
}
.radio [type=radio]:checked + label:before, .radio [type=checkbox]:checked + label:before {
    border-color:#0072bc;
    background:#0072bc;
}
.radio [type=radio]:checked + label:after, .radio [type=checkbox]:checked + label:after {
    opacity:1;
}
.radio-description {
    display:none;
    padding-left:25px;
    font-size:13px;
    width:100%;
    box-sizing:border-box;
}
.radio-description * {
    font-size:13px!important;
}
.radio [type=radio]:checked + label + .radio-description, .radio [type=checkbox]:checked + label + .radio-description {
    display:inline-block;
}
.partner-form-field-callme .radio, .partner-form-field-registerme .radio {
    margin:0 0 10px 0;
}
.partner-form-field-contact, .partner-form-field-login, .partner-form-networks {
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    padding:10px;
    vertical-align:top;
}
.partner-form-field-comment {
    width:49%;
    display:inline-block;
    box-sizing:border-box;
    padding:10px;
    vertical-align:top;
}
.partner-form-field-button {
    padding:10px 0px 10px 10px;
}
.partner-form-field-button .button, .partner-form-field-button .button:hover {
    background:none!important;
    padding: 0;
//    float:right;
}

#partner_form .info, 
#partner_form .email_exists_error,
.site-form .info {
    display:none;
    color:red;
    line-height:20px;
}
#partner_form .error .info, 
#partner_form .email_exists .email_exists_error,
.site-form .error .info  {

    display:block;
}
.input-box.error .input-text, .input-box.email_exists .input-text {
    border-color:red;
    margin-bottom:0;
}
#partner_form {
    position:relative;
}
#partner_form .loader {
    display:none;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    width:100%;
    background:#fff;
    opacity:0.6;
    z-index:999;
}
#partner_form.loading .loader {
    display:block;
}

.alert_error, .alert_success {
//    opacity:0.6;
    padding:10px 20px;
    font-size:16px;
    color: #fff;
    text-shadow:1px 1px px #666;
    width:100%;
    margin:10px 0;
    border-radius:10px;
    box-sizing:border-box;
}
.alert_error p, .alert_success p {
    color:#fff;
    font-size:14px;
}
.alert_error p strong, .alert_success p strong {
    font-size:16px;
}
.alert_error p small, .alert_success p small {
    font-size:12px;
}
.alert_error {
    background:red;
}
.alert_success {
    background:rgb(46, 162, 46);
    
}
.alert_success a {
    color:#eee;
    text-decoration:underline
}
.alert_success a:hover {
    color:#eee;
    text-decoration:none
}
.notify-in-field {
    margin-bottom:10px;
}
.notify-in-field label, .notify-in-field .select {
    display:inline-block;
    vertical-align: top;
    line-height:20px;
}
.notify-in-field label {
    margin-right:20px;
}

.address-list, .phone-list {
    width:400px;
}

.f-left {float:left}
.f-right {float:right}
.rightmargin40 {margin-right:40px!important}
.defaulting_radio {
    
}
.defaulting_radio input {
    display:none;
}
.defaulting_radio label{
    display:inline-block;
    line-height:16px;
    font-size:12px;
    cursor:pointer;
    position:relative;
    padding-left:15px;
}
.defaulting_radio label span, .remove-address-link span {
    border-bottom:1px dotted #777;  
    color:#777;  
}
.remove-address-link {
    text-decoration:none;
    float:right;
    padding-right:35px;
}
.remove-address-link:hover span {
    border-bottom:1px solid #777;  
}
.remove-address-link span {
    color:#ff1111;
}
.defaulting_radio label:hover span {
    border-bottom:1px solid #777;
}
.defaulting_radio input:checked + label {
    cursor:default;
}
.defaulting_radio label:before {
    content:'';
    display:inline-block;
    width:13px;
    height:5px;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 4px;
}
.defaulting_radio input:checked + label:before {
    border-color:transparent;
    border-bottom:1px solid #0072bc;
    border-left:1px solid #0072bc;
    border-color:#0072bc;
    
}
.defaulting_radio input:checked + label span {
    color:#0072bc;
    font-weight:bolder;
    border-bottom:none;
}
.info-red {
    color:red;
    font-size: 14px;
    padding: 5px 10px;

}
.padding20 {
    padding:20px;
}
.light-btn {
    color:#0072BC!important;
    border:2px solid #0072BC!important;
    border-radius:6px;
    background:#fff!important;
    padding:5px 20px;
    cursor:pointer;
    margin: 5px 10px;
    font:bold 16px/20px robotoregular!important;
    font-weight:bold;
    text-transform:none!important;
    box-shadow: 1px 1px 2px #999;
    height:46px;
    vertical-align:top;
}
.light-btn small {
    font-weight:normal;
    display:block;
    font-size:13px;
    line-height:0.9;
}
.light-btn span {
    line-height:30px;
    display:inline-block;
    vertical-align:middle;
}
.light-btn:hover, .light-btn.active{
    color:#fff!important;
    border-color:#ffd603!important;
    background:#ffd603!important;
    text-shadow:1px 1px 1px #999;
    outline:none;
    box-shadow: 2px 2px 3px #999;
}
.green-btn {
    color:#fff!important;
    border:2px solid #6fbf02 !important;
    border-radius:6px;
    background:#6fbf02 !important;
    padding:5px 20px;
    cursor:pointer;
    margin: 5px 10px;
    font:16px/20px robotoregular!important;
    font-weight:normal;
    text-transform:none!important;
    height:46px;
    vertical-align:top;
}
.green-btn small {
    font-weight:normal;
    display:block;
    font-size:13px;
    line-height:0.9;
}
.green-btn span {
    line-height:30px;
    display:inline-block;
    vertical-align:middle;
}
.green-btn:hover, .green-btn.active{
    color:#fff!important;
    border-color:#0072bc!important;
    background:#0072bc!important;
    outline:none;
}
.form-select {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 5px 0px;
    width: 93%;
    height: 33px;
    margin-bottom:10px;
    font:16px 'roboto_condensedbold';
}
.js-login-error {
    width: 93%;
}

[name=address_id] {
    margin-top:10px;
}
#ikea_products_block {
    padding: 10px 0 20px 0;
}


ul.ikea-table-row {
    border-top: 1px solid #0072bc;
    padding: 10px 0 10px 0;
    position:relative;
}
ul.ikea-table-row:after {
    content:'';
    clear:both;
    display:block;  
}
.ikea-table-row li {
    display:inline-block;
    vertical-align:top;
}
.ikea-row-remove {
    position:absolute;
    right:10px;
    top:10px;
}
.ikea-row-image {
    width:240px;
    float:left
}
.ikea-row-image a {
    width:240px;
    height:240px;
    display:block;
    margin:0 auto;
    line-height:240px;
    padding:0 10px;
    box-sizing:border-box;
}
.ikea-row-image a img {
    max-width:100%;
    max-height:100%;
    display:inline-block;
    vertical-align:top;
}
.ikea-row-desc  {
    width:500px;
}
.ikea-row-total {
    float:right;
    width:180px;
}
.ikea-total-amount {
    margin-top:30px;
}
.ikea-total-amount .product-pricing, .partner-table-cell-amount .product-pricing {
    float:none;
    width:auto;
}
.ikea-total-amount .product-pricing .inp {
    margin:0;
}
.ikea-desc-content{
    width:57%;
    display: inline-block;
    vertical-align:top;
}
.ikea-desc-price {
    width:41%;
    display: inline-block;
    vertical-align:top;
}
.ikea-product-article {
    color:#fff;
    display:inline-block;
    background:#0f7ecc;
    padding:5px 10px;
    border-radius:3px;
    font-style:normal;
    font-weight:500;
    font-size:12px;
    margin-right:15px;
}
.ikea-total-price {
    text-align:center;
    padding:30px 50px 10px 0;
}
.ikea-desc-name .product-name {
    font: 16px/24px 'roboto_condensedbold';
    margin: 0 0 15px 0;
}
.mb10 {
    margin-bottom:10px;
}
.fontbold {
    font-weight:bold
}
.js-ikea-search-form .info {
    margin-left:10px;
    margin-top:-5px;
    margin-bottom:5px;
}
.price-description i {
    display:inline-block;
    margin-top:10px;
    font-size:12px;
}
.ikea-total-desc {
    margin-top: 25px;
    padding-left:20px;
    position:relative;
}
.ikea-total-desc:before {
    content:'';
    display:block;
    width:14px;
    height:14px;
    border-radius:50%;
    position:absolute;
    top:50%;
    left:0px;
    background:#0a8a00;
    margin-top:-6px;
}
.ikea-total-desc.out-of-stock:before {
    background:#f00;
}
.ikea-total-desc .stock-error {
    color:#f00;
    font-weight:bold;
    display:none;
}
.ikea-total-desc.out-of-stock .stock-error {
    display:block;
}
.ikea-total-desc.out-of-stock .js-ikea-product-stock {
    font-weight:bold;
}
.ikea-total-desc p {
    margin:0;
    color:#4d4d4d;
    font-weight:600;
//    letter-spacing: 0.6px;
}
.ikea-total-desc strong {
    color:#000;
    display:inline-block;
    margin-top:5px;
    font-size:14px;
}
.not-found {
    color:#f00;
    display:none;
    margin-left: 10px;
    margin-bottom: 5px;
}
.sku-not-found .not-found {
    display:block;
}
#partner_form_submit {
    position:relative;
    margin-bottom:20px;
    height:auto;
//    background:#ffcf00!important;
    border:none;
    border-radius:6px;
    height:52px;
    color:#fff;
    padding:5px 45px;
    cursor:pointer;
    transition:all 0.3s;
}
#partner_form_submit:hover {
    background:#0072bc!important;
}
#partner_form_submit strong {
    font-size:20px;
    display:block;
    line-height:1;
//    text-shadow:1px 1px 1px #aaa;
    margin-bottom:5px;
}
#partner_form_submit small {
    font-size:13px;
    display:block;
    line-height:1;
//    text-shadow:1px 1px 1px #aaa;
}
#partner_form_submit:before , #partner_form_submit:after {
    display:none;
} 
#partner_form_submit.loading:after {
    content:' ';
    position:absolute;
    display:block;
    width:25px;
    height:25px;
    top:6px;
    left:6px;
    border: 4px solid #ffcd00;
    border-top-color: #0072BC;
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
}
.payment-info-link {
    font-weight:normal;
    font-size:14px;
    display:inline-block;
    vertical-align:top;
    font-weight:bold;
    font-family: 'robotoregular';
}
.payment-info-link + div p {
    font-family:robotoregular;    
}
.send-message-link {
    font-size:16px;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:40px;
    display:block;
}
.send-message-form {
    display:block;
    opacity:0;
    transition: all 0.3s;
}
.send-message-link.active + .send-message-form {
    display:block;
    opacity:1;
}
.send-message-form [type=submit] {
    margin-top:15px;
    
}
#orders_history {
    width:100%;
    padding:0;
    display:inline-block;
    border: 2px solid #0072bc;
    border-radius: 5px;
    font-size:14px;
    font-family:'roboto', sans-serif;
}
#orders_history li {
    border-bottom:1px dotted #999;
    padding:3px 20px;
}
#orders_history li:last-child {
    border-bottom:none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
#orders_history li.status0 {
    background:#fbfbab;
}
#orders_history li.status1 {
    background:#dee9f0;
}
#orders_history li.status2 {
    background:#d0f9b8;
}
#orders_history li.status3,
#orders_history li.status6 {
    background:#f9dec7;
}
#orders_history li.status4 {
    background:#fff5ce;
}
#orders_history li.status5 {
    background:#deeff9;
}
#orders_history li > div {
    display:inline-block;
    padding:5px 10px;
    box-sizing:border-box;
}
#orders_history li > div:hover {

}
#orders_history li > .order-history-date {
    width:19%;
}
#orders_history li > .order-history-id {
    width:40%;
    font-weight:bold;
    letter-spacing:1px;
    font-size:16px;
}
#orders_history li > .order-history-total {
    width:19%;
    font-size:20px;
    color:#0072bc;
}
#orders_history li > .order-history-status {
    width:19%;
    text-align:right
}
#orders_history li.orders_history_head {
    background:#0072bc;
    color:#fff
}
#orders_history li.orders_history_head > div {
    position:relative;
    padding-right:20px;
    font-weight:bold;
    font-size:20px;
    font-family: 'robotobold';
    font-weight: normal;
}
#orders_history li.orders_history_head > .order-history-date {    
}
#orders_history li.order-history-head > .order-history-id {
}
#orders_history li.orders_history_head > .order-history-total {
    color:#fff;
}
#orders_history li.orders_history_head > .order-history-status {
}
#orders_history li.orders_history_head .sort-block {
    position:relative;
    margin-left:20px;
    line-height:25px;
}
#orders_history li.orders_history_head .sort:after {
    position:absolute;
    width:12px;
    height:12px;
    display:block;
    content:'';
    border:6px solid transparent;
    border-top-color:#ccc;
    box-sizing:border-box;
}
#orders_history li.orders_history_head .sort.asc:after {
    left:0px;
    top:-2px;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
#orders_history li.orders_history_head .sort.desc:after {
    left:0px;
    bottom:-5px;
    transform:rotate(0deg);
}
#orders_history li.orders_history_head .sort.active:after {
    display:block;
    border-top-color:#ffcd00;
}
#orders_history li.orders_history_head > div:hover .sort:after {
    display:block;
}
#orders_history li.orders_history_head > div .sort:hover:after {
    border-top-color:#fff;
}

#infoblock {
    background: url('../images/back001_cut.png') left center no-repeat;
    padding:25px 20px 25px 180px;
    border: 2px solid #ccc;
    border-radius:5px;
}
#infoblock .infoblock-content {
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    font-family: 'roboto_condensedbold';
    font-weight: normal;
    color: #44617c;
}
.primary-color {
    color:#0072bc;
}
.error-color {
    color:#ff1111;
}
.captcha-box {
    
}
.captcha-box #captcha_code {
    display:inline-block;
    width:60%!important;
    vertical-align:top;
}
.captcha-box img {
    display:inline-block;
    max-width:35%!important;
    vertical-align:top;
}

#confirm_merge {
    width:600px;
    font-size:14px;
}
#confirm_merge p {
    color:#f00;
}
#confirm_merge strong {
    color:#0072bc;
    font-size:18px;
}
#confirm_merge {
    
}
#sky_region_modal {
    width:600px;
}
#main_slider .owl-prev, #main_slider .owl-next {
    top: calc(50% - 15px)!important;
}
.modal-opener .calls {
    margin: 10px 20px 20px 50%;
}
.main_rek_block {
    border: 3px solid #EDEDED;
    border-radius: 10px;
    background: #F7F7F7;
}
.th3.phone a {
    font-size: 40px;
    color: #80B951;
    text-decoration:none;
}

.onestepcheckout #shopping-cart-totals-table td {
    display:block;
    width:100%;
    text-align:right;
    box-sizing: border-box;
}
.onestepcheckout #shopping-cart-totals-table .price {
    width:100px;
    display:inline-block;
}
.table-order-image {
    width:60px;
}
.table-order-name {
    width:45%;
    max-width:250px;
    overflow-wrap:break-word;
}
.table-order-amount {
    width:15%
}
.product-pip__definition-list-item-container,
.range-revamp-product-dimensions__list-container {
    display:block;
    width:100%;
    margin-bottom:5px;
    border-bottom:1px dotted #bbb;
    position:relative;
}
.product-pip__definition-list-item-container:after,
.range-revamp-product-dimensions__list-container:after {
    content:'';
    display:block;
    clear:both;
}
.product-pip__definition-list-item,
.range-revamp-product-dimensions__list-item-name,
.range-revamp-product-dimensions__list-item-measure {
    display:inline-block;
    background:#fff;
    vertical-align:bottom;
    margin-bottom:-1px;
}
dt.product-pip__definition-list-item,
.range-revamp-product-dimensions__list-item-name  {
    float:left;
    max-width:60%;
    padding-right:5px;
}
dd.product-pip__definition-list-item,
.range-revamp-product-dimensions__list-item-measure {
    float:right;
    margin-left:0;
    padding-left:5px;
    position:absolute;
    right:0;
    bottom:0;
}

.grecaptcha-badge {
    display:none!important
}

.socials {
    position: absolute;
    top: 20px;
    right: 320px;
}
.socials a {
    display:inline-block;
    text-decoration:none;
    width:32px;
    height:32px;
    margin: 0 0px;
}
.socials a img {
    max-width:100%;
    max-height:100%;
}

.partner-form-delivery-door,
.partner-form-pvz,
.partner-form-install {
//    padding-left:30px;
    border-top:2px solid #0072bc;
}
.partner-form-subtitle {
    padding:10px 10px 0px 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
//    color:#44617c;
}
.delivery-door-input,
.delivery-door-select {
    display:inline-block;
    margin-right:20px;
}
.delivery-door-input label,
.delivery-door-select label {
    display:inline-block;
    font-size:14px!important;
    padding-right:10px;
}
.delivery-door-input input.input-text {
    display:inline-block;
    width:50px!important;
    font-size:16px!important;
    height:30px!important;
    box-sizing:border-box;
}

.delivery-door-select select {
    display:inline-block;
    height:30px;
    border-radius:5px;
    border: 1px solid #cad7e0;
}

.worktime-visual {
    display:inline-block!important;
    vertical-align:bottom;
    margin-left:10px;
}
.worktime-visual em {
    display:inline-block;
    margin: 0 1px;
    width:15px;
    height:15px;
    background:#0a8a00;
    border-radius:50%;
    overflow:hidden;
    position:relative;
}
.worktime-visual .fullday {
    
}
.worktime-visual .halfday:after {
    content:'';
    display:block;
    width:7px;
    height:15px;
    background:#f11;
    position:absolute;
    right:0;
    top:0;
}
.worktime-visual .holyday {
    background: #f11;
}

.partner-item-delivery {
    border: 2px solid #6fbf02;
    padding: 5px;
    border-radius: 5px;
}
.partner-item-delivery span {
    text-align:center;
    color:#6fbf02;
    font-weight:bold;
    font-size:14px;
    display:block;
    
}

.open-partner-list {
    font-size:20px; 
    display:inline-block;
    vertical-align:top;
    text-decoration:none;
    margin-left:20px;
    float:right;
    margin-right:40px;
    padding-right:20px;
    position:relative;
    transition:all 0.3s;
}
.open-partner-list:hover {
    text-decoration:underline;
}
.open-partner-list:after {
    display:block;
    content:"";
    font-style:normal;
    position:absolute;
    right:0;
    top:13px;
    transform:rotate(90deg);
    transition:all 0.3s;
    height:16px;
    width:16px;
    background:url('../images/arrow.png');
}
.open-partner-list.open:after {
    font-style:normal;
    transform:rotate(270deg);
}
.partner-order-list {
    margin:10px 0;
    font-size:16px;
    font-family:'roboto_condensedregular';   
}
.partner-order-list ul {
    padding:0;
    margin:0;
}
.partner-order-list ul li {
    list-style:none;
    width:100%;
    display:table;
    border-bottom:1px solid #eee;
}
.partner-order-list ul li:last-child {
    border-bottom:0;
}
.partner-order-list ul li:hover {
    background:#efefef
}
.partner-order-list ul li > div {
    display:table-cell;
    line-height:32px;
    box-sizing:border-box;
}
.partner-order-list ul li.header {
    font-family: 'roboto_condensedbold';
}
.partner-order-list .partner-order-store {
    width:40%;
    padding-left:10px;
}
.partner-order-list .partner-order-date {
    width:40%
}
.partner-order-list .partner-order-status {
    width:20%
}
.partner-order-list .partner-order-status span {
    vertical-align:middle;
    line-height:20px;
}
.partner-order-list .partner-order-status span:before {
    display:inline-block;
    content:' ';
    width:16px;
    height:16px;
    border-radius:50%;
    vertical-align:middle;
    margin-right:10px;
}
.partner-order-list .partner-order-status .is-close:before {
    background:#f11;
}
.partner-order-list .partner-order-status .is-open:before {
    background:#0a8a00;
}

#infoblock:after {
    content:'';
    display:block;
    clear:both;
}

.action-check {
    padding-left:50px;
}
.action-check .radio {
    margin:10px 0;
}
.action-check .radio [type="checkbox"] + label:before, 
.action-check .radio [type="checkbox"] + label:after {
    display:none
}
.action-check .radio [type="checkbox"] + label span {
    background:#ffcd00;
    border-radius:4px;
    padding:3px 10px;
    font-weight:normal;
    color:#000;
    font-size:13px;
//    box-shadow:0px 0px 4px #4446;
    cursor:pointer;
}
.action-price-block {
    border:1px solid #0f7ecc;
    padding:10px 5px;
    margin:5px 0;
    border-radius:6px;
}
.action-check .radio [type="checkbox"]:checked + label span {
    box-shadow:inset 0px 0px 4px #4446;
}
.site-form .input-text.action-price {
    width:120px!important;
    margin-bottom:0;
    margin-right:10px;
    text-align:right
}
.site-form .input-text.action-note {
    width:330px!important;
    margin-bottom:0;
}
.site-form .input-text.action-note.error,
.site-form .input-text.action-price.error {
    border-color:red;
}
.action-info {
    display:block;
    margin-bottom:10px;
    font-size:11px;
    color:#0072bc;
}
.action-label {
    text-align:right;
    padding-right:30px;
}

.error-info {
    color:red;
    padding:3px 10px;
    display:none;
}
.error .error-info {
    display:block;
}

#sms_confirm {
    max-width:400px;
    border: 2px solid #0072bc;
    border-radius:10px;
}
#sms_confirm .title {
    margin-bottom:20px;    
    font-weight: bold;
    font-size: 18px;
    margin: 10px 10px 20px 10px;
    line-height: 22px;
    color:#44617c;
    text-align:center;
}
#sms_confirm_input {
    width: 100%;
    height: 36px;
    padding: 10px;
    box-shadow: inset 0px 1px 1px 1px #eee;
    -webkit-box-shadow: inset 0px 1px 1px 1px #eee;
    border: 1px solid #cad7e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 18px;
    color: #000;
    behavior: url(PIE.htc);
    display: block;
}
.sms_confirm_wrapper:after {
    content:'';
    display:block;
    clear:both;
}
.sms_confirm_left {
    float:left;
    width:50%;
}
.sms_confirm_right {
    float:right;
    width:50%;
}
.sms_confirm_right .button {
    float:right;
}
#repeat_sms {
    display:block;
    margin-top:5px;
    height:40px;
}
#repeat_sms.noactive {
    text-decoration:none;
    color:#777;
    cursor:default;
}
#sms_confirm_form {
    position:relative;
}
#sms_confirm_form.loading:before {
    content:'';
    display:block;
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background: #ffffff url('../images/loading.gif') center no-repeat;
    opacity:0.5;
}

.sms_confirm_info {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #44617c;
}

.review_blocks {
    margin:30px 0;
}
.review_blocks:after {
    content:'';
    display:block;
    clear:both;
}
.review_blocks_title {
    font-size: 20px;
    color: #44617c;
    text-align:center;
    padding:10px 0;
}
.review_block {
    width:33%;
    float:left;
    padding:10px 20px;
    box-sizing:border-box;
}
.review_block a {
    box-sizing:border-box;
    display:block;
    padding:30px 10px;
    text-decoration:none;
    width:100%;
    border-radius:12px;
    color:#fff;
    transition:all 0.2s;
    text-align:center;
    vertical-align:middle;
    font-family: 'roboto_condensedbold';
    font-size:20px;
}
.review_block a:hover {
    box-shadow:-3px 3px 4px #999;
}
.review_block.vk_block a {
    background: #4e7db2;
}
.review_block.google_block a {
    background:#32a350;
}
.review_block.yandex_block a {
    background:#e70000;
}


.faq-block {
    font-family: 'roboto_condensedbold';
}
.faq-block:before,
.faq-block:after {
    content:'';
    display:block;
    clear:both;
}
.faq-item {
    margin-bottom:5px;
}
.faq-item .faq-question {
    padding:10px 10px 10px 10px;
    background: #0072bc;
    color: #fff;
    border-radius:10px;
    transition:all 0.5s;
    font-size:16px;
    line-height:1.1;
    cursor:pointer;
}
.faq-item .faq-question span {
    line-height:18px;
    vertical-align:middle;
    
}
.faq-item .faq-question:before {
    display:inline-block;
    content:"+";
    width:21px;
    height:21px;
    border-radius:50%;
    font:bold 20px Verdana;
    line-height:18px;
    vertical-align:middle;
    text-align:center;
    background:#fff;
    color:#0072bc;
    transform: rotate(0deg);
    transition:all 0.5s;
    margin-right:20px;
}
.faq-item.open .faq-question:before {
    transform: rotate(225deg);
}
.faq-item.open .faq-question {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.faq-item .faq-answer {
    font-size:13px;
    color:#333;
    border:1px solid #ccc;
    border-top:0;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding:20px;
}
@media (max-width:640px)
{
    .faq-item .faq-question:before {
        font:bold 20px Verdana;
        line-height:20px;
        vertical-align:middle;
    }
    .ikea-total-desc p {
        display:inline-block;
    }
}

.range-revamp-product-details__paragraph {
    display:block;
}
.range-revamp-product-details__header {
    padding-right:10px;
}
.range-revamp-product-details__header + p {
    display:inline-block;
    font-size:12px;
}

.categories-list {
    
}
.categories-list:after {
    content:'';
    clear:both;
    display:block;
}
.categories-list-item {
    width:325px;
    margin:0px 10px 30px 10px;
    float:left;
    position:relative;
    border-radius:8px;
    border: 2px solid transparent;
    transition: all 0.25s;
}
.categories-list-item:hover {
    border-color:#eee;
    box-shadow: 0px 0px 4px #eee;
}
.categories-list-item-image {
    height:180px;
    width:100%;
    overflow:hidden;
    text-align:center;
    border-radius:6px;
}
.categories-list-item-image img {
    min-width:100%;
    max-height:100%;
    display:inline-block;
    vertical-align:middle;
    min-height:180px;
    transition:all 0.5s;
}
.categories-list-item:hover img {
    transform: scale(1.2);
}
.categories-list-item strong {
    position:absolute;
    bottom:0;
    left:0;
    background: #0072bc;
    color:#fff;
    width:100%;
    padding:10px 20px;
    box-sizing: border-box;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    transition:all 0.3s;
    font-size:12px;
    font-weight:400;
}
.categories-list-item:hover strong {
    opacity:0.8;
}

.range-revamp-product-details__label {
    display:block;
}
.range-revamp-product-identifier.range-revamp-product-identifier--article-number {
    font-weight:700;
}
.range-revamp-product-details__container {
    margin-top:10px;
}
.product-card-code {
    display:inline-block;
    color:#fff;
    background:#0072bc;
    border-radius:4px;
    padding:3px 10px;
    margin-right:10px;
    font-size: 16px;
    line-height:1;
    vertical-align:bottom;
}

.remove-product-row {
    color:red;
    font-size:14px;
//    text-decoration:none;
}
.remove-product-row:hover {
    color:#c10000;
//    text-decoration:underline;
}

.clearfix:after, .clearfix:before {
    content:'';
    clear:both;
    display:block;
}
.text-success {
    background: #6fbf02;
    display: block;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 10px 10px 0;
    border-radius: 4px;
    text-align: center;
}
.ikea-available-request-wrapper {
    position:relative;
}
.ikea-available-request-button.loading:before {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(255, 255, 255, 0.5);
}
.ikea-available-request-button {
    background: #ffcd00;
    border-radius: 4px;
    padding: 3px 10px;
    font-weight: normal;
    color: #000;
    font-size: 13px;
    // box-shadow: 0px 0px 4px #4446;
    cursor: pointer;
    margin-right:10px;
    margin-top:5px;
    display:none;
    text-decoration:none;
    text-align:center;
}
.out-of-stock + .ikea-available-request-wrapper .ikea-available-request-button {
    display:block;
}
.ikea-available-request-button:hover {
    color:#000;
}
.ikea-available-request-button.open {
    box-shadow: inset 0px 0px 4px #4446;
}
.ikea-available-request-block {
    border: 1px solid #0f7ecc;
    padding: 10px 5px;
    margin: 5px 10px 0 0;
    border-radius: 6px;
}
.ikea-available-request-info {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    line-height:12px;
    color: #0072bc;
}
.blue-btn {
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    background: #0f7ecc;
    padding: 10px 14px;
    border: none;
    text-align:center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 0px -1px 0px #123c7e;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin: 0;
    behavior: url(PIE.htc);
    display:block;
    text-decoration:none;
}
.blue-btn:hover {
    color:#ffcd00
}

.input-plus-button {
    position:relative;
}
.input-plus-button button {
    position:absolute;
    right:0;
    top:0;
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}
.input-plus-button input {
    padding-right:100px;
    
}
