.sbor-card .circle{
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 20px;
    background: #ffffffdd;
    color: #1a1a1a;
    font-size: 30px;
    border-radius: 25px;
    border: 1px solid #1a1a1a;
}
.sbor-card img{
    width: 100%;
}
.sbor-card .nocolor{
    position: absolute;
    top:83px;
    left:0px;
    background: #fde6e6;
    color: #1f2225;
    font-size: 16px;
    border-radius: 15px 15px 15px 0;
    padding: 4px 13px;
}
.description-short{
    font-size: 12px;
}
.description-short{
    max-height: 50px;
    overflow: hidden;
}
.sbor-card .price{
    position: absolute;
    top:40px;
    left:0px;
    background: #fde6e6;
    color: #1f2225;
    font-size: 16px;
    border-radius: 15px 15px 15px 0;
    padding: 4px 13px;
}
.sbor-card .circle-2{
    position: absolute;
    right: 55px;
    top: 80px;
    font-size: 35px;
    border: 1px solid #1a1a1a;
    border-radius: 75px;
    padding: 3px 15px;
}
.sbor-card .size{
    position: absolute;
    top:0px;
    left:0px;
    background: #E87979;
    color: #1f2225;
    font-size: 16px;
    border-radius: 15px 15px 15px 0;
    padding: 4px 13px;
}
.sbor-card .info{
    position: absolute;
    bottom:0;
    width: 100%;
    padding: 7px 15px;
    background: #fffffffe;
    line-height: 25px;
    font-size: 14px;
}
.sbor-card .img-card{
    height: 380px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.sbor-card{
    width: 90%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.08%);
    position: relative;
    height: 455px;
}


header{
    background: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
}


.summary{
    width: 100%;
    text-align: center;
    padding: 7px 0;
    font-size: 24px;
    background: #ffffff55;
    margin-bottom: 15px;
}
