

body {
  font-family: 'Souses-Bold', Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 20px;
  background-color: #f4f4f4;
  min-width: 320px;
}


.catalog {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*--  product  --*/
.product{
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}
.product img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.prod-curr {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: calc(25% - 25px);
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px 38px 0 0;
  text-align: right;
}
.prod-curr:nth-child(2){
  top: 0;
}
.prod-curr:nth-child(3){
  top: 25%;
  padding-top: 13px;
}
.prod-curr:nth-child(4){
  top: 50%;
  padding-top: 10px;
}
.prod-curr:nth-child(5){
  top: 75%;
  padding-top: 0;
}
/*--//--*/
.pc-srok,
.pc-name {
  font-family: 'Souses-BlackItalic', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  padding: 0 7px 0 0;
  color: #4A4A4A;
  text-transform: uppercase;
  background: linear-gradient(to right,  rgba(217,217,217,0) 0%,rgba(217,217,217,0.4) 40%,rgba(217,217,217,1) 100%);
}
.pc-ves{
  font-family: 'Souses-BlackItalic', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 22px;
  line-height: 38px;
  height: 38px;
  color: #4A4A4A;
  width: 240px;
  text-align: center;
}
.pc-srok {
  text-transform: unset;
  font-size: 22px;
  padding-right: 22px;
}
.pc-cena1 {
  height: 50px;
  font-family: 'Souses-BlackItalic', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 36px;
  line-height: 50px;
  color: #FD7304;
  width: 240px;
  text-align: center;
}
.pc-cena2 {
  height: 30px;
  font-family: 'Souses-BlackItalic', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 29px;
  line-height: 30px;
  color: #4A4A4A;
  width: 240px;
  text-align: center;
}
/*--  end product  --*/



@media (max-width: 660px) {
  .product {
    max-width: 430px;
  }
  .prod-curr {
    padding-right: 10px;
    padding-top: 20px;
  }
  .pc-srok,
  .pc-name {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    padding-right: 5px;
  }
  .pc-ves {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .pc-cena1 {
    font-size: 20px;
    line-height: 28px;
    height: 28px;
  }
  .pc-cena2 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .prod-curr:nth-child(2) {
    top: 0;
  }
  .prod-curr:nth-child(3) {
    top: 25%;
    padding-top: 5px;
  }
  .prod-curr:nth-child(4) {
    top: 50%;
    padding-top: 5px;
  }
  .prod-curr:nth-child(5) {
    top: 75%;
    padding-top: 0;
  }
  .pc-ves, .pc-cena1, .pc-cena2 {
    width: 190px;
  }
}

@media (max-width: 450px) {
  .prod-curr {

  }
  .pc-srok,
  .pc-name {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .pc-ves {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
  }
  .pc-cena1 {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
  .pc-cena2 {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
  }
  .prod-curr:nth-child(2) {
    top: 0;
  }
  .prod-curr:nth-child(3) {
    padding-top: 5px;
  }
  .prod-curr:nth-child(4) {
    padding-top: 5px;
  }
  .prod-curr:nth-child(5) {
    padding-top: 0;
  }
  .pc-ves, .pc-cena1, .pc-cena2 {
    width: 150px;
  }
}