.catalog{background:#f9f9f9}.catalog .catalog__item{padding:40px;border:1px solid #c2c2c2;border-radius:5px;background:#fff;-webkit-box-shadow:0 4px 30px rgba(194,194,194,.5490196078);box-shadow:0 4px 30px rgba(194,194,194,.5490196078);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;margin-bottom:24px}.catalog .catalog__item:hover{-webkit-box-shadow:0 4px 35px rgba(76,175,79,.3294117647);box-shadow:0 4px 35px rgba(76,175,79,.3294117647);border:1px solid #36a92c}.catalog .catalog__item .catalog__item-image{width:50%}.catalog .catalog__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.catalog .catalog__button{min-width:100%}.catalog .catalog__item-price{font-size:1rem;font-weight:700;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #c2c2c2}.catalog .catalog__item-price b{font-size:2rem;font-weight:700}.catalog .catalog__item-params{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7px;color:#8d8d8d}.catalog .catalog__item-params .catalog__item-param{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog .catalog__item-params .catalog__item-param .catalog__item-param-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:7px}@media screen and (max-width:980px){.catalog .catalog__item{padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog .catalog__item .catalog__item-image{height:200px;-o-object-fit:none;object-fit:none;width:100%}.catalog .catalog__item .catalog__item-content{width:100%}}