@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright maisha. All Rights Reserved.

HTML CSS Selectors products

$Revision: 1.0 $
--------------------------------------------------------------------------------- */
#contents-wrapper {
  background-color: #F5F5F2;
}
.products-wrap {
  padding-bottom: 1px;
}
.products-read {
  width: 515px;
  margin: 150px auto 190px;
  font-size: 14px;
  line-height: 2.28;
  transition-delay:1400ms;
}

.products-list {
  width: 1182px;
  margin: 0 auto;
}
.products-list > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: row-reverse;
  padding-right: 58px;
  margin-bottom: 200px;  
}
.products-list-in {
  width: 533px;
}
.products-list-in__name {
  padding-bottom: 58px;
  font-size: 12px;
  line-height: 1;
}
.products-list-in__name .en {
  display: block;
  margin-top: 12px;
  font-family: var(--font-en);
  font-size: 54px;
  line-height: 1;
}
.products-list-in__txt {
  min-height: 250px;
  margin-bottom: 68px;
  font-family: var(--font-go);
  font-size: 12px;
  line-height: 2.16;
  transition-delay:500ms;
}
.products-list-img {
  width: 514px;
  height: 384px;
  transition-delay:700ms;
}
.products-list-img div {
  height: 100%;
}
.products-list-img .item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.products-list-img .item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-list-more {
  width: 172px;
  margin-left: auto;
}
.products-list-more a {
  display: block;
  padding-bottom: 46px;
  background: url("../img/products/btn_arrow.svg") no-repeat right bottom;
  font-size: 18px;
  line-height: 1;
}
