/* -- { reset  -- */
html, body {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}
html, body, div, a, p, span, h1, h2, h3, h4, h5, h6, img, ul, li {
    margin:0;
    padding:0;
}
img {
    border:none;
}
a {
    text-decoration: none;
}
/* -- reset } -- */
/* -- { main -- */
body {
    font-family: "Open Sans",Helvetica,Arial,sans-serif, Calibri, sans-serif;
    background: #000000;
    box-sizing: border-box;
}

#main {
    width: 810px;
    height: 100%;
    margin:0 auto;
    padding-top:30px;
}
#header, #footer {
    width: 810px;
}
#header img, #footer img {
    width: 100%;
}
#list {
    display: block;
    list-style-type: none;
    padding:20px 0;
    padding-left: 5px;
}
#list li.product {
    display: inline-table;
    width: 225px;
    margin:10px 10px 25px 10px;
    border-radius: 25px;
    padding: 10px;
    background: #000000;
    /* box-shadow: 1px 2px 1px #2ebfb8, 1px 1px 4px #ffffff; */
    box-shadow: 0 0 13px 1px #003e93, inset 0 0 14px #003e93, 0 0 5px 0px #003e93, inset 0 0 7px 0px #003e93;
    border: 1px solid #7f91b6;
}
#list li.banner {
    display: block;
    margin:0 20px 30px 0;
}
.noMarginRight {
    margin-right: 0 !important;
}
#list li a {
    display: block;
    position: relative;
}
#list li a img {
    width: 100%;
}
#list li.banner img {
    width: 100%;
}
#list li p {
    line-height: 100%;
    color: #ffffff;
    font-size: 14px;
}
#list li p.description {
    color: #d9d9d9;
    padding-top: 10px;
    line-height: normal;
}
#list li p.title {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    line-height: normal;
}
.priceBox {
    float:left;
    margin-top: 10px;
    width: 59%;
}
#list li p.oldPrice {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
#list li p.oldPrice:before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 49%;
    border-bottom: 1px solid #ffffff;
}
#list li p.price {
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    line-height: 100%;
}


#list li p.oldPrice sup, #list li p.price sup {
    font-size: 11px;
    font-weight: 400;
}
.discount {
    float:right;
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    z-index: 2;
    display: table;
}


.discountSpecial {
    float:right;
    position: relative;
    width: 80px;
    height: 80px;
    z-index: 1;
}
.discount span {
    z-index: 3;
}
.discount img, .discountSpecial img {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.discount span {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 100%;
}
.sameHeight {
    display: block;
}
.maska, .maskb, .maskc, .maskd, .mask1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 243px;
    background: url('img/mask1.png') no-repeat 0 0;
    background-size: 226px 228px;
}
.maskb {
    background: url('img/mask2.png') no-repeat 0 0;
    background-size: 226px 228px;
}
.maskc {
    background: url('img/mask3.png') no-repeat 0 0;
    background-size: 226px 228px;
}
.maskd {
    background: url('img/mask4.png') no-repeat 0 0;
    background-size: 226px 228px;
}
.mask1 {
    background: url('img/mask5.png') no-repeat 0 0;
    background-size: 226px 228px;
}

.celMaiMicPret {
    max-width: 225px;
}

.celMaiMicPret img {
    padding-top: 10px;
    width: 100%;
}
/* --  main } -- */