@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500&display=swap');
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
}
body {
    color: #fff;
    font-family: 'Fira Sans Condensed', sans-serif;
    background: #c1c1c1 url(back.jpg);
}
h2, h3, p, ul {
    margin: 0;
}
.main-wrap {
    width: 480px;
    margin: 0 auto;
    background: rgba(250, 250, 250, 0.85);
}
section {
    padding-bottom: 20px
}
p, ul {
    line-height: 1.3;
    font-size: 15px;
}
li {
    list-style: square;
}
footer {
    border-top: solid 1px;
    background: #fff;
    color: #000;
    padding: 10px;
}
.container {
    background: #fff;
    color: #000
}
.container p, .container ul {
    padding: 10px 30px;
}

.container h3 {
    background: #68baff;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 15px;
}
.item {
    width: 90%;
    background: #fff;
    color: #000;
    text-align: left;
/*    border-radius: 20px;*/
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.item img {
/*    border: solid 3px #51effc;*/
/*    border-radius: 20px;*/
    padding: 10px;
    width: 100%;
}
.button_site {
    text-transform: uppercase;
    width: 50%;
    text-align: center;
    margin: 10px auto;
    display: block;
    border-radius: 40px;
    background: black;
    border: solid 2px #fff;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.item_info {
    text-align: center;
    padding: 10px;
}
.price {
    font-weight: 700;
    font-size: 30px;
    color: red;
/*    margin: 15px 0;*/
}
.price span {
    padding-left: 20px;
    text-decoration: line-through;
    color: #777;
}