@charset "UTF-8";
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,20% {
    transform: scale(0.8) rotate(-3deg); }
  30%,50%,70%,90% {
    transform: scale(1.2) rotate(3deg); }
  40%,60%,80% {
    transform: scale(1.2) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
html {
  min-height: 100%; }

body {
  font-family: myriad;
  min-height: 400px;
  min-width: 360px;
  padding: 0px;
  margin: 0px;
  color: #333; }
  body.index {
    background: url("img/top.gif") top left repeat-x; }
  @media (max-width: 900px) {
    body.mobiOpen {
      height: 100vh;
      overflow: hidden; }
      body.mobiOpen header .moBG {
        display: block; } }
  body.wBig .mxSmall {
    display: none; }
  body.wSmall .mxBig {
    display: none; }

section {
  margin-top: 16px; }

.noLand {
  display: none; }
  @media (max-width: 559px) {
    .noLand {
      display: inline-block; } }

@media (max-width: 1040px) {
  .onBigMenu {
    display: none !important; } }

.toLand {
  display: inline-block; }
  @media (max-width: 559px) {
    .toLand {
      display: none; } }

.Center {
  text-align: center; }

.ZCenter {
  text-align: center;
  max-width: 100%; }
  .ZCenter img {
    max-width: 100%;
    height: auto; }

#TheRuller {
  height: 0px;
  overflow: hidden;
  width: 200px; }
  @media (max-width: 900px) {
    #TheRuller {
      width: 10px; } }

a {
  color: #de2d83;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img.inside {
  max-width: 100%;
  height: auto;
  margin: auto; }

.Cmd {
  cursor: pointer; }
  .Cmd.dis {
    cursor: not-allowed; }

.red {
  color: #8f7032; }

.Red {
  color: #D80000; }

.Green {
  color: #00D000; }

.GrafitI {
  color: #333;
  font-style: italic; }

.sml {
  font-size: 0.8em;
  color: #666; }
  .sml.red {
    color: #8f7032; }

.nw {
  white-space: nowrap; }

.WRed {
  display: inline-block;
  color: #de2d83; }
  .WRed.left {
    margin-right: 20px; }
  .WRed.right {
    margin-left: 20px; }

.wHTML {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  white-space: nowrap;
  margin-top: -0.5em;
  text-align: center; }

.Hide {
  display: none; }

.RedBox {
  margin: 5px 0px;
  padding: 10px;
  background-color: #de2d83;
  color: #fff;
  font-size: 16px;
  border-radius: 10px; }

.typo0 {
  font-family: myriad;
  font-weight: 400;
  font-size: 14px; }

.typo1 {
  font-family: myriad;
  font-weight: 600;
  font-size: 13px; }

.typo11 {
  font-family: myriad;
  font-weight: 600;
  font-size: 14px; }

.typo2 {
  font-family: myriad;
  font-weight: 600;
  font-size: 16px; }

.typo2x {
  font-family: myriad;
  font-weight: 700;
  font-size: 16px; }

.typo20 {
  font-family: myriad;
  font-weight: 400;
  font-size: 16px; }

.typo20g {
  color: #666;
  font-family: myriad;
  font-weight: 400;
  font-size: 16px; }

.typo3 {
  font-family: myriad;
  font-weight: 600;
  font-size: 16px; }

.typo32 {
  font-family: myriad;
  font-weight: 600;
  font-size: 18px; }

.typo35 {
  font-family: myriad;
  font-weight: 400;
  font-size: 20px; }

.typo38 {
  font-family: myriad;
  font-weight: 600;
  font-size: 20px; }

.typo4 {
  color: #000;
  font-size: 30px;
  font-weight: 600; }

.typo5 {
  color: #000;
  font-size: 30px;
  font-weight: 900; }

.typo58 {
  color: #de2d93;
  font-size: 32px;
  font-weight: 900; }

.typo59 {
  color: grey;
  font-size: 24px;
  font-weight: 700; }

.typo-1 {
  color: #666;
  font-size: 10px;
  font-weight: 500; }

.typo-3 {
  color: #666;
  font-size: 16px;
  font-weight: 500; }

.likeA {
  cursor: pointer;
  color: #de2d83; }

a .noA, a.noA {
  color: inherit;
  text-decoration: none; }
  a .noA.red, a.noA.red {
    color: #8f7032; }

.dLine {
  background-color: #f2f2f2; }

.xBold {
  font-weight: 700; }

.faBig {
  font-size: 1.2em; }

.fa.red, fa-solid.red {
  color: #8f7032; }

.TheEdge {
  max-width: 1200px;
  margin: auto; }
  @media (max-width: 1200px) {
    .TheEdge {
      margin: 0px 10px;
      width: calc(100vm - 20px); } }

#TheClose {
  position: absolute;
  right: 32px;
  top: 10px;
  width: 22px;
  height: 22px;
  background: url("img/close.png") center center no-repeat;
  cursor: pointer; }

.Error {
  padding: 10px;
  border-radius: 8px;
  background-color: red;
  color: yellow;
  font-size: 18px;
  margin: 6px auto; }

body.win {
  background-color: #fff;
  position: relative;
  padding: 50px 10px 0px 10px; }

@media (max-width: 559px) {
  .noMob {
    display: none; } }

.Max100 {
  max-width: 100%; }

.Saving {
  position: relative;
  pointer-events: none;
  cursor: wait; }
  .Saving:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("/kmin/icon/wait.gif");
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: contain; */
    opacity: 0.3;
    cursor: wait; }

.RightText {
  text-align: right; }

a {
  color: #8f7032; }

header {
  background-color: white;
  z-index: 100;
  padding-bottom: 12px; }
  @media (max-width: 900px) {
    header {
      position: sticky;
      top: 0px; } }
  header menu a {
    color: #8f7032;
    text-decoration: none; }
  @media (min-width: 901px) {
    header .mobi1 {
      display: none; } }
  @media (max-width: 900px) {
    header .mobi0 {
      display: none !important; } }
  header .line1, header .line2 {
    position: relative;
    z-index: 11; }
  header .HTab {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "slogan logo phones" "menu menu menu"; }
    @media (max-width: 900px) {
      header .HTab {
        grid-template-areas: "slogan slogan slogan" "gamb logo button"; } }
    header .HTab .phones {
      grid-area: phones; }
    header .HTab .slogan {
      grid-area: slogan; }
    header .HTab .logo {
      grid-area: logo; }
    header .HTab menu {
      grid-area: menu; }
    header .HTab .Gamburger {
      grid-area: gamb; }
    header .HTab .Buts {
      grid-area: button; }
    header .HTab > .SmallMenu .xin {
      white-space: nowrap; }
    header .HTab > a, header .HTab > .Cmd {
      white-space: nowrap; }
      header .HTab > a > *, header .HTab > .Cmd > * {
        vertical-align: middle; }
      header .HTab > a .fa,
      header .HTab > a .fa-solid, header .HTab > .Cmd .fa,
      header .HTab > .Cmd .fa-solid {
        font-size: 24px;
        margin-left: -6px; }
      header .HTab > a .nospan, header .HTab > .Cmd .nospan {
        display: inline-block;
        margin-top: -10px;
        vertical-align: middle; }
    header .HTab > .logo {
      margin-left: 0px; }
    header .HTab > menu {
      color: #8f7032;
      padding-top: 32px; }
      header .HTab > menu .mainmenu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap; }
        header .HTab > menu .mainmenu .item {
          position: relative;
          margin-right: 16px;
          text-transform: uppercase;
          padding-bottom: 4px; }
          header .HTab > menu .mainmenu .item .sub {
            position: absolute;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            padding: 10px;
            border: 1px solid #8f7032;
            display: none;
            z-index: 100;
            background-color: #fff;
            box-shadow: 0px 0px 5px #ccc; }
          header .HTab > menu .mainmenu .item:nth-last-child(1) .sub {
            left: auto;
            right: 0px;
            transform: none; }
          header .HTab > menu .mainmenu .item:nth-child(1) .sub {
            left: 0px;
            transform: none; }
          header .HTab > menu .mainmenu .item:hover .sub, header .HTab > menu .mainmenu .item.hover .sub {
            display: block; }
    header .HTab > .slogan {
      font-size: 18px;
      color: #8f7032; }
    header .HTab > .phones {
      font-size: 18px;
      color: #333;
      text-align: right; }
    header .HTab > .Buts {
      display: none; }
    header .HTab > .Gamburger {
      display: none;
      margin-left: 0px;
      width: 30px;
      height: 24px;
      position: relative;
      cursor: pointer; }
      header .HTab > .Gamburger .x {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 4px;
        background-color: #8f7032;
        transition: 0.5s;
        transform-origin: 50% 50%; }
        header .HTab > .Gamburger .x.x2 {
          top: 10px; }
        header .HTab > .Gamburger .x.x3 {
          top: 20px; }
    @media (max-width: 900px) {
      header .HTab {
        margin-top: 4px; }
        header .HTab > .Gamburger {
          display: block;
          align-self: center; }
        header .HTab > menu {
          display: none; }
        header .HTab > .logo {
          text-align: center; }
        header .HTab > .slogan {
          text-align: center;
          padding-bottom: 4px; }
        header .HTab .Buts {
          display: block;
          text-align: right;
          align-self: center; } }
  header .moBG {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100vw;
    height: calc(100vh - 36px);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    display: none; }
    header .moBG .inner {
      position: absolute;
      left: -25px;
      top: 0px;
      width: 100%;
      bottom: 0px;
      overflow-y: auto;
      opacity: 0;
      transition: 0.5s; }
      header .moBG .inner .mainmenu > .item {
        color: #8f7032;
        line-height: 1.6em;
        text-transform: uppercase; }
        header .moBG .inner .mainmenu > .item .redTitle {
          margin-left: -26px; }
          header .moBG .inner .mainmenu > .item .redTitle img {
            top: 5px; }
        header .moBG .inner .mainmenu > .item .sub {
          margin-left: 40px;
          padding-bottom: 4px; }
      header .moBG .inner .top {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center; }
        header .moBG .inner .top > * {
          margin: 0px 10px; }

.cartHolder {
  display: inline-block;
  position: relative; }
  .cartHolder .n {
    position: absolute;
    left: 15px;
    top: -10px;
    right: auto;
    width: 16px;
    height: 16x;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #de2d83;
    color: #fff;
    font-size: 10px;
    transition: .5s;
    transform: none; }
    .cartHolder .n.s0 {
      display: none; }
    .cartHolder .n.s1 {
      transform: scale(2) rotate(180deg); }
    .cartHolder .n.s2 {
      transform: scale(1); }
    @media (max-width: 900px) {
      .cartHolder .n {
        left: auto;
        right: 100%; } }
  .cartHolder.prod .n {
    left: 30px;
    top: 8px;
    right: auto; }
    @media (max-width: 900px) {
      .cartHolder.prod .n {
        left: 30px;
        top: 8px;
        right: auto; } }
  .cartHolder.inl {
    margin-left: 10px; }
    .cartHolder.inl .n {
      position: static;
      display: inline-block;
      border-color: #de2d83;
      color: #de2d83;
      background-color: transparent; }

body.mobiOpen header .Gamburger .x2 {
  opacity: 0; }
body.mobiOpen header .Gamburger .x1 {
  top: 10px;
  transform: rotate(-45deg); }
body.mobiOpen header .Gamburger .x3 {
  top: 10px !important;
  transform: rotate(45deg); }
body.mobiOpen .moBG .inner {
  opacity: 1; }

.copy {
  margin: 8px 0px 8px 10px;
  font-size: 10px;
  color: #999; }

.Button,
a .Button {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 10px 36px;
  line-height: 30px;
  color: #fc8bbd;
  text-decoration: none;
  font-size: 14px;
  font-family: myriad; }
  .Button:hover,
  a .Button:hover {
    text-shadow: 1px 1px 10px #fc8bbd; }
  .Button:active,
  a .Button:active {
    text-shadow: 1px 1px 5px #fc8bbd;
    border-left: 1px solid rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(0, 0, 0, 0.8);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .Button a,
  a .Button a {
    color: #fc8bbd;
    text-decoration: none; }

.B {
  display: inline-block;
  background-color: #8f7032;
  border: 1px solid #8f7032;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  padding: 12px 18px;
  cursor: pointer; }
  .B.light {
    background-color: transparent;
    border-color: #8f7032;
    color: #8f7032; }
  .B.light_r {
    background-color: transparent;
    border-color: #8f7032;
    color: red;
    font-weight: 700; }
  .B.dis {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
    cursor: inherit; }
  .B.light.dis {
    background-color: transparent; }
  .B.mid {
    min-width: 280px; }
  .B.full {
    display: block; }
  .B:focus {
    outline: 1px dotted #de2d83; }
  .B.no {
    background-color: red;
    border-color: red;
    color: yellow; }
  .B.yes {
    background-color: green;
    border-color: green;
    color: white; }
  .B.trans {
    /* #896826 */
    background-color: rgba(137, 104, 38, 0.8);
    color: white;
    border: none; }

.FixRight {
  display: flex;
  align-items: start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%; }
  .FixRight > .c1 {
    width: 500px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 80px; }
  .FixRight > .c2 {
    width: 30px;
    flex-grow: 0;
    flex-shrink: 0; }
  .FixRight > .c3 {
    flex-grow: 1;
    flex-shrink: 1;
    padding-bottom: 20px; }
  @media (max-width: 1040px) {
    .FixRight > .c1 {
      flex-grow: 1;
      flex-shrink: 1;
      padding-bottom: 80px; }
    .FixRight > .c3 {
      width: 490px;
      flex-grow: 0;
      flex-shrink: 0;
      padding-bottom: 20px; } }
  @media (max-width: 900px) {
    .FixRight {
      flex-wrap: wrap; }
      .FixRight > .c1, .FixRight > .c2, .FixRight > .c3 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 0px; }
      .FixRight > .c2 {
        height: 20px; }
      .FixRight.Shop {
        flex-direction: column-reverse; } }

.PropWin {
  position: relative;
  font-size: 0px; }
  .PropWin > img.value {
    width: 100%; }
  .PropWin > .win {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }

h1, .likeH1 {
  color: #8f7032;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px; }

h2 {
  color: #8f7032;
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0px;
  text-align: center; }

h3 {
  color: #8f7032;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 5px 0px; }

h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: 700; }

footer {
  border-top: 1px solid #8f7032;
  margin-top: 16px;
  line-height: 24px;
  padding-top: 10px;
  font-family: myriad;
  font-size: 18px;
  color: #000; }
  footer .TheEdge {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: 5px; }
    footer .TheEdge .block {
      flex-grow: 1;
      flex-shrink: 2;
      min-width: 250px;
      max-width: 100%;
      padding-bottom: 20px;
      text-align: center; }
  footer h3 {
    color: #000;
    padding: 0px 0px 14px 0px;
    margin: 0px;
    font-weight: 500;
    font-size: 1.2em; }
  footer a {
    color: inherit;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }

.SubH1 {
  line-height: 1.5em; }
  .SubH1 .price {
    font-size: 24px;
    font-weight: 900; }

.Sep {
  height: 20px;
  overflow: hidden; }
  .Sep.huge {
    height: 40px; }
  .Sep.big {
    height: 25px; }
  .Sep.mini {
    height: 10px; }
  .Sep.tiny {
    height: 4px; }
  .Sep.line {
    border-bottom: 1px solid #ccc; }

.Gall {
  position: relative; }
  .Gall .PropWin {
    max-width: 728px;
    margin: 0px auto; }
  .Gall .flag-a {
    left: 10px;
    top: 16px;
    padding: 10px 16px;
    font-size: 32px;
    border-radius: 8px; }
  .Gall.ext .PropWin {
    padding-bottom: 130px; }
  .Gall.ext .PropWin > .win {
    height: calc(100% - 130px); }
  .Gall.ext .swiper-container.bSlider {
    height: 100%;
    padding-bottom: 130px; }
  .Gall.ext .swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: left;
    bottom: 0px;
    height: 120px; }
  .Gall.ext .swiper-container.bSlider .swiper-pagination-bullet {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }

.swiper-container.bSlider {
  --swiper-theme-color: $cl0;
  --swiper-navigation-size: 0px;
  font-size: 0px;
  padding-bottom: 36px;
  position: relative;
  max-height: 100%; }
  .swiper-container.bSlider .swiper-pagination-bullet {
    width: 16px;
    height: 16px; }
    .swiper-container.bSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #8f7032; }
  .swiper-container.bSlider .swiper-button-prev,
  .swiper-container.bSlider .swiper-button-next {
    display: none;
    width: 34px;
    height: 34px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #ccc;
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -18px; }
    @media (max-width: 900px) {
      .swiper-container.bSlider .swiper-button-prev,
      .swiper-container.bSlider .swiper-button-next {
        display: none; } }
  .swiper-container.bSlider.onMain .swiper-button-prev {
    left: 20px;
    top: auto;
    bottom: 50px; }
  .swiper-container.bSlider.onMain .swiper-button-next {
    right: 20px;
    top: auto;
    bottom: 50px; }
  .swiper-container.bSlider .swiper-button-prev {
    background-image: url("img/prev.png"); }
  .swiper-container.bSlider .swiper-button-next {
    background-image: url("img/next.png"); }
  .swiper-container.bSlider .swiper-button-prev:hover,
  .swiper-container.bSlider .swiper-button-next:hover {
    box-shadow: 5px 5px 5px #ccc;
    margin-left: -2px;
    margin-top: -20px; }
  .swiper-container.bSlider .swiper-button-prev.swiper-button-disabled,
  .swiper-container.bSlider .swiper-button-next.swiper-button-disabled,
  .swiper-container.bSlider .swiper-button-prev:active:hover,
  .swiper-container.bSlider .swiper-button-next:active:hover {
    box-shadow: none;
    margin-left: 0px;
    margin-top: -18px; }
  .swiper-container.bSlider .swiper-slide {
    overflow: hidden;
    width: 100%; }
    .swiper-container.bSlider .swiper-slide > img, .swiper-container.bSlider .swiper-slide > a > img {
      width: 100%; }

.Tags {
  font-size: 16px;
  color: #333;
  font-weight: 400; }
  .Tags .fa {
    color: #8f7032;
    font-size: 22px;
    font-weight: 600; }
  .Tags > div {
    margin-right: 20px;
    white-space: nowrap; }
    .Tags > div.ttl {
      font-size: 20px;
      font-weight: 600;
      margin-right: 10px; }
    .Tags > div > * {
      vertical-align: middle; }

.Dist {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px; }
  .Dist .cirk {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 1px; }

.SmallMap .yaMap {
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden; }

.cPink {
  background-color: #8f7032;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  border-radius: 50%;
  font-size: 20px; }

.toAll {
  color: #666;
  font-size: 13px;
  font-weight: 600; }

.TextPage {
  max-width: 590px;
  padding: 0px 10px;
  margin: 0px auto 50px auto; }
  .TextPage img {
    max-width: 100% !important;
    height: auto !important; }

.TextBox img {
  max-width: 100% !important;
  height: auto !important; }
.TextBox p {
  margin: 8px 0px 24px 0px; }

.w300 {
  min-width: 290px;
  max-width: 290px;
  width: 290px; }

.formLine {
  margin-bottom: 18px; }

.radioItem {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 18px; }
  .radioItem > span {
    display: inline-block;
    vertical-align: middle; }
  .radioItem > .cir {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    margin-right: 8px;
    transition: 1s; }
    .radioItem > .cir.cw {
      border-color: #666; }
  .radioItem:last-child {
    margin-right: 0px; }
  .radioItem.act > .cir {
    background-color: #8f7032; }

.km_uic {
  display: inline-block; }
  .km_uic.full {
    display: block;
    margin-bottom: 10px; }
  .km_uic .km_value {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: start; }
    .km_uic .km_value .cir {
      width: 24px;
      height: 24px;
      border: 1px solid #666;
      border-radius: 4px;
      margin-right: 12px;
      text-align: center;
      overflow: visible; }
      .km_uic .km_value .cir.pi {
        border-radius: 50%;
        width: 16px;
        height: 16px; }
        .km_uic .km_value .cir.pi .fa {
          font-size: 0.8em;
          line-height: 16px;
          vertical-align: top; }
      .km_uic .km_value .cir .fa {
        color: #8f7032;
        font-size: 1em;
        vertical-align: middle;
        line-height: 24px;
        opacity: 0;
        transition: 0.5s; }
    .km_uic .km_value.km_act .cir .fa {
      opacity: 1; }

.selBox {
  width: 270px; }
  .selBox .selectbox {
    padding: 0px;
    width: 100%;
    height: 45px;
    border: 8px;
    min-width: 100% !important;
    max-width: 100% !important;
    cursor: pointer; }
    .selBox .selectbox .display {
      border: 1px solid #cccccc;
      border-radius: 10px;
      height: 100%;
      cursor: pointer; }
      .selBox .selectbox .display .text {
        line-height: 45px;
        padding-left: 20px;
        white-space: nowrap;
        color: #000;
        font-weight: 400;
        min-width: calc(100% - 45px); }
      .selBox .selectbox .display .arrow_btn {
        background-color: transparent;
        border: none;
        width: 2em;
        line-height: 45px;
        color: #8f7032; }
      .selBox .selectbox .display.active .arrow_btn {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        text-shadow: 0px 0px 3px #8f7032; }
    .selBox .selectbox.focused .display .text {
      color: #000;
      background-color: transparent;
      text-shadow: 0px 0px 3px #ccc; }
  .selBox.dark .selectbox .display {
    background-color: #f0f0f0;
    border-color: #f0f0f0; }
    .selBox.dark .selectbox .display .text {
      font-weight: 500; }

body .selectbox.items {
  max-height: 200px !important;
  min-width: 60px !important;
  overflow-y: auto !important; }
  body .selectbox.items li {
    cursor: pointer; }
  body .selectbox.items li.hover > .item {
    background-color: #8f7032; }
  body .selectbox.items li .text {
    white-space: nowrap; }

.BB {
  display: inline-block;
  line-height: 45px;
  background-color: #8f7032;
  border-radius: 8px;
  padding: 0px 10px 0px 50px;
  cursor: pointer;
  color: #fff; }
  .BB.tune {
    background: url("img/tune.png") 10px 50% no-repeat;
    background-color: #8f7032; }
    .BB.tune.push {
      box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.23) inset, -3px -3px 8px rgba(255, 255, 255, 0.23) inset; }

.tagFilter {
  display: flex;
  flex-wrap: wrap;
  align-item: stretch;
  justify-content: start; }
  .tagFilter .tag {
    margin-right: 20px; }

.mobPanel {
  width: calc(100% + 40px);
  min-width: 440px;
  margin-left: -20px;
  padding: 20px 20px 1px 20px;
  min-height: 100px;
  background-color: #f0f0f0;
  border-radius: 10px; }
  .mobPanel .formLine {
    width: 400px;
    margin: 0px auto 20px auto; }
  .mobPanel .selBox {
    width: 400px; }
    .mobPanel .selBox .selectbox {
      width: 400px !important;
      min-width: 400px !important;
      max-width: 400px !important; }
    .mobPanel .selBox.dark .selectbox .display {
      border: 1px solid #ccc;
      border-radius: 10px;
      background-color: #fff; }
  .mobPanel .tagFilter {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .mobPanel .tagFilter .tag {
      margin-right: 0px;
      margin-bottom: 18px; }

.shopTab {
  display: grid;
  grid-template-columns: 1fr auto auto auto; }
  .shopTab > div {
    border-bottom: 1px solid #ccc;
    min-height: 70px;
    display: flex;
    align-items: center; }
    .shopTab > div.th {
      font-size: 12px;
      font-weight: 400;
      border-bottom: none;
      padding-right: 40px;
      cursor: pointer; }
      .shopTab > div.th .sort {
        display: inline-block;
        padding-left: 10px;
        color: #8f7032;
        font-weight: 900; }
        .shopTab > div.th .sort .fa {
          color: #666; }
      .shopTab > div.th:hover .sort .fa {
        color: #000; }
      .shopTab > div.th.a:hover .sort .fa, .shopTab > div.th.a .sort .fa {
        color: #8f7032;
        text-shadow: 0px 0px 2px #8f7032; }
      .shopTab > div.th.a1:hover .sort .fa, .shopTab > div.th.a1 .sort .fa {
        color: #8f7032;
        text-shadow: 0px 0px 2px #8f7032;
        transform: rotate(180deg); }
  .shopTab .name, .shopTab .dist, .shopTab .sched {
    padding-right: 50px; }
    .shopTab .name a, .shopTab .dist a, .shopTab .sched a {
      color: inherit;
      text-decoration: none; }
      .shopTab .name a:hover, .shopTab .dist a:hover, .shopTab .sched a:hover {
        text-decoration: underline; }
  .shopTab .acts, .shopTab .dist, .shopTab .sched {
    font-size: 14px;
    font-weight: 400; }
  .shopTab .name {
    font-size: 16px;
    font-weight: 600; }
  @media (max-width: 900px) {
    .shopTab {
      grid-template-columns: 1fr; }
      .shopTab > div {
        min-height: auto;
        border-bottom: none; }
        .shopTab > div.th {
          display: none; }
        .shopTab > div > .acts {
          border-bottom: 1px solid #ccc;
          margin-bottom: 20px;
          padding-bottom: 8px;
          display: block; } }

.xShop .sched {
  display: inline-block; }
  .xShop .sched > * {
    vertical-align: middle; }
  .xShop .sched .fa {
    color: #8f7032;
    margin-right: 1px; }
.xShop .note {
  color: #f00;
  border-radius: 4px;
  margin: 5px 0px;
  font-weight: bold; }
.xShop .dist {
  white-space: nowrap; }
  .xShop .dist .cir {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 1px solid #fff;
    vertical-align: middle;
    margin-right: 2px; }
    .xShop .dist .cir.cw {
      border-color: #666; }
  .xShop .dist .txt {
    display: inline-block; }

@media (max-width: 900px) {
  #yaAddr {
    margin-right: 0px !important;
    width: 100% !important; } }

.TheSubMenu {
  position: sticky;
  top: 0px;
  z-index: 99; }
  @media (max-width: 900px) {
    .TheSubMenu {
      display: none; } }

.SubMenu {
  display: flex;
  min-width: 100%;
  margin-bottom: 8px;
  justify-content: center;
  background-color: #f6f3ec;
  padding: 16px 0px; }
  @media (max-width: 900px) {
    .SubMenu.cat {
      display: none; } }
  .SubMenu a {
    color: inherit;
    text-decoration: none; }
  .SubMenu .item {
    margin-right: 16px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase; }
    .SubMenu .item.act {
      font-weight: bold; }

.ScrollX {
  
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .ScrollX .SubMenu {
    flex-wrap: nowrap; }
    .ScrollX .SubMenu * {
      white-space: nowrap; }
  .ScrollX .Products, .ScrollX .News {
    display: flex;
    flex-wrap: nowrap; }
    @media (max-width: 611px) {
      .ScrollX .Products, .ScrollX .News {
        justify-content: start; } }
    .ScrollX .Products .PWidget, .ScrollX .News .PWidget {
      min-width: 290px;
      flex: 1 1 290px; }
    .ScrollX .Products .NWidget, .ScrollX .News .NWidget {
      flex-basis: 590px;
      min-width: 590px;
      max-width: 590px;
      flex-shrink: 0;
      flex-grow: 0; }
      @media (max-width: 599px) {
        .ScrollX .Products .NWidget, .ScrollX .News .NWidget {
          min-width: calc(100vw - 20px);
          max-width: calc(100vw - 20px); } }
  .ScrollX > * {
    width: fit-content; }

.ScrollX::-webkit-scrollbar {
  display: none; }

.SmallCB {
  width: 50px;
  height: 50px;
  background: url("img/tocart.png") center center;
  background-size: cover;
  background-color: #de2d83;
  border-radius: 8px;
  cursor: pointer; }
  .SmallCB.gray {
    background-color: #e0e0e0; }
  .SmallCB.cartFull {
    background-color: #e0e0e0;
    background-image: url("img/full.png"); }

.PWidget {
  display: inline-block;
  min-width: 190px;
  max-width: 300px;
  position: relative; }
  .PWidget .IcoWarn {
    position: absolute;
    bottom: 32px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0px;
    line-height: 16px;
    padding-top: 15px; }
  .PWidget .tp {
    position: relative;
    padding: 0px; }
    .PWidget .tp img {
      width: 100%;
      height: auto; }
  .PWidget .img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
  .PWidget .t {
    position: absolute;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    bottom: 10px; }
    .PWidget .t.t1 {
      left: 16px; }
    .PWidget .t.t2 {
      right: 16px; }
  .PWidget .name,
  .PWidget .weight {
    margin: 0px 16px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #8f7032;
    text-align: center; }
  .PWidget .name {
    padding-top: 10px;
    text-transform: uppercase; }
  .PWidget .price {
    position: absolute;
    bottom: 25px;
    left: 16px; }
    .PWidget .price.p2 {
      bottom: 18px; }
  .PWidget .oldPrice {
    position: absolute;
    bottom: 50px;
    left: 16px;
    text-decoration: line-through; }
  .PWidget .SmallCB {
    position: absolute;
    bottom: 25px;
    right: 16px; }
  .PWidget .flag-a {
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #df3a8a;
    color: #fff;
    padding: 2px 5px;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 9;
    font-weight: 600;
    border-radius: 4px; }
  .PWidget.hit:after {
    content: "хит";
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 3px 5px;
    background-color: #b79b68;
    color: #fff;
    font-size: 14px;
    line-height: 12px;
    border-radius: 4px;
    z-index: 10;
    pointer-events: none; }
  @media (max-width: 611px) {
    .PWidget {
      flex-basis: 200px;
      min-width: 150px;
      width: auto;
      flex-grow: 1;
      flex-shrink: 1; } }
  @media (max-width: 456px) {
    .PWidget {
      flex-basis: 160px; } }

.News {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 20px;
  justify-content: space-around; }
  @media (max-width: 739px) {
    .News {
      justify-content: space-around; } }
  .News .NWidget {
    flex-basis: 390px;
    min-width: 390px;
    max-width: 590px;
    flex-shrink: 1;
    flex-grow: 1;
    font-size: 0px;
    margin-bottom: 50px; }
    .News .NWidget.full {
      max-width: 100%; }
    .News .NWidget .sub {
      padding: 0px 10px; }
      .News .NWidget .sub .name {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 400;
        color: #8f7032; }
      .News .NWidget .sub .date {
        font-size: 15px;
        font-weight: 700;
        color: #8f7032; }
      .News .NWidget .sub .TextBox {
        font-size: 18px;
        color: #333; }
  .News .img {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: norepeat;
    background-size: cover; }
    .News .img img {
      width: 100%;
      height: auto; }
  .News .video {
    border: 1px solid #ccc;
    position: relative; }
    .News .video img {
      width: 100%;
      height: auto; }
    .News .video .box {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%; }

.Products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 13px;
  flex-wrap: wrap;
  align-items: stretch;
  min-width: 360px;
  margin-bottom: 0px; }
  .Products .PWidget {
    margin-bottom: 36px; }
  @media (max-width: 670px) {
    .Products {
      display: inline-grid; } }
  @media (max-width: 611px) {
    .Products {
      justify-content: start;
      grid-template-columns: 1fr 1fr; } }
  .Products.swiper-wrapper {
    flex-wrap: nowrap; }

.Schedule {
  font-size: 16px;
  font-weight: 400; }
  .Schedule .fa {
    color: #de2d83;
    font-size: 1.2em;
    margin-right: 6px; }
  .Schedule > * {
    vertical-align: bottom; }

.NutriLine {
  text-align: left;
  white-space: nowrap;
  font-size: 10px;
  background-color: #ebe8de;
  min-width: 100%;
  text-align: center;
  padding: 20px 0px; }
  .NutriLine .item {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff; }
    .NutriLine .item:first-child {
      margin-left: 0px;
      padding-left: 0px;
      border-left: 0px; }
    .NutriLine .item > div {
      text-align: center;
      white-space: nowrap;
      color: #000;
      font-weight: 400; }
    .NutriLine .item .n {
      font-size: 12px;
      color: #444; }
    .NutriLine .item .v {
      font-size: 18px;
      font-weight: 600;
      margin-top: 4px; }
  @media (max-width: 559px) {
    .NutriLine .item:first-child .dj {
      display: none; } }

.PriceBox > div {
  display: inline-block;
  vertical-align: bottom; }

.AutoSpoller > .title {
  cursor: pointer; }
  .AutoSpoller > .title .fa {
    color: #de2d83;
    transition: 0.3s; }
  .AutoSpoller > .title h2 {
    display: inline-block;
    margin: 0px; }
.AutoSpoller > .data {
  opacity: 0;
  display: none;
  transition: 0.3s; }
.AutoSpoller.open > .title .fa {
  transform: rotate(180deg); }
.AutoSpoller.open > .data {
  display: block;
  opacity: 1;
  margin-top: 20px; }

.redTitle {
  position: relative; }
  .redTitle span {
    margin-left: 1.4em;
    color: #df3989; }
  .redTitle img {
    position: absolute;
    top: 0px;
    left: 2px;
    width: 16px;
    height: 16px; }

.LikeIt {
  display: flex;
  gap: 20px;
  align-items: stretch;
  flex-wrap: wrap; }
  .LikeIt .Item {
    position: relative;
    min-width: 320px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-repeat: no-repeat;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 400px;
    padding: 30px 20px 50px 20px;
    display: relative;
    box-shadow: 0px 5px 5px #ccc; }
    @media (max-width: 940px) {
      .LikeIt .Item {
        width: calc(100% - 60px) !important; } }
    .LikeIt .Item .ttl {
      font-size: 24px;
      font-weight: 600;
      min-height: 100px; }
    .LikeIt .Item .txt {
      font-size: 16px;
      font-weight: 400; }
    .LikeIt .Item .lnk {
      position: absolute;
      left: 30px;
      bottom: 30px; }
      .LikeIt .Item .lnk a {
        color: inherit;
        text-decoration: underline; }
        .LikeIt .Item .lnk a:hover {
          text-decoration: none; }

@keyframes bg40 {
  from {
    background-position-x: 0px; }
  to {
    background-position-x: 40px; } }
@keyframes mig {
  0% {
    background-color: #8f7032; }
  30% {
    background-color: #ff84cc; }
  35% {
    background-color: #ccc; }
  65% {
    background-color: #ccc; }
  70% {
    background-color: #ff84cc; }
  100% {
    background-color: #8f7032; } }
.Waiting {
  height: 20px;
  margin: 20px 10px;
  background-color: #8f7032;
  background-position: top left;
  background-repeat: repeat-x;
  background-image: url("img/block.png");
  background-size: contain;
  border-radius: 10px;
  border: 1px solid #ccc;
  animation: bg40 .5s linear infinite;
  cursor: wait;
  position: relative; }
  .Waiting:before {
    content: " ";
    position: absolute;
    left: -9px;
    top: 5px;
    width: 9px;
    height: 9px;
    background-color: #8f7032;
    border-color: #8f7032;
    border-radius: 50%;
    animation: mig .5s linear infinite; }
  .Waiting:after {
    content: " ";
    position: absolute;
    right: -9px;
    top: 5px;
    width: 9px;
    height: 9px;
    background-color: #8f7032;
    border-color: #8f7032;
    border-radius: 50%;
    animation: mig .5s linear infinite; }

.FixHead {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: auto;
  background-color: white;
  z-index: 100;
  box-shadow: 0px 10px 20px #ccc;
  padding-top: 10px; }
  .FixHead .goTop {
    width: 36px;
    height: 36px;
    background-color: #8f7032;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-right: 20px;
    margin-bottom: 10px; }
  .FixHead .SubMenu {
    margin-top: 6px; }

body.fix .SubMenu {
  opacity: 0; }
body.fix .FixHead {
  /* display: block; */ }
  body.fix .FixHead .SubMenu {
    opacity: 1; }

.SiteDlg.ui-dialog h4 {
  font-size: 16px;
  font-weight: 600px;
  margin-bottom: 10px; }
.SiteDlg.ui-dialog .ui-dialog-title {
  margin-left: 12px; }
.SiteDlg.ui-dialog .ui-dialog-titlebar-close {
  width: 28px;
  height: 28px;
  margin-top: -20px; }
.SiteDlg.ui-dialog .ui-icon.ui-icon-closethick {
  width: 28px;
  height: 28px;
  background: url("img/x.png") center center no-repeat;
  background-offset: 0px 0px; }
.SiteDlg.ui-dialog.ui-widget {
  font-family: myriad; }
.SiteDlg.ui-dialog.ui-corner-all {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 10px; }
.SiteDlg.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  text-align: center; }
.SiteDlg.ui-dialog .ui-dialog-title {
  float: none;
  font-size: 2em; }
.SiteDlg.ui-dialog .B {
  padding: 16px 18px; }

.Forms input[type=text],
.Forms input[type=email],
.Forms textarea {
  border: 1px solid #e0e0e0;
  color: #000;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 8px;
  width: calc(100% - 22px); }
  .Forms input[type=text].err,
  .Forms input[type=email].err,
  .Forms textarea.err {
    border-color: #de2d83;
    animation: tada 1s linear 1; }
.Forms textarea {
  height: 150px; }
.Forms.FormLogin {
  min-height: 300px;
  width: 450px;
  text-align: center; }
  @media (max-width: 559px) {
    .Forms.FormLogin {
      width: 380px; } }
.Forms.FormCode {
  text-align: center; }
.Forms.FormDelivery {
  min-width: 300px;
  max-width: calc(100vw - 40px) !important; }
.Forms.FormMessage {
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
  line-height: 1.5em; }
.Forms.FormCart input[type=text],
.Forms.FormCart input[type=email],
.Forms.FormCart textarea {
  padding: 14px;
  margin: 10px 0px;
  width: calc(100% - 30px); }
.Forms.FormCartDy input.x1 {
  width: 40px; }
.Forms.FormProfile {
  max-width: 600px; }
.Forms .xShop {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px;
  margin: 5px 2px;
  cursor: pointer; }
  .Forms .xShop.SwList {
    font-size: 1em;
    text-align: center;
    font-weight: 600;
    color: #de2d83; }
  .Forms .xShop:hover {
    box-shadow: 2px 2px 5px #e0e0e0; }
  .Forms .xShop:active {
    box-shadow: -2px -2px 3px #e0e0e0; }
  .Forms .xShop .dist {
    font-weight: 600;
    margin-bottom: 4px; }
  .Forms .xShop .name {
    margin-bottom: 6px; }
  .Forms .xShop .sched {
    font-size: .9em; }
.Forms .CodeInput {
  text-align: center;
  white-space: nowrap; }
  .Forms .CodeInput > div {
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 10px;
    border: 1px solid #ccc;
    border-radius: 6px; }
    .Forms .CodeInput > div input[type=text] {
      font-size: 32px;
      font-weight: 700;
      border: 0px;
      width: 26px;
      text-align: center;
      outline: 0px; }
.Forms .FRow {
  position: relative;
  margin-bottom: 10px; }
  .Forms .FRow input, .Forms .FRow textarea {
    outline: none;
    width: 100%;
    padding: 20px 10px 10px 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 8px;
    box-sizing: border-box; }
  .Forms .FRow input.bad, .Forms .FRow textarea.bad {
    border: 1px dotted red; }
  .Forms .FRow textarea {
    height: 60px;
    transition: height 0.5s; }
  .Forms .FRow textarea:focus,
  .Forms .FRow textarea.hasValue {
    height: 100px; }
  .Forms .FRow label {
    position: absolute;
    left: 10px;
    top: 16px;
    font-size: 16px;
    color: #606060;
    pointer-events: none;
    z-index: 2;
    transition: 0.5s; }
  .Forms .FRow input:focus + label,
  .Forms .FRow input.hasValue + label,
  .Forms .FRow textarea:focus + label,
  .Forms .FRow textarea.hasValue + label {
    left: 8px;
    top: 5px;
    font-size: 12px;
    opacity: 0.6;
    color: #707070; }
  .Forms .FRow .sb.selectbox {
    width: 100% !important; }
    .Forms .FRow .sb.selectbox .display {
      cursor: pointer; }
      .Forms .FRow .sb.selectbox .display .text {
        width: 100% !important; }
  .Forms .FRow.flex {
    width: 100%;
    max-width: 100%;
    gap: 20px; }
    .Forms .FRow.flex > div {
      position: relative; }
  .Forms .FRow.stdSB select {
    width: 100%;
    height: 52px;
    background-color: transparent;
    border: #ccc solid 1px;
    border-radius: 8px;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    cursor: pointer; }
  .Forms .FRow.stdSB label {
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 12px;
    opacity: 0.6;
    color: #707070;
    pointer-events: none;
    z-index: 2;
    transition: none; }
.Forms .FCells > .left {
  margin-right: 10px; }
.Forms .FCells > .mid {
  margin-left: 10px;
  margin-right: 10px; }
.Forms .FCells > .right {
  margin-left: 10px; }
.Forms .FCells > .txt {
  padding-right: 20px; }
@media (max-width: 559px) {
  .Forms .FCells > .left {
    margin-right: 2px; }
  .Forms .FCells > .mid {
    margin-left: 2px;
    margin-right: 2px; }
  .Forms .FCells > .right {
    margin-left: 2px; }
  .Forms .FCells > .txt {
    padding-right: 20px; } }
.Forms .FCells input.stv {
  padding-top: 10px;
  text-align: center;
  max-width: 120px; }
.Forms .selectbox {
  padding-top: 10px;
  padding-bottom: 10px; }
  .Forms .selectbox .display .text .grey {
    font-size: 16px;
    color: #606060; }

.Child {
  position: relative; }
  .Child > .close {
    position: absolute;
    left: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #de2d83;
    color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 2; }
    .Child > .close:hover {
      box-shadow: 0px 0px 5px #de2d83; }

.AddrBox {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px 0px;
  margin: 0px 0px 16px 0px;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  align-items: center; }
  .AddrBox .inp {
    padding-left: 10px;
    flex-basis: 100%;
    flex-shrink: 1;
    flex-grow: 1; }
    .AddrBox .inp input[type=text] {
      border: none;
      background-color: transparent;
      color: #000;
      font-size: 16px;
      font-weight: 500;
      padding: 4px 10px; }
  .AddrBox .icon {
    flex-shrink: 0;
    flex-grow: 0;
    width: 32px;
    text-align: center; }
  .AddrBox .static {
    font-weight: 600;
    color: #000;
    padding: 0px 10px;
    text-align: center;
    width: calc(100% - 20px); }

.Circle {
  line-height: 50%;
  text-align: center;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  width: 32px;
  height: 32px; }
  .Circle .fa {
    vertical-align: bottom;
    margin-left: 1px; }
  .Circle.micro {
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 16px; }
  .Circle.red {
    color: red;
    border-color: red; }

.Advantage {
  margin: 10px 0px 40px 0px; }
  .Advantage h2 {
    text-align: center; }

.VTList {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around; }
  .VTList .VTOne {
    flex-basis: 300px;
    flex-shrink: 1;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 20px; }
    .VTList .VTOne .txt {
      color: #666;
      font-size: 14px;
      font-weight: 600;
      padding: 0px 10px; }
    .VTList .VTOne .ttl {
      margin-bottom: 20px; }

.Parths {
  margin: 10px 0px 40px 0px; }
  .Parths h2 {
    text-align: center; }

.PTList {
  max-width: 1000px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 10px; }
  .PTList .PTOne {
    text-align: center;
    align-self: center; }
    .PTList .PTOne img {
      max-width: 100%;
      height: auto; }

.Recaptcha {
  width: 304px;
  margin: 0px auto; }

body #DLG {
  padding: 0px; }
body .ui-dialog {
  max-width: 100vw;
  min-width: 300px; }
body .ui-dialog.NoTtl .ui-dialog-titlebar {
  padding: 10px .4em 8px 0px;
  text-align: left; }
body .ui-dialog.NoTtl .ui-dialog-title {
  font-size: 20px;
  font-weight: 600; }

#DLG .Map {
  height: 100%;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden; }
  #DLG .Map > * {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px; }
    #DLG .Map > * > * {
      width: 100% !important;
      height: 100% !important;
      min-height: 300px; }
#DLG .inner {
  height: 100%;
  padding: 10px; }
  #DLG .inner form {
    height: 100%; }
#DLG .Forms {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  #DLG .Forms input, #DLG .Forms textarea {
    outline: 0px; }
  #DLG .Forms > div {
    flex-shrink: 0;
    flex-grow: 0; }
    #DLG .Forms > div.mapHolder {
      position: relative;
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      #DLG .Forms > div.mapHolder > div {
        flex-grow: 0; }
        #DLG .Forms > div.mapHolder > div.Map {
          flex-grow: 1;
          min-height: 300px; }
      #DLG .Forms > div.mapHolder .List {
        position: relative; }
        #DLG .Forms > div.mapHolder .List > .pp {
          position: absolute;
          left: 0px;
          bottom: 0px;
          width: 100%;
          height: 0px;
          overflow: auto;
          display: none;
          z-index: 9;
          background-color: #fff; }

.DateTime {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px; }
  .DateTime > div.comp {
    position: relative;
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    align-content: middle;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 0px 10px;
    height: 40px; }
    .DateTime > div.comp > label {
      position: absolute;
      left: 12px;
      right: 12px;
      width: auto;
      top: 50%;
      height: auto;
      white-space: nowrap;
      text-align: left;
      line-height: 32px;
      margin-top: -16px;
      font-weight: 400;
      font-size: 14px;
      color: #666;
      pointer-events: none; }
    .DateTime > div.comp.has > label {
      left: 10px;
      top: 4px;
      text-align: left;
      color: #aaa;
      font-size: 14px;
      line-height: 100%;
      margin-top: 0px; }
    .DateTime > div.comp input {
      background: url("img/date.png") right center no-repeat;
      background-color: transparent;
      outline: none;
      width: 100%;
      padding-right: 30px;
      cursor: pointer;
      max-width: calc(100% - 40px);
      box-sizing: content-box;
      border: none; }
    .DateTime > div.comp input, .DateTime > div.comp select {
      font-family: myriad;
      font-weight: 600;
      font-size: 16px;
      text-align: center; }
    .DateTime > div.comp .selectbox {
      width: 100% !important;
      background-color: transparent;
      border: none;
      opacity: 1; }
      .DateTime > div.comp .selectbox.focused .text {
        background-color: transparent; }
      .DateTime > div.comp .selectbox .display {
        background-color: transparent; }
      .DateTime > div.comp .selectbox .text {
        width: calc(100% - 30px);
        text-align: center;
        color: #000;
        font-size: 15px;
        font-weight: 700;
        background-color: transparent; }
    .DateTime > div.comp.has .selectbox {
      opacity: 1; }
  .DateTime .TimeBox {
    display: flex;
    height: 100%; }
    .DateTime .TimeBox select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      border-width: 0px;
      background: url("img/select.png") right center no-repeat;
      background-color: transparent;
      width: 100%;
      padding-right: 30px;
      cursor: pointer; }

.topDateTime {
    /*
    position: absolute;
    left: 218px;
    top: 28px;
    z-index: 2;

    @include mobi
    {
        left: 16px;
    }
    */
  font-weight: 900;
  display: inline-block;
  margin-left: 10px; }

.IcoWarn {
  width: calc(100% - 30px);
  padding: 0px 0px 0px 30px;
  height: 30px;
  line-height: 30px;
  margin: 10px 0px 20px 0px;
  background: url("img/warn.png") left center no-repeat; }

.TheCart {
  display: flex;
  align-items: stretch;
  max-width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
  gap: 20px 80px; }
  .TheCart h1, .TheCart h2, .TheCart h3, .TheCart .tools {
    margin: 0px 0px 10px 0px; }
  .TheCart h4 {
    margin: 10px 0px 10px 0px; }
  .TheCart .CartLeft {
    flex-basis: 320px;
    flex-grow: 1;
    flex-shrink: 0; }
    @media (max-width: 559px) {
      .TheCart .CartLeft .CartList .cartPS {
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        border: 1px solid #666;
        border-radius: 10px;
        padding: 20px 10px;
        margin: 30px auto;
        width: 280px; } }
  .TheCart .CartRight {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 360px; }
    .TheCart .CartRight .Cartinfo {
      margin: 0px auto;
      padding-bottom: 40px;
      font-size: 16px;
      line-height: 24px; }
      .TheCart .CartRight .Cartinfo .ciLine {
        margin: 6px 0px; }

.h1Box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  min-width: 100%;
  max-width: 100%; }
  .h1Box h1 {
    margin: none;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 5px; }
  .h1Box h1, .h1Box h2, .h1Box h3, .h1Box h4, .h1Box .tools {
    margin: 0px 0px 10px 0px; }
  .h1Box .tools {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 14px; }
    .h1Box .tools a, .h1Box .tools .likeA, .h1Box .tools .Cmd {
      color: #666; }
  @media (max-width: 559px) {
    .h1Box {
      flex-wrap: wrap; }
      .h1Box h1 {
        width: 100%; } }

.DisabledBox {
  opacity: 0.4;
  pointer-events: none; }

.WarnPrefix {
  border: 1px solid #e0e0e0;
  background-color: #feffcd;
  margin: 10px;
  padding: 20px; }

.ZRow {
  display: flex;
  flew-wrap: nowrap;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  z-index: 2;
  position: relative; }
  .ZRow > .name {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px;
    font-size: 18px;
    position: relative;
    width: calc(100% - 20px); }
    .ZRow > .name .t0 {
      color: #666;
      font-weight: 400; }
    .ZRow > .name .t1 {
      color: #000;
      font-weight: 600; }
  .ZRow > .icon {
    flex-grow: 0;
    flex-shrink: 0;
    position: relative; }
    .ZRow > .icon .flag-a {
      position: absolute;
      left: 4px;
      top: 2px;
      padding: 2px 3px;
      border-radius: 3px;
      background-color: #df3a8a;
      color: #fff;
      font-size: 14px;
      font-weight: 700; }
    .ZRow > .icon .img {
      width: 160px;
      height: 160px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .ZRow > .count {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding-left: 20px; }
    .ZRow > .count .Counter {
      margin-bottom: 4px; }
      .ZRow > .count .Counter .plus.dis, .ZRow > .count .Counter .minus.dis {
        color: #ccc;
        cursor: inherit; }
  .ZRow > .price {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 20px;
    min-width: 90px;
    text-align: center; }
    .ZRow > .price .total {
      font-size: 24px;
      font-weight: 900;
      color: #000; }
    .ZRow > .price .detail {
      font-size: 10px;
      font-weight: 700; }
      .ZRow > .price .detail .old-price {
        font-weight: 500;
        text-decoration: line-through; }
  .ZRow > .tools {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 40px;
    color: #999;
    font-size: 20px; }
  .ZRow > .ava {
    position: absolute;
    left: 170px;
    top: 0px;
    width: calc(100% - 230px); }
  .ZRow.xdis > div, .ZRow.ydis > div, .ZRow.zdis > div {
    opacity: 0.5;
    z-index: 1; }
  .ZRow.xdis > div.count .Counter .plus, .ZRow.ydis > div.count .Counter .plus, .ZRow.zdis > div.count .Counter .plus {
    color: #ccc;
    cursor: inherit; }
  .ZRow.xdis > div.count .dop.typo-1, .ZRow.ydis > div.count .dop.typo-1, .ZRow.zdis > div.count .dop.typo-1 {
    color: #f00;
    font-weight: 700;
    font-size: 12px; }
  .ZRow.xdis > div.ava, .ZRow.ydis > div.ava, .ZRow.zdis > div.ava {
    opacity: 1;
    background: url("img/warn20.png") left top no-repeat;
    padding: 2px 0px 2px 24px; }
  @media (max-width: 559px) {
    .ZRow {
      display: block;
      position: relative;
      left: 0px;
      top: 0px;
      padding: 10px 10px 200px 150px;
      margin: 10px auto;
      width: auto; }
      .ZRow > .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 160px;
        bottom: 0px; }
        .ZRow > .icon .img {
          position: absolute;
          left: 0px;
          right: 0px;
          width: 100%;
          height: 100%; }
      .ZRow > .name {
        margin-top: 40px;
        padding: 0px;
        margin-bottom: 10px;
        text-align: left; }
      .ZRow > .count {
        position: absolute;
        left: 200px;
        bottom: 80px;
        height: 60px;
        padding: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .ZRow > .price {
        position: absolute;
        left: 204px;
        bottom: 20px;
        width: 100px;
        height: 60px;
        padding: 0px;
        display: flex;
        text-align: left;
        flex-direction: column;
        justify-content: center; }
      .ZRow > .tools {
        position: absolute;
        right: 6px;
        top: 50px;
        padding: 0px; }
      .ZRow > .ava {
        left: 70px;
        width: calc(100% - 120px); } }

.zRO .ZRow > .tools, .zRO.ZRow > .tools {
  display: none; }
.zRO .Counter {
  border: 0px;
  margin-bottom: 0px; }
  .zRO .Counter .plus, .zRO .Counter .minus, .zRO .Counter .dop {
    display: none; }
@media (max-width: 559px) {
  .zRO {
    padding: 10px 10px 120px 150px; }
    .zRO > .price {
      bottom: 40px; } }

.Counter {
  display: flex;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 6px; }
  .Counter.hl {
    box-shadow: 0px 0px 5px #8f7032; }
  .Counter > div {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-align: center; }
  .Counter > .plus, .Counter > .minus {
    width: 24px;
    flex-basis: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    color: #de2d83;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer; }
    .Counter > .plus:active, .Counter > .minus:active {
      font-weight: 600; }
  .Counter > .value {
    min-width: 32px;
    flex-grow: 1;
    font-size: 12px;
    font-weight: 700;
    color: #000; }

.NVRow {
  display: flex;
  flex-wrap: nowrap;
  margin: 6px 0px; }
  .NVRow > .name {
    flex-grow: 1;
    flex-shrink: 1; }
  .NVRow > .value {
    white-space: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right; }

.Rounded {
  background-color: #fff;
  color: #000;
  border: 1px solid #666;
  border-radius: 20px;
  padding: 10px 20px; }

.UserSpace .ui-widget {
  font-size: 0.9em;
  border-radius: 6px; }
.UserSpace .ui-datepicker {
  width: 14em; }
.UserSpace .ui-state-default, .UserSpace .ui-widget-content .ui-state-default {
  background: transparent;
  border: 0px;
  text-align: center;
  display: block;
  width: 1.2em;
  line-height: 1.2em;
  margin: auto; }
.UserSpace .ui-state-default.ui-state-active {
  background-color: #8f7032;
  border-radius: 50%;
  color: #fff; }
.UserSpace .ui-state-default.ui-state-highlight {
  font-weight: 700;
  color: #000; }
.UserSpace .ui-widget-header {
  background: transparent;
  border: 0px; }
.UserSpace .UserTab .ui-state-default, .UserSpace .UserTab .ui-widget-content .ui-state-default {
  background-color: #ddd;
  width: auto; }
.UserSpace .UserTab .ui-state-default.ui-state-active {
  background-color: #8f7032;
  border-radius: 8px 8px 0px 0px; }
  .UserSpace .UserTab .ui-state-default.ui-state-active a {
    color: #fff; }
.UserSpace .UserTab .ui-widget-header {
  background-color: #ccc; }

/* Redifinition standard */
body .selectbox {
  box-sizing: border-box;
  padding: 5px 5px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: auto !important; }
  body .selectbox .display {
    border: 0px;
    display: flex;
    padding: 0px;
    align-items: center;
    cursor: pointer; }
    body .selectbox .display > .text {
      position: relative;
      left: 0px;
      top: 0px;
      width: auto;
      height: auto;
      margin-right: 10px; }
    body .selectbox .display > .arrow_btn {
      position: relative;
      left: 0px;
      top: 0px;
      width: auto;
      height: auto;
      background: none;
      border: 0px;
      color: #8f7032; }

.OLine {
  padding: 0px 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr); }
  .OLine > div {
    overflow: auto;
    text-align: left;
    padding: 20px 10px 20px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400; }
    .OLine > div.id {
      font-size: 18px;
      font-weight: 600; }
    .OLine > div.price {
      font-size: 20px;
      font-weight: 600; }
    .OLine > div.state, .OLine > div.pick {
      font-size: 16px;
      font-weight: 600; }
    .OLine > div.th {
      font-size: 12px;
      border-bottom: none; }
      .OLine > div.th a {
        color: inherit;
        text-decoration: none; }
        .OLine > div.th a:hover {
          text-shadow: 0px 0px 3px #ccc; }
      .OLine > div.th .fa {
        color: #de2d83;
        opacity: 0.5; }
      .OLine > div.th.s0, .OLine > div.th.s1 {
        font-weight: 700; }
        .OLine > div.th.s0 .fa, .OLine > div.th.s1 .fa {
          opacity: 1; }
      .OLine > div.th.s1 .fa {
        transform: rotate(180deg); }
  .OLine .lnd {
    display: none; }
  @media (max-width: 559px) {
    .OLine {
      display: block;
      margin: 10px 0px;
      padding: 5px;
      border: 1px solid #ccc;
      border-radius: 10px; }
      .OLine > .td {
        border: none;
        padding: 4px 0px; }
      .OLine.head {
        padding: 0px;
        margin: 0px 0px 20px 0px;
        border: none; }
        .OLine.head > .th {
          display: inline-block;
          padding: 2px 5px;
          margin-right: 10px;
          margin-bottom: 2px;
          border: 1px solid #ccc;
          background-color: #ddd;
          box-shadow: 2px 2px 5px #ccc;
          border-radius: 4px; }
          .OLine.head > .th.s0, .OLine.head > .th.s1 {
            background-color: #fff;
            box-shadow: none; }
      .OLine .lnd {
        display: inline-block;
        margin-right: 6px; } }

.Orders .OLine.order {
  cursor: pointer; }
  .Orders .OLine.order:hover {
    box-shadow: 0px 5px 5px #ccc, 0px -5px 5px #ccc; }

.Contacts {
  display: flex;
  flex-wrap: nowrap; }
  .Contacts > .info {
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 300px;
    padding-right: 20px; }
  .Contacts > .form {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 500px;
    min-width: 300px;
    padding-left: 20px; }
  @media (max-width: 739px) {
    .Contacts {
      flex-wrap: wrap; }
      .Contacts > .info {
        flex-basis: 100%;
        padding: 0px 10px; }
      .Contacts > .form {
        flex-basis: 100%;
        padding: 0px 10px; } }

.HScroll {
  width: 100%;
  overflow: auto; }

.PayTable {
  display: grid;
  width: 100%;
  font-size: 20px;
  grid-template-columns: min-content 1fr min-content 1fr min-content min-content min-content; }
  .PayTable > div {
    padding: 5px 10px;
    white-space: nowrap; }
  .PayTable > .pyd1,
  .PayTable > .pyd2,
  .PayTable > .price1,
  .PayTable > .price2 {
    text-align: right; }
  .PayTable > .pyd2,
  .PayTable > .price2 {
    padding-left: 0px; }

.AddrWidget {
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff; }
  .AddrWidget .addr {
    font-weight: 600; }
  .AddrWidget .descr {
    padding-top: 6px;
    font-weight: 400;
    color: #666; }
  .AddrWidget .tool {
    padding-top: 16px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 700; }
    .AddrWidget .tool > div {
      white-space: nowrap;
      padding-right: 40px;
      color: #de2d83; }

.SmallMenu {
  position: relative; }
  .SmallMenu > .pop {
    display: none;
    position: absolute;
    z-index: 99;
    left: 16px;
    top: 100%;
    min-width: 100%;
    padding: 16px 16px 20px 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #aaa;
    background-color: #fff;
    white-space: nowrap; }
    .SmallMenu > .pop a.cab {
      color: #000; }
    .SmallMenu > .pop a div {
      margin-bottom: 6px; }
    @media (max-width: 900px) {
      .SmallMenu > .pop {
        left: auto;
        right: 0px; } }
  .SmallMenu.open > .pop {
    display: block; }

.flag-a {
  position: absolute;
  background-color: #df3a8a;
  color: #fff;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 700; }

.PricesB {
  white-space: nowrap; }
  .PricesB .PB1, .PricesB .PB2 {
    display: inline-block; }
  .PricesB .PB1 {
    margin-right: 20px; }
  .PricesB .oldPrice {
    text-decoration: line-through; }

.SiteDlg.ui-dialog .Balloon .name, .Balloon .name {
  font-size: 14px; }
.SiteDlg.ui-dialog .Balloon .sched, .Balloon .sched {
  color: #666;
  font-size: 13px; }
.SiteDlg.ui-dialog .Balloon .note, .Balloon .note {
  color: #f00;
  border-radius: 4px;
  margin: 5px 0px;
  font-weight: bold; }
.SiteDlg.ui-dialog .Balloon .B, .Balloon .B {
  padding: 2px 16px;
  font-size: 14px;
  margin-top: 8px; }
.SiteDlg.ui-dialog .Balloon.act .B, .Balloon.act .B {
  display: none; }
.SiteDlg.ui-dialog .Balloon.act .name, .Balloon.act .name {
  font-weight: 900; }

.Grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 5px; }
  .Grid3 .c1_2 {
    grid-column: 1 / 3; }
  .Grid3 .right {
    text-align: right; }

.wSlider.swiper-container .swiper-slide {
  height: auto; }

.Arrows {
  white-space: nowrap; }
  .Arrows .a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("img/left.png") center center no-repeat;
    background-color: #8f7032;
    border-radius: 50%; }
  .Arrows .a.a2 {
    transform: rotate(180deg); }

.openAt {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #8f7032;
  color: #8f7032;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px; }

.SchedEx {
  color: #8f7032;
  font-weight: 600; }

ul.selectbox.items li {
  border-bottom: 1px solid #ccc; }
  ul.selectbox.items li .item {
    padding: 6px 18px 6px 12px;
    cursor: pointer; }

#January1 {
  width: 400px;
  height: 300px;
  background: url("img/jan1.png") right top no-repeat;
  background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10000;
  pointer-events: none; }

#naggSlider {
  margin-bottom: 20px; }
  #naggSlider .PWidget {
    max-width: 230px; }

.UserText h1, .UserText h2, .UserText h3, .UserText h4, .UserText h5, .UserText h6 {
  color: #8f7032;
  margin: 0px 0px 10px 0px; }
.UserText p {
  display: block;
  margin: 0px;
  padding: 0px; }

.SysMsg {
  font-size: 18px; }
  .SysMsg h2 {
    text-align: center; }

.Denied {
  text-decoration: line-through; }

.InfoList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0px;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .InfoList .IBlock {
    position: relative;
    margin-bottom: 20px; }
    .InfoList .IBlock.full {
      width: 100%;
      flex: 0 0 100%;
      aspect-ratio: 12 / 5; }
      .InfoList .IBlock.full .inner .text {
        font-size: clamp(12px, 2vw, 26px); }
    .InfoList .IBlock.half {
      width: calc(50% - 10px);
      flex: 0 0 calc(50% - 10px);
      aspect-ratio: 59 / 41; }
      .InfoList .IBlock.half .inner .text {
        font-size: clamp(12px, 1.8vw, 20px); }
    @media (max-width: 639px) {
      .InfoList .IBlock.full {
        aspect-ratio: unset; }
        .InfoList .IBlock.full .bg {
          position: static;
          aspect-ratio: 12 / 5;
          width: 100%;
          height: auto; }
        .InfoList .IBlock.full .inner {
          padding: 20px 10px;
          display: block;
          position: static; }
          .InfoList .IBlock.full .inner .text {
            font-size: clamp(16px, 4vw, 24px); }
      .InfoList .IBlock .inner .text .ext {
        display: none; } }
    @media (max-width: 499px) {
      .InfoList .IBlock .inner .text {
        font-size: clamp(16px, 4vw, 26px); }
      .InfoList .IBlock.full .bg {
        position: static;
        aspect-ratio: 59 / 41;
        width: 100%;
        height: auto; }
      .InfoList .IBlock.half {
        width: 100%;
        flex: 0 0 100%; } }
  .InfoList .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover; }
  .InfoList .inner {
    position: absolute;
    display: inline-flex;
    flex-direction: column; }
    .InfoList .inner.ver0 {
      justify-content: center; }
    .InfoList .inner.ver1 {
      justify-content: start; }
    .InfoList .inner.ver2 {
      justify-content: end; }
    .InfoList .inner .text {
      color: #000;
      font-size: 26px;
      font-weight: 500;
      line-height: 1.2em; }
      .InfoList .inner .text h1, .InfoList .inner .text h2, .InfoList .inner .text h3, .InfoList .inner .text h4, .InfoList .inner .text h5, .InfoList .inner .text h6 {
        margin: 0px 0px 10px 0px;
        color: #000; }
      .InfoList .inner .text h1 {
        font-size: 1.6em; }
      .InfoList .inner .text h2 {
        font-size: 1.4em; }
      .InfoList .inner .text h3 {
        font-size: 1.2em; }
      .InfoList .inner .text h4, .InfoList .inner .text h5, .InfoList .inner .text h6 {
        font-size: 1.1em; }
      .InfoList .inner .text h1, .InfoList .inner .text h2, .InfoList .inner .text h3, .InfoList .inner .text h4, .InfoList .inner .text h5, .InfoList .inner .text h6 {
        text-align: left;
        color: inherit;
        font-weight: 500; }
      .InfoList .inner .text .B {
        box-sizing: content-box;
        width: clamp(200px, 22vw, 260px);
        font-size: clamp(12px, 1.3vw, 18px);
        min-width: 0px;
        padding: 10px 0px;
        text-align: center; }

details {
  position: relative; }
  details summary::-webkit-details-marker,
  details summary::marker {
    display: none;
    content: ""; }
  details summary {
    color: #8f7032;
    cursor: pointer; }
  details summary::before {
    content: " ";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100%;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 20; }
  details summary .t2 {
    display: none; }
  details summary .fa {
    transition: .5s; }
  details[open] summary {
    position: absolute;
    left: 0px;
    top: 100%; }
  details[open] summary::before {
    display: none;
    content: ""; }
  details[open] summary .t1 {
    display: none; }
  details[open] summary .t2 {
    display: inline; }
  details[open] summary .fa {
    transform: rotate(180deg); }

.MidPage {
  max-width: 590px;
  margin: 0px auto;
  padding: 0px 5px; }
  .MidPage .ImgHolder {
    margin-bottom: 8px; }

.NewsDate {
  font-size: 15px;
  font-weight: 700;
  color: #8f7032; }

/*# sourceMappingURL=style.css.map */
