.product-catalog{max-width:1920px;width:100%;padding-inline:15px;margin-inline:auto;padding-top:52px}.product-catalog__title{margin-bottom:79px}.product-catalog__wrapper{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.product-catalog__item{padding:46px 35px 55px 60px;position:relative;border-radius:20px;overflow:hidden;min-height:870px;display:flex;justify-content:space-between;flex-direction:column;cursor:pointer}.product-catalog__image{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;z-index:-1}.product-catalog__name{color:#fff;font-size:16px;font-family:Work Sans,Arial,Helvetica,sans-serif;font-weight:600;background:#f0efeb4d;padding:16px 32px;text-align:center;max-width:fit-content;border-radius:100px;z-index:1}.product-catalog__content{display:flex;align-items:center;justify-content:space-between;z-index:1;gap:30px}.product-catalog__link{border-radius:15px;max-width:178px;min-width:fit-content;height:80px;display:flex;overflow:hidden;background-color:#f0efeb4d;transition:background-color .35s ease}.product-catalog__link .product-catalog__link-text{color:#fff;font-size:16px;font-weight:600;width:0;opacity:0;display:flex;align-items:center;justify-content:center;font-family:Work Sans,Arial,Helvetica,sans-serif;transition:width .35s ease,opacity .35s ease;white-space:nowrap}.product-catalog__link .product-catalog__link-icon-wrapper{position:relative;background-color:#fff;width:80px;height:100%;min-width:80px;border-radius:15px;display:flex;align-items:center;justify-content:center;transition:background-color .35s ease}.product-catalog__link .product-catalog__link-icon-wrapper .product-catalog__link-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.35s ease;opacity:1;visibility:visible}.product-catalog__link .product-catalog__link-icon-wrapper .product-catalog__link-icon svg{width:26px;fill:#0071b3;stroke:#0071b3;transition:.35s ease}.product-catalog__link .product-catalog__link-icon-wrapper .product-catalog__link-icon svg path{stroke:#0071b3}.product-catalog__link .product-catalog__link-icon-wrapper .product-catalog__link-icon--bolder{opacity:0;visibility:hidden;transition:.35s ease}@media only screen and (min-width: 1199px){.product-catalog__item:hover .product-catalog__link{background-color:#f0efeb80}.product-catalog__item:hover .product-catalog__link .product-catalog__link-text{width:96px;opacity:1}.product-catalog__item:hover .product-catalog__link-icon-wrapper .product-catalog__link-icon{opacity:0;visibility:hidden;transition:.35s ease}.product-catalog__item:hover .product-catalog__link-icon-wrapper .product-catalog__link-icon--bolder{opacity:1;visibility:visible;transition:.35s ease}.product-catalog__item:hover .product-catalog__link-icon-wrapper .product-catalog__link-icon--bolder svg{transform:scale(1.2)}}@media screen and (max-width: 1600px){.product-catalog__item{min-height:900px}}@media screen and (max-width: 1400px){.product-catalog__item{min-height:650px}}@media screen and (max-width: 1199px){.product-catalog__title{margin-bottom:50px}.product-catalog__item{min-height:500px;padding:30px}.product-catalog__name{font-size:14px}.product-catalog__link{max-width:fit-content;height:60px}.product-catalog__link .product-catalog__link-text{width:96px;opacity:1}.product-catalog__link .product-catalog__link-icon-wrapper{width:60px;min-width:60px;aspect-ratio:1}}@media screen and (max-width: 767px){.product-catalog{padding-top:30px}.product-catalog__title{margin-bottom:30px}.product-catalog__item{padding:25px 15px;min-height:350px}.product-catalog__name{font-size:12px;padding:11px 14px;border-radius:10px}.product-catalog__link{height:50px}.product-catalog__link .product-catalog__link-text{width:fit-content;opacity:1;font-size:14px;padding-inline:15px}.product-catalog__link .product-catalog__link-icon-wrapper{width:50px;min-width:50px}}@media screen and (max-width: 479px){.product-catalog__item{min-height:200px}}
