.Item_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .Item_wrapper {
    display: none;
  }
}
.Item_package {
  margin-top: 54px;
  display: flex;
  align-items: center;
}
.Item_package > img {
  margin-top: 33px;
}
.Item_marks {
  display: table;
  width: 160px;
  flex: none;
  margin-right: -250px;
  transform: translate(-15px, -38px);
}
.Item_marks svg,
.Item_marks img {
  width: 150px;
  height: auto;
  margin-bottom: 0;
}
.Item_description {
  background: #9ad354;
  width: 690px;
  padding: 37px 55px 73px 50px;
  transform: translate(-225px, 15px);
  flex: none;
}
.Item_description.Item_peach {
  background: #f8ab94;
}
.Item_description.Item_pink {
  background: #e33e9a;
}
.Item_description.Item_red {
  background: #eb3e45;
}
.Item_description.Item_rosy {
  background: #f18da9;
}
.Item_description.Item_blue {
  background: #01c5f1;
}
.Item_description.Item_orange {
  background: #fbca43;
}
.Item_description.Item_darkOrange {
  background: #e47a1e;
}
.Item_description.Item_darkGreen {
  background: #44bab5;
}
.Item_description.Item_green {
  background: #96cd50;
}
.Item_description.Item_purple {
  background: #a079bc;
}
.Item_description.Item_waterproof .Item_sizes {
  padding: 0;
}
.Item_description.Item_waterproof .Item_sizes .Item_block {
  font-size: 22px;
  margin-right: 8px;
}
.Item_description .Item_mini {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 48px;
  padding: 0 20px;
  letter-spacing: 0.15px;
}
.Item_description .Item_mini p {
  margin-bottom: 32px;
  line-height: 1.46;
}
.Item_description .Item_next {
  display: table;
  float: right;
  padding: 10px 15px;
  margin: 10px -7px;
  opacity: 1;
  transition: 0.3s all;
}
.Item_description .Item_next:hover {
  opacity: 0.5;
}
.Item_description .Item_title {
  color: #010101;
  font-size: 62px;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 51px;
  margin-left: -135px;
  line-height: inherit;
}
.Item_description .Item_title > span {
  display: table;
  background: #fff;
  margin-top: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
  padding: 4px 12px 1px 16px;
}
.Item_description .Item_title > span sup {
  font-size: 55%;
  top: -0.9em;
}
.Item_description .Item_title > span:nth-child(1) {
  margin-top: 4;
  background: #fff000;
}
.Item_description .Item_title > span.highlight {
  background: #fff000;
  margin-top: 4;
}
.Item_description .Item_title > span.no-highlight {
  background: #fff !important;
}
.Item_sizes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 75px;
  padding: 0 20px;
}
.Item_sizes .Item_buy {
  width: 81px;
  height: 81px;
  background: #fafa00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-left: 13px;
  transition: 0.3s all;
}
.Item_sizes .Item_block {
  background: #fff;
  padding: 19px 10px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
  border-radius: 90px;
  margin-right: 17px;
  text-align: center;
  font-size: 24px;
}
.Item_sizes .Item_block > div span {
  font-size: 16px;
}
.Item_sizes .Item_block > div:nth-child(2) {
  opacity: 0.6;
  font-size: 15px;
  font-weight: 600;
}
.Item_showMore {
  opacity: 0.7;
  border-bottom: 1px solid;
  cursor: pointer;
}
@media screen and (max-width: 1890px) {
  .Item_wrapper {
    margin-bottom: -4.03vw;
  }
  .Item_marks {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 0;
    width: 100%;
    transform: translate(-15px, -15px);
  }
  .Item_marks svg,
  .Item_marks img {
    width: 120px;
    margin-right: 0;
  }
  .Item_sizes .Item_block {
    font-size: 18px;
  }
  .Item_sizes .Item_block > div span {
    font-size: 14px;
  }
  .Item_sizes .Item_block > div:nth-child(2) {
    font-size: 12px;
  }
  .Item_sizes .Item_buy {
    width: 65px;
    height: 65px;
  }
  .Item_sizes .Item_buy > img {
    width: 29px;
  }
  .Item_package {
    flex-direction: column;
    margin-top: 20px;
  }
  .Item_package > img {
    margin-top: 15px;
    width: 80.88vw;
    max-width: 1400px;
    margin-left: -22.21vw;
    transform: translateX(8.09vw);
  }
  .Item_description {
    width: 39.853vw;
    max-width: 100%;
    padding: 30px 30px 55px 30px;
    flex: none;
    transform: translate(-6.471vw, 15px);
  }
  .Item_description.Item_waterproof .Item_sizes .Item_block {
    font-size: 16px;
    margin-right: 6px;
  }
  .Item_description.Item_waterproof .Item_sizes .Item_block > div:nth-child(2) {
    font-size: 11px;
  }
  .Item_description .Item_mini {
    font-size: 20px;
    margin-top: 40px;
  }
  .Item_description .Item_title {
    font-size: 45px;
    margin-top: 60px;
    margin-left: -80px;
  }
}
@media screen and (max-width: 1365px) {
  .Item_marks {
    max-width: 40.527vw;
  }
  .Item_marks svg,
  .Item_marks img {
    width: 85px;
  }
  .Item_package {
    align-items: flex-start;
  }
  .Item_package > img {
    width: 70.801vw;
  }
  .Item_sizes {
    margin-top: 35px;
  }
  .Item_sizes .Item_block {
    font-size: 14px;
  }
  .Item_description {
    width: 42.969vw;
    padding: 30px 15px 40px 15px;
    transform: translate(-2.441vw, 1.465vw);
  }
  .Item_description.Item_waterproof .Item_sizes .Item_block {
    font-size: 12px;
    margin-right: 0;
  }
  .Item_description.Item_waterproof .Item_sizes .Item_block > div:nth-child(2) {
    font-size: 10px;
  }
  .Item_description .Item_next {
    padding: 0 15px;
    margin: 0;
  }
  .Item_description .Item_mini p {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .Item_description .Item_title {
    font-size: 32px;
    margin-top: 10px;
    margin-left: -55px;
  }
}
.Item_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .Item_mobile {
    display: block;
  }
}
.Item_mobile .Item_description {
  font-size: 12px;
  line-height: 16px;
  background: none;
  width: 100%;
  color: #58595b;
  padding: 0;
  transform: none;
  margin-top: 32px;
}
.Item_mobile .Item_sizes {
  padding: 0;
  margin-top: 10px;
}
.Item_mobile .Item_sizes .Item_count {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  padding: 5px 3px;
}
.Item_mobile .Item_sizes .Item_buy {
  width: 43px;
  height: 43px;
  margin-left: 10px;
}
.Item_mobile .Item_sizes .Item_buy img {
  width: 19px;
}
.Item_mobile .Item_sizes .Item_block {
  padding: 7px 15px;
  margin-right: 4px;
  width: 100%;
  min-width: 78px;
  box-shadow: 0 1.65677px 6.2129px rgba(0, 0, 0, 0.14);
}
.Item_mobile .Item_sizes .Item_block > div:nth-child(2) {
  font-size: 10px;
}
.Item_mobile .Item_sizes .Item_block > div span {
  font-size: 10px;
}
.Item_mobile .Item_packageM {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.Item_mobile .Item_packageM img {
  width: 390px;
  transform: translate(-56px, -2px);
}
.Item_mobile .Item_icons {
  width: 56px;
  transform: translateX(-10px);
  z-index: 1;
  position: relative;
}
.Item_mobile .Item_icons .Item_iconsOver {
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}
.Item_mobile .Item_icons svg,
.Item_mobile .Item_icons img {
  width: 58px;
  height: 58px;
}
.Item_mobile h1,
.Item_mobile .h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #243a8d;
  margin-top: -15px;
  margin-bottom: 28px;
}
.Item_mobile h1 span,
.Item_mobile .h1 span {
  display: table;
}

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