/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.footer{margin-top:28px;background-color:#e8e8e8;position:relative}@media screen and (max-width: 767px){.footer{margin-top:40px}}.footer__inner{position:relative;margin-left:auto;margin-right:auto;width:1240px;margin:0 auto;background-color:#e8e8e8}@media screen and (min-width: 1401px){.footer__inner{width:1398px}}@media screen and (max-width: 1280px){.footer__inner{width:990px}}@media screen and (max-width: 1023px){.footer__inner{width:720px}}@media screen and (max-width: 767px){.footer__inner{width:calc(100% - 20px)}}.footer__inner:after{position:absolute;left:100%;top:0;height:100%;width:100vw;background-color:#e8e8e8;content:""}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 1023px){.footer__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width: 767px){.footer__row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.footer__row-aside{-webkit-box-flex:0;-ms-flex:0 0 456px;flex:0 0 456px}@media screen and (max-width: 1280px){.footer__row-aside{-webkit-box-flex:0;-ms-flex:0 0 300px;flex:0 0 300px}}@media screen and (max-width: 1023px){.footer__row-aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}}.footer__row-main{display:-ms-grid;display:grid;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.footer__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:25px;padding-left:40px;padding-bottom:15px;background-color:#585b48;color:#fff}@media screen and (max-width: 1280px){.footer__contact{padding-left:20px}}@media screen and (max-width: 767px){.footer__contact{position:relative;z-index:5;width:100vw;padding:20px 10px;margin-left:-10px}}.footer__contact-lead{margin:44px 0 32px;line-height:22px;color:#fff}@media screen and (max-width: 767px){.footer__contact-lead{margin:20px 0 10px}}.footer__contact-item{font-size:12px;line-height:26px;font-weight:bold;color:#000;display:block}.footer__contact a.footer__contact-item:hover{text-decoration:underline}.footer__contact-hr{margin:12px 0;height:1px;width:100%;background-color:#797979}@media screen and (max-width: 767px){.footer__contact-hr{display:none}}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 767px){.footer__logo{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}}.footer__logo-img{height:44px}@media screen and (max-width: 767px){.footer__logo-img{height:40px}}.footer__navs{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:70px}@media screen and (max-width: 1023px){.footer__navs{margin:32px 0}}@media screen and (max-width: 767px){.footer__navs{margin:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__navs-col{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:25px;border-left:1px solid #797979}.footer__navs-col:first-child{margin-left:0;border-left:none}@media screen and (max-width: 767px){.footer__navs-col{margin-left:0;margin-bottom:30px;border-left:0;padding-left:0}}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 55px;line-height:26px}@media screen and (max-width: 1280px){.footer__nav{padding:0 20px}}@media screen and (max-width: 767px){.footer__nav{padding:0}}.footer__nav-heading{text-transform:uppercase}@media screen and (max-width: 767px){.footer__nav-heading{font-size:22px}}.footer__nav-item{font-size:13px}@media screen and (max-width: 767px){.footer__nav-link{font-size:18px}}.footer__copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;padding:25px 40px;padding-right:0;font-size:12px;line-height:16px;color:#797979}@media screen and (max-width: 1023px){.footer__copy{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-right:25px}}.footer__copy::after{position:absolute;right:0;bottom:100%;width:calc(100% - 464px);height:1px;background-color:#2c2f37;content:""}@media screen and (max-width: 1023px){.footer__copy::after{display:none}}.footer__copy-payments{max-width:100%}@media screen and (max-width: 1023px){.footer__copy-payments{margin-bottom:10px}}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;-ms-flex-item-align:center;align-self:center}@media screen and (max-width: 1023px){.footer__socials{margin-left:20px}}@media screen and (max-width: 767px){.footer__socials{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;width:100vw;margin-left:-10px;margin-bottom:45px;padding:35px 0;border-top:1px solid #797979;border-bottom:1px solid #797979}}.footer__socials-label{margin-right:25px;font-size:16px}.footer__socials-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;width:24px;height:24px;background-color:#b3aeae;-webkit-transition:background-color 0.2s ease;transition:background-color 0.2s ease;color:#fff}.footer__socials-link+.footer__socials-link{margin-left:10px}.footer__socials-link:hover{background-color:#585b47}.footer__stores{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:70px}@media screen and (max-width: 1023px){.footer__stores{margin-left:auto}}@media screen and (max-width: 767px){.footer__stores{display:none}}.footer__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:25px;width:100%}@media screen and (max-width: 767px){.footer__group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.footer__group-logo{margin-left:auto;max-width:170px}@media screen and (max-width: 767px){.footer__group-logo{margin-left:0;margin-top:12px}}.footer_newsletter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#000;padding:12px 25px 14px 38px;color:#fff}@media screen and (max-width: 1280px){.footer_newsletter{padding:15px 20px}}@media screen and (max-width: 767px){.footer_newsletter{margin-left:-10px;width:100vw;position:relative;z-index:2}}.footer_newsletter--mobile{display:none}@media screen and (max-width: 767px){.footer_newsletter--mobile{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}}.footer_newsletter-heading{text-transform:uppercase;font-weight:normal;font-size:16px;line-height:1em}.footer_newsletter-lead{font-size:13px;line-height:1em}.footer_newsletter-cta{margin-top:10px}@media screen and (min-width: 768px){.footer_newsletter-cta{background-color:#fff !important;color:#1d1d1b !important}.footer_newsletter-cta:hover{background-color:#585b47 !important;color:#fff !important}}.footer_newsletter__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px;min-height:22px;border:1px solid #fff;padding-left:12px;font-size:13px}@media screen and (max-width: 1280px){.footer_newsletter__form-label{white-space:nowrap;font-size:12px}}.footer_newsletter__form-input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background-color:transparent;border:0;padding:0 12px;color:#fff;font-size:13px}.footer_newsletter__form-input:focus{outline-color:#585b47}.footer_newsletter__form-submit{height:100%;padding:0 12px;background-color:transparent;color:#fff;border:0;cursor:pointer;-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out}.footer_newsletter__form-submit:hover{background-color:#fff;color:#585b47}.footer_newsletter__form-btn{position:absolute;right:0;bottom:0;border:0;background-color:#585b47;font-family:inherit;color:#fff;width:124px;height:100%;text-transform:uppercase}.footer_newsletter__alert{padding:10px !important;font-size:12px;margin-top:20px;margin-bottom:10px !important}.footer_newsletter .checkbox{position:relative;margin-top:6px;padding-right:140px}.footer_newsletter .checkbox-label{text-transform:none;font-size:11px;padding-left:28px}.footer_newsletter .checkbox-label:hover::before{border-color:#fff}.footer_newsletter .checkbox-input:checked+.checkbox-label::before{border-color:#fff}.cookies{position:fixed;bottom:0;left:0;width:100%;background-color:rgba(29,29,27,0.95);display:none;z-index:100}.cookies a{text-decoration:underline}.cookies__content{text-align:center;color:white;font-size:16px}.cookies__inner{position:relative;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cookies--open{display:block}.cookies__button{margin-top:10px;cursor:pointer}.cookies__close{position:absolute;display:block;content:'';width:24px;height:24px;background-image:url(../../svg/ico-close-white.svg);background-position:center;background-repeat:no-repeat;background-size:34px;right:5px;top:5px;cursor:pointer}.contact{z-index:100;position:fixed;right:18px;bottom:32px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -12px}@media screen and (max-width: 767px){.contact{right:24px;bottom:44px}}.contact__item{padding:0 12px;display:none}.contact__item-mail{width:45%}.contact__item--main{display:block}.contact__item-inner{width:91px;height:48px;background-color:#585b47;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;border:3px solid #fff;-webkit-box-shadow:0 0 6px #9e9e9e;box-shadow:0 0 6px #9e9e9e;cursor:pointer;text-align:center;line-height:1.4em;font-size:12px}.contact--open{right:110px}@media screen and (max-width: 767px){.contact--open{right:135px}}.contact--open .contact__item{display:block}.contact--open .contact__item--main{display:none}.slider{position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw}.slider__frame{position:relative}.slider__frame-overflow{overflow:hidden}.slider__carousel{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:left 0.45s cubic-bezier(0.66, 0.32, 0.42, 0.95);transition:left 0.45s cubic-bezier(0.66, 0.32, 0.42, 0.95)}.slider__carousel-item{-webkit-box-flex:0;-ms-flex:0 0 100vw;flex:0 0 100vw}.slider__item{display:block}.slider__item-picture,.slider__item-img{display:block;width:100%;pointer-events:none}.slider__pager{position:absolute;bottom:16px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 767px){.slider__pager{bottom:78px}}.slider__pager-item{border:0;height:10px;width:36px;padding:0;background-color:#1d1d1b;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;cursor:pointer}.slider__pager-item:focus{outline:none}@media screen and (max-width: 767px){.slider__pager-item{width:12px;height:12px;background-color:#fff;border-radius:50%}}.slider__pager-item:hover:not(.slider__pager-item--active){background-color:rgba(29,29,27,0.5)}.slider__pager-item+.slider__pager-item{margin-left:7px}@media screen and (max-width: 767px){.slider__pager-item+.slider__pager-item{margin-left:20px}}.slider__pager-item.active{background-color:#fff}@media screen and (max-width: 767px){.slider__pager-item.active{background-color:#62641f;-webkit-box-shadow:0 0 0 2px #fff;box-shadow:0 0 0 2px #fff}}.badges{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 80px;color:#fff}@media screen and (max-width: 1023px){.badges{padding:20px 0}}@media screen and (max-width: 767px){.badges{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -10px;padding:52px 0;background-color:#1d1d1b;background-image:url(../../img/badge-triangle-lg.png);background-position:center;background-repeat:no-repeat;background-size:auto;text-align:center}}.badges::before{position:absolute;top:-185px;z-index:-1;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1935px;height:345px;background-image:url(../../img/badges-bg.png);background-position:center;background-repeat:no-repeat;background-size:auto;content:''}@media screen and (max-width: 767px){.badges::before{display:none}}.badges__item{position:relative;z-index:2;height:79px;min-width:197px;background-image:url(../../img/badge-triangle.png);background-position:center;background-repeat:no-repeat;background-size:auto;text-align:center;text-transform:uppercase}@media screen and (max-width: 767px){.badges__item{height:46px;min-width:33.333%;background:none;margin:0 0 14px}}.badges__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;margin-top:15px}@media screen and (max-width: 767px){.badges__item-content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:8px}}.badges__item-label{font-size:22px;line-height:1em;font-weight:900}@media screen and (max-width: 1023px){.badges__item-label{font-size:16px}}@media screen and (max-width: 767px){.badges__item-label{font-size:14px}}.badges__item-small{font-size:16px;line-height:18px}@media screen and (max-width: 1023px){.badges__item-small{font-size:12px}}.banners_grid{position:relative}@media screen and (max-width: 767px){.banners_grid{width:100vw;margin-left:-10px}}.page--home .banners_grid{margin-bottom:40px}.banners_grid--background::after,.banners_grid--background::before{position:absolute;background-color:#585b47;content:'';-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100vw;left:50%}@media screen and (max-width: 767px){.banners_grid--background::after,.banners_grid--background::before{display:none}}.banners_grid--background::before{top:-87px;z-index:-4;height:500px}.banners_grid--background::after{top:0;z-index:-3;height:100%;background-image:url(../../img/banners-grid-bg.png);background-position:center;background-repeat:no-repeat;background-size:auto;background-position:center bottom -210px}.banners_grid-divider{margin-top:32px}@media screen and (max-width: 1023px){.banners_grid-divider{margin-top:16px}}@media screen and (max-width: 767px){.banners_grid-divider{margin-top:10px}}.banners_grid__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-16px;margin-top:-32px}@media screen and (max-width: 1023px){.banners_grid__grid{margin-top:-16px}}@media screen and (max-width: 767px){.banners_grid__grid{margin-top:-10px;margin-left:-10px}}.banners_grid__grid--slider{margin-left:0}@media screen and (max-width: 767px){.banners_grid__grid--slider{margin-top:10px;margin-left:0}}.banners_grid__grid--slider .banners_grid__item{margin-left:0}@media screen and (max-width: 767px){.banners_grid__grid--slider .banners_grid__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0;margin-top:0}}.banners_grid__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 calc(33.3333333% - 16px);flex:0 0 calc(33.3333333% - 16px);margin-left:16px;margin-top:32px;background-color:#1d1d1b}@media screen and (min-width: 1401px){.banners_grid__item{-webkit-box-flex:0;-ms-flex:0 0 455px;flex:0 0 455px}}@media screen and (max-width: 1023px){.banners_grid__item{margin-top:16px}}@media screen and (max-width: 767px){.banners_grid__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-top:10px;margin-left:10px}}.banners_grid__item:hover .banners_grid__item-img{opacity:0.8}@media screen and (min-width: 768px){.banners_grid__item--2{-webkit-box-flex:0;-ms-flex:0 0 calc((33.3333333% * 2) - 16px);flex:0 0 calc((33.3333333% * 2) - 16px)}}.banners_grid__item-picture{display:block;width:100%}.banners_grid__item-img{display:block;width:100%;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}.showcase_n_brand{position:relative}@media screen and (max-width: 1280px){.showcase_n_brand{margin-bottom:20px}}.showcase_n_brand .showcase{margin-bottom:10px}.showcase_n_brand+.category_showcase{margin-top:0}.single_banner{display:block}.single_banner:hover .single_banner-img{opacity:0.8}.single_banner-picture{display:block;width:100%}.single_banner-img{display:block;width:100%;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out}
