html, body, img, form {margin: 0px; padding: 0px; border: none;}
html, body {height:auto;}
iframe html,iframe body {height:auto;}
body, td, p, span, div {font: 14px Regular, Tahoma, sans-serif; color: #000000;}
a{text-decoration: underline; color: #0a84bd;}
a:hover{text-decoration: none; color: #0a84bd;}
.clear {clear:both;}
td {vertical-align: middle!important; text-align: center;}
th {text-align: center; vertical-align: middle!important;}


.main-cont {
    width:1280px;
    margin:0 auto;
    min-height:100%;
}

#contact_number{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -15px;
}

/* header */
.header {
    height: 340px;
}
#logo{
    float: left;
    padding-left: 20px;
    padding-top: 15px;
}
#logo_text{
    position: absolute;
    top: 80px;
    left: 45px;
    color: #ACACAC;
    /* font-stretch: condensed; */
    font-weight: bold;
    /* font-size: large; */
    text-align: -webkit-center;
} 
#phone{
    float: left;
    font-size: 26px;
    margin-left: 90px;
    padding-top: 42px;
    width: 200px;
}
#phone span{
    background: transparent url("../images/online.png") no-repeat scroll left 13px;
    float: left;
    width: 200px;
    padding-top: 15px;
    padding-left: 32px;
    display: inline-block;
    height: 40px;
}
#phone span a{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
#phone span a:hover{
    border-bottom: none;
}
#work{
    background: transparent url("../images/time.png") no-repeat scroll 7px 50px;
    float: left;
    margin-left: 70px;
    padding-left: 40px;
    padding-top: 48px;
    width: 200px;
}
#work span{
    float: left;
    width: 180px;
    margin-bottom: 4px;
}
#callback{
background: transparent url("../images/call-me-back1.jpg") no-repeat scroll;
float: left;
margin-left: 40px;
padding-left: 20px;
padding-top: 48px;
width: 200px;
height: 30px;
margin-top: 50px;
}
#basket{
    float: right;
    height: 79px;
    margin-right: 20px;
    margin-top: 40px;
    width: 200px;
}
.basket-outer {
	height:100%;
    background: transparent url("../images/basket.jpg") no-repeat scroll left 0;
	float:left;
    padding-bottom: 6px;
    border-radius: 5px;
}
.payments {margin-top:10px;display:flex;float: left;    justify-content: space-between;    width: 100%;    align-items: center;}
.payments img {width:42px;}
.payments img.credit {width:auto; height:33px;}
#basket span{
    float: left;
    width: 120px;
    margin-left: 78px;
    margin-top: 5px;
}
#basket span b{
    font-size: 16px;
    display: inline-block;
    margin-top: 3px;
    margin-left: -1px;
}
#menu-srch{
    height: 155px;
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 30px;
	margin-bottom: 10px;
    background: url("../images/bg_parent_menu.jpg") repeat-x scroll left top transparent;
    border-radius: 5px;
}
#menu{
    width: 1240px;
    height: 60px;
    background: url("../images/bg_menu.jpg") repeat-x scroll left top transparent;
    border-radius: 5px;
    box-shadow: 0 2px 5px #aa282e;
}
#menu ul{
    padding: 0;
    margin: 0;
}
#menu ul li{
    list-style: none;
    float: left;
    padding: 19px 0;
    background: url("../images/menu_separator.jpg") no-repeat scroll left top transparent;
}
#menu ul li.first{
    background: none;
}
#menu ul li a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 20px;
}
#menu ul li.active a{
    font-weight: bold;
    color: #bf2d34;
}
#menu ul li a:hover{
    color: #bf2d34;
}


#search-form{
    padding: 20px 0 0;
    width: 1000px;
}
.input-src{
    border: medium none;
    border-radius: 4px;
    color: #000000;
    padding: 10px 25px;
    width: 1000px;
    box-shadow: 0 2px 5px #aa282e;
}
.button-src{
    border: medium none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 18px;
    margin-right: 20px;
    margin-top: -27px;
    position: relative;
    width: 18px;
    z-index: 1000;
    background: url("../images/search.png") no-repeat scroll left top transparent;
}
.button-src:hover{
    background-color: none!important;
}

#reg{
    color: #fff;
    float: right;
    margin-top: -35px;
}
#reg span{
    background: transparent url("../images/reg.png") no-repeat scroll left 5px;
    display: inline-block;
    height: 25px;
    margin-bottom: -4px;
    padding-right: 25px;
    width: 15px;
}
#reg a {
    border-bottom: 1px dashed #fff;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
#reg a:hover {
    border-bottom: none;
}

/* left col */
.left-col {
    border-left: 2px solid #d3d3d3;
    float: left;
    overflow: hidden;
    padding-left: 15px;
    width: 400px;
}
.left-col ul{
    padding: 0;
    margin: 0;
}
.left-col ul li{
    border-bottom: 1px solid #d3d3d3;
    /*float: left;*/
    line-height: 30px;
    list-style: outside none none;
}
.left-col ul li.active{
    background: transparent url("../images/left_menu_bg.png") repeat-x scroll left top;
    border-bottom: none;
    margin-top: -1px;
}
#ac-l{
    background: transparent url("../images/left_menu_l.png") no-repeat scroll left top;
    width: 12px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-left: -12px;
}
#ac-r{
    background: transparent url("../images/left_menu_r.jpg") no-repeat scroll left top;
    width: 5px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-left: -5px;
}
.left-col ul li.last{
    border-bottom: none;
}
.left-col ul li a{
    color: #000;
    display: inline-block;
    text-decoration: none;
    width: 335px;
    float: left;
    padding-left: 3px;
}
.left-col ul li.active a{
    color: #fff;
}

.conteiner1 {
    width:100%;
    float: left;
}
#green{
    margin-bottom: 50px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	border: 1px solid #33893d;
    border-radius: 5px;
}
#green span {
    
    color: #33893d;
    font-size: 20px;
    font-weight: bold;
}

/* center col */
.center-col {
    width:880px;
    float:left;
    *overflow:hidden;
}
.center-col .padding {
    padding-bottom: 30px;
    padding-left: 20px;
}
.vid{
    color: #33893d;
    font-size: 20px;
    border-left: 2px solid #33893d;
    padding-left: 15px;
    font-style: italic;
    margin: 30px 0;
}
#crumbs{
    color: #797979;
}
.conteiner1 h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.conteiner1 h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px !important;
}
.news-block{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.news-block-name{
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.news-block-date{
    color: #797979;
    float: right;
    font-size: 12px;
    height: 21px;
    padding-left: 28px;
    padding-top: 3px;
    background: transparent url("../images/calend.jpg") no-repeat scroll left top;
}
.news-block-content{
    float: left;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    padding-top: 10px;
}
#contacs{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#contacs-adres{
    float: left;
    width: 30%;
    background: transparent url("../images/map.jpg") no-repeat scroll left top;
    padding-left: 25px;
}
#contacs-phone{
    float: left;
    width: 30%;
    background: transparent url("../images/phone.jpg") no-repeat scroll left top;
    padding-left: 30px;
}
#contacs-mail{
    float: left;
    width: 30%;
    background: transparent url("../images/mail.jpg") no-repeat scroll left top;
    padding-left: 35px;
}

.thumbnail{
    margin-bottom: 30px!important;
    border-radius: 0px!important;
}
.thumbnail > img{
    margin-top: 20px!important;
}
.thumbnail .caption {
    margin: 10px 0;
    text-align: center;
}

.mar-input{
    margin-top: 6px;
}
.button{
    display: inline-block;
    height: 45px;
    background: transparent url("../images/button_bg.jpg") repeat-x scroll left top;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: bold;
    float: left;
    font-size: 16px;
    padding: 0 30px;
}
#but-l{
    background: transparent url("../images/button_left.jpg") repeat-x scroll left top;
    float: left;
    width: 5px;
    height: 45px;
    display: inline-block;
}
#but-r{
    background: transparent url("../images/button_right.jpg") repeat-x scroll left top;
    float: left;
    width: 5px;
    height: 45px;
    display: inline-block;
}

.img-select{
    background: url(../images/select.jpg) no-repeat right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
}
.tdimg{
    margin-right: 20px;
}
.row-sort{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.count{
    float: left;
    margin-right: 40px;
    padding-top: 15px;
    width: 190px;
}
.sort{
    float: left;
    margin-right: 40px;
    padding-top: 15px;
    width: 250px;
}
.count-select{
    float: right;
    margin-top: -8px;
    width: 70px;
}
.sort-select{
    float: right;
    margin-top: -8px;
    width: 120px;
}

.pagination > li > a, .pagination > li > span{
    margin: 0 3px!important;
    border-radius: 3px!important;
}
.pagination li.active a{
    background-color: #33893d!important;
}
.pagination li a{
    color: #000000;
}
#for-page{
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}

.spec{
    background: transparent url("../images/bg_spec.png") repeat-x scroll left top;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	z-index: 920;
	position: absolute;
}
.new{
    background: transparent url("../images/bg_new.jpg") repeat-x scroll left top;   
	color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	z-index: 920;
	position: absolute;
}


.top_month{
    background: transparent url("../images/bg_month.jpg") repeat-x scroll left top;   
	color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	z-index: 920;
	position: absolute;
}

.best-moto{
    background: transparent url("../images/bg_moto.jpg") repeat-x scroll left top;   
	color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	z-index: 920;
	position: absolute;
}

.bestprice{
    background: transparent url("../images/bg_best.jpg") repeat-x scroll left top;    
color: #fff;   
 font-size: 13px;   
 padding: 4px 12px;   
 float: left;   
 margin-top: -2px;  
  margin-left: -10px;
	z-index: 920;
	position: absolute;
}
.spec2 {    margin-left: 0px!important;}

.trid{
    background: transparent url("../images/bg_new.jpg") repeat-x scroll left top;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: right;
    margin-top: -2px;
    right: 0px;
	z-index: 920;
	position: absolute;
}

.sold {
    background: #0a84bd;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: right;
    margin-top: -2px;
    right: 0px;
	z-index: 920;
	position: absolute;
}
.trid2{
    margin-left: 0px!important;
}

.top_russia{
    background: transparent url("../images/bg_russia.jpg") repeat-x scroll left top;   
	color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: left;
    margin-top: -2px;
    margin-left: -10px;
	z-index: 920;
	position: absolute;
}


.videoelem{
    background: transparent url("../images/bg_video.jpg") repeat-x scroll left top;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    float: right;
    margin-top: +25px;
	right: 0px;
	z-index: 920;
	position: absolute; 
}
.videoelem2{
    margin-left: 0px!important;
}

.caption-catalog{
    float: left;
    padding: 0 5px;
    width: 100%;
}
.caption-catalog span{
    color: #919191;
    float: left;
    font-size: 13px;
    font-style: italic;
    margin: 8px 0;
    width: 100%;
}
.caption-price{
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
}
.sale{
    font-size: 14px;
    margin-right: 10px;
    text-decoration: line-through;
}
.sale-price{
    color: #c11212;
    font-size: 20px;
    font-weight: bold;
}
.price{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.home-h {
    font-size: 30px !important;
    font-weight: normal !important;
}
a.home-h {
    font-size: 12px !important;
    font-weight: normal !important;
    display: inline-block;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #d1d2d3;
    border-radius: 12px 12px 0px 0px;
    padding: 10px;
    background: #f4f4f4;
    margin-left: -5px;
}
a.home-h.active {
    background: white;
    color: #dd282f;
    border-bottom: none;
}
.home-h a{
    font-size: 14px !important;
    margin-left: 10px;
}
.accardeon-a{
    background: transparent none repeat scroll 0 0 !important;
    font-weight: bold;
    margin-top: 10px;
    padding: 0 !important;
    border-radius: 0!important;
    border-bottom: 1px dashed #000000;
}

#element{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
#element-l{
    float: left;
    width: 50%;
}
#element-r{
    float: left;
    margin-left: 3%;
    width: 47%;
}

#text-block{
    float: left;
    width: 100%;
}
#text{
    float: left;
    width: 60%;
}
#video{
    float: right;
    text-align: right;
    width: 100%;
}
#video div{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#video-line h2{
    float: left;
    margin-bottom: 15px!important;
}
#video-line a{
    float: right;
    margin-top: 10px;
}
#articul{
    color: #919191;
    font-size: 13px;
    font-style: italic;
}
#detal-price{
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}
#kol-add{
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
#kol{
    float: left;
    font-style: italic;
}
#add{
    float: right;
}
#tex{
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
}
.tex-block{
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.tex-l{
    float: left;
    width: 50%;
}
.tex-r{
    float: left;
    width: 50%;
}

/* footer */
.footer {
    width:1280px;
    margin:0 auto;
    position:relative;
}
.footer-b {
    background-color: #fff;
    border-top: 3px solid #bf2d34;
    height: 220px;
    left: 0;
    padding: 25px;
    position: absolute;
    top: 30px;
    width: 100%;
}
#copy{
    float: left;
    width: 235px;
}
#but-menu{
    float: left;
    width: 240px;
	margin-left: 80px;
}
#but-menu ul{
    margin: 0;
    padding: 0;
}
#but-menu ul li{
    line-height: 24px;
    list-style: outside none none;
}
#but-menu ul li a{
    color: #000;
	font-size: 8pt;
}
#but-contact{
    float: left;
    width: 240px;
	margin-left: 80px;
}
#but-contact span{
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 21px;
}
.icon{
    display: inline-block;
    height: 28px;
    margin-right: 7px;
    width: 28px;
}
#s_g{
    background: url("../images/soc_google.jpg") no-repeat scroll left top transparent;
}
#s_t{
    background: url("../images/soc_twit.jpg") no-repeat scroll left top transparent;
}
#s_v{
    background: url("../images/soc_vk.jpg") no-repeat scroll left top transparent;
}
#s_f{
    background: url("../images/soc_fb.jpg") no-repeat scroll left top transparent;
}
#s_o{
    background: url("../images/soc_klass.jpg") no-repeat scroll left top transparent;
}
#metrika{
    float: right;
    width: 210px;
}






/* ------------------ slider ------------------ */
#slider-wrap{
    width:660px;
    margin-bottom: 50px;
}
#slider{
    width:865px;
    height:380px;
	margin-left: -15px;
	text-align: center;
    overflow: hidden;
    position:relative;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.slide{
    width:100%;
    height:100%;
}
.sli-links{
    float: right;
    margin-right: 25px;
    margin-top: -33px;
    z-index: 10000;
    position: relative;
}
.sli-links .control-slide{
    margin:4px;
    display:inline-block;
    width:10px;
    height:10px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../images/slider-no-activ.png) center bottom no-repeat;
}
.sli-links .control-slide:hover{
    cursor:pointer;
    background:url(../images/slider-activ.png) center bottom no-repeat;
}
.sli-links .control-slide.active{
    background:url(../images/slider-activ.png) center bottom no-repeat;
}
#prewbutton, #nextbutton{
    display:none;
    width:30px;
    height:100%;
    position:absolute;
    top:0;
    overflow:hidden;
    text-indent:-999px;
    z-index:3;
    outline:none !important;
}
#prewbutton{
    left:0px;
    background:url(../images/slider-l.jpg) right center no-repeat;
}
#nextbutton{
    right:0px;
    background:url(../images/slider-r.jpg) right center no-repeat;
}
.slide-head{
    color: #33893d;
    font-size: 18px;
    font-weight: bold;
    left: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 25px;
}
/* ------------------ carousel ------------------ */
.d-carousel .jcarousel-container {
    display: block;
    *overflow: hidden;
    margin-bottom: 20px;
}
.d-carousel .jcarousel-item {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    width: 210px;
    margin-right: 10px;
}
.d-carousel .jcarousel-container-horizontal {
    width: 870px;
	margin-left: 0px;
}
.d-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: -50px;
    left: 250px;
    width: 30px;
    height: 31px;
    cursor: pointer;
    background: transparent url(../images/tovar_right.jpg) no-repeat top right;
}
.d-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: -50px;
    left: 220px;
    width: 33px;
    height: 31px;
    cursor: pointer;
    background: transparent url(../images/tovar_left.jpg) no-repeat top left;
}
/* ------------------ gallery ------------------ */
#large {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
    background: url(../images/ajax-loader.gif) no-repeat 50% 40%;
}
#large img {
    width: 100%;
    /*height: 300px;*/
}
#thumbnail {
    float: left;
    list-style: outside none none;
    padding: 0;
	
    width: calc(100% + 10px);
}
#thumbnail li {
    float: left;
    margin: 5px;
}
#thumbnail a {
    border: 1px solid #ccc;
    display: block;
    height: 70px;
    padding: 3px;
    width: 70px;
}
#thumbnail li.active a {
    border-color: #33893d;
    border-width: 2px;
}
#thumbnail a:hover {
    border-color: #000;
}

.row2{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.row.row2{
    display: none;
    position: relative;
}
.row.row2 a.viewall{
    position: absolute;
    bottom: 15px;
    right: 10px;
}
.row.row2.active{
    display: block;
}



#contact_number img{
	margin: 0 7px 0px 13px;
}

#contact_number {
	position:relative;
	left: 0px;
	top: -24px;
}

.netmoney{
    position: relative;
    left: -210px;
    top: -32px;
}

.delivery{
	float: left;
    padding-top: 10px;
    text-align: right;
    width: 100%;
	font-size: 10px;
	padding-right:4px;
}

#menu-srch {
	margin-top:0px;
}

#basket {
	height:110px;
}

#contact_number {
	margin-top:0px;
}

.headertop {
    margin-top: 0px;
    position: absolute !important;
    right: 0px;
}

/*--------------*/

.left-col {
    padding-left: 0;
    border-left: none;
}

.root_menu_subsection {
    border: 2px solid #dd282f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.root_menu_subsection .root_menu_subsection_title {
    background: #dd282f;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.root_menu_subsection ul {
    padding: 0 0 0 15px;
}

.center-col {
    padding-left: 20px;
}

#slider{
    width: 855px;
}
.loader {position: absolute;top:0;right:0;left:0;bottom:0;    background: rgba(255,255,255,0.8);    z-index: 1000;}
.loader:after {
    content: '';
    position: absolute;
    margin:auto;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 4px solid #f4f4f4;
    border-top-color: #ff1c1e;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 1001;
    left: 0;
    top: 50px;
    right: 0;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.btn_fast {margin-top:10px;margin-bottom:10px;background: #fff;color:#919191;border: 1px solid;}
.btn_fast:hover {color: #e02d35;}

@media (max-width: 1025px) {
	.payments {display: none;}
}