.partner-picture{
		position:relative;
		width:90%;
		height:200px;
		margin: 20px;
	}

@media (max-width: 767px) {
		.partner-picture{
			height:170px;
			margin: 0;
		}
		.partner-picture.arma{
			height:211px;
		}
}

/*==============================
1. Fonts and plugins styles
===============================*/

/* @import url("css/jquery.jqzoom.css"); */
/* @import url("css/fancybox.css"); */

/*==============================
2. Reset Styles
===============================*/
html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color:#454545;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.3 !important;
}
header ol, 
footer ol, 
header ul,
footer ul{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
        outline: none;
        font-family: arial;
}

button{
        cursor: pointer;
}

input{
    height: 24px;
    padding: 2px 5px;
    border: 1px solid #CBCBCB;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;    
    -webkit-border-radius: 3px; 
       -moz-border-radius: 3px; 
            border-radius: 3px;
}

input[type=radio], input[type=checkbox], input[type=radio]:focus, input[type=checkbox]:focus{
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

input:focus, textarea:focus{
/*  border:5px solid green;*/
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
       -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
            box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    border:1px solid #CBCBCB;
    outline: none;
}

input:invalid{
    -moz-box-shadow: none;  
}

input:-moz-submit-invalid {
  -moz-box-shadow: none;
       box-shadow: none;
}

input:-moz-ui-invalid {
  -moz-box-shadow:none;
       box-shadow:none;
}

input:required:focus {
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19)!important;
       -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19)!important;
            box-shadow:0 3px 12px 1px rgba(42,48,60,.19)!important;
}
label{
    height:24px;
}

/* Clearfix */
.clearfix { display: inline-block; 
border-style: none !important;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}


.clearfix { display:block; }

/*===================================
2.1. Defaults,  h1, h2, h3, h4, h5, a
===================================*/

h1 {
    font-size: 24px;
    line-height: 30px;
    color: #454545;
    text-decoration: none;
}

h2 {
    font-size: 19px;
    line-height: 24px;
    color: #454545;
    text-decoration: none;
}

h3 {
        font-size: 16px;
    line-height: 20px;
    color: #454545;
}

h4, h5, h6 {
        font-size: 14px;
    line-height: 28px;
    color: #454545;
    font-weight: bold;
}

a, a:link, a:visited {
    color: #545454;
    font-size: 12px;
}

ul, ol {
    padding: 0px;
    margin: 0px 0px 15px 20px;
}

p{
    padding: 0px 0px 15px 0px;
}

b, strong{
    font-weight: bold;
}

a:hover, a:visited:hover { text-decoration: none; }

.floatLeft { float: left; }
.detail-right-box .floatLeft { width:430px}

.floatRight { float: right; }

.bg-none { background: none !important; }

.italic,u,i{ font-style: italic; }

.overflow-none{ overflow: inherit !important; }

.alignCenter { text-align: center; display: block; }

.center-box{
    margin: 0 auto; 
    /*width: 100%;*//*1170px;*/
}

/*==============================
3. Wrapper and Header styles
===============================*/

body{
    background-color: #fff;
    width:100%;
    /*min-width:1170px;*/
}

#wrapper{
    min-height: 100%;
    background-color:#fff;
}

.header-main{
    margin: 0 0 17px;
    position: relative;
    z-index: 20;
    /*margin-right: auto;
    margin-left: auto;*/
}
.header-top{
    background: url('img/bg-header-top.png') repeat 0 0;
}
.header-middle{
    position: relative;
    z-index: 10;
    /*margin-left:30px;*/
}
.header-middle .center-box{
    position: relative;
    padding: 0 0 3px;
    margin:10px auto;
}

.header-bottom{
    position: relative;
    z-index: 5;
    height: 55px;
    margin-left:30px;
}
.header-bottom .center-box{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
    height: 55px;
    position: relative;
}

.header-bottom .fixed {
    left: 50%;
    margin: 0 0 0 -585px !important;
    position: fixed;
    top: 0;
    width: 1200px;
    z-index: 99999;
}
@media (min-width: 768px) {
    .center-box{
        width: 100%;/*768px;*/
    }
}
@media (min-width: 992px) {
    .center-box{
        width: 100%;/*992px;*/
    }
}
@media (min-width: 1200px) {
    .center-box{
        width: 1200px;
    }
}

.top-nav ul{
    margin: 0 20px;/* 0 20px 0 0;*/
    float: right;
}

.top-nav li{
    display: inline-block;
/*    margin: 0 20px 0 0;
    padding:10px 0;
    */
    margin: 0px;
    padding:10px 10px;
}

.top-nav li:hover{
    background-color:#EEEEEE;
}

.top-nav li.last,
.top-nav li:last-child{
    margin-right: 0;
}

.top-nav > ul > li > a{
    font-weight:700;
    text-transform:uppercase;
}

.top-nav li a{
    /*    /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;/*700;*/
    color: #454545;
    text-decoration: none;
}

.top-nav li a:hover{
    /*text-decoration: underline;*/
    color:#b51e20;
}

.top-nav ul li ul{
    position: absolute;
    top: auto;
    display: none;
    z-index: 500;
    height: auto;
    /*width: 165px;*/
    background: #ffffff;
    border: 1px solid #E0E0E0;
    margin:9px 0 0 -10px;
}

.top-nav ul li:hover ul{
    display: block;
}

.top-nav ul li ul li{
    padding:0px;
    margin:0px;
    display: block;
    font-size:14px;
    border-bottom:1px solid #E0E0E0;
}
.top-nav ul li ul li:last-child{
    border-bottom:none;
}

.top-nav ul li ul li:hover{
    background-color:#E8E8E8;
    text-decoration:none;
}
.top-nav ul li ul li a{
    padding:7px 12px;
    display: block; 
    font-size:14px;
    font-weight:normal;
}

.top-nav ul li ul li:hover a:hover{
    text-decoration:none;
}


.logo{
    width: 82px;
    height: 93px;
    float: left;
    margin: 4px 35px 0 0;
}

.logo a{
    width: 82px;
    height: 0;
    padding-top: 93px;
    display: block;
    overflow: hidden;
    background: url('img/logo.png') no-repeat 0 0;
}

.region{
    margin: 30px 50px 0 0;
    float: left;
    position: relative;
}

.region p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
    padding: 0;
}

.region > a{
    text-decoration: none;
    background: url('img/region-arrow.png') no-repeat right 6px;
    padding: 0 25px 0 0;
}

.region > a span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #b51e20;
    border-bottom: 1px dashed #b51e20;
}

.region > a:hover span{
    border-bottom: none;
}

.region .sub-region{
    position: absolute;
    width: 180px;
    top: 110%;
    left: 0px;
    max-height: 200px;
    overflow: auto;
    padding: 10px 15px;
    border: 1px solid #e6e9e9;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: #fff;
    margin: 0px;
    list-style: none;
    display: none;
}

.region .sub-region li{
    display: block;
    border-bottom: 1px solid #e6e9e9;
    padding: 4px 0;
}

.region .sub-region li:last-child{
    border-bottom: none;
}

.region .sub-region a{
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

.region .sub-region a:hover{
    text-decoration: underline;
}

.telephone-box{
    float: left;
    margin: 20px 0 0 0;/*30px 150px 0 24px;*/
    background: url('img/tel-icon.png') no-repeat 0 0;/*0 5px*/
    padding: 0 0 0 25px;
}

.telephone-box p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;/*30px;*/
    line-height: 22px;
    font-weight: 400;
    color: #333;
    padding: 0 0 5px 0;
}

.telephone-box a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #b51e20;
    text-decoration: none;
    border-bottom: 1px dashed #b51e20;
    margin: 0 50px 0 0;
}

.telephone-box a:last-child{
    margin:0;
}
.telephone-box a.btn-feedback-text{
	margin-left: 150px;
}

.telephone-box a:hover{
    border-bottom: none;
}
.telephone-box .mail-pagetext a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;/*30px;*/
    line-height: 20px;
    font-weight: 400;
    color: #333;
    padding: 0;
    border-bottom: none;
    background: url('/bitrix/templates/specopt1/img/e-mail.png') no-repeat 0 4px;
    margin-left: -25px;
    padding-left: 30px;
}
.container a{
    /*color:#b51e20;*/
}
#change_prof,
.card-product .name a,
.container .product-item-title a{
    color:#545454;
}
.container a.mail-pagetext:hover{
    border-bottom: 1px dashed #b51e20;
}
.telephone-box .mail-pagetext a:hover{
    color:#b51e20;
}

.work-time{
    float: left;
    margin: 12px 0 0 0;/*1px 0 0 -30px;*/
}

.work-time .head-time{
    font-size:14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom:6px;

}

.work-time p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #555;
    margin-bottom:0;
    padding-bottom:0;
}

.work-time p span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #555;
}

.work-time p span.minx{
    width:45px;
    display: inline-block;
    font-weight:normal;
}

.work-time sup{
    vertical-align: super;
    font-size: smaller;
    top: -0.3em; 
}
@media (min-width: 992px) and (max-width: 1199px) {
    .telephone-box {
        margin: 10px 0 0 0;
        padding: 0 0 0 15px;
    }
    .telephone-box p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 4px 0;
    }
    .telephone-box a {
        margin: 0 10px 0 0;
    }
    .telephone-box .mail-pagetext a {
        margin-left: -15px;
        padding-left: 20px;
    }
    .cabinet {
        /*margin-right: -15px;*/
        float: left;
    }
	.telephone-box a.btn-feedback-text {
    	margin-left: 205px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	#wrapper{
        max-width: 100%;
        overflow-x: hidden;
    }
    .telephone-box {
        margin: 10px 0 0 0;
        padding: 0 0 0 15px;
    }
    .telephone-box a{
        margin: 0 20px 0 -10px;
        font-size: 11px;
    }
    .telephone-box p {
        font-size: 20px;
        line-height: 28px;
        padding: 0 0 4px 0;
    }
    .telephone-box .mail-pagetext a {
        margin-left: -15px;
        padding-left: 20px;
    }
    .cabinet {
        /*margin-right: -15px;*/
        float: left;
    }
	.telephone-box a.btn-feedback-text {
    	margin-left: 205px;
	}

}
@media (max-width: 767px) {
	/*body {
    	overflow-x:hidden;
	}*/
    .logo{
        width: 100%;
        height: 90px;
        position: relative;/*fixed;*/
        /*top: 0;
        left: 60px;*/
        background:#fff;
        padding:10px;
        margin: 0;/*0 0 0 40px;*/
    }
    .logo a{
        background-size: 70%;
        padding-top:65px;
        width:77px;
    }
    .telephone-box{
        position: relative;
        margin: 10px 0 0 4px;
        width:100%;
        padding: 0 0 0 18px;
    }
    .telephone-box span{
        width:100%;
        float:left;
    }
    .telephone-box p{
        font-size: 15px;
        padding:0;
        font-weight: bold;
    }
    .telephone-box a{
        margin: 0;
        width: auto;/*140px;*/
        margin-right:10px;
        float: left;
        padding-top: 4px;
    }
    .telephone-box .mail-pagetext a {
        font-size:15px;
        margin-left: -17px;
        padding-left: 20px;
    }
    .top-content-box {
        padding: 0;
    }
	.telephone-box a.btn-feedback-text {
    	margin-left: 15px;
	}
}
@media (max-width: 440px) {
	.telephone-box a.btn-feedback-text {
    	margin-left: 0;
	}
}
.enter-box{
    position:absolute;
    top: 10px;
    right: 0;
    float: right;
    width: 145px;
    height: 43px;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
}

.enter-box a{
    width: 72px;
    height: 31px;
    display: block;
    background: url('img/enter-icon.png') no-repeat 40px 13px;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    padding: 12px 0 0 73px;
}

.enter-box:hover{
    background: rgba(222,227,226,1);
    background: -moz-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,227,226,1)), color-stop(100%, rgba(243,243,243,1)));
    background: -webkit-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -o-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222,227,226,1)), to(rgba(243,243,243,1)));
    background: linear-gradient(to bottom, rgba(222,227,226,1) 0%, rgba(243,243,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee3e2', endColorstr='#f3f3f3', GradientType=0 );
}
.basket-box{
    background: url('img/bg-basket.png') no-repeat 0 0;
    float: right;/*left;*/
    width: 248px;
    height: 43px;
    position: absolute;/* relative;*/
    padding: 4px 0 0 72px;
    margin: 10px 0 0 15px; /*10px 0 0 55px; */
    text-decoration: none;
    display: inline-block;
    top: 0;
    right: 123px;
}

.basket-box:hover{
    background: url('img/bg-basket-hov.png') no-repeat 0 0;
}

.basket-box p{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    color: #454545;
    text-shadow: 0px 2px 1px rgba(254, 250, 238, 0.95);
    padding: 0;
}

.basket-box p span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #454545;
    text-shadow: 0px 2px 1px rgba(254, 250, 238, 0.95);
    width: auto;
}

.basket-box span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;/*16px;*/
    font-weight: 600;
    color: #b51e20;
    text-decoration: none;
    text-shadow: 0px 2px 1px rgba(254, 250, 238, 0.95);
    position: relative;
    padding: 6px 0 0;/*22px 66px 5px 72px;*/
    margin: -5px 0 0 0;/*-20px 0 0 -73px;*/
    display: block;
    z-index: 10;
    width:115px;
}

.basket-box a:hover{
    text-decoration: underline;
}

.basket-box .number{
    width: 27px;
    height: 23px;
    background-color: #fff;
    border: 2px solid #fef300;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    text-align: center;
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    padding: 0;/*4px 0 0 0;*/
    margin: -30px 0 0 -45px;
}


.search-box{
    background-color: #fff;
    height: 37px;
    float: left;
    margin: 8px 2px 0 2%;
    border: 1px solid #CBCBCB;
    width: 100%;/*96%;*/
    padding-right: 2%;
}
.search-box input[type=text]{
    height: 37px;
    width: 102%;
    padding: 0 10px;
    padding:6px 20px;
    border: none;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #555;
    float: left;
}

.search-box a{
    text-decoration: none;
    background: url('img/region-arrow.png') no-repeat right 8px;
    padding: 0 17px 0 0;
    float: left;
    margin: 7px 0 0 0;
}

.search-box a span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #bbb;
    border-bottom: 1px dashed #bbb;
}

.search-box a:hover span{
    border-bottom: none;
}
.clear_search{
    right: 9%;/*3*/
}
.btn-search{
    width: 106px;
    height: 39px;
    float: left;
    display: block;
    background: transparent url('img/btn-search.png') no-repeat 0 0;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 8px 9px 0px;
    margin: 8px 0 0 -20px;
    cursor:pointer;
}

.btn-search:hover{
    background: transparent url('img/btn-search.png') no-repeat 0 -40px;
}

.btn-search:active{
    background: transparent url('img/btn-search.png') no-repeat 0 0;
}

.nav-main{
    width: 292px;
    float: left;
    margin: 0 21px 0 0;
    height: 55px;
        z-index:200;
    background: url('img/bg-nav-main.png') no-repeat right 0;

    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
}

.nav-main:hover{
    background: -moz-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,227,226,1)), color-stop(100%, rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222,227,226,1)), to(rgba(242,242,242,1)));
    background: linear-gradient(to bottom, rgba(222,227,226,1) 0%, rgba(242,242,242,1) 100%);
}

.nav-main .btn-nav{
    width: 222px;
    height: 38px;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    padding: 17px 0 0 68px;
    background: url('img/bg-btn-nav1.png') no-repeat 21px 17px, url('img/bg-btn-nav2.png') no-repeat 258px 23px;
}

.nav-main .submenu {
    position: absolute;
    left: 0px;
    top: 55px;
    visibility: hidden;
    -webkit-transition-delay: 0.5s;
       -moz-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}

.nav-main .submenu-box{
    display: block;
    width: 100%;
}

.nav-main .submenu .menu-box {
    display: block;
    width: 292px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;/*25px 20px 25px 45px;*/
    background: #fff;
    -webkit-box-shadow: none;/*0 0 3px rgba(0,0,0,0.5);*/
       -moz-box-shadow: none;/*0 0 3px rgba(0,0,0,0.5);*/
            box-shadow: none;/*0 0 3px rgba(0,0,0,0.5);*/
    position:absolute;
    z-index:20;
    border: 3px solid #fff700;
    border-left: 1px solid #fff700;
}
.nav-main .submenu .menu-box.podrazdel-box {
    z-index:21;/*19;*/
    width:378px;
    left:292px;
    padding: 5px 0;/*25px 20px;*/
}
.nav-main .submenu .menu-box.category-box {
    z-index:22;/*18;*/
    left:664px;/*670px;*/
    padding: 5px 0;/*25px 20px;*/
}
.nav-main .submenu .menu-box.podrazdel-box,
.nav-main .submenu .menu-box.category-box {
    display:none;
}

.nav-main .submenu .menu-box:first-child{
    border-left: none;
}

.nav-main .submenu .menu-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.nav-main .submenu .menu-box li{
    margin: 0;/*0 0 5px;*/
    padding:0;/*3px 10px 3px 0px;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
}
.nav-main .submenu .menu-box li:first-child{
    border-top:0;
}
.nav-main .submenu .menu-box li:last-child{
    border-bottom:0;
}
.nav-main .submenu .menu-box a{
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding:9px 30px;/*padding-right: 30px;*/
    position: relative;
}

.nav-main .submenu .menu-box a.parent:after{
    content: '';
    position: absolute;
    right: 10px;
    top: 12px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 6px solid #eee;
}
.nav-main .submenu .menu-box li:hover a{
    background:#fff700;
    text-decoration: none;
    color:#000;
    padding: 9px 30px;
}
.nav-main .submenu .menu-box a:hover{
    text-decoration: underline;
}

.nav-main .submenu .menu-box li.current{
    background-color:#fff700;
    padding:0 !important;
    margin:-1px 0 0 !important;
}
.nav-main .submenu .menu-box a.parent:hover:after,
.nav-main .submenu .menu-box li.current:after{
    border-left: 6px solid #999;
}
.nav-main .submenu .menu-box li.current a{
    color: #000;
    background: none;
    margin:0;
    padding: 9px 30px;
}

.nav-main:hover .submenu{
   visibility: visible;
}

.nav-main .submenu .podrazdel, .nav-main .submenu .category{
    display: none;
    visibility: hidden;
}

.nav-main .submenu .current{
    visibility: visible;
    display: block;
}

/*==============================
4. Container styles
===============================*/

.container{
    /* padding: 0 0 40px; */
    padding: 0;
    position: relative;
    z-index: 10;
}

.container.footb{
    padding: 0px;
    position:inherit;
}

.container.footb .bread-crumbs{
    margin:0px;
}

.container p{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    padding: 0px 0px 10px 0px;
    text-align:left;
    color:#454545;
}

.container a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}
.container ul, .container ol{
    margin-left:40px;
}

.container ul li, .container ol li{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    /* padding: 0px 0px 10px 0px; */
    color:#454545;
}

.container .h2-title, 
.container h2{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color:#454545;
    text-align: center;
    margin-bottom: 10px;
}

.container .h3-title, 
.container h3{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
}

.container .notice{ 
    color: #b51e20;
    font-style:italic;
    padding: 10px 20px;
    border: 1px #b51e20 dashed;
    text-align:justify;
}

.container table, .container table tr td{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.container table tr td{
    padding:10px;
}

.container table.zebra,
.popup-main table.zebra
{
    width:100%;
}

.container table.zebra td, .container table.zebra th,
.popup-main table.zebra td, .popup-main table.zebra th
{
    padding:10px;
}

.container table.zebra th,
.popup-main table.zebra th
{
    font-weight: bold;
    background:#fffcdf;
    text-align:center;
    border: 1px solid #ccc;
}

.container table.zebra td,
.popup-main table.zebra td
{
    text-align:center;
}

.container table.zebra tr td,
.popup-main table.zebra tr td
{
    border:1px solid #ccc;/*f9f9f9;*/
    vertical-align:middle;
}

.container table.zebra tr:nth-child(odd) td
.popup-main table.zebra tr:nth-child(odd) td
{   
    background-color:#f9f9f9;
}

.zebra.rekv tr td:first-child{
    text-align:left;
    font-weight:bold;
}

.zebra.rekv tr td:last-child{
    text-align:left;
}

.table_easy{
    width:100%; 
}

.table_easy tr td, .table_easy tr th{ 
    padding:10px;
    border:1px solid #f9f9f9;
    vertical-align:middle;  
}

.banner-slider-box{
    width: auto;/*800px;*/
    float: left;
    height: 224px;
    position: relative;
}

.banner-slider-box ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.banner-slider-box .bx-viewport{
    position: relative;
    z-index: 5;
}

.banner-slider-box .bx-pager{
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.banner-slider-box .bx-pager-item{
    float: left;
    margin: 0 8px 0 0;
}

.banner-slider-box .bx-pager-link{
    display: block;
    width: 12px;
    height: 0px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    padding: 12px 0 0 0;
    background-color: #454545;
}

.banner-slider-box .bx-pager-link.active{
    background-color: rgba(243, 243, 243, 1);
}

.banner-slider-box .bx-controls-direction{
    display: none;
}

.right-banner-box{
    float: right;
    width: auto;/*370px;*/
    height: 224px;
    overflow: hidden;
    background-color: #ccc;
}

.right-banner-box img{
    max-width: 400px;/*370px;*/
    max-height: 224px;
}

.right-banner-box img:hover{
    opacity:0.7;
}

.top-content-box{
    padding: 0 0 40px;
}

.other-widget{
    width: 100%;/*277px;*/
    min-height: 260px;
    float: left;
    padding: 20px 0 0 0px;
    margin: 0 20px 10px 0;
    position: relative;
    z-index: 5;
}
.other-widget .h3-title a,
.other-widget .h3-title{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    height:80px;/* 62px; */
    display:table-cell;
    vertical-align:middle;
    width:270px;/*160px;*/
    padding-left:100px; /* 50px; */
    padding-right: 30px;
} 

.other-widget .h3-title:hover{    
    color:#b51e20;
}

.other-widget a.sect_pict span{
    position:absolute;
    /*margin: -33px 0 0 -115px;*/
    margin: 0px 0 0 -115px;
    width: 100px;
    height: 100px;

    -webkit-border-radius: 100px;

       -moz-border-radius: 100px;

            border-radius: 100px;
}

.other-widget a.sect_pict span:hover{
    background-color: #fff;
    opacity: 0.2;
}

.other-widget ul{
    margin: 10px -5px 10px;
    padding: 5px;
    overflow: hidden;
    max-height: 105px;
    min-height: 105px;
    max-width:100%;/*235px;*/
}

.other-widget:hover{
    z-index: 10;
}

.other-widget:hover ul{
    max-height: 100%;
    overflow: visible;

    background: white;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
}

.other-widget .other-widget-main{
    padding: 5px;
    /*border-radius: 5px;*/

    background: url(/upload/iblock/335/335560cae775ede382bcaabc6129da72.png) no-repeat 0 0;
    position: absolute;
    padding-bottom: 0px;
    width:100%;
}

.other-widget .other-widget-main ul li,.other-widget .other-widget-main ol li{
    padding:0px;
}

.other-widget:hover .other-widget-main{
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
       -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
            box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.other-widget:hover .all{
    display: none;
}

.other-widget li{
    list-style: none;
}

.other-widget li a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
}

.other-widget li a:hover{
    color: #b51e20;
    text-decoration:underline;
}

.other-widget .all{
    text-decoration: none;
    background: url('img/region-arrow.png') no-repeat right 6px;
    padding: 0 18px 0 0;
}

.other-widget .all span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #f7c720;
    border-bottom: 1px dashed #f7c720;
}

.other-widget .all:hover span{
    border-bottom: none;
}

.other-widget.widget1{
    background: url('img/icon1.png') no-repeat 0 0;
}

.other-widget.widget2{
    background: url('img/icon2.png') no-repeat 0 0;
}

.other-widget.widget3{
    background: url('img/icon3.png') no-repeat 0 0;
}
.other-widget.widget4{
    background: url('img/icon4.png') no-repeat 0 0;
}

.other-widget.widget5{
    background: url('img/icon5.png') no-repeat 0 0;
}

.other-widget.widget6{
    background: url('img/icon6.png') no-repeat 0 0;
}

.other-widget.widget7{
    background: url('img/icon7.png') no-repeat 0 0;
}

.other-widget.widget8{
    background: url('img/icon8.png') no-repeat 0 0;
}

.top-content-box .other-widget .other-widget-main:hover{
    box-shadow: 0 3px 12px 1px rgba(42,48,60,.19);
}

.other-widget .other-widget-main {
    background-position: left 3px top 3px !important;
}

.title-box,.title-box a{
    margin: 0 0 4px;
    /*font-weight:bold;*/
    color:#b51e20;
}
.title-box a{
	border-bottom: 1px dashed #b51e20;
}
.title-box a:hover{
    /*text-decoration:underline;*/
	border-bottom: 1px solid transparent;
}

.new-title{
    width: 99.8%;
    height: 51px;
    float: left;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.new-title a{
    text-decoration:none;
}


.new-title .h2-title{
    color: #454545;
    background: url('img/bg-h2-new.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 67px;
    margin:0;
}

.special-title{
    width: 100%;
    height: 51px;
    float: right;
    /*background-color:#F3F3F3;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);*/
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.special-title a{
    text-decoration:none;
}
.special-title .h2-title{
    /*color: #fff;*/
    color: #454545;
    background: url('img/bg-h2-special.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 73px;
    margin:0;
}

.spec-title{
    width: 99.8%;
    height: 51px;
    float: left;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.spec-title a{
    text-decoration:none;
}

.spec-title .h2-title{
    color: #454545;
    background: url('img/bg-h2-actions.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 67px;
    margin:0;
}

.rasp-title{
    width: 99.8%;
    height: 51px;
    float: left;
    margin: 0;
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243,243,243,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243,243,243,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(243,243,243,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dee3e2', GradientType=0 );
    padding: 0 0 0 25px;
}

.rasp-title a{
    text-decoration:none;
}

.rasp-title .h2-title{
    color: #454545;
    background: url('img/bg-h2-news.png') no-repeat 15px 3px;
    -moz-background-size:44px;
      -o-background-size:44px;
         background-size:44px;
    padding: 15px 0 10px 67px;
    margin:0;
}
.special-title .h2-title:hover, 
.new-title .h2-title:hover,
.spec-title .h2-title:hover,
.rasp-title .h2-title:hover{
    color:#b51e20;
}

.sliders-box{
    background: url('img/bg-header-top.png') repeat 0 0;
    padding: 10px 0 10px 0;
    margin: 0 0 35px;
}
.sliders-box2{
    background: url('img/bg-header-top.png') repeat 0 0;
    padding: 10px 0 0px 0;
    margin: 0px 0 35px;
}
.other-slider{
    width: 100%;/*585px;*/
    position: relative;
}

.other-slider.one{
    float: left;
}

.other-slider.two{
    float: right;
}

.other-slider .slider{
    margin: 0;
}

.other-slider .slider li a{
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
}

.other-slider .bx-viewport{
    padding: 8px;
    margin: -8px 0 0 -8px;
}
.other-slide{
	background:#ffffff;
}
.other-slide .global-pix{
    width: 154px;
    height: 154px;
    margin: 0 0 10px;
}

.other-slide .pix-box{
    background-color: #fff;
    width: 150px;
    height: 150px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border: 2px solid transparent;
}

.other-slide .pix-box img{
    max-width: 150px;
    max-height: 150px;
}

.other-slide .name{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #454545;
    margin: 0 0 10px;
    min-height: 35px;
    text-align:center;
    height:64px;
    overflow:hidden;
}
.other-slide .name a{
    font-size: 14px;
}
.other-slide .name:hover{
    text-decoration:none;
}

.other-slide .price{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 22px;
    /*font-weight: 600;*/
    color: #b51e20;
    /*padding: 0 15px 0 0;
    float: left;*/
    text-align:center;
	padding:0 0 15px 0;
    margin-bottom:15px;
}

.other-slide .old-price{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #777;
    text-decoration: line-through;
    padding: 0;
}
.other-slide:hover{
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.53);
}

.other-slide:hover .pix-box{
    /*border-color: #fae402;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.53);
    box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.53);*/
}

.other-slide:hover .name{
    text-decoration: none;
}

.other-slider .bx-prev{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    left:6px;
    top:65px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("img/btn-left-right-s.png") 0px 0px no-repeat;
}

.other-slider .bx-prev:hover{
    background:url("img/btn-left-right-s.png") 0px -32px no-repeat;
}

.other-slider .bx-next{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    right:6px;
    top:65px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("img/btn-left-right-s.png") -32px 0px no-repeat;
}

.other-slider .bx-next:hover{
   background:url("img/btn-left-right-s.png") -32px -32px no-repeat;
}

.news-actions-box{
    margin: 0 0 50px;
}

.action-wrap{
    /*width: 571px;*/
    float: left;
}

.actions-box{
    width: 100%;/*487px;*/
    min-height: 200px;
    position: relative;
    /*border: 2px solid #fae402;*/
    border-top: 1px solid #fae402;
    border-left: 1px solid #fae402;
    padding: 35px 40px 20px 40px;
    margin: -26px 0 0 0;
    z-index: 10;
}

.action-wrap .h2-title{
    color: #b51e20;
    background: url('img/bg-h2-actions.png') no-repeat 9px 3px #fff;
    /*padding: 10px 12px 0 53px;*/
    padding: 20px 12px 20px 74px;
    margin: 0 0 0 11px;
    display: inline-block;
    position: relative;
    z-index: 20;
    
    -moz-background-size:60px;

      -o-background-size:60px;
    
         background-size:60px;
}

.other-action{
    margin: 0 0 20px;
}

.other-action .global-pix{
    width: 98px;
    float: left;
    margin: 0 12px 0 0;
}

.other-action .pix-box{
    width: 94px;
    height: 94px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #f3f3f3;
    font-size: 0;
}

.other-action .pix-box img{
    max-width: 94px;
    /* max-height: 94px; */
    height:auto;
}

.other-action .action-text{
    float: left;
    width: 377px;
}

.other-action a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b51e20;
}

.other-action p{
    color: #555;
    line-height: 18px;
}
.other-action .price,
.other-action .price span{
    color: #b51e20;
    font-weight: bold;
}

.other-action .term{
    line-height: 22px;
    font-weight: 600;
    color: #454545;
    padding: 0;
}

.other-action .term span{
    font-weight: 700;
}

.other-action:hover .pix-box{
    border-color: #b51e20;
}

.actions-box .all-actions{
    width: 124px;
    height: 22px;
    display: block;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/*7px 0 0 0;*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 22px;
}

.actions-box .all-actions:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(255,247,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(255,247,0,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(255,247,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#fff700', GradientType=0 );
    color: #666;
}

.news-wrap{
    /*width: 571px;*/
    float: right;
}

.news-wrap a:hover .h2-title{
 color: #b51e20;
}

.news-box{
    width: 507px;
    min-height: 230px;
    position: relative;
    /*border: 2px solid #d2d1d1;*/
    border-top: 1px solid #d2d1d1;
    border-left: 1px solid #d2d1d1;
    padding: 35px 20px 20px 40px;
    margin: -26px 0 0 0;
    z-index: 10;
}

.news-wrap .h2-title{
    color: #454545;
    background: url('img/bg-h2-news.png') no-repeat 8px 3px #fff;
    /*padding: 8px 12px 5px 54px;*/
    padding: 20px 12px 20px 74px;
    margin: 0 0 0 11px;
    display: inline-block;
    position: relative;
    z-index: 20;

    -moz-background-size:60px;

      -o-background-size:60px;

         background-size:60px;
}

.other-new{
    margin: 0 0 20px;
}

.other-new .global-pix{
    width: 98px;
    float: left;
    margin: 0 12px 0 0;
}

.other-new .pix-box{
    width: 94px;
    height: 94px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #f3f3f3;
    font-size: 0;
}

.other-new .pix-box img{
    max-width: 94px;
    max-height: 94px;
    height:auto;
}

.other-new .new-text{
    /*float: left;
    width: 397px;*/
}

.other-new a{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b51e20;
}

.other-new p{
    color: #555;
    line-height: 18px;
}
.other-new .price,
.other-new .price span{
    color: #b51e20;
    font-weight: bold;
}
.other-new .date{
    line-height: 22px;
    color: #d2d1d1;
    padding: 0;
}

.other-new:hover .pix-box{
    border-color: #b51e20;
}

.news-box .all-news{
    width: 124px;
    height: 22px;
    display: block;
    background: rgba(231,234,233,1);
    background: -moz-linear-gradient(top, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231,234,233,1)), color-stop(100%, rgba(210,209,209,1)));
    background: -webkit-linear-gradient(top, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    background: -o-linear-gradient(top, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(231,234,233,1)), to(rgba(210,209,209,1)));
    background: linear-gradient(to bottom, rgba(231,234,233,1) 0%, rgba(210,209,209,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eae9', endColorstr='#d2d1d1', GradientType=0 );
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/*7px 0 0 0;*/
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.44);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.44);
    position: absolute;
    right: 0;
    top: 2px;
    line-height: 22px;
}

.news-box .all-news:hover{
    background: rgba(233,234,234,1);
    background: -moz-linear-gradient(top, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,234,234,1)), color-stop(100%, rgba(233,234,234,1)));
    background: -webkit-linear-gradient(top, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    background: -o-linear-gradient(top, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(233,234,234,1)), to(rgba(233,234,234,1)));
    background: linear-gradient(to bottom, rgba(233,234,234,1) 0%, rgba(233,234,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaea', endColorstr='#e9eaea', GradientType=0 );
    color: #666;
}
.bottom-text-box{
    padding:0 35px;
}
.bottom-text-box .h2-title{
    color: #454545;
    padding-bottom:10px;
}

.bottom-text-box p{
    line-height: 24px;
    color: #555;
    text-align: justify;
    padding: 0 0 10px;
}

/*==============================
5. Footer styles
===============================*/

.footer-main{
    background-color: #EEEEEE;
    padding: 0 0 10px;
    border-top: 1px solid #DADADA;
        margin-top: 25px;
}

.footer-top{
    background-color: #EEEEEE;
    padding: 35px 0 0 0;
    margin-right: auto;
    margin-left: auto;
}

.footer-bottom p{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #777;
    padding: 20px 0 0 0;
    float: left;
}

.footer-bottom .social-box{
    float: right;
    padding: 10px 0 0 0;
}

.footer-bottom .social-box p{
    padding: 10px 15px 0 0;
}

.footer-bottom .social-box ul{
    margin: 0;
    float: left;
}

.footer-bottom .social-box li{
    display: inline-block;
    margin: 0 5px 0 0;
}

.footer-bottom .social-box li.last{
    margin-right: 0;
}

.footer-bottom .social-box li a{
    display: block;
    width: 33px;
    height: 33px;
}

.footer-bottom .social-box li a:hover{
    opacity: 0.7;
}

@media (min-width: 1200px) {
    .footer-top{
        width: 1170px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .top-nav ul {
        margin: 0 20px 0 30px;
        float: left;
    }
    .top-nav li {
        padding: 8px 8px;
    }
    .top-nav li a {
        font-size: 11px;
    }
    .footer-top{
        width: 100%;/*970px;*/
    }
    /*.enter-box {
        right: 15px;
    }*/
    .enter-box a {
        padding: 12px 0 0 78px;
    }
    .banner-slider-box {
        float: left;
        margin-left:96px;
        margin-right:auto;
    }
    .right-banner-box {
        display:none;
    }
    .container a {
        font-size: 12px;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .top-nav ul {
        margin: 0 20px 0 30px;
        float: left;
    }
    .top-nav li {
        padding: 8px 8px;
    }
    .top-nav li a {
        font-size: 11px;
    }
    .footer-top{
        width: 100%;/*750px;*/
    }
    .banner-slider-box {
        float: left;
        margin-left:8%;
        margin-right:auto;
 		max-width: 100%;
		overflow-x: hidden;
    }
    .banner-slider-box .bx-viewport{
        max-width: 100%;
        overflow-x: hidden;
    }
    .right-banner-box {
        display:none;
    }
    .news-box,
    .actions-box{
        width: 85%;
        margin: 25px;
    }
    .bx-top-naw-container .bx-naw-1-lvl{
        background: url('/bitrix/templates/specopt1/components/bitrix/menu/catalog_horizontal_top/images/bg-btn-nav1.png') no-repeat 16px 17px, url('/bitrix/templates/specopt1/components/bitrix/menu/catalog_horizontal_top/images/bg-btn-nav2.png') no-repeat 206px 23px;
    }
    .bx-top-naw-container .bx-naw-1-lvl.bx-naw-parent > a span {
        font-size: 15px;
    }
    .bx-top-naw-container .bx-naw-1-lvl > a {
        width: 150px;
    }
    /*.enter-box {
        right: 0;
    }*/
    .enter-box a {
        padding: 12px 0 0 78px;
        background: url('/bitrix/templates/specopt1/img/enter-icon.png') no-repeat 50px 13px;
    }

}
.main-banner-box{
    max-width: 100%;
    max-height: 224px;
    padding: 0px 0 55px;
    display:none;
    background-color: #444444;
}

@media (max-width: 767px) {
    .main-banner-box{
        display: none;
        height: 0px;
    }
    .right-banner-box,
    .banner-slider-box {
        display: none;
    }
    .other-widget{
        height:auto;
        min-height:auto;
        padding: 10px 0 0 0px;
        margin: 0 20px 0px 0;
    }
    .other-widget .other-widget-main {
        position:relative;
        max-height: 100%;
    }
    .other-widget li a {
        height:20px;
    }
    .other-widget ul {
        max-height: 100%;
        overflow: visible;

        background: white;
        margin-bottom: 0px;
        margin-right: 0px;
        padding-bottom: 15px;
        min-height:auto;
    }
    .container,
    .top-content-box {
        padding: 0;
    }
    .news-actions-box {
        margin: 0;
        display:none;
    }
}

.link-box{
    float: left;
    margin: 0;
}

.link-box.last{
    margin-right: 0;
    float:right;
}

.link-box .h3-title{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #777;
    padding: 0 0 12px;
}

.link-box ul{
    margin: 0;
}

.link-box ul li a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    text-decoration: none;
}

.link-box ul li a:hover{
    text-decoration: none;
    color:#b51e20;
}

.link-box.last .h3-title{
    padding-left: 30px;
}

.link-box.last ul li{
    padding: 0 0 10px 30px;
}

.link-box ul .tel{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #b51e20;
    background: url('img/tel.png') no-repeat 0 10px;
    margin: 0 0 10px;
}

.link-box ul .tel a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    margin: 0 0 0 10px;
    vertical-align: top;
    border-bottom: 1px dashed #999;
}

.link-box ul .tel a:hover{
    text-decoration: none;
    border-bottom: none;
}

.link-box ul .address{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    color: #999;
    background: url('img/address.png') no-repeat 0 8px;
    margin: 0 0 5px;
}

.link-box ul .e-mail{
    background: url('img/e-mail.png') no-repeat 0 8px;
}

.link-box ul .e-mail a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #b51e20;
}

.link-box.last .e-mail {
    line-height: 30px;
    height: 33px;
}

.link-box ul .time{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    background: url('img/time.png') no-repeat 0 7px;
    margin: 0 0 5px;
}

.link-box ul .time .head-time{
    font-size:14px;
    line-height: 14px;
    font-weight: 700;
    padding-top:8px;
    width:120px;
    height:50px;
    float:left;
    color: #777;

}

.link-box ul .time p{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #999;
    padding-top:5px;
}

.link-box ul .time p span{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    color: #555;
}

.link-box ul .time p span.minx{
    width:45px;
    display: inline-block;
    font-weight:normal;
    color: #999;
}

.link-box ul .time sup{
    vertical-align: super;
    font-size: smaller; 
    color: #999;
}

.social-box ul .rss a{
    background: url('img/gui2.png') no-repeat 0 0;
}

.social-box ul .fb a{
    background: url('img/gui2.png') no-repeat 0 0;
}

.social-box ul .tw a{
    background: url('img/gui2.png') no-repeat 0 -67px;
}

.social-box ul .vk a{
    background: url('img/gui2.png') no-repeat 0 -133px;
}

.social-box ul .google a{
    background: url('img/gui2.png') no-repeat 0 -199px;
}

/*==============================
6. Text-page styles
===============================*/

.bread-crumbs{
    margin: 0 0 15px;
}

.bread-crumbs ul{
    margin: 0;
}

.bread-crumbs li{
    list-style: none;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #a3a3a3;
    margin: 0 8px 0 0;
}

.bread-crumbs li a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #545454;
    margin: 0 5px 0 0;
    text-decoration:none;
}

.bread-crumbs li a:hover{
    color:#b51e20;
   text-decoration:underline
}

.bread-crumbs li span{
    color:#B51E20;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}

.container .zzz1-title, 
.container h1{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #454545;
    text-transform: uppercase;
    /* margin: 0 0 20px 25px; */
    margin-bottom: 25px;
}

.container .zzz1-title span{
    color:#a3a3a3;
    padding-left:5px;
    font-size:16px;
}

.other-news{
  padding: 0 0 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
}
.other-news .global-pix{
    width: 199px;
    float: left;
    margin: 0 -199px 0 0;
}

.other-news .pix-box{
    width: 197px;
    height: 197px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e6e9e9;
    font-size: 0;
}

.other-news .pix-box img{
    max-width: 197px;
    max-height: 197px;
}

.other-news .text-box{
    float: left;
    padding: 5px 20px 0 230px;
}

.other-news .news-title{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #454545;
    display: inline-block;
    margin: 0 5px 8px 0;
    text-decoration:none;
}

.other-news .news-title:hover{
    color: #b51e20;
}

.other-news p{
    line-height: 18px;
    color: #555;
    padding: 0 0 12px;
}

.other-news .news-date{
    font-size: 15px;
    color: #a3a3a3;
}

.other-news .detail, .all_list, .bx_mo_link{
    width: 101px;
    height: 23px;
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 0px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.26);

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 0 0 0;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
}

.other-news .detail:hover, .all_list:hover, .bx_mo_link:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.all_list,  .bx_mo_link {
    font-size: 11px!important;
    line-height: 15px!important;
    font-weight: 700!important;
    color: #454545!important;
    text-decoration: none!important;
    text-transform: uppercase!important;
    width:140px;
}

.page-nav{
    margin: 0 0 10px;
}

.page-nav ul{
    margin: 0;
    text-align: center;
}

.page-nav li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 0 0;
}

.page-nav li.last{
    margin: 0;
}

.page-nav li a{
    width: 39px;
    height: 39px;
    display: block;
    background-color: #fff;
    border: 1px solid #e7eaea;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    color: #232323;
    text-decoration: none;
    text-align: center;
    padding: 0 0 12px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.page-nav li a:hover{
    font-weight: 700;
    line-height: 36px;
    border: 2px solid #fff500;
}

.page-nav li a.active{
    font-weight: 700;
    line-height: 36px;
    border: 2px solid #555;
}

.page-nav li.first a{
    width: 9px;
    height: 14px;
    display: block;
    border: none;
    background: url('img/page-nav-prev-next.png') no-repeat 0 0;
    margin: 13px 0 0 0;
}

.page-nav li.first a:hover{
    background-position: 0 -70px;
}

.page-nav li.last a{
    width: 9px;
    height: 14px;
    display: block;
    border: none;
    background: url('img/page-nav-prev-next.png') no-repeat right -70px;
    margin: 13px 0 0 0;
}

.page-nav li.last a:hover{
    background-position: right 0;
}

/*==============================
7. Korzina-page styles
===============================*/
.korzina-page table, .order-page table{
    margin: 0 0 48px;
    width:100%;
    background: url('img/bg-header-top.png') repeat 0 0;
}

.korzina-page thead tr{
    height: 45px;
}

.korzina-page thead td{
    vertical-align: middle;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #454545;
}

.korzina-page table .margin{
    padding:2px;
}

.korzina-page tbody, .order-page tbody {
    background-color: #fff;
}

.korzina-page tbody tr{
    border-bottom: 1px solid #e8eaea;
    height:70px;
}

.korzina-page tbody tr.last{
    border-bottom: none;
}

.korzina-page tbody td{
    vertical-align: middle;
    padding: 5px 0;
    text-align: center;
}


.korzina-page tbody .pix-box{
    width: 40px;
    height: 40px;
    border: 1px solid #e6e9e9;
    position: relative;

    display:table-cell;
    vertical-align:middle;
}

.korzina-page tbody .pix-box img{
    /*max-width:40px;
    max-height:40px;*/
    width:100%;
    height:auto;/*100%;*/
}
/*.korzina-page tbody td > .pix-box:hover{
    padding: 0;
}
.korzina-page tbody .pix-box:hover{
	display: inline-block;
    width:100%;
    max-width: 60px;
}*/
.korzina-page tbody .pix-box .big-image{
    position: absolute;
    left: 100%;
    top: -1px;
    max-width: 300px;
    max-height: 300px;
    display: none;
    border: 1px solid #e6e9e9;
}

/*.korzina-page tbody .pix-box:hover .big-image{
    display: block;
}
.korzina-page tbody .pix-box:hover .small-image{
    display: none;
}*/
.korzina-page tbody .name, .korzina-page tbody .name a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #454545;
    text-align: left;
    min-width: 148px;
}
.korzina-page tbody .char_cart{
    text-align: left;   
}

.korzina-page tbody .td-price{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 15px;
}

.korzina-page tbody .summ{
    font-weight:700;
}

.total_summ{
    font-weight:700!important;
    color:#B51E20;
}

.korzina-page tbody .delete a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #555;
    text-decoration: none;
    background: url('img/delete-icon.png') no-repeat 0 3px;
    padding: 2px 0 2px 27px;
}

.korzina-page tbody .delete a:hover{
    color:#b51e20;  
    background: url('img/delete-icon.png') no-repeat 0 -21px;
}

.korzina-page tbody .amount .input-wrap{
    position: relative;
    display: inline-block;
}

.korzina-page tbody .amount input[type=text]{
    width: 54px;
    height: 31px;
    background-color: #fff;
    border: 1px solid #e6e9e9;
    padding: 0 5px 0 5px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
}

.korzina-page tbody .amount .up, .korzina-page tbody .amount .plus{
    width: 28px;
    height: 31px;
    display: block;
    position: absolute;
    left: 49px;/*61px;*/
    top: 0px;
    padding: 0px;
    background: #f4f4f4;
    color: #b51e20;
    border: 1px solid #e6e9e9;
    line-height:31px;
    font-weight: bold;
}

.korzina-page tbody .amount .down, .korzina-page tbody .amount .minus{
    width: 28px;
    height: 31px;
    display: block;
    position: absolute;
    left: -20px;
    padding: 0px;
    top: 0px;
    background: #f4f4f4;
    color: #b51e20;
    border: 1px solid #e6e9e9;
    line-height:31px;
    font-weight: bold;
}
.korzina-page tbody .amount .up:hover,.korzina-page tbody .amount .plus:hover,
.korzina-page tbody .amount .down:hover,.korzina-page tbody .amount .minus:hover{
    background: #b51e20;
    color: #fff;
}
.korzina-page tbody .amount .up:link,.korzina-page tbody .amount .plus:link,
.korzina-page tbody .amount .down:link, .korzina-page tbody .amount .minus:link{
    text-decoration: none;
}
.korzina-page tfoot tr{
    background-color: #f9f9f9;
    height: 60px;
}

.korzina-page tfoot tr td{
    vertical-align: middle;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    color: #454545;
}

.korzina-page tfoot tr .total{
    text-transform: uppercase;
}
#col_ARTICLE,#col_SUM{
    width: 100px;
}
.btn-wrap .checkout{
    float: right;
    width: 245px;/*218px;*/
    height: 40px;/*34px;*/
    display: block;

    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );

    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;/*21px;*/
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/*13px 0 0 0;*/
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 2px 0 0 20px;/*0 0 0 14px;*/
}

.btn-wrap .checkout:hover{
    color: #454545;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );   
}

.btn-wrap .count{
    float: right;
    width: 245px;/*215px;*/
    height: 40px;/*33px;*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 1px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.26);
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0 0 0;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 2px 0 0 20px;/*0 0 0 33px;*/
}

.btn-wrap .count:hover{
    color: #797878;
    background: rgba(238,239,239,1);
    background: -moz-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,239,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,239,239,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#eeefef', GradientType=0 );
}

.btn-wrap .offer{
    float: right;
    padding: 14px 0 0 0;
}

.offer label{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #555;
}

.offer label a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #f8c806;
    text-decoration: none;
    border-bottom: 1px dashed #f8c806;
}

.offer label a:hover{
    border-bottom: none;
}

.offer .checker{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.offer .check{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
    opacity: 0;
}

.offer .checker span{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    background: url('img/bg-checkbox.png') no-repeat 0 0;
}

.offer .checker .checked{
    background: url('img/bg-checkbox.png') no-repeat 0 bottom;
}

/*==============================
8. Card-page styles
===============================*/
.button-other{
    height: 34px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    float: left;

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);     
    padding:0 20px;
    cursor:pointer;
    border:none;
}
.button-other:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.button-other[type=reset]:hover{
    color:#fff;
    background-color: red;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,30,32,1)), color-stop(100%, rgba(156,30,32,1)));
    background: -webkit-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -o-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(181,30,32,1)), to(rgba(156,30,32,1)));
    background: linear-gradient(to bottom, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.button-other:last-child{   

}

.button-other:before{
    clear:both;
}

.slider-box .bx-prev{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    left:3px;
    top:120px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("img/btn-left-right-s.png") 0px 0px no-repeat;        
}

.slider-box .bx-prev:hover{
    background:url("img/btn-left-right-s.png") 0px -32px no-repeat;
}

.slider-box .bx-next{
    position: absolute;
    height: 0px;
    width: 32px;
    padding-top:32px;
    right:3px;
    top:120px;
    display:block;
    overflow:hidden;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("img/btn-left-right-s.png") -32px 0px no-repeat;  
}

.slider-box .bx-next:hover{
    background:url("img/btn-left-right-s.png") -32px -32px no-repeat;    
}

/*==============================
9. Catalog-page styles
===============================*/

.sideLeft{
    width: 100%;/*270px;*/
    float: left;
}

.sidebar-title{
    height: 45px;
    background: url('img/bg-header-top.png') repeat 0 0;
    margin: 0 0 20px;
}

.sidebar-title p{
    font-size: 15px;
    color: #454545;
    font-weight: 700;
    text-transform: uppercase;
    background: url('img/region-arrow.png') no-repeat 16px 19px;
    padding: 14px 0 0 40px;
}

.slider-range{
    width: 240px;
    margin: 0 0 25px 20px;
}

.slider-range .ui-slider-handle{
    width: 7px !important;
    height: 13px !important;
    border: none !important;
    background: url('img/bg-handle.png') no-repeat 0 0 !important;
}

.slider-range .ui-slider-horizontal {
    height: 0.5em;
}

.slider-range p span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #555;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    margin: 0 10px 0 0;
}

.slider-range p input{
    width: 71px;
    height: 27px;
    padding: 0 5px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e6e9e9;
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #a4a5a5;
    font-size: 14px;
    line-height: 18px;
    margin: 0 8px 0 0;
}

.sideLeft .form-box{
    padding: 0 0 20px 14px;
}

.catalog-page .input-box{
    padding: 0 0 14px;
}

.catalog-page .checker{
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.catalog-page .check{
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
    opacity: 0;
}

.catalog-page .checker span{
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
    background: url('img/bg-checkbox.png') no-repeat 0 0;
}

.catalog-page .checker .checked{
    background: url('img/bg-checkbox.png') no-repeat 0 bottom;
}

.catalog-page label{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #555;
}

.catalog-page label span{
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #b51e20;
}

.sideLeft .banner-box{
    width: 266px;
    height: 358px;
    border: 1px solid #e6e9e9;
}

.sideLeft .banner-box a{
    display: block;
}

.main-content{
    width: 100%;/*871px;*/
    float: right;
}

.sort-box{
    background-color: #EEEEEE;
    height: auto;/*45px;*/
    margin: 0 0 20px;
    padding: 0 10px 7px 20px;/*0 10px 0 20px*/
}

.sort-box p{
    color: #555;
    padding: 12px 25px 0 0;
    float: left;
}

.sort-box select{
    float: left;
    margin: 0 180px 0 0;
}

.sort-box p a{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #b51e20;
    text-decoration: none;
    border-bottom: 1px dashed #b51e20;
}

.sort-box p a:hover{
    border-bottom: none;
}

.sort-box .small-psdding{
    padding-right: 12px;
}

.sort-box .compare{
    width: 93px;
    height: 20px;
    display: block;
    float: left;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 1px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.26);
    margin: 5px 55px 0 0;

    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 11px 0 0 0;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
}

.sort-box .compare:hover{
    background: rgba(238,239,239,1);
    background: -moz-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238,239,239,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,239,239,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(238,239,239,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefef', endColorstr='#eeefef', GradientType=0 );
    color: #797878;
}

.sort-box .view{
    float: left;
    background-color: transparent;
    width: 22px;
    height: 22px;
    display: block;
    border: 1px solid transparent;
    margin: 10px 3px 0 0;
}

.sort-box .table-view{
    background: url('img/table-view.png') no-repeat center center;
}

.sort-box .list-view{
    background: url('img/list-view.png') no-repeat center center;
}

.sort-box .table-view-big{
    background: url('img/table-view-big.png') no-repeat center center;
}

.sort-box .view:hover, 
.sort-box .view.active{
    background-color: #fff;
    border-color: #e6e9e9;
}

.disactive{
    display:none;
}

#back-top {
    display: none;
    bottom: 70px;
    margin-right: -700px;
    position: fixed;
    right: 50%;
    z-index: 100;
}

#back-top a {
    display: block;
    height: 32px;
    width: 32px;
    -webkit-border-radius:16px;
       -moz-border-radius:16px;
            border-radius:16px;
    background:url("img/btn-top-up-s.png") 0px 0px no-repeat;
}

#back-top a:hover {
    background: url("img/btn-top-up-s.png") -32px 0px no-repeat;
}

.slider-range{
    width: 230px;
    margin: 0 0 25px 20px;
}

.slider-range .ui-slider-handle{
    width: 7px !important;
    margin: 0px 0px 0px -4px;
    height: 14px !important;
    border: none !important;
    background: url('img/bg-handle.png') no-repeat 0 0 !important;
}

.slider-range .ui-slider-horizontal {
    height: 0.3em;
    background: grey !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border: none;
}

.slider-range .ui-slider-range{
    background: #f8df03 !important;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    border: none;
}

.slider-range p{
    margin-bottom: 5px;
}

.slider-range p span{
    color: #636363;
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.slider-range p input{
    width: 70px;
    height: 26px;
    padding: 0 5px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}

.slider-range label{
    color: #91bffa;
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 0 0 5px;
    font-weight: bold;
}

.select{
    opacity: 0;
}

.selector{
    float: left;
    position: relative;
    height: 32px;
    margin: 5px 20px 0 0;/*5px 0 0 0;*/
}

.selector span{
    display: block;
    color: #a4a5a5;
    font-size: 13px;
    line-height: 22px;
    border: 1px solid #e6e9e9;
    background-color: #fff;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-image: url('img/region-arrow.png');
    padding: 5px 10px;
    position: relative;
    z-index: 5;
}

.selector select{
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.properties{
    overflow: hidden;
    clear: both;
}

.properties > div{
    float: left;
    width: 300px;
    margin: 0 25px 0 0;
}

.properties .recomend{
    margin-right: 0px;
    float: right;
}

.properties .title{
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 15px;
}

.properties img{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
}

.preview{
    float: left;
    width: 375px;
}

.preview .global-image-box{
    width: 370px;
    height: 350px;
    margin: 0 0 35px;
}

#thumblist{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#thumblist li{
    float: left;
    width: 108px;
    height: 108px;
    margin: 0 12px 12px 0;
    padding: 0px;
}

#thumblist li:hover{
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
       -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

#thumblist li:nth-child(3n){
    margin-right: 0px;
}

#thumblist li a{
    border: 1px solid #e6e9e9;
    display: table;
    width: 106px;
    height: 106px;
    vertical-align: middle;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
}

#thumblist li img{
    max-width: 106px;
    max-height: 106px;
}

#thumblist .miniphoto{
    display:table-cell;
    vertical-align:middle;
}


#thumblist .zoomThumbActive{
    border:1px solid #b51e20;
}

@media (min-width: 561px) and (max-width: 767px) {
    #thumblist li {
        width:20%;
    }

}
@media (max-width: 560px) {
    #thumblist li {
        width:31%;
    }
}
.overlay, .addtocart-overlay{
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.popup{
    position: fixed;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 16px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    display: none;
}

.popup-main-content{
    background: #FFFFFF;
    padding:10px;
}

.popup .close, .popup .close_up{  
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
    background: url('img/close_sprite.png') no-repeat -2px -2px; 
}

.popup .close:hover, .popup .close_up:hover{
    background: url('img/close_sprite.png') no-repeat -2px -42px;    
}

.delete-favorite-button{
    width: 32px;
    height: 32px;
    position: absolute;
    background: url('img/close_sprite.png') no-repeat -2px -2px!important;
    /* right: right; */
    margin: -16px 0 0 880px !important;
    border: none !important; 
    z-index: 999;
}

.delete-favorite-button:hover{
    background: url('img/close_sprite.png') no-repeat -2px -42px!important;
}


.popup .h2{
    margin: 0 0 15px;
}

.popup-addtocart{
    width: 530px;/*420px;*/
    max-width: 100%;
    height: 340px;
    left: 50%;
    top: 50%;
    margin: -170px 0 0 -210px;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-addtocart .padding_popup{
    background-color:#ffffff;
    padding:0;/*10px;*/
    margin-top:-10px;
}

.popup-addtocart .h2{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 0px;
    text-align:center;
}

.block_button{
    text-align:center;
}

.continue_button a{
    width: 225px;/*170px;*/
    height: 40px;/*22px;*/
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32); 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    /*line-height: 11px;*/
    font-weight: 700;
    color: #252525;
    text-decoration: none!important;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    /*padding: 12px 0 0 0;    */
    line-height: 40px;/*22px;*/
}

.continue_button a:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );       
}

.popup-container{
    width: 1170px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -585px;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-container .popup-main{
    max-height:400px;
    overflow-y: auto;   
    
    text-align: justify;
    padding-right: 10px;    
}

.popup-container .h2{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.popup-container h3{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #454545;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.popup-container p, .popup-container ol, .popup-container ul{
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.popup-container ol, .popup-container ul{
    margin-left:30px;
}

.popup-container p, .popup-container ol li, .popup-container ul li{
    padding: 0px 0px 10px 0px;      
}

.popup-table{
    width: 1170px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -585px;
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-table-2{
    width: 1170px;
    max-width: 100%;
    height: auto;/*350px;*/
    top: 0px;
    margin: 0;/*200px 0 0 -585px;*/
    padding: 25px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.popup-table .panes, 
.popup-table-2 .panes{
    max-height: 270px;
    overflow: auto;
}

.popup-table .table, 
.popup-table-2 .table{
    width: 100%;
}

.popup-table .table thead td, 
.popup-table-2 .table thead td{
    background: url('img/bg-header-top.png') repeat 0 0;
    height: 40px;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.popup-table .table tbody td, 
.popup-table-2 .table tbody td{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.detail-service .list-detail{
    overflow: hidden;
    height: 100% !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tabs-table{
    margin: 0 0 15px;
    padding: 2px;
}

.tabs-table a{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef)) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #fff, #efefef) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(top, #fff, #efefef) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #fff, #efefef) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff, #efefef) repeat scroll 0 0;
    border-color: #ddd #d5d5d5 #cdcdcd;
    -webkit-border-image: none;
       -moz-border-image: none;
         -o-border-image: none;
            border-image: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
       -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
            box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 25px;
    line-height: 23px;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
}

.tabs-table a.active{
    background: #ff9e34 none repeat scroll 0 0;
    border-color: #d7852b #eb912f #ff9e34;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    color: #fff;
}

.popup-main .tab-box{
    display: none;
}

.popup-main .tab-box.active{
    display: block;
}

.title_search_form {
    position: relative;
    float:left;
    width:98%;
}
.title_search_form .selector {
    background-position: right center;
    padding-right: 20px;
    background-image: url('img/region-arrow.png');
    background-repeat: no-repeat;
    height: 18px;
    margin-top: 5px;
    width: auto !important;
    position: absolute;
    right: 10%;/*160px;*/
    top: 10px;
}
.title_search_form .selector span {
    display: inline-block;
    border: none;
    background: none;
    border-bottom: 1px dashed #bbb;
    color: #bbb;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    width: auto !important;
}
.search-box .selector{
    background-position: right center;
    padding-right: 20px;
    background-image: url('img/region-arrow.png');
    background-repeat: no-repeat;
    height: 18px;
    margin-top: 8px;
    width: auto !important;

    position:absolute;
    right:130px;
}

.search-box .selector span {
    display: inline-block;
    border: none;
    background: none;
    border-bottom: 1px dashed #bbb;
    color: #bbb;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    padding: 0;
    width: auto !important;
}
a.search-header, a.search-header b {
    text-decoration:none;
    font-size:18px;
    text-transform:uppercase;
    color:#3F4B87;  
    margin-bottom:5px;
}

a.search-header:hover{
    color:#b51e20;      
}

.container .btn-back, 
.popup .btn-back{
    float: right;
    width: 245px;
    height: 33px;
    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 0px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.26);
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    /*padding: 12px 0 0 0;*/
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 20px 0 0 33px;
}

.container .btn-back:hover, 
.popup .btn-back:hover{   
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );   
}
.custom_select_sel .btn-back{
    margin:0;
}
.container .btn-clear{
    float:right;
    width: 245px;
    height: 40px;/*33px;*/
    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: 0px solid #f0f1f1;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.26);
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;/*21px;*/
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;/* 12px 0 0 0;*/
    margin: 2px 0 0 20px;/*2px 0 0 33px;*/
}

.container .btn-clear:hover{
    color:#fff;
    background-color: red;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,30,32,1)), color-stop(100%, rgba(156,30,32,1)));
    background: -webkit-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -o-linear-gradient(top, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(181,30,32,1)), to(rgba(156,30,32,1)));
    background: linear-gradient(to bottom, rgba(181,30,32,1) 0%, rgba(156,30,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}
.container .btn-back{ 
    margin: 2px 0 0 20px;
    height:40px;
    line-height:40px;
}
.container .top-content{
    overflow: hidden;
    padding-bottom: 0px;
}

.container .top-content .zzz1-title{
    float: left;
    padding-top: 10px;
}

.popup-table .table .amount .input-wrap{
    position: relative;
    display: inline-block;
}

.popup-table .table .amount input[type=text]{
    width: 54px;
    height: 31px;
    background-color: #fff;
    border: 1px solid #e6e9e9;
    padding: 0 25px 0 5px;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #555;
}

.popup-table .table .amount .up{
    width: 10px;
    height: 6px;
    display: block;
    background: url('img/up-down-arrow.png') no-repeat 0 0;
    position: absolute;
    left: 64px;
    top: 8px;
}

.popup-table .table .amount .down{
    width: 10px;
    height: 6px;
    display: block;
    background: url('img/up-down-arrow.png') no-repeat 0 bottom;
    position: absolute;
    left: 64px;
    top: 20px;
}

.popup-table .table .buy{
    width: 101px;
    height: 22px;
    display: inline-block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    padding: 12px 0 0 0;
}

.popup-table .table .buy:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.popup-table .table tbody td:last-child{
    padding-right: 1px;
    text-align: right;
    width: 110px;
}

.popup-table .table tbody tr:nth-child(2n) td{
    background-color: #F9F9F9;
}

.image-box{
    position: relative;
    text-align: center;
}

.image-box .zoomPad{
    display: inline-block;
}

.image-box .jqzoom{
    position: relative;
    z-index: 10;
}

.image-box .fancybox{
    display: block;
    width: 44px;
    height: 44px;
    background: url('img/icon-zoom.png') no-repeat center center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.item.name a{
    color:#454545;
    text-decoration:none;
}

.item.name a:hover{
    color:#b51e20;
}

.skyColor{
    color:#3F4B87!important;
}
.btnPrint{
    background: url('img/print.png') no-repeat center center;
    float: right;
    width: 18px;
    height: 18px;
    text-decoration: none;  
}


.row.center, .row.center p {
    text-align: center;
    margin: 5px 0px;
    display: block;
}

div.menu-sitemap-tree ul {
border-bottom: 1px solid #e8eaea;
    list-style-type: none;
    margin: 0;
}
div.menu-sitemap-tree li ul li a {
    padding: 8px 15px 8px 40px;
    font-size: 13px;
}
div.menu-sitemap-tree li a {
    /* font-size: 14px; */
    font-size: 16px;
    /* color: #666666; */
    font-weight: normal;
    text-decoration: none;
    /* text-transform: uppercase; */
    display: block;
    padding: 8px 15px 8px 14px;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}
.modalDialog:target {
    display: block;
    pointer-events: auto;
}
.modalDialog{
    width: 400px;
/*    position: relative;*/
    margin: 10% auto;
    /*padding: 5px 20px 13px 20px;*/
    border-radius: 10px;
    background: red;/*rgba(248,223,3,1);*/
    border: 1px solid #606061;
    padding: 20px;
}
.modalDialog h1{
    color: #fff;
}
.modalDialog .close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.modalDialog .close:hover { 
    background: yellow;/*#00d9ff; */
}
.sender{
    margin-bottom: 20px;
}
.link-box ul .sender .head-time{
    font-size:14px;
    line-height: 20px;
    font-weight: 700;
     width:165px;
    color: #777;
    position: relative;
 }
.btn-subscribe {
    cursor: pointer;
    text-align: center;
    background: #70bb18;
    border: 0;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    border-radius: 2px;
    line-height: 30px;
    height: 40px;
    padding: 5px 60px 5px 20px;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
}
.btn-subscribe span {
    display: block;
}
.bx_subscribe_submit_container span{
    color: #fff;
}
.btn-subscribe::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background-color: #5b9f0b;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0 2px 2px 0;
}
.bx-sender-title {
    color: #777;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-left: -120px;
}
.bx-subscribe .bx-input-group .bx-form-control {
    position: relative;
    margin-bottom: 15px;
    display: block;
    width: 80%;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #b51e20;
    background-color: #fff;/*#f8fafc;*/
    border: 1px solid #d5dadc;
    border-radius: 2px;
    outline: 0;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bx-subscribe-desc {
    color: #777;
    font-size: 12px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 3px;
    font-weight: bold;
}
.bx_subscribe_checkbox_container {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    color: #aaa;
    width: 100%;
}
.bx_subscribe_checkbox_container label {
    display: inline-block;
    max-width: 100%;
    height: 16px;
    color:#aaa;
}
.bx_subscribe_checkbox_container input{
    height: 13px;
}
.bx_subscribe_checkbox_container label:hover{
    color:#b51e20;
    text-decoration: underline;
}
a.bx_personal_list,a:link.bx_personal_list,a:hover.bx_personal_list{
    color: #B51E20;
}

.bx_reg_cabinet,.bx_add_prof{
    width: 310px;
    height: 45px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    float: right;
        /*font-family: 'Open Sans', sans-serif;*/ 
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    margin: 0 0 6px 9px;
}
.bx_reg_cabinet{
    padding: 9px 7px 0;
}
.bx_add_prof{
    padding: 16px 7px 0;
}

.bx_reg_cabinet:hover,.bx_add_prof:hover{
    color: #555;
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}

.bx_filter .bx_filter_search_button {
    width: 48%;
    margin:0;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .main-banner-box {
        background-color: #fff;
    }
    .header-bottom {
        margin-left:0;
        margin-right: 0;
    }
    .header-bottom .fixed {
        left: 57%;
        margin: 0 0 0 -585px !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    .title_search_form{
        width: 100%;
    }
    .title_search_form .selector {
        right: 20%;
    }
    .clear_search{
        right: 17%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .main-banner-box {
        background-color: #fff;
 		overflow-x: hidden;
    }
    .header-bottom {
        margin-left:0;
        margin-right: 0;
    }
    .header-bottom .fixed {
        left: 0;/*57%;*/
        margin: 0 !important;/*0 0 0 -585px !important;*/
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }
    .title_search_form{
        width: 100%;
    }
    /*.search-box{
        width:100%;
        padding-right:0;
    }*/
    .title_search_form .selector {
        right: 20%;
    }
    .clear_search{
        right: 18%;
    }
}

@media (min-width: 561px) and (max-width: 767px) {
    .main-banner-box{
        display: none;
        height: 0px;
        padding:0;
    }
    .header-main{
        margin: 0;/*30px 0 0;*/
    }
    .header-bottom {
        position: relative;
        z-index: 5;
        height: 65px;/*100px;*/
        margin-top:10px;/*46px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .header-bottom .center-box{
        height:43px;
    }

    .title_search_form .selector {
        margin-top: 6px;
        right: 5%;
    }
    .header-bottom .fixed{
        display:none;
    }
    .other-news {
        width: 100%;
    }
    .other-news .pix-box {
        width: 110px;
        height: 110px;
    }
    .other-news .global-pix {
        width: 110px;
        float: left;
        margin: 0 -110px 0 0;
    }
    .other-news .text-box {
        padding: 5px 20px 0 140px;
    }
    .col-xs-4 .logo{
        /*background:rgba(248,223,3,1);*/
    }
    .bx_filter{
        display: none;
    }
    .container .h2-title, .container h2{
        height: 40px;
    }
    .link-box ul .tel{
        font-size: 18px;
    }
    .sender {
        display:none;
    }
    .link-box.last {
        margin-bottom: 32px;
    }
    .title_search_form{
        width: 100%;
    }
    .search-box{
        width:100%;/*85%;*/
        padding-right:0;
        margin-top:5px;
        height: 32px;
        margin-left:1%;
    }
    .btn-default {
        margin-top: 5px;
        float: left;
        /*margin-right: 4%;*/
        border:none;
        border-radius:0;
        padding: 5px 7px;
        margin-left: -26px;
        height: 32px;
    }
    .search-box input[type="text"] {
        height: 32px;
        width: 100%;
        padding: 6px;
        line-height: 32px;
    }
    .clear_search{
        display:none;
    }
}

@media (max-width: 560px) {
    .main-banner-box{
        display: none;
        height: 0px;
        padding:0;
    }
    .title_search_form{
        width: 100%;
    }
    .search-box{
        width:100%;/*85%;*/
        padding-right:0;
        margin-top:5px;
        height: 32px;
        margin-left:1%;
    }
    .btn-default {
        margin-top: 5px;
        float: left;
        /*margin-right: 4%;*/
        border:none;
        border-radius:0;
        padding: 5px 7px;
        margin-left: -26px;
        height: 32px;
    }
    .selector{
        margin-right: inherit;
    }
    .main-content .selector{
        width:190px;
    }
    .header-bottom {
        position: relative;
        z-index: 5;
        height: 65px;/*90px;*/
        margin-top:10px;/*80px;*/
        margin-left: 0;
        margin-right: 0;
    }
    .header-bottom .center-box{
        height:43px;
    }

    .title_search_form .selector {
        margin-top: 6px;
        right: 5%;
    }
    .header-bottom .fixed{
        /*position: fixed;
        width: 100%;
        top: 95px;
        left: 0;
        margin:0;*/
        display:none;
    }
    .header-main {
        margin: 0 0 0;
    }
    .search-box input[type="text"] {
        height: 32px;
        width: 100%;
        padding: 6px;
        line-height: 32px;
    }
    .clear_search{
        display:none;
    }
}
@media (max-width: 350px) {
    .btn-default {
        margin-top: -32px;
        float: left;
        border:none;
        border-radius:0;
        padding: 5px 7px;
        margin-left: 280px;
        height: 32px;
    }
}
.catalog-section,
.catalog-products-viewed{
    background: url('/bitrix/templates/specopt/img/bg-header-top.png') repeat 0 0;
}
.bx_filter .bx_filter_input_checkbox input[type="checkbox"] 
{
    margin: 4px 0 0 4px;
    left: -1px;
}
.main-user-consent-request-popup-text{
    font-size:13px;
}
.main-user-consent-request-popup-text {
    width: 510px;
}
.main-user-consent-request-popup-button-acc {
    background: green;
    color:#fff;
}
.main-user-consent-request-popup-button-acc:hover {
    opacity:0.8;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-user-consent-request-popup-text {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .main-user-consent-request-popup-text {
        width: 100%;
    }
}
.inp-block .checkbox{
    margin:0;
    width: 540px;
}

.popup-sendmail,
.popup-buyoneclick,
.popup-razmer-odegda,
.popup-razmer-rukav,
.popup-razmer-obuv
{
    width: auto;
    height: auto;
    margin: 0;
    left: 25%;
    top: 15%;/*30%;*/
}
.popup-razmer-odegda,
.popup-razmer-rukav,
.popup-razmer-obuv
{
    top: 10%;
}
.popup-razmer-odegda .popup-main,
.popup-razmer-rukav .popup-main,
.popup-razmer-obuv .popup-main
{
    overflow-x: auto;
    overflow-y: auto;
    height: 600px;
}

/*popup*/
.popup-feedback,
.popup-contact-text, 
.popup-feedback-text{
    width: 600px;
    height: auto;
    margin: -15% 0 0 -300px;
    left: 50%;
    top: 50%;
    display:block;
    opacity:0;
    z-index:-100;
}
.popup-sendmail,
.popup-buyoneclick,
.popup-razmer-odegda,
.popup-razmer-rukav,
.popup-razmer-obuv{
    display:block;
    opacity:0;
    z-index:-100;
}
.popup-feedback .title, 
.popup-feedback-text .title,
.popup-contact-text .title,
.popup-sendmail .title,
.popup-buyoneclick .title,
.popup-razmer-odegda .title,
.popup-razmer-rukav .title,
.popup-razmer-obuv .title
{
    background-color: #EEEFEF;
    font-size: 18px;
    line-height: 26px;
    padding: 26px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.popup-feedback .inp-block, 
.popup-feedback-text .inp-block,
.popup-contact-text .inp-block,
.popup-buyoneclick .inp-block
{
    padding: 12px 16px;
    overflow: hidden;
}
.popup-sendmail #sendmail{
    margin:20px;
}
.popup-feedback .inp-block label, 
.popup-sendmail #sendmail label,
.popup-buyoneclick .inp-block label{
    font-size: 13px;
    float: left;
    width: 130px;
    padding-top: 6px;
    padding-bottom: 10px;
    margin-top: -6px;
}
.popup-contact-text .inp-block label,
.popup-feedback-text .inp-block label
{
    font-size: 13px;
    float: left;
    width: 130px;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-top: -6px;
}

.popup-feedback .inp-block .inp-text, 
.popup-feedback-text .inp-block .inp-text,
.popup-contact-text .inp-block .inp-text,
.popup-sendmail #sendmail .inp-text,
.popup-buyoneclick .inp-block .inp-text{
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    padding: 5px 10px;
    background-color: #F7F7F7;
    width: 410px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #CCC;
    border-bottom-color: #E7E6E6;
    border-right-color: #E7E6E6;
}
.popup-feedback .inp-block sub, 
.popup-feedback-text .inp-block sub,
.popup-contact-text .inp-block sub,
.popup-buyoneclick .inp-block sub{
    color: red;
}
.popup-feedback .textarea, 
.popup-feedback-text .textarea,
.popup-contact-text .textarea,
.popup-buyoneclick .textarea{
    font-size: 14px;
    line-height: 26px;
    height: 80px;
    padding: 5px 10px;
    background-color: #F7F7F7;
    width: 410px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #CCC;
    border-bottom-color: #E7E6E6;
    border-right-color: #E7E6E6;
}
.popup-feedback .btn-submit, 
.popup-feedback-text .btn-submit,
.popup-contact-text .btn-submit,
.popup-buyoneclick .btn-submit{
    width: 250px;
    height: 58px;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );   
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 58px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 0 auto;
    border: none;
}
.popup-buyoneclick .btn-submit:hover,
.popup-feedback .btn-submit:hover, 
.popup-contact-text .btn-submit:hover,
.popup-feedback-text .btn-submit:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,247,0,1)), to(rgba(248,223,3,1)));
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );       
}
.popup-buyoneclick .btn-submit:disabled,
.popup-feedback .btn-submit:disabled, 
.popup-contact-text .btn-submit:disabled,
.popup-feedback-text .btn-submit:disabled{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );   
    opacity:0.5;
}
.popup-buyoneclick .checkbox,
#sendmail .checkbox{
    width:500px;
}
.popup-buyoneclick .checkbox input[type="checkbox"]{
    margin: 0;
    height:17px;
    width:17px;
}
#sendmail .checkbox input[type="checkbox"]{
    margin: 0;
}
.inp-block .checkbox  input[type="checkbox"]{
    margin:0;
    top: 3px;
    left: 15px;
}
.popup-buyoneclick .checkbox label,
#sendmail .checkbox label,
.inp-block .checkbox label{
    width:100%;
    height:auto;
}
.popup-buyoneclick .checkbox label a,
#sendmail .checkbox label a,
.inp-block .checkbox label a{
    margin-left: 20px;
    font-size:10px;
}
.bx-check{
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    width: 330px;
    margin-top:15px;
}
.bx-check input[type="checkbox"]{
    height:13px;
}

.inputfile{
    font-size:13px;
    line-height:20px;
}
.sort-box select{
    margin: 9px 0 0 0;
    font-size: 15px;
    border:none;
    height:24px;
}
.sort-box .select_n.sorts{
    /*width: 190px;176px;*/
}
@media (max-width: 767px) {
    .main-content {
        overflow: auto;
    }
    .popup-table-2,
    .popup-sendmail, 
    .popup-feedback, 
    .popup-feedback-text,
    .popup-contact-text,
    .popup-buyoneclick{
        width: 96%;
        height: 440px;
        margin: 0;
        left: 2%;
        top: 35px;
    }
    .popup-feedback .title, 
    .popup-feedback-text .title,
    .popup-contact-text .title,
    .popup-buyoneclick .title{
        padding:10px;
        font-size:15px;
        text-align:center;
    }
    #sendmail .checkbox input[type="checkbox"] {
        margin-top: -4px;
    }
    .popup-feedback .textarea, 
    .popup-feedback-text .textarea,
    .popup-contact-text .textarea,
    .popup-buyoneclick .textarea{
        width: 100%;
    }
    .popup-feedback .inp-block .inp-text, 
    .popup-feedback-text .inp-block .inp-text,
    .popup-contact-text .inp-block .inp-text,
    .popup-buyoneclick .inp-block .inp-text{
        width: 100%;
        height:24px;
    }
    .popup-feedback .inp-block .inp-text, 
    .popup-feedback-text .inp-block .inp-text,
    .popup-contact-text .inp-block .inp-text,
    .popup-sendmail #sendmail .inp-text,
    .popup-buyoneclick .inp-block .inp-text{
        font-size: 11px;
    }
    .popup-feedback .textarea, 
    .popup-feedback-text .textarea,
    .popup-contact-text .textarea,
    .popup-buyoneclick .textarea{
        font-size: 11px;
        height: 60px;
    }
    .bx-check{
        width: 100%;
    }
    .addCompare,
    .btn-razmer-rukav,
    .buy-box label,
    .product-item-compare{
        display: none;
    }
    .product-item-compare-container{
        min-height: auto;
        height: auto;
    }
    .popup-feedback .inp-block, 
    .popup-feedback-text .inp-block, 
    .popup-contact-text .inp-block, 
    .popup-buyoneclick .inp-block {
        padding: 0px 16px;
    }
    .popup-feedback .inp-block label, 
    .popup-feedback-text .inp-block label,
    .popup-contact-text .inp-block label,
    .popup-sendmail #sendmail label,
    .popup-buyoneclick .inp-block label{
        font-size: 11px;
        width: 200px;
    }
    #sendmail .checkbox label, 
    .inp-block .checkbox label {
        width: 50%;
    }
    .popup-buyoneclick .checkbox label{
        width: 100%;
        padding: 0;
        font-size: 10px;
    }
    .popup-buyoneclick .popup-main-content {
        padding: 5px;
    }
    .popup-buyoneclick .h2{
        margin:0;
        font-size: 20px;
        text-align: center;
        padding:0;
    }
    .popup-buyoneclick .b-message-form {
        margin:0;
        margin-left: -15px;
        margin-right: -15px;
    }
    .popup-buyoneclick .b-message-text {
        margin: 0;
        font-size: 10px;
    }
    .popup-buyoneclick .b-message-text p{
        padding:0;
        margin: 0;
        float: right;
        text-align: right;
        width: 205px;
    }
    .popup-buyoneclick .b-message-form_item {
        margin: 0;
    }
    .popup-buyoneclick .b-message-form_item label{
        margin: 0;
        font-size: 11px;
        width: 200px;
        height:16px;
    }
    #i-message-form-item-857{
        display:none;
    }
    .popup-buyoneclick .b-message-form_text input{
        width: 270px;
        height: 22px;
        margin: 0;
        font-size: 11px;
        line-height: 17px;
    }
    .popup-buyoneclick .b-captcha_item {
        padding: 8px 1px 1px;
    }
    .popup-buyoneclick .b-captcha-text label{
        font-size: 8px;
        width: 125px;
    }
    .popup-buyoneclick .b-captcha_selected {
        padding: 1px 1px 1px;
        border: 1px solid red;
        margin-top: 6px;
    }
    .popup-buyoneclick .checkbox label a {
        margin-left: 20px;
    }
    .popup-buyoneclick .b-message-form_submit {
        padding: 0;
    }
    .popup-buyoneclick .checkbox{
        width: 100%;
    }
    /*.popup-sendmail{
        left: 1px;
        width: 97%;
    }*/
    .bread-crumbs {
       margin: 0px 0 0;
    }
    .bread-crumbs li {
        margin: 0 5px 0 0;
    }
    .bread-crumbs li a {
        margin: 0 2px 0 0;
    }
    .continue_button a {
        line-height: 22px;
        padding: 0;
    }
    .title_search_form .selector {
        display:none;
    }
    .clear_search {
        right: 4%;
    }
    div.title-search-result{
        margin-top: 96px;
    }
    .popup .close, .popup .close_up {
        right: -3px;
    }
    .container ul.search_result_list{
        padding-bottom:10px;
    }
    .bx-hdr-profile{
        margin-bottom: 20px;
    }
    .sort-box p {
        padding: 12px 5px 0 0;
        font-size: 12px;
        margin-left: -5px;
    }
    .selector span {
        font-size: 12px;
    }
    .selector {
        margin: 5px 0px 0 0;
    }
    .container ul.search_result_list {
        padding-bottom: 0;
    }
    .container ul li{
        padding: 0px 0px 5px 0px;
    }
    /*.logo{*/
    .header-middle{
        /*border-bottom: 2px solid #dfe3e3;*/
        margin-left:0;
    }
    .bx-aside-naw-control{
        /*border-bottom: 2px solid #dfe3e3;*/
        /*padding: 25px 25px 35px 20px;*/
        padding: 0 8px 12px 8px;
        margin: 25px 17px 23px 12px;
    }
    .bx-aside-naw-control.bx-opened{
        border-bottom: none;
    }
    .sort-box select{
        margin: 9px 0 0 0;
        font-size: 13px;
    }
    .sort-box .select_n.sorts1,
    .sort-box .select_n.sorts{
        /*width: 170px;*/
        margin-left: 7px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logout{
        padding-top: 20px;
        width: 100%;
        margin-left: 25px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logreg{
        width: 100%;
        margin-left: 25px;
        padding-top: 20px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-login{
        width: 100%;
        margin-left: -10px;
        line-height: 25px;
    }
}
@media (max-width: 360px) {
    .popup-table-2,
    .popup-sendmail, 
    .popup-feedback, 
    .popup-feedback-text,
    .popup-contact-text,
    .popup-buyoneclick{
        width: 94%;
        height: 440px;
        margin: 0;
        left: 1%;
        top: 35px;
    }
    .popup-addtocart {
        width: 94%;
        height: auto;
        left: 1%;
        top: 50%;
        margin: -170px 0 0 0;
    }
    .continue_button a {
        line-height: 40px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logout{
        padding-top: 20px;
        width: 100%;
        margin-left: 25px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-logreg{
        width: 100%;
        margin-left: 25px;
        padding-top: 20px;
    }
    .bx-aside-naw .bx-naw-0-lvl .bx-basket-block a.bx-login{
        width: 100%;
        margin-left: -10px;
        line-height: 25px;
    }
}

.product-item-detail-info-section .h2-title{
    text-align:left;
    padding:0;
    margin-top:0;
}
.news-item a b:hover{
    color:#b51e20;
    text-decoration:underline;
}
.product-item-price-current-new{
    font-size:14px;
    color:#b51e20;
    font-weight: bold;
}
.map-columns .map-level-0 li a{
    color:#b51e20;
}
.map-columns .map-level-1 li a{
    border-bottom:1px dashed #b51e20;
}
.map-columns .map-level-2 li a{
    border:none;
}
.map-columns .map-level-0 li a:hover,
.map-columns .map-level-1 li a:hover,
.map-columns .map-level-2 li a:hover,
.map-columns .map-level-3 li a:hover{
    color:#b51e20;
    text-decoration:underline;
}
.map-columns .map-level-3,
.map-columns .map-level-2,
.map-columns .map-level-1{
    margin-top: 8px;
}
.map-columns .map-level-1 li a{
    color:#454545;
}
.catalog-products-viewed .product-item-container:hover{
    -webkit-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    -moz-box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    box-shadow:0 3px 12px 1px rgba(42,48,60,.19);
    border:1px solid #CBCBCB;
}
.cabinet a:hover,
.compare.cell_block a:hover,
.favorite a:hover{
    border-bottom: none;
}
div.div_after a{
    color: #fff;
    font-size: 16px;
}
.sale-order-list-button-container a.sale-order-list-button{
    line-height: 35px;
}
#return_prof_list{
    width: 184px;
    height: 32px;
    border: none;
    display: block;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.32);
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 32px;
    font-weight: 700;
    color: #454545;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    cursor: pointer;
    margin-top: 15px;
}
#return_prof_list:hover{
    background: rgba(255,247,0,1);
    background: -moz-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,247,0,1)), color-stop(100%, rgba(248,223,3,1)));
    background: -webkit-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -o-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    background: linear-gradient(to bottom, rgba(255,247,0,1) 0%, rgba(248,223,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#f8df03', GradientType=0 );
}
.sale_personal_profile_detail textarea,
.sale_personal_profile_detail select option,
.sale_personal_profile_detail input{
    font-weight:bold;
}
.sale_personal_profile_detail small{
    font-size:11px;
}
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-cancel,
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-button{
    width: 155px;
    height: 33px;
    display: block;
    float: right;
    /*Серая кнопка*/
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );

    /*Красная кнопка*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 0 10px 20px;
    padding:0;
}
.sale-order-detail-payment-options-methods-info-title-status-alert{
    color: #fff;
    text-shadow: none;
    background: #be4748;
    border: none;
}
.sale-order-detail-general-head{
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    border: none;
}
.sale-order-detail-general-item {
    color: #454545;
}
.sale-order-detail-general {
    border: 1px solid #ccc;
}
.container a.sale-order-detail-back-to-list-link-up,
.container a.sale-order-detail-back-to-list-link-down{
    width: 290px;
    height: 33px;
    display: block;
    float: left;
    /*Серая кнопка*/
    color: #454545;
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(222,227,226,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,242,242,1)), to(rgba(222,227,226,1)));
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(222,227,226,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );

    /*Красная кнопка*/
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow:    0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow:         0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 33px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 20px 10px 20px 0;
    padding:0;
}
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-button:hover {
    color: #454545;/*#fff;*/
    text-shadow: none;
    background: yellow;/*#be4748;*/
}
.container a.sale-order-detail-show-link:hover,
.container a.sale-order-detail-payment-options-methods-info-change-link:hover,
.container a.sale-order-detail-about-order-inner-container-name-read-more:hover{
    color: #b51e20;
    border-bottom: 1px dashed #b51e20;
    text-decoration:none;
}
.container a.sale-order-detail-back-to-list-link-up:hover,
.container a.sale-order-detail-back-to-list-link-down:hover,
.sale-order-detail-about-order-inner-container-repeat a.sale-order-detail-about-order-inner-container-repeat-cancel:hover {
    color: #fff;
    text-shadow: none;
    background: #be4748;/*yellow;*/
}
.sale-order-detail-payment-options-methods-button-element{
    display:none;
}
.rememberme input{
    margin-top: -2px;
}
.forgotpassword a{
    height: 32px;
    padding: 0;
    line-height: 32px;
}
.container a.reg-auth{
    float: left;
    width: auto;
    height: 40px;
    display: block;
    color: #454545;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(238,239,239,1)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px 0 15px;
    text-shadow: 0px 1px 1px rgba(254, 250, 238, 0.75);
    margin: 2px 0 0 0;
}
.container a.reg-auth:hover{
    background:yellow;
}
.container a.bx_addpass{
    float:left;
    padding: 5px 20px;
    width:auto;
    margin:0;
    line-height: 40px;
}
.container a.bx_addreg{
    float:left;
    padding: 15px 20px 5px 20px;
    width:auto;
    margin: -10px 0 20px 10px;
}
div.bx-auth-note {
    font-size: 15px;
}
@media (max-width: 767px) {
    .container a.bx_addreg,
    .container a.bx_addpass{
        width:100%;
    }
    .container a.bx_addreg{
        margin:0 0 20px 0;
    }
}



.modern-page-navigation {
    margin-top: 0px!important;
    padding-left: 5px!important;
}

.main-catalog {
    padding: 0 0 10px!important;
}
.link-box.last .e-mail:hover span{
    font-weight:bold;
    text-decoration:underline;
}