.kw-footer {
 background:#000;
 color:#fff;
 clear:both;
 padding-top:48px;
 position:relative;
 z-index:2;
 display:none
}
@media screen and (min-width:992px) {
 .kw-footer {
  display:block
 }
}
.kw-footer h4 {
 color:#69be28;
 font-weight:500;
 height:39px;
 margin-bottom:0;
 text-transform:uppercase
}
.kw-footer h5 {
 font:normal 400 14px/18px open_sans,sans-serif;
 margin-bottom:21px;
 padding-top:15px;
 text-transform:uppercase
}
.kw-footer a {
 color:#fff;
 font-size:12px;
 font-family:open_sans,sans-serif;
 letter-spacing:.08em
}
.kw-footer a[target="_blank"]:after {
 position:relative;
 left:12px;
 top:5px;
 vertical-align:top
}
.kw-footer ul li {
 padding:9px 0
}
.kw-footer .input-group input {
 max-width:150px
}
.kw-footer__up {
 max-width:1440px;
 margin:0 auto 48px;
 padding:0 40px
}
.kw-footer__up::after {
 clear:both;
 content:"";
 display:table
}
@media screen and (min-width:768px) and (max-width:992px -1) {
 .kw-footer__up {
  columns:2;
  column-gap:33px
 }
}
.kw-footer__up>.footer-column {
 width:20%;
 float:left;
 padding-right:25px
}
.kw-footer__up>.footer-column .kw-input-o {
 position:relative;
 top:55px
}
@media screen and (min-width:767px) and (max-width:1024px) {
 .kw-footer__up>.footer-column {
  max-width:100%;
  display:inline-block;
  margin:0
 }
}
.kw-footer__down {
 text-align:center;
 background:#212121 url(../images/footer-divider.jpg) 0 0 repeat-x;
 color:#000;
 padding:21px 0 15px;
 color:#fff
}
.kw-footer__down small {
 font-size:12px;
 font-weight:700
}
.follow-us {
 background-color:#565656;
 color:#69be28;
 padding:12px;
 text-align:center
}
.follow-us h4 {
 font-size:14px;
 text-transform:uppercase
}
.kw-footer-mobile {
 position:relative;
 z-index:2
}
@media screen and (max-width:992px) {
 .kw-footer-mobile {
  display:block!important
 }
}
.kw-footer-mobile .kw-footer__down {
 clear:both;
 background:#000;
 color:#fff;
 opacity:.8
}
.kw-footer-mobile .kw-footer__down a {
 color:#fff;
 opacity:.8;
 text-decoration:none
}
.kw-footer-mobile .footer-column.more,
.kw-footer-mobile .footer-column.shoppingtool {
 color:#fff
}
.kw-footer-mobile .footer-column.more i,
.kw-footer-mobile .footer-column.shoppingtool i {
 float:right
}
.kw-footer-mobile .footer-column h4 {
 padding:0 30px 0 30px;
 font-size:14px;
 height:60px;
 line-height:60px;
 text-transform:uppercase
}
.kw-footer-mobile .footer-column.shoppingtool span i {
 float:none;
 font-size:21px
}
.kw-footer-mobile .footer-column.shoppingtool h4 {
 background-color:#69be28
}
.kw-footer-mobile .footer-column.shoppingtool i {
 color:#fff
}
.kw-footer-mobile .footer-column.more h4 {
 background-color:#000;
 color:#69be28
}
.kw-footer-mobile .footer-column.more i {
 color:#69be28
}

footer a[target="_blank"]::after {
  content: "";
  font-family: kawasaki-ui !important;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kw-footer_link {
  padding-right: 42px;
  text-align: center;
  height: 55px;
  padding-top: 8px;
  background-color: #000;
}

footer a.icon_social[target="_blank"]::after {
  content: "";
}

img.icon_social {
  width: 20px;
  margin-right: 20px;
}


.mo-accordion {
  width: 50%;
  margin: 0 auto;
}
.mo-accordion-row {
}
.mo-accordion-item {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 12px;
  padding-left: 5px;
  cursor: pointer;
}
.mo-accordion-item-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mo-accordion-item-icon {
  width: 25px;
  height: 25px;
  background: #252525;
  border-radius: 9999px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  text-align: center;
}
.mo-accordion-item-icon svg {
  width: 15px;
  fill: white;
  margin: 0 auto;
}
.mo-accordion-item-title {
  width: 90%;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.mo-accordion-item-title h4 {
  margin: 0;
}
.mo-accordion-item-content {
  display: none;
  width: 100%;
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 0;
  padding-left: 42px;
  overflow: hidden;
  word-break: break-word;
  width: 88%;
  text-align: left;
  line-height: 1.5;
}

.mo-accordion-item.opened .aks-accordion-item-icon-open {
  display: none;
}
.mo-accordion-item-icon-close {
  display: none;
}
.mo-accordion-item.opened .aks-accordion-item-icon-close {
  display: block;
}
.faq-row
{
	
  margin: auto;
}

.mo-accordion-item.opened .mo-accordion-item-row {
background-position-x: 100%;
  color: #fff;
}
.mo-accordion-item-row {
  background-image: url(../images/faq.png);
  background-position-x: -2000px;
background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  transition: all 0.5s ease-in-out;
  padding: 10px;
}


.mo-accordion-item.opened .mo-accordion-item-icon {
  background: #fff;
}

.mo-accordion-item.opened .mo-accordion-item-icon svg {

  fill: var(--color-primary);
  
}
@media screen and (max-width: 500px) {
  .mo-accordion {
    width: 100%;
  }
  .mo-accordion-item-content {
    padding-left: 11px;
    width: 92%;
  }
  
  
}