@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic');


body {
    margin: 63px auto 0 auto;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    min-width: 240px;
    max-width: 1920px;
}

.BodyAbs {
    margin: 64px 0 0 0;
}

textarea, input {
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333;
}

*:focus {
    outline: none;
}

a:link {
    color: #992255;
    text-decoration: none;
    border-bottom: 0;
}

a:active {
    color: #FF5522;
    text-decoration: none;
}

a:visited {
    color: #992255;
    text-decoration: none;
    border-bottom: 0;
}

a:hover {
    color: #FF5522;
    text-decoration: none;
}

.b, b, strong {
    font-weight: 700;
}

.Clear, .CB {
    clear: both;
}

#OverBody {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
}

#AggregateOffer, #BreadcrumbList {
    display: none;
}

#SuperTop {
    margin: 72px 0 0 0;
    color: #ffffff;
    background-color: #ff5522;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    text-align: center;
}

#RussianLaw {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    /*padding: 15px 20px 5px 20px;
    color: #666666;*/
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    /*margin-bottom: 20px;*/
    border: 1px solid transparent;
    border-radius: 4px;
}

#ILoveRussianLaw {
    display: inline-block;
    vertical-align: top;
    color: #992255;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 5px 10px;
    border-radius: 36px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

#ILoveRussianLaw:hover {
    color: #ffffff;
    background-color: #992255;
}

#Top {
    z-index: 888;
    top: 0;
    right: 0;
    left: 0;
    height: 72px;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.96);
}

.TopAbs {
    position: absolute;
}

.TopFix {
    position: fixed;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.Top {
    display: inline-block;
    height: 30px;
    margin: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
}

.Top a {
    color: #992255;
}

.Top a:hover {
    color: #FF5522;
}

#VinoWineRuRank {
    display: none;
    position: absolute;
    top: 24px;
    left: 0px;
    z-index: 19;
    width: 150px;
    padding: 10px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    line-height: 15px;
    /* color: #992255; */
    text-shadow: 1px 1px 1px #ffffff;
}

#VinoWineRuRank span {
    white-space: nowrap;
}

#HomeOneBanner {
    background-color: #ffffff;
    height: 400px;
    width: calc(100%);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: table;
    border-collapse: collapse;
}

#HomeOneBanner div {
    height: 360px;
    width: calc(100% - 40px);
    padding: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    /* text-transform: uppercase; */
    text-shadow: 0 0 54px #000000, 0 0 54px #000000, 0 0 54px #000000;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

#BannersTop {
    background-color: #992255;
    height: 354px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#BannersTopD {
    height: 354px;
    padding: 0 0 40px 0;
    /* white-space: nowrap; */
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.BannersTop {
    position: relative;
    background-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
    width: calc(33%);
    height: 300px;
    background-repeat: no-repeat, repeat;
    background-size: auto 100%, auto;
    background-position: 50%;
}

a:nth-of-type(3n-1) .BannersTop {
    width: calc(34%);
}

.BannersTop div {
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
    font-weight: 700;
}

#BannersTopBtn {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    height: 14px;
    width: 14px;
    display: block;
    margin: 0 auto;
    padding: 10px 15px;
    border-radius: 36px;
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.BannersTopBtn {
    color: #992255;
    bottom: 10px;
    box-shadow: 0 0 10px 0px #f0f0f0;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M16%2C24.75%20L0%2C8.75%20L1.5%2C7.25%20L16%2C21.75%20L30.5%2C7.25%20L32%2C8.75%20L16%2C24.75%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.BannersTopBtn:hover, .BannersTopBtnHover {
    background-color: #FF5522;
}

.BannersTopBtnOn {
    box-shadow: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M16%2C7.25%20L0%2C23.25%20L1.5%2C24.75%20L16%2C10.25%20L30.5%2C24.75%20L32%2C23.25%20L16%2C7.25%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.BannersTopBtnOn:hover {
    background-color: #FF5522;
}

#BannersTopBg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 54px;
    display: block;
    cursor: pointer;
}

.BannersTopBg {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%2C%200%2C%2054%2C%2054%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2227%22%20y1%3D%220%22%20x2%3D%2227%22%20y2%3D%2254%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F0F0F0%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F0F0F0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0%20L54%2C0%20L54%2C54%20L0%2C54%20L0%2C0%20z%22%20fill%3D%22url(%23Gradient_1)%22%2F%3E%3C%2Fsvg%3E");
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%2C%200%2C%2054%2C%2054%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2227%22%20y1%3D%220%22%20x2%3D%2227%22%20y2%3D%2254%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F0F0F0%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F0F0F0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0%20L54%2C0%20L54%2C54%20L0%2C54%20L0%2C0%20z%22%20fill%3D%22url(%23Gradient_1)%22%2F%3E%3C%2Fsvg%3E");
    cursor: auto;
}

.BannersTopBgOn {
    background-image: none;
}

#HomeFeats {
    padding: 30px;
    margin: 10px 0 0 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #f0f0f0;
    background-color: #BB4477;
    border-radius: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#HomeFeatsH h1 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.HomeFeats {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    width: calc(20% - 40px);
    max-width: 240px;
    padding: 70px 0 0 0;
    font-size: 13px;
    line-height: 16px;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.HomeFeats:nth-of-type(2) {
    background-image: url(home_feats_1.png);
}

.HomeFeats:nth-of-type(3) {
    background-image: url(home_feats_2.png);
}

.HomeFeats:nth-of-type(4) {
    background-image: url(home_feats_3.png);
}

.HomeFeats:nth-of-type(5) {
    background-image: url(home_feats_4.png);
}

.HomeFeats:nth-of-type(6) {
    background-image: url(home_feats_5.png);
}

.HomeFeats div:first-of-type {
    font-size: 14px;
    font-weight: 700;
}

#HomeFeatsMore {
    margin: 20px auto 0 auto;
}

.HomeFeatsMore {
    display: inline-block;
    vertical-align: top;
    background-color: #f0f0f0;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 15px;
    border-radius: 15px;
    text-shadow: none;
}

#TopBigMac {
    position: fixed;
    z-index: 889;
    top: 0;
    left: 0px;
    margin: 18px;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-size: 16px 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.TopBigMacOff {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M0%2C0%20L16%2C0%20L16%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C14%20L16%2C14%20L16%2C16%20L0%2C16%20L0%2C14%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C7%20L16%2C7%20L16%2C9%20L0%2C9%20L0%2C7%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
}

.TopBigMacOff:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M0%2C0%20L16%2C0%20L16%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M0%2C14%20L16%2C14%20L16%2C16%20L0%2C16%20L0%2C14%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M0%2C7%20L16%2C7%20L16%2C9%20L0%2C9%20L0%2C7%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.TopBigMacOn {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.TopBigMacOn:hover {
    background-color: #FF5522;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

#Search {
    position: fixed;
    z-index: 895;
    top: 18px;
    left: 72px;
    height: 36px;
    width: 396px;
}

#SearchInput {
    width: calc(100% - 82px);
    border: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    padding: 9px 21px 9px 59px;
    border-radius: 36px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M11.872%2C10.458%20L15.707%2C14.293%20C16.098%2C14.683%2016.098%2C15.317%2015.707%2C15.707%20C15.317%2C16.098%2014.683%2C16.098%2014.293%2C15.707%20L10.458%2C11.872%20L11.872%2C10.458%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C2%20C4.239%2C2%202%2C4.239%202%2C7%20C2%2C9.761%204.239%2C12%207%2C12%20C9.761%2C12%2012%2C9.761%2012%2C7%20C12%2C4.239%209.761%2C2%207%2C2%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    border: solid 1px #992255;
    background-size: 16px 16px;
    background-position: 22px 50%;
    background-repeat: no-repeat;
}

#SearchIcon {
    display: none;
}

#SearchClose {
    display: none;
    z-index: 896;
    position: fixed;
    top: 20px;
    left: 434px;
    margin: 0px;
    width: 16px;
    height: 16px;
    border-radius: 72px;
    border: solid 8px #ffffff;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#SearchClose:hover {
    background-color: #FF5522;
}

#SearchFastResults {
    display: none;
    position: fixed;
    z-index: 894;
    top: 54px;
    left: 72px;
    height: 70px;
    max-height: calc(100% - 48px - 72px);
    width: 396px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

#SearchFastResultsD {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 0 0;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
}

.SearchFastResults {
    line-height: 14px;
    font-size: 14px;
    min-height: 26px;
    margin: 0 22px 22px 22px;
}

.SearchFastResultsGood {
    padding: 0 0 0 19px;
    background-image: url(searchbottle.svg);
    background-size: 8px 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.SearchFastResultsGood:hover {
    background-image: url(searchbottleact.svg);
}

.SearchFastResultsName {
    min-height: 14px;
    line-height: 14px;
    font-size: 14px;
}

.SearchFastResultsPrice {
    float: right;
    min-height: 14px;
    padding: 0 0 0 22px;
}

.SearchFastResultsRname {
    min-height: 12px;
    line-height: 12px;
    font-size: 12px;
    height: 12px;
    color: #cccccc;
}

.SearchFastResultsCount {
    float: right;
    min-height: 12px;
    padding: 0 0 0 22px;
}

.SearchFastResults:first-of-type {
    margin-top: 22px;
}

.SearchFastResults:hover, .SearchFastResultsAct div a {
    /* background-color: #f0f0f0; */
    color: #FF5522;
}

.SearchFastResults div a:focus {
    outline: none;
    color: #FF5522;
}

.SearchFastResults div:nth-of-type(4) {
    clear: right;
    float: right;
}

.SearchFastResultsAll {
    border-top: solid 1px #f0f0f0;
    padding: 22px;
    text-align: center;
}

#TopLogo {
    display: inline-block;
    vertical-align: top;
    width: 155px;
    margin-top: 20px;
}

#TopLogo img {
    width: 100%;

}

#TopLogo div {
    margin-top: -4px;
    margin-left: 20px;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    color: #333333;
}

#Favorite {
    position: absolute;
    top: 0;
    left: 468px;
    width: 72px;
    height: 72px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2016%2C%2014%22%3E%3Cpath%20d%3D%22M11.5%2C0%20C13.985%2C0%2016%2C2.015%2016%2C4.5%20C16%2C6.909%2014.543%2C9.167%2012.16%2C11.262%20C11.356%2C11.968%2010.499%2C12.607%209.642%2C13.168%20C9.342%2C13.365%209.062%2C13.539%208.81%2C13.688%20C8.656%2C13.779%208.543%2C13.843%208.478%2C13.879%20C8.173%2C14.044%207.805%2C14.04%207.504%2C13.868%20C7.44%2C13.832%207.327%2C13.765%207.174%2C13.67%20C6.923%2C13.515%206.644%2C13.335%206.345%2C13.132%20C5.49%2C12.552%204.635%2C11.899%203.834%2C11.183%20C1.454%2C9.058%200%2C6.826%200%2C4.5%20C0%2C2.015%202.015%2C0%204.5%2C0%20C6.235%2C0.039%206.861%2C0.614%208%2C1.753%20C8.868%2C0.556%2010.096%2C0.141%2011.5%2C0%20z%20M4.5%2C2%20C3.119%2C2%202%2C3.119%202%2C4.5%20C2%2C6.112%203.171%2C7.911%205.166%2C9.692%20C5.896%2C10.343%206.682%2C10.944%207.468%2C11.477%20C7.912%2C11.772%207.73%2C11.655%208.011%2C11.833%20C8.284%2C11.667%208.105%2C11.778%208.546%2C11.496%20C9.329%2C10.982%2010.112%2C10.399%2010.84%2C9.759%20C12.832%2C8.008%2014%2C6.198%2014%2C4.5%20C14%2C3.119%2012.881%2C2%2011.5%2C2%20L10.996%2C2.051%20C9.767%2C2.41%209.126%2C3.249%209%2C4.5%20C9%2C5.833%207%2C5.833%207%2C4.5%20C7%2C3.119%205.881%2C2%204.5%2C2%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 16px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

#Favorite:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2016%2C%2014%22%3E%3Cpath%20d%3D%22M8%2C14%20L7.718%2C13.764%20C1.647%2C8.815%200%2C7.071%200%2C4.243%20C0%2C1.885%201.882%2C0%204.235%2C0%20C6.165%2C0%207.247%2C1.084%208%2C1.933%20C8.753%2C1.084%209.835%2C0%2011.765%2C0%20C14.118%2C0%2016%2C1.885%2016%2C4.243%20C16%2C7.071%2014.353%2C8.815%208.282%2C13.764%20L8%2C14%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
}

#FavoriteCount {
}

.FavoriteCountOff {
    display: none;
}

.FavoriteCountOn {
    display: block;
}

#Phones {
    float: left;
    padding: 0 10px;
    /* margin: 0 10px; */
    border-radius: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: right;
    color: #992255;
    font-weight: 700;
}

#Phones a div {
    clear: both;
    float: right;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #992255;
    text-shadow: 1px 1px 1px #ffffff;
}

#Phones a:hover div {
    color: #FF5522;
}

#CallBack {
    color: #992255;
    clear: both;
    float: right;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    padding: 1px 0;
    cursor: pointer;
}

#CallBack:hover {
    color: #FF5522;
}

.About {
    float: right;
    height: 13px;
    margin: 15px 11px 0 11px;
    line-height: 13px;
    font-size: 13px;
}

.About:hover {
    color: #FF5522;
}

#AboutMore {
    margin: 9px 23px 0 11px;
    padding: 5px 0;
    height: 14px;
    width: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C1%20C3.686%2C1%201%2C3.686%201%2C7%20C1%2C10.314%203.686%2C13%207%2C13%20C10.314%2C13%2013%2C10.314%2013%2C7%20C13%2C3.686%2010.314%2C1%207%2C1%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M7%2C4%20C6.448%2C4%206%2C3.552%206%2C3%20C6%2C2.448%206.448%2C2%207%2C2%20C7.552%2C2%208%2C2.448%208%2C3%20C8%2C3.552%207.552%2C4%207%2C4%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M7%2C5%20L7%2C5%20C7.552%2C5%208%2C5.448%208%2C6%20L8%2C11%20C8%2C11.552%207.552%2C12%207%2C12%20L7%2C12%20C6.448%2C12%206%2C11.552%206%2C11%20L6%2C6%20C6%2C5.448%206.448%2C5%207%2C5%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#AboutMore:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C1%20C3.686%2C1%201%2C3.686%201%2C7%20C1%2C10.314%203.686%2C13%207%2C13%20C10.314%2C13%2013%2C10.314%2013%2C7%20C13%2C3.686%2010.314%2C1%207%2C1%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7%2C4%20C6.448%2C4%206%2C3.552%206%2C3%20C6%2C2.448%206.448%2C2%207%2C2%20C7.552%2C2%208%2C2.448%208%2C3%20C8%2C3.552%207.552%2C4%207%2C4%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7%2C5%20L7%2C5%20C7.552%2C5%208%2C5.448%208%2C6%20L8%2C11%20C8%2C11.552%207.552%2C12%207%2C12%20L7%2C12%20C6.448%2C12%206%2C11.552%206%2C11%20L6%2C6%20C6%2C5.448%206.448%2C5%207%2C5%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

#HPath {
    padding: 5px 15px 15px 15px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
}

.HPath {
    display: inline-block;
    margin: 5px;
}

.HPath a {
    display: none !important;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 15px;
    color: #992255;
}

.HPath a:hover {
    color: #ffffff;
    background-color: #992255;
}


#Bottom {
    background-color: #992255;
    color: #ffffff;
    padding: 20px 30px;
    text-align: center;
}

.Bottom {
    padding: 10px;
}

.BottomLine {
    display: inline-block;
    margin: 0 20px 0 0;
}

#Bottom .BottomH {
    font-weight: 700;
}

.Bottom a:link {
    color: #FF8855;
    text-decoration: none;
    border-bottom: 0;
}

.Bottom a:active {
    color: #FF8855;
    text-decoration: none;
}

.Bottom a:visited {
    color: #FF8855;
    text-decoration: none;
    border-bottom: 0;
}

.Bottom a:hover {
    color: #FF8855;
    text-decoration: none;
}

.Cards {
    display: inline-block;
    background-image: url(cards3.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding: 0 0 76px 0;
}

#Menu {
    display: none;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 898;
    top: 6px;
    left: 6px;
    padding: 12px;
}

.MenuOn {
    border-radius: 15px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.MenuOff {
    border-radius: 15px 0 0 15px;
    box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.2);
}

#MenuD ul {
    padding: 0;
    margin: 0;
}

.Menu {
    clear: both;
    float: left;
    line-height: 16px;
    font-size: 16px;
    padding: 10px;
    margin: 0;
    border-radius: 15px;
    list-style-type: none;
}

.Menu:hover {
    text-shadow: none;
}

.Menu {
    color: #992255;
}

.Menu:hover {
    /* color: #FF5522; */
}

.TopMenuHover {
    cursor: default;
    color: #FF5522;
}

.TopMenuHover div {
    color: #FF5522;
    text-shadow: 1px 1px 1px #ffffff;
}

#MenuClose {
    z-index: 899;
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    border-radius: 36px;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#MenuClose:hover {
    background-color: #FF5522;
}


.AllMenu {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 38px;
    width: 14px;
    padding: 0 20px;
    border-radius: 35px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.AllMenu:hover {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23770033%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23770033%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23770033%22%2F%3E%3C%2Fsvg%3E");
}

.TopMenuAllHover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23770033%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23770033%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23770033%22%2F%3E%3C%2Fsvg%3E");
}

#Sales {
    display: none;
    position: absolute;
    top: 15px;
    left: 64px;
    height: 38px;
    width: 14px;
    padding: 0 20px;
    border-radius: 35px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%2C%200%2C%2015%2C%2015%22%3E%3Cpath%20d%3D%22M1.707%2C14.707%20C1.317%2C15.098%200.683%2C15.098%200.293%2C14.707%20C-0.098%2C14.317%20-0.098%2C13.683%200.293%2C13.293%20L8.402%2C5.184%20L13.293%2C0.293%20C13.683%2C-0.098%2014.317%2C-0.098%2014.707%2C0.293%20C15.098%2C0.683%2015.098%2C1.317%2014.707%2C1.707%20L1.707%2C14.707%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M3.5%2C-0%20C5.433%2C-0%207%2C1.567%207%2C3.5%20C7%2C5.433%205.433%2C7%203.5%2C7%20C1.567%2C7%20-0%2C5.433%20-0%2C3.5%20C-0%2C1.567%201.567%2C-0%203.5%2C-0%20z%20M3.5%2C2%20C2.672%2C2%202%2C2.672%202%2C3.5%20C2%2C4.328%202.672%2C5%203.5%2C5%20C4.328%2C5%205%2C4.328%205%2C3.5%20C5%2C2.672%204.328%2C2%203.5%2C2%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M11.5%2C8%20C13.433%2C8%2015%2C9.567%2015%2C11.5%20C15%2C13.433%2013.433%2C15%2011.5%2C15%20C9.567%2C15%208%2C13.433%208%2C11.5%20C8%2C9.567%209.567%2C8%2011.5%2C8%20z%20M11.5%2C10%20C10.672%2C10%2010%2C10.672%2010%2C11.5%20C10%2C12.328%2010.672%2C13%2011.5%2C13%20C12.328%2C13%2013%2C12.328%2013%2C11.5%20C13%2C10.672%2012.328%2C10%2011.5%2C10%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#Sales:hover {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%2C%200%2C%2015%2C%2015%22%3E%3Cpath%20d%3D%22M1.707%2C14.707%20C1.317%2C15.098%200.683%2C15.098%200.293%2C14.707%20C-0.098%2C14.317%20-0.098%2C13.683%200.293%2C13.293%20L8.402%2C5.184%20L13.293%2C0.293%20C13.683%2C-0.098%2014.317%2C-0.098%2014.707%2C0.293%20C15.098%2C0.683%2015.098%2C1.317%2014.707%2C1.707%20L1.707%2C14.707%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M3.5%2C-0%20C5.433%2C-0%207%2C1.567%207%2C3.5%20C7%2C5.433%205.433%2C7%203.5%2C7%20C1.567%2C7%20-0%2C5.433%20-0%2C3.5%20C-0%2C1.567%201.567%2C-0%203.5%2C-0%20z%20M3.5%2C2%20C2.672%2C2%202%2C2.672%202%2C3.5%20C2%2C4.328%202.672%2C5%203.5%2C5%20C4.328%2C5%205%2C4.328%205%2C3.5%20C5%2C2.672%204.328%2C2%203.5%2C2%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M11.5%2C8%20C13.433%2C8%2015%2C9.567%2015%2C11.5%20C15%2C13.433%2013.433%2C15%2011.5%2C15%20C9.567%2C15%208%2C13.433%208%2C11.5%20C8%2C9.567%209.567%2C8%2011.5%2C8%20z%20M11.5%2C10%20C10.672%2C10%2010%2C10.672%2010%2C11.5%20C10%2C12.328%2010.672%2C13%2011.5%2C13%20C12.328%2C13%2013%2C12.328%2013%2C11.5%20C13%2C10.672%2012.328%2C10%2011.5%2C10%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
}

#Menu2SRight {
    position: relative;
    z-index: 5;
    float: right;
    height: 34px;
    padding: 10px 15px;
}

#TopContacts {
    z-index: 891;
    position: fixed;
    top: 6px;
    right: 84px;
    min-height: 36px;
    border-radius: 15px;
    padding: 12px;
}

#TopContactsPhone {
    font-weight: 700;
}

.TopContacts {
}

.TopContact {
    float: left;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    color: #992255;
    cursor: pointer;
}

.TopContact:first-of-type {
    float: right;
}

.TopContact:hover {
    color: #FF5522;
}

.TopContactAct {
    display: none;
    float: none;
    clear: both;
    margin: 0 11px;
    text-align: center;
    cursor: auto;
}

.TopContactAct:first-of-type {
    float: none;
}


#TopContactsClose {
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
    border-radius: 36px;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 6px 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#TopContactsClose:hover {
    background-color: #FF5522;
}

.TopContactOpen {
    display: none;
    clear: both;
    line-height: 16px;
    font-size: 14px;
    padding: 11px 0 14px 0;
    margin: 0 11px;
    border-top: solid 1px #f0f0f0;
    text-align: center;
}

.TopContactOpenDiv {
    padding: 0;
    margin: 3px 0 0 0;
}

#TopContactYM {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-image: url(ym.png);
    background-position: 0 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

#TopContactGM {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-image: url(gm.png);
    background-position: 0 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

#TopContact2G {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-image: url(2g.png);
    background-position: 0 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

#TopContactViber {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cpath%20d%3D%22M5%2C0%20L35%2C0%20C37.761%2C0%2040%2C2.239%2040%2C5%20L40%2C35%20C40%2C37.761%2037.761%2C40%2035%2C40%20L5%2C40%20C2.239%2C40%200%2C37.761%200%2C35%20L0%2C5%20C0%2C2.239%202.239%2C0%205%2C0%20z%22%20fill%3D%22%237B519D%22%2F%3E%3Cpath%20d%3D%22M32.962%2C26.989%20C32.009%2C26.222%2030.991%2C25.533%2029.988%2C24.83%20C27.989%2C23.425%2026.161%2C23.316%2024.669%2C25.575%20C23.831%2C26.844%2022.658%2C26.899%2021.432%2C26.343%20C18.052%2C24.81%2015.441%2C22.448%2013.912%2C19.012%20C13.236%2C17.492%2013.245%2C16.129%2014.827%2C15.054%20C15.665%2C14.486%2016.509%2C13.813%2016.442%2C12.57%20C16.354%2C10.95%2012.42%2C5.536%2010.867%2C4.965%20C10.224%2C4.729%209.584%2C4.744%208.93%2C4.964%20C5.288%2C6.189%203.779%2C9.184%205.224%2C12.731%20C9.534%2C23.312%2017.12%2C30.679%2027.561%2C35.175%20C28.156%2C35.431%2028.818%2C35.533%2029.152%2C35.625%20C31.53%2C35.649%2034.314%2C33.358%2035.119%2C31.085%20C35.893%2C28.899%2034.256%2C28.031%2032.962%2C26.989%20z%20M21.255%2C6.05%20C28.888%2C7.224%2032.408%2C10.853%2033.38%2C18.542%20C33.471%2C19.252%2033.206%2C20.32%2034.219%2C20.34%20C35.278%2C20.36%2035.023%2C19.308%2035.032%2C18.597%20C35.121%2C11.356%2028.808%2C4.643%2021.475%2C4.396%20C20.922%2C4.475%2019.778%2C4.014%2019.706%2C5.254%20C19.659%2C6.09%2020.622%2C5.953%2021.255%2C6.05%20z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M22.748%2C8.158%20C22.014%2C8.07%2021.044%2C7.724%2020.873%2C8.742%20C20.694%2C9.812%2021.774%2C9.703%2022.468%2C9.858%20C27.183%2C10.912%2028.824%2C12.628%2029.6%2C17.305%20C29.714%2C17.986%2029.489%2C19.048%2030.647%2C18.872%20C31.506%2C18.741%2031.196%2C17.831%2031.268%2C17.3%20C31.306%2C12.81%2027.458%2C8.724%2022.748%2C8.158%20z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M23.181%2C11.829%20C22.691%2C11.841%2022.21%2C11.895%2022.029%2C12.418%20C21.759%2C13.201%2022.328%2C13.388%2022.907%2C13.481%20C24.841%2C13.791%2025.859%2C14.932%2026.052%2C16.86%20C26.105%2C17.384%2026.437%2C17.808%2026.942%2C17.748%20C27.643%2C17.665%2027.706%2C17.041%2027.685%2C16.449%20C27.72%2C14.282%2025.271%2C11.778%2023.181%2C11.829%20z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#TopContactTelegram {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PCEtLSBMaWNlbnNlOiBNSVQuIE1hZGUgYnkgZWRlbnQ6IGh0dHBzOi8vZ2l0aHViLmNvbS9lZGVudC9TdXBlclRpbnlJY29ucyAtLT4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCmFyaWEtbGFiZWw9IlRlbGVncmFtIiByb2xlPSJpbWciCnZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cmVjdAp3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIKcng9IjE1JSIKZmlsbD0iIzM3YWVlMiIvPjxwYXRoIGZpbGw9IiNjOGRhZWEiIGQ9Ik0xOTkgNDA0Yy0xMSAwLTEwLTQtMTMtMTRsLTMyLTEwNSAyNDUtMTQ0Ii8+PHBhdGggZmlsbD0iI2E5YzlkZCIgZD0iTTE5OSA0MDRjNyAwIDExLTQgMTYtOGw0NS00My01Ni0zNCIvPjxwYXRoIGZpbGw9IiNmNmZiZmUiIGQ9Ik0yMDQgMzE5bDEzNSA5OWMxNCA5IDI2IDQgMzAtMTRsNTUtMjU4YzUtMjItOS0zMi0yNC0yNUw3OSAyNDVjLTIxIDgtMjEgMjEtNCAyNmw4MyAyNiAxOTAtMTIxYzktNSAxNy0zIDExIDQiLz48L3N2Zz4=");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#TopContactWhatsapp {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%228.192%22%20y1%3D%22-0%22%20x2%3D%228.192%22%20y2%3D%2216.384%22%20gradientTransform%3D%22matrix(2.441%2C%200%2C%200%2C%202.441%2C%200%2C%200)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2361FD7D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232BB826%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M39.997%2C29.849%20C39.997%2C30.068%2039.99%2C30.543%2039.977%2C30.91%20C39.945%2C31.808%2039.874%2C32.966%2039.766%2C33.494%20C39.604%2C34.287%2039.36%2C35.036%2039.042%2C35.659%20C38.665%2C36.396%2038.185%2C37.056%2037.614%2C37.626%20C37.044%2C38.195%2036.384%2C38.674%2035.648%2C39.049%20C35.022%2C39.368%2034.269%2C39.612%2033.471%2C39.773%20C32.948%2C39.879%2031.799%2C39.949%2030.907%2C39.98%20C30.539%2C39.993%2030.064%2C40%2029.846%2C40%20L10.151%2C39.997%20C9.932%2C39.997%209.457%2C39.99%209.09%2C39.977%20C8.192%2C39.945%207.034%2C39.874%206.506%2C39.766%20C5.713%2C39.604%204.964%2C39.36%204.341%2C39.042%20C3.604%2C38.665%202.944%2C38.185%202.374%2C37.614%20C1.805%2C37.044%201.326%2C36.384%200.951%2C35.648%20C0.632%2C35.022%200.388%2C34.269%200.227%2C33.471%20C0.121%2C32.948%200.051%2C31.799%200.02%2C30.907%20C0.007%2C30.539%20-0%2C30.064%20-0%2C29.846%20L0.003%2C10.151%20C0.003%2C9.932%200.01%2C9.457%200.023%2C9.09%20C0.055%2C8.192%200.126%2C7.034%200.234%2C6.506%20C0.396%2C5.713%200.64%2C4.964%200.958%2C4.341%20C1.335%2C3.604%201.815%2C2.944%202.386%2C2.374%20C2.956%2C1.805%203.616%2C1.326%204.352%2C0.951%20C4.978%2C0.632%205.731%2C0.388%206.529%2C0.227%20C7.052%2C0.121%208.201%2C0.051%209.093%2C0.02%20C9.461%2C0.007%209.936%2C-0%2010.154%2C-0%20L29.849%2C0.003%20C30.068%2C0.003%2030.543%2C0.01%2030.91%2C0.023%20C31.808%2C0.055%2032.966%2C0.126%2033.494%2C0.234%20C34.287%2C0.396%2035.036%2C0.64%2035.659%2C0.958%20C36.396%2C1.335%2037.056%2C1.815%2037.626%2C2.386%20C38.195%2C2.956%2038.674%2C3.616%2039.049%2C4.352%20C39.368%2C4.978%2039.612%2C5.731%2039.773%2C6.529%20C39.879%2C7.052%2039.949%2C8.201%2039.98%2C9.093%20C39.993%2C9.461%2040%2C9.936%2040%2C10.154%20L39.997%2C29.849%20z%22%20fill%3D%22url(%23Gradient_1)%22%20id%3D%22a%22%2F%3E%3Cpath%20d%3D%22M30.597%2C9.463%20C27.889%2C6.753%2024.288%2C5.259%2020.451%2C5.258%20C12.545%2C5.258%206.11%2C11.69%206.107%2C19.596%20C6.106%2C22.123%206.766%2C24.59%208.022%2C26.765%20L5.987%2C34.195%20L13.59%2C32.201%20C15.686%2C33.344%2018.044%2C33.946%2020.445%2C33.947%20L20.451%2C33.947%20C28.356%2C33.947%2034.791%2C27.514%2034.794%2C19.608%20C34.796%2C15.776%2033.305%2C12.173%2030.597%2C9.463%20z%20M20.451%2C31.525%20L20.446%2C31.525%20C18.307%2C31.524%2016.209%2C30.949%2014.378%2C29.864%20L13.943%2C29.605%20L9.431%2C30.789%20L10.635%2C26.391%20L10.351%2C25.94%20C9.158%2C24.042%208.528%2C21.849%208.529%2C19.597%20C8.531%2C13.026%2013.879%2C7.68%2020.455%2C7.68%20C23.64%2C7.681%2026.633%2C8.922%2028.884%2C11.175%20C31.135%2C13.428%2032.374%2C16.422%2032.373%2C19.607%20C32.37%2C26.178%2027.022%2C31.525%2020.451%2C31.525%20z%20M26.99%2C22.599%20C26.632%2C22.419%2024.87%2C21.553%2024.541%2C21.433%20C24.213%2C21.313%2023.974%2C21.254%2023.735%2C21.612%20C23.496%2C21.971%2022.809%2C22.778%2022.6%2C23.017%20C22.391%2C23.256%2022.182%2C23.286%2021.823%2C23.107%20C21.465%2C22.928%2020.31%2C22.549%2018.941%2C21.329%20C17.876%2C20.379%2017.157%2C19.205%2016.948%2C18.847%20C16.739%2C18.488%2016.925%2C18.294%2017.105%2C18.115%20C17.266%2C17.955%2017.463%2C17.697%2017.642%2C17.488%20C17.822%2C17.279%2017.881%2C17.129%2018.001%2C16.89%20C18.12%2C16.651%2018.06%2C16.442%2017.971%2C16.262%20C17.881%2C16.083%2017.164%2C14.319%2016.866%2C13.602%20C16.575%2C12.903%2016.279%2C12.998%2016.059%2C12.987%20C15.851%2C12.977%2015.611%2C12.974%2015.373%2C12.974%20C15.134%2C12.974%2014.745%2C13.064%2014.417%2C13.423%20C14.088%2C13.781%2013.162%2C14.648%2013.162%2C16.412%20C13.162%2C18.175%2014.447%2C19.879%2014.626%2C20.118%20C14.805%2C20.357%2017.153%2C23.976%2020.748%2C25.528%20C21.603%2C25.897%2022.271%2C26.118%2022.792%2C26.283%20C23.65%2C26.555%2024.431%2C26.517%2025.049%2C26.425%20C25.738%2C26.322%2027.169%2C25.558%2027.468%2C24.721%20C27.767%2C23.884%2027.767%2C23.167%2027.677%2C23.017%20C27.588%2C22.868%2027.349%2C22.778%2026.99%2C22.599%20z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#CallMe {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    height: 16px;
    line-height: 16px;
    color: #992255;
    cursor: pointer;
}

#CallMe:hover {
    color: #FF5522;
}

.TopContactsAct {
    background-color: #ffffff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.TopContactsAct .TopContact {
    color: #992255;
}

.TopContactOpenAct {
    display: block;
}

#Cart {
    position: fixed;
    z-index: 889;
    top: 0;
    right: 12px;
    width: 72px;
    height: 72px;
    cursor: pointer;
    background-size: 24px 24px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.CartEmpty {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTIgNTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzk5MjI1NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHBhdGggZD0iTTIuNjMgMmg3LjMwMmw2LjU4IDI5LjI1NiAyOS4yOTctLjAwNmEzLjU2IDMuNTYgMCAxIDEgMCA3LjEySDExLjY0NSIvPjxjaXJjbGUgY3g9IjQwLjk0MTY1MDQiIGN5PSI0Ni4zOTQxNjUiIHI9IjMuNjA1ODI1NyIvPjxjaXJjbGUgY3g9IjIwLjQyMTYzMDkiIGN5PSI0Ni4zOTQxNjUiIHI9IjMuNjA1ODI1NyIvPjxwYXRoIGQ9Ik00OC40MjggMTQuMzUxSDEyLjcxbDMuODAyIDE2LjkwNWgyMi40NXoiLz48L2c+PG1ldGFkYXRhPjxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6cmRmcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wMS9yZGYtc2NoZW1hIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cmRmOkRlc2NyaXB0aW9uIGFib3V0PSJodHRwczovL2ljb25zY291dC5jb20vbGVnYWwjbGljZW5zZXMiIGRjOnRpdGxlPSJzaG9wcGluZyx0cm9sbGV5LGJhc2tldCxjYXJ0IiBkYzpkZXNjcmlwdGlvbj0ic2hvcHBpbmcsdHJvbGxleSxiYXNrZXQsY2FydCIgZGM6cHVibGlzaGVyPSJJY29uc2NvdXQiIGRjOmRhdGU9IjIwMTctMTEtMTEiIGRjOmZvcm1hdD0iaW1hZ2Uvc3ZnK3htbCIgZGM6bGFuZ3VhZ2U9ImVuIj48ZGM6Y3JlYXRvcj48cmRmOkJhZz48cmRmOmxpPkRpbm9zb2Z0IExhYnM8L3JkZjpsaT48L3JkZjpCYWc+PC9kYzpjcmVhdG9yPjwvcmRmOkRlc2NyaXB0aW9uPjwvcmRmOlJERj48L21ldGFkYXRhPjwvc3ZnPg==");
}

/*.CartEmpty:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M8%2C-0%20C10.761%2C-0%2013%2C2.239%2013%2C5%20C13%2C7.761%2010.761%2C10%208%2C10%20C5.239%2C10%203%2C7.761%203%2C5%20C3%2C2.239%205.239%2C-0%208%2C-0%20z%20M7.395%2C2.061%20C5.92%2C2.492%205.151%2C3.499%205%2C5%20C5%2C6.657%206.343%2C8%208%2C8%20C9.657%2C8%2011%2C6.657%2011%2C5%20C11%2C3.343%209.657%2C2%208%2C2%20L7.395%2C2.061%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M-0%2C5%20L16%2C5%20L16%2C16%20L-0%2C16%20L-0%2C5%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}*/

.CartFull {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%2C%200%2C%2015%2C%2015%22%3E%3Cpath%20d%3D%22M7.5%2C0%20C9.985%2C0%2012%2C2.015%2012%2C4.5%20L10%2C4.5%20C10%2C3.119%208.881%2C2%207.5%2C2%20C6.119%2C2%205%2C3.119%205%2C4.5%20L3%2C4.5%20C3%2C2.015%205.015%2C0%207.5%2C0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M0%2C4%20L15%2C4%20L15%2C15%20L0%2C15%20L0%2C4%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.CartFull:hover {
}

#CartCount {
    float: left;
    margin: 20px 0 0 36px;
    color: #ffffff;
    background-color: #FF5522;
    height: 10px;
    line-height: 10px;
    font-size: 9px;
    padding: 3px 6px 2px 6px;
    border-radius: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.CartCountOff {
    display: none;
}

.CartCountOn {
    display: block;
}

#User {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M8%2C8%20C5.791%2C8%204%2C6.209%204%2C4%20C4%2C1.791%205.791%2C0%208%2C0%20C10.209%2C0%2012%2C1.791%2012%2C4%20C12%2C6.209%2010.209%2C8%208%2C8%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C11%20C0%2C9.343%201.343%2C8%203%2C8%20L13%2C8%20C14.657%2C8%2016%2C9.343%2016%2C11%20L16%2C16%20L0%2C16%20L0%2C11%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 16px 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#User:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M8%2C8%20C5.791%2C8%204%2C6.209%204%2C4%20C4%2C1.791%205.791%2C0%208%2C0%20C10.209%2C0%2012%2C1.791%2012%2C4%20C12%2C6.209%2010.209%2C8%208%2C8%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M0%2C11%20C0%2C9.343%201.343%2C8%203%2C8%20L13%2C8%20C14.657%2C8%2016%2C9.343%2016%2C11%20L16%2C16%20L0%2C16%20L0%2C11%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

#Menu2 {
    position: relative;
    margin: 0;
    height: 42px;
    overflow-y: hidden;
    padding: 0 17px;
    background-color: #ffffff;
}

.Menu2 {
    position: relative;
    vertical-align: top;
    display: inline-block;
    height: 13px;
    margin: 15px 11px 0 11px;
    line-height: 13px;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.Menu2:hover {
    background-color: #ffffff;
}

.Menu2 a div {
    position: relative;
    z-index: 2;
    vertical-align: top;
    display: inline-block;
}

.Menu2:hover a div {
    color: #FF5522;
    text-shadow: none;
}

.Menu2Count {
    position: relative;
    z-index: 0;
    vertical-align: top;
    display: inline-block;
    color: #ffffff;
    background-color: #FF5522;
    height: 10px;
    line-height: 10px;
    font-size: 9px;
    margin: -6px -6px 0 -3px;
    padding: 3px 6px 2px 6px;
    border-radius: 15px;
    color: #FF5522;
    background-color: transparent;
    margin: -6px -6px 0 -5px;
}

#Menu2Gr1 {
    width: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-40%22%20y1%3D%2220%22%20x2%3D%220%22%20y2%3D%2220%22%20gradientTransform%3D%22matrix(-1%2C%200%2C%200%2C%201%2C%200%2C%200)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23992255%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23992255%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M40%2C0%20L0%2C0%20L0%2C40%20L40%2C40%20L40%2C0%20z%22%20fill%3D%22url(%23Gradient_1)%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100%;
}

#Menu2Gr2 {
    width: 15px;
    position: absolute;
    top: 0;
    right: 162px;
    bottom: 0;
    z-index: 2;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2240%22%20y2%3D%2220%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23992255%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23992255%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0%20L40%2C0%20L40%2C40%20L0%2C40%20L0%2C0%20z%22%20fill%3D%22url(%23Gradient_1)%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100%;
}

#Menu3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 20px 0;
}

.Menu3 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    padding: 10px 15px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    background-color: #f0f0f0;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
    border-radius: 42px;
}

.Menu3:hover {
    color: #ffffff;
    background-color: #FF5522;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.Menu3:hover a, .Menu3Act:hover a {
    color: #ffffff;
}

.Menu3Act, .Menu3Act:hover {
    color: #ffffff;
    background-color: #992255;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.Menu3Act a {
    color: #ffffff;
}

#Tab {
    display: none;
    position: fixed;
    z-index: 897;
    top: 6px;
    left: 6px;
    border-radius: 15px;
    padding: 0 0 0 200px;
    max-width: calc(100% - 200px - 12px);
    line-height: 14px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
}

.Tab {
    text-align: left;
    padding: 0 12px 12px 0;
}

.TabMenuS {
    margin: 12px 0 0 12px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.TabMenu {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    padding: 0;
    text-align: left;
}

.TabMenu li {
    list-style-type: none;
    padding: 6px;
}

.TabMenuH1 {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 16px;
    list-style-type: none;
    margin: 0;
}

.TabMenuH2 {
    line-height: 10px;
    font-size: 10px;
    padding: 6px;
}

.TabMenuI {
    display: table;
    padding: 6px;
}

.TabMenuIAll {
    display: inline-block;
    height: 7px;
    width: 7px;
    margin: 5px 5px 5px 5px;
    padding: 4px 9px;
    border-radius: 17px;
    border: solid 1px #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 7px 7px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.TabMenuIAll a {
    color: #ffffff;
}

.TabMenuIAll:hover {
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

#TabClose {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
}

#TabClose div {
    text-align: center;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    color: #ffffff;
    padding: 10px 10px;
    border-radius: 36px;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M16%2C7.25%20L0%2C23.25%20L1.5%2C24.75%20L16%2C10.25%20L30.5%2C24.75%20L32%2C23.25%20L16%2C7.25%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E"); */
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

#TabClose:hover {
    cursor: pointer;
}

#TabClose:hover div {
    background-color: #FF5522;
}


h1 {
    margin: 0;
    padding: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

h2 {
    margin: -10px 0 0 0;
    padding: 0 20px 20px 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}


.HeaderHome {
    background-color: #f0f0f0;
    padding: 20px 30px 0px 30px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #ffffff;
    text-align: center;
}


#PathS {
    vertical-align: top;
    text-align: center;
}

#Path {
    margin: 0;
    position: relative;
    padding: 0 0 59px 0;
    height: 50px;
    text-align: center;
    overflow: hidden;
}

#PathTop {
    margin: 0 auto;
    display: table;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    padding: 5px 15px;
}

.Path {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0 0;
    padding: 5px;
    text-align: left;
}

.PathH {
    line-height: 10px;
    font-size: 10px;
    padding: 0 10px 5px 10px;
}

.PathL {
    margin: 0;
    padding: 0;
}

.PathI {
    display: table;
    padding: 5px 10px;
}

.PathIAct {
    border: solid 1px #f0f0f0;
    border-radius: 12px;
    padding: 0 9px;
}

.PathIAll {
    cursor: pointer;
    display: table;
    background-color: #ffffff;
    border: solid 1px #992255;
    height: 7px;
    width: 7px;
    margin: 0 10px;
    padding: 4px 9px;
    border-radius: 17px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 7px 7px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.PathIAll a {
    color: #ffffff;
}

.PathIAll:hover {
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

#PathShowBg {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 54px;
    cursor: pointer;
}

.PathShowBg {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%2C%200%2C%2054%2C%2054%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2227%22%20y1%3D%220%22%20x2%3D%2227%22%20y2%3D%2254%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F0F0F0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0%20L54%2C0%20L54%2C54%20L0%2C54%20L0%2C0%20z%22%20fill%3D%22url(%23Gradient_1)%22%2F%3E%3C%2Fsvg%3E");
}

#PathShow {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 14px;
    width: 14px;
    display: block;
    padding: 10px 15px;
    border-radius: 36px;
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.PathShow {
    cursor: pointer;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M16%2C24.75%20L0%2C8.75%20L1.5%2C7.25%20L16%2C21.75%20L30.5%2C7.25%20L32%2C8.75%20L16%2C24.75%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    box-shadow: 0 0 10px 0px #f0f0f0;
}

.PathShow:hover, .PathShowHover {
    background-color: #FF5522;
}

.PathShowOn {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M16%2C7.25%20L0%2C23.25%20L1.5%2C24.75%20L16%2C10.25%20L30.5%2C24.75%20L32%2C23.25%20L16%2C7.25%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.PathShowOn:hover {
    background-color: #FF5522;
}


#Main {
    background-color: #f0f0f0;
    padding: 0 0 10px;
}

#Items {
    padding: 0;
    text-align: left;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.Item {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
    padding: 10px 0 20px 0;
    width: calc(25% - 10px);
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: auto;
    text-align: center;
}

.Item:hover {
    z-index: 502;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#HomeSalesDHome {
    display: table;
    margin: 10px 10px 0 10px;
    padding: 25px;
    width: calc(100% - 60px);
    min-height: 200px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2294%22%20height%3D%22120%22%20viewBox%3D%220%2C%200%2C%2094%2C%20120%22%3E%3Cpath%20d%3D%22M68%2C68%20C53.641%2C68%2042%2C79.641%2042%2C94%20C42%2C108.359%2053.641%2C120%2068%2C120%20C82.359%2C120%2094%2C108.359%2094%2C94%20C94%2C79.641%2082.359%2C68%2068%2C68%20z%20M68%2C80%20C75.732%2C80%2082%2C86.268%2082%2C94%20C82%2C101.732%2075.732%2C108%2068%2C108%20C60.268%2C108%2054%2C101.732%2054%2C94%20C54%2C86.268%2060.268%2C80%2068%2C80%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M70%2C0%20L84%2C0%20L24%2C120%20L10%2C120%20L70%2C0%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M26%2C0%20C11.641%2C0%200%2C11.641%200%2C26%20C0%2C40.359%2011.641%2C52%2026%2C52%20C40.359%2C52%2052%2C40.359%2052%2C26%20C52%2C11.641%2040.359%2C0%2026%2C0%20z%20M26%2C12%20C33.732%2C12%2040%2C18.268%2040%2C26%20C40%2C33.732%2033.732%2C40%2026%2C40%20C18.268%2C40%2012%2C33.732%2012%2C26%20C12%2C18.268%2018.268%2C12%2026%2C12%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 360px;
    border-radius: 15px;
    cursor: pointer;
}

#HomeSalesT {
    display: table;
    width: 100%;
    height: calc(100% + 30px);
    margin: -10px 0 -20px 0;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2294%22%20height%3D%22120%22%20viewBox%3D%220%2C%200%2C%2094%2C%20120%22%3E%3Cpath%20d%3D%22M68%2C68%20C53.641%2C68%2042%2C79.641%2042%2C94%20C42%2C108.359%2053.641%2C120%2068%2C120%20C82.359%2C120%2094%2C108.359%2094%2C94%20C94%2C79.641%2082.359%2C68%2068%2C68%20z%20M68%2C80%20C75.732%2C80%2082%2C86.268%2082%2C94%20C82%2C101.732%2075.732%2C108%2068%2C108%20C60.268%2C108%2054%2C101.732%2054%2C94%20C54%2C86.268%2060.268%2C80%2068%2C80%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M70%2C0%20L84%2C0%20L24%2C120%20L10%2C120%20L70%2C0%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M26%2C0%20C11.641%2C0%200%2C11.641%200%2C26%20C0%2C40.359%2011.641%2C52%2026%2C52%20C40.359%2C52%2052%2C40.359%2052%2C26%20C52%2C11.641%2040.359%2C0%2026%2C0%20z%20M26%2C12%20C33.732%2C12%2040%2C18.268%2040%2C26%20C40%2C33.732%2033.732%2C40%2026%2C40%20C18.268%2C40%2012%2C33.732%2012%2C26%20C12%2C18.268%2018.268%2C12%2026%2C12%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 15px;
    cursor: pointer;
}

#HomeSales {
    padding: 10px 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
}

#HomeSalesD {
    display: inline-block;
}

#HomeSalesH {
    margin: 10px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

.HomeSales {
    display: inline-block;
    margin: 10px 15px;
    text-align: left;
}

.HomeSales div:nth-of-type(1) {
    font-weight: 700;
}

.HomeSalesCount {
    position: relative;
    z-index: 0;
    vertical-align: top;
    display: inline-block;
    color: #ffffff;
    background-color: #EE3333;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    margin: -2px 0px 0 -3px;
    padding: 3px 3px 2px 3px;
    border-radius: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #FF5522;
    background-color: transparent;
}

.ItemOverlayClose {
    display: none;
    position: absolute;
    z-index: 5;
    right: 10px;
    bottom: 20px;
    left: 10px;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    padding: 10px;
    border-radius: 34px;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px;
    background-position: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ItemOverlayClose:hover {
    background-color: #FF5522;
}

.ItemImage {
    position: relative;
    top: 0;
    right: 0;
    height: 310px;
    left: 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    text-align: center;
}

.ItemImage img {
    position: absolute;
    width: auto;
    height: 300px;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.ItemNote .ItemImage {
    position: relative;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    left: auto;
    border-radius: 100px;
    overflow: hidden;
    text-align: center;
    float: right;
    margin: 0 20px;
}

.ItemNote .ItemImage img {
    position: absolute;
    max-width: 100px;
    /*height: 100px;*/
    top: 0px;
    right: 0;
    left: 0;
    margin: 0;
}

.ItemNote .ItemName {
    margin: 5px 20px 0 20px;
    text-align: left;
}

.ItemNote .ItemFeats {
    font-size: 13px;
    line-height: 14px;
    margin: 10px 20px 0 20px;
    text-align: left;
}

.ItemImageOverlay {
    border: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 310px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.ItemImageZoom {
    display: block;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 286px;
    width: 14px;
    height: 14px;
    padding: 10px;
    border-radius: 40px;
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M206%2C-49%20C203.791%2C-49%20202%2C-50.791%20202%2C-53%20C202%2C-55.209%20203.791%2C-57%20206%2C-57%20C208.209%2C-57%20210%2C-55.209%20210%2C-53%20C210%2C-50.791%20208.209%2C-49%20206%2C-49%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M199%2C-43%20L199%2C-46%20C199%2C-47.657%20200.343%2C-49%20202%2C-49%20L210%2C-49%20C211.657%2C-49%20213%2C-47.657%20213%2C-46%20L213%2C-43%20L199%2C-43%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M5.5%2C3%20L5.5%2C3%20C5.776%2C3%206%2C3.224%206%2C3.5%20L6%2C7.5%20C6%2C7.776%205.776%2C8%205.5%2C8%20L5.5%2C8%20C5.224%2C8%205%2C7.776%205%2C7.5%20L5%2C3.5%20C5%2C3.224%205.224%2C3%205.5%2C3%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M8.904%2C8.904%20L8.904%2C8.904%20C9.099%2C8.709%209.416%2C8.709%209.611%2C8.904%20L13.854%2C13.146%20C14.049%2C13.342%2014.049%2C13.658%2013.854%2C13.854%20L13.854%2C13.854%20C13.658%2C14.049%2013.342%2C14.049%2013.146%2C13.854%20L8.904%2C9.611%20C8.709%2C9.416%208.709%2C9.099%208.904%2C8.904%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M5.5%2C0%20C8.538%2C0%2011%2C2.462%2011%2C5.5%20C11%2C8.538%208.538%2C11%205.5%2C11%20C2.462%2C11%20-0%2C8.538%20-0%2C5.5%20C-0%2C2.462%202.462%2C0%205.5%2C0%20z%20M5.5%2C1%20C3.015%2C1%201%2C3.015%201%2C5.5%20C1%2C7.985%203.015%2C10%205.5%2C10%20C7.985%2C10%2010%2C7.985%2010%2C5.5%20C10%2C3.015%207.985%2C1%205.5%2C1%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M3.5%2C5%20L7.5%2C5%20C7.776%2C5%208%2C5.224%208%2C5.5%20L8%2C5.5%20C8%2C5.776%207.776%2C6%207.5%2C6%20L3.5%2C6%20C3.224%2C6%203%2C5.776%203%2C5.5%20L3%2C5.5%20C3%2C5.224%203.224%2C5%203.5%2C5%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
}

/*.ItemImageZoom:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M206%2C-49%20C203.791%2C-49%20202%2C-50.791%20202%2C-53%20C202%2C-55.209%20203.791%2C-57%20206%2C-57%20C208.209%2C-57%20210%2C-55.209%20210%2C-53%20C210%2C-50.791%20208.209%2C-49%20206%2C-49%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M199%2C-43%20L199%2C-46%20C199%2C-47.657%20200.343%2C-49%20202%2C-49%20L210%2C-49%20C211.657%2C-49%20213%2C-47.657%20213%2C-46%20L213%2C-43%20L199%2C-43%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M5.5%2C3%20L5.5%2C3%20C5.776%2C3%206%2C3.224%206%2C3.5%20L6%2C7.5%20C6%2C7.776%205.776%2C8%205.5%2C8%20L5.5%2C8%20C5.224%2C8%205%2C7.776%205%2C7.5%20L5%2C3.5%20C5%2C3.224%205.224%2C3%205.5%2C3%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M8.904%2C8.904%20L8.904%2C8.904%20C9.099%2C8.709%209.416%2C8.709%209.611%2C8.904%20L13.854%2C13.146%20C14.049%2C13.342%2014.049%2C13.658%2013.854%2C13.854%20L13.854%2C13.854%20C13.658%2C14.049%2013.342%2C14.049%2013.146%2C13.854%20L8.904%2C9.611%20C8.709%2C9.416%208.709%2C9.099%208.904%2C8.904%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M5.5%2C0%20C8.538%2C0%2011%2C2.462%2011%2C5.5%20C11%2C8.538%208.538%2C11%205.5%2C11%20C2.462%2C11%20-0%2C8.538%20-0%2C5.5%20C-0%2C2.462%202.462%2C0%205.5%2C0%20z%20M5.5%2C1%20C3.015%2C1%201%2C3.015%201%2C5.5%20C1%2C7.985%203.015%2C10%205.5%2C10%20C7.985%2C10%2010%2C7.985%2010%2C5.5%20C10%2C3.015%207.985%2C1%205.5%2C1%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M3.5%2C5%20L7.5%2C5%20C7.776%2C5%208%2C5.224%208%2C5.5%20L8%2C5.5%20C8%2C5.776%207.776%2C6%207.5%2C6%20L3.5%2C6%20C3.224%2C6%203%2C5.776%203%2C5.5%20L3%2C5.5%20C3%2C5.224%203.224%2C5%203.5%2C5%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}*/

.ItemPrices {
    z-index: 1;
    position: relative;
    white-space: nowrap;
}

.ItemPrice {
    z-index: 2;
    position: relative;
    display: none;
    vertical-align: top;
    margin: 0 10px;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
    color: #992255;
}

.ItemPrice:first-of-type {
    display: inline-block;
}

.ItemPrice div {
    display: block;
    text-align: center;
}

.ItemPrice div:nth-of-type(1) {
    font-size: 13px;
    font-weight: 700;
}

.ItemPrice div:nth-of-type(2) {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
}

.ItemPrice div:nth-of-type(2) span {
    font-size: 14px;
    font-weight: 400;
}

.ItemPrice div:nth-of-type(3), .ItemPriceSale div:nth-of-type(4) {
    margin: 10px 0 0 0;
    width: 60px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #992255;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 34px;
    cursor: pointer;
    margin: 5px auto;
}

.ItemPrice div:nth-of-type(3):hover, .ItemPriceSale div:nth-of-type(4):hover {
    background-color: #FF5522;
}

.ItemPriceSale {
    /* color: #FF5522; */
    /* background-color: #ff3333; */
}

.ItemPriceSale div:nth-of-type(2) {
    /* color: #FF5522; */
    /* text-shadow: 1px 1px 0px #cc0000; */
}

.ItemPriceSale div:nth-of-type(2) span {
    color: #992255;
}

.ItemPriceSaleIcon {
    position: absolute;
    text-align: center;
    top: 80px;
    right: 80px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    background-color: #FF5522;
    -webkit-transform: rotate(355deg);
    -moz-transform: rotate(355deg);
    -o-transform: rotate(355deg);
    writing-mode: lr-tb;
    /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%2C%200%2C%2060%2C%2060%22%3E%3Cpath%20d%3D%22M35.209%2C59.544%20C18.893%2C62.421%203.333%2C51.526%200.456%2C35.209%20C-2.421%2C18.893%208.474%2C3.333%2024.791%2C0.456%20C41.107%2C-2.421%2056.667%2C8.474%2059.544%2C24.791%20C62.421%2C41.107%2051.526%2C56.667%2035.209%2C59.544%20z%22%20fill%3D%22%23FF5521%22%2F%3E%3Cpath%20d%3D%22M15.437%2C23.462%20Q14.978%2C20.856%2016.361%2C18.893%20Q17.745%2C16.93%2020.468%2C16.449%20Q23.231%2C15.962%2025.193%2C17.336%20Q27.154%2C18.709%2027.631%2C21.413%20L27.882%2C22.834%20Q28.338%2C25.419%2026.962%2C27.371%20Q25.587%2C29.323%2022.863%2C29.803%20Q20.199%2C30.273%2018.185%2C28.949%20Q16.171%2C27.626%2015.684%2C24.863%20z%20M19.06%2C24.39%20Q19.3%2C25.751%2020.208%2C26.456%20Q21.116%2C27.161%2022.359%2C26.942%20Q23.582%2C26.726%2024.185%2C25.755%20Q24.787%2C24.784%2024.533%2C23.343%20L24.279%2C21.903%20Q24.038%2C20.541%2023.129%2C19.826%20Q22.219%2C19.112%2020.976%2C19.331%20Q19.733%2C19.55%2019.144%2C20.539%20Q18.555%2C21.528%2018.802%2C22.929%20z%20M32.102%2C37.189%20Q31.636%2C34.545%2033.064%2C32.604%20Q34.492%2C30.663%2037.156%2C30.193%20Q39.84%2C29.72%2041.836%2C31.057%20Q43.832%2C32.394%2044.323%2C35.177%20L44.57%2C36.578%20Q45.022%2C39.144%2043.669%2C41.102%20Q42.315%2C43.06%2039.552%2C43.547%20Q36.789%2C44.034%2034.811%2C42.684%20Q32.833%2C41.334%2032.356%2C38.63%20z%20M35.728%2C38.137%20Q35.965%2C39.479%2036.896%2C40.2%20Q37.827%2C40.921%2039.051%2C40.705%20Q40.314%2C40.483%2040.89%2C39.536%20Q41.465%2C38.59%2041.205%2C37.11%20L40.944%2C35.63%20Q40.7%2C34.249%2039.784%2C33.555%20Q38.868%2C32.862%2037.664%2C33.075%20Q36.441%2C33.29%2035.827%2C34.253%20Q35.213%2C35.216%2035.471%2C36.676%20z%20M26.255%2C43.267%20L23.537%2C42.281%20L33.609%2C17.347%20L36.327%2C18.333%20z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%2C%200%2C%2060%2C%2060%22%3E%3Cpath%20d%3D%22M37.688%2C0.008%20L38.032%2C0.03%20C38.494%2C0.154%2038.769%2C0.629%2038.645%2C1.091%20L37.065%2C6.985%20L40.623%2C6.027%20C41.086%2C5.899%2041.559%2C6.177%2041.687%2C6.638%20C41.808%2C7.103%2041.534%2C7.577%2041.072%2C7.701%20L36.548%2C8.915%20L35.346%2C13.399%20L44.491%2C10.95%20C44.954%2C10.824%2045.427%2C11.1%2045.555%2C11.561%20C45.675%2C12.026%2045.4%2C12.499%2044.94%2C12.624%20L34.827%2C15.336%20L34.771%2C15.543%20C39.363%2C16.978%2043.022%2C20.614%2044.504%2C25.202%20L44.654%2C25.162%20L47.365%2C15.055%20C47.489%2C14.593%2047.966%2C14.319%2048.426%2C14.442%20C48.889%2C14.566%2049.163%2C15.042%2049.039%2C15.504%20L46.588%2C24.645%20L51.074%2C23.442%20L52.284%2C18.923%20C52.407%2C18.462%2052.883%2C18.186%2053.346%2C18.31%20C53.806%2C18.433%2054.082%2C18.911%2053.959%2C19.372%20L53.008%2C22.925%20L58.909%2C21.342%20C59.369%2C21.217%2059.844%2C21.495%2059.972%2C21.957%20C60.091%2C22.421%2059.819%2C22.894%2059.357%2C23.019%20L53.455%2C24.6%20L56.06%2C27.208%20C56.401%2C27.545%2056.4%2C28.095%2056.062%2C28.432%20C55.833%2C28.658%2055.512%2C28.733%2055.222%2C28.655%20C55.079%2C28.617%2054.944%2C28.545%2054.833%2C28.433%20L51.518%2C25.117%20L47.031%2C26.319%20L53.728%2C33.016%20C54.07%2C33.354%2054.07%2C33.904%2053.73%2C34.242%20C53.503%2C34.467%2053.181%2C34.544%2052.889%2C34.465%20C52.747%2C34.427%2052.612%2C34.355%2052.5%2C34.241%20L45.096%2C26.836%20L44.954%2C26.874%20C46.063%2C31.659%2044.523%2C36.499%2041.369%2C40.13%20L41.501%2C40.262%20L51.615%2C37.553%20C52.077%2C37.428%2052.552%2C37.706%2052.678%2C38.167%20C52.798%2C38.635%2052.526%2C39.104%2052.063%2C39.229%20L42.918%2C41.679%20L46.202%2C44.963%20L50.725%2C43.746%20C51.187%2C43.621%2051.66%2C43.898%2051.788%2C44.36%20C51.907%2C44.828%2051.634%2C45.296%2051.173%2C45.422%20L47.615%2C46.375%20L51.938%2C50.698%20C52.282%2C51.035%2052.281%2C51.587%2051.953%2C51.933%20C51.726%2C52.16%2051.404%2C52.235%2051.113%2C52.157%20C50.97%2C52.119%2050.836%2C52.045%2050.724%2C51.934%20L46.402%2C47.611%20L45.451%2C51.166%20C45.328%2C51.627%2044.85%2C51.902%2044.389%2C51.779%20C43.929%2C51.656%2043.653%2C51.178%2043.776%2C50.717%20L44.986%2C46.198%20L41.705%2C42.915%20L39.255%2C52.058%20C39.131%2C52.52%2038.653%2C52.794%2038.193%2C52.671%20C37.731%2C52.547%2037.456%2C52.072%2037.58%2C51.609%20L40.29%2C41.498%20L40.17%2C41.379%20C38.422%2C43.081%2036.239%2C44.037%2033.958%2C44.773%20C32.108%2C45.17%2031.637%2C45.351%2029.387%2C45.286%20C28.551%2C45.261%2027.731%2C45.056%2026.903%2C44.941%20L26.862%2C45.092%20L34.264%2C52.496%20C34.605%2C52.837%2034.605%2C53.386%2034.265%2C53.724%20C34.037%2C53.95%2033.716%2C54.025%2033.424%2C53.947%20C33.282%2C53.909%2033.147%2C53.837%2033.035%2C53.724%20L26.34%2C47.032%20L25.139%2C51.516%20L28.452%2C54.833%20C28.793%2C55.174%2028.793%2C55.723%2028.453%2C56.061%20C28.225%2C56.287%2027.904%2C56.362%2027.612%2C56.284%20C27.47%2C56.246%2027.335%2C56.174%2027.223%2C56.062%20L24.616%2C53.458%20L23.035%2C59.358%20C22.912%2C59.816%2022.435%2C60.094%2021.973%2C59.971%20C21.511%2C59.847%2021.237%2C59.368%2021.36%2C58.909%20L22.935%2C53.032%20L19.379%2C53.985%20C18.918%2C54.106%2018.443%2C53.828%2018.318%2C53.371%20C18.195%2C52.904%2018.468%2C52.433%2018.931%2C52.308%20L23.455%2C51.092%20L24.658%2C46.606%20L15.514%2C49.056%20C15.054%2C49.173%2014.578%2C48.899%2014.453%2C48.442%20C14.331%2C47.975%2014.604%2C47.504%2015.066%2C47.379%20L25.178%2C44.666%20L25.233%2C44.461%20C20.637%2C43.026%2016.976%2C39.388%2015.494%2C34.797%20L15.352%2C34.834%20L12.638%2C44.948%20C12.513%2C45.412%2012.038%2C45.685%2011.576%2C45.561%20C11.114%2C45.437%2010.839%2C44.963%2010.963%2C44.499%20L13.418%2C35.354%20L8.928%2C36.555%20L7.717%2C41.078%20C7.594%2C41.539%207.118%2C41.815%206.656%2C41.691%20C6.193%2C41.567%205.919%2C41.092%206.043%2C40.629%20L6.993%2C37.078%20L1.092%2C38.661%20C0.94%2C38.699%200.786%2C38.696%200.644%2C38.658%20C0.354%2C38.58%200.113%2C38.354%200.029%2C38.044%20C-0.094%2C37.579%200.18%2C37.107%200.643%2C36.981%20L6.541%2C35.403%20L3.939%2C32.8%20C3.601%2C32.46%203.602%2C31.909%203.939%2C31.573%20C4.279%2C31.23%204.829%2C31.226%205.166%2C31.571%20L8.475%2C34.884%20L12.963%2C33.681%20L6.265%2C26.99%20C5.928%2C26.647%205.927%2C26.099%206.266%2C25.759%20C6.606%2C25.416%207.151%2C25.418%207.492%2C25.757%20L14.899%2C33.157%20L15.043%2C33.119%20C13.935%2C28.334%2015.481%2C23.497%2018.633%2C19.867%20L18.497%2C19.731%20L8.383%2C22.443%20C8.23%2C22.483%208.077%2C22.479%207.934%2C22.441%20C7.645%2C22.364%207.404%2C22.138%207.32%2C21.828%20C7.197%2C21.363%207.47%2C20.89%207.933%2C20.765%20L17.078%2C18.316%20L13.795%2C15.033%20L9.272%2C16.246%20C9.119%2C16.286%208.966%2C16.283%208.823%2C16.244%20C8.534%2C16.167%208.293%2C15.941%208.209%2C15.631%20C8.086%2C15.166%208.359%2C14.694%208.822%2C14.568%20L12.378%2C13.615%20L8.058%2C9.296%20C7.72%2C8.957%207.72%2C8.408%208.058%2C8.07%20C8.397%2C7.729%208.947%2C7.725%209.284%2C8.068%20L13.606%2C12.392%20L14.558%2C8.833%20C14.682%2C8.369%2015.157%2C8.097%2015.619%2C8.22%20C16.082%2C8.344%2016.357%2C8.818%2016.232%2C9.282%20L15.022%2C13.805%20L18.303%2C17.088%20L20.754%2C7.943%20C20.878%2C7.481%2021.353%2C7.206%2021.816%2C7.33%20C22.278%2C7.454%2022.552%2C7.93%2022.429%2C8.392%20L19.719%2C18.501%20L19.836%2C18.618%20C21.582%2C16.918%2023.762%2C15.964%2026.04%2C15.229%20C27.889%2C14.833%2028.363%2C14.651%2030.612%2C14.716%20C31.451%2C14.741%2032.274%2C14.947%2033.105%2C15.062%20L33.148%2C14.902%20L25.746%2C7.5%20C25.408%2C7.16%2025.408%2C6.611%2025.746%2C6.273%20C26.086%2C5.931%2026.634%2C5.929%2026.973%2C6.271%20L33.668%2C12.964%20L34.869%2C8.48%20L31.559%2C5.167%20C31.221%2C4.827%2031.221%2C4.278%2031.559%2C3.94%20C31.899%2C3.598%2032.447%2C3.594%2032.786%2C3.938%20L35.389%2C6.541%20L36.97%2C0.643%20C37.22%2C0.14%2037.024%2C0.392%2037.688%2C0.008%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M19.24%2C26.219%20Q18.752%2C24.377%2019.613%2C22.88%20Q20.474%2C21.382%2022.381%2C20.866%20Q24.314%2C20.342%2025.794%2C21.206%20Q27.274%2C22.069%2027.781%2C23.982%20L28.048%2C24.987%20Q28.533%2C26.815%2027.676%2C28.304%20Q26.82%2C29.792%2024.914%2C30.308%20Q23.049%2C30.813%2021.535%2C29.989%20Q20.021%2C29.165%2019.503%2C27.21%20z%20M21.874%2C26.658%20Q22.129%2C27.622%2022.818%2C28.071%20Q23.507%2C28.52%2024.377%2C28.284%20Q25.234%2C28.052%2025.601%2C27.317%20Q25.969%2C26.582%2025.699%2C25.563%20L25.428%2C24.544%20Q25.173%2C23.581%2024.482%2C23.125%20Q23.791%2C22.668%2022.921%2C22.904%20Q22.051%2C23.14%2021.694%2C23.887%20Q21.337%2C24.634%2021.6%2C25.625%20z%20M31.941%2C35.033%20Q31.445%2C33.163%2032.339%2C31.679%20Q33.234%2C30.195%2035.098%2C29.69%20Q36.977%2C29.181%2038.479%2C30.016%20Q39.981%2C30.851%2040.503%2C32.819%20L40.766%2C33.811%20Q41.247%2C35.625%2040.406%2C37.117%20Q39.565%2C38.609%2037.632%2C39.132%20Q35.698%2C39.656%2034.208%2C38.81%20Q32.718%2C37.964%2032.211%2C36.052%20z%20M34.577%2C35.486%20Q34.829%2C36.435%2035.536%2C36.895%20Q36.242%2C37.354%2037.099%2C37.122%20Q37.983%2C36.883%2038.333%2C36.167%20Q38.684%2C35.451%2038.406%2C34.404%20L38.129%2C33.358%20Q37.87%2C32.381%2037.175%2C31.94%20Q36.481%2C31.5%2035.639%2C31.728%20Q34.782%2C31.96%2034.406%2C32.69%20Q34.03%2C33.42%2034.304%2C34.453%20z%20M28.162%2C39.766%20L26.169%2C39.229%20L31.778%2C20.685%20L33.771%2C21.223%20z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E"); */
    background-size: 100%;
    background-position: 0;
    background-repeat: no-repeat;
}

.ItemFavorite {
    position: absolute;
    z-index: 2;
    top: 291px;
    left: 20px;
    padding: 5px 10px;
    min-width: 16px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 40px;
    /*
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%2C%200%2C%2020%2C%2018%22%3E%3Cpath%20d%3D%22M10%2C18%20L9.647%2C17.697%20C2.059%2C11.333%200%2C9.091%200%2C5.455%20C0%2C2.424%202.353%2C-0%205.294%2C-0%20C7.706%2C-0%209.059%2C1.394%2010%2C2.485%20C10.941%2C1.394%2012.294%2C-0%2014.706%2C-0%20C17.647%2C-0%2020%2C2.424%2020%2C5.455%20C20%2C9.091%2017.941%2C11.333%2010.353%2C17.697%20L10%2C18%20z%20M5.294%2C1.212%20C3%2C1.212%201.176%2C3.091%201.176%2C5.455%20C1.176%2C8.545%203.059%2C10.606%2010%2C16.424%20C16.941%2C10.606%2018.824%2C8.545%2018.824%2C5.455%20C18.824%2C3.091%2017%2C1.212%2014.706%2C1.212%20C12.647%2C1.212%2011.529%2C2.485%2010.647%2C3.515%20L10%2C4.303%20L9.353%2C3.515%20C8.471%2C2.485%207.353%2C1.212%205.294%2C1.212%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
background-size: 16px;
background-position: 10px 50%;
 */
    background-repeat: no-repeat;
    cursor: pointer;
    color: #992255;
    border: solid 1px #f0f0f0;
    white-space: nowrap;
    background-color: #ffffff;
}

#OneItem .ItemFavorite {
    float: left;
    clear: left;
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    padding: 5px 10px;
    min-width: 16px;
    height: 14px;
    margin: 5px 0 0 0;
    line-height: 14px;
    font-size: 12px;
    border-radius: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #992255;
    border: solid 1px #f0f0f0;
    white-space: nowrap;
    background-color: #ffffff;
}

.ItemFavoriteOn {
    color: #992255;
    /* border: solid 1px #992255; */
    /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%2C%200%2C%2020%2C%2018%22%3E%3Cpath%20d%3D%22M10%2C18%20L9.647%2C17.697%20C2.059%2C11.333%200%2C9.091%200%2C5.455%20C0%2C2.424%202.353%2C-0%205.294%2C-0%20C7.706%2C-0%209.059%2C1.394%2010%2C2.485%20C10.941%2C1.394%2012.294%2C-0%2014.706%2C-0%20C17.647%2C-0%2020%2C2.424%2020%2C5.455%20C20%2C9.091%2017.941%2C11.333%2010.353%2C17.697%20L10%2C18%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E"); */
}

.ItemFavorite:hover, .ItemFavoriteHover {
    color: #FF5522;
    /* border: solid 1px #FF5522; */
    /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%2C%200%2C%2020%2C%2018%22%3E%3Cpath%20d%3D%22M10%2C18%20L9.647%2C17.697%20C2.059%2C11.333%200%2C9.091%200%2C5.455%20C0%2C2.424%202.353%2C-0%205.294%2C-0%20C7.706%2C-0%209.059%2C1.394%2010%2C2.485%20C10.941%2C1.394%2012.294%2C-0%2014.706%2C-0%20C17.647%2C-0%2020%2C2.424%2020%2C5.455%20C20%2C9.091%2017.941%2C11.333%2010.353%2C17.697%20L10%2C18%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E"); */
}

.ItemFavorite:before {
    content: ' \002B';
}

.ItemFavoriteOn:before {
    content: ' \21BB';
}

#ItemFavoriteEdit {
    display: none;
}

.ItemFavoriteEdit {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    height: 320px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    text-align: left;
}

#OneItem .ItemFavoriteEdit {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    height: 320px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    text-align: left;
    border-radius: 15px;
}

.ItemFavoriteEdit input[type="checkbox"] {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}

.ItemFavoriteEditHeader {
    margin: 20px 20px 0 20px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
}

.ItemFavoriteEditDelete {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #992255;
    cursor: pointer;
}

.ItemFavoriteEditDelete:hover {
    color: #FF5522;
}

.ItemFavoriteEditText {
    margin: 10px 20px 0 20px;
    border: solid 1px #f0f0f0;
    width: calc(100% - 62px);
    padding: 10px;
    border-radius: 5px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
}

.ItemFavoriteEditArea {
    display: block;
    margin: 10px 20px 0 20px;
    height: calc(100% - 211px);
    border: solid 1px #f0f0f0;
    width: calc(100% - 62px);
    padding: 10px;
    border-radius: 5px;
    line-height: 18px;
    font-size: 14px;
}

.ItemFavoriteEditUpdate {
    display: block;
    clear: left;
    float: left;
    margin: 10px 20px 0 20px;
    padding: 5px 10px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    cursor: pointer;
    color: #ffffff;
    background-color: #992255;
    border-radius: 34px;
}

.ItemFavoriteEditUpdate:hover {
    background-color: #FF5522;
}

#OneItem .ItemFavoriteEditUpdate {
    text-shadow: none;
}

.ItemFavoriteEditClose {
    display: block;
    clear: right;
    float: right;
    margin: 10px 20px 0 20px;
    height: 22px;
    width: 22px;
    background-color: #992255;
    border-radius: 22px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 8px 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ItemFavoriteEditClose:hover {
    background-color: #FF5522;
}

.ItemFavoriteEditReview {
    display: block;
    clear: both;
    float: left;
    margin: 10px 20px 0 20px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}

#IFEStars {
    margin: 10px 20px 0 20px;
    vertical-align: top;
    display: inline-block;
    width: 75px;
    height: 15px;
}

.IFEStars {
    vertical-align: top;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2215%22%20viewBox%3D%220%2C%200%2C%2030%2C%2015%22%3E%3Cpath%20d%3D%22M7.5%2C0%20L9.354%2C5.608%20L15%2C5.729%20L10.5%2C9.317%20L12.135%2C15%20L7.5%2C11.609%20L2.865%2C15%20L4.5%2C9.317%20L0%2C5.729%20L5.646%2C5.608%20L7.5%2C0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C0%20L24.354%2C5.608%20L30%2C5.729%20L25.5%2C9.317%20L27.135%2C15%20L22.5%2C11.609%20L17.865%2C15%20L19.5%2C9.317%20L15%2C5.729%20L20.646%2C5.608%20L22.5%2C0%20z%20M22.5%2C2.939%20L21.303%2C6.559%20L17.658%2C6.638%20L20.563%2C8.953%20L19.507%2C12.623%20L22.5%2C10.433%20L25.493%2C12.623%20L24.437%2C8.953%20L27.342%2C6.638%20L23.697%2C6.559%20L22.5%2C2.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 30px 15px;
    background-position: -15px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.IFEStarsOn {
    background-position: 0 0;
}

#IFEStarsN {

}

.OneItem .ItemShare {
    float: left;
    height: 18px;
    padding: 8px 0;
    font-size: 12px;
    line-height: 18px;
}

.OneItem .ItemShare .ya-share2 {
    display: inline-block;
    vertical-align: top;
}

.ItemPriceStrike {
    text-decoration: line-through;
    background-image: none;
}

.ItemPriceCart {
    color: #FF5522;
}

.ItemPriceCart:hover {
}

.ItemPriceCart div:nth-of-type(3) {
    background-color: #FF5522;
}

.ItemPriceCart div:nth-of-type(4) {
}

.ItemPriceMail {
    padding: 9px 0px;
    width: 198px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-radius: 15px;
}

.ItemPriceMail:nth-of-type(2) {
    border-radius: 15px;
}

.ItemPriceMail, .ItemPriceMail:hover {
    color: #992255;
    border: solid 1px #992255;
    text-shadow: 1px 1px 0px #ffffff;
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 12px;
    border-radius: 15px;
}

.ItemPriceMail:hover {
    border: solid 1px #FF5522;
}

.ItemPriceMail:hover div {
    color: #FF5522;
}

.ItemPriceMailSent, .ItemPriceMailSent:hover, .ItemPriceMailSent:hover div, .ItemPriceMail .ItemPriceMailSent, .ItemPriceMail .ItemPriceMailSent:hover, .ItemPriceMail .ItemPriceMailSent:hover div {
    color: #999999;
    cursor: auto;
}

.ItemPriceSaleCart {
    color: #FF5522;
}

.ItemPriceSaleCart div:nth-of-type(1) span {
    color: #FF5522;
}

.ItemPriceSaleCart:hover {
}

.ItemPriceSaleCart div:nth-of-type(3) {
    background-color: #FF5522;
}

.ItemPriceSaleCart:hover div:nth-of-type(2), .ItemPriceSaleCart:hover div:nth-of-type(2) span {
}

.ItemPriceSaleCart div:nth-of-type(4) {
}

.ItemCart {
    display: none;
    width: 150px;
    padding: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #cc3300;
    color: #ffffff;
}

.ItemCart:hover {
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #FF5522;
    cursor: pointer;
}

.ItemPricesBuy {
    width: 150px;
    background-color: #FF5522;
    color: #ffffff;
    text-shadow: 1px 1px 0px #cc6600;
    line-height: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
}

.ItemPricesBuy:hover {
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #cc3300;
}

.ItemNames {
    z-index: 1;
    position: relative;
    right: 0;
    left: 0;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    text-shadow: 1px 1px 0px #ffffff;
}

.ItemName {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 10px 0 10px;
    text-align: center;
    font-weight: 700;
}

.ItemName a {
    cursor: pointer;
}

.ItemName:hover, .ItemName:hover a {
    cursor: pointer;
}

.ItemNameEng {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 10px 0 10px;
    /* font-style: italic; */
    text-align: center;
}

.ItemOurAdvice {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 310px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    /* background-color: rgba( 102, 255, 255, 0.9 ); */
    /* background-color: transparent; */
}

.ItemOurAdviceTxt {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 24px;
    padding: 10px;
    text-shadow: 1px 1px 1px #ffffff;
    border-radius: 5px;
    font-style: italic;
    max-height: 136px;
    overflow: hidden;
}

#OneItem .ItemOurAdviceTxt {
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 10px 0 0 0;
    text-shadow: 1px 1px 1px #ffffff;
    border-radius: 5px;
    font-style: italic;
    background-color: #ffffff;
}

.ItemOurAdviceTxt span {
    font-size: 12px;
    line-height: normal;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 3px 0 0 rgba(255, 255, 255, 0.9), -3px 0 0 rgba(255, 255, 255, 0.9);
}

#OneItem .ItemOurAdviceTxt span {
    font-size: 14px;
    line-height: normal;
    background-color: transparent;
    box-shadow: none;
}

.ItemOurAdviceImg {
    margin: 0 0 5px 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("/images/vladimir_040.jpg");
}

.ItemOurAdviceTxtH {
    margin: 10px 0 0 0;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: normal;
    font-style: normal;
    /* font-weight: 700; */
    background-color: rgba(255, 255, 255, 0.9);
}

#OneItem .ItemOurAdviceTxtH {
    margin: 0;
    float: left;
    clear: both;
    font-size: 14px;
    line-height: normal;
    font-style: normal;
    /* font-weight: 700; */
    background-color: transparent;
}

.ItemOurAdviceTxtT {
    margin: 5px 0 0 0;
    padding: 0;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: 14px;
    max-height: 136px;
    overflow: hidden;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.9);
}

#OneItem .ItemOurAdviceTxtT {
    margin: 5px 0 0 0;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: 14px;
    max-height: auto;
    overflow: auto;
    font-weight: 700;
    background-color: transparent;
}

.ItemOurAdviceStarsD {
    margin: 0 0 -5px -5px;
    padding: 5px;
    float: left;
    clear: both;
    width: 75px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}

#OneItem .ItemOurAdviceStarsD {
    background-color: transparent;
}

.ItemOurAdviceStars {
    vertical-align: top;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2230%22%20height%3D%2215%22%20viewBox%3D%220%2C%200%2C%2030%2C%2015%22%3E%3Cpath%20d%3D%22M7.5%2C0%20L9.354%2C5.608%20L15%2C5.729%20L10.5%2C9.317%20L12.135%2C15%20L7.5%2C11.609%20L2.865%2C15%20L4.5%2C9.317%20L0%2C5.729%20L5.646%2C5.608%20L7.5%2C0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C0%20L24.354%2C5.608%20L30%2C5.729%20L25.5%2C9.317%20L27.135%2C15%20L22.5%2C11.609%20L17.865%2C15%20L19.5%2C9.317%20L15%2C5.729%20L20.646%2C5.608%20L22.5%2C0%20z%20M22.5%2C2.939%20L21.303%2C6.559%20L17.658%2C6.638%20L20.563%2C8.953%20L19.507%2C12.623%20L22.5%2C10.433%20L25.493%2C12.623%20L24.437%2C8.953%20L27.342%2C6.638%20L23.697%2C6.559%20L22.5%2C2.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 30px 15px;
    background-position: -15px 0;
    background-repeat: no-repeat;
}

.ItemOurAdviceStarsOn {
    background-position: 0 0;
}

#OneItem .ItemOurAdvice {
    position: relative;
    margin: 10px auto 0 auto;
    width: calc(100% - 20px);
    padding: 0 0 20px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    border-radius: 5px;
    width: 260px;
    margin: 0;
    height: auto;
    left: 0;
}

#OneItem .ItemOurAdvice .ItemOurAdviceTxt {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.ItemID {
    position: absolute;
    top: 10px;
    right: 5px;
    padding: 10px 12px;
    height: 14px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 32px;
}

.ItemFeats {
    font-size: 13px;
    line-height: 13px;
    margin: 5px;
    text-align: center;
}

.ItemFeat {
    display: inline-block;
    margin: 5px;
    text-shadow: 1px 1px 0px #ffffff;
}

.ItemFeatRanks {
    float: left;
    clear: both;
}

.ItemFeatRank {
    float: left;
    clear: both;
    margin: 5px 0px -5px 5px;
    padding: 5px;
    border-radius: 15px;
    /* text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.4 ); */
    color: #ffffff;
    background-color: #FF5522;
    font-size: 12px;
    line-height: 12px;
}

.ItemBMenu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 34px;
}

.ItemBMenuMail {
    display: block;
    position: relative;
    height: 34px;
}

.ItemMenu {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    text-shadow: 1px 1px 0px #ffffff;
    color: #992255;
    width: 80px;
    font-weight: 700;
}

/*
.ItemMenu:first-of-type {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
}
.ItemMenu:last-of-type {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-right: solid 1px #992255;
}
 */
.ItemMore, .ItemOthers {
    padding: 10px 10px;
    width: 64px;
    font-size: 13px;
    line-height: 14px;
    border-radius: 15px;
    cursor: pointer;
}

.ItemMore {
    position: absolute;
    bottom: 0;
    left: calc(50% - 134px);
}

.ItemOthers {
    position: absolute;
    bottom: 0;
    right: calc(50% - 134px);
}

.ItemBMenuMail .ItemMore {
    left: calc(50% - 84px);
}

.ItemBMenuMail .ItemOthers {
    right: calc(50% - 84px);
}

.ItemAllPrices {
    padding: 5px 10px 0 10px;
    font-size: 12px;
    border-radius: 15px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    color: #992255;
}

.ItemAllPricesSale {
    display: inline-block;
    vertical-align: top;
    color: #FF5522;
    font-size: 10px;
    line-height: 10px;
    cursor: pointer;
}

.ItemAllPricesCheck {
    padding: 4px 9px;
    margin: 0 0 5px 0;
    border: solid 1px #f0f0f0;
}

.ItemAllPricesCheckHover {
    padding: 4px 9px;
    color: #FF5522;
    border: solid 1px #FF5522;
    cursor: pointer;
}

.ItemAllPricesCheckOn {
    color: #992255;
    padding: 4px 9px;
    border: solid 1px #992255;
}

.ItemAllPricesCheckOnCart {
    color: #FF5522;
}

.ItemMore:hover, .ItemOthers:hover {
    /*
text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.4 );
background-color: #992255;
 */
    color: #FF5522;
}

.ItemAllPricesOff {
    display: none;
}

.ItemRanks {
    text-align: left;
}

.ItemRank {
    float: left;
    clear: both;
    margin: 5px 0 0 5px;
    padding: 5px 5px 5px 23px;
    text-shadow: 1px 1px 0px #ffffff;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M10%2C8%20L14%2C8%20L14%2C12%20L10%2C12%20L10%2C8%20z%22%20fill%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M0%2C5%20L4%2C5%20L4%2C12%20L0%2C12%20L0%2C5%20z%22%20fill%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M5%2C1%20L9%2C1%20L9%2C12%20L5%2C12%20L5%2C1%20z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px;
    background-position: 7px 50%;
    background-repeat: no-repeat;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 700;
    border-radius: 32px;
}

.ItemRank a:hover {
    color: #992255;
}

.ItemYears {
    position: absolute;
    top: 40px;
    right: 10px;
    padding: 5px;
    text-align: left;
    height: 44px;
    /* border: solid 1px #f0f0f0; */
}

.ItemFeatYears {
    float: right;
    clear: both;
    padding: 1px;
    position: relative;
    text-shadow: 1px 1px 0px #ffffff;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.95);
}

.ItemDesc {
    display: none;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 44px;
    border-radius: 15px;
    text-shadow: 1px 1px 0 #ffffff;
    box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.ItemDescD {
    width: 100%;
    height: 100%;
    display: table;
}

.ItemDescDD {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    border-radius: 15px;
}

.ItemSaleAll {
    height: 300px;
    background-size: cover;
    background-image: url(itembanner3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.ItemSaleAllT {
    display: table;
    width: 100%;
    min-height: 300px;
    height: calc(100% + 30px);
    margin: -10px 0 -20px 0;
}

.ItemSaleAllD {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    padding: 20px;
}

.ItemSaleAllDText {
}

.ItemSaleAllDButton {
    position: relative;
    color: #992255;
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 18px;
    padding: 6px 18px;
    border-radius: 36px;
    text-shadow: none;
}

.ItemBanner {
    float: right;
    height: 300px;
    background-size: cover;
    background-image: url(itembanner3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.ItemBanner:hover {
    /* box-shadow: none; */
}

.ItemHomeSales {
    background-color: rgba(255, 255, 255, 1);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2294%22%20height%3D%22120%22%20viewBox%3D%220%2C%200%2C%2094%2C%20120%22%3E%3Cpath%20d%3D%22M68%2C68%20C53.641%2C68%2042%2C79.641%2042%2C94%20C42%2C108.359%2053.641%2C120%2068%2C120%20C82.359%2C120%2094%2C108.359%2094%2C94%20C94%2C79.641%2082.359%2C68%2068%2C68%20z%20M68%2C80%20C75.732%2C80%2082%2C86.268%2082%2C94%20C82%2C101.732%2075.732%2C108%2068%2C108%20C60.268%2C108%2054%2C101.732%2054%2C94%20C54%2C86.268%2060.268%2C80%2068%2C80%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M70%2C0%20L84%2C0%20L24%2C120%20L10%2C120%20L70%2C0%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3Cpath%20d%3D%22M26%2C0%20C11.641%2C0%200%2C11.641%200%2C26%20C0%2C40.359%2011.641%2C52%2026%2C52%20C40.359%2C52%2052%2C40.359%2052%2C26%20C52%2C11.641%2040.359%2C0%2026%2C0%20z%20M26%2C12%20C33.732%2C12%2040%2C18.268%2040%2C26%20C40%2C33.732%2033.732%2C40%2026%2C40%20C18.268%2C40%2012%2C33.732%2012%2C26%20C12%2C18.268%2018.268%2C12%2026%2C12%20z%22%20fill%3D%22%23FF5522%22%20fill-opacity%3D%220.1%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ItemHomeSalesNoFloat {
    float: none;
}

.ItemBannerT {
    display: table;
    width: 100%;
    height: calc(100% + 30px);
    margin: -10px 0 -20px 0;
}

.ItemBannerD {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.ItemBannerTUp {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}

.ItemBannerTPrice {
    position: relative;
    color: #992255;
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    padding: 6px 18px;
    border-radius: 36px;
    text-shadow: none;
}

.ItemBannerTCount {
    background-color: rgba(153, 255, 102, 0.8);
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;
    padding: 3px 6px;
    margin: -3px -6px;
    color: #ffffff;
    background-color: #FF5522;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
}

#ItemDescUnderlay {
    display: none;
    position: fixed;
    z-index: 501;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
}


#OneItemRank {
    clear: both;
    float: left;
    text-shadow: 1px 1px 0px #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M10%2C8%20L14%2C8%20L14%2C12%20L10%2C12%20L10%2C8%20z%22%20fill%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M0%2C5%20L4%2C5%20L4%2C12%20L0%2C12%20L0%2C5%20z%22%20fill%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M5%2C1%20L9%2C1%20L9%2C12%20L5%2C12%20L5%2C1%20z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    height: 14px;
    margin: 0;
    padding: 0 0 0 16px;
    line-height: 14px;
    font-size: 12px;
    /* font-weight: 700; */
}

#OneItemD {
    background-color: #ffffff;
    position: relative;
    padding: 0 0 34px 0;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2254%22%20height%3D%2254%22%20viewBox%3D%220%2C%200%2C%2054%2C%2054%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22Gradient_1%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2227%22%20y1%3D%220%22%20x2%3D%2227%22%20y2%3D%2254%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffffff%22%20stop-opacity%3D%220.5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F0F0F0%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%2C0%20L54%2C0%20L54%2C54%20L0%2C54%20L0%2C0%20z%22%20fill%3D%22url(%23Gradient_1)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: repeat-x;
    background-position: 0 100%;
}

#OneItem {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 240px);
    padding: 0 20px 20px 20px;
    text-shadow: 1px 1px 0 #ffffff;
}

.OneItem {
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    text-align: left;
}

.OneItem p {
    margin: 0 0 10px 0;
}

#OneItem .OneItem {
    width: 240px;
    float: right;
}

#OneItemText {
    max-width: 880px;
    margin: 20px auto;
    padding: 0 22px 20px 22px;
    text-shadow: 1px 1px 0 #ffffff;
    text-align: center;
}

.OneItemHeader {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    margin: 10px 0;
    line-height: 16px;
    font-size: 16px;
    padding: 7px 0;
    text-shadow: 1px 1px 0 #ffffff;
}

#OneItemPrice {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 220px);
    padding: 0 0 20px 20px;
    text-shadow: 1px 1px 0 #ffffff;
}

#OneItemPricesAsk {
    float: left;
    margin: 10px 0 0 0;
    border-radius: 15px;
    background-color: #f0f0f0;
    display: table;
    width: 240px;
}

#OneItemPrices {
    display: table-cell;
    display: block;
    vertical-align: middle;
    height: 100%;
    padding: 25px 30px 30px 30px;
    background-color: #ffffff;
    border-radius: 15px 15px 0 0;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: solid 1px #f0f0f0;
}

#ItemAsk {
    display: table-cell;
    display: block;
    vertical-align: middle;
    padding: 30px;
    border-radius: 0 0 15px 15px;
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

#ItemAsk div {
    display: block;
    vertical-align: top;
    padding: 10px 15px;
    border-radius: 15px;
}

#ItemAsk div:first-of-type {
    font-size: 13px;
    line-height: 13px;
    padding: 5px 10px;
}

#ItemAsk #ItemAskCall, #ItemAsk #ItemAskMessage {
    display: inline-block;
    line-height: 13px;
    font-size: 13px;
    color: #992255;
    border: solid 1px #992255;
    text-shadow: 1px 1px 1px #ffffff;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

#ItemAsk #ItemAskCall:hover, #ItemAsk #ItemAskMessage:hover {
    color: #ffffff;
    background-color: #ff5522;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#OneItemReviews {
    border-radius: 15px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    padding: 9px 19px 9px 0px;
    width: calc(100% - 19px);
}

.OneItemReview {
    margin: 10px 0 0 20px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 15px;
    width: calc(33.33% - 20px);
    min-width: 200px;
    /* background-color: #f066f0; */
}

.OneItemReviewName {
    margin: 0 0 5px 0;
    padding: 0 0 0 80px;
    overflow: hidden;
    white-space: nowrap;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2275%22%20height%3D%2275%22%20viewBox%3D%220%2C%200%2C%2075%2C%2075%22%3E%3Cpath%20d%3D%22M7.5%2C-0%20L9.354%2C5.608%20L15%2C5.729%20L10.5%2C9.317%20L12.135%2C15%20L7.5%2C11.609%20L2.865%2C15%20L4.5%2C9.317%20L-0%2C5.729%20L5.646%2C5.608%20L7.5%2C-0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M67.5%2C15%20L69.354%2C20.608%20L75%2C20.729%20L70.5%2C24.317%20L72.135%2C30%20L67.5%2C26.609%20L62.865%2C30%20L64.5%2C24.317%20L60%2C20.729%20L65.646%2C20.608%20L67.5%2C15%20z%20M67.5%2C17.939%20L66.303%2C21.559%20L62.658%2C21.638%20L65.563%2C23.953%20L64.507%2C27.623%20L67.5%2C25.433%20L70.493%2C27.623%20L69.437%2C23.953%20L72.342%2C21.638%20L68.697%2C21.559%20L67.5%2C17.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C-0%20L24.354%2C5.608%20L30%2C5.729%20L25.5%2C9.317%20L27.135%2C15%20L22.5%2C11.609%20L17.865%2C15%20L19.5%2C9.317%20L15%2C5.729%20L20.646%2C5.608%20L22.5%2C-0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M37.5%2C-0%20L39.354%2C5.608%20L45%2C5.729%20L40.5%2C9.317%20L42.135%2C15%20L37.5%2C11.609%20L32.865%2C15%20L34.5%2C9.317%20L30%2C5.729%20L35.646%2C5.608%20L37.5%2C-0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M52.5%2C-0%20L54.354%2C5.608%20L60%2C5.729%20L55.5%2C9.317%20L57.135%2C15%20L52.5%2C11.609%20L47.865%2C15%20L49.5%2C9.317%20L45%2C5.729%20L50.646%2C5.608%20L52.5%2C-0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M67.5%2C-0%20L69.354%2C5.608%20L75%2C5.729%20L70.5%2C9.317%20L72.135%2C15%20L67.5%2C11.609%20L62.865%2C15%20L64.5%2C9.317%20L60%2C5.729%20L65.646%2C5.608%20L67.5%2C-0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7.5%2C15%20L9.354%2C20.608%20L15%2C20.729%20L10.5%2C24.317%20L12.135%2C30%20L7.5%2C26.609%20L2.865%2C30%20L4.5%2C24.317%20L-0%2C20.729%20L5.646%2C20.608%20L7.5%2C15%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C15%20L24.354%2C20.608%20L30%2C20.729%20L25.5%2C24.317%20L27.135%2C30%20L22.5%2C26.609%20L17.865%2C30%20L19.5%2C24.317%20L15%2C20.729%20L20.646%2C20.608%20L22.5%2C15%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M37.5%2C15%20L39.354%2C20.608%20L45%2C20.729%20L40.5%2C24.317%20L42.135%2C30%20L37.5%2C26.609%20L32.865%2C30%20L34.5%2C24.317%20L30%2C20.729%20L35.646%2C20.608%20L37.5%2C15%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M52.5%2C15%20L54.354%2C20.608%20L60%2C20.729%20L55.5%2C24.317%20L57.135%2C30%20L52.5%2C26.609%20L47.865%2C30%20L49.5%2C24.317%20L45%2C20.729%20L50.646%2C20.608%20L52.5%2C15%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M67.5%2C30%20L69.354%2C35.608%20L75%2C35.729%20L70.5%2C39.317%20L72.135%2C45%20L67.5%2C41.609%20L62.865%2C45%20L64.5%2C39.317%20L60%2C35.729%20L65.646%2C35.608%20L67.5%2C30%20z%20M67.5%2C32.939%20L66.303%2C36.559%20L62.658%2C36.638%20L65.563%2C38.953%20L64.507%2C42.623%20L67.5%2C40.433%20L70.493%2C42.623%20L69.437%2C38.953%20L72.342%2C36.638%20L68.697%2C36.559%20L67.5%2C32.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7.5%2C30%20L9.354%2C35.608%20L15%2C35.729%20L10.5%2C39.317%20L12.135%2C45%20L7.5%2C41.609%20L2.865%2C45%20L4.5%2C39.317%20L-0%2C35.729%20L5.646%2C35.608%20L7.5%2C30%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C30%20L24.354%2C35.608%20L30%2C35.729%20L25.5%2C39.317%20L27.135%2C45%20L22.5%2C41.609%20L17.865%2C45%20L19.5%2C39.317%20L15%2C35.729%20L20.646%2C35.608%20L22.5%2C30%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M37.5%2C30%20L39.354%2C35.608%20L45%2C35.729%20L40.5%2C39.317%20L42.135%2C45%20L37.5%2C41.609%20L32.865%2C45%20L34.5%2C39.317%20L30%2C35.729%20L35.646%2C35.608%20L37.5%2C30%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M52.5%2C30%20L54.354%2C35.608%20L60%2C35.729%20L55.5%2C39.317%20L57.135%2C45%20L52.5%2C41.609%20L47.865%2C45%20L49.5%2C39.317%20L45%2C35.729%20L50.646%2C35.608%20L52.5%2C30%20z%20M52.5%2C32.939%20L51.303%2C36.559%20L47.658%2C36.638%20L50.563%2C38.953%20L49.507%2C42.623%20L52.5%2C40.433%20L55.493%2C42.623%20L54.437%2C38.953%20L57.342%2C36.638%20L53.697%2C36.559%20L52.5%2C32.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M67.5%2C45%20L69.354%2C50.608%20L75%2C50.729%20L70.5%2C54.317%20L72.135%2C60%20L67.5%2C56.609%20L62.865%2C60%20L64.5%2C54.317%20L60%2C50.729%20L65.646%2C50.608%20L67.5%2C45%20z%20M67.5%2C47.939%20L66.303%2C51.559%20L62.658%2C51.638%20L65.563%2C53.953%20L64.507%2C57.623%20L67.5%2C55.433%20L70.493%2C57.623%20L69.437%2C53.953%20L72.342%2C51.638%20L68.697%2C51.559%20L67.5%2C47.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7.5%2C45%20L9.354%2C50.608%20L15%2C50.729%20L10.5%2C54.317%20L12.135%2C60%20L7.5%2C56.609%20L2.865%2C60%20L4.5%2C54.317%20L-0%2C50.729%20L5.646%2C50.608%20L7.5%2C45%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C45%20L24.354%2C50.608%20L30%2C50.729%20L25.5%2C54.317%20L27.135%2C60%20L22.5%2C56.609%20L17.865%2C60%20L19.5%2C54.317%20L15%2C50.729%20L20.646%2C50.608%20L22.5%2C45%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M52.5%2C45%20L54.354%2C50.608%20L60%2C50.729%20L55.5%2C54.317%20L57.135%2C60%20L52.5%2C56.609%20L47.865%2C60%20L49.5%2C54.317%20L45%2C50.729%20L50.646%2C50.608%20L52.5%2C45%20z%20M52.5%2C47.939%20L51.303%2C51.559%20L47.658%2C51.638%20L50.563%2C53.953%20L49.507%2C57.623%20L52.5%2C55.433%20L55.493%2C57.623%20L54.437%2C53.953%20L57.342%2C51.638%20L53.697%2C51.559%20L52.5%2C47.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M37.5%2C45%20L39.354%2C50.608%20L45%2C50.729%20L40.5%2C54.317%20L42.135%2C60%20L37.5%2C56.609%20L32.865%2C60%20L34.5%2C54.317%20L30%2C50.729%20L35.646%2C50.608%20L37.5%2C45%20z%20M37.5%2C47.939%20L36.303%2C51.559%20L32.658%2C51.638%20L35.563%2C53.953%20L34.507%2C57.623%20L37.5%2C55.433%20L40.493%2C57.623%20L39.437%2C53.953%20L42.342%2C51.638%20L38.697%2C51.559%20L37.5%2C47.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M67.5%2C60%20L69.354%2C65.608%20L75%2C65.729%20L70.5%2C69.317%20L72.135%2C75%20L67.5%2C71.609%20L62.865%2C75%20L64.5%2C69.317%20L60%2C65.729%20L65.646%2C65.608%20L67.5%2C60%20z%20M67.5%2C62.939%20L66.303%2C66.559%20L62.658%2C66.638%20L65.563%2C68.953%20L64.507%2C72.623%20L67.5%2C70.433%20L70.493%2C72.623%20L69.437%2C68.953%20L72.342%2C66.638%20L68.697%2C66.559%20L67.5%2C62.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7.5%2C60%20L9.354%2C65.608%20L15%2C65.729%20L10.5%2C69.317%20L12.135%2C75%20L7.5%2C71.609%20L2.865%2C75%20L4.5%2C69.317%20L0%2C65.729%20L5.646%2C65.608%20L7.5%2C60%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M52.5%2C60%20L54.354%2C65.608%20L60%2C65.729%20L55.5%2C69.317%20L57.135%2C75%20L52.5%2C71.609%20L47.865%2C75%20L49.5%2C69.317%20L45%2C65.729%20L50.646%2C65.608%20L52.5%2C60%20z%20M52.5%2C62.939%20L51.303%2C66.559%20L47.658%2C66.638%20L50.563%2C68.953%20L49.507%2C72.623%20L52.5%2C70.433%20L55.493%2C72.623%20L54.437%2C68.953%20L57.342%2C66.638%20L53.697%2C66.559%20L52.5%2C62.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M37.5%2C60%20L39.354%2C65.608%20L45%2C65.729%20L40.5%2C69.317%20L42.135%2C75%20L37.5%2C71.609%20L32.865%2C75%20L34.5%2C69.317%20L30%2C65.729%20L35.646%2C65.608%20L37.5%2C60%20z%20M37.5%2C62.939%20L36.303%2C66.559%20L32.658%2C66.638%20L35.563%2C68.953%20L34.507%2C72.623%20L37.5%2C70.433%20L40.493%2C72.623%20L39.437%2C68.953%20L42.342%2C66.638%20L38.697%2C66.559%20L37.5%2C62.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M22.5%2C60%20L24.354%2C65.608%20L30%2C65.729%20L25.5%2C69.317%20L27.135%2C75%20L22.5%2C71.609%20L17.865%2C75%20L19.5%2C69.317%20L15%2C65.729%20L20.646%2C65.608%20L22.5%2C60%20z%20M22.5%2C62.939%20L21.303%2C66.559%20L17.658%2C66.638%20L20.563%2C68.953%20L19.507%2C72.623%20L22.5%2C70.433%20L25.493%2C72.623%20L24.437%2C68.953%20L27.342%2C66.638%20L23.697%2C66.559%20L22.5%2C62.939%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 75px 75px;
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 15px;
    line-height: 15px;
    font-style: italic;
}

.OneItemReviewNameOnly {
    background-image: none;
    padding: 0;
}

.OneItemReviewHidden {
    display: none;
}

.OneItemReviewStars5 {
    background-position: 0 0;
}

.OneItemReviewStars4 {
    background-position: 0 -15px;
}

.OneItemReviewStars3 {
    background-position: 0 -30px;
}

.OneItemReviewStars2 {
    background-position: 0 -45px;
}

.OneItemReviewStars1 {
    background-position: 0 -60px;
}

.OneItemReviewText {
    margin: 0 0 10px 0;
    padding: 0;
}

.OneItemReviewText div:nth-of-type(1) {
    font-style: italic;
    margin: 0 0 5px 0;
}

.MyReview {
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    border-radius: 35px;
    padding: 9px;
    margin: 10px 0 0 10px;
    color: #992255;
    border: solid 1px #992255;
    cursor: pointer;
}

.MyReview:hover {
    color: #FF5522;
    border: solid 1px #FF5522;
}

#AllReviews {
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    border-radius: 35px;
    padding: 10px;
    color: #992255;
    background-color: #ffffff;
    cursor: pointer;
}

#AllReviews:hover {
    color: #FF5522;
}

.OneItemHeader, #OneItemReviews, #AllReviews {
    /* display: none; */
}

#OneItemID {
    line-height: 13px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    width: 240px;
}

#OneItemImages {
    width: calc(100% - 10px);
    padding: 5px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}

.OneItemImagesThumb {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 0;
    margin: 5px;
}

.OneItemImagesThumb img {
    width: 90px;
    height: 90px;
    border: 0;
}

#OneItemImage {
    position: relative;
    width: 400px;
    min-height: 400px;
    margin: 0 auto 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
    border-radius: 15px;
}

#OneItemImage img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
}

#OneItemImage a:first-of-type img {
    width: auto;
    height: 400px;
    margin: 0;
}

.OneItemPrices {
    float: left;
    position: relative;
    color: #ffffff;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: right;
}

.OneItemPrice, .OneItemPrice:first-of-type {
    display: block;
    margin: 5px 0 0 0;
}

.OneItemPrice div {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.OneItemPrice div:nth-of-type(1), .OneItemPrice div:nth-of-type(2) {
    margin: 0 10px 0 0;
    padding: 11px 0;
    font-size: 13px;
    line-height: 13px;
    text-shadow: none;
}

.OneItemPrice div:nth-of-type(1) {
    width: 50px;
    text-align: right;
}

.OneItemPrice div:nth-of-type(2) {
    padding: 7px 0;
    font-size: 18px;
    line-height: 18px;
    width: 100px;
    text-align: right;
}

.OneItemPrice div:nth-of-type(2) span {
    font-size: 14px;
    line-height: 18px;
}

.OneItemPrice div:nth-of-type(3) {
    width: 70px;
    margin: 0;
}

.OneItemNames {
    clear: both;
    display: block;
    width: calc(100%);
    background-color: #ffffff;
    position: relative;
    padding: 20px;
    margin: 0;
}

.OneItemPrices .ItemNamesG {
    bottom: 0;
}

.OneItemText {
    max-width: 920px;
    margin: 0 auto;
}

.OneItemText img {
    max-width: 100%;
}

.OneItemText iframe {
    max-width: 100%;
}

.OneItemPrices .ItemPriceMail {
    text-align: center;
}

#ItemFeatures {
    margin: 0;
    padding: 0;
}

.ItemFeatures {
    /*display: inline-block;*/
    display: block;
    /* display: block; */
    margin: 10px 20px 10px 0;
}

.ItemFeaturesN {
    line-height: 13px;
    font-size: 13px;
    color: #cccccc;
}

.ItemFeaturesL {
    margin: 0 0 0 0;
    display: inline-block;
}

.MainName {
    clear: both;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.MainNameA {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 42px;
}

.MainNameAAll {
    padding: 9px 19px;
    color: #992255;
    border: solid 1px #ffffff;
    cursor: pointer;
}

.MainNameAAll:hover {
    color: #FF5522;
    border: solid 1px #FF5522;
}

.MainNameAOn {
    border: solid 1px #992255;
}

.MainNameAOn:hover {
    color: #992255;
    border: solid 1px #992255;
    cursor: auto;
}

.MainNameText {
    /* display: none; */
    padding: 0;
    text-align: left;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.MainNameText:nth-of-type(2) {
    display: block;
}

#OneNote {
    clear: both;
    position: relative;
    overflow: hidden;
    height: 200px;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0 0 0;
    padding: 0 0 40px 0;
}

.OneNote {
    padding: 0 10px 0 20px;
    text-shadow: 1px 1px 0px #ffffff;
}

.OneNoteD {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 980px;
    text-align: justify;
}

.OneNoteD img {
    max-width: 100%;
}

.OneNoteD iframe {
    max-width: 100%;
}

#OneNoteMore {
    position: relative;
    height: 34px;
}

#OneNoteMore div {
    margin: 0 auto;
    height: 14px;
    width: 14px;
    display: block;
    padding: 10px 15px;
    border-radius: 36px;
    background-size: 14px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #992255;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M16%2C24.75%20L0%2C8.75%20L1.5%2C7.25%20L16%2C21.75%20L30.5%2C7.25%20L32%2C8.75%20L16%2C24.75%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

#OneNoteMore div:hover {
    background-color: #FF5522;
}

.OneNoteG {
    background-image: url(onenoteg.svg);
    background-size: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#Notes {
    padding: 10px 0 10px 0;
    font-size: 13px;
    line-height: 15px;
    background-color: #f0f0f0;
    text-align: center;
}

.Note {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
    padding: 0 0 20px 0;
    width: calc(25% - 10px);
    height: 140px;
    position: relative;
    border-radius: 15px;
    text-align: left;
}

.NoteD {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    left: 0;
    overflow: hidden;
}

.NoteH {
    margin: 20px 20px 0 20px;
    font-weight: 700;
}

.NoteT {
    margin: 10px 20px 0 20px;
}

.NoteD img {
    position: relative;
    z-index: 1;
    border-radius: 120px;
    margin: 20px;
    width: 120px;
    height: 120px;
    float: right;
}

.NoteG {
    background-image: url(noteg.svg);
    background-size: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}


.ItemsSorting {
    font-size: 14px;
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.ItemsSortingA, .ItemsSortingAB {
    color: #992255;
    padding: 5px 10px;
    border-radius: 15px;
    text-shadow: 1px 1px 0px #ffffff;
}

.ItemsSortingA:link, .ItemsSortingA:visited {
    border: solid 1px #ffffff;
}

.ItemsSortingA:hover, .ItemsSortingA:active {
    color: #FF5522;
    border: solid 1px #FF5522;
}

.ItemsSortingAB:link, .ItemsSortingAB:visited {
    border: solid 1px #992255;
}

.ItemsSortingAB:hover, .ItemsSortingAB:active {
    border: solid 1px #FF5522;
}


.pl_t {
    clear: both;
    margin: 10px auto;
    border: solid 0px #f0f0f0;
    border-collapse: collapse;
}

.pl_td {
    padding: 20px;
}

.pl_td_a {
    padding: 20px;
}

.PathIAct a:nth-of-type(1) {
    padding: 4px 0px;
    width: 7px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    background-color: transparent;
    border-radius: 15px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 7px;
    background-position: 0;
    background-repeat: no-repeat;
}

.PathIAct a:nth-of-type(1):hover {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M0%2C0%20L14%2C0%20L14%2C2%20L0%2C2%20L0%2C0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M0%2C12%20L14%2C12%20L14%2C14%20L0%2C14%20L0%2C12%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M0%2C6%20L14%2C6%20L14%2C8%20L0%2C8%20L0%2C6%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.PathIAct a:nth-of-type(2) {
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    background-color: transparent;
    color: #992255;
}

.PathIAct a:nth-of-type(2):hover {
    color: #FF5522;
    background-color: transparent;
}

.PathIAct a:nth-of-type(3) {
    padding: 4px 0px;
    width: 7px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 7px;
    background-position: 0;
    background-repeat: no-repeat;
}

.PathIAct a:nth-of-type(3):hover {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.PathIAct a:hover {
    color: #ffffff;
    background-color: #992255;
}

.PathIActPre {
    display: inline-block;
    margin: 5px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #992255;
}

.PathIAct a:hover {
    color: #ffffff;
    background-color: #992255;
}


.SiteMapMini {
    text-align: center;
}

.SiteMapMiniD {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 0 0 20px;
    text-align: left;
}

.SiteMapMiniD:nth-of-type(2) {
    margin: 0 20px;
}

.SiteMapMiniD1 {
    font-weight: 700;
    text-shadow: #ffffff 1px 1px 0px;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #ffffff;
}

.SiteMapMiniD2 {
    text-shadow: #ffffff 1px 1px 0px;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #ffffff;
}

.MenuSocial {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    padding: 0;
}

.MenuInsta div {
    opacity: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cpath%20d%3D%22M20.08%2C3.683%20C25.42%2C3.683%2026.053%2C3.703%2028.162%2C3.799%20C30.112%2C3.888%2031.171%2C4.214%2031.875%2C4.488%20C32.809%2C4.851%2033.475%2C5.284%2034.175%2C5.984%20C34.875%2C6.684%2035.308%2C7.35%2035.671%2C8.284%20C35.945%2C8.988%2036.271%2C10.047%2036.36%2C11.997%20C36.456%2C14.106%2036.476%2C14.739%2036.476%2C20.079%20C36.476%2C25.419%2036.456%2C26.052%2036.36%2C28.161%20C36.271%2C30.111%2035.945%2C31.17%2035.671%2C31.875%20C35.308%2C32.808%2034.875%2C33.474%2034.175%2C34.174%20C33.475%2C34.874%2032.809%2C35.307%2031.875%2C35.67%20C31.171%2C35.944%2030.112%2C36.27%2028.162%2C36.359%20C26.053%2C36.455%2025.421%2C36.475%2020.08%2C36.475%20C14.739%2C36.475%2014.107%2C36.455%2011.998%2C36.359%20C10.048%2C36.27%208.989%2C35.944%208.285%2C35.67%20C7.351%2C35.307%206.685%2C34.874%205.985%2C34.174%20C5.285%2C33.474%204.852%2C32.808%204.489%2C31.875%20C4.215%2C31.17%203.889%2C30.111%203.8%2C28.161%20C3.704%2C26.052%203.684%2C25.419%203.684%2C20.079%20C3.684%2C14.739%203.704%2C14.106%203.8%2C11.997%20C3.889%2C10.047%204.215%2C8.988%204.489%2C8.284%20C4.852%2C7.35%205.285%2C6.684%205.985%2C5.984%20C6.685%2C5.284%207.351%2C4.851%208.285%2C4.488%20C8.989%2C4.214%2010.048%2C3.888%2011.998%2C3.799%20C14.107%2C3.703%2014.74%2C3.683%2020.08%2C3.683%20M20.08%2C0.079%20C14.648%2C0.079%2013.967%2C0.102%2011.834%2C0.199%20C9.705%2C0.297%208.251%2C0.635%206.979%2C1.129%20C5.664%2C1.64%204.549%2C2.324%203.437%2C3.436%20C2.325%2C4.548%201.641%2C5.663%201.13%2C6.978%20C0.635%2C8.25%200.297%2C9.704%200.2%2C11.833%20C0.103%2C13.966%200.08%2C14.647%200.08%2C20.079%20C0.08%2C25.511%200.103%2C26.192%200.2%2C28.325%20C0.297%2C30.454%200.635%2C31.908%201.13%2C33.18%20C1.641%2C34.495%202.325%2C35.61%203.437%2C36.722%20C4.549%2C37.834%205.664%2C38.518%206.979%2C39.029%20C8.251%2C39.524%209.705%2C39.862%2011.834%2C39.959%20C13.967%2C40.056%2014.648%2C40.079%2020.08%2C40.079%20C25.512%2C40.079%2026.193%2C40.056%2028.326%2C39.959%20C30.455%2C39.862%2031.909%2C39.524%2033.181%2C39.029%20C34.496%2C38.518%2035.611%2C37.834%2036.723%2C36.722%20C37.835%2C35.61%2038.519%2C34.495%2039.03%2C33.18%20C39.524%2C31.908%2039.862%2C30.454%2039.96%2C28.325%20C40.057%2C26.192%2040.08%2C25.511%2040.08%2C20.079%20C40.08%2C14.647%2040.057%2C13.966%2039.96%2C11.833%20C39.862%2C9.704%2039.524%2C8.25%2039.03%2C6.978%20C38.519%2C5.663%2037.835%2C4.548%2036.723%2C3.436%20C35.611%2C2.324%2034.496%2C1.64%2033.181%2C1.129%20C31.909%2C0.635%2030.455%2C0.297%2028.326%2C0.199%20C26.193%2C0.102%2025.512%2C0.079%2020.08%2C0.079%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M20.08%2C9.809%20C14.408%2C9.809%209.81%2C14.407%209.81%2C20.079%20C9.81%2C25.751%2014.408%2C30.349%2020.08%2C30.349%20C25.752%2C30.349%2030.35%2C25.751%2030.35%2C20.079%20C30.35%2C14.407%2025.752%2C9.809%2020.08%2C9.809%20z%20M20.08%2C26.746%20C16.398%2C26.746%2013.413%2C23.761%2013.413%2C20.079%20C13.413%2C16.397%2016.398%2C13.412%2020.08%2C13.412%20C23.762%2C13.412%2026.747%2C16.397%2026.747%2C20.079%20C26.747%2C23.761%2023.762%2C26.746%2020.08%2C26.746%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M33.156%2C9.403%20C33.156%2C10.728%2032.082%2C11.803%2030.756%2C11.803%20C29.431%2C11.803%2028.356%2C10.728%2028.356%2C9.403%20C28.356%2C8.077%2029.431%2C7.003%2030.756%2C7.003%20C32.082%2C7.003%2033.156%2C8.077%2033.156%2C9.403%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.MenuInsta:hover div {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cpath%20d%3D%22M20.08%2C3.683%20C25.42%2C3.683%2026.053%2C3.703%2028.162%2C3.799%20C30.112%2C3.888%2031.171%2C4.214%2031.875%2C4.488%20C32.809%2C4.851%2033.475%2C5.284%2034.175%2C5.984%20C34.875%2C6.684%2035.308%2C7.35%2035.671%2C8.284%20C35.945%2C8.988%2036.271%2C10.047%2036.36%2C11.997%20C36.456%2C14.106%2036.476%2C14.739%2036.476%2C20.079%20C36.476%2C25.419%2036.456%2C26.052%2036.36%2C28.161%20C36.271%2C30.111%2035.945%2C31.17%2035.671%2C31.875%20C35.308%2C32.808%2034.875%2C33.474%2034.175%2C34.174%20C33.475%2C34.874%2032.809%2C35.307%2031.875%2C35.67%20C31.171%2C35.944%2030.112%2C36.27%2028.162%2C36.359%20C26.053%2C36.455%2025.421%2C36.475%2020.08%2C36.475%20C14.739%2C36.475%2014.107%2C36.455%2011.998%2C36.359%20C10.048%2C36.27%208.989%2C35.944%208.285%2C35.67%20C7.351%2C35.307%206.685%2C34.874%205.985%2C34.174%20C5.285%2C33.474%204.852%2C32.808%204.489%2C31.875%20C4.215%2C31.17%203.889%2C30.111%203.8%2C28.161%20C3.704%2C26.052%203.684%2C25.419%203.684%2C20.079%20C3.684%2C14.739%203.704%2C14.106%203.8%2C11.997%20C3.889%2C10.047%204.215%2C8.988%204.489%2C8.284%20C4.852%2C7.35%205.285%2C6.684%205.985%2C5.984%20C6.685%2C5.284%207.351%2C4.851%208.285%2C4.488%20C8.989%2C4.214%2010.048%2C3.888%2011.998%2C3.799%20C14.107%2C3.703%2014.74%2C3.683%2020.08%2C3.683%20M20.08%2C0.079%20C14.648%2C0.079%2013.967%2C0.102%2011.834%2C0.199%20C9.705%2C0.297%208.251%2C0.635%206.979%2C1.129%20C5.664%2C1.64%204.549%2C2.324%203.437%2C3.436%20C2.325%2C4.548%201.641%2C5.663%201.13%2C6.978%20C0.635%2C8.25%200.297%2C9.704%200.2%2C11.833%20C0.103%2C13.966%200.08%2C14.647%200.08%2C20.079%20C0.08%2C25.511%200.103%2C26.192%200.2%2C28.325%20C0.297%2C30.454%200.635%2C31.908%201.13%2C33.18%20C1.641%2C34.495%202.325%2C35.61%203.437%2C36.722%20C4.549%2C37.834%205.664%2C38.518%206.979%2C39.029%20C8.251%2C39.524%209.705%2C39.862%2011.834%2C39.959%20C13.967%2C40.056%2014.648%2C40.079%2020.08%2C40.079%20C25.512%2C40.079%2026.193%2C40.056%2028.326%2C39.959%20C30.455%2C39.862%2031.909%2C39.524%2033.181%2C39.029%20C34.496%2C38.518%2035.611%2C37.834%2036.723%2C36.722%20C37.835%2C35.61%2038.519%2C34.495%2039.03%2C33.18%20C39.524%2C31.908%2039.862%2C30.454%2039.96%2C28.325%20C40.057%2C26.192%2040.08%2C25.511%2040.08%2C20.079%20C40.08%2C14.647%2040.057%2C13.966%2039.96%2C11.833%20C39.862%2C9.704%2039.524%2C8.25%2039.03%2C6.978%20C38.519%2C5.663%2037.835%2C4.548%2036.723%2C3.436%20C35.611%2C2.324%2034.496%2C1.64%2033.181%2C1.129%20C31.909%2C0.635%2030.455%2C0.297%2028.326%2C0.199%20C26.193%2C0.102%2025.512%2C0.079%2020.08%2C0.079%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M20.08%2C9.809%20C14.408%2C9.809%209.81%2C14.407%209.81%2C20.079%20C9.81%2C25.751%2014.408%2C30.349%2020.08%2C30.349%20C25.752%2C30.349%2030.35%2C25.751%2030.35%2C20.079%20C30.35%2C14.407%2025.752%2C9.809%2020.08%2C9.809%20z%20M20.08%2C26.746%20C16.398%2C26.746%2013.413%2C23.761%2013.413%2C20.079%20C13.413%2C16.397%2016.398%2C13.412%2020.08%2C13.412%20C23.762%2C13.412%2026.747%2C16.397%2026.747%2C20.079%20C26.747%2C23.761%2023.762%2C26.746%2020.08%2C26.746%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M33.156%2C9.403%20C33.156%2C10.728%2032.082%2C11.803%2030.756%2C11.803%20C29.431%2C11.803%2028.356%2C10.728%2028.356%2C9.403%20C28.356%2C8.077%2029.431%2C7.003%2030.756%2C7.003%20C32.082%2C7.003%2033.156%2C8.077%2033.156%2C9.403%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.MenuVK div {
    opacity: 1;
    width: 24px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2024%2C%2014%22%3E%3Cpath%20d%3D%22M19.937%2C6.864%20C19.937%2C6.864%2023.099%2C2.42%2023.414%2C0.96%20C23.518%2C0.438%2023.288%2C0.146%2022.743%2C0.146%20C22.743%2C0.146%2020.921%2C0.146%2020%2C0.146%20C19.372%2C0.146%2019.141%2C0.417%2018.953%2C0.814%20C18.953%2C0.814%2017.47%2C3.962%2015.665%2C5.946%20C15.086%2C6.588%2014.791%2C6.781%2014.471%2C6.781%20C14.213%2C6.781%2014.094%2C6.567%2014.094%2C5.988%20L14.094%2C0.918%20C14.094%2C0.209%2014.01%2C-0%2013.424%2C-0%20L9.026%2C-0%20C8.691%2C-0%208.482%2C0.194%208.482%2C0.459%20C8.482%2C1.127%209.508%2C1.278%209.508%2C3.088%20L9.508%2C6.823%20C9.508%2C7.574%209.466%2C7.866%209.11%2C7.866%20C8.168%2C7.866%205.927%2C4.632%204.67%2C0.96%20C4.419%2C0.209%204.147%2C-0%203.435%2C-0%20L0.691%2C-0%20C0.293%2C-0%20-0%2C0.271%20-0%2C0.668%20C-0%2C1.398%200.859%2C4.778%204.23%2C9.306%20C6.492%2C12.352%209.466%2C14%2012.147%2C14%20C13.78%2C14%2014.178%2C13.729%2014.178%2C13.04%20L14.178%2C10.703%20C14.178%2C10.119%2014.408%2C9.869%2014.743%2C9.869%20C15.12%2C9.869%2015.786%2C9.99%2017.34%2C11.517%20C19.183%2C13.27%2019.309%2C14%2020.314%2C14%20L23.393%2C14%20C23.707%2C14%2024%2C13.854%2024%2C13.332%20C24%2C12.644%2023.099%2C11.413%2021.717%2C9.952%20C21.152%2C9.201%2020.23%2C8.388%2019.937%2C8.012%20C19.518%2C7.574%2019.644%2C7.323%2019.937%2C6.864%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 24px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.MenuVK:hover div {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2024%2C%2014%22%3E%3Cpath%20d%3D%22M19.937%2C6.864%20C19.937%2C6.864%2023.099%2C2.42%2023.414%2C0.96%20C23.518%2C0.438%2023.288%2C0.146%2022.743%2C0.146%20C22.743%2C0.146%2020.921%2C0.146%2020%2C0.146%20C19.372%2C0.146%2019.141%2C0.417%2018.953%2C0.814%20C18.953%2C0.814%2017.47%2C3.962%2015.665%2C5.946%20C15.086%2C6.588%2014.791%2C6.781%2014.471%2C6.781%20C14.213%2C6.781%2014.094%2C6.567%2014.094%2C5.988%20L14.094%2C0.918%20C14.094%2C0.209%2014.01%2C-0%2013.424%2C-0%20L9.026%2C-0%20C8.691%2C-0%208.482%2C0.194%208.482%2C0.459%20C8.482%2C1.127%209.508%2C1.278%209.508%2C3.088%20L9.508%2C6.823%20C9.508%2C7.574%209.466%2C7.866%209.11%2C7.866%20C8.168%2C7.866%205.927%2C4.632%204.67%2C0.96%20C4.419%2C0.209%204.147%2C-0%203.435%2C-0%20L0.691%2C-0%20C0.293%2C-0%20-0%2C0.271%20-0%2C0.668%20C-0%2C1.398%200.859%2C4.778%204.23%2C9.306%20C6.492%2C12.352%209.466%2C14%2012.147%2C14%20C13.78%2C14%2014.178%2C13.729%2014.178%2C13.04%20L14.178%2C10.703%20C14.178%2C10.119%2014.408%2C9.869%2014.743%2C9.869%20C15.12%2C9.869%2015.786%2C9.99%2017.34%2C11.517%20C19.183%2C13.27%2019.309%2C14%2020.314%2C14%20L23.393%2C14%20C23.707%2C14%2024%2C13.854%2024%2C13.332%20C24%2C12.644%2023.099%2C11.413%2021.717%2C9.952%20C21.152%2C9.201%2020.23%2C8.388%2019.937%2C8.012%20C19.518%2C7.574%2019.644%2C7.323%2019.937%2C6.864%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.MenuFB div {
    opacity: 1;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cpath%20d%3D%22M37.792%2C0%20L2.208%2C0%20C0.988%2C0%200%2C0.988%200%2C2.208%20L0%2C37.792%20C0%2C39.012%200.988%2C40%202.208%2C40%20L21.365%2C40%20L21.365%2C24.51%20L16.152%2C24.51%20L16.152%2C18.473%20L21.365%2C18.473%20L21.365%2C14.021%20C21.365%2C8.855%2024.521%2C6.041%2029.13%2C6.041%20C31.337%2C6.041%2033.235%2C6.206%2033.788%2C6.279%20L33.788%2C11.678%20L30.591%2C11.68%20C28.085%2C11.68%2027.599%2C12.871%2027.599%2C14.619%20L27.599%2C18.473%20L33.577%2C18.473%20L32.799%2C24.51%20L27.599%2C24.51%20L27.599%2C40%20L37.792%2C40%20C39.012%2C40%2040%2C39.012%2040%2C37.792%20L40%2C2.208%20C40%2C0.988%2039.012%2C0%2037.792%2C0%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.MenuFB:hover div {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cpath%20d%3D%22M37.792%2C0%20L2.208%2C0%20C0.988%2C0%200%2C0.988%200%2C2.208%20L0%2C37.792%20C0%2C39.012%200.988%2C40%202.208%2C40%20L21.365%2C40%20L21.365%2C24.51%20L16.152%2C24.51%20L16.152%2C18.473%20L21.365%2C18.473%20L21.365%2C14.021%20C21.365%2C8.855%2024.521%2C6.041%2029.13%2C6.041%20C31.337%2C6.041%2033.235%2C6.206%2033.788%2C6.279%20L33.788%2C11.678%20L30.591%2C11.68%20C28.085%2C11.68%2027.599%2C12.871%2027.599%2C14.619%20L27.599%2C18.473%20L33.577%2C18.473%20L32.799%2C24.51%20L27.599%2C24.51%20L27.599%2C40%20L37.792%2C40%20C39.012%2C40%2040%2C39.012%2040%2C37.792%20L40%2C2.208%20C40%2C0.988%2039.012%2C0%2037.792%2C0%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.MenuTwit div {
    opacity: 1;
    width: 18px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2025%2C%2020%22%3E%3Cpath%20d%3D%22M7.862%2C20%20C17.296%2C20%2022.456%2C12.305%2022.456%2C5.632%20C22.456%2C5.413%2022.456%2C5.195%2022.441%2C4.979%20C23.445%2C4.264%2024.311%2C3.379%2025%2C2.365%20C24.064%2C2.773%2023.071%2C3.041%2022.054%2C3.159%20C23.125%2C2.528%2023.926%2C1.536%2024.309%2C0.366%20C23.302%2C0.954%2022.201%2C1.369%2021.052%2C1.592%20C19.462%2C-0.072%2016.936%2C-0.48%2014.89%2C0.598%20C12.843%2C1.676%2011.786%2C3.972%2012.311%2C6.198%20C8.187%2C5.994%204.344%2C4.076%201.74%2C0.922%20C0.379%2C3.229%201.074%2C6.181%203.328%2C7.663%20C2.512%2C7.639%201.713%2C7.422%201%2C7.031%20C1%2C7.051%201%2C7.073%201%2C7.095%20C1.001%2C9.498%202.722%2C11.569%205.115%2C12.045%20C4.36%2C12.248%203.568%2C12.277%202.799%2C12.132%20C3.471%2C14.189%205.397%2C15.598%207.591%2C15.638%20C5.775%2C17.044%203.531%2C17.807%201.221%2C17.804%20C0.813%2C17.804%200.405%2C17.779%200%2C17.732%20C2.346%2C19.214%205.075%2C20%207.862%2C19.996%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 18px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.MenuTwit:hover div {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2025%2C%2020%22%3E%3Cpath%20d%3D%22M7.862%2C20%20C17.296%2C20%2022.456%2C12.305%2022.456%2C5.632%20C22.456%2C5.413%2022.456%2C5.195%2022.441%2C4.979%20C23.445%2C4.264%2024.311%2C3.379%2025%2C2.365%20C24.064%2C2.773%2023.071%2C3.041%2022.054%2C3.159%20C23.125%2C2.528%2023.926%2C1.536%2024.309%2C0.366%20C23.302%2C0.954%2022.201%2C1.369%2021.052%2C1.592%20C19.462%2C-0.072%2016.936%2C-0.48%2014.89%2C0.598%20C12.843%2C1.676%2011.786%2C3.972%2012.311%2C6.198%20C8.187%2C5.994%204.344%2C4.076%201.74%2C0.922%20C0.379%2C3.229%201.074%2C6.181%203.328%2C7.663%20C2.512%2C7.639%201.713%2C7.422%201%2C7.031%20C1%2C7.051%201%2C7.073%201%2C7.095%20C1.001%2C9.498%202.722%2C11.569%205.115%2C12.045%20C4.36%2C12.248%203.568%2C12.277%202.799%2C12.132%20C3.471%2C14.189%205.397%2C15.598%207.591%2C15.638%20C5.775%2C17.044%203.531%2C17.807%201.221%2C17.804%20C0.813%2C17.804%200.405%2C17.779%200%2C17.732%20C2.346%2C19.214%205.075%2C20%207.862%2C19.996%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.MenuYouTube div {
    opacity: 1;
    width: 34px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2048%2C%2020%22%3E%3Cpath%20d%3D%22M33.724%2C0%20C33.724%2C0%2039.72%2C0%2043.717%2C0.288%20C44.275%2C0.354%2045.493%2C0.36%2046.579%2C1.492%20C47.436%2C2.355%2047.715%2C4.315%2047.715%2C4.315%20C47.715%2C4.315%2048%2C6.616%2048%2C8.917%20L48%2C11.074%20C48%2C13.375%2047.715%2C15.676%2047.715%2C15.676%20C47.715%2C15.676%2047.436%2C17.636%2046.579%2C18.499%20C45.493%2C19.632%2044.275%2C19.637%2043.717%2C19.704%20C39.72%2C19.991%2033.718%2C20%2033.718%2C20%20C33.718%2C20%2026.291%2C19.933%2024.006%2C19.714%20C23.37%2C19.596%2021.943%2C19.632%2020.856%2C18.499%20C20%2C17.636%2019.721%2C15.676%2019.721%2C15.676%20C19.721%2C15.676%2019.436%2C13.375%2019.435%2C11.074%20L19.435%2C8.917%20C19.436%2C6.616%2019.721%2C4.315%2019.721%2C4.315%20C19.721%2C4.315%2020%2C2.355%2020.856%2C1.492%20C21.943%2C0.36%2023.16%2C0.354%2023.719%2C0.288%20C27.716%2C0%2033.712%2C0%2033.712%2C0%20L33.724%2C0%20z%20M29.344%2C6.619%20L27.527%2C6.619%20L27.527%2C14.176%20C27.527%2C14.84%2027.611%2C15.292%2027.729%2C15.582%20C27.923%2C16.058%2028.311%2C16.321%2028.869%2C16.321%20C29.506%2C16.321%2030.09%2C15.923%2030.779%2C15.133%20L30.779%2C16.185%20L32.597%2C16.185%20L32.597%2C6.619%20L30.779%2C6.619%20L30.779%2C13.889%20C30.395%2C14.432%2030.08%2C14.734%2029.732%2C14.734%20C29.501%2C14.734%2029.387%2C14.636%2029.344%2C14.368%20L29.344%2C6.619%20z%20M35.754%2C3.367%20L34.032%2C3.367%20L34.032%2C16.185%20L35.754%2C16.185%20L35.756%2C15.222%20C36.335%2C15.938%2036.966%2C16.308%2037.581%2C16.308%20C38.271%2C16.308%2038.775%2C15.939%2039.006%2C15.228%20C39.122%2C14.823%2039.197%2C14.199%2039.197%2C13.315%20L39.197%2C9.489%20C39.197%2C8.584%2039.081%2C7.965%2038.966%2C7.58%20C38.734%2C6.864%2038.271%2C6.466%2037.581%2C6.466%20C36.944%2C6.466%2036.311%2C6.858%2035.752%2C7.546%20L35.754%2C3.367%20z%20M36.655%2C8.06%20C37.154%2C8.06%2037.38%2C8.341%2037.38%2C9.298%20L37.38%2C13.411%20C37.38%2C14.368%2037.154%2C14.734%2036.655%2C14.734%20C36.37%2C14.734%2036.041%2C14.587%2035.752%2C14.298%20L35.754%2C8.496%20C36.043%2C8.211%2036.37%2C8.06%2036.655%2C8.06%20z%20M43.002%2C6.481%20L43.002%2C6.481%20C42.118%2C6.481%2041.429%2C6.827%2040.928%2C7.481%20C40.56%2C7.965%2040.345%2C8.754%2040.345%2C9.776%20L40.345%2C13.124%20C40.345%2C14.14%2040.581%2C14.851%2040.949%2C15.329%20C41.45%2C15.982%2042.139%2C16.308%2043.045%2C16.308%20C43.95%2C16.308%2044.661%2C15.966%2045.14%2C15.272%20C45.35%2C14.966%2045.486%2C14.618%2045.545%2C14.235%20C45.56%2C14.061%2045.606%2C13.666%2045.606%2C13.108%20L45.606%2C12.837%20L43.789%2C12.837%20C43.789%2C13.532%2043.792%2C13.945%2043.776%2C14.039%20C43.677%2C14.502%2043.429%2C14.734%2043.002%2C14.734%20C42.408%2C14.734%2042.157%2C14.29%2042.163%2C13.407%20L42.163%2C11.689%20L45.61%2C11.689%20L45.609%2C9.734%20C45.609%2C8.712%2045.408%2C7.965%2045.046%2C7.481%20C44.561%2C6.827%2043.871%2C6.481%2043.002%2C6.481%20z%20M42.986%2C8.06%20C43.56%2C8.06%2043.789%2C8.326%2043.789%2C9.21%20L43.789%2C10.254%20L42.163%2C10.256%20L42.163%2C9.198%20C42.163%2C8.304%2042.408%2C8.06%2042.986%2C8.06%20z%20M27.814%2C3.367%20L21.787%2C3.369%20L21.787%2C5.184%20L23.796%2C5.184%20L23.796%2C16.185%20L25.709%2C16.185%20L25.709%2C5.184%20L27.814%2C5.184%20L27.814%2C3.367%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M8.896%2C6.453%20C9.662%2C6.453%2010.421%2C6.724%2010.905%2C7.384%20C11.272%2C7.873%2011.479%2C8.648%2011.479%2C9.68%20L11.479%2C13.124%20C11.479%2C14.151%2011.31%2C14.86%2010.943%2C15.343%20C10.459%2C16.002%209.662%2C16.351%208.896%2C16.351%20C8.131%2C16.351%207.347%2C16.002%206.864%2C15.343%20C6.491%2C14.86%206.313%2C14.151%206.313%2C13.124%20L6.315%2C9.689%20C6.315%2C8.656%206.515%2C7.873%206.887%2C7.384%20C7.371%2C6.724%208.03%2C6.453%208.896%2C6.453%20z%20M8.896%2C8.084%20C8.332%2C8.084%208.035%2C8.532%208.131%2C9.489%20L8.131%2C13.315%20C8.035%2C14.272%208.332%2C14.747%208.896%2C14.747%20C9.46%2C14.747%209.757%2C14.272%209.662%2C13.315%20L9.662%2C9.489%20C9.758%2C8.532%209.461%2C8.084%208.896%2C8.084%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M14.636%2C6.524%20L14.636%2C14.368%20C14.678%2C14.636%2014.792%2C14.734%2015.023%2C14.734%20C15.371%2C14.734%2015.686%2C14.432%2016.071%2C13.889%20L16.071%2C6.524%20L17.888%2C6.524%20L17.888%2C16.185%20L16.071%2C16.185%20L16.071%2C15.133%20C15.382%2C15.923%2014.798%2C16.321%2014.161%2C16.321%20C13.602%2C16.321%2013.214%2C16.058%2013.02%2C15.582%20C12.902%2C15.292%2012.818%2C14.84%2012.818%2C14.176%20L12.818%2C6.524%20L14.636%2C6.524%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M6.696%2C3.271%20L4.305%2C10.924%20L4.305%2C16.185%20L2.391%2C16.185%20L2.391%2C10.924%20C2.391%2C10.924%200.409%2C4.473%200%2C3.271%20L2.009%2C3.271%20L3.351%2C8.31%20L4.687%2C3.271%20L6.696%2C3.271%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 34px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.MenuYouTube:hover div {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2248%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2048%2C%2020%22%3E%3Cpath%20d%3D%22M33.724%2C0%20C33.724%2C0%2039.72%2C0%2043.717%2C0.288%20C44.275%2C0.354%2045.493%2C0.36%2046.579%2C1.492%20C47.436%2C2.355%2047.715%2C4.315%2047.715%2C4.315%20C47.715%2C4.315%2048%2C6.616%2048%2C8.917%20L48%2C11.074%20C48%2C13.375%2047.715%2C15.676%2047.715%2C15.676%20C47.715%2C15.676%2047.436%2C17.636%2046.579%2C18.499%20C45.493%2C19.632%2044.275%2C19.637%2043.717%2C19.704%20C39.72%2C19.991%2033.718%2C20%2033.718%2C20%20C33.718%2C20%2026.291%2C19.933%2024.006%2C19.714%20C23.37%2C19.596%2021.943%2C19.632%2020.856%2C18.499%20C20%2C17.636%2019.721%2C15.676%2019.721%2C15.676%20C19.721%2C15.676%2019.436%2C13.375%2019.435%2C11.074%20L19.435%2C8.917%20C19.436%2C6.616%2019.721%2C4.315%2019.721%2C4.315%20C19.721%2C4.315%2020%2C2.355%2020.856%2C1.492%20C21.943%2C0.36%2023.16%2C0.354%2023.719%2C0.288%20C27.716%2C0%2033.712%2C0%2033.712%2C0%20L33.724%2C0%20z%20M29.344%2C6.619%20L27.527%2C6.619%20L27.527%2C14.176%20C27.527%2C14.84%2027.611%2C15.292%2027.729%2C15.582%20C27.923%2C16.058%2028.311%2C16.321%2028.869%2C16.321%20C29.506%2C16.321%2030.09%2C15.923%2030.779%2C15.133%20L30.779%2C16.185%20L32.597%2C16.185%20L32.597%2C6.619%20L30.779%2C6.619%20L30.779%2C13.889%20C30.395%2C14.432%2030.08%2C14.734%2029.732%2C14.734%20C29.501%2C14.734%2029.387%2C14.636%2029.344%2C14.368%20L29.344%2C6.619%20z%20M35.754%2C3.367%20L34.032%2C3.367%20L34.032%2C16.185%20L35.754%2C16.185%20L35.756%2C15.222%20C36.335%2C15.938%2036.966%2C16.308%2037.581%2C16.308%20C38.271%2C16.308%2038.775%2C15.939%2039.006%2C15.228%20C39.122%2C14.823%2039.197%2C14.199%2039.197%2C13.315%20L39.197%2C9.489%20C39.197%2C8.584%2039.081%2C7.965%2038.966%2C7.58%20C38.734%2C6.864%2038.271%2C6.466%2037.581%2C6.466%20C36.944%2C6.466%2036.311%2C6.858%2035.752%2C7.546%20L35.754%2C3.367%20z%20M36.655%2C8.06%20C37.154%2C8.06%2037.38%2C8.341%2037.38%2C9.298%20L37.38%2C13.411%20C37.38%2C14.368%2037.154%2C14.734%2036.655%2C14.734%20C36.37%2C14.734%2036.041%2C14.587%2035.752%2C14.298%20L35.754%2C8.496%20C36.043%2C8.211%2036.37%2C8.06%2036.655%2C8.06%20z%20M43.002%2C6.481%20L43.002%2C6.481%20C42.118%2C6.481%2041.429%2C6.827%2040.928%2C7.481%20C40.56%2C7.965%2040.345%2C8.754%2040.345%2C9.776%20L40.345%2C13.124%20C40.345%2C14.14%2040.581%2C14.851%2040.949%2C15.329%20C41.45%2C15.982%2042.139%2C16.308%2043.045%2C16.308%20C43.95%2C16.308%2044.661%2C15.966%2045.14%2C15.272%20C45.35%2C14.966%2045.486%2C14.618%2045.545%2C14.235%20C45.56%2C14.061%2045.606%2C13.666%2045.606%2C13.108%20L45.606%2C12.837%20L43.789%2C12.837%20C43.789%2C13.532%2043.792%2C13.945%2043.776%2C14.039%20C43.677%2C14.502%2043.429%2C14.734%2043.002%2C14.734%20C42.408%2C14.734%2042.157%2C14.29%2042.163%2C13.407%20L42.163%2C11.689%20L45.61%2C11.689%20L45.609%2C9.734%20C45.609%2C8.712%2045.408%2C7.965%2045.046%2C7.481%20C44.561%2C6.827%2043.871%2C6.481%2043.002%2C6.481%20z%20M42.986%2C8.06%20C43.56%2C8.06%2043.789%2C8.326%2043.789%2C9.21%20L43.789%2C10.254%20L42.163%2C10.256%20L42.163%2C9.198%20C42.163%2C8.304%2042.408%2C8.06%2042.986%2C8.06%20z%20M27.814%2C3.367%20L21.787%2C3.369%20L21.787%2C5.184%20L23.796%2C5.184%20L23.796%2C16.185%20L25.709%2C16.185%20L25.709%2C5.184%20L27.814%2C5.184%20L27.814%2C3.367%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M8.896%2C6.453%20C9.662%2C6.453%2010.421%2C6.724%2010.905%2C7.384%20C11.272%2C7.873%2011.479%2C8.648%2011.479%2C9.68%20L11.479%2C13.124%20C11.479%2C14.151%2011.31%2C14.86%2010.943%2C15.343%20C10.459%2C16.002%209.662%2C16.351%208.896%2C16.351%20C8.131%2C16.351%207.347%2C16.002%206.864%2C15.343%20C6.491%2C14.86%206.313%2C14.151%206.313%2C13.124%20L6.315%2C9.689%20C6.315%2C8.656%206.515%2C7.873%206.887%2C7.384%20C7.371%2C6.724%208.03%2C6.453%208.896%2C6.453%20z%20M8.896%2C8.084%20C8.332%2C8.084%208.035%2C8.532%208.131%2C9.489%20L8.131%2C13.315%20C8.035%2C14.272%208.332%2C14.747%208.896%2C14.747%20C9.46%2C14.747%209.757%2C14.272%209.662%2C13.315%20L9.662%2C9.489%20C9.758%2C8.532%209.461%2C8.084%208.896%2C8.084%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M14.636%2C6.524%20L14.636%2C14.368%20C14.678%2C14.636%2014.792%2C14.734%2015.023%2C14.734%20C15.371%2C14.734%2015.686%2C14.432%2016.071%2C13.889%20L16.071%2C6.524%20L17.888%2C6.524%20L17.888%2C16.185%20L16.071%2C16.185%20L16.071%2C15.133%20C15.382%2C15.923%2014.798%2C16.321%2014.161%2C16.321%20C13.602%2C16.321%2013.214%2C16.058%2013.02%2C15.582%20C12.902%2C15.292%2012.818%2C14.84%2012.818%2C14.176%20L12.818%2C6.524%20L14.636%2C6.524%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M6.696%2C3.271%20L4.305%2C10.924%20L4.305%2C16.185%20L2.391%2C16.185%20L2.391%2C10.924%20C2.391%2C10.924%200.409%2C4.473%200%2C3.271%20L2.009%2C3.271%20L3.351%2C8.31%20L4.687%2C3.271%20L6.696%2C3.271%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.MenuTelegram div {
    opacity: 1;
    display: inline-block;
    width: 16px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22160%22%20height%3D%22140%22%20viewBox%3D%220%2C%200%2C%20160%2C%20140%22%3E%3Cpath%20d%3D%22M2.826%2C67.129%20L39.693%2C80.958%20L53.963%2C127.078%20C54.876%2C130.032%2058.47%2C131.124%2060.856%2C129.164%20L81.406%2C112.327%20C83.561%2C110.563%2086.629%2C110.475%2088.88%2C112.118%20L125.946%2C139.162%20C128.498%2C141.026%20132.113%2C139.621%20132.753%2C136.522%20L159.906%2C5.263%20C160.604%2C1.878%20157.295%2C-0.946%20154.087%2C0.3%20L2.783%2C58.959%20C-0.951%2C60.407%20-0.918%2C65.719%202.826%2C67.129%20z%20M51.663%2C73.597%20L123.716%2C28.999%20C125.011%2C28.2%20126.343%2C29.959%20125.231%2C30.996%20L65.767%2C86.546%20C63.677%2C88.501%2062.329%2C91.118%2061.947%2C93.958%20L59.921%2C109.044%20C59.653%2C111.058%2056.837%2C111.258%2056.284%2C109.309%20L48.494%2C81.799%20C47.602%2C78.661%2048.902%2C75.31%2051.663%2C73.597%20z%22%20fill%3D%22%23AA2255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 16px 14px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.MenuTelegram:hover div {
    opacity: 1;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22160%22%20height%3D%22140%22%20viewBox%3D%220%2C%200%2C%20160%2C%20140%22%3E%3Cpath%20d%3D%22M2.826%2C67.129%20L39.693%2C80.958%20L53.963%2C127.078%20C54.876%2C130.032%2058.47%2C131.124%2060.856%2C129.164%20L81.406%2C112.327%20C83.561%2C110.563%2086.629%2C110.475%2088.88%2C112.118%20L125.946%2C139.162%20C128.498%2C141.026%20132.113%2C139.621%20132.753%2C136.522%20L159.906%2C5.263%20C160.604%2C1.878%20157.295%2C-0.946%20154.087%2C0.3%20L2.783%2C58.959%20C-0.951%2C60.407%20-0.918%2C65.719%202.826%2C67.129%20z%20M51.663%2C73.597%20L123.716%2C28.999%20C125.011%2C28.2%20126.343%2C29.959%20125.231%2C30.996%20L65.767%2C86.546%20C63.677%2C88.501%2062.329%2C91.118%2061.947%2C93.958%20L59.921%2C109.044%20C59.653%2C111.058%2056.837%2C111.258%2056.284%2C109.309%20L48.494%2C81.799%20C47.602%2C78.661%2048.902%2C75.31%2051.663%2C73.597%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}


#CallMeBack {
    display: none;
    position: fixed;
    z-index: 931;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#CallMeBlock {
    position: absolute;
    top: calc(50% - 175px);
    left: calc(50% - 100px);
    width: 200px;
}

#CallMeClose {
    margin: 0 auto;
    height: 35px;
    width: 35px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 15px;
    background-position: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#CallMeClose:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

#CallMeDiv {
    border-radius: 10px;
    background-color: #f0f0f0;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

#CallMeDiv div {
    padding: 5px 5px 0 5px;
    font-size: 12px;
}

#CallMeDiv div:nth-of-type(1) {
    padding: 10px;
    border-radius: 5px 5px 0 0;
    background-color: #992255;
    text-shadow: 1px 1px 0px #330033;
    color: #ffffff;
    font-weight: 700;
}

#CallMeDiv div:nth-of-type(2) {
    padding-top: 10px;
}

#CallMeDiv div:nth-of-type(9) {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

#CallMeDiv div:nth-of-type(10) {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

#CallMeDiv div:nth-of-type(9) div {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    border-radius: 15px;
    color: #ffffff;
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #FF5522;
    text-align: center;
    cursor: pointer;
}

#CallMeDiv div:nth-of-type(9) div:hover {
    background-color: #FF5522;
}

#CallMeDiv input {
    width: calc(100% - 30px);
    padding: 0 10px;
    line-height: 34px;
    border: 0;
    border-radius: 5px;
    text-align: center;
}

#CallMeDiv div:nth-of-type(8) input {
    height: 120px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

#BottomBanner {
    position: relative;
    padding: 10px;
    background-color: #f0f0f0;
    text-align: center;
}

.BottomBanner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    min-width: 200px;
    height: 200px;
    border-radius: 240px;
    background-color: #ffffff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.BottomBanner:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

.BottomBannerText {
    position: relative;
    min-width: 200px;
    height: 200px;
    background-size: auto 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    border-radius: 0 240px 240px 240px;
}

.BottomBannerText div {
    position: absolute;
    right: 0px;
    bottom: 10px;
    left: 0px;
    text-align: center;
}

.BottomBannerText div div {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.96);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    white-space: nowrap;
    overflow: hidden;
}

.hh_dd_t {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 10px 0;
}

.hh_dd_t td {
    border-top: solid 1px #ffffff;
    padding: 10px 0 0 0;
    vertical-align: top;
}

.hh_dd_t td.hh_dd_t_no_bt {
    border-top: none;
    padding: 0;
}

.hh_dd_h {
    white-space: nowrap;
    margin: 0 10px;
    line-height: 15px;
}

.hh_dd_l {
    float: left;
    text-shadow: #ffffff 1px 1px 0px;
    line-height: 15px;
    margin: 0 10px 10px 0;
}

.hh_dd_la {
    float: left;
    text-shadow: #ffffff 1px 1px 0px;
    line-height: 15px;
    margin: 0 10px 10px 0;
}

.hh_dd_lac {
    float: left;
    text-shadow: #ffffff 1px 1px 0px;
    color: #ffffff;
    background: #ffffff;
    padding: 5px;
    line-height: 15px;
    margin: -4px 10px 10px 0;
    border-radius: 5px;
}

.hh_dd_l_s {
    vertical-align: super;
    font-size: 8px;
    color: #333333;
}

.hh_dd_l_i {
    margin: -5px 10px 10px 0;
}

.hh_dd_l_i input {
    border: 0;
    height: 25px;
    width: 165px;
    margin: 0;
    padding: 0 5px 0 25px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%2C%200%2C%2040%2C%2040%22%3E%3Cpath%20d%3D%22M16.68%2C0%20C18.972%2C0%2021.117%2C0.439%2023.126%2C1.313%20C25.141%2C2.186%2026.909%2C3.383%2028.442%2C4.9%20C29.97%2C6.422%2031.168%2C8.189%2032.037%2C10.213%20C32.905%2C12.227%2033.339%2C14.386%2033.339%2C16.666%20C33.339%2C18.308%2033.099%2C19.903%2032.623%2C21.461%20C32.147%2C23.025%2031.466%2C24.479%2030.582%2C25.828%20L39.55%2C34.817%20C39.848%2C35.121%2040%2C35.513%2040%2C35.994%20C40%2C36.261%2039.848%2C36.622%2039.55%2C37.071%20C39.247%2C37.521%2038.87%2C37.971%2038.42%2C38.41%20C37.97%2C38.849%2037.52%2C39.231%2037.081%2C39.535%20C36.636%2C39.849%2036.285%2C40%2036.013%2C40%20C35.537%2C40%2035.139%2C39.843%2034.841%2C39.524%20L25.847%2C30.561%20C24.476%2C31.445%2023.017%2C32.13%2021.463%2C32.6%20C19.909%2C33.081%2018.318%2C33.317%2016.68%2C33.317%20C14.389%2C33.317%2012.238%2C32.888%2010.219%2C32.02%20C8.199%2C31.152%206.425%2C29.954%204.897%2C28.433%20C3.364%2C26.916%202.171%2C25.149%201.303%2C23.125%20C0.434%2C21.111%200%2C18.957%200%2C16.666%20C0%2C14.386%200.434%2C12.227%201.303%2C10.213%20C2.171%2C8.189%203.364%2C6.422%204.897%2C4.9%20C6.425%2C3.383%208.193%2C2.186%2010.208%2C1.313%20C12.217%2C0.439%2014.378%2C0%2016.68%2C0%20z%20M16.68%2C6.678%20C15.309%2C6.678%2014.017%2C6.945%2012.798%2C7.467%20C11.579%2C7.996%2010.517%2C8.712%209.617%2C9.617%20C8.717%2C10.527%208%2C11.589%207.461%2C12.801%20C6.927%2C14.01%206.661%2C15.296%206.661%2C16.666%20C6.661%2C18.073%206.927%2C19.38%207.461%2C20.588%20C8%2C21.796%208.717%2C22.847%209.617%2C23.741%20C10.517%2C24.631%2011.579%2C25.342%2012.798%2C25.87%20C14.017%2C26.393%2015.309%2C26.655%2016.68%2C26.655%20C18.051%2C26.655%2019.338%2C26.393%2020.547%2C25.87%20C21.761%2C25.342%2022.817%2C24.631%2023.717%2C23.741%20C24.623%2C22.847%2025.334%2C21.796%2025.873%2C20.588%20C26.407%2C19.38%2026.673%2C18.073%2026.673%2C16.666%20C26.673%2C15.296%2026.407%2C14.01%2025.873%2C12.801%20C25.334%2C11.589%2024.623%2C10.527%2023.717%2C9.617%20C22.817%2C8.712%2021.761%2C7.996%2020.547%2C7.467%20C19.338%2C6.945%2018.051%2C6.678%2016.68%2C6.678%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    background-size: 15px;
    background-position: 5px;
    background-repeat: no-repeat;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.hh_dd_l_no {
    width: 15px;
    height: 100px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 15px;
    background-position: 0px;
    background-repeat: no-repeat;
}

.hh_dd_l_no:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.hh_dd_l_a {
    float: left;
    color: #000000;
    line-height: 15px;
    margin: 0 10px 10px 0;
}

.hh_dd_lfo {
    float: left;
    text-align: center;
    text-shadow: 1px 1px 0px #330033;
    color: #ffffff;
    background-color: #992255;
    height: 15px;
    line-height: 15px;
    padding: 5px;
    margin: -5px 10px 5px 0;
    border-radius: 5px;
}

.hh_dd_lfo a {
    color: #ffffff;
}

.hh_dd_lfo:hover {
    text-decoration: none;
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #FF5522;
}

.hh_dd_lfall {
    float: left;
    text-align: center;
    text-shadow: 1px 1px 0px #330033;
    color: #ffffff;
    background-color: #992255;
    height: 15px;
    line-height: 15px;
    padding: 5px;
    margin: -5px 10px 5px 0;
    border-radius: 5px;
}

.hh_dd_lfall a {
    color: #ffffff;
}

.hh_dd_lfall:hover {
    text-decoration: none;
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #FF5522;
}


.price-ft {
    float: left;
    text-shadow: #ffffff 1px 1px 0px;
    line-height: 20px;
    margin: 0 10px 10px 0;
}

.price-ft_no {
    float: left;
    text-shadow: #ffffff 1px 1px 0px;
    line-height: 15px;
    margin: 2px 5px 0px 0px;
    width: 15px;
    height: 25px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 15px;
    background-position: 50%;
    background-repeat: no-repeat;
}

.price-ft_no:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.price-ft input {
    border: 0;
    height: 25px;
    width: 100px;
    margin: 0;
    padding: 0 5px;
    border-radius: 5px;
}

#price-go {
    float: left;
    text-align: center;
    text-shadow: 1px 1px 0px #330033;
    color: #ffffff;
    background-color: #992255;
    height: 15px;
    line-height: 15px;
    padding: 5px;
    margin: 0px 10px 5px 0;
    border-radius: 5px;
}

#price-go a {
    color: #ffffff;
}

#price-go:hover {
    text-decoration: none;
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #FF5522;
}


.wine_vol {
    line-height: 15px;
}

.wine_vol span {
    line-height: 15px;
    margin: 0 5px;
}

.wine_price {
    line-height: 15px;
    font-weight: 700;
}

.wine_price strike {
    font-weight: 400;
}


.order_items_t {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
    border-bottom: solid 1px #f0f0f0;
}

.order_items_t td {
    padding: 10px;
    border-bottom: solid 1px #f0f0f0;
    vertical-align: top;
}

.order_items_t td div {
    margin: 0;
    padding: 0;
}

.order_items_t td input {
    padding: 10px;
    width: 40px;
}

.order_items_td_1 div {
    border: 0;
    width: 100px;
    height: 100px;
}

.order_items_td_1 img {
    border: 0;
    /*width: 100px;*/
    height: 100px;
}

.order_items_td_2 {
    width: 100%;
}

.order_items_td_3, .order_items_td_3 .wine_price {
    white-space: nowrap;
    width: 100%;
}


.order_user_t {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

.order_user_t td {
    padding: 10px;
    border-bottom: solid 1px #f0f0f0;
    vertical-align: top;
}

.order_user_td_1 div {
    border: 0;
    width: 100px;
}

.order_user_td_1 div img {
    border: 0;
    width: 100px;
    height: 40px;
}

.order_user_t td input[type="submit"], input[type="submit"] {
    padding: 10px 20px;
    border: solid 0px #f0f0f0;
    border-radius: 5px;
    background-color: #FF5522;
    text-shadow: #FF5522 1px 1px 0px;
    cursor: pointer;
    color: #ffffff;
    -webkit-appearance: none;
}

.order_user_t td input[type="submit"]:hover, input[type="submit"]:hover {
    background-color: #FF5522;
}

.order_user_t td input[type="text"] {
    padding: 10px;
    width: calc(100% - 22px);
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.order_user_t td input[type="password"] {
    padding: 10px;
    width: calc(100% - 22px);
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.order_user_t td textarea {
    padding: 10px;
    width: calc(100% - 22px);
    height: 100px;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.order_user_td_2 {
    width: 100%;
}

#checknumbers {
    width: 98px;
}

.CartError {
    color: #cc0000;
}

.TableH {
    font-weight: 700;
    margin: 10px;
}

.TableI {
    margin: 10px;
}

.TableI input {
    width: calc(100% - 42px);
    max-width: 400px;
    padding: 5px 15px;
    border: solid 1px #992255;
    border-radius: 15px;
}

.TableI textarea {
    height: 100px;
    border: solid 1px #992255;
    width: calc(100% - 42px);
    max-width: 400px;
    padding: 5px 15px;
    border-radius: 15px;
}

.TableI input[type="password"] {
    width: 200px;
}

.TableI input[type="submit"] {
    width: 220px;
    border: none;
    -webkit-appearance: none;
}


.SiteMapMini {
    text-align: center;
}

.SiteMapMiniD {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 0 0 20px;
    text-align: left;
}

.SiteMapMiniD:nth-of-type(2) {
    margin: 0 20px;
}

.SiteMapMiniD1 {
    font-weight: 700;
    text-shadow: #ffffff 1px 1px 0px;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #ffffff;
}

.SiteMapMiniD2 {
    text-shadow: #ffffff 1px 1px 0px;
    padding: 10px 10px 10px 0;
    border-bottom: solid 1px #ffffff;
}

.CartItemSum {
    float: right;
    text-align: right;
}

.CartItemName {
    float: left;
}


.MyOrdersT {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff;
}

.MyOrdersT td {
    padding: 10px;
    border-bottom: solid 1px #f0f0f0;
    vertical-align: top;
    text-align: center;
}


#AgeStopF {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#AgeStopT {
    display: table;
    width: 100%;
    height: 100%;
}

#AgeStopC {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#AgeStop {
    max-width: 400px;
    display: inline-block;
    background-color: #ffffff;
    margin: 20px;
    border-radius: 15px;
    padding: 20px 30px;
    box-shadow: 0 0 40px rgba(255, 255, 255, 1);
}

#AgeStopLogo {
    margin: 0 auto;
    width: 186px;
    height: 36px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22186%22%20height%3D%2236%22%20viewBox%3D%220%2C%200%2C%20186%2C%2036%22%3E%3Cpath%20d%3D%22M7%2C0%20L17%2C21%20L27%2C0%20L34%2C0%20L20%2C30%20L14%2C30%20L-0%2C0%20L7%2C0%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M38%2C6%20L38%2C9%20L38%2C27%20L38%2C30%20L32%2C30%20L32%2C27%20L32%2C6%20L38%2C6%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M45.75%2C6%20L57%2C21%20L57%2C6%20L63%2C6%20L63%2C30%20L56.25%2C30%20L45%2C15%20L45%2C30%20L39%2C30%20L39%2C6%20L45.75%2C6%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M76%2C6%20C82.627%2C6%2088%2C11.372%2088%2C18%20C88%2C24.627%2082.627%2C30%2076%2C30%20C69.373%2C30%2064%2C24.627%2064%2C18%20C64%2C11.372%2069.373%2C6%2076%2C6%20z%20M76%2C12%20C72.686%2C12%2070%2C14.686%2070%2C18%20C70%2C21.314%2072.686%2C24%2076%2C24%20C79.314%2C24%2082%2C21.314%2082%2C18%20C82%2C14.686%2079.314%2C12%2076%2C12%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M136%2C6%20L136%2C30%20L130%2C30%20L130%2C6%20L136%2C6%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M143.75%2C6%20L155%2C21%20L155%2C6%20L161%2C6%20L161%2C30%20L154.25%2C30%20L143%2C15%20L143%2C30%20L137%2C30%20L137%2C6%20L143.75%2C6%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M186%2C6%20L186%2C12%20L168%2C12%20L168%2C15%20L174%2C15%20L174%2C21%20L168%2C21%20L168%2C24%20L186%2C24%20L186%2C30%20L162%2C30%20L162%2C6%20L186%2C6%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M89%2C0%20L99%2C21%20L103.444%2C11.667%20L98%2C0%20L105%2C0%20L115%2C21%20L125%2C0%20L132%2C0%20L118%2C30%20L112%2C30%20L107%2C19.286%20L102%2C30%20L96%2C30%20L82%2C0%20L89%2C0%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 186px 36px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#AgeStop p {
    margin: 10px 0;
    text-align: justify;
}

#AgeStopButton {
    background-color: #f65424;
    font-size: 24px;
    line-height: 14px;
    padding: 16px 36px;
    width: 100px;
    margin: 10px auto 0 auto;
    height: 15px;
    color: #ffffff;
    border-radius: 35px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

#AgeStopButton:hover {
    background-color: #FF5522;
}

.SiteMapItem {
}

.SiteMapItemPage {
    float: left;
    padding: 10px;
}

#ShowTopMenu {
    cursor: pointer;
}

#FullFilterBack {
    display: none;
    position: fixed;
    z-index: 963;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#FullFilter {
    position: absolute;
    z-index: 963;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

#FullFilterD {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 40px 10px 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.FullFilter {
    display: none;
}

.FullFilterX li, .FullFilterY li, #FullPreFilter li {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 20px;
    margin: 0;
    width: calc(100% - 86px);
    list-style-type: none;
}

.FullFilterX ul, .FullFilterY ul, #FullPreFilter ul {
    padding: 0;
    margin: 0;
}

#FullFilterClose {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-radius: 36px;
    background-color: #992255;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%2C%200%2C%2032%2C%2032%22%3E%3Cpath%20d%3D%22M32%2C-0%20L32%2C1.414%20L17.414%2C16%20L32%2C30.586%20L32%2C32%20L30.586%2C32%20L16%2C17.414%20L1.414%2C32%20L-0%2C32%20L-0%2C30.586%20L14.586%2C16%20L-0%2C1.414%20L-0%2C-0%20L1.414%2C-0%20L16%2C14.586%20L30.586%2C-0%20L32%2C-0%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
    background-size: 6px 6px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#FullFilterClose:hover {
    background-color: #FF5522;
}

#FullFilterInput {
    width: calc(100% - 178px);
    margin: 10px 0 10px 20px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    height: 16px;
    padding: 9px 21px 9px 59px;
    border-radius: 15px;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M11.872%2C10.458%20L15.707%2C14.293%20C16.098%2C14.683%2016.098%2C15.317%2015.707%2C15.707%20C15.317%2C16.098%2014.683%2C16.098%2014.293%2C15.707%20L10.458%2C11.872%20L11.872%2C10.458%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C2%20C4.239%2C2%202%2C4.239%202%2C7%20C2%2C9.761%204.239%2C12%207%2C12%20C9.761%2C12%2012%2C9.761%2012%2C7%20C12%2C4.239%209.761%2C2%207%2C2%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
    border: solid 1px #992255;
    background-size: 16px 16px;
    background-position: 22px 50%;
    background-repeat: no-repeat;
}

.ShowFilter {
    cursor: pointer;
}

/* @media all and ( max-width: 1600px ) { */
@media all and ( max-width: 1600px ) {

    .Note {
        height: 180px;
        width: calc(33.3% - 10px);
    }

    .NotesHome .Note:nth-of-type(7), .NotesHome .Note:nth-of-type(8) {
        display: none;
    }

}

/* @media all and ( max-width: 1600px ) { */


/* @media all and ( max-width: 1360px ) { */
@media all and ( max-width: 1360px ) {

    #Search {
        width: 264px;
    }

    #SearchClose {
        left: 302px;
    }

    .Item {
        width: calc(33.3% - 10px);
    }

    .ItemsHome .Item:nth-of-type(4), .ItemsHome .Item:nth-of-type(5), .ItemsHome .Item:nth-of-type(6), .ItemsHome .Item:nth-of-type(7), .ItemsHome .Item:nth-of-type(8) {
        display: none;
    }

}

/* @media all and ( max-width: 1360px ) { */


/* @media all and ( max-width: 1280px ) { */
@media all and ( max-width: 1280px ) {

    #BannersTop, #BannersTopD {
        height: 294px;
    }

    .BannersTop, .BannersTop img {
        height: 240px;
    }

    .BannersTop, a:nth-of-type(3n-1) .BannersTop {
        width: calc(50%);
    }

    .OneItemReview {
        width: calc(50% - 20px);
    }

}

/* @media all and ( max-width: 1280px ) { */


/* @media all and ( max-width: 1199px ) { */
@media all and ( max-width: 1199px ) {

    #Contacts {
        width: auto;
        padding: 0 10px 0 30px;
        background-position: 10px 50%;
    }

    #Contacts div {
        display: block;
    }

    #Phones {
        padding: 0 10px;
    }

    #OneNote {
        font-size: 12px;
        line-height: 15px;
    }

    #ItemAsk {
        line-height: 12px;
        font-size: 12px;
    }

    #ItemAsk div:first-of-type {
        font-size: 10px;
        line-height: 10px;
    }

    #ItemAsk #ItemAskCall, #ItemAsk #ItemAskMessage {
        line-height: 10px;
        font-size: 10px;
    }

    .ItemFeatRank {
        font-size: 10px;
        line-height: 10px;
    }

    .OneItemReview {
        width: calc(100% - 20px);
    }

    .NoteD img {
        width: 60px;
        height: 60px;
    }

    #Favorite {
        min-width: 16px;
        background-position: 10px 50%;
    }

    #User {
        width: 14px;
    }

    #User {
        right: 10px;
    }

    #Favorite {
        right: 44px;
    }

    .ItemName {
        font-size: 14px;
        line-height: 18px;
        margin: 5px 10px 0 10px;
        text-align: center;
        font-weight: 700;
        padding: 20px 40px !important;
    }

    .ItemNameEng {
        font-size: 12px;
        line-height: 14px;
    }

    .ItemFeats {
        font-size: 13px;
        line-height: 13px;
    }

    .ItemID {
        font-size: 13px;
    }

    .ItemPrice {
        font-size: 13px;
    }

    .ItemPrice div:nth-of-type(1) {
        font-size: 13px;
    }

    .ItemPrice div:nth-of-type(2) {
        font-size: 14px;
    }

    .ItemPrice div:nth-of-type(2) span {
        font-size: 13px;
    }

    .ItemPrice div:nth-of-type(3), .ItemPriceSale div:nth-of-type(4) {
        font-size: 13px;
        line-height: 12px;
        padding: 10px 15px;
    }

    .ItemDesc {
        font-size: 12px;
        line-height: 12px;
    }

    .ItemMore, .ItemOthers {
        width: 64px;
        font-size: 13px;
        line-height: 12px;
        border-radius: 34px;
    }

    .ItemMore {
        left: calc(50% - 130px);
    }

    .ItemOthers {
        right: calc(50% - 130px);
    }

    .ItemBMenuMail {
        height: 32px;
    }

    .ItemBMenuMail .ItemMore {
        left: calc(50% - 84px);
    }

    .ItemBMenuMail .ItemOthers {
        right: calc(50% - 84px);
    }

    .ItemAllPrices {
        font-size: 13px;
    }

    .ItemRank {
        background-size: 12px;
        height: 13px;
        font-size: 13px;
        line-height: 13px;
        /* padding: 0 0 0 13px; */
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%2C%200%2C%2012%2C%2012%22%3E%3Cpath%20d%3D%22M8%2C7%20L11%2C7%20L11%2C10%20L8%2C10%20L8%2C7%20z%22%20fill%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M0%2C4%20L3%2C4%20L3%2C10%20L0%2C10%20L0%2C4%20z%22%20fill%3D%22%23333333%22%2F%3E%3Cpath%20d%3D%22M4%2C1%20L7%2C1%20L7%2C10%20L4%2C10%20L4%2C1%20z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E");
    }

    .ItemOurAdvice {
        font-size: 13px;
        line-height: 13px;
    }

    .ItemsSorting {
        font-size: 13px;
    }

    .MainName {
        line-height: 14px;
        font-size: 14px;
    }

    .ItemBannerD {
        font-size: 18px;
        line-height: 24px;
    }

    .ItemBannerTPrice {
        font-size: 18px;
        line-height: 18px;
    }

    .ItemBannerTCount {
        font-size: 9px;
        line-height: 9px;
        padding: 2px 4px;
        margin: -2px -4px;
    }

    h1, h2 {
        font-size: 16px;
        line-height: 16px;
    }

    #OverHeader {
        font-size: 12px;
        line-height: 12px;
    }

    #Path {
        margin: -15px 0 0 0;
    }

    #PathTop {
        font-size: 12px;
        line-height: 12px;
        padding: 5px 15px;
    }

    #OneItemID, #OneItemRank {
        font-size: 12px;
        line-height: 12px;
    }

    .ItemFeaturesN {
        line-height: 13px;
        font-size: 13px;
    }

}

/* @media all and ( max-width: 1199px ) { */


/* @media all and ( max-width: 979px ) { */
@media all and ( max-width: 979px ) {

    body {
        margin: 51px auto 0 auto;
    }

    #FullFilter {
        top: 24px;
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .FullFilterX div, .FullFilterY div {
        font-size: 13px;
        line-height: 13px;
    }

    #FullFilterInput {
        font-size: 13px;
    }

    #SuperTop {
        margin: 60px 0 0 0;
    }

    #Top {
        height: 60px;
    }

    #TopLogo {
        width: 124px;
    }

    #TopLogo div {
        display: none;
    }

    #Cart {
        right: 0px;
        width: 60px;
        height: 60px;
    }

    #TopBigMac {
        margin: 12px;
    }

    #Menu {
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        padding: 0;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
    }

    #MenuD {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        padding: 10px 60px 10px 10px;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Menu {
        line-height: 14px;
        font-size: 14px;
    }

    .MenuOff {
        border-radius: 15px 15px 0 0;
        box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2);
    }

    #MenuClose {
        top: 19px;
        right: 19px;
    }

    #MenuBack {
        z-index: 900;
        display: none;
        position: fixed;
        top: 25px;
        right: 25px;
        width: 16px;
        height: 16px;
        border-radius: 36px;
        background-color: #992255;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%2C%200%2C%207%2C%2012%22%3E%3Cpath%20d%3D%22M6.971%2C11.668%20L6.869%2C11.838%20C6.682%2C12.041%206.366%2C12.055%206.162%2C11.869%20L0.162%2C6.369%20C-0.054%2C6.17%20-0.054%2C5.83%200.162%2C5.631%20L6.162%2C0.131%20C6.366%2C-0.055%206.682%2C-0.041%206.869%2C0.162%20C7.055%2C0.366%207.041%2C0.682%206.838%2C0.869%20L1.24%2C6%20L6.838%2C11.131%20C7.029%2C11.393%206.952%2C11.226%206.971%2C11.668%20z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
        background-size: 8px 8px;
        background-position: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #MenuBack:hover {
        background-color: #FF5522;
    }

    #Menu2 {
        padding: 0 11px;
    }

    #AboutMore {
        margin: 9px 11px 0 0;
    }

    .TabMenuH1 {
        font-size: 14px;
        line-height: 14px;
    }

    #Tab {
        z-index: 899;
        top: 6px;
        left: 6px;
        right: 6px;
        bottom: 6px;
        padding: 0;
        max-width: calc(100% - 12px);
        overflow: hidden;
    }

    .Tab {
        padding: 0 116px 12px 0;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        width: calc(100% - 76px);
        height: calc(100% - 12px);
    }

    #SearchIcon {
        z-index: 895;
        display: block;
        position: fixed;
        top: 12px;
        left: 60px;
        height: 36px;
        width: 16px;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M11.872%2C10.458%20L15.707%2C14.293%20C16.098%2C14.683%2016.098%2C15.317%2015.707%2C15.707%20C15.317%2C16.098%2014.683%2C16.098%2014.293%2C15.707%20L10.458%2C11.872%20L11.872%2C10.458%20z%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C2%20C4.239%2C2%202%2C4.239%202%2C7%20C2%2C9.761%204.239%2C12%207%2C12%20C9.761%2C12%2012%2C9.761%2012%2C7%20C12%2C4.239%209.761%2C2%207%2C2%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
        background-size: 16px 16px;
        background-position: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #SearchIcon:hover {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M11.872%2C10.458%20L15.707%2C14.293%20C16.098%2C14.683%2016.098%2C15.317%2015.707%2C15.707%20C15.317%2C16.098%2014.683%2C16.098%2014.293%2C15.707%20L10.458%2C11.872%20L11.872%2C10.458%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C2%20C4.239%2C2%202%2C4.239%202%2C7%20C2%2C9.761%204.239%2C12%207%2C12%20C9.761%2C12%2012%2C9.761%2012%2C7%20C12%2C4.239%209.761%2C2%207%2C2%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    }

    #Search {
        z-index: 897;
        display: none;
        top: 12px;
        left: 12px;
        width: calc(100% - 60px - 12px);
    }

    #SearchInput {
        box-shadow: 0 0 0 6px #ffffff;
    }

    #SearchClose {
        top: 0;
        left: auto;
        right: 0;
        border: solid 22px #ffffff;
        margin: 0;
        width: 16px;
        height: 16px;
    }

    #SearchFastResults {
        left: 12px;
        top: 48px;
        max-height: calc(100% - 48px - 12px);
    }

    #TopContacts {
        z-index: 896;
        top: 6px;
        right: 44px;
        padding: 8px;
    }

    .TopContactOpen {
        border-top: none;
    }

    .TopContact {
        display: none;
        float: none;
        clear: both;
        margin: 0 11px;
        text-align: center;
        cursor: auto;
    }

    .TopContact:first-of-type {
        float: none;
    }

    .TopContactsIcon {
        display: block;
        min-width: 16px;
        height: 16px;
        margin: -2px;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M6.772%2C9.228%20C8.355%2C10.812%2010.189%2C12.325%2010.913%2C11.601%20C11.951%2C10.563%2012.591%2C9.659%2014.878%2C11.498%20C17.166%2C13.337%2015.409%2C14.562%2014.404%2C15.568%20C13.244%2C16.728%208.919%2C15.629%204.645%2C11.355%20C0.372%2C7.081%20-0.728%2C2.757%200.433%2C1.596%20C1.438%2C0.591%202.664%2C-1.166%204.502%2C1.122%20C6.341%2C3.409%205.437%2C4.049%204.399%2C5.087%20C3.675%2C5.811%205.188%2C7.645%206.772%2C9.228%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
        background-size: 16px 16px;
        background-position: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .TopContactsIcon:hover {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%2C%200%2C%2016%2C%2016%22%3E%3Cpath%20d%3D%22M6.772%2C9.228%20C8.355%2C10.812%2010.189%2C12.325%2010.913%2C11.601%20C11.951%2C10.563%2012.591%2C9.659%2014.878%2C11.498%20C17.166%2C13.337%2015.409%2C14.562%2014.404%2C15.568%20C13.244%2C16.728%208.919%2C15.629%204.645%2C11.355%20C0.372%2C7.081%20-0.728%2C2.757%200.433%2C1.596%20C1.438%2C0.591%202.664%2C-1.166%204.502%2C1.122%20C6.341%2C3.409%205.437%2C4.049%204.399%2C5.087%20C3.675%2C5.811%205.188%2C7.645%206.772%2C9.228%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    }

    .TopContactsIcon span {
        display: none;
    }

    .TopContactsIconAct {
        display: none;
    }

    .TopContactOpenAct {
        display: block;
    }

    #TopContactsClose {
        top: 19px;
        right: 19px;
    }

    .Item {
        width: calc(50% - 10px);
    }

    .ItemsHome .Item:nth-of-type(4) {
        display: inline-block;
    }

    #OneItemPrice {
        position: relative;
        top: auto;
        right: auto;
        float: right;
        width: calc(50% - 30px);
        padding: 0 20px 20px 10px;
    }

    #OneItem {
        position: relative;
        top: auto;
        right: auto;
        float: left;
        width: calc(50% - 30px);
        padding: 0 20px 20px 10px;
    }

    .OneItemText {
        max-width: 520px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .ItemFavoriteEdit {
        height: 260px;
    }

    .ItemImage {
        height: 250px;
    }

    .ItemImage img {
        width: auto;
        height: 240px;
    }

    .ItemImageOverlay {
        height: 250px;
    }

    .ItemImageZoom, .ItemFavorite {
        min-width: 14px;
        height: 14px;
        padding: 4px 5px;
        top: 233px;
    }

    .ItemBanner {
        height: 240px;
    }

    .ItemOurAdvice {
        width: 90px;
        height: 250px;
    }

    .ItemYears {
        /* top: 226px; */
    }

    .ItemFeatYears {
        height: 10px;
        line-height: 10px;
        font-size: 10px;
    }

    .ItemSaleAllT {
        height: 240px;
    }

    #OneItemPrices {
        padding: 5px 10px 10px 10px;
    }

    #ItemAsk {
        padding: 10px;
    }

    .BottomBanner {
        height: 100px;
        min-width: 100px;
    }

    .BottomBannerText {
        min-width: 100px;
        height: 100px;
    }

    .BottomBannerText div {
        bottom: 5px;
    }

    .BottomBannerText div div {
        border-radius: 5px;
        padding: 3px 5px;
        font-size: 10px;
        line-height: 12px;
    }

    .HomeFeats {
        margin: 10px;
        width: calc(33% - 20px);
    }

}

/* @media all and ( max-width: 979px ) { */


/* @media all and ( max-width: 767px ) { */
@media all and ( max-width: 767px ) {

    #HomeOneBanner {
        height: 300px;
    }

    #HomeOneBanner div {
        height: 260px;
        font-size: 36px;
        line-height: 42px;
        text-shadow: 0 0 36px #000000, 0 0 36px #000000, 0 0 36px #000000;
    }

}

/* @media all and ( max-width: 767px ) { */


/* @media all and ( max-width: 735px ) { */
@media all and ( max-width: 735px ) {

    .OneItem {
        width: 100%;
    }

    .OneItem .ItemOurAdvice {
        margin: 0 auto;
    }

    .Note {
        width: calc(50% - 10px);
    }

}

/* @media all and ( max-width: 735px ) { */


/* @media all and ( max-width: 660px ) { */
@media all and ( max-width: 660px ) {

    #Contacts {
        width: 14px;
        padding: 0 10px;
        background-position: 50%;
    }

    #Contacts div {
        display: none;
    }

    .HomeFeats {
        width: calc(50% - 20px);
    }

}

/* @media all and ( max-width: 660px ) { */


/* @media all and ( max-width: 640px ) { */
@media all and ( max-width: 639px ) {

    #TopLogo {
        width: 120px;
    }

    .BannersTop, a:nth-of-type(3n-1) .BannersTop {
        width: calc(100%);
    }

    .Item {
        width: calc(100% - 10px);
    }

    #OneItemPrice, #OneItem {
        float: none;
        width: calc(100% - 40px);
        padding: 0 20px 0px 20px;
    }

    #OneItem .OneItem {
        float: none;
        width: auto;
        max-width: 520px;
        margin: 0 auto;
        padding: 0;
    }

    #OneItemPricesAsk, #OneItemID {
        float: none;
        width: calc(100%);
        max-width: 520px;
        margin: 10px auto 0 auto;
    }

    .Note {
        height: 140px;
        width: calc(100% - 10px);
    }

    #HomeOneBanner {
        height: 240px;
    }

    #HomeOneBanner div {
        height: 200px;
        font-size: 24px;
        line-height: 28px;
        text-shadow: 0 0 24px #000000, 0 0 24px #000000, 0 0 24px #000000;
    }

}

/* @media all and ( max-width: 639px ) { */

/* @media all and ( max-width: 440px ) { */
@media all and ( max-width: 440px ) {

    #OneItemImage {
        width: calc(100% - 40px);
        min-height: auto;
    }

    #OneItemImage img {
        width: 40px;
        height: 40px;
        border-radius: 5px;
    }

    #OneItemImage a:first-of-type img {
        width: auto;
        height: 300px;
        margin: 0;
    }

    .HomeFeats {
        width: calc(100% - 20px);
    }

}

/* @media all and ( max-width: 440px ) { */

/* @media all and ( max-width: 374px ) { */
@media all and ( max-width: 374px ) {

    #Phones span {
        display: none;
    }

    #Phones {
        width: 14px;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M6.386%2C7.614%20C7.177%2C8.406%208.094%2C9.163%208.457%2C8.8%20C8.975%2C8.281%209.295%2C7.83%2010.439%2C8.749%20C11.583%2C9.668%2010.704%2C10.281%2010.202%2C10.784%20C9.622%2C11.364%207.46%2C10.814%205.323%2C8.678%20C3.186%2C6.54%202.636%2C4.378%203.216%2C3.798%20C3.719%2C3.295%204.332%2C2.417%205.251%2C3.561%20C6.17%2C4.704%205.719%2C5.025%205.2%2C5.543%20C4.837%2C5.906%205.594%2C6.822%206.386%2C7.614%22%20fill%3D%22%23992255%22%2F%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C1%20C3.686%2C1%201%2C3.686%201%2C7%20C1%2C10.314%203.686%2C13%207%2C13%20C10.314%2C13%2013%2C10.314%2013%2C7%20C13%2C3.686%2010.314%2C1%207%2C1%20z%22%20fill%3D%22%23992255%22%2F%3E%3C%2Fsvg%3E");
        background-size: 14px 14px;
        background-position: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    #Phones:hover {
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%2C%200%2C%2014%2C%2014%22%3E%3Cpath%20d%3D%22M6.386%2C7.614%20C7.177%2C8.406%208.094%2C9.163%208.457%2C8.8%20C8.975%2C8.281%209.295%2C7.83%2010.439%2C8.749%20C11.583%2C9.668%2010.704%2C10.281%2010.202%2C10.784%20C9.622%2C11.364%207.46%2C10.814%205.323%2C8.678%20C3.186%2C6.54%202.636%2C4.378%203.216%2C3.798%20C3.719%2C3.295%204.332%2C2.417%205.251%2C3.561%20C6.17%2C4.704%205.719%2C5.025%205.2%2C5.543%20C4.837%2C5.906%205.594%2C6.822%206.386%2C7.614%22%20fill%3D%22%23FF5522%22%2F%3E%3Cpath%20d%3D%22M7%2C-0%20C10.866%2C-0%2014%2C3.134%2014%2C7%20C14%2C10.866%2010.866%2C14%207%2C14%20C3.134%2C14%20-0%2C10.866%20-0%2C7%20C-0%2C3.134%203.134%2C-0%207%2C-0%20z%20M7%2C1%20C3.686%2C1%201%2C3.686%201%2C7%20C1%2C10.314%203.686%2C13%207%2C13%20C10.314%2C13%2013%2C10.314%2013%2C7%20C13%2C3.686%2010.314%2C1%207%2C1%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    }

}

/* @media all and ( max-width: 374px ) { */

/* @media all and ( max-width: 359px ) { */
@media all and ( max-width: 359px ) {


}

/* @media all and ( max-width: 359px ) { */


/* @media all and ( max-width: 279px ) { */
@media all and ( max-width: 279px ) {

    #Phones {
        display: none;
    }

}

/* @media all and ( max-width: 279px ) { */
#ItemAskMessage, .MyReview {
    display: none !important;
}

.ItemFavorite {
    display: none !important;
}


ul.pager li.next a, ul.pager li.prev a {
    background: none;
    border: none;
    color: #a3255f;
}

ul.pager li.active a {
    background: #a3255f;
    color: white;
    font-weight: bold;
}

ul.pager li a {
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #a3255f;
    color: #a3255f;
    padding: 5px;
    border-radius: 100px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

ul.pager li {
    display: inline;
    margin-right: 5px;
    padding: 5px;
}

/* bootstrap start */
table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

/* bootstrap end */
ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    padding: 2px; /* Значение полей */
}

ul.hr li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 2px; /* Поля вокруг текста */
}

.organoleptic {
    width: 32px;
    border: 1px solid #992254;
    padding: 2px;
    margin: 2px;
    border-radius: 100%;
    cursor: help;
}
.spr {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 1px solid #992254;
    float: left;
    margin-top: 7px;
    margin-left: 2px;
}
.spr-active {
    background-color: #992254;
}
.sp-name {
    width: 100px;
    float: left;
    font-size: 12px;
}

.main-slider {
    background: black;
}
.slide-img {
    height: 300px;
}

.slick-next {
    right: 25px;
    z-index: 9;
}

.slick-prev {
    left: 25px;
    z-index: 9;
}

@media (max-width: 414px){
    .slide-img {
        height: 200px;
    }
}

ul.breadcrumb {
    margin: 0;
    padding: 4px;
}
ul.breadcrumb li {
    display: inline;
    margin-right: 5px;
    padding: 3px;
}
ul.breadcrumb>li:first-child:before {
    display: none;
}
ul.breadcrumb>li:before {
    content: '»';
    margin: -5px 4px 0 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #925;
}
.breadcrumb-container {
    text-align: center;
}

ul.hr {
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
}
ul.hr li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 5px; /* Поля вокруг текста */
}
ul.hr li a {
    color: white;
}
#inline-menu {
    text-align: center;
    margin-bottom: 5px;
    background: #992255;
}

#inline-menu a.active {
    color: #FF5522;
}
@media (max-width: 1360px) {
    #inline-menu {display: none;}
}
.same-product-header {
    margin-top: 15px;color: #992255;font-size: 18px;font-weight: 400;text-align: center;
}

ul.promo {
    padding-top: 6px;
    background: #f0f0f0;
    text-align: center;
    line-height: 40px;
}
ul.promo li {
    display: inline-block;
}
ul.promo li a {
    color: #992255;
    border: 2px solid #992255;
    padding: 4px 6px;
    font-weight: bold;
    white-space: nowrap;
}
ul.promo li a:hover {
    color: white;
    background: #992255;
}

.one-click-buy {
    margin-top: 20px;
}
.ModaLBack {
    display: none;
    position: fixed;
    z-index: 931;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.ModaLBlock {
    position: absolute;
    top: calc(50% - 175px);
    left: calc(50% - 100px);
    width: 200px;
}

.ModaLClose {
    margin: 0 auto;
    height: 35px;
    width: 35px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
    background-size: 15px;
    background-position: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ModaLClose:hover {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%2C%200%2C%2020%2C%2020%22%3E%3Cpath%20d%3D%22M0.398%2C0.398%20C0.928%2C-0.133%201.788%2C-0.133%202.318%2C0.398%20L10%2C8.08%20L17.682%2C0.398%20C18.212%2C-0.133%2019.072%2C-0.133%2019.602%2C0.398%20C20.133%2C0.928%2020.133%2C1.788%2019.602%2C2.318%20L11.92%2C10%20L19.602%2C17.682%20C20.133%2C18.212%2020.133%2C19.072%2019.602%2C19.602%20C19.072%2C20.133%2018.212%2C20.133%2017.682%2C19.602%20L10%2C11.92%20L2.318%2C19.602%20C1.788%2C20.133%200.928%2C20.133%200.398%2C19.602%20C-0.133%2C19.072%20-0.133%2C18.212%200.398%2C17.682%20L8.08%2C10%20L0.398%2C2.318%20C-0.133%2C1.788%20-0.133%2C0.928%200.398%2C0.398%20z%22%20fill%3D%22%23FF5522%22%2F%3E%3C%2Fsvg%3E");
}

.ModaLDiv {
    border-radius: 10px;
    background-color: #f0f0f0;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 0px #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

.ModaLDiv div {
    padding: 5px 5px 0 5px;
    font-size: 12px;
}

.ModaLDiv div:nth-of-type(1):not(.form-group):not(.help-block) {
    padding: 10px;
    border-radius: 5px 5px 0 0;
    background-color: #992255;
    text-shadow: 1px 1px 0px #330033;
    color: #ffffff;
    font-weight: 700;
}

.ModaLDiv div:nth-of-type(2) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ModaLDiv div:nth-of-type(9) {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.ModaLDiv div:nth-of-type(10) {
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
}

.ModaLDiv div:nth-of-type(9) div {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    border-radius: 15px;
    color: #ffffff;
    background-color: #FF5522;
    text-shadow: 1px 1px 0px #FF5522;
    text-align: center;
    cursor: pointer;
}

.ModaLDiv div:nth-of-type(9) div:hover {
    background-color: #FF5522;
}

.ModaLDiv input {
    width: calc(100% - 30px);
    padding: 0 10px;
    line-height: 34px;
    border: 0;
    border-radius: 5px;
    text-align: center;
}

.ModaLDiv div:nth-of-type(8) input {
    height: 120px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

.modal-btn {
    margin: 10px 0 0 0;
    width: 108px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #992255;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 34px;
    cursor: pointer;
    margin-bottom: 10px;
}

.ModaLBack .control-label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.help-block {
    color: red;
}

#ajax-loader {
    position: fixed;
    width: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    z-index: 999;
}

.itemOneClick {
    width: 24px;
    height: 24px;
    padding: 0;
    left: 20px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTIgNTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzk5MjI1NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHBhdGggZD0iTTIuNjMgMmg3LjMwMmw2LjU4IDI5LjI1NiAyOS4yOTctLjAwNmEzLjU2IDMuNTYgMCAxIDEgMCA3LjEySDExLjY0NSIvPjxjaXJjbGUgY3g9IjQwLjk0MTY1MDQiIGN5PSI0Ni4zOTQxNjUiIHI9IjMuNjA1ODI1NyIvPjxjaXJjbGUgY3g9IjIwLjQyMTYzMDkiIGN5PSI0Ni4zOTQxNjUiIHI9IjMuNjA1ODI1NyIvPjxwYXRoIGQ9Ik00OC40MjggMTQuMzUxSDEyLjcxbDMuODAyIDE2LjkwNWgyMi40NXoiLz48L2c+PG1ldGFkYXRhPjxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6cmRmcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wMS9yZGYtc2NoZW1hIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cmRmOkRlc2NyaXB0aW9uIGFib3V0PSJodHRwczovL2ljb25zY291dC5jb20vbGVnYWwjbGljZW5zZXMiIGRjOnRpdGxlPSJzaG9wcGluZyx0cm9sbGV5LGJhc2tldCxjYXJ0IiBkYzpkZXNjcmlwdGlvbj0ic2hvcHBpbmcsdHJvbGxleSxiYXNrZXQsY2FydCIgZGM6cHVibGlzaGVyPSJJY29uc2NvdXQiIGRjOmRhdGU9IjIwMTctMTEtMTEiIGRjOmZvcm1hdD0iaW1hZ2Uvc3ZnK3htbCIgZGM6bGFuZ3VhZ2U9ImVuIj48ZGM6Y3JlYXRvcj48cmRmOkJhZz48cmRmOmxpPkRpbm9zb2Z0IExhYnM8L3JkZjpsaT48L3JkZjpCYWc+PC9kYzpjcmVhdG9yPjwvcmRmOkRlc2NyaXB0aW9uPjwvcmRmOlJERj48L21ldGFkYXRhPjwvc3ZnPg==");
    display: block;
    position: absolute;
    z-index: 2;
    top: 286px;
    margin-top: 0 !important;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* NEW FILTER START */
#new-filter {
    width: 250px;
    float: left;
    background: white;
    height: auto;
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

.nf-item {
    text-align: left;
    padding-top: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.nf-property {
    font-size: 16px;
}

.nf-values {
    padding-left: 0;
}

.nf-values li {
    display: table;
    padding: 0px 10px;
    width: 230px;
}

.nf-values li a {
    font-size: 13px;
    vertical-align: text-bottom;
}

.ShowFilter {
    font-size: 14px;
    color: #666;
    margin: 4px;
}

.ShowFilter:before {
    font-size: 14px;
    color: #666;
    content: '>';
}

.nf-count {
    float: right;
    font-size: 13px;
    color: #999;
}

.new-filter-block {
    display: grid;
    margin-left: 250px;
    padding: 0 10px 0 0;
}

.new-filter-block .Item {
    min-width: 445px;
}

.filter-item-label {
    color: #992255;
    font-size: 14px;
    cursor: pointer;
}

.unselectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

.ItemsSorting {
    text-align: right;
    float: right;
}
.ItemsCount {
    text-align: left;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 25px;
}

.FullFilterX li {
    width: auto;
}

.wine-btn:hover {
    background-color: #FF5522;
}
.wine-btn {
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #992255;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 34px;
}
.nf-title {
    font-size: 14px;
    color: #9E9E9E;
    font-weight: 400;
    padding-top: 0;
    margin-top: 0;
}

.MobileFilter {
    display: none;
}

.hr.promo li.active a {
    color: white;
    background-color: #992255;
}
@media (max-width: 800px) {
    .filter-block {
        display: none;
    }
    .new-filter-block {
        display: block;
        margin-left: 0;
    }
    .new-filter-block .Item {
        min-width: 0;
    }

    .ItemsSorting {
        text-align: center;
        float: none;
    }
    .ItemsCount {
        text-align: center;
        float: none;
        margin: 0;
    }
    #new-filter {
        position: inherit;
        top: 0;
        margin: 0 auto;
        float: none;
    }
    .MobileFilter {
        display: block;
    }
    ul.promo li a {
        color: #992255;
        border: 2px solid #992255;
        padding: 4px 7px;
        font-weight: bold;
        white-space: nowrap;
        border-radius: 100px;
    }
    ul.promo {
        padding-top: 6px;
        background: #f0f0f0;
        text-align: center;
        line-height: 28px;
    }
    .showNewFilter span {
        margin-left: 5px;
    }
    .showNewFilter {
        border: none;
        background-color: #ff5521;
        display: block;
        border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
        padding: 20px;
    }
}
/* NEW FILTER END */
.mm-spn.mm-spn--light {
    color: #992255 !important;
    font-weight: 500 !important;
    background: #fff !important;
}
nav {
    display: none;
}
.cartItemDiscount {
    background-color: #FF5522;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100px;
    line-height: 40px;
    color: white;
    font-weight: 700;
    padding: 2px 5px;
    text-shadow: none;
}
.ItemImageZoom {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTIgNTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzk5MjI1NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCI+PHBhdGggZD0iTTIuNjMgMmg3LjMwMmw2LjU4IDI5LjI1NiAyOS4yOTctLjAwNmEzLjU2IDMuNTYgMCAxIDEgMCA3LjEySDExLjY0NSIvPjxjaXJjbGUgY3g9IjQwLjk0MTY1MDQiIGN5PSI0Ni4zOTQxNjUiIHI9IjMuNjA1ODI1NyIvPjxjaXJjbGUgY3g9IjIwLjQyMTYzMDkiIGN5PSI0Ni4zOTQxNjUiIHI9IjMuNjA1ODI1NyIvPjxwYXRoIGQ9Ik00OC40MjggMTQuMzUxSDEyLjcxbDMuODAyIDE2LjkwNWgyMi40NXoiLz48L2c+PG1ldGFkYXRhPjxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6cmRmcz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC8wMS9yZGYtc2NoZW1hIyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj48cmRmOkRlc2NyaXB0aW9uIGFib3V0PSJodHRwczovL2ljb25zY291dC5jb20vbGVnYWwjbGljZW5zZXMiIGRjOnRpdGxlPSJzaG9wcGluZyx0cm9sbGV5LGJhc2tldCxjYXJ0IiBkYzpkZXNjcmlwdGlvbj0ic2hvcHBpbmcsdHJvbGxleSxiYXNrZXQsY2FydCIgZGM6cHVibGlzaGVyPSJJY29uc2NvdXQiIGRjOmRhdGU9IjIwMTctMTEtMTEiIGRjOmZvcm1hdD0iaW1hZ2Uvc3ZnK3htbCIgZGM6bGFuZ3VhZ2U9ImVuIj48ZGM6Y3JlYXRvcj48cmRmOkJhZz48cmRmOmxpPkRpbm9zb2Z0IExhYnM8L3JkZjpsaT48L3JkZjpCYWc+PC9kYzpjcmVhdG9yPjwvcmRmOkRlc2NyaXB0aW9uPjwvcmRmOlJERj48L21ldGFkYXRhPjwvc3ZnPg==");
    width: 24px;
    height: 24px;
    background-size: 24px;
}

/* ajax cart */
#mini-cart {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 60px;
    right: 0;
    background: white;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    z-index: 9999999999;
}
.mc-products {
    max-height: 365px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 40px;
}
.mc-img {
    width: 20%;
    float: left;
    text-align: center;
}
.mc-img img {
    height: 50px;
    display: block;
    margin: 0 auto;
}
.mc-desc {
    width: 80%;
    float: left;
}
.mc-remove {
    color: #9e9e9e !important;
    margin-top: -52px;
    float: right;
}
.mc-sub {
    font-size: 12px;
    color:grey;
}
.orange-btn {
    background-color: #FF5522;
}
.mc-actions {
    padding: 10px;
}
.size {
    white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
    max-width: 90%;
    display: inline-block;
}
.d-none {
    display: none;
}
#mini-cart .SearchFastResults {
    margin: 0 22px 22px 5px;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #c0c0c064;
}
#mini-cart .SearchFastResults:last-child {
    border-bottom: 0;
}
.mc-empty {
    text-align: center;
    color: #9E9E9E;
    margin-top: 20px;
}
.mc-sale {
    background-color: #FF5522;
    border-radius: 100px;
    line-height: 10px;
    color: white;
    padding: 2px 5px;
    font-size: 10px;
    display: inline-block;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.cart-alert {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999;
}
.cart-alert-btn {
    border: 1px solid green !important;
    padding: 10px;
    background: green;
    color: white !important;
    border-radius: 6px;
}
@media (min-width: 800px) {
    #mobile-cart {
        display: none;
    }
}
.p-counter {
    background-color: #ff5521;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 34px;
    padding: 2px 10px;
    line-height: 30px;
    margin: 5px auto;
    max-width: 88px;
}
.p-counter-value {
    width: 40px;
    background-color: #ff5521;
    border: none;
    color: white;
    text-align: center;
    font-weight: bold;
}
.p-counter-btn {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
/* ajax cart */
/* cart page */
.cart-page .cart-position:last-child {
    border-bottom: 1px solid #9e9e9e42;
    padding-bottom: 20px;
}

.cart-page .cart-position {
    clear: both;
    border-top: 1px solid #9e9e9e42;
    min-height: 100px;
    padding-top: 20px;
    display: block;
}

.cart-position .mc-img img {
    height: 50px;
}

.cart-page .mc-desc {
    text-align: left;
}

.cart-page .cart-action {
    height: 80px;
    clear: both;
}

.cart-page .p-counter {
    line-height: 10px;
    width: 78px;
}
.cart-page .p-counter-value {
    width: 20px;
}

.cart-page .mc-sale {
    text-shadow: none;
}

.cart-action-top {
    height: 75px;
}

@media (min-width: 800px) {
    .cart-action-bottom {
        text-align: right;
    }
}
@media (max-width: 800px) {
    .cart-page .mc-img, .cart-page .mc-desc {
        width: 100%;
    }
    .cart-page .mc-remove {
        margin-top: -152px;
    }
    .cart-page .cart-position {
        display: grid;
    }
}
/* cart page */
.stars {
    margin-left: 15px;
}

.float-left {
    float: left;
}

.review-text {
    padding: 10px;
    border-radius: 6px;
    background-color: #f0f0f0;
    margin: 9px 0;
}
li.disabled {
    opacity: 0.3;
}

.inline-submenu li ul {
    display: grid;
    text-align: left;
    margin: 0 50px 0 0;
    padding: 0 0 0 0;
}

.inline-submenu li {
    display: inline;
    float: left;
}

.inline-submenu {
    display: none;
    position: absolute;
    top: 133px;
    left: 0;
    width: 100%;
    background: #992355c7;
    z-index: 9;
    color: white;
}

#inline-menu ul li:hover ul.inline-submenu {
    display: block;
}

#inline-menu ul li.inline-title:hover {
    background-color: #b1567a;
}

ul.hr li {
    text-align: left;
}