.product-page{margin-top:20px;padding:2% 0}
.product-page__main{display:grid;gap:5.5%;grid-template-columns:1fr 1fr;margin-bottom:100px}
@media screen and (max-width:750px ){.product-page__main{display:block}}
.product-page__image img{height:auto;max-height:none;width:100%;max-width:80%;margin:0 auto}
.product-page__title{font-size:16px;line-height:1.7em;font-weight:500;margin-bottom:10px;color:#933}
.product-page h6{color:#933}
.product-page .table-new{margin-top:5.82%}
.pasport{background-color:#eee;padding:10px 25px 10px 25px;border-radius:35px;border:none;font-size:15px;display:flex;margin-top:20px;max-width:201px;text-align:center;align-items:center;justify-content:center;transition:0.3s;color:#666;cursor:pointer;height:35.5px}
.pasport:hover{background-color:#d6d6d6;color:#666}
.pasport.hide{display:none}
.product-offering__active{font-weight:bold}