.red-products {
}
.red-products .lay-screen {
  position: relative;
  padding: 30px 0 140px;
}
.are-sort-products {
}
.ul-sort-products {
  display: flex;
  justify-content: space-between;
}
.ul-sort-products li {
  list-style: none;
  width: calc(97% / 6);
  height: 84px;
}
.ul-sort-products.new li {
  width: calc(97% / 7);
  margin: 20px 0;
}
.ul-sort-products li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 3px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  border: 3px solid transparent;
  background-color: #ffffff;
}
.ul-sort-products li.on a {
  border-color: #00a5de;
}
.are-img-products {
  width: 100%;
  padding-top: 60%;
  margin-top: 20px;
  background-color: #ffffff;
  position: relative;
}
.ul-img-products {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ul-img-products li {
  list-style: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ul-img-products li.img-products01 {
  background-image: url(../img/products01.jpg);
}
.ul-img-products li.img-products02 {
  background-image: url(../img/products02.jpg);
}
.ul-img-products li.img-products03 {
  background-image: url(../img/products03.jpg);
}
.ul-img-products li.img-products04 {
  background-image: url(../img/products04.jpg);
}
.ul-img-products li.img-products05 {
  background-image: url(../img/products05.jpg);
}
.ul-img-products li.img-products06 {
  background-image: url(../img/products06.jpg);
}
.ul-img-products li.img-products07 {
  background-image: url(../img/products07.jpg);
}

.suit-machine {
  padding-top: calc(60% + 20px);
}
.suit-machine img {
  height: 100px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 2px solid #000000 ;
  background-color: #ffffff;
}
.blk-img-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ul-img-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.ul-img-block li {
  width: 20%;
  height: 33.3%;
  background-color: transparent;
  list-style: none;
}
.blk-img-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ul-line-row, .ul-line-column  {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ul-line-row {
  display: flex;
}
.ul-line-row li, .ul-line-column li {
  background-color: #e7edf0;
  list-style: none;
}
.ul-line-row li {
  width: 2px;
  height: 100%;
  margin-left: calc(20% - 1px);
}
.ul-line-column li {
  width: 100%;
  height: 2px;
  margin-top: calc(20% - 1px);
}
.blk-searchYear {
  display: flex;
}
.blk-searchYear p {
  margin-right: 15px;
}
.reg-searchProducts {
  padding: 20px 0;
}
.are-newProducts {
  display: flex;
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.blk-month {
  width: 20%;
  text-align: center;
}
.blk-month h3 {
  padding-bottom: 10px;
}
.blk-newProducts {
  width: 80%;
}
.detail-newProducts {
  width: 31%;
  margin-bottom: 35px;
  margin-right: 1.5%;
  display: inline-block;
  vertical-align: top;
}
.detail-newProducts a {
  display: block;
  height: 100px;
}
.detail-newProducts a img {
  max-height: 100%;
  height: auto;
  width: auto;
}
.detail-newProducts h4 {
  color: rgba(0, 31, 125, 0.8);
  font-weight: bold;
}
.detail-newProducts p {
  color: #555555;
}
