* {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    min-width: 1140px;
    float: left;
    font: normal 14px "Trebuchet MS", Helvetica, sans-serif;
    line-height: 1.428;
    color: #333;
    background: #fff;
}
* html .page-container {
    height: 100%;
}

#text .text-incut {
    padding: 15px;
    color: #4c4852;
    background: url(/assets/default/images/bgincut.jpg);
    display: block;
    font-size: 18px;
    line-height: 1.4;
    margin: 40px auto;
    box-shadow: 22px 4px 36px #CCC;
    position: relative;
}

#text .text-incut .incutedge {
    position: absolute;
    background: url(/assets/default/images/edge-incutbg.png) repeat-y;
    background-size: 36%;
    display: block;
    right: -82px;
    height: 100%;
    width: 86px;
    top: -5px;
    transform: skewY(-7deg);
}


/* ------- COMMON POSITIONS ----  */
#wrapper {
    width: 100%;
    width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
    min-width: 1140px;
    min-height: 100%;
    position: relative;
}
#header {
    width: 100%;
    
    background: transparent url('../images/bg.jpg') repeat 50% 0;
}
.innerpage #header {
    
}
.page-container {
    width: 100%;
    position: relative;
}
.page-wrapper {
    width: 1140px;
    margin: 0 auto;
    margin-top: 20px;
    
    display: flex;
    flex-wrap: nowrap;
}
.page-content {
    /*margin-top: 23px;*/
    overflow: hidden;

    width: 800px;
    padding-left: 20px;

    order: 2;
}
.page-content-no-sidebar {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}
.page-sidebar {
    width: 340px;
    overflow: hidden;

    order: 1;
}

#text .item_news h2
{
    margin-left: 10px;
    margin-top: 18px;
    margin-bottom: 25px;
    color: #ff9900;
    font-size: 18px;
}


#text sup {
text-transform: uppercase;
font-size: 70%;
}

.innerpage #text {
    /*margin-top: -11px;*/
}
.newspage #text {
    /*margin-left: 0;
    width: 100%;*/
}
.clear {
    clear: both;
}
.empty {
    width: 100%;
    height: 1px;
    /*height: 240px;*/
}



/* ------- HEADER ----  */
.header_center {
    width: 1140px;
    height: 370px;
    margin: 0 auto;
    position: relative;
}
.header_center .line {
    display: none;
}
.innerpage .header_center {
    /*height: 566px;*/
    /*  background: transparent url('../images/bg-inner.png') no-repeat -1px 100%;*/
}
.innerpage .header_center .line {
    display: block;
    width: 50%;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 900px;
    background: #fff;
}

/* ------- HEADER LOGO ----  */
.header_center .logo {
    position: absolute;
    top: 0;
    left: -216px;
    display: block;
    width: 537px;
    height: 314px;
    background: transparent url('../images/logo.png') no-repeat 0 0;
    z-index: 500;
}
.header_center .logo a {
    display: block;
    width: 157px;
    height: 151px;
    float: right;
    margin: 20px 43px 0 0;
    text-indent: -1000px;
}
.work {
    position: absolute;
    top: 330px;
    left: 71px;
    font-size: 13px;
    color: rgb(143, 143, 143);
}
.work span {
    font-weight: normal;
    font-family: Arial;
    color: rgb(255, 0, 0);
}

.time {
    position: absolute;
    top: 350px;
    left: 110px;
    font-size: 20px;
    color: rgb(143, 143, 143);
}

/* ------- HEADER CONTENT ----  */
.header_center .header_content {
    position: absolute;
    top: 0;
    left: 261px;
    display: block;
    width: 749px;
    height: 370px;
    text-align: center;
    background: transparent url('../images/header-circle.png') no-repeat 0 0;
    z-index: 10;
}
/* ------- HEADER CONTACT ----  */
.header_content .contact {
    position: absolute;
    top: 0;
    right: 3px;
    display: block;
    width: 302px;
    height: 91px;
    text-align: center;
    background: transparent url('../images/header-contact.png') no-repeat 0 0;
    z-index: 300;
}
.header_center .phone {
    margin: 5px 28px 0 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 34px;
}
.header_center .phone span {
    color: #424242;
    font-size: 18px;
    position: relative;
    top: -8px;
    left: 4px;
}
.header_center .email {
    position: relative;
    margin: -6px 18px 0 0;
    color: #424242;
    font-size: 18px;
    line-height: 17px;
}
.header_center .email a {
    color: #ffffff;
}

/* ------- HEADER CONTENT MENU ----  */
.header_content .header_content_menu {
    position: absolute;
    top: 0px;
    right: 29px;
    display: block;
    width: 230px;
    height: 377px;
    background: transparent url('../images/header-circle-menu.png') no-repeat 0 0;
    z-index: 20;
}
.header_content .menu_ask {
    background-position: 0 -796px;
}
.header_content .menu_cart {
    background-position: 0 -397px;
}
.header_content_menu .header_ask {
    position: absolute;
    display: block;
    text-align: center;
    background: transparent url('../images/header-circle-menu-icons.png') top center no-repeat;
    color: #fff;
    text-decoration: none;
}

.header_content_menu .header_ask:hover span {
    text-decoration: none;
}
/* ------- HEADER ASK ----  */
.header_content_menu .header_ask {
    top: 103px;
    left: 73px;
    width: 88px;
    height: 48px;
    padding-top: 50px;
    background-position: center 0px;
    font-size: 13px;
    text-decoration: none;
}
/* ------- HEADER CART ----  */
.header_content_menu .header_cart, .shopCartModal {
    top: 216px;
    left: 30px;
    width: 90px;
    height: 32px;
    padding-top: 45px;
    background-position: 22px -116px!important;
    font-size: 13px;
}
/* ------- HEADER CONTENT INNER ----  */
.header_content .header_content_inner {
    position: absolute;
    top: 0px;
    right: 61px;
    display: block;
    width: 230px;
    height: 377px;
    background: transparent url('../images/header-circle-menu.png') no-repeat 0 0;
    z-index: 300;
}
.header_content h1 {
    padding: 0 0 1px;
    color: #ff9900;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
}

.korh1
{
    padding: 0 0 1px;
    color: #ff9900;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
}

.fancybox-skin {
    background-color: #FFF!important;
}

#orderFormData .error{
    background-color: #ff5959;
}

.cartProductList{
    height: 370px;
    overflow: auto;
}

.vscrollerbar, .hscrollerbar {
    padding: 22px;
}

.productQuant{
    height: 30px;
}

.productQuant .plus{
    width: 20px;
    height: 20px;
    background: red;
    /*position: absolute;*/
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: -50px;
    text-decoration: none;
    cursor: pointer;
}
.productQuant .minus{
    width: 20px;
    height: 20px;
    background: red;
    /*position: absolute;*/
    margin-left: -7px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    float: left;
    cursor: pointer;
}
.productPrice{
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}

.cart_footer{
    /*margin: 45px 25px 0;*/
    margin: 0px 25px;
}

.cart_footer .epayrow{
    margin-bottom: 15px;
    position: relative;
    padding-left: 145px;
    margin-left: 15px;
}

.cart_footer .epayrow span.pay,
.cart_footer .epayrow span.deliv{
    text-transform: uppercase;
    position: absolute;
    top: 12px;
}
.cart_footer .epayrow span.pay{
    left: 0;
}
.cart_footer .epayrow span.deliv{
    right: 35px;
}

.cart_footer .summ{
    font-size: 16px;
    font-weight: bold;
}

.cart_footer .summ span:first-child{
    color: red;
}

/*.orderButton{
    background-color: red;
    color: #ffffff;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
}*/

.cart_footer ul li{
    float: left;
    margin-left: 15px;
}

/*.cart_footer ul li.clearCart span{
    color: #0000ff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
*/
/*.order div.bottom{
    background-color: #b32400;
    height: 5px;
    margin-top: -5px;
    position: absolute;
    width: 200px;
}*/

#orderFormData span.bottom{
    background-color: #b32400;
    display: block;
    height: 5px;
    left: 25px;
    position: absolute;
    width: 200px;
}

.productPrice span:first-child{
    color: #FFAD3E;
}

.cartProductDel{
    font-size: 22px;
    color: #B32400;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

#orderFormData div{
    text-align: center;
    padding: 10px 0;
}

#orderFormData input[type=text], #orderFormData textarea{
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    box-shadow: 0 0 2px 1px #c9c9c9;
    color: #333333;
    height: 36px;
    text-align: center;
    width: 100%;
}

#orderFormData textarea{
    padding: 40px 0;
}

.h1t
{
    color: #424242;
    font: bold 18px/21px "Trebuchet MS",Helvetica,sans-serif;
    padding-left: 5px;
    text-transform: uppercase;

}


.h1t a
{
    color: #808080;
    font-size: 11px;
    margin-left: 4px;
    text-transform: none;

}
.poh2
{
    display: block;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 200px;
    font-weight:bold;
}

.poh2a {
    color: #3299BB;
    text-transform: uppercase;
}

.h1p
{
    color: #424242;
    font: bold 18px/21px "Trebuchet MS",Helvetica,sans-serif;
    padding-left: 5px;
    text-transform: uppercase;
    margin-top: -27px;
    position: relative;
}
.header_content p {
    padding: 0 0 0 3px;
    color: #808080;
    font-size: 14px;
    line-height: 17px;
}
.header_content form {
    display: block;
    width: 100%;
    float: left;
    margin: 25px 0 0 4px;
}
.header_cart_content a {
    font: normal 12px "Trebuchet MS", Helvetica, sans-serif;
    color: #ff9900;
}
.header_content form .products {
    display: block;
    margin-top: 0;
}
.header_content form .inputs {
    display: none;
}
.header_content form .products table {
    margin-bottom: 20px;
}
.header_content input[type="text"] {
    width: 268px;
    margin: 0 0 3px;
    padding: 1px 5px 1px;
    color: #000;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    font: normal 12px "Trebuchet MS", Helvetica, sans-serif;
    line-height: 17px;
}
.header_content textarea {
    width: 270px;
    height: 60px;
    padding: 1px 4px;
    color: #bcbcbc;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    font: normal 12px "Trebuchet MS", Helvetica, sans-serif;
    line-height: 15px;
    resize: none;
}
.header_content #shopCart input, .header_content #shopCart textarea {
    width: 195px;
}
.header_content .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.header_content .btn {
    /*width: 112px;*/
    float: right;
    margin: 4px 48px 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    text-transform: uppercase;
    text-decoration: underline;
    color: #ff9900;
    cursor: pointer;
}
.header_content .btn:disabled {
    color: #666666;
    cursor: not-allowed;
    text-decoration: none;
}
.header_content .btn:hover {
    text-decoration: none;
}
/* ------- HEADER SLIDER ----  */
.header_content .header_slider {
    position: absolute;
    top: -209px;
    left: -2px;
    width: 551px;
    height: 551px;
    padding-top: 209px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    z-index: 200;
}
/* .header_content .header_slider ul {
    position: relative;
    width: 1000000000px;
    height: 551px;
}
.header_content .header_slider li {
    display: block;
    width: 551px;
    height: 551px;
    float: left;
    overflow: hidden;
    position: relative;
}
.header_content .header_slider li img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 551px;
    height: 342px;
} */

.header_slider .bxslider li {
    /*-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;*/
    
    overflow: hidden;
    height: 342px;
    padding-top: 0;
}

.header_slider .bx-wrapper img {
    width: 551px;
    height: 342px;
}
.header_slider .bx-has-controls-direction {
    position: absolute;
    bottom: 0;
}
.header_content .header_slider .bx-next {
    width: 17px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    left: 290px;
    background: transparent url('../images/slider-arrs.png') no-repeat -37px 0;
    z-index: 100;
    text-indent: -9999px;
}
.header_content .header_slider .bx-prev {
    width: 17px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    left: 256px;
    background: transparent url('../images/slider-arrs.png') no-repeat 0 0;
    z-index: 100;
    text-indent: -9999px;
}
/* ------- HEADER ASK CONTENT ----  */
.header_ask_content {
    position: absolute;
    top: -210px;
    left: -5px;
    width: 550px;
    height: 550px;
    border-radius: 275px;
    overflow: hidden;
    z-index: 200;
    background: transparent url('../images/bg.jpg') repeat 50% 0;
    display: none;
}
.header_ask_content_inner {
    width: 280px;
    float: left;
    margin: 231px 0 0 131px;
    text-align: left;
}
.header_content .header_ask_content_inner form {
    margin-top: 7px;
}
.header_content .header_ask_content_inner textarea {
    height: 108px;
    color:#000;
}
.header_content .header_ask_content_inner .btn {
    /* width: 93px;*/
    margin: 10px 17px 0 0;
}

/* ------- HEADER CART CONTENT ----  */
.header_cart_content {
    position: absolute;
    top: -210px;
    left: -5px;
    width: 550px;
    height: 550px;
    border-radius: 275px;
    overflow: hidden;
    z-index: 200;
    background: transparent url('../images/bg.jpg') repeat 50% 0;
    display: none;
}
.header_cart_content_inner {
    width: 326px;
    float: left;
    margin: 226px 0 0 131px;
    text-align: left;
}
input.error,
textarea.error {
    box-shadow: 0 0 10px rgba(255,0,0,0.5);
}
.cart-order .shk-count {
    border: 1px solid red;
    height: 18px;
    margin-left: 12px;
    text-align: center;
    display: block;
    width: 35px;
    float: left;
}
.cart-order td {
    vertical-align: middle;
}
/* ------- MAIN MENU ----  */
.mainmenu-outer {
    width: 100%;
    height: 54px;
    margin: 20px 0 0 0;
    background: transparent url('../images/bg-menu.jpg') repeat-x 0 0;
}
.mainmenu-wrapper {
    width: 1140px;
    height: 54px;
    position: relative;
    z-index: 600;
    margin: 0 auto;
}
.mainmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu li {
    display: block;
    float: left;
    margin: 15px 5px 0 0;
}
.mainmenu li a {
    display: block;
    float: left;
    padding: 4px 10px 3px;
    text-decoration: none;
    color: #333;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.mainmenu li.active a,
.mainmenu li a:hover {
    color: #fff;
    background: #ff9900;
    border-color: #fff;
}

/* ------- SEARCH ----  */
.searchform {
    position: relative;
}
.search {
    padding: 4px 8px 0;
    color:#000;
    border-radius: 11px;
    font: normal 11px "Trebuchet MS", Helvetica, sans-serif;
    line-height: 21px;
    width: 313px;
    margin: 24px 0px 0 78px;
}
.sbtn,
.cart_footer ul li.clearCart span {
    color: #999999;
    height:30px;
    width: 90px;
    background: none;
    border: 1px solid #999999;
    border-radius:5px;
    font-weight: bold;
    margin-left: 30px;
    font-size: 15px;
}
.sbtn:hover,
.cart_footer ul li.clearCart span:hover {
    color: #ffffff;
    background: #fe9800;
    border:none;
}
.sbtn:focus {
    outline: none;
}
.cart_footer ul li.clearCart span{
    display: block;
    padding: 10px 0px;
    width: 200px;
    cursor: pointer;
    text-align: center;
    height: 15px;
    text-transform: uppercase;
}
.orderButton {
    color: #ffffff;
    background: #fe9800;
    border: none;
    padding: 10px 0;
    width: 200px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fe9800;
}
.orderButton:hover {
    background: none;
    border: 1px solid #999999;
    color: #999999;
}
.search:focus {
    outline: none;
}
.search2 {
    height: 74px;
    width: 525px;
    background: url('../images/rearch_bg.png') no-repeat;
    margin: 0 auto;
}
.searchbtn {
    background: url('../images/search.png') 100% 50% no-repeat;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 4px;
    top: 17px;
}
/* ------- SLIDER ----  */
#slider {
    width: 100%;
    /*float: left;*/
    position: relative;
}
#slider .slider_inner {
    width: 1140px;
    height: 381px;
    margin: 9px auto 0;
    position: relative;
}
#slider .slider_inner .line {
    width: 50%;
    height: 90px;
    position: absolute;
    top: 100px;
    right: 900px;
    background: #fff;
}
#slider .slider_content {
    width: 1140px;
    height: 370px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: -11px;
}
.slider_content ul {
    width: 10000000px;
    height: 390px;
    position: relative;
}
#slider li {
    display: block;
    height: 360px;
    float: left;
    position: relative;
}
#slider li span.bg {
    display: block;
    position: relative;
    height: 193px;
    overflow: hidden;
}
#slider li span.bg span.circle {
    display: block;
    position: absolute;
    background: #fff;
}
#slider li img {
    position: absolute;
    border: 3px solid #fff;
    z-index: 200;
}
#slider li p {
    display: block;
    width: 164px;
    float: left;
    margin-top: 85px;
    text-align: center;
}
#slider li p a {
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    color: #424242;
}
#slider li p a:hover {
    text-decoration: underline;
}
#slider li.item1 {
    width: 228px;
    z-index: 110;
}
#slider li.item1 span.bg {
    width: 228px;
}
#slider li.item1 span.circle {
    width: 256px;
    height: 256px;
    top: 19px;
    left: -20px;
    border-radius: 128px;
}
#slider li.item1 img {
    width: 196px;
    height: 196px;
    top: 47px;
    /*left: 33px;*/
    border-radius: 98px;
}
#slider li.item1 p {
    margin-left: 56px;
}
#slider li.item2 {
    width: 228px;
    z-index: 120;
}
#slider li.item2 span.bg {
    width: 228px;
}
#slider li.item2 span.circle {
    width: 256px;
    height: 256px;
    top: 56px;
    left: -33px;
    border-radius: 129px;
}
#slider li.item2 img {
    width: 185px;
    height: 185px;
    top: 80px;
    /*left: -19px;*/
    border-radius: 120px !important;
}
#slider li.item3 {
    width: 228px;
    z-index: 130;
}
#slider li.item3 span.bg {
    width: 228px;
}
#slider li.item3 span.circle {
    width: 256px;
    height: 256px;
    top: 24px;
    left: -24px;
    border-radius: 128px;
}
#slider li.item3 img {
    width: 211px;
    height: 211px;
    top: 40px;
    /*left: -18px;*/
    border-radius: 105px;
}
#slider li.item3 p {
    margin-left: 15px;
}
#slider li.item4 {
    width: 228px;
    z-index: 140;
}
#slider li.item4 span.bg {
    width: 228px;
}
#slider li.item4 span.circle {
    width: 256px;
    height: 256px;
    top: 48px;
    left: -51px;
    border-radius: 128px;
}
#slider li.item4 img {
    width: 184px;
    height: 184px;
    top: 69px;
    /*left: -40px;*/
    border-radius: 120px !important;
}
#slider li.item4 p {
    margin-left: -22px;
}
#slider li.item5 {
    width: 228px;
    z-index: 150;
}
#slider li.item5 span.bg {
    width: 228px;
}
#slider li.item5 span.circle {
    width: 272px;
    height: 272px;
    top: 44px;
    left: -47px;
    border-radius: 136px;
}
#slider li.item5 img {
    width: 208px;
    height: 208px;
    top: 58px;
    /*left: -37px;*/
    border-radius: 104px;
}
#slider li.item5 p {
    margin-left: -10px;
}
#slider .slider_inner .next {
    width: 21px;
    height: 31px;
    position: absolute;
    top: 163px;
    right: 0;
    background: transparent url('../images/slider-main-arrs.png') no-repeat -27px 0;
    z-index: 200;
}
#slider .slider_inner .prev {
    width: 21px;
    height: 31px;
    position: absolute;
    top: 163px;
    left: 2px;
    background: transparent url('../images/slider-main-arrs.png') no-repeat 0 0;
    z-index: 200;
}


/* ------- LEFT COLUMN ----  */
/* ------- BLOCK NEWS & PAGE NEWS ----  */
.block_news {
    width: 100%;
    float: left;
    margin-top: 23px;
}
.block_news h1 a {
    margin-left: 4px;
    text-transform: none;
    color: #808080;
    font-size: 11px;
}
.page-sidebar .item_news {
    width: 253px;
    float: left;
    margin-right: 32px;
}
#text .item_news {
    width: 100%;
    float: left;
    margin-bottom: 32px;
}
#text .item_news img {
    float: left;
    margin-right: 20px;
}
.page-sidebar .item_news p {
    margin: 3px 22px 0 0;
}
.item_news .date {
    margin: 5px 0 0;
    color: #3299bb;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
}
#text .item_news .date {
    margin-left: 0;
}
.item_news .more {
    margin: 2px 2px 0 0;
    text-align: right;
}
.item_news .more a {
    font-size: 11px;
    color: #808080;
}

/* ------- POPULAR ----  */
#popular {
    clear:both;
    width: 100%;
    /*height: 268px;
    float: left;*/
    margin-top: 63px;
    position: relative;
    background: url('../images/bg-popular.jpg') repeat 0 0;
}
#popular .popular_line {
    width: 100%;
    height: 10px;
    position: absolute;
    bottom:-9px;
    left:0;
    background: url('../images/bg-popular-line.png') repeat-x 0 0;
    z-index: 300;
}
.popular_inner {
    width: 1140px;
    margin: 0 auto;
}
#popular h1 {
    position: relative;
    margin-top: -27px;
}

#popular h2 {
    display: block;
    width: 200px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
}
.popular_inner img {
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
    height: 200px;
    width: 200px;
}
#popular h2 a {
    color: #3299bb;
    text-transform: uppercase;
}

.last-view {
    margin: 40px 0;
}
.lv-header {
    font-size: 16px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.lv-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lv-list > li {
    margin: 0;
    padding: 8px;
    border-bottom: 1px dotted #FFCC00;
}
.lv-list > li:after {
    clear: both;
    display: table;
    height: 0;
    content: "";
}

.lv-list__title {
    padding-top: 20px;
    padding-left: 85px;
    font-size: 15px;
}
.lv-list__photo {
    float: left;
    display: block;
}
.lv-list__photo img {
    border-radius: 50%;
}

/* ------- PAGE NAVIGATION -------- */
.pageNav {
    /* width: 100%;*/
    float: right;
    color: rgb(255, 153, 0);
}
.pageNav ul {
    float: right;
}
.pageNav li {
    float: left;
    list-style: none;
}
.pageNav li a, .limits a {
    display: inline-block;
    min-width: 14px;
    height: 15px;
    padding: 1px 1px 0;
    color: #ff9900;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}
.pageNav li a.active, .limits a.active {
    background: #ff9900;
    color: #fff;
}
.pageNav li.first a {
    width: 20px;
    height: 12px;
    margin: 2px 8px 0 0;
    padding: 0;
    border-radius: 0;
    background: url('../images/page.png') no-repeat 0 0;
}
.pageNav li.last a {
    width: 20px;
    height: 12px;
    margin: 2px 1px 0 8px;
    padding: 0;
    border-radius: 0;
    background: url('../images/page.png') no-repeat -70px 0;
}
.pageNav li.prev a {
    width: 13px;
    height: 12px;
    margin:  2px 7px 0 0;
    padding: 0;
    border-radius: 0;
    background: url('../images/page.png') no-repeat -28px 0;
}
.pageNav li.next a {
    width: 13px;
    height: 12px;
    margin:  2px 0 0 7px;
    padding: 0;
    border-radius: 0;
    background: url('../images/page.png') no-repeat -49px 0;
}

.switches.pageNav > ul {
    margin-left: 10px !important;
}


/*
 * Хлебные крошки
 *******************************************************************/
.breadcrumbs {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 13px;
    color: #666666;
}
.breadcrumbs:after {
    clear: both;
    content: "";
    display: table;
    height: 0;
}
.breadcrumbs li {
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
}
.breadcrumbs li:before {
    content: none;
}
.breadcrumbs li:after {
    content: "/";
}
.breadcrumbs li.active:after {
    content: none;
}
.breadcrumbs li a {
    color: #666666;
    padding: 0 4px 0 0;
}


/* ------- PAGE CATEGORY -------- */
.category .page-sidebar {
    /*width: 340px;*/
}
.category #text {
    /*margin-left: 360px;
    margin-top: -11px;
    width: 780px;*/
}


.subcategories {
    position: relative;
    width: 100%;
    margin: 45px 0 20px 0px;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    line-height:15px;
    text-align: center;
}
/*.subcategories:before {
    content: 'Разделы';
    position: absolute;
    left: 0px;
    top: -35px;
    font-size: 18px;
}
*/
.subcategories:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}
.subcategories__item {
    float: left;
    display: block;
    position: relative;
    width: 230px;
    margin: 0 20px 0 0;
    min-height: 330px;
}
.subcategories__item:nth-of-type(3n) {
    margin-right: 0;
}
.subcategories__item-body {
    text-decoration: none;
    display: block;
}
.subcategories__item-title {
    border: 1px solid #ff9900;
    border-radius: 7px;
    width: 200px;
    margin: 10px auto 0;
    padding: 8px 8px;
    font-size: 20px;
    line-height: 1.2;
}
.subcategories__item-body:hover .subcategories__item-title {
    color: #010101;
    background: #ff9900;
}
.subcategories li.active .subcategories__item-body,
.subcategories li .subcategories__item-body:hover {
    color: #ff9900;
    background-position: 0 5px;
}
.subcategories__item-img {
    display: block;
    position: relative;
}
.subcategories__item-img:before {
    /*content: "";*/
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -55px;
    width: 110px;
    height: 110px;
    z-index: 10;
    background: url('../images/subcat-bg.png') no-repeat -145px 5px;
}
.subcategories li .subcategories__item-body:hover .subcategories__item-img:before {
    background-position: 0  7px;
}
.subcategories__item-img img {
    display: block;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}



/* ------ CATALOG VIEWS ------- */

.mosaic .wrap_name {
    height: 85px;
}
.products {
    /*float: left;
    width: 100%;*/
    margin-top: 30px;
}
.products .switchesholder {
    float: right;
    width: 100%;
}
.products .switches {
    float: right;
    color: #ff9900;
    -margin-bottom: 4px;
    clear: both;
}
.products .switches.view {
    width: 149px;
    text-align: center;
}
.products .switches.view a {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/view-switches.png') no-repeat 0 0;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 8px;
}
.products .switches.view a.mosaic {
    background-position: -16px 0px;
}
.products .switches.view a.list {
    background-position: 0px 0px;
}
.products .switches.view a.active {
    background-color: #ff9900;
}
.products .switches.view a.mosaic.active {
    background-position: -16px -16px;
}
.products .switches.view a.list.active {
    background-position: 0px -16px;
}
.products .sorts {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font: 14px Trebuchet MS;
    color: #424242;
    margin: 15px 0;
}
.products .sorts div {
    display: inline-block;
    width: 123px;
    height: 24px;
    background: url('../images/sort-bg.png') no-repeat 0 0;
    font-size: 11px;
    color: #808080;
    vertical-align: middle;
    padding-top: 11px;
    padding-left: 11px;
    margin-left: 17px;
    margin-bottom: 6px;
}
.products .sorts div a {
    display: block;
    float: right;
    width: 12px;
    height: 14px;
    background: url('../images/sort-arrows.png') no-repeat 0 0;
}
.products .sorts div a.asc {
    background-position: 0 0;
    margin-right: 1px;
}
.products .sorts div a.desc {
    background-position: -12px 0;
    margin-right: 5px;
}
.products .sorts div a.asc.active {
    background-position: 0 -14px;
}
.products .sorts div a.desc.active {
    background-position: -12px -14px;
}
.products .product {
    float: left;
    position: relative;
}

/* наплывающий description при просмотре mosaic */
.products.mosaic .product .wrap_name {
    position: relative;
    overflow: hidden;
}
.products.mosaic .product .wrap_name:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;

    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.products.mosaic .product:hover .wrap_name {
    overflow: inherit;
}
.products.mosaic .product:hover .wrap_name:after {
    content: none;
}
.products .product .shortdesc {
    position: relative;
}
.products.mosaic .product:hover .wrap_name .shortdesc {
    z-index: 10;
    background: rgba(255,255,255,0.75);
}



.products .product .name {
    display: block;
    text-decoration: underline;
    text-transform: none;
    color: #ff9900;
    font-size: 13px;
    font-weight: bold;
}


#text .products .product p {
    margin: 0;
}

.products .product .shortdesc {
    font-style: italic;
    font-size: 11px;
    color: #424242;
    margin-top: 5px;
}


.products .product .price {
    color: #ff9900;
    font: 20px 'Arial Black';
    margin-left: 0px;
}

.products .product .price span {
    text-transform: uppercase;
    font-size: 10px;
}

.products .product .addtocart {
    width: 128px;
    height: 50px;
    background: url('../images/addtocart.png') no-repeat 0 0;
    float: right;
    margin-top: -8px;
    position: relative;
}

.products .product .addtocart {
    margin-right: -10px;
}

.products .product .addtocart .dec {
    display: block;
    float: left;
    width: 23px;
    height: 21px;
    cursor: pointer;
    margin-top: 22px;
}
.products .product .addtocart .inc {
    display: block;
    float: left;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin-top: 22px;
}
.products .product .addtocart .add {
    float: left;
    display: block;
    width: 49px;
    height: 50px;
    cursor: pointer;
    background: none;
    outline: none;
}
.products .product .addtocart .count {
    width: 33px;
    height: 19px;
    float: left;
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 23px;
    background: transparent
}
.products.mosaic .product {
    width: 260px; 
    height: 360px;
    float: left;
    border-top: rgb(255, 153, 0) dotted 2px;
    margin: 0;
    padding: 10px 15px 50px 16px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0;
}
/* ------ SKRYTI POOCHCEREDNOST 
.products.mosaic .product:nth-of-type(3n + 2) {
    margin-right: 0;
}------- */
.products.mosaic .product .fulldesc {
    display: none;
}
.products.mosaic .product .image {
    display: block;
    width: 175px;
    height: 175px;
    position: relative;
    margin: 0 auto;
    background: url('../images/nophoto.png')no-repeat 0 0;
}
.products.mosaic .product .image img {
    display: block;
    width: 166px;
    height: 166px;
    border-radius: 83px;
}
.products.mosaic .product .image span {
    width: 175px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/product-cards-radius.png') no-repeat 0 0;
    z-index: 10;
}

.products.list .product {
    max-width: 619px;
    width: 100%;
    height: 100%;
    padding: 34px 0;
    border-top: rgb(255, 153, 0) dotted 2px;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
}
.products.list .product .image {
    float: left;
    width: 194px;
    height: 194px;
    position: relative;
    margin-top: -67px;
    margin-right: 27px;
}
.products.list .product .image img {
    display: block;
    width: 184px;
    height: 184px;
    border-radius: 92px;
}
.products.list .product .image span {
    width: 194px;
    height: 194px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/product-list-radius.png') no-repeat 0 0;
    z-index: 10;
}
.products.list .name, #text .products.list .shortdesc {
    margin-left: 221px
}
#text .products.list .shortdesc {
    margin-bottom: 20px;
}
.products.list .price {
    float: left;
}
.products.list .addtocart {
    float: left;
    margin-left: -15px;
    margin-top: 18px;
}
.products.list .product:after,
    /* -------
    .products.mosaic .product:nth-of-type(3n + 2):after {
        content: "";
        position: absolute;
        width: 619px;
        height: 35px;
        background: url('../images/cross.png') no-repeat 0 0;
        right: -21px;
        top: -43px;
    }
    -------- */

.filter_head {
    padding-bottom: 6px;
    color: rgb(255, 153, 0);
}

select {
    border: rgb(255, 153, 0) solid 2px;
    border-radius: 7px;
}




/* ------- PAGE NEW -------- */
.pagenew #text{
    /*margin-left: 0;
    width: 100%;*/
}
.pagenew .products {
    margin-top: -40px;
}
.pagenew .products.mosaic .product {
    margin-right: 85px;
}
.pagenew .products.mosaic .product:nth-of-type(4n + 1) {
    margin-right: 0;
}
.pagenew .products.mosaic .product:nth-of-type(3n + 2):after {
    background: none;
}
.pagenew .products.mosaic .product:nth-of-type(4n + 1):after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: url('../images/cross.png') no-repeat 0 0;
    right: -21px;
    top: -43px;
}


/* ------- PAGE PRODUCT -------- */
.productpage #text {
    /*position: relative;*/
}
.productpage #text h1 {
    padding-bottom: 0;
}
.productpage h4 {
    margin-top: -2px;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
}
.productpage div.art {
    margin-top: 10px;
    font-style: italic;
}

.product_param {
    width: 100%;
    float: left;
    margin-top: 27px;
}
.product_param .price {
    float: left;
    color: rgb(255, 153, 0);
    font: 24px 'Arial Black';
    line-height: 27px;
    margin: 16px 20px 0 9px;
}
.product_param .price span {
    text-transform: uppercase;
    font-size: 11px;
}
.product_param .addtocart {
    width: 141px;
    height: 55px;
    background: url('../images/addtocart-product.jpg') no-repeat 0 0;
    float: left;
}
.product_param .addtocart .dec {
    display: block;
    float: left;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin: 17px 3px 0 2px;
}
.product_param .addtocart .count {
    width: 32px;
    height: 19px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #bcbcbc;
    margin-top: 17px;
    background: transparent;
    /* height: 20px; */
}
.product_param .addtocart .inc {
    display: block;
    float: left;
    width: 24px;
    height: 21px;
    cursor: pointer;
    margin: 16px 0 0 2px;
}
.product_param .addtocart .add {
    float: left;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}
.download {
    /*width: 120px;*/
    float: left;
    margin: 13px 0 0 55px;
    padding: 1px 0 0 30px;
    background: url('../images/icons-param.jpg') no-repeat 0 0;
    color: #424242;
    text-transform: uppercase;
    font-style: italic;
}
.download a {
    font-style: normal;
    color: #ff9900;
}

.download_scheme,
.print_scheme {
    padding: 2px 0 3px 30px;
    background: url('../images/icons-param.jpg') no-repeat 0 0;
    color: #555555;
    text-transform: uppercase;
    font-style: italic;
    line-height: 18px;
    font-size: 12px;
}
.print_scheme {
    background: url('../images/print_contact.jpg') no-repeat;
}
.download_scheme a,
.print_scheme a {
    font-size: 14px;
    font-style: normal;
    color: #ff9900;
}

.ask {
    /*width: 92px;*/
    float: left;
    margin: 14px 0 0 21px;
    padding: 0 0 0 37px;
    background: url('../images/icons-param.jpg') no-repeat 0 -44px;
}
.ask a {
    color: #ff9900;
    text-transform: uppercase;
}
.product_slider {
    width: 100%;
    height: 400px;
    float: left;
    /*margin-bottom: 18px;*/
    margin-bottom: 40px;
}
.product_slider .image {
    display: block;
    width: 392px;
    height: 392px;
    float: left;
    /*margin: 11px 0 0 49px;*/
    position: relative;
}
.product_slider .image img {
    display: block;
    width: 392px;
    height: 392px;
    border-radius: 196px;
}
.product_slider .image span {
    width: 402px;
    height: 370px;
    position: absolute;
    left: -2px;
    top: 38px;
    background: url('../images/product-slider-radius.png') no-repeat 0 0;
    z-index: 10;
}
.product_slider .title {
    width: 140px;
    float: left;
    margin: 77px 0 0 18px;
    text-indent: -11px;
    text-transform: uppercase;
    color: #ff9900;
    font-weight: bold;
}
.product_slider ul {
    width: 100px;
    float: left;
    margin: 6px 0 0 10px;
}
.product_slider ul li {
    display: block;
    width: 75px;
    height: 75px;
    float: left;
    position: relative;
    cursor: pointer;
}
.product_slider ul li.item1 {
    margin-bottom: 10px;
}
.product_slider ul li.item2 {
    margin-left: -5px;
    margin-bottom: 0px;
}
.product_slider ul li.item3 {
    margin-left: -35px;
}
.product_slider ul li img {
    display: block;
    width: 75px;
    height: 75px;
    float: left;
    border-radius: 37px;
    opacity: 0.25;
}
.product_slider ul li:hover img {
    opacity: 1;
}
.product_slider ul li span {
    width: 71px;
    height: 81px;
    position: absolute;
    left: 10px;
    top: -4px;
    background: url('../images/product-slider-radius-mini.png') no-repeat 0 0;
    z-index: 10;
    pointer-events: none;
}
.productpage #text p {
    margin: 10px 0 15px 0;
    line-height: 1.4;
    text-indent: 0;
}


/* ------- PAGE SEARCH -------- */
.sisea-result {
    width: 100%;
    float: left;
    margin: 10px 0 15px;
}
#text .sisea-results {
    margin-left: 0;
}
.sisea-result h3 {
    margin-bottom: 5px;
    color: #ff9900;
    font-weight: normal;
    font-size: 14px;
}
.sisea-result h3 a {
    margin-bottom: 5px;
    color: #ff9900;
}


/* ------- CALL FORM -------- */
#callReq {
    background: url('../images/callform.png') no-repeat 0 0;
    width: 325px;
    height: 321px;
    position: fixed;
    z-index: 1000;
    top: 30%;
    right: -236px;
}
#callReq .opener {
    width: 113px;
    height: 114px;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
}
#callReq form {
    display: block;
    float: left;
    margin-left: 76px;
    margin-right: 59px;
    margin-top: 82px;
    text-align: center;
}
#callReq form p {
    text-align: center;
    font: 14px "Trebuchet MS";
    color: #808080;
    margin: 0 15px 10px;
}
#callReq form input[type="text"] {
    width: 183px;
    margin: 0 0 3px;
    padding: 1px 5px 1px;
    color: #000;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    font: normal 12px "Trebuchet MS", Helvetica, sans-serif;
    line-height: 17px;
}
#callReq form .checkbox {
    margin: 0;
}
#callReq form .checkbox label {
    font-weight: normal;
    font-size: 12px;
}
#callReq form .btn {
    width: 110px;
    margin-top: 10px;
    cursor: pointer;
}
.annotation {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.annotation li {
    display: list-item;
    list-style: circle outside;
}

.subcats {
    margin-top: -20px;
}

/*Стилизация кнопки ВВЕРХ */
.back-top {
    position: fixed;
    bottom: 135px;
    left: 55%;
    margin-left: 500px;

    display:block;
    width:49px;
    text-align:center;
    font: 11px/100% 'Roboto', sans-serif;
    font-weight: bold;
    text-transform:uppercase;
    text-decoration:none;
    color:#252525;
    background: url("../images/back-top.png") no-repeat center top;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    transition:0.5s;
    padding-top: 58px;
    opacity: 0.85;
}

.back-top:hover{
    opacity: 1;
}

/*Кнопка WhatsUp */
.whatsapp-button {
    position: fixed;
    left: 55%;
    margin-left: 498px;
    bottom: 55px;
    /*transform: translate(-50%, -50%);*/
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button:hover {
    color: #fff;
    background: #18bf56;
}

.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: whatsapp-button-animate 2.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes whatsapp-button-animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
/*END OF Кнопка WhatsUp */





ul.menu ul.activeItems {
    display: block;
}

ul.hideItems {
    display: none;
}


.showMenu{
    cursor: pointer;
    display: inline;
    padding-left: 5px;
    padding-top: 0;
}

.showMenu.open {
    background: url("../images/arrow-down.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
}

.showMenu.close {
    background: url("../images/arrow-side.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
}





.mainmenu_center ul li a span{font-weight: normal;font-family: Arial;
    color: red;}


.contacs-block {
    margin: 0 0 40px 0;
}
.contacs-block:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
}
.contacs-map {
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    width: 600px;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 8px 16px -6px #000000;
    padding: 8px;
}
.contacs-text {
    padding-left: 640px;
    font-size: 16px;
    line-height: 1.5em;
}

/* DELETE .map + .text */ 
.map {
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
    width: 600px;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 8px 16px -6px #000000;
    padding: 8px;
}
#text  .text  {float: right;width: 220px;margin-bottom: 65px;}
#text  .text p {font-size: 16px;line-height: 1.6em;}


.dwldschem {
    background: url("../images/schem.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    color: #FF9900;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-top: 4px;
    text-transform: uppercase;
}

.sorting {
    color: rgb(255, 153, 0);
    padding-top: 30px;
    border-top: 1px solid;
}

#buttons {
    width: 100%;
    height: inherit;
    float: left;
}

.image ul {
    margin-left: 0!important;
}

.image ul li img {
    opacity: 1;
}

.news_filters{
    float: left;
    font-size: 16px;
    margin-top: 20px;
}

.news_filters a{
    color: #F90;
    font-size: 16px;
}

.news_filters a.active{
    color: #f00;
}


.products .product {
    position: relative;
}

.products .product .popupdesc{
    display: none;
    position: absolute;
    top: 360px;
    left: -1px;
    right: -1px;
    padding: 10px;
    border: 1px solid #F90;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    z-index: 900;
    background: #fff;
}

.products.mosaic .product:hover .popupdesc{
    display: block;
}

.products.mosaic .product:hover{
    margin-left: 0px;
    margin-right: 0px;
    border-left: 1px solid #F90;
    border-right: 1px solid #F90;
}

/* jcarousel */

.jcarousel-wrapper {
    margin-top: 16px;
    position: relative;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 31px;
    text-decoration: none;
    text-indent: -9999px;
}

.jcarousel-control-prev {
    background: transparent url('../images/slider-main-arrs.png') no-repeat 0 0;
    left: -20px;
}

.jcarousel-control-next {
    background: transparent url('../images/slider-main-arrs.png') no-repeat -27px 0;
    right: -20px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}




/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
=================================== */

.bx-wrapper {
    position: relative;

    text-align: center;
    *zoom: 1;
}

.popular_inner .bx-wrapper {
    padding: 30px;
    margin: 0 auto 60px;
}

.bx-wrapper img {
    max-width: 100%;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.popular_inner .bx-wrapper .bx-prev {
    left: 0;
    background: url('../images/slider-grey-arrs.png') no-repeat 0 0;
}

.popular_inner .bx-wrapper .bx-next {
    right: 0;
    background: url('../images/slider-grey-arrs.png') no-repeat -27px 0;
}

.popular_inner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 21px;
    height: 31px;
    text-indent: -9999px;
    z-index: 900;
    opacity: .8;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.rek_button {
    display: block;
    height: 28px;
    padding: 5px 15px 7px 50px;
    background: linear-gradient(#f5f2dd 0px, #ece4cc 50%, #e5dabf 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d3cfc0;
    border-radius: 15px;
    color: #4a1702;
    cursor: pointer;
    display: block;
    position: absolute;
    display: none;

}
.new_phone {
    background:url("/assets/default/images/new_phone2.png");
    height: 214px;
    width: 183px;
    position: absolute;
    right: 0px;
    top: 44px;
    z-index:11;
    margin-right: -141px;
}
#recom {
    color:white;
    background: url('../images/bg_recommendet.png') repeat;
    margin: 20px auto 0px;
    text-align: center;
    font: bold 21px/10px "Trebuchet MS",Helvetica,sans-serif;
    border-radius:12px;
    border: 2px dashed rgb(134, 133, 133);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.25);
    text-shadow: 1px 1px 1px rgba(69, 69, 69, 1);
    padding-top: 10px;
    width: 270px;
}
.recom_img {
    display: block;
    margin: 0 auto;
    margin-top:15px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
}

#recom p {
    padding-top: 10px;
    font: bold 15px/24px "Trebuchet MS",Helvetica,sans-serif;
    padding: 2px 3px 2px 3px;
}
#recom button {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background-color:#ededed;
    border-radius:6px;
    text-indent:0px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:159px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ffffff;
    margin-bottom: 5px;
}
#recom button:hover {
    background-color:#dfdfdf;
}
#recom button:active {
    position:relative;
    top:1px;
}
#form_wrapper input {
    width: 186px;
    height: 25px;
    display: block;
    margin:5px 0 5px 0;
    border:none;
    margin:18px auto;
    border-radius: 2px;
    box-shadow:0px 1px 3px rgba(000,000,000,0.7);
    text-align: center;
    font: 500 14px/17px "Roboto Slab",sans-serif;
}
#form_wrapper select {
    width: 200px;
    height: 25px;
    display: block;
    margin:5px 0 5px 0;
    border:none;
    margin:18px auto;
    border-radius: 2px;
    box-shadow:0px 1px 3px rgba(000,000,000,0.7);
    text-align: center;
    font: 500 14px/17px "Roboto Slab",sans-serif;

}
#form_wrapper {
    width: 300px;
    border-radius: 5px;
    box-shadow:0px 1px 6px rgba(000,000,000,0.7);
    position: fixed;
    top: 30%;
    left: 40%;
    background-color: #fff;
    z-index: 1001;
    visibility: hidden;

}

#form_wrapper button {
    margin-top: 10px;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    margin: 30px auto 20px;
    font-family: "Roboto Slab",sans-serif;
    font-size: 15px;
    height:40px;
    width: 150px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: url('../images/bg_recommendet.png') repeat;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    border: 0px solid #b85f00;
    box-shadow:0px 1px 3px rgba(000,000,000,0.7);
    text-shadow:
    0px -1px 1px rgba(000,000,000,0.2),
    0px 1px 0px rgba(255,255,255,0.3);

}

#form_wrapper p {
    font: 500 20px/17px "Roboto Slab",sans-serif;
    text-align: center;
}

.waiting-for .form .placeholder{
    border: 1px #fff solid;
    border-bottom: 2px #ff5959 solid;
    width: 128px;
    height: 35px;
    font: light 14px/14px 'Clear Sans', sans-serif;
    color: #999;
    margin-left: 20px;
}

#form_wrapper div {
    background-image: url('../images/fancy.png');
    border: none;
    position: absolute;
    top: -13px;
    right: -13px;
    width: 32px;
    height: 29px;
    cursor: pointer;

}
#sucsess {
    display: none;
    width: 300px;
    padding: 0 40px;
}
#sucsess p {
    font-size: 28px;
    text-align: center;
    color: #000;
}

.imgbox {margin: 50px auto;position: relative;box-shadow: 0px 5px 13px #ccc;}
.imgbox div{ text-align: center;padding: 15px 3%;margin-top: -4px;font-size: 16px;color: #4c4852;background: url(/assets/default/images/bgincut.jpg);}
.imgbox div.cornerstick {width: 111px; height: 3px; background:url(/assets/default/images/photostick.png); background-size: 100%;position: absolute; transform: rotate(-20deg);}
.imgbox div.cornerstick.l{top: -17px; left: -52px;}
.imgbox div.cornerstick.r{bottom: -19px; right: -55px;}


#text .pageNav ul li:before {left: 0px;top: 0px;content: ''; width: 0px; height: 0px; position: relative;  background:none}
.shirina{
    border: 2px solid rgb(255, 153, 0);
    margin-top: 15px;
    /* height: 21px; */
    border-radius: 5px;
    float: left;
    width: 245px;
    margin-left: 5px;
    /* padding: 5px; */
    line-height: 24px;
    padding-left: 10px;
}
.shirina input{

    border-left: 2px solid rgb(255, 153, 0);

    width: 34px;
    text-align: center;
    height: 24px;
    float: right;
    outline: none;
}
.header_cart_content p {
    font: normal 12px "Trebuchet MS", Helvetica, sans-serif;
    color: #ff9900;
}
.clear{
    float: none;
    clear: both;
}
.intovar .shirina{
    position: relative;
    top: -58px;
    left: 223px;
}

.modalContent{
    font-size: 16px;
    padding: 40px 5px;
    width: 380px;
}

.modalContent a{
    display: block;
    float: left;
    padding: 10px 8px;
    /*background-color: red;*/
    /*color: #FFF;*/
    color: #999999;
    background: none;
    border: 1px solid #999999;
    border-radius:5px;
    font-weight: bold;
    text-decoration: none;
    background-image: none;
}

.modalContent a:hover{
    background: #fe9800;
    border: 1px #fe9800 solid;
    color: #fff;
}

.modalContent a.shopCartModal{
    top: 0;
    width: auto;
    height: auto;
    position: relative;
    
}  

.fancybox-outer{
    background: transparent url('../images/bg.jpg') repeat 50% 0;
}

.shopCartModal span{text-decoration:none;}

#footer .contact a.dellink {font-size: 16px; color: #ff9900; display: none;}

.filter_demo{
    border-top: #F90 dotted 2px;
    border-bottom: #F90 dotted 2px;
    margin: 30px 0px;
    padding: 30px 0px;
}

.filter_block{
    border: 1px solid #F90;
    border-radius: 5px;
    margin: 20px 0px;
}

.filter_title{
    padding: 10px;
    font-size: 14px;
    color: #ff9900;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}

.filter_title .arrow{
    position: absolute;
    top: 13px;
    right: 10px;
    width: 9px;
    height: 9px;
    background: url(../images/arrow2.png) center center no-repeat;
}

.filter_title.active .arrow{
    background: url(../images/arrow1.png) center center no-repeat;
}

.filter_title.active{
    background: url(../images/filter_bg.jpg) no-repeat;
    color: #fff;
}
    
.filter_content{
    display: none;
}

.filter_content.active{
    display: block;
}
 
.filter_checklist{
    padding: 15px;
}

.check_item{
    margin: 10px 0px;
    height: 17px;
}
 
.filter_checklist .checkbox {
    vertical-align: top;
    width: 12px;
    height: 12px;
    margin: 0 3px 0 0;
}

.filter_checklist .checkbox + label {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.filter_checklist .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.filter_checklist .checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 25px;
}

.filter_checklist .checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #CDD1DA; 
    background: #FFF;
}

.filter_checklist .checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px; 
    background: #ff9000; 
    opacity: 0;
    transition: all .2s;
}

.filter_checklist .checkbox:checked + label:after {
    opacity: 1;
}

.slide_from{
    float: left;
    width: 159px;
    border-bottom: 1px solid #ff9000;
    border-right: 1px solid #ff9000;
    overflow: hidden;
}

.slide_to{
    float: right;
    width: 159px;
    border-bottom: 1px solid #ff9000;
    overflow: hidden;
}

.slide_from input, .slide_to input{
    width: 100%;
    border: none;
    padding: 10px 0px;
    text-align: center; 
    font-weight: bold;
}

.slide_min{
    float: left;
    color: #969696;
    padding: 5px;
}

.slide_max{
    float: right;
    color: #969696;
    padding: 5px;
}
/*
.slider_range{
    width: 280px;
    margin: 20px auto 5px auto!important;
    border: none!important;
    height: 5px!important;
}

.ui-corner-all{
    border-radius: 0px!important;
    background: #dcdcdc!important;
}

.ui-widget-header{
    background: #ff9000!important;
}



.ui-slider-handle{
    width: 6px!important;
    border-radius: 2px!important;
    background: #e6e6e6 50% 50% repeat-x!important;
    border: 1px solid #d3d3d3!important;
    top: -7px!important;
}
*/

.reset_filter{
    float: right;
}

div#text ol {
    list-style: decimal;
    margin: 0 0 0 40px;
}


div#text ol li {
    margin-bottom: 10px;
}



section.main {width: 100%; /*float: left;*/}
.middleblock{width: 1140px; margin: auto;}

#maincontent .middleblock ul li {
    margin-left: 10px;
    margin-bottom: 10px;
}

#maincontent .middleblock ul li:before {
    /*left: -18px;
    top: 3px;*/
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    list-style: none;
    background: url(/assets/default/images/list-item.png) no-repeat -7px 0px;
    display: block;
    margin-left: -5px;
}

section.main h2{font-size: 18px; font-family:"Trebuchet MS", Helvetica, sans-serif; text-transform: uppercase; padding-top: 39px;}
#advantages {height: 273px;}
#advantages h2{text-align: center; color: #ff9900; margin:0;padding-bottom: 40px;}
#advantages ol{display: block; counter-reset: adv;width: 960px;margin: 0 auto;}
#advantages ol li{list-style: none; display: inline-block; width: 95px; height: 79px; text-align: center; margin: auto; position: relative;margin-left: 70px;background-image: url(/assets/images/advicons.png); background-repeat: no-repeat;}
#advantages ol li:nth-child(1){background-position: 28px 15px;}
#advantages ol li:nth-child(2){background-position: -128px 15px;}
#advantages ol li:nth-child(3){background-position: -295px 15px;}
#advantages ol li:nth-child(4){background-position: -475px 15px;}
#advantages ol li:nth-child(5){background-position: -647px 15px;}
#advantages ol li:nth-child(6){background-position: -819px 15px;}
#advantages ol li:first-child{margin-left: 0px;}
#advantages ol li:after{display: block; content: ''; width: 23px; height: 13px; position: absolute;top: 31px;left: -45px;background: url(/assets/images/advicons.png) -982px -16px no-repeat;}
#advantages ol li:nth-child(1):after{width: 0;}
#advantages ol li span{position: absolute; width: 160px; text-align: center; display: block; top: 80px; left: 47.5px; margin-left: -80px;}
#advantages ol li:before{counter-increment: adv; content: counter(adv);position: absolute;top: 0;left: 0;font-weight: bold;font-size: 18px;color: #ff9900;line-height: 35px;width: 35px;text-align: center;height: 35px;border-radius: 100%;border: 1px solid;}

#payways {height: 224px; background: url('/assets/default/images/bg-popular.jpg') repeat 0 0;}
#payways ul{width: 100%; float: left; padding: 0; margin: 0;margin-bottom: 40px;margin-left: 90px;}
#payways ul li {
    display: inline-block;
    float: left; 
    border-radius: 5px; 
    border: 1px solid #ccc; 
    font-size: 14px; 
    background-color: #fff; 
    line-height: 39px; 
    padding: 0 10px; 
    height: 39px;
    margin-left: 5px; 
    background-repeat: no-repeat;
}
#payways ul li.payways-list__icon{
    background-image:url('/assets/images/paylogos.png'); 
    text-indent: -9999px;
}
#payways ul li:first-child{margin-left: 0;}
#payways ul li.payways-list__svyaznoy{background-position: 0px -10px; width: 104px;}
#payways ul li.payways-list__yandex{background-position: -232px -10px; width: 94px;}
#payways ul li.payways-list__sberbank{background-position: -331px -10px; width: 104px;}
#payways ul li.payways-list__qiwi{background-position: -446px -10px; width: 74px;}

#payways h2{margin: 0;padding-bottom: 40px; text-align: center;}
#payways .more{margin: auto; text-align: center;display: block;color: #999;}

#maincontent h2{margin: 0; padding: 40px 0 20px;font-size: 26px;}

#lastper {
    margin-bottom: 45px;
}
#lastper h2{
    padding-top: 0;
    padding-bottom: 40px;
}
#lastper .peritem{
    width: 306px;
    float: left;
    margin-right: 20px;
}
#lastper .peritem:last-child{
    margin-right: 0px;
}
#lastper .peritem img{
    width: 300px;
    height: 200px;
}

#lastper .peritem .date{
    font-size: 12px;
    color: #999;
}
#lastper .peritem .itemhead{
    color: #F90;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 3px;
    display: block;
}
#lastper .peritem .itemtext{
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 21px;
}
#lastper .peritem .more{
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}


.serviceline {
    width: 100%;
    margin: 40px 0;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 20px 30px;
}
.serviceline__header {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #424242;
    text-transform: uppercase;
    padding: 0 0 0 3px;
}
.serviceline__icon {
    display: block;
    width: 95px;
    margin: 0 0 15px 0;
    background: #F90;
    height: 90px;
    border-radius: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.serviceline__text {
    text-align: center;
    display: block;
    padding: 0 2px;
    color: #333;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
div#text .serviceline ul li:hover .serviceline__icon{
    background: #ccc;
}
#text .serviceline ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
div#text .serviceline ul li {
    display: block;
    width: 95px;
    margin: 0 3px;
    padding-top: 0;
}
#text .serviceline ul li:before{
    display: none;
}

div#text .serviceline ul svg{
   position: absolute;
   width: 100%;
   top: 10px;
   fill: #fff;
   transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
}

div#text .serviceline ul li:hover svg{
    fill: #333;
}

.serviceline ul:after {
    display: table;
    height: 0;
    content: "";
    clear: both;
}

#header_change_val {
    position: absolute;
    right: 0;
    top: 250px;
}

#catalog_change_val {
    float:left;
    width: 220px;
}

#change_val_title {
    display: block;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.pageNav ul#pages {
    margin-left: 15px;
    margin-top: 0;
}

.add_to_compare{
    color: #FF4D2A;
    font-size: 20px;
}

.add_one_click{
    color: #FF4D2A;
    font-size: 20px;
    margin-left: 10px;
}

.product .add_to_compare{
    position: absolute;
    bottom: 1px;
    left: -105px;
}

.product .add_one_click{
    position: absolute;
    bottom: 1px;
    left: -85px;
}

.ui-tooltip {
    border: none!important;
    background: rgba(0, 0, 0, 0.8)!important;
    color: white!important;
}

.compare_result{
    padding: 30px;
    font-size: 16px;
    line-height: normal;
}

.compare_result > div{
    padding: 5px;
}

.compare_link a {
    background: #FF4D2A;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    display: block;
    margin: 20px auto 0px auto;
}

.order_row{
    /*float: left;*/
}


#orderFormData fieldset{
    width: 300px; 
    margin: 10px 10px 30px 10px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
    padding: 30px 20px 10px 20px;
}

#orderFormData fieldset legend{
    position: absolute;
    top: -14px;
    padding: 5px;
    background: #ddd;
    border-radius: 3px;
    left: 20px;
    font-weight: bold;
}

.form_label{
    display: block;
    font-size: 16px;
    padding: 5px;
}

#compare_tbl{
    
}

#compare_tbl tr:nth-child(2n){
    background: #f8f8f8;
}

#compare_tbl td{
    padding: 10px;
    font-size: 15px;
}

#compare_tbl td.cap{
    font-weight: bold;
}

#compare_tbl td.pagetitle{
    text-align: center;
}

#compare_tbl td.prod{
    text-align: center;
}

#compare_tbl td.prod a{
    color: #F90;    
}

#compare_tbl td.prod .desc{
    font-size: 12px;
    margin-bottom: 20px;
}

#compare_tbl td.prod.price .addtocart, #compare_tbl td.prod.price .product_param, #compare_tbl td.prod.price .price{margin: 0px auto!important;float: none;}

.product_addit{
    padding: 17px 0px 0px 20px;
    float: left;
}

/*
 * Clearfix
 *****************************************************************************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#orderFormShort{
    padding: 20px;
}

#orderFormShort .order_row{
    width: 100%;
}


.pages .page_prev{
    margin-right: 50px;
}

.pages .page_first{
    margin-right: 10px;
}

.pages .page_last{
    margin-left: 10px;
}

.pages .page_next{
}

.pages .page_next + li{
    clear: left;
}
::-webkit-input-placeholder {color:#3f3f3f;}
::-moz-placeholder          {color:#3f3f3f;}/* Firefox 19+ */
:-moz-placeholder           {color:#3f3f3f;}/* Firefox 18- */
:-ms-input-placeholder      {color:#3f3f3f;}


#product_comparison_link{
    background: url('../images/bg_gray_texture.png') repeat  #ccc;
    width: 105px;
    height: 105px;
    position: fixed;
    z-index: 1000;
    top: 18%;
    border-radius: 60px;
    text-align: center;
    right: -16px;

    display: none;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}
#product_comparison_link.compare{
    display: flex !important;
    justify-content: center;
    align-items: center;
}