#wrapper {
  background-position: center top;
  background-color: #313131;
  background-attachment: fixed;
  padding-bottom: 40px; }

article > h1 {
  margin-bottom: 1em;
  color: #FFF; }

header div.fixhead {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }

.banner {
  margin: 0 0 2em 0; }

.swiper-container.slider-thumbnail {
  background: #FFF; }

#vf {
  color: #FFF; }
  #vf h2 {
    padding: 5px 0;
    margin: 2em -5px 1em -5px;
    border-bottom: 2px solid #ff9e18;
    color: #ff9e18; }
  #vf section.products_text {
    padding-bottom: 0; }
  #vf h3 {
    /*text-indent: -0.86rem;
    margin-left: 1em;*/
    color: #FFF;
    text-indent: 0;
    margin-left: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #ff9e18; }
    #vf h3 i {
      color: #ff9e18; }
  #vf .note {
    border-color: #ff9e18;
    border-width: 0 0 0 10px;
    background: #444; }
  #vf dl.products_spec {
    border: none; }
    #vf dl.products_spec dt {
      color: #FFF;
      background: #ff9e18; }
    #vf dl.products_spec dd {
      padding: 8px;
      margin-bottom: 0; }
      #vf dl.products_spec dd ul:last-child {
        margin-top: 0; }
        #vf dl.products_spec dd ul:last-child li:last-child {
          margin: 0; }
      #vf dl.products_spec dd .note {
        background-color: transparent;
        margin: 0; }
  #vf .storelink {
    border: 1px solid #DDD; }
    #vf .storelink h4 {
      border-bottom: 1px solid #999;
      color: #CCC; }
    #vf .storelink ul + h4 {
      margin-top: 2em; }
    #vf .storelink li {
      background: #FFF;
      border: 0 solid #DDD; }
  #vf .support_link a {
    background: #ff9e18;
    color: #FFF; }
  #vf .support_link a:hover {
    background: #666;
    color: #FFF; }
  #vf .copyright p {
    text-align: right; }

div.white .swiper-slide {
  background: #FFF; }

.white {
  color: #FFF;
  text-shadow: #000 1px 0 10px; }

.swiper-container.slider,
.swiper-container.slider-thumbnail {
  border: none !important; }

.products_text .photo div {
  width: 40%; }

.products_spec_doble {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 40px;
  padding-bottom: 0; }
  .products_spec_doble h4 {
    margin-top: 1em; }
  .products_spec_doble dl {
    margin-top: 0; }

@media (max-width: 880px) {
  .products_spec_doble {
    display: block; } }
.cap_block {
  display: block; }
  .cap_block div {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }
    .cap_block div p {
      text-align: left; }
