@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=cyrillic,cyrillic-ext');
* {margin:0; padding:0;}

html,body{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#000;
    font-size:16px;
    font-family: 'Roboto', sans-serif;
}
body{
    border-top:2px solid #009fe3;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h2{
    font-size:22px;
    color:#000;
    text-transform:uppercase;
    margin-bottom:25px;
    font-family: 'Intro';
}
h1,h3{
    font-size:18px;
    color:#000;
    text-transform:uppercase;
    margin-bottom:25px;
    font-family: 'Intro';
}
h4{
    color:#bbbbbb;
    text-transform:uppercase;
    margin-bottom:25px;
    font-family: 'Intro';
}
a{
    color:#14a6e5;
}
a:hover{
    text-decoration:none;
}
ul{
    list-style:none;
}
img{
    border:none;
}
input,textarea,select{
    outline:none;
    font-family: 'Roboto', sans-serif;
}
textarea{
    overflow:hidden;
}
.sitebox{
    max-width:990px;/*940px;*/
    min-width:300px;
    padding:0 10px;
    margin:0 auto;
}
.header{
    padding:15px 0 20px 0;
}
.logo-box{
    float:left;
}
.head-block{
    float:right;
    overflow:hidden;
    padding-top:25px;
}
.top-tel{
    float:left;
    font-size:16px;
    line-height:23px;
    font-family: 'Intro';
}
.top-tel a{
    text-decoration:none;
}
.top-tel b{
    color:#009fe3;
}
.head-right{
    float:left;
    margin-left:50px;
}
.head-right-top{
    overflow:hidden;
    margin-bottom:10px;
}
.head-nav{
    float:left;
    height:20px;
    line-height:20px;
}
.head-nav li{
    float:left;
    margin-right:10px;
}
.head-nav li a{
    color:#000;
    font-size:14px;
}
.social-top{
    float:right;
    height:20px;
    line-height:20px;
}
.social-top li{
    float:left;
    margin-left:10px;
}
.social-top li:hover{
    opacity:0.7;
}
.search-box{
    width:360px;
    height:24px;
    padding:5px 10px;
    background:#f3f3f3;
    margin-bottom:15px;
}
.input-search{
    width:310px;
    height:24px;
    line-height:24px;
    padding:0 10px;
    background:none;
border: 0;
    color:#010101;
    font-size:14px;
    float:left;
}
.input-button{
    width:24px;
    height:24px;
    background:url(../images/icons/search-button.png) no-repeat center center;
    cursor:pointer;
    font-size:0;
    float:right;
    border:0;
}
.language-nav{
    height:20px;
    line-height:20px;
}
.language-nav ul{
    float:right;
}
.language-nav li{
    float:left;
    margin-left:10px;
}
.language-nav a{
    color:#060209;
    text-transform:uppercase;
    font-size:14px;
}
.language-nav li.active a{
    text-decoration:none;
    color:#a0d5d9;
}
.top-bar{
    height:48px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    margin-bottom:25px;
	position:relative;
	z-index:3;
}
.top-nav-link{
    float:left;
	cursor:pointer;
	display:none;
}
.nav-button-name{
    float:left;
	height:48px;
	line-height:48px;
	font-weight:bold;
	color:#009fe3;
}
.top-nav-button{
    width:24px;
	height:22px;
	padding:2px 2px;
	margin-right:10px;
	margin-top:7px;
	border:2px solid #009fe3;
	cursor:pointer;
	float:left;
	border-radius:3px;
}
.head-nav-line{
    margin:3px 0;
	height:2px;
	background:#009fe3;
}
.top-nav{
    height:48px;
    float:left;
}
.top-nav ul li{
    float:left;
    height:48px;
    line-height:48px;
    overflow:hidden;
    margin-right:1px;
}
.top-nav ul li a{
    text-transform:uppercase;
    color:#000;
    font-size:14px;
    text-decoration:none;
    display:block;
    padding:0 10px 0 45px;
}
.top-nav ul li.item1 a{
    background:url(../images/icons/physic-icon.png) no-repeat 10px center;
}
.top-nav ul li.item2 a{
    background:url(../images/icons/chem-icon.png) no-repeat 10px center;
}
.top-nav ul li.item3 a{
    background:url(../images/icons/bio-icon.png) no-repeat 10px center;
}
.top-nav ul li.item4 a{
    background:url(../images/icons/geo-icon.png) no-repeat 10px center;
}
.top-nav ul li.item5 a{
    background:url(../images/icons/mat-icon.png) no-repeat 10px center;
}
.top-nav ul li.item6 a{
    background:url(../images/icons/int-icon.png) no-repeat 10px center;
    padding-left:55px;
}
.top-nav ul li.item10 a{
    background:url(../images/icons/psh.png) no-repeat 10px center;
    padding-left:55px;
}
.top-nav ul li img{
    position:relative;
    top:10px;
    margin-right:10px;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
    color:#FFF;
}
.top-nav ul li.item1 a:hover,.top-nav ul li.item1.active a{
    background:#05A0E3 url(../images/icons/physic-icon-h.png) no-repeat 10px center;
}
.top-nav ul li.item2 a:hover,.top-nav ul li.item2.active a{
    background:#FF4E00 url(../images/icons/chem-icon-h.png) no-repeat 10px center;
}
.top-nav ul li.item3 a:hover,.top-nav ul li.item3.active a{
    background:#0bea3f url(../images/icons/bio-icon-h.png) no-repeat 10px center;
}
.top-nav ul li.item4 a:hover,.top-nav ul li.item4.active a{
    background:#C0421A url(../images/icons/geo-icon-h.png) no-repeat 10px center;
}
.top-nav ul li.item5 a:hover,.top-nav ul li.item5.active a{
    background:#7902B7 url(../images/icons/mat-icon-h.png) no-repeat 10px center;
}
.top-nav ul li.item6 a:hover,.top-nav ul li.item6.active a{
    background:#FFCC00 url(../images/icons/int-icon-h.png) no-repeat 10px center;
}
.top-nav ul li.item10 a:hover,.top-nav ul li.item10.active a{
    background:#FF0033 url(../images/icons/pshh.png) no-repeat 10px center;
}

.top-cart{
    height:48px;
    line-height:48px;
    float:right;
    background:#000;
    color:#f3f3f3;
    font-size:14px;
    padding:0 10px;
}
.top-cart a{
    font-size:18px;
    margin:0 5px;
}
.cart-icon{
    position:relative;
    top:10px;
    margin-right:10px;
}
.slider{
    margin-bottom:40px;
    padding-bottom:40px;
}
.slider .owl-nav{
    display:none;
}
.slider-box{
    position:relative;
	border: 0;
}
.slide-img {
    border: 0;
}
.slide-img img{
    max-width:100%;
	border: 0;
}
.slide-about{
    position:absolute;
    left:80px;
    bottom:30px;
	/*top:120px;*/
    color:#FFF;
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family: 'Intro';
}
.slide-about img{
    margin-bottom:20px;
}
.slide-about p{
    margin:10px 0;
}
.mod-block{
    margin-bottom:30px;
}
.block-title{
    text-transform:uppercase;
    font-size:18px;
    color:#000;
    padding-bottom:15px;
    margin-bottom:30px;
    border-bottom:1px solid #000;
    font-family: 'Intro';
}
.prod-box{
    width:298px;
    height:468px;
    border:1px solid #FFF;
    position:relative;
    margin:0 auto;
}
.prod-box:hover{
    background:#f7f7f7;
    border-color:#dfdfdf;
}
.prod-box-img{
    width:298px;
    height:215px;
}
.prod-box-img a{
    width:298px;
    height:215px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.prod-box-img img{
    max-width:298px;
    max-height:215px;
}
.prod-box-name{
    min-height:85px;
    padding:0 5px;
    color:#000;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    font-family: 'Intro';
}
.prod-box-name a{
    color:#000;
    font-size:18px;
    text-transform:uppercase;
    text-decoration:none;
    font-family: 'Intro';
}
.prod-box-name a:hover{
    color:#009fe3;
}
.prod-box-price{
    text-align:center;
    font-size:24px;
}
.prod-box-button{
    width:100%;
    text-align:center;
    position:absolute;
    bottom:35px;
}
.sm-button{
    width:140px;
    height:31px;
    line-height:31px;
    color:#000;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    font-family: 'Intro';
    border:2px solid #000;
    display:inline-block;
    border-radius:25px;
}
.lg-button{
    width:296px;
    height:41px;
    line-height:41px;
    color:#000;
    text-align:center;
    text-decoration:none;
    font-size:18px;
    font-family: 'Intro';
    border:2px solid #000;
    display:inline-block;
    border-radius:25px;
}
.blue-bg{
    background:#009fe3 !important;
    border-color:#009fe3 !important;
    color:#FFF !important;
}
.blue-bg:hover{
    background:#FFF !important;
    border-color:#000 !important;
    color:#000 !important;
}
.button, .to-cart-button{
background: none;
    width:180px;
    height:41px;
    color:#000;
    text-align:center;
    text-decoration:none;
    font-size:18px;
	font-family: 'Roboto', sans-serif;
   /* font-family: 'Intro';*/
    border:2px solid #000;
    display:inline-block;
    border-radius:25px;
	cursor: pointer;
}

.to-cart-button a, a.button{
text-decoration:none;
line-height: 41px;
    color:#000;
    text-align:center;
    text-decoration:none;
    font-size:18px;
	font-family: 'Roboto', sans-serif;
    /*font-family: 'Intro';*/

}
.button:hover,.sm-button:hover,.button-bot:hover,.lg-button:hover, .to-cart-button:hover{
    background:#009fe3;
    border-color:#009fe3;
    color:#FFF;
	cursor: pointer;
}
.to-cart-button a:hover{
    color:#FFF;
}
.cat-block{
    padding-bottom:20px;
}
.cat-box{
    width:220px;
    height:380px;
    float:left;
    margin:0 7px 14px 7px;
}
.cat-box-img{
    width:220px;
    height:220px;
    margin-bottom:25px;
}
.cat-box-img img{
    width:220px;
    height:220px;
}
.cat-box-name{
    padding:0 50px;
    height:65px;
    color:#000;
    font-size:18px;
    text-transform:uppercase;
    text-align:center;
    font-family: 'Intro';
}
.cat-box-button{
    text-align:center;
}
.mod-block-left{
    width:380px;
    float:left;
}
.news-cont{
    margin-bottom:80px;
}
.news-box{
    margin-bottom:30px;
    font-weight:500;
    color:#000;
    font-size:16px;
}
.news-box a{
    font-weight:500;
    color:#000;
    font-size:16px;
    text-decoration:none;
}
.news-box a:hover{
    text-decoration:underline;
}
.news-date{
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}
.mod-block-right{
    width:460px;
    float:right;
}
.text-box{
    font-size:16px;
    line-height:23px;
}
.text-box p{
    margin-bottom:25px;
}
.text-box ul,.text-box ol{
    margin-left:20px;
    margin-bottom:20px;
}
.text-box li{
    padding:2px 0;
}
.text-box ul li{
    padding-left:25px;
    background:url(../images/icons/disc-blue.png) no-repeat left 4px;
}
.bot-bar{
    background:#444444;
    color:#FFF;
    font-size:14px;
}
.bot-bar-cont{
    max-width:940px;
    padding:40px 10px;
    margin:0 auto;
}
.bot-bar-left{
    float:left;
}
.bot-bar-box{
    width:140px;
    float:left;
    margin-right:20px;
}
.bot-bar-box a, .slider a, .slider p{
text-decoration:none; 
color:#00A1E6;
}
.bot-bar p{
    margin-bottom:15px;
}
.bot-bar-box ul li{
    margin-bottom:15px;
}
.bot-bar-box ul li a{
    color:#FFF;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
}
.bot-bar-box ul li a:hover{
    text-decoration:underline;
}
.bot-bar-right{
    float:right;
}
.bot-form-top{
    overflow:hidden;
}
.bot-form-name{
    float:left;
}
.social-bot{
    height:20px;
    float:right;
}
.social-bot li{
    float:left;
    margin-right:10px;
}
.social-bot li:hover{
    opacity:0.7;
}
.bot-form{
    width:380px;
    overflow:hidden;
}
.input-bot{
    width:350px;
    height:30px;
    padding:2px 15px;
    background:#bbbbbb;
    border:0;
    color:#010101;
    font-size:14px;
    margin-bottom:10px;
}
.textarea-bot{
    width:350px;
    height:56px;
    padding:4px 15px;
    background:#bbbbbb;
    border:0;
    color:#010101;
    font-size:14px;
    margin-bottom:20px;
}
.button-bot{
    width:140px;
    height:31px;
    color:#FFF;
    cursor:pointer;
    background:transparent;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    /*font-family: 'Intro';*/
    border:2px solid #FFF;
    display:inline-block;
    border-radius:25px;
    float:right;
    letter-spacing:1px;
}
.footer{
    background:#000;
    padding:16px 0;
}
.foot-cont{
    color:#969696;
    max-width:940px;
    padding:15px 10px;
    margin:0 auto;
    font-size:12px;
}
.foot-left{
    float:left;
}
.foot-right{
    float:right;
    margin-top:15px;
}
.modal-box{
    width:420px;
    padding:45px 60px;
    background:#FFF;
    position:relative;
    z-index:5;
    margin:20px auto;
    color:#333;
    font-size:22px;
    text-align:center;
    border:10px solid #009fe3;
    box-shadow: 0 0 5px #888;
}
.modal-box-close{
    width:30px;
    height:30px;
    line-height:30px;
    color:#FFF;
    font-size:18px;
    position:absolute;
    right:-5px;
    top:-5px;
    text-align:center;
    cursor:pointer;
    text-transform:uppercase;
    font-family: 'Intro';
    background:#009fe3;
}
.modal-box h3{
    font-size:30px;
    line-height:30px;
    font-weight:500;
    margin-bottom:25px;
}
.modal-form{
    padding:30px 0;
}
.input-modal{
    width:91%;
    height:41px;
    line-height:41px;
    padding:2px 4%;
    border:2px solid #009fe3;
    margin:10px 0;
    font-size:18px;
    color:#333;
    border-radius:25px;
}
.textarea-modal{
    width:91%;
    height:150px;
    line-height:41px;
    padding:2px 4%;
    border:2px solid #009fe3;
    margin-bottom:10px;
    font-size:18px;
    color:#333;
    border-radius:25px;
}
.send-button{
    width:300px;
    height:41px;
    color:#FFF;
    text-align:center;
    text-decoration:none;
    font-size:18px;
    background:#009fe3;
    cursor:pointer;
    border:2px solid #009fe3;
    display:inline-block;
    border-radius:25px;
	margin-top: 10px;
}
.send-button:hover{
    background:#FFF;
    color:#009fe3;
}
.breadcrumb{
    border-bottom:1px solid #000;
    color:#666666;
    font-size:14px;
    padding:0 0 20px 0;
    margin-bottom:35px;
}
.breadcrumb a{
    color:#666666;
    font-size:14px;
    text-decoration:none;
}
.breadcrumb ul{
    overflow:hidden;
}
.breadcrumb ul li{
    float:left;
    margin-right:15px;
}
.breadcrumb a:hover{
    text-decoration:underline;
}
.cab-block{
    margin-bottom:50px;
}
.cab-img{
    width:380px;
    float:left;
}
.cab-about{
    width:460px;
    float:right;
    line-height:24px;
}
.cab-about p{
    margin-bottom:10px;
}
.prod-tab{
    margin-bottom:50px;
}
.prod-tab-head{
    overflow:hidden;
    padding:15px 10px 15px 465px;
}
.prod-tab-head>div{
    float:left;
    padding-top:0 !important;
    font-size:18px !important;
    color:#000 !important;
    font-weight:500 !important;
}
.prod-tab-head>div p{
    height:44px;
    display:table-cell;
    vertical-align:bottom;
}
.prod-tab-head>div:last-child{
    float:right;
}
.prod-tab-head .prod-tab-count{
    text-align:center;
}
.prod-tab-head .prod-tab-price p{
    width:165px;
}
.prod-tab-head .prod-tab-count p{
    width:80px;
    text-align:center;
}
.prod-tab-box{
    background:#FFF;
    border:1px solid #FFF;
    overflow:hidden;
    font-weight:500;
    color:#000;
    font-size:18px;
}
.prod-tab-box>div{
    float:left;
}
.prod-tab-box>div:last-child{
    float:right;
}
.prod-tab-box:hover{
    background:#f7f7f7;
    border-color:#dfdfdf;
}
.prod-tab-clear{
    width:35px;
    padding-top:15px;
}
.clear-button{
    width:20px;
    height:20px;
    display:block;
    line-height:14px;
    text-align:center;
    color:#000;
    text-decoration:none;
    font-family:Tahoma, sans-serif;
    font-size:22px;
    display:block;
    border:2px solid #000;
    border-radius:100%;
	cursor: pointer;
}
.clear-button:hover{
    background:#009fe3;
    border-color:#009fe3;
    color:#FFF;
}
.prod-tab-img{
    width:100px;
    padding:0 10px;
    text-align:center;
}
.prod-tab-img a{
    width:100px;
    height:65px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    overflow:hidden;
}
.prod-tab-img img{
    max-width:75px;
    max-height:65px;
}
.prod-tab-name{
    width:300px;
    padding-top:20px;
    color:#000;
    font-size:16px;
    font-weight:500;
}
.prod-tab-name a{
    color:#000;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
}
.prod-tab-name a:hover{
    text-decoration:underline;
}
.prod-tab-count{
    width:130px;
    padding-top:4px;
}
.prod-count{
    width:125px;
    overflow:hidden;
    margin:0 auto;
}
.minus{
    width:20px;
    height:20px;
    line-height:18px;
    text-align:center;
    float:left;
    display:block;
    color:#FFF;
    text-decoration:none;
    font-family:Arial, sans-serif;
    font-size:18px;
    border:2px solid #009fe3;
    background:#009fe3;
    cursor:pointer;
    margin-top:15px;
    border-radius:100%;
}
.plus{
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    float:left;
    display:block;
    color:#FFF;
    text-decoration:none;
    font-family:Arial, sans-serif;
    font-size:18px;
    border:2px solid #009fe3;
    background:#009fe3;
    cursor:pointer;
    margin-top:15px;
    border-radius:100%;
}
.plus:hover,.minus:hover{
    background:#000;
    border-color:#000;
    color:#FFF;
}
.input-count{
    width:40px;
    height:40px;
    padding:5px;
    text-align:center;
    line-height:40px;
    float:left;
    margin:0 10px;
    background:#FFF;
    font-size:18px;
    color:#000;
    border:1px solid #CCC;
}
.prod-tab-price{
    width:165px;
    padding-top:15px;
    font-size:18px;
    color:#009fe3;
    text-align:right;
}
.prod-tab-sum{
    padding-top:15px;
    font-size:18px;
    font-weight:500;
    color:#000;
    text-align:right;
}
.firstInput{
background:none;
    font-size:18px;
    font-weight:500;
    color:#000;
    text-align:right;
	width: 100px;
border: 0;
}
.firstInput:hover{
background:none;
}
.order-sum{
    margin:20px 0 40px 0;
    text-align:right;
    font-size:18px;
}
.order-sum b{
    font-size:30px;
}
.order-btn-box{
    overflow:hidden;
    padding:20px 0 40px 0;
}
.order-btn-left{
    float:left;
}
.order-btn-right{
    float:right;
}
.container{
    padding-bottom:20px;
}
.left-bar{
    width:220px;
    float:left;
}
.left-nav ul ul{
    margin:20px 0;
	display:none;
}
.left-nav ul li.active ul{
	display:block;
}
.left-nav ul li{
    margin-bottom:12px;
}
.left-nav ul li a{
    color:#000;
    font-size:18px;
    text-decoration:none;
    text-transform:uppercase;
    font-family: 'Intro';
}
.left-nav ul li.item1.active>a,.left-nav ul li.item1>a:hover{
    color:#05A0E3;
}
.left-nav ul li.item2.active>a,.left-nav ul li.item2>a:hover{
    color:#FF4E00;
}
.left-nav ul li.item3.active>a,.left-nav ul li.item3>a:hover{
    color:#0bea3f;
}
.left-nav ul li.item4.active>a,.left-nav ul li.item4>a:hover{
    color:#C0421A;
}
.left-nav ul li.item5.active>a,.left-nav ul li.item5>a:hover{
    color:#7902B7;
}
.left-nav ul li.item6.active>a,.left-nav ul li.item6>a:hover{
    color:#FFCC00;
}
.left-nav ul li.item7.active>a,.left-nav ul li.item7>a:hover{
    color:#41b62e;
}
.left-nav ul li.item8.active>a,.left-nav ul li.item8>a:hover{
    color:#eb0c2b;
}
.left-nav ul li.item9.active>a,.left-nav ul li.item9>a:hover{
    color:#0c049e;
}
.left-nav ul li.item10.active>a,.left-nav ul li.item10>a:hover{
    color:#FF0033;
}
.left-nav ul li.item11.active>a,.left-nav ul li.item11>a:hover{
    color:#993300;
}
.left-nav ul li li.active>a,.left-nav ul li li a:hover{
    color:#999;
    background:url(../images/icons/arrow-grey.png) no-repeat left 5px;
}
.left-nav ul li ul li a{
    display:block;
    padding-left:20px;
    font-size:14px;
    color:#000;
    font-family: 'Roboto', sans-serif;
    text-transform:none;
    text-decoration:none;
    background:url(../images/icons/arrow-black.png) no-repeat left 5px;
}
.right-bar{
    margin-left:240px;
}
.sort-top{
    overflow:hidden;
    margin-bottom:20px;
}
.sort-top-left{
    float:left;
    max-width:300px;
}
.sort-top-left h2,.sort-top-left h3{
    margin-bottom:5px;
}
.sort-top-right{
    float:right;
}
.select{
    width:216px;
    height:30px;
    font-size:14px;
    color:#000;
    border:2px solid #000;
}
.products-block{
    overflow:hidden;
    padding-bottom:50px;
}
.headline{
    overflow:hidden;
}
.headline .product-box1{
    margin:0 10px 10px 10px;
}
.product-box{
    width:228px;
    height:433px;
    border:1px solid #FFF;
    background:#FFF;
    float:left;
    margin:0 1px 10px 2px;
}
.product-box:hover{
    background:#f7f7f7;
    border-color:#dfdfdf;
}
.product-box:hover .product-img{
    border-color:#dfdfdf;
}
.product-box1{
    width:228px;
    height:300px;
    border:1px solid #FFF;
    background:#FFF;
    float:left;
    margin:0 1px 10px 2px;
}
.product-box1:hover{
    background:#f7f7f7;
    border-color:#dfdfdf;
}
.product-box1 .product-img{
	margin-bottom: 0px;
}
.product-box1:hover .product-img{
    border-color:#dfdfdf;
}
.product-img{
    width:228px;
    height:238px;
    background:#FFF;
    overflow:hidden;
    margin-bottom:6px;
    border-bottom:1px solid #FFF;
}
.product-img a{
    width:228px;
    height:238px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.product-img img{
    max-width:228px;
    max-height:238px;
}
.product-name{
    padding:0 10px;
    height:65px;
    margin-bottom:10px;
}
.product-name a{
    width:208px;
    height:45px;
    display:table-cell;
    vertical-align:bottom;
    text-align:center;
    font-size:13px;
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
    font-family: 'Intro';
}
.product-price{
    text-align:center;
    font-size:24px;
    height:55px;
}
.product-button{
    text-align:center;
}
.products-more{
    width:100%;
    padding:10px 0 40px;
    text-align:center;
}
.pagination{
    padding:24px 0;
    border-top:1px solid #000;
    margin:10px 0;
    overflow:hidden;
}
.pagination-left1{
    float:left !important;
}
.pagination-left1 ul{
    height:34px !important;
    margin:0 !important;
    padding:0 !important;
}
.pagination-left1 ul li{
    float:left !important;
    height:34px !important;
    margin-right:10px !important;
}
.pagination-left1 ul li a{
    color:#000 !important;
    text-decoration:none !important;
    font-size:18px !important;
    font-family: 'Intro' !important;
}
.pagination-left1 ul li.active a,.pagination-left1 ul li a:hover{
    color:#009fe3 !important;
}

.pagination-left ul{
    height:34px;
    margin:0;
    padding:0;
}
.pagination-left ul li{
    float:left;
    height:34px;
    margin-right:10px;
}
.pagination-left ul li a{
    color:#000;
    text-decoration:none;
    font-size:18px;
    font-family: 'Intro';
}
.pagination-left ul li.active a,.pagination-left ul li a:hover{
    color:#009fe3;
}
.pagination-right{
    float:right;
}
.pagination-right ul{
    height:34px;
    margin:0;
    padding:0;
}
.pagination-right ul li{
    height:34px;
    float:left;
    margin-left:10px;
    font-size:14px;
    color:#000;
    line-height:34px;
}
.pagination-right ul li a{
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    display:block;
    border:2px solid #000;
    color:#060209;
    font-size:14px;
    text-decoration:none;
}
.pagination-right ul li.active a,.pagination-right ul li a:hover{
    border-color:#009fe3;
    background:#009fe3;
    color:#FFF;
}
.card-block{

    padding-bottom:40px;
}
.card-top{
    margin-bottom:15px;
}
.card-top-left{
    width:460px;
    float:left;
}
.card-top-right{
    width:380px;
    float:right;
}
.card-prices{
    height:110px;
}
.old-price{
    font-size:24px;
    text-decoration:line-through;
    color:#999;
    margin-bottom:2px;
}
.prod-price{
    font-size:30px;
    color:#000;
}
.card-about{
    font-size:14px;
    padding-top:35px;
}
.card-about p{
    padding-bottom:10px;
}
.guaranty{
    font-size:16px;
}
.card-thumb{
    margin-bottom:20px;
}
.product-about{
    padding-top:40px;
}
.product-about-nav ul{
    height:43px;
}
.product-about-nav ul li{
    height:43px;
    float:left;
    border:1px solid #CCC;
    border-bottom:0;
    margin-right:1px;
}
.product-about-nav ul li a{
    display:block;
    text-decoration:none;
    padding:0 30px;
    height:43px;
    background:#f3f3f3;
    line-height:43px;
    font-size:16px;
    color:#666666;
   /* font-family: 'Intro';*/
}
.product-about-nav ul li a.active{
    height:44px;
    background:#FFF;
    color:#1a4dc1;
}
.product-about div.tabs{
    display:none;
    border:1px solid #CCC;
    background:#FFF;
    padding:45px 50px;
}
.product-about div.tabs.active{
    display:block;
}
.clear{
    width:100%;
	height:1px;
	font-size:1px;
	clear:both;
}
.products-blcont{
text-align:justify;
}
.products-blcont ul, .products-blcont ol{
    margin-left:20px;
    margin-bottom:20px;
}
.products-blcont li {
list-style: none;
padding:2px 0;
padding-left: 25px;
background: url(../images/icons/disc-blue.png) no-repeat left 4px;
}
.order-details-title1{
margin-top: 10px;
margin-bottom: 5px;
}
.spantabs1{
text-align:center;
}
.titlright{
    font-size:22px;
    color:#000;
    text-transform:uppercase;
    margin-bottom:25px;
    font-family: 'Intro';
	font-weight:normal;
}
.fotor{
    color:#F00;
}
.ajaxSearch_paging{
width: 100%;
float: left;
margin-bottom: 5px;
}