
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body.landing {
    padding: 0;
    margin: 0;
    
}
section {position:relative;}
 .clearfix:before,
 .clearfix:after {
    content:"";
    display:table;
}
 .clearfix:after {
    clear:both;
}
 .clearfix {
    zoom:1; /* Õàê äëÿ IE 6 è 7 */
}

 .center {
    width: 1270px;
    margin: 0 auto;
    position: relative;
}

 .center:before,
 .center:after {
    content:"";
    display:table;
}
 .center:after {
    clear:both;
}
 .center {
    zoom:1; /* Õàê äëÿ IE 6 è 7 */
}

body {
    background: #EDEDED;
}

.head-bg {
   height: 295px;
   width: 100%;
   background: url(../img/header.jpg) no-repeat center 0;
   background-size: cover;
   position: absolute;
   top: 0;
   left: 0;
}

.head-bg:after {
    height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #024A70;
    content: "";
}

body>header.center {
    padding-top: 3px;
}

form.search {
    float: right;
    padding-top: 8px;
    position: relative;
    margin-right: 13px;
    width: 377px;
    height: 31px;
}
header #logo {
    float: left;
}
header form.search input[type='text'] {
    border: 0;
    outline: 0;
    background: url(../img/search-str.png) no-repeat;
    width: 377px;
    height: 31px;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 60px;
    font: bold 11px Tahoma;
    color: #353535;
}

header form.search button {
    position: absolute;
    border: 0;
    outline: 0;
    right: 6px;
    background: url(../img/search.png) no-repeat;
    width: 57px;
    height: 25px;
    top: 11px;
    font-size: 11px;
    font-family: "Tahoma";
    color: rgb(150, 102, 0);
    font-weight: bold;
    text-align: center;
}

section.main {
    min-height: 400px;
    border-radius: 10px;
    background: white;
    margin-top: 13px;
    padding: 12px;
}

section.main>header, div.fixed {
  height: 51px;
  background: #0a88b8; /* Old browsers */
  background: -moz-linear-gradient(top,  #0a88b8 0%, #398cb5 42%, #03678e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a88b8), color-stop(42%,#398cb5), color-stop(100%,#03678e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0a88b8 0%,#398cb5 42%,#03678e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0a88b8 0%,#398cb5 42%,#03678e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0a88b8 0%,#398cb5 42%,#03678e 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0a88b8 0%,#398cb5 42%,#03678e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a88b8', endColorstr='#03678e',GradientType=0 ); /* IE6-9 */
  border: 1px solid #4697B6;
  border-radius: 6px;
  padding: 5px 10px;
  box-sizing: border-box;
}
section.main>header .phones, div.fixed .phones {
    width: 406px;
    float: left;
    font: bold 14px/20px Times;
    color: white;
    background: url(../img/phone-bg.png) no-repeat;
    box-sizing: border-box;
    padding-left: 36px;
}

section.main>header .sl_wt, div.fixed .sl_wt {
        width: 224px;
    float: left;
    margin-left: 178px;
}

section.main>header .sl_wt .wt, div.fixed .sl_wt .wt {
    background: url(../img/whatsapp.png) no-repeat;
    font: bold 14px/20px Times;
    color: white;
    padding-left: 29px;
}

section.main>header .sl_wt .skype, div.fixed .sl_wt .skype {
    font: bold 14px/20px Times;
    color: white;
    padding-left: 29px;
    background: url(../img/skype.png) no-repeat;
}

section.main>header .time, div.fixed .time {
    float: right;
    font: bold 14px/20px Times;
    color: white;
    width: 200px;
}

div.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -635px;
    display: none;
    z-index: 1000;
}
section.main .menu {
    margin-top: 17px;
    margin-bottom: 20px;
}
section.main .menu li {
    list-style: none;
    float: left;
    margin-right: 20px;
}
section.main .menu li:last-child {
    margin-right: 0;
}
section.main .menu li a {
    font: 18px/49px Times;
    color: #c9145d;
    background: url(../img/menu-bg.png) no-repeat;
    width: 238px;
    height: 54px;
    display: block;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    padding-left: 60px;
}
section.main .menu li:nth-child(1) a {
   /* font-size: 19px;*/
    
}
section.main .menu li:nth-child(1) a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 38px;
    height: 32px;
    background: url(../img/track.png) no-repeat;
    content: "";
    display: block;
}
section.main .menu li:nth-child(2) a:before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 45px;
    height: 39px;
    background: url(../img/wallet.png) no-repeat;
    content: "";
    display: block;
}
section.main .menu li:nth-child(3) a:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 46px;
    height: 32px;
    background: url(../img/key.png) no-repeat;
    content: "";
    display: block;
}    

section.main .menu li:nth-child(4) a:before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 37px;
    height: 38px;
    background: url(../img/new.png) no-repeat;
    content: "";
    display: block;
} 
section.main .menu li:nth-child(5) a:before {
    position: absolute;
    top: 3px;
    left: 10px;
    width: 37px;
    height: 44px;
    background: url(../img/pay.png) no-repeat;
    content: "";
    display: block;
} 
section.main aside {
    float: left;
    width: 233px;
    padding-left: 1px;
}
section.main aside .module {
    margin-bottom: 30px;
}    
section.main aside .module .caption {
    width: 233px;
    height: 30px;
    font: 18px/26px Times;
    color: #dee0e1;
    padding-left: 40px;
    position: relative;
    box-sizing: border-box;
    background: url(../img/module-title.png) no-repeat;
    margin-bottom: 10px;
}

section.main aside .module .caption:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 16px;
    width: 24px;
    height: 20px;
    background: url(../img/title-before.png) no-repeat;
}

section.main aside .module ul.menu-category {
    list-style: none;
}

section.main aside .module ul.menu-category li {
    padding-left: 15px;
    height: 30px;
    font: 14px/30px Tahoma;
    color: #5d4130;
    border-bottom: dotted 1px #CCCCCC;
    width: 205px;
}

section.main aside .module ul.menu-category li a {
    color: #5d4130;
    text-decoration: none;
}

section.main aside .module ul.menu-category li a:hover {
    text-decoration: underline;
}

section.main aside .module ul.news {
    list-style: none;
}

section.main aside .module ul.news li {
    margin-bottom: 20px;
}

section.main aside .module ul.news .img {
    float: left;
    width: 80px;
    height: 120px;
	max-width: 80px;
	max-height: 120px;
}

section.main aside .module ul.news .cont {
    float: right;
    width: 145px;
    position: relative;
    height: 120px;
}
section.main aside .module ul.news .cont h4 {
	font-weight: bold;
} 
section.main aside .module ul.news .cont p {
    height: 70px;
    overflow: hidden;
    text-overflow:ellipsis;
}
section.main aside .module ul.news .cont a.more {
    background: url(../img/more.png) no-repeat;
    width: 111px;
    height: 21px;
    font: bold 11px/18px Tahoma;
    color: #ffffff;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
}

section.main article {
    width: 1006px;
    margin-left: 30px;
    float: left;
}

section.main article ul.products {
    list-style: none;
    margin: 20px 0;
}

section.main article ul.products li {
    width: 226px;
	height: 300px;
    margin-right: 26px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    padding: 10px;
    float: left;
    margin-bottom: 20px;
	border-radius: 5px;
    background: #F8F7F7;
}
section.main article ul.products li:hover {
-webkit-box-shadow: 0px 0px 15px 0px rgba(36, 0, 0, 0.5);
-moz-box-shadow:    0px 0px 15px 0px rgba(36, 0, 0, 0.5);
box-shadow:         0px 0px 15px 0px rgba(36, 0, 0, 0.5);
}

section.main article ul.products li a.img {
	width: 205px;
	height: 167px;
	margin: 5px auto;
	text-align: center;
	display: block;
	line-height: 167px;
	
}
section.main article ul.products li a.img  img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 167px;
	height: auto;
	border-radius: 5px;
}

section.main article ul.products li:nth-child(4n + 4) {
    margin-right: 0;
}

section.main article ul.products li h3 a {
    width: 200px;
    max-height: 30px;
    min-height: 30px;
    margin: 0 auto;
    display: block;
    /*white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;*/
    text-align: center;
    color: #c9145d;
    font: bold 12px Tahoma;
    overflow: hidden;
    
}

section.main article ul.products li .price {
    color: red;
    font: bold 21px Tahoma;
}

section.main article ul.products li p.credit {
    font-weight: bold;
    cursor: pointer;
	text-align: center;
}

#fignya {
    width: 100%;
    background: #F7F9EA;
    padding: 10px;
    box-sizing: border-box;
    font: 11px Tahoma;
    color: #000;
}

#fignya p {
    margin: 20px 0;
}

#fignya h1 {
    font: bold 11px Tahoma;
    color: #868770;
}

.module .banneritem {
	text-align: center;
}

.module-google {
	text-align: center;
}

h1, #vmMainPage>h3, .contentheading {
	font: bold 25px Times;
	color: #c9145d;
}
p {text-align: justify; }
#vmMainPage table .productPrice {
font-weight: bold;
white-space: nowrap;
color: red;
font-size: 22px;
padding: 20px 0;
display: block;
}

.module-main h2 {
	font: bold 25px Times;
	color: #c9145d;
	text-align: center;
}

.nivoSlider {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(36, 0, 0, 0.5);
-moz-box-shadow:    0px 0px 5px 0px rgba(36, 0, 0, 0.5);
box-shadow:         0px 0px 5px 0px rgba(36, 0, 0, 0.5);
}

.nivoSlider img, .nivo-main-image {
	
}

.article-rel-wrapper h2 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}

.createdate {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog p {
    text-align: justify;
}

.intro-article-content {
    border-bottom: 1px solid black;
}

strong {
    font-weight: bold;
}

span.product-Old-Price {
    display: block;
}

.langs {
    position: absolute;
    right: 407px;
    top: 9px;
}

.langs li {
    list-style: none;
    line-height: 19px;
    list-style: none;
line-height: 19px;
float: left;
margin-right: 8px;
}

.module:nth-child(4) .menu-category li:nth-child(1) a, .module:nth-child(4) .menu-category li:nth-child(2) a,  .module:nth-child(4) .menu-category li:nth-child(3) a, .module:nth-child(4) .menu-category li:nth-child(4) a {
		color: red !important;
	} 