.List_listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -88px;
  margin-bottom: 25px;
}
.List_item {
  position: relative;
  width: 870px;
  background: #fff;
  box-shadow: 0 5px 33px -1px rgba(0, 0, 0, 0.12);
  margin: 28px 0 54px 0;
  height: 336px;
  transform: rotateZ(0deg);
  transition: 0.3s all;
  overflow: hidden;
}
.List_itemInner {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.List_item:hover {
  transform: rotateZ(-1deg);
}
.List_item.List_gray .List_info .List_nameBlock .List_type {
  color: #a0a0a0;
}
.List_item.List_red .List_info .List_nameBlock .List_type {
  color: #eb3e45;
}
.List_item.List_peach .List_info .List_nameBlock .List_type {
  color: #f8ab94;
}
.List_item.List_pink .List_info .List_nameBlock .List_type {
  color: #e33e9a;
}
.List_item.List_purple .List_info .List_nameBlock .List_type {
  color: #A079BC;
}
.List_item.List_green .List_info .List_nameBlock .List_type {
  color: #96cd50;
}
.List_item.List_blue .List_info .List_nameBlock .List_type {
  color: #01c5f1;
}
.List_item.List_rosy .List_info .List_nameBlock .List_type {
  color: #f18da9;
}
.List_item.List_orange .List_info .List_nameBlock .List_type {
  color: #fbca43;
}
.List_item.List_darkOrange .List_info .List_nameBlock .List_type {
  color: #e47a1e;
}
.List_item.List_darkGreen .List_info .List_nameBlock .List_type {
  color: #44bab5;
}
.List_item .List_preview {
  transform: translate(-38px, 18px);
  max-width: 500px;
}
.List_item .List_info .List_logo {
  position: absolute;
  top: 3px;
  right: 12px;
  width: 145px;
}
.List_item .List_info .List_nameBlock {
  position: absolute;
  top: 67px;
  left: 0;
  font-size: 28px;
  color: #243a8d;
  transform: translateX(391px);
  line-height: 1.2;
}
.List_item .List_info .List_nameBlock svg, .List_item .List_info .List_nameBlock img {
  margin-top: 12px;
}
.List_item .List_info .List_nameBlock .List_type {
  display: table;
  font-weight: 700;
  margin-top: 8px;
}
.List_item .List_info .List_price {
  width: 480px;
  height: 88px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #eee;
  border-radius: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 27px;
  padding-right: 83px;
}
.List_item .List_info .List_price .List_line {
  width: 2px;
  height: 70px;
  background: #fff;
  opacity: 0.3;
  margin: 0 21px;
  transform: translateY(-6px);
}
.List_item .List_info .List_price .List_pricesPatch {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  transform: translateY(3px);
}
.List_item .List_info .List_price .List_pricesPatch .List_divider:last-child {
  display: none;
}
.List_item .List_info .List_price .List_priceCount {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.List_item .List_info .List_price .List_priceCount .List_countStuff {
  font-weight: 300;
  padding-right: 11px;
}
.List_item .List_info .List_price .List_priceCount .List_countStuff .List_small {
  font-size: 16px;
  text-transform: uppercase;
}
.List_item .List_info .List_price.List_peach {
  background: #f8ab94;
}
.List_item .List_info .List_price.List_gray {
  background: #b9b9b9;
}
.List_item .List_info .List_price.List_rosy {
  background: #f18da9;
}
.List_item .List_info .List_price.List_pink {
  background: #e33e9a;
}
.List_item .List_info .List_price.List_red {
  background: #eb3e45;
}
.List_item .List_info .List_price.List_purple {
  background: #A079BC;
}
.List_item .List_info .List_price.List_green {
  background: #96cd50;
}
.List_item .List_info .List_price.List_blue {
  background: #01c5f1;
}
.List_item .List_info .List_price.List_orange {
  background: #fbca43;
}
.List_item .List_info .List_price.List_darkOrange {
  background: #e47a1e;
}
.List_item .List_info .List_price.List_darkGreen {
  background: #44bab5;
}
.List_item .List_buy {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 88px;
  width: 83px;
  background: #ff0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  transition: 0.3s all;
}
.List_item .List_buy > div {
  line-height: 0;
}
.List_item .List_buy svg, .List_item .List_buy img {
  width: 30px;
  height: 30px;
}
.List_divider {
  content: "";
  display: table;
  width: 1px;
  height: 58px;
  background: #fff;
  top: -11px;
  right: -18px;
  opacity: 0.2;
}
.List_typePatch {
  display: table;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.List_typePatch span {
  font-size: 16px;
}
.List_typePatch > div:nth-child(2) {
  font-weight: 800;
  font-size: 15px;
  opacity: 0.8;
}
@media screen and (max-width: 1890px) {
  .List_typePatch {
    display: table;
    font-size: 16px;
  }
  .List_typePatch > div:nth-child(2) {
    font-size: 12px;
    margin-top: 4px;
  }
  .List_item {
    width: 49%;
    margin: 1% 0;
    height: 20.5vw;
    max-height: 336px;
  }
  .List_item .List_preview {
    transform: translate(-35px, -10px);
    width: 22.84vw;
    max-width: 469px;
  }
  .List_item .List_info .List_nameBlock {
    top: 45px;
    font-size: 19px;
    color: #243a8d;
    transform: translateX(19.55vw);
    line-height: 1.4;
  }
  .List_item .List_info .List_nameBlock svg, .List_item .List_info .List_nameBlock img {
    width: 170px;
  }
  .List_item .List_info .List_nameBlock > img {
    width: 160px;
  }
  .List_item .List_info .List_logo {
    top: 20px;
    right: 25px;
    width: 95px;
  }
  .List_item .List_info .List_price {
    width: 26.72vw;
    height: 60px;
    max-width: 480px;
    padding-right: 72px;
  }
  .List_item .List_info .List_price .List_pricesPatch {
    transform: translateY(4px);
  }
  .List_item .List_info .List_price .List_line {
    transform: translateY(-4px);
  }
  .List_item .List_info .List_price .List_priceCount {
    font-size: 24px;
  }
  .List_item .List_info .List_price .List_priceCount .List_countStuff {
    padding-right: 9px;
  }
  .List_item .List_buy {
    width: 72px;
    height: 60px;
  }
  .List_listItem {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1365px) {
  .List_item .List_preview {
    transform: translate(-20px, -50px);
  }
  .List_item .List_info .List_price {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding-left: 0;
  }
  .List_item .List_info .List_logo {
    top: 10px;
    right: 9px;
    width: 68px;
  }
  .List_item .List_info .List_nameBlock {
    top: 20px;
    font-size: 16px;
    color: #243a8d;
    left: 5%;
    transform: translateX(194px);
    line-height: 1.4;
  }
  .List_item .List_info .List_nameBlock svg, .List_item .List_info .List_nameBlock img {
    width: 115px;
    margin: 2px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .List_typePatch span {
    font-size: 10px;
  }
  .List_typePatch > div:nth-child(2) {
    font-size: 10px;
    margin-top: 0;
  }
  .List_listItem {
    flex-direction: column;
  }
  .List_item {
    width: 100%;
    margin: 1% 0;
    height: 194px;
  }
  .List_item .List_info .List_logo {
    top: 0;
    right: 7px;
    width: 60px;
  }
  .List_item .List_info .List_nameBlock {
    font-size: 12px;
    transform: translate(127px, 16px);
  }
  .List_item .List_info .List_nameBlock svg, .List_item .List_info .List_nameBlock img {
    width: 115px;
    margin: -8px 0px 0px 0px;
  }
  .List_item .List_info .List_price {
    height: 49px;
    padding-right: 49px;
  }
  .List_item .List_buy {
    width: 49px;
    height: 49px;
  }
  .List_item .List_buy svg, .List_item .List_buy img {
    width: 20px;
    height: 20px;
  }
  .List_item .List_preview {
    width: 178px;
    transform: translate(-20px, -55px);
  }
}

/*# sourceMappingURL=list.css.map */
