/*==============================
1. Fonts
===============================*/

@import url("fonts.css");
@import url("jquery.jqzoom.css");

/*==============================
2. Reset Styles
===============================*/
html, body, div, span, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        font-family: '',arial, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

/* Clearfix */
.clearfix { display: inline-block; }

.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: #0898d2;
	text-decoration: none;
}

h2 {
	font-size: 19px;
	line-height: 24px;
	color: #0898d2;
	text-decoration: none;
}

h3 {
        font-size: 16px;
	line-height: 20px;
	color: #0898d2;
}

h4, h5, h6 {
        font-size: 14px;
	line-height: 28px;
	color: #0898d2;
	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; }

.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: 990px;}

/*==============================
3. Wrapper and Header styles
===============================*/

body{
    background-color: #fff;
}

#wrapper{
    min-height: 100%;
    padding-top: 135px;
}

.header-main{
    position: fixed;
    width: 100%;
    height: 146px;
    z-index: 120;
    left: 0;
    top: 0;
    background-color: #fff;
}

.header-top{
    background: #55b0e7;
    background: -moz-linear-gradient(top,  #55b0e7 0%, #0580cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#55b0e7), color-stop(100%,#0580cb));
    background: -webkit-linear-gradient(top,  #55b0e7 0%,#0580cb 100%);
    background: -o-linear-gradient(top,  #55b0e7 0%,#0580cb 100%);
    background: -ms-linear-gradient(top,  #55b0e7 0%,#0580cb 100%);
    background: linear-gradient(to bottom,  #55b0e7 0%,#0580cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b0e7', endColorstr='#0580cb',GradientType=0 );
    height: 37px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.header-top .center-box{
    position: relative;
}

.header-bottom{
    border-top:0;
}

.location{
    background: url('../img/sprite1.png') no-repeat 0 8px;
    padding: 12px 0 0 23px;
    height: 20px;
    float: left;
    margin: 0 15px 0 0;
}

.basket.active:hover {
    cursor: pointer;

}

.location p,
.enterprise p,
.basket p{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: bold;
    padding: 0;
}

.location a{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
}

.enterprise{
    float: left;
    margin-bottom: 0;
    /*margin-right: 50px;*/
    margin-right: 20px;
    margin-top: 0;
    padding: 7px 0 0;
}

.enterprise a{
    background: #0064a1;
    color: #fff;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 10px;
    text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

}

.enterprise a span{
    display: inline-block;
    vertical-align: middle;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    line-height: 17px;
    height: 17px;
    background: #fff;
    color: #ff7d00;
    margin: 0 3px;

    padding: 0 5px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.cabinet{
    float: left;
    background: url('../img/sprite1.png') no-repeat 2px -95px;
    padding: 9px 0 0 25px;
    margin: 0 20px 0 0;
}

.cabinet a,
.search a{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.cabinet a:hover,
.search a:hover{
    text-decoration: underline;
}

.search{
    float: left;
    background: url('../img/sprite1.png') no-repeat 2px -193px;
    padding: 9px 0 0 25px;
    height: 19px;
}

.basket{
    background: url('../img/sprite1.png') no-repeat 8px -338px #0064a1;
    float: right;
    padding: 0 10px 0 45px;
    height: 40px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    right: 0;
    top: 0;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.basket p{
    padding: 14px 0 0 0;
}

.basket a{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: bold;
}

.basket span{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    text-decoration: underline;
}


.logo{
    width: 200px;
    height: 50px;
    float: left;
    padding: 25px 0 10px;
    margin: 0 70px 0 0;
}

.logo a{
    width: 200px;
    height: 0;
    padding-top: 86px;
    display: block;
    overflow: hidden;
    background: url('../img/logo.png') no-repeat 0 0;
}

.phone-box{
    float: right;
    padding: 30px 0 0 0;
}

.phone-box p{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    color: #4f4f4f;
    padding: 0;
}

.phone-box .tel{
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #1e1e1e;
    padding: 0 0 5px;
}

.phone-box .tel span{
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #007dc9;
}

.nav-list-box{
    margin: 0;
    float: left;
    width: 370px;
    padding: 30px 0 0 0;
}

.nav-list-box li{
    display: inline-block;
    margin: 0 25px 0 0;
}

.nav-list-box li a{
    font-family: Arial;
    font-size: 12px;
    line-height: 21px;
    font-weight: bold;
    color: #282523;
    text-decoration: none;
}

.nav-list-box li a:hover{
    text-decoration: underline;
}

.header-middle .button{
    float: left;
    width: 140px;
    height: 30px;
    background: #ff7d00;
    border-radius: 5px;
    margin: 35px 0 0 0;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 2px 0 0 0;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.header-middle .button:hover{
    opacity: 0.8;
}

.main-nav{
    background: #007dc9;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    z-index: 20;
    position: relative;
    margin-top: 0;
    border-bottom: 3px solid #ff7d00;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.main-nav > ul{
    margin: 0;
    text-align: center;
}

.main-nav > ul > li{
    display: inline-block;
    position: relative;
    /*margin: 5px 40px 0 0;*/
    margin: 5px 15px 0 0;
    /* alakezey */
    width: 180px;
}

.main-nav > ul > li:last-child{
    margin-right: 0;
}

.main-nav > ul > li > a{
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 10px 9px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.main-nav > ul > li:hover .submenu{
    display: block;
}

.main-nav > ul > li:hover > a{
    background: #ff7d00;
}

.main-nav .submenu{
    background-color: #ff7d00;
    text-align: left;
    margin: 0;
    padding: 15px 0 15px 20px;
    position: absolute;
    left: 0;
    top: 31px;
    width: 160px;
    display: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.main-nav .submenu li a{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.main-nav .submenu li a:hover{
    color: #fff;
    text-decoration: none;
}

/*==============================
4. Conatiner styles
===============================*/

.container{
    padding: 0 0 30px;
    background: url("images/container-bg.png") repeat-x left bottom;
}

.main-banner-box{
    background: url('../img/banner3.jpg') no-repeat center 0;
    width: 100%;
    background-size: cover;
    height: 500px;
    margin: 0;
    z-index: 10;
}

.guarantee{
    float: left;
    width: 196px;
    padding: 57px 20px 0 0;
}

.main-banner-box .slogan{
    font-family: Arial;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
    float: left;
    padding: 125px 0 0 0;
}

.main-banner-box .slogan strong{
    font-family: Arial;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
}

.varieties-box{
    margin: -68px 0 30px 0;
}

.varieties-box ul{
    margin: 0;
}

.varieties-box li{
    list-style: none;
    display: inline-block;
    /*width: 194px;*/
    width: 244px;
    height: 145px;
    text-align: center;
    background: rgba(40,116,117,1);
    background: -moz-linear-gradient(top, rgba(40,116,117,1) 0%, rgba(19,67,70,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(40,116,117,1)), color-stop(100%, rgba(19,67,70,1)));
    background: -webkit-linear-gradient(top, rgba(40,116,117,1) 0%, rgba(19,67,70,1) 100%);
    background: -o-linear-gradient(top, rgba(40,116,117,1) 0%, rgba(19,67,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(40,116,117,1) 0%, rgba(19,67,70,1) 100%);
    background: linear-gradient(to bottom, rgba(40,116,117,1) 0%, rgba(19,67,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287475', endColorstr='#134346', GradientType=0 );
    border-radius: 5px;
    vertical-align: bottom;
}

.varieties-box li a{
    width: 174px;
    height: 145px;
    display: block;
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    /*padding: 0 10px;*/
    padding: 0 35px;
}

.varieties-box li a img{
    /*margin: -15px 0 5px 0;*/
    margin: -36px 0 5px -12px;
}

.varieties-box li a .small{
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
}

.varieties-box li a .big{
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}

.container .h2-title{
    font-family: Arial;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #1e1a16;
    padding: 0 0 25px 0;
    text-transform: uppercase;
    text-align: center;
}

.all-varieties-box{
    border: 2px solid #007dc9;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    margin-top: -120px;
    margin-bottom: 20px;

    -webkit-box-shadow: 0px 3px 0 0 rgba(0, 125, 201, 1);
    -moz-box-shadow:    0px 3px 0 0 rgba(0, 125, 201, 1);
    box-shadow:         0px 3px 0 0 rgba(0, 125, 201, 1);

    padding: 30px 0;
}

.all-varieties-box > ul{
    list-style: none;
    margin: 0;
}

.all-varieties-box > ul > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 300px;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;;
    text-align: center;
}

.all-varieties-box > ul > li a{
    display: block;
    text-decoration: none;
}

.all-varieties-box > ul > li a img{
    float: left;
    margin: 0 15px 0 0;
}

.all-varieties-box > ul > li a .name{
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-family: Arial;
    /*color: #1da3ec;*/
    color: #c76302;
    line-height: 20px;
    margin: 0 0 10px;
}

.all-varieties-box > ul > li a .text{
    display: block;
    text-align: left;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: Arial;
    color: #1d1d1d;
    line-height: 14px;
}

.about-box{
    padding: 0 0 20px;
    min-height: 250px;
    position: relative;
    text-align: left;
    text-align: center;
}

.about-box-img{
    position: absolute;
    right: 10px;
    top: 50px;
}

.left-side-box{
    float: left;
    width: 165px;
    border: 2px solid #124447;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 25px 0 0;
}

.left-side-box ul{
    margin: 0;
}

.left-side-box ul li{
    list-style: none;
}

.left-side-box ul li a{
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #134345;
    display: block;
    text-decoration: none;
    padding: 0 0 0 12px;
}

.left-side-box ul li a:hover, .left-side-box ul li a.current{
    color: #fff;
    background-color: #1a8585;
    border-radius: 3px;
    margin: 0 -5px;
}

.about-text-box{
    /*float: left;*/
    /*width: 570px;*/
    width: 745px;
    text-align: left;
}
.about-text-box .textbox{
    padding-left: 10px;
}

.container p{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #1c1c1c;
}

.about-box .image-box{
    float: right;
    width: 204px;
}

.about-box .image-box img{
    border-radius: 100px;
}

.h2-title.buy{
    margin: 0;
    padding: 3px 10px 6px;
    color: #fff;
    display: block;
    z-index: 20;
    position: relative;
    text-align: center;
    z-index: 8;
}

.buy-bellrado{
    background: url("../img/buy_bg.png") no-repeat right center #0074c1;
    padding: 10px 0;
    position: relative;
    margin: 0;
    z-index: 10;
    height: 145px;
}

.buy-bellrado ul{
    margin: 0;
    text-align: center;
}

.buy-bellrado li{
    list-style: none;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 10px;
}

.buy-bellrado li .number{
    font-family: Arial;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

.buy-bellrado li .small{
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.buy-bellrado .detail{
    width: 144px;
    height: 30px;
    background-color: #ff7d00;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 50%;
    margin: 0 -72px 0 0;
    bottom: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.buy-bellrado .detail:hover{
    opacity: 0.9;
}

.slide-tabs-box{
    background: url("images/slide-tabs-box-bg.png") repeat-x left top;
    position: relative;
    z-index: 21;

    /*height: 310px;*/
    height: 425px;
    margin: 0 0 20px;
}

.slide-tabs-box .center-box{
    padding: 20px 0 0 0;
    position: relative;
    text-align: center;
}

.tabs-box.tabs-box-left{
    display: inline-block;
    margin: 0 0 10px 0!important;
}

.tabs-box{
    /*padding: 0 0 10px;*/
    padding: 0;
    margin: 0 auto 10px!important;
    display: inline-block;
    border: 2px solid #007dc9;
    border-radius: 5px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #e5f7ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e5f7ff));
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e5f7ff 100%);
    background: -o-linear-gradient(top,  #f9f9f9 0%,#e5f7ff 100%);
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#e5f7ff 100%);
    background: linear-gradient(to bottom,  #f9f9f9 0%,#e5f7ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5f7ff',GradientType=0 );
}

.tabs-box ul{
    margin: 0;
}

.tabs-box ul li{
    list-style: none;
    display: inline-block;
    line-height: 33px;
    margin: 1px;
}

.tabs-box ul li a{
    font-family: Arial;
    font-size: 14px;
    line-height: 33px;
    color: #045b90;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 20px;
    min-width: 86px;
    display: block;
    text-align: center;
}

.tabs-box ul li .current{
    color: #fff;
    background-color: #ff7d00;
    text-decoration: none;
}

.tabs-box ul li a:hover{
    text-decoration: none;
}

.other-hit{
    width: 228px;
    text-align: center;
    border: 2px solid transparent;
    padding: 0 0 7px;
    /*min-height: 365px;*/
}

.other-hit:hover .fade-box{
    display: block;
}

.other-hit:hover{
    border-color: #fff;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 12px;

    height: auto;
}

.other-hit .global-pix{
    /*height: 110px;*/
    height: 175px;
}

.other-hit .pix-box{
    width: 224px;
    height: 110px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    max-width: 228px;
}

.other-hit .pix-box a{
    line-height: 175px;
}

.other-hit .pix-box img{
    max-width: 228px;
    display: inline-block;
    /*width: 100%;*/
    vertical-align: middle;
}

.other-hit .name{
    font-family: Arial;
    font-size: 18px;
    line-height: 19px;
    color: #c76302;
    margin: 0 0 8px;
    display: inline-block;
    height: 60px;
}

.other-hit p{
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    color: #424242;
    padding: 0;
}

.other-hit p span{
    font-weight: bold;
}

.other-hit .fade-box{
    display: none;
}

.other-hit .price{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #202020;
}

.other-hit li {
    list-style: none;
}

.container .to-basket{
    width: 218px;
    /*height: 26px;*/
    height: 35px;
    display: block;
    background: url('../img/bg-to-basket.png') no-repeat 47px center #0074c1;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    /*padding: 8px 0 0 0;*/
    padding: 0;
    margin: 0 auto;
    border: 0;
}

.container .to-basket.compl{
    width: 230px;
    /*height: 26px;*/
    height: 35px;
    display: block;
    background-image: none;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    /*padding: 8px 0 0 0;*/
    padding: 0;
    margin: 0 auto 15px;
    border: 0;
}

.container .to-basket:hover{
    opacity: 0.9;
}

.container .slider{
    margin: 0;
}

.slide-tabs-box .bx-prev{
    width: 28px;
    height: 32px;
    padding-top: 0;
    top: 161px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: url('images/prev-next-sprite.png') no-repeat 0 0;
    position: absolute;
    left: 0;
}

.slide-tabs-box .bx-next{
    width: 28px;
    height: 32px;
    top: 161px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: url('images/prev-next-sprite.png') no-repeat 0 bottom;
    position: absolute;
    right: -62px;
}

.slick-prev.slick-arrow{
    width: 28px;
    height: 32px;
    padding-top: 0;
    top: 161px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: url('images/prev-next-sprite.png') no-repeat 0 0;
    position: absolute;
    left: -50px;
}

.slick-next.slick-arrow{
    width: 28px;
    height: 32px;
    top: 161px;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    background: url('images/prev-next-sprite.png') no-repeat 0 bottom;
    position: absolute;
    right: -62px;
}

.slide-tabs-box .slick-arrow {
    display: none;
}

.slide-tabs-box .tab-box.active .slick-arrow {
    display: block;
}


.horisontal-slider-box .slick-arrow {
    background: none;
}

.vertical-slider-box .slick-arrow {
    /*background: none;*/
}

.banner-box{
    width: 948px;
    height: 134px;
 /*   margin: 0 auto 25px;*/
    margin: 0 auto 40px;
}

.secondary-nav{
    padding: 0;
}

.secondary-nav ul{
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.secondary-nav ul li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 105px;
    height: 97px;
    position: relative;
    /*margin: 0 30px;*/
    padding: 5px;
    background: url('../img/bg-li-secondary.png') no-repeat left top;
    margin: 0 50px 0 0;
}

.secondary-nav ul li:last-child{
    margin: 0;
}

.secondary-nav ul li img{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -31px;
    display: none;
}

.secondary-nav ul li:hover img{
    display: block;
}

.secondary-nav ul li a{
    display: block;
    width: 105px;
    height: 35px;
    font-family: Arial;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 60px 0 0 0;
    background: url('../img/secondary-sprite2.png') no-repeat 0 0;
    z-index:10;
}

.secondary-nav ul .first-li a{
    background-position: 20px 20px;
}

.secondary-nav ul .second-li a{
    background-position: 26px -73px;
}

.secondary-nav ul .third-li a{
    background-position: 22px -176px;
}

.secondary-nav ul .fourth-li a{
    background-position: 18px -278px;
}

.secondary-nav ul .fifth-li a{
    background-position: 30px -371px;
}

.secondary-nav .fade-block{
    position: absolute;
    left: 50%;
    bottom: 107%;
    background-color: #009ee7;
    width: 270px;
    margin: 0 0 0 -145px;
    padding: 25px 10px;
    display: none;
    z-index: 30;
    border-radius: 5px;
    border: 3px solid #cbccce;
}

.secondary-nav .fade-block p{
    color: #fff;
    padding: 0;
}

.secondary-nav .fade-block .wrap-box{
    position: relative;
}

.fade-block .wrap-box .arrow{
    position: absolute;
    left: 50%;
    bottom: -35px;
    display: block;
    margin: 0 0 0 -10px;
}

.secondary-nav ul li:hover .fade-block{
    display: block;
}

.representative{
    position: relative;
    padding: 0 0 25px;
}

.representative .detail{
    width: 166px;
    height: 30px;
    background-color: #00a255;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;

    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.representative .detail:hover{
    opacity: 0.9;
}

.container .repr-title{
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    color: #232222;
    font-weight: bold;
    padding: 0 0 35px;
}

.repr-title a{
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    color: #045b90;
    font-weight: bold;
    display: inline-block;
    background: url('../img/bg-a-repr.png') no-repeat right 0;
    padding: 8px 43px 8px 0;
    text-transform: uppercase;
}

.slider1{
    margin: 0;
}

.slider1 li {
    float: left;
    list-style: outside none none;
    margin-right: 55px;
    position: relative;
    width: 165px;
    /*height: 170px;*/
    /*height: 130px;*/
}

.slider1 li .other-repr {
    height: 170px;
}

.other-repr a, .other-repr span{
    font-family: Arial;
    font-size: 18px;
    line-height: 24px;
    color: #045b90;
    font-weight: bold;
    text-decoration: none;
}

.other-repr li span {
    font-family: Arial;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    font-weight: normal;
    text-decoration: none;
}

.other-repr ul{
    margin: 0;
}

.other-repr li{
    list-style: none;
    font-family: Arial;
    font-size: 12px;
    line-height: 24px;
    color: #181818;
}

.representative .bx-prev{
/*    width: 39px;
    height: 0;
    padding-top: 39px;
    display: block;
    overflow: hidden;
    background: url('../img/small-prev-next.png') no-repeat 0 0;
    position: absolute;
    left: 20px;
    top: 100px;*/
    background: url("images/prev-next-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    left: 0;
    overflow: hidden;
    padding-top: 0;
    position: absolute;
    text-indent: -9999px;
    top: 161px;
    width: 28px;
}

.representative .bx-next{
/*    width: 39px;
    height: 0;
    padding-top: 39px;
    display: block;
    overflow: hidden;
    background: url('../img/small-prev-next.png') no-repeat 0 bottom;
    position: absolute;
    right: 20px;
    top: 100px;*/
    background: url("images/prev-next-sprite.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
    display: block;
    height: 32px;
    overflow: hidden;
    position: absolute;
    right: 0;
    /*right: -62px;*/
    text-indent: -9999px;
    top: 161px;
    width: 28px;
}

.representative .all-dealers{
    width: 168px;
    height: 24px;
    display: block;
    background: rgba(10,121,121,1);
    background: -moz-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,121,121,1)), color-stop(100%, rgba(0,88,89,1)));
    background: -webkit-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: -o-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: linear-gradient(to bottom, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7979', endColorstr='#005859', GradientType=0 );
    border-radius: 5px;
    margin: 25px auto 0;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    padding: 8px 0 0 0;
}

.representative .all-dealers:hover{
    background: rgba(0,88,89,1);
    background: -moz-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,88,89,1)), color-stop(100%, rgba(10,121,121,1)));
    background: -webkit-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: -o-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: linear-gradient(to bottom, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005859', endColorstr='#0a7979', GradientType=0 );
}

.map-box{
    padding: 0 0 20px;
    width: 100%;
    height:360px;
}

.map-box img{
    width: 100%;
}

/*==============================
5. Footer styles
===============================*/

.footer-main{
    padding: 30px 0 25px;
}

.footer-main .copyright{
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    color: #222;
    float: left;
    padding: 0 65px 0 0;
}

.footer-main .copyright span{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.footer-main .telephone{
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    color: #1e1e1e;
    font-weight: bold;
    float: left;
    padding: 7px 165px 0 0;
}

.footer-main .telephone span{
    font-family: Arial;
    font-size: 24px;
    line-height: 24px;
    color: #ff7d00;
    font-weight: bold;
}

.social-box{
    float: left;
    padding: 7px 0 0 0;
}

.social-box li{
    display: inline-block;
    margin: 0 2px 0 0;
}

.social-box li a{
    width: 22px;
    height: 22px;
    display: block;
    background: url('../img/soc-sprite.png') no-repeat 0 0;
}

.social-box li a:hover{
    opacity: 0.8;
}

.social-box li.soc2 a{
    background-position: 0 -50px;
}

.social-box li.soc3 a{
    background-position: 0 -100px;
}

.social-box li.soc4 a{
    background-position: 0 -150px;
}

.social-box li.soc5 a{
    background-position: 0 -200px;
}

.social-box li.soc6 a{
    background-position: 0 -250px;
}

.social-box li.soc7 a{
    background-position: 0 -300px;
}

.create{
    float: right;
    font-size: 12px;
    height: 40px;
    text-decoration:underline;
    font-weight: normal;
    color: #6b6b6a;
    font-family: Arial;
    background: url('../img/bg-create.png') no-repeat right 0;
    padding: 0 65px 0 0;
}

.create a{
    font-size: 12px;
    height: 40px;
    text-decoration:none;
    font-weight: normal;
    color: #6b6b6a;
    font-family: Arial;
}

/*==============================
6. Catalog-1 page styles
===============================*/

.bread-crumbs{
    /*padding: 50px 0 14px 0;*/
    padding: 0 0 14px 0;
}

.bread-crumbs ul{
    margin: 0;
}

.bread-crumbs li{
    list-style: none;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    color: #4a4a4a;
}

.bread-crumbs li a{
    font-family: Arial;
    font-size: 11px;
    line-height: 11px;
    color: #0064a1;
}

.container .h3-title{
    font-family: 'a_avantebsextrabold';
    font-size: 30px;
    line-height: 18px;
    color: #141414;
    padding: 0 0 5px;
    font-weight: bold;
}

.container .h3-title span{
    font-family: Arial;
    font-size: 12px;
    line-height: 32px;
    color: #222;
    display: block;
    padding: 5px 0;
}

.article-box{
    padding: 0 0 50px;
    min-height: 330px;
}

.article-box .other-hit{
    float: left;
    margin: 0 20px 0 0;
}

.page-nav{
    background-color: #0074c1;
    border-top: 2px solid #0074c1;
    border-bottom: 2px solid #0074c1;
    margin: 0 0 35px;
    position: relative;
    height: 20px;
    text-align: center;
}

.page-nav ul{
    margin: 0;
}

.page-nav li{
    list-style: none;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0 1px 0 0;
}

.page-nav li a{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.page-nav ul .first-li a{
    width: 53px;
    height: 0;
    padding-top: 53px;
    display: block;
    overflow: hidden;
    background: url('../img/prev-next-sprite.png') no-repeat 0 0;
    position: absolute;
    left: -3px;
    top: -17px;
}

.page-nav ul .last-li a{
    width: 53px;
    height: 0;
    padding-top: 53px;
    display: block;
    overflow: hidden;
    background: url('../img/prev-next-sprite.png') no-repeat 0 bottom;
    position: absolute;
    right: -4px;
    top: -17px;
}

/*==============================
7. Catalog-2 page styles
===============================*/

.tovar-box{
    padding: 0 0 30px;
}

.other-tovar{
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px;
}

.other-tovar .global-pix{
    width: 245px;
    float: left;
}

.other-tovar .pix-box{
    width: 245px;
    height: 190px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.other-tovar .pix-box img{
    max-width: 245px;
    max-height: 190px;
}

.about-tovar-box{
    float: left;
    width: 188px;
    padding: 0 10px 0 0;
}

.about-tovar-box a{
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    color: #c76302;
    display: inline-block;
    margin: 0 0 20px;
}

.about-tovar-box ul{
    margin: 0;
}

.about-tovar-box li{
    list-style: none;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    color: #424242;
}

.about-tovar-box li span{
    font-weight: bold;
}

.other-tovar .text-box{
    float: left;
    width: 300px;
}

.other-tovar .text-box p{
    color: #424242;
    line-height: 14px;
    padding: 0;
}

.other-tovar .text-box p span{
    color: #c76302;
    font-weight: bold;
}

.price-box{
    float: right;
    width: 220px;
}

.price-box p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #202020;
}

.price-box .to-basket{
    padding-left: 62px;
    text-align: left;
    width: 162px;
    background-position: 27px center;
}

.slide-tabs-box .bx-viewport{
    height: auto !important;
    margin-left: 30px;
    padding:0 3px;
}

.slide-tabs-box .panes{
    position: relative;
}

.slide-tabs-box .tab-box{
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    /*opacity: 0;*/
    z-index: 10;
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */
    overflow: hidden;  /* no-overflow                */
}

/*.slide-tabs-box .tabs-box .tab_inner {*/
/*    position: initial;*/
/*}*/

.slide-tabs-box .tab-box.active{
    /*opacity: 1;*/
    height: auto;      /* let the content decide it  */
    z-index: 20;
}

.hit-box .tabs-box ul li a{
    color: #1d1d1d;
    font-family: 'a_avantebsextrabold';
    font-size: 24px;
    line-height: 26px;
    background: none;
    text-transform: uppercase;
}

.hit-box .tabs-box {
    background:none;
    border: 0;
    border-radius: 0;
    margin: 0 0 10px !important;
    padding: 0;
    width: auto;
}

.article-box .other-hit:hover{
    margin-bottom: -100px;
    position: relative;
    z-index: 100;
}

.slide-tabs-box.hit-box{
    background: none;
    margin-top: 30px;
}

.slide-tabs-box.hit-box .center-box{
    text-align: left;
}

.slide-tabs-box.hit-box .bx-viewport{
    margin-left: 0px;
}

.slide-tabs-box.hit-box .bx-next{
    right: 0px;
    top: 130px;
}

.slide-tabs-box.hit-box .bx-prev{
    top: 130px;
}

/*==============================
11. filters styles
===============================*/

.filters{
    background-color: #0064a1;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    padding: 8px 0 8px 12px;
    border-radius: 4px;
    margin: 0 0 20px;
    position: relative;
    z-index: 20;
}

.filters > p{
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 20px;
}

.filters .icon-column,
.filters .icon-list{
    display: inline-block;
    margin: 1px 4px;
    width: 17px;
    height: 16px;
    background: url('../img/filter-icon.png') no-repeat 0 0;
    vertical-align: middle;
}

.filters .icon-list{
    background-position: right 0;
}

.filters .icon-list:before{
    content: " ";
}

.filters .icon-column.active{
    background-position: 0 bottom;
}

.filters .icon-list.active{
    background-position: right bottom;
}

.filters .sort{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    position: relative;
}

.filters .sort-main{
    display: inline-block;
    margin: 0 5px;
}

.filters .sort-main > a{
    display: inline-block;
    width: 100px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    background: url('../img/sort-icon.png') no-repeat 97% center #ff7d00;
}

.filters .amount{
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    margin: 0 2px;
    text-decoration: none;
}

.filters .amount.active{
    background-color: #ff7d00;
}

.filters .btn-view-all{
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 15px;
}

.filters .all-options{
    float: left;
    background: #ff7d00; /* Old browsers */
    margin-left: -12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: -8px;
    border-radius: 4px;
    text-decoration: none;
    width: 250px;
}

.filters .all-options span{
    display: block;
    padding: 9px 38px 9px 14px;
    /*font-size: 12px;*/
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background: url('../img/sort-icon.png') no-repeat 95% center;
}

.sort-list{
    position: absolute;
    right: -20px;
    top: 38px;
    background-color: #0074c1;
    width:150px;
    padding: 10px 0;
    border-radius: 5px;
    display: none;
}

.sort-list li{
    margin: 0 0 4px;
    list-style: none;
}

.sort-list a{
    text-align: center;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.sort-list:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 116, 193, 0);
    border-bottom-color: #0074c1;
    border-width: 8px;
    margin-left: -8px;
}

.options-box{
    position: absolute;
    background-color: #0074c1;
    border-radius: 3px;
    left: 0px;
    top: 35px;
    padding: 15px;
    width: 960px;
    z-index: 130;
}

.options-box .colum-1{
    float: left;
    width: 280px;
    margin: 0 5px 15px 0;
}

.options-box .colum-2{
    float: left;
    width: 180px;
    margin: 0 5px 15px 0;
}

.options-box .title{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
}

.options-box .colum-z{
    float: left;
    width: 960px;
    margin: 0 5px 15px 0;
}

.sld {
    width: 310px;
    margin-right: 10px;
    float: right;
}

.inp-box{
    margin: 0 0 6px;
}

.inp-box .radio{
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    margin: 0px 5px 0 0;
}

.inp-box .radio > span{
    display: block;
    width: 16px;
    height: 17px;
    background: url('../img/radio-box.png') no-repeat 0 bottom;
    position: relative;
}

.inp-box .radio > span.checked{
    background-position: 0 0;
}

.inp-box .radio input{
    position: absolute;
    margin: 0px;
    display: block;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 17px;
    opacity: 0;
}

.options-finish{
    margin: 20px 0 0 0;
    background-color: #0064a1;
    border-radius: 4px;
    padding: 3px 10px 5px 20px;
    clear: both;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.options-finish span{
    font-size: 24px;
    color: #fbe014;
    line-height: 24px;
    padding: 0 20px 0 5px;
    min-width: 70px;
    display: inline-block;
}

.search-form .btn-show{
    width: 128px;
    background-color: #ff7d00;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 0 0;
    border-radius: 3px;
    border: 0;
    font-weight: bold;
    font-family: Arial;
}

.options-finish .btn-show{
    background-color: #ff7d00;
    border: 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    /*line-height: 18px;*/
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 5px 0 0;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 256px;
}

.options-finish .btn-reset{
    background-color: red;
    border-radius: 3px;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: Arial;
    /*line-height: 18px;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 5px 0 0;
    padding: 4px 0;
    /*margin: 0;*/
    text-align: center;
    text-decoration: none;
    width: 256px;
}

.slider-range{
    width: 230px;
    margin: 0 0 25px;
}

.slider-range .ui-slider-handle{
    width: 14px !important;
    height: 14px !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{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.slider-range p input{
    width: 55px;
    height: 20px;
    padding: 0 5px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #3c3c3c;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.slider-range label{
    color: #91bffa;
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 0 0 5px;
    font-weight: bold;
}

.options-box{
    display: none;
}

.inp-box{
    margin: 0 0 6px;
}

.inp-box .radio{
    display: block;
    width: 16px;
    height: 17px;
    float: left;
    margin: 0px 5px 0 0;
}

.inp-box .radio > span{
    display: block;
    width: 16px;
    height: 17px;
    background: url('../img/radio-box.png') no-repeat 0 bottom;
    position: relative;
}

.inp-box .radio > span.checked{
    background-position: 0 0;
}

.inp-box .radio input{
    position: absolute;
    margin: 0px;
    display: block;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 17px;
    opacity: 0;
}

.ui-slider .ui-slider-range{
    background: url('../img/bg-range.png') repeat-x 0 0;
}

/*==============================
8. Tovar page styles
===============================*/

.about-product{
    margin-bottom: 25px;
}

.about-product .desc-box{
    float: right;
    width: 230px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 8px 80px 8px;
    position: relative;
    border: 2px solid #0064a1;
}

.about-product .tabs-box{
    margin: 35px 0 0!important;
    width: auto;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.about-product .tabs-box .tabs-link {
    margin: 0;
    padding: 0;
    margin: 0 0 20px;
}

.about-product .tabs-box  .tabs-link a {
    display: inline-block;
    min-width: auto;
    padding: 0;
    text-align: left;
}

.about-product .guarantee{
    background-color: #0064a1;
    width: 246px;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: -2px;
    padding: 0px;
    float: none;
    border-radius: 4px;
}

.about-product .desc-box .guarantee p{
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 0 0;
}

.about-product .desc-box .buy-product-big{
    width: 100%;
    /*height: 26px;*/
    height: 35px;
    display: block;
    background: #0074c1;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    /*padding: 8px 0 0 0;*/
    padding: 0;
    margin: 0 auto;
    border: 0;
    position: relative;
}

.about-product .desc-box .buy-product-big:hover{
    opacity: 0.9;
}

.about-product .desc-box .buy-product-big span{
    width: 25px;
    height: 24px;
    display: block;
    position: absolute;
    background: url('../img/basket.png') no-repeat 0 0;
    /*left: 42px;*/
    left: 45px;
    /*top: 11px;*/
    top: 6px;
}

.about-product .desc-box p{
    font-family: Arial;
    font-size: 12px;
    line-height: 16px;
    color: #313131;
    padding: 0 0 3px 10px;
}

.about-product .desc-box .big-price{
    font-family: Arial;
    font-size: 30px;
    line-height: 25px;
    color: #242424;
    font-weight: bold;
}

.about-product .desc-box .old-price{
    font-family: Arial;
    font-size: 14px;
    line-height: 18px;
    color: #c0dafc;
    font-weight: bold;
    text-decoration: line-through;
    padding: 0;
}

.about-product .desc-box .delivery{
    font-family: Arial;
    font-size: 12px;
    line-height: 14px;
    color: #1c1c1c;
    padding: 3px 0 0 58px;
    height: 33px;
    background: url('../img/bg-delivery.png') no-repeat 4px 0;
}

.about-product .about-product .global-image-box{
    width: 511px;
    height: 323px;
    float: left;
}

.about-product .about-product .image-box{
    width: 511px;
    height: 323px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.about-product .global-image-box{
    width: 511px;
    /*height: 400px;*/
    min-height: 400px;
    float: left;
    position: relative;
}

.about-product .image-box{
    width: 511px;
    height: 400px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.vertical-slider-box{
    float: left;
    width: 190px;
    padding: 20px 0 0 0;
    margin-left: 25px;
    position: relative;
}

.vertical-slider-box ul{
    margin: 0;
}

.vertical-slider-box li{
    width: 184px;
    height: 184px;
}

.vertical-slider-box .pix-box{
    display: inline-block;
    line-height: 184px;
}

.vertical-slider-box .pix-box img{
    display: inline-block;
    vertical-align: middle;
}

.vertical-slider-box .bx-prev{
    width: 38px;
    height: 0;
    padding-top: 38px;
    display: block;
    overflow: hidden;
    background: url('../img/up-down.png') no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -19px;
}

.vertical-slider-box .bx-next{
    width: 38px;
    height: 0;
    padding-top: 38px;
    display: block;
    overflow: hidden;
    background: url('../img/up-down.png') no-repeat 0 bottom;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin: 0 0 0 -19px;
}

.tabs-box{
    margin: 0 0 25px;
}

.tabs-box .tabs-link{
    margin: 0;
    padding: 0 0 20px;
}

.tabs-box .tabs-link li{
    list-style: none;
    display: inline-block;
    margin: 0 35px 0 0;
}

.tabs-box .tabs-link a{
    font-family: Arial;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.tabs-box .tabs-link a.active,
.tabs-box .tabs-link a:hover{
    text-decoration: none;
}

.tabs-box .panes{
    padding: 0 0 15px;
}

.tabs-box .panes p{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #181818;
    padding: 0;
}

.tabs-box .panes .tab-box{
    display: none;
}

.secondary-nav.tovar-page{
    background-color: #e9f9f9;
    padding: 20px 0 0px;
    margin: 0 0 25px;
    position: relative;
    z-index: 100;
}

/*
         ,,                            ,,
        *MM                            db
         MM
 ,6"Yb.  MM,dMMb.   ,6"Yb.  `7Mb,od8 `7MM  ,pP"Ybd
8)   MM  MM    `Mb 8)   MM    MM' "'   MM  8I   `"
 ,pm9MM  MM     M8  ,pm9MM    MM       MM  `YMMMa.
8M   MM  MM.   ,M9 8M   MM    MM       MM  L.   I8
`Moo9^Yo.P^YbmdP'  `Moo9^Yo..JMML.   .JMML.M9mmmP'


*/

.other-hit ul {
    margin: 0;
    padding: 0;
}

.other-hit li {
    color: #424242;
    font-family: Arial;
    font-size: 11px;
    line-height: 18px;
    padding: 0;
}

.other-hit .fade-box {
    padding-top: 10px;
}

/**************basket new css********************/

.make_order {
    background: #ff7d00;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 5px;
    padding: 6px 20px;
    text-decoration: none;
    vertical-align: middle;
    width: 115px;
}

.make_order:hover{
    opacity: 0.9;
}

a.make_order {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 28px;
    margin-top: 20px;
}

.b-make_order{
    float: right;
    margin-top: 20px;
}

table.nc-cart{
    width: 100%;
}

table.nc-cart tbody tr td div span {
    color: #010101;
    font-weight: normal;
}

table.nc-cart tbody tr td div span strong{
    font-weight: normal;
}

table.nc-cart tbody tr:first-child td{
    background: #198cd2;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 0;
    border-bottom: 0;
}

table.nc-cart tbody tr:first-child td.first{
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

table.nc-cart tbody tr:first-child td.last{
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    padding-left: 20px;
}

table.nc-cart tbody tr td.first{
    padding-left: 15px;
}

table.nc-cart tbody tr td.last{
    padding-left: 15px;
}

table.nc-cart tbody tr td{
    padding: 8px 0;
    border-bottom: 2px solid #bfe1f5;
}

table.nc-cart tbody tr td.first > a{
    color: #d17014;
    font-size: 18px;
    font-family: Arial;
    line-height: 20px;
    margin-bottom: 8px;
}

table.nc-cart tbody tr td.first > a strong{
    font-weight: normal;
}

table.nc-cart tbody tr td.first div{
    margin-top: 5px;
}

table.nc-cart tbody tr td.first p{
    padding-bottom: 2px;
}

table.nc-cart tbody tr td.first p > a{
    color: #010101;
}

.cart_price {
    color: #d17014;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
}

.cart_coll input[type="text"]{
    width: 42px;
    border: 1px solid #aad6f2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: right;
    padding: 0 3px;
    height: 22px;
    line-height: 22px;
}

.cart-summary {
    color: #468404;
    display: inline-block;
    float: left;
    font-size: 20px;
    margin-bottom: 1px;
    margin-top: 20px;
    position: relative;
    width: 805px;
}

.tpl-block-ibtn-submit {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px 25px;
    text-decoration: none;
    vertical-align: middle;
}

.cart-summary input[type="submit"] {
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    line-height: 28px;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 20px;
    text-decoration: none;
    vertical-align: middle;
}

.cart-summary a{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    width: 78px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    margin: 0 0 5px;
    padding: 3px 20px;
    text-decoration: none;
    vertical-align: middle;
}

.cart-summary .itog {
    color: #1d1d1d;
    font-family: "a_avantebsextrabold";
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
    padding: 0;

    position: absolute;
    top: 5px;
    right: 0;
}

.cart-summary .itog span{
    color: #d17014;
    font-family: "a_avantebsextrabold";
    font-size: 18px;
    line-height: 18px;
}

.tpl-block-ibtn-submit, .cart-summary input[type="submit"], .cart-summary a{
    background: #52aee5;
    background: -moz-linear-gradient(top,  #52aee5 0%, #0d84cd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52aee5), color-stop(100%,#0d84cd));
    background: -webkit-linear-gradient(top,  #52aee5 0%,#0d84cd 100%);
    background: -o-linear-gradient(top,  #52aee5 0%,#0d84cd 100%);
    background: -ms-linear-gradient(top,  #52aee5 0%,#0d84cd 100%);
    background: linear-gradient(to bottom,  #52aee5 0%,#0d84cd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52aee5', endColorstr='#0d84cd',GradientType=0 );
}

.tpl-block-ibtn-submit:hover, .cart-summary input[type="submit"]:hover, .cart-summary a:hover{
    background: #0d84cd;
    background: -moz-linear-gradient(top,  #0d84cd 0%, #52aee5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d84cd), color-stop(100%,#52aee5));
    background: -webkit-linear-gradient(top,  #0d84cd 0%,#52aee5 100%);
    background: -o-linear-gradient(top,  #0d84cd 0%,#52aee5 100%);
    background: -ms-linear-gradient(top,  #0d84cd 0%,#52aee5 100%);
    background: linear-gradient(to bottom,  #0d84cd 0%,#52aee5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d84cd', endColorstr='#52aee5',GradientType=0 );
}

/**************END basket new css********************/

#selecter select {
    width: 100px;
}

/*#selecter .select2-search {
    display: none;
}*/

/*.select2-container .select2-choice .select2-arrow {
    background: linear-gradient(to top, #ccc 0%, #025e60 60%) repeat scroll 0 0 #025e60;
}*/


/*.select2-container {
    width: 230px;
}

.select2-dropdown-open {
    width: 700px;
}*/

#compl_select_table th,#compl_select_table td {
    padding: 5px;
}


#compl_select_table th {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

/*
                                ,,             ,,                          ,,                    ,,
`7MMM.     ,MMF'              `7MM           `7MM                          db                  `7MM
  MMMb    dPMM                  MM             MM                                                MM
  M YM   ,M MM  ,pW"Wq.    ,M""bMM   ,6"Yb.    MM      `7M'    ,A    `MF'`7MM  `7MMpMMMb.   ,M""bMM  ,pW"Wq.`7M'    ,A    `MF'
  M  Mb  M' MM 6W'   `Wb ,AP    MM  8)   MM    MM        VA   ,VAA   ,V    MM    MM    MM ,AP    MM 6W'   `Wb VA   ,VAA   ,V
  M  YM.P'  MM 8M     M8 8MI    MM   ,pm9MM    MM         VA ,V  VA ,V     MM    MM    MM 8MI    MM 8M     M8  VA ,V  VA ,V
  M  `YM'   MM YA.   ,A9 `Mb    MM  8M   MM    MM          VVV    VVV      MM    MM    MM `Mb    MM YA.   ,A9   VVV    VVV
.JML. `'  .JMML.`Ybmd9'   `Wbmd"MML.`Moo9^Yo..JMML.         W      W     .JMML..JMML  JMML.`Wbmd"MML.`Ybmd9'     W      W

                                                                                                                              */

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
}
.popup {
    background-color: #fff;
    border: 3px solid #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    width: 500px;
    /*height: 393px;*/
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 11px;
}

.popup.color {
    width: 510px;
}

.popup .close_order {
    width: 6px;
    height: 17px;
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#19B8FB), to(#045B90));
    background: -webkit-linear-gradient(top, #19B8FB, #045B90);
    background: -moz-linear-gradient(top, #19B8FB, #045B90);
    background: -o-linear-gradient(top, #19B8FB, #045B90);
    background: -ms-linear-gradient(top, #19B8FB, #045B90);
    background: linear-gradient(top, #19B8FB, #045B90);
    background-color: #19B8FB;
    border: 1px solid #045B90;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
}
.popup .close_order:hover {
    background: -webkit-gradient(linear, left top, right top, from(#19B8FB), to(#045B90));
    background: -webkit-linear-gradient(top, #19B8FB, #045B90);
    background: -moz-linear-gradient(top, #19B8FB, #045B90);
    background: -o-linear-gradient(top, #19B8FB, #045B90);
    background: -ms-linear-gradient(top, #19B8FB, #045B90);
    background: linear-gradient(top, #19B8FB, #045B90);
    background-color: #19B8FB;
    border: 1px solid #045B90;
}
.popup .close_order:active {
    background: #8f9be0;
}

.clickMe {
    text-decoration: underline;
    color: #025E60;
}

.comp_select {
    width: 100%;
    text-align: center;

}

/*.clickMe.button{
    float: left;
    width: 140px;
    height: 30px;
    background: rgba(10,121,121,1);
    background: -moz-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,121,121,1)), color-stop(100%, rgba(0,88,89,1)));
    background: -webkit-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: -o-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    background: linear-gradient(to bottom, rgba(10,121,121,1) 0%, rgba(0,88,89,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7979', endColorstr='#005859', GradientType=0 );
    border-radius: 5px;
    margin: 35px 0 0 0;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    color: #fbe013;
    text-decoration: none;
    padding: 2px 0 0 0;
}

.clickMe.button:hover{
    background: rgba(0,88,89,1);
    background: -moz-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,88,89,1)), color-stop(100%, rgba(10,121,121,1)));
    background: -webkit-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: -o-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    background: linear-gradient(to bottom, rgba(0,88,89,1) 0%, rgba(10,121,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005859', endColorstr='#0a7979', GradientType=0 );
}*/

/*
                    ,,    ,,                                          ,,        ,,
 .M"""bgd         `7MM  `7MM                        .g8"""bgd        *MM        db                       mm
,MI    "Y           MM    MM                      .dP'     `M         MM                                 MM
`MMb.      .gP"Ya   MM    MM  .gP"Ya `7Mb,od8     dM'       ` ,6"Yb.  MM,dMMb.`7MM  `7MMpMMMb.  .gP"Ya mmMMmm
  `YMMNq. ,M'   Yb  MM    MM ,M'   Yb  MM' "'     MM         8)   MM  MM    `Mb MM    MM    MM ,M'   Yb  MM
.     `MM 8M""""""  MM    MM 8M""""""  MM         MM.         ,pm9MM  MM     M8 MM    MM    MM 8M""""""  MM
Mb     dM YM.    ,  MM    MM YM.    ,  MM         `Mb.     ,'8M   MM  MM.   ,M9 MM    MM    MM YM.    ,  MM
P"Ybmmd"   `Mbmmd'.JMML..JMML.`Mbmmd'.JMML.         `"bmmmd' `Moo9^Yo.P^YbmdP'.JMML..JMML  JMML.`Mbmmd'  `Mbmo

                                                                                                               */

.title-box{
    background-color: #e7f0f8;
    margin: 15px 0 20px 0;
    padding: 12px 0 0 20px;
    border-radius: 3px;
}

.title-box p{
    font-size: 16px;
    color: #141414;
    font-weight: bold;
    float: left;
}

.title-box .name{
    font-size: 18px;
    padding: 0 240px 14px 0;
}

.title-box .points{
    padding: 0 55px 0 0;
}

.container .h4-title{
    font-size: 18px;
    color: #141414;
    font-weight: bold;
    padding: 0 0 10px;
}

.kabinet-box{
    padding: 0 0 30px;
}

.first-table{
    margin: 0 0 25px;
}

.kabinet-box table tr td{
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.kabinet-box table tbody tr{
    border-bottom: 1px solid #d0d0d0;
    height: 44px;
}

.kabinet-box table thead{
    height: 30px;
    background-color: #f2f2f2;
}

.first-table .points{
    font-size: 24px;
    color: #207e19;
}

.first-table .first span{
    width: 29px;
    height: 30px;
    background: url('../img/span-arrow.png') no-repeat 0 0;
    display: block;
    margin: 0 0 0 25px;
}

.first-table .minus-row td{
    color: #842626;
}

.first-table .minus-row .first span{
    width: 29px;
    height: 30px;
    background: url('../img/span-arrow2.png') no-repeat 0 0;
    display: block;
    margin: 0 0 0 25px;
}

.kabinet-box table .info{
    width: 25px;
    height: 25px;
    display: block;
    background: url('../img/info-icon.png') no-repeat 0 0;
    margin: 0 0 0 30px;
}

.kabinet-box table .info:hover .fade{
    display: block;
}

.kabinet-box table .last{
    position: relative;
}

.first-table .fade{
    position: absolute;
    right: 0;
    bottom: -209%;
    width: 270px;
    background-color: #fff;
    border: 1px solid #081929;
    padding: 18px 13px;
    display: none;
}

.first-table .fade p{
    color: #3a3a3a;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
}

.first-table .fade .white-arrow{
    width: 9px;
    height: 8px;
    display: block;
    background: url('../img/white-arrow.png') no-repeat 0 0;
    position: absolute;
    right: 75px;
    top: -7px;
}

.first-table .info:hover .fade{
    display: block;
}

.kabinet-box .input-box{
    padding: 0 0 10px;
}

.input-box input[type=text]{
    border: 1px solid #c6c6c6;
    outline: none;
    height: 22px;
    padding: 5px 10px;
    float: left;
    border-radius: 4px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #282828;
}

/*.input-box .date{
    width: 152px;
    margin: 0 4px 0 0;
}*/

.input-box .date1{
    width: 35px;
    margin: 0 4px 0 0;
}

.input-box .date2{
    width: 90px;
    margin: 0 4px 0 0;
}

.input-box .name{
    width: 546px;
    margin: 0 4px 0 0;
}

.input-box .cost{
    width: 115px;
}

.kabinet-box .add{
    width: 175px;
    height: 27px;
    display: block;
    background: rgba(135,135,135,1);
    background: -moz-linear-gradient(top, rgba(135,135,135,1) 0%, rgba(62,62,62,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,135,135,1)), color-stop(100%, rgba(62,62,62,1)));
    background: -webkit-linear-gradient(top, rgba(135,135,135,1) 0%, rgba(62,62,62,1) 100%);
    background: -o-linear-gradient(top, rgba(135,135,135,1) 0%, rgba(62,62,62,1) 100%);
    background: -ms-linear-gradient(top, rgba(135,135,135,1) 0%, rgba(62,62,62,1) 100%);
    background: linear-gradient(to bottom, rgba(135,135,135,1) 0%, rgba(62,62,62,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#3e3e3e', GradientType=0 );
    border-radius: 3px;
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    /*padding: 8px 0 0 0;*/
    margin: 0 0 25px;
}

.kabinet-box .add:hover{
    background: rgba(62,62,62,1);
    background: -moz-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(135,135,135,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(62,62,62,1)), color-stop(100%, rgba(135,135,135,1)));
    background: -webkit-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(135,135,135,1) 100%);
    background: -o-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(135,135,135,1) 100%);
    background: -ms-linear-gradient(top, rgba(62,62,62,1) 0%, rgba(135,135,135,1) 100%);
    background: linear-gradient(to bottom, rgba(62,62,62,1) 0%, rgba(135,135,135,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#878787', GradientType=0 );
}

.second-table tr .bold{
    font-size: 24px;
}

.second-table .last{
    border-bottom: none;
}

/*
                          ,,          ,,
  mm                    `7MM   mm     db
  MM                      MM   MM
mmMMmm ,pW"Wq.   ,pW"Wq.  MM mmMMmm `7MM `7MMpdMAo.
  MM  6W'   `Wb 6W'   `Wb MM   MM     MM   MM   `Wb
  MM  8M     M8 8M     M8 MM   MM     MM   MM    M8
  MM  YA.   ,A9 YA.   ,A9 MM   MM     MM   MM   ,AP
  `Mbmo`Ybmd9'   `Ybmd9'.JMML. `Mbmo.JMML. MMbmmd'
                                           MM
                                         .JMML.     */

#curr_color {background-color:white;width: 150px; height: 99px;
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #025E60;
    box-shadow: 3px 3px 5px rgba(133, 133, 133, 0.35);
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;

}
/*#tooltipBackground4 {background-color:black}*/

.tooltipBackground2 {width:250px;height:35px;background:#2ea6ff;border:solid 2px #fff;border-radius:10px;box-shadow:3px 3px 5px rgba(133,133,133,0.35);padding:5px;}
.tooltipText2 {font-family:'open_sanslight';font-size:19px;text-align:center;color:#fff;line-height:23px;padding-top:5px;}


.hv_tooltip_bg1 {
    width:250px;
    height:135px;
    background: url('../img/tooltip2.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
 }


.hv_tooltip_txt1 { margin-left:30px; padding-top:38px; padding-right:10px; }


div.hv_C {
    overflow: visible;
}

div.hv_B {
    z-index: 10;
}


/*********************************************************************************************/
/* TOOLTIPS                                                                                  */
/*********************************************************************************************/
/* DIMENSIONS */
.hv_tooltip_bg1 { width:250px; height:135px; }
.hv_tooltip_bg2 { width:250px; min-height:35px;}
.hv_tooltip_bg3 { width:150px; height:35px;  }
.hv_tooltip_bg4 { width:400px; height:185px; }
.hv_tooltip_bg5 { width:250px; height:135px; }
.hv_tooltip_txt3 { height:35px; }

/* CONTAINER STYLES */
.hv_tooltip_bg1 { background:url('../../img/tooltip1.png') no-repeat; }
.hv_tooltip_bg2 { padding:5px; border-radius:10px; }
.hv_tooltip_bg3 { border-radius:10px; padding:5px;overflow:hidden;padding-left:50px; }
.hv_tooltip_bg4 { border-radius:10px; padding:5px; overflow:hidden; }
.hv_tooltip_bg5 { border-radius:10px; overflow:hidden; }
.hv_tooltip_txt1 { margin-left:30px; padding-top:38px; padding-right:10px; }
.hv_tooltip_txt2 { padding-top:5px; }
.hv_tooltip_txt3 { padding-top:5px; white-space:nowrap; }
.hv_tooltip_txt4 { margin-left:15px; padding-top:38px; padding-right:10px; }

/* COLOR */
.hv_tooltip_bg2 { background:#025E60; border:solid 2px #fff; box-shadow:3px 3px 5px rgba(133,133,133,0.35); }
.hv_tooltip_bg3 { background:#2ea6ff; border:solid 2px #fff; box-shadow:3px 3px 5px rgba(133,133,133,0.35); }
.hv_tooltip_bg4 { background:#fff;    border:solid 3px #2ea6ff; box-shadow:3px 3px 5px rgba(133,133,133,0.35); }
.hv_tooltip_bg5 { background:#2EA6FF; border:2px solid rgba(255,255,255,0.15); box-shadow:0px 5px 3px 2px rgba(51,51,51,0.15); }
.hv_tooltip_txt1 { color:#66635b; }
.hv_tooltip_txt2 { color:#fff; }
.hv_tooltip_txt3 { color:#fff; }
.hv_tooltip_txt4 { color:#FFFFFF; }

/* FONTS */
.hv_tooltip_txt1 { font-family:'open_sanslight', sans-serif; font-size:16px; line-height:23px; }
.hv_tooltip_txt2 { font-family:'open_sanslight', sans-serif; font-size:19px; text-align:center; line-height:23px; }
.hv_tooltip_txt3 { font-family:'open_sanslight', sans-serif; font-size:22px; text-align:center; line-height:23px; }
.hv_tooltip_txt4 { font-family:'open_sanslight', sans-serif; font-size:24px; line-height:36px; }

/*
  ,,                  ,...       ,,
  db                .d' ""      *MM
                    dM`          MM
`7MM  `7MMpMMMb.   mMMmm,pW"Wq.  MM,dMMb.   ,pW"Wq.`7M'   `MF'
  MM    MM    MM    MM 6W'   `Wb MM    `Mb 6W'   `Wb `VA ,V'
  MM    MM    MM    MM 8M     M8 MM     M8 8M     M8   XMX
  MM    MM    MM    MM YA.   ,A9 MM.   ,M9 YA.   ,A9 ,V' VA.
.JMML..JMML  JMML..JMML.`Ybmd9'  P^YbmdP'   `Ybmd9'.AM.   .MA.

                                                              */

.textbox {
    display:none;
}

.textbox ul li span{
    font-size:16px;
}

.textbox.active {
    display:block;
}

.marginBottom40{
  margin-bottom: 40px;
}

.select2-container .select2-choice .select2-arrow b {
    background: url("../img/select2.png") no-repeat scroll 0 1px;
}

/* new styles for adaptive header */
.header-main {
    background: none;
}

.logo a{
    text-indent: -9999px;
}

.header-middle{
    height: 109px;
    overflow: hidden;
    background: #fff;
}

.header-main.active {
    height: 80px;
}

.header-main.active .header-middle{
    height: 0;
}

.header-middle,
.header-bottom{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filters.active{
    position: fixed;
    top: 76px;
    width: 978px;
    z-index: 119;
    height: 26px;
}

.filters.active .all-options{
    height: 42px;
}

.article-box.active{
    padding-top: 50px;
}

/*
                                               ,,                            ,...
  .g8"""bgd                                  `7MM      `7MMF'              .d' ""
.dP'     `M                                    MM        MM                dM`
dM'       ` ,pW"Wq.`7MMpMMMb.pMMMb. `7MMpdMAo. MM        MM  `7MMpMMMb.   mMMmm,pW"Wq.
MM         6W'   `Wb MM    MM    MM   MM   `Wb MM        MM    MM    MM    MM 6W'   `Wb
MM.        8M     M8 MM    MM    MM   MM    M8 MM        MM    MM    MM    MM 8M     M8
`Mb.     ,'YA.   ,A9 MM    MM    MM   MM   ,AP MM        MM    MM    MM    MM YA.   ,A9
  `"bmmmd'  `Ybmd9'.JMML  JMML  JMML. MMbmmd'.JMML.    .JMML..JMML  JMML..JMML.`Ybmd9'
                                      MM
                                    .JMML.                                              */

#compl_full_info {
  border: 3px solid #1a5d60;
  border-radius: 10px;
  overflow: hidden;
  width: 400px;
  height: 130px;
}

/*#selecter label {
    float: none;
    clear: both;

    display:inline-block;
}*/

#selecter input[type=checkbox] {
/*    float: none;
    clear: both;
*/
    display:none;

}

#selecter label {
    display: block;
}

/*input[type="checkbox"]:checked+label {
    background-color: green;
}*/

.clabel {
    min-height: 35px;
    margin-bottom: 5px;
    border: 1px #2D98D9 solid;
    border-radius: 4px;
    padding-bottom: 4px;
/*    padding-bottom: 10px;
    border-bottom: 1px gray dotted;*/
}

.clabel input[type="checkbox"] + label span {
    display:inline-block;
    width:25px;
    height:25px;
    margin: 3px 4px 0 15px;
    vertical-align:top;
    background:url(/netcat_template/template/124/img/checkbox.png) left 3px no-repeat;
    cursor:pointer;
}

.clabel input[type="checkbox"]:checked + label span {
    background:url(/netcat_template/template/124/img/checkbox.png) left -119px no-repeat;
}

.clabel:hover input[type="checkbox"]:not(:checked) + label span {
    background:url(/netcat_template/template/124/img/checkbox.png) left -36px no-repeat;
}


/*.rub{ display: inline-block; font-size: 24px; line-height: 7px; border-bottom: 1px solid #000000; width:0.4em; }*/
.rub{ display: inline-block; font-size: 17px; line-height: 6px; border-bottom: 1px solid #000000; width:0.4em; }

/*.clabel td {
    border: 1px solid black;
}*/


.tpl-block-order p.tpl-block-errortext {
    font-size: 18px;
    color: red;
}

.footer-main .button, #nc_payment_form input[type=submit]{
    float: left;
    width: 140px;
    height: 30px;
    background: #ff7d00;
    border-radius: 5px;
    /*margin: 35px 0 0 0;*/
    margin-top: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 2px 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.footer-main .button:hover, #nc_payment_form input[type=submit]:hover{
    opacity: 0.8;
    cursor: pointer;
}

.tpl-block-order-actions {
    float: none;
    clear: both;
    margin-top:20px;
}

.nav-list-box {
    width: 500px;
}

#upper_link {
    display: none;
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 60px;
    right: 100px;
    background-image: url('https://www.triton-sfo.ru/netcat_template/template/124/img/up-down.png');
}

#upper_link:hover {
    cursor: pointer;
}

.button.callback{
    float: left;
    width: 240px;
    height: 30px;
    background: #ff7d00;
    border-radius: 5px;
    /*margin: 35px 0 0 0;*/
    margin-top: 5px;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    line-height: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 2px 0 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin-left: 375px;
    padding-top: 15px;
}

.button.callback:hover{
    opacity: 0.8;
}

.tpl-block-itextlabel-title {
    font-size: 20px;
}

.banner-top {
    margin-top:50px;
}
.super_action {
    font-size:48px;
}

.y_map {width: 500px; height: 400px; padding: 0 0 20px 0;}

.burger__btn, .burger-menu {display: none;}

@media (max-width: 768px) {
    img {max-width: 100%; max-height: 100%;}
    .center-box {width: auto; padding: 0 15px;}
    .bx-wrapper {max-width:  inherit !important;}
    .header-bottom {display: none;}

    .header-middle {
        height: auto;
        padding: 0 0 5px 0;
        position: relative;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.05)
    }

    .logo {
        height: auto;
        width: auto;
        padding: 0;
        margin: 10px 0 0 40px;
    }
    .logo a {padding: 0; height: 30px; width: 110px; background-size: 100px auto;}
    .nav-list-box {width: auto; display: none;}
    .header-main {height: auto;}

    .phone-box .tel, .phone-box .tel span {
        font-size: 18px;
    }
    .phone-box p {
        font-size: 9px;
    }

    .phone-box {
        padding: 5px 0 0 0;
    }

    #wrapper {
        overflow: hidden;
        padding-top: 85px;
    }
    .main-banner-box {height: 250px; background-size: cover;}
    .all-varieties-box {text-align: left; margin: -50px 0 25px 0; padding: 30px 10px;}
    .all-varieties-box > ul > li img {width: 60px; height: auto;}
    .container .h2-title {font-size: 25px;}
    .tabs-box.tabs-box-left {display: block;}
    .tabs-box ul li {display: block;}
    .tezis_table .first, .tezis_table .last {width: auto;}
    .tezis_table li {font-size: 13px !important;}
    .buy-bellrado {height: auto; background: #0074c1; padding: 25px;}
    .buy-bellrado li {display: block; padding: 10px; width: auto; line-height: 130%;}
    .secondary-nav ul li, .secondary-nav ul li:last-child {margin: 15px; vertical-align: top;}
    .footer-main {padding: 30px 0 40px 0;}
    .footer-main .copyright, .footer-main .telephone, .social-box, .create {width: auto; padding: 0 !important; margin: 10px 0 !important; float: none; position: static;}
    .footer-main .button {display: block; height: auto; padding: 15px; width: auto; margin: 10px 0 !important; float: none; position: static;}
    #upper_link {bottom: 10px !important; right: 10px !important;}
    .banner-box {width: auto; height: auto; padding: 100px 0 0 0;}
    .slide-tabs-box .bx-viewport {margin: 0 !important; padding: 0 25px !important; box-sizing: border-box;}
    .slide-tabs-box .bx-next {right: 0;}
    .header-top {height: auto; padding: 0 0 7px 0;}
    .cabinet {float: none;}
    .tezis_table img {max-width: 100% !important; max-height: 100% !important;}
    .tezis_table .first {width: 50% !important;}
    .popup {width: 300px;}
    .sky-form header {font-size: 16px;}
    .filters .sort {padding: 7px 0;}
    .filters .all-options {float: none; margin: 5px 0 0 0; display: block; width: auto;}
    .filters {padding: 10px;}
    .options-box {position: static; width: auto; margin: 7px 0 0 0;}
    .options-box .colum-z, .sld {float: none;width: auto;}
    .filters.active {position: static; width: auto; height: auto;}
    .options-box .colum-1 {float: none;}
    .options-finish .btn-show {margin: 10px 0;}
    .article-box .other-hit {float: none; margin-right: 0; width: auto; display: block;}
    .container .to-basket {width: 100%;}
    .container .h3-title {line-height: 130%;}
    .article-box {padding: 25px 0 0 0;}
    .about-product .tabs-box {width: auto !important;}
    h2 span {font-size: 18px !important;}
    .banner-top {margin: 10px 0;}
    .banner-top img {width: 100% !important;}
    .header-main.active, .header-main.active .header-middle {height: auto;}

    .burger__btn {
        position: absolute;
        transition: 0.3s;
        display: block;
        top: 15px;
        /*top: 43px;*/
        left: 15px;
        cursor: pointer;
        width: 25px;
        height: 16px;
        z-index: 900;
    }
    .burger__btn i {position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: #000;}
    .burger__btn i:nth-child(2) {top: 8px;}
    .burger__btn i:nth-child(3) {top: 16px;}
    .burger-menu {position: fixed;top: 0; display: block; overflow-y: scroll; left: -90%; z-index: 700; transition: 0.5s; width: 90%; height: 100%; background: #fff; padding: 20px 50px; box-sizing: border-box;}
    .burger-menu ul {padding: 0; margin: 0;}
    .burger-menu ul ul {padding: 10px;}
    .burger-menu li {line-height: 130%; padding: 0 0 5px 0;}
    .burger-menu a {font-size: 14px; text-decoration: none;}
    .burger-menu a:hover {text-decoration: underline;}
    .burger-menu.active-menu {left: 0; box-shadow: 0 0 50px rgba(0,0,0,0.1);}
    .burger__btn.active-btn {top: 30px; position: fixed;}
    .burger__btn.active-btn i:nth-child(1) {top: 0; -webkit-transform:  rotate(45deg);
    -ms-transform:  rotate(45deg);
    -o-transform:   rotate(45deg);
    transform:  rotate(45deg);}
    .burger__btn.active-btn i:nth-child(2) {display: none;}
    .burger__btn.active-btn i:nth-child(3) {top: 0; -webkit-transform:  rotate(-45deg);
    -ms-transform:  rotate(-45deg);
    -o-transform:   rotate(-45deg);
    transform:  rotate(-45deg);}
    .burger-menu::-webkit-scrollbar { width: 3px;}
    .burger-menu::-webkit-scrollbar-track {  background-color: #0074c1;}
    .burger-menu::-webkit-scrollbar-track-piece { background-color: #ffffff;}
    .burger-menu::-webkit-scrollbar-thumb { height: 50px; background-color: #0074c1; border-radius: 0px;}
    .burger-menu::-webkit-scrollbar-corner { background-color: #999;}
    .burger-menu::-webkit-resizer { background-color: #666;}
    .slider-range.search-form > div {width: 100% !important;}
    .slider-range.search-form input[type="text"] {display: block; height: 40px !important; padding: 0 10px; border: 0; border-radius: 5px; width: 100% !important; box-sizing: border-box; margin: 0 0 10px 0;}
    .search-form .btn-show {display: block; width: 100% !important; box-sizing: border-box;}
    .other-hit .pix-box {display: block; margin: 0 auto; margin-bottom: 10px; height: auto;}
    /*.other-hit .name {height: auto; margin: 0 0 10px 0;}*/
    .other-hit .global-pix {height: auto;}
    .other-hit:hover {margin: 0 !important;}
    .other-hit .fade-box, .other-hit:hover .fade-box {display: none;}
    .nc_row p, .nc_row p span { font-size: 14px !important; }
    .super_action {font-size: 23px; padding: 10px 0; line-height: 120%; display: block;}
    .cart-summary {width: auto; float: none; display: block;}
    .cart-summary .itog {position: static; display: block; padding: 10px 0;}
    .tpl-block-itextlabel-title {float: none; width: auto; font-size: 16px; padding: 10px 0;}
    input[type="text"].tpl-block-itext, .tpl-block-itextlabel textarea, .tpl-block-itextlabel select {width: 100%; box-sizing: border-box; }
    .tpl-block-order-col .delivery_name {font-size: 14px;}
    .about-product .desc-box {float: none; width: auto;}
    .about-product .guarantee {width: 100%;}
    .about-product .global-image-box, .vertical-slider-box {width: auto; height: auto; min-height: inherit; float: none;}
    .about-product .image-box {width: auto; height: auto;}
    p iframe {width: 100% !important;}
    .tpl-caption.first {width: 50%;}
    .y_map {width: 100%;}
    .nc-cart-warp {overflow-x: scroll;}
    .nc-cart-warp::-webkit-scrollbar { width: 30px; height: 5px;}
    .nc-cart-warp::-webkit-scrollbar-track {  background-color: #0074c1;}
    .nc-cart-warp::-webkit-scrollbar-track-piece { background-color: #ffffff;}
    .nc-cart-warp::-webkit-scrollbar-thumb { height: 5px; background-color: #0074c1; border-radius: 20px;}
    .nc-cart-warp::-webkit-scrollbar-corner { background-color: #999;}
    .nc-cart-warp::-webkit-resizer { background-color: #666;}
    table.nc-cart, table.tpl-block-list {width: 990px;}
    table.nc-cart tbody tr td {border: 0;}
    .about-product > div {float: none !important;}
    .nc-cart__warp::-webkit-scrollbar { width: 30px; height: 5px;}
    .nc-cart__warp::-webkit-scrollbar-track {  background-color: #0074c1;}
    .nc-cart__warp::-webkit-scrollbar-track-piece { background-color: #ffffff;}
    .nc-cart__warp::-webkit-scrollbar-thumb { height: 5px; background-color: #0074c1; border-radius: 20px;}
    .nc-cart__warp::-webkit-scrollbar-corner { background-color: #999;}
    .nc-cart__warp::-webkit-resizer { background-color: #666;}
    table.tpl-block-list tbody tr td.tpl-field-name > a, td.tpl-field-price, td.tpl-field-qty, td.tpl-field-totals {font-size: 14px;}
    .tpl-block-breadcrumbs {position: static; margin: 0 0 20px 0; padding: 15px !important;}
    td.tpl-field-name {width: auto !important;}
    .nc-cart__warp {overflow-x: scroll; width: 350px;}
    .tpl-block-netshop-cart-totals tr, .tpl-block-netshop-cart-totals td {border: 0 !important;}
    .tpl-block-list tr, .tpl-block-list th, .tpl-block-list td {width: auto !important;}
    article.other-hit {margin: 0 auto;}
    .cabinet {display: none}
    .all-varieties-box > ul > li {
        min-width: 100%;
    }
    .container .h3-title {
        font-size: 22px;
    }
    .slick-prev.slick-arrow {
        left: 10px;
        z-index: 1000;
    }
    .slick-next.slick-arrow {
        right: 10px;
        z-index: 1000;
    }
    .pix-box {
        max-width: 70%;
    }
    .pix-box img {
        max-width: 100%;
    }
}

.nc_moderate_form {
    display: none;
}

#mob_b {
    width: 100%;
    box-shadow: 0 0 20px #007dc9;
    border: none;


    margin-bottom: 20px;
    padding: 0;
    /*border: 1px solid white;*/
    border-radius: 3px;
    overflow: hidden;
}

#mob_b:hover {
    cursor: pointer;
    /*box-shadow: none;*/
    box-shadow: 0 0 20px orange;
}

@media (min-width: 768px) {
    #mob_b {
        width: 250px;
        max-height: 51px;
    }
}