.block_cont {
   padding: 80px 0px;
}

.type__blocks {
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
   margin: 30px 0;
}

.type__block {
   position: relative;
   z-index: 0;
   padding: 10px;
   margin: 10px 40px;
   border: 2px solid #c69e67;
}

.big-blocks .type__block {
   width: 285px;
}

.type__block img {
   width: 100%;
}

.type__block p {
   padding: 5px 0;
}

.type_desc {
   display: flex;
   flex-direction: column;
}

.type_name {
   font-weight: 700;
}

.type__img img {
   width: 100%;
   margin-top: -20px;
   margin-bottom: 10px;
}

.type_price {
   color: #c69e67;
   font-weight: 500;
}

.type__result {
   font-size: 20px;
   padding: 10px 0;
   text-align: center;
   text-transform: uppercase;
   font-weight: 700;
}

.type__end .type__price {
   text-align: center;
   font-size: 18px;
}


/* @media(max-width: 540px) { */

.type__block {
   display: flex;
   flex-direction: row;
   align-items: center;
   width: 275px;
   padding: 5px;
   margin: 10px 10px;
   border: 2px solid #c69e67;
}

.type__block img {
   width: 120px;
   margin-right: 5px;
}

.type_desc {
   display: flex;
   flex-direction: column;
   width: 50%;
   margin-left: 2px;
}

/* } */