.product-page{background-color:var(--white);color:var(--dark)}.product__content{display:flex;gap:30px}.product__content-left{width:100%;max-width:500px;height:auto;background-color:#fff;border-radius:20px;padding:20px}.product__content-left img{width:100%;height:100%}.product__content-center{display:flex;flex-direction:column;width:100%;height:auto;padding:20px 30px;background-color:#fff;color:var(--dark);border-radius:20px}.product__content-center-top{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:20px}.product__content-center-top-info{max-width:360px}.product__title{line-height:1;font-size:30px;margin-bottom:16px;font-weight:400}.product__art{color:gray;margin-bottom:20px;font-size:14px}.product__char-min{width:100%;margin-bottom:30px}.product__char-min ul{width:100%;max-width:400px;display:flex;flex-direction:column}.product__char-min ul li{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;border-bottom:1px solid rgb(191,191,191);padding-bottom:10px;margin-bottom:10px;font-size:14px}.product__char-min ul li span:first-child{font-weight:400}.product__char-min-title{font-size:20px;font-weight:500;margin-bottom:16px}.product__content-box{display:flex;flex-direction:column;align-items:center;margin:10px auto}.product__note{margin-top:auto;display:flex;flex-wrap:wrap;gap:20px;width:100%;background-color:var(--white);padding:20px;border-radius:10px}.product__note svg{width:24px;height:24px;stroke:var(--main);flex:none}.product__note-el{display:flex;align-items:center;gap:10px;font-size:13px}.product__price{font-size:30px;font-weight:500;color:var(--main);margin-bottom:30px}.product__price span{font-size:14px;color:#bbb;font-weight:400}.product__btn{cursor:pointer;width:max-content;padding:10px 50px;color:var(--dark);background-color:var(--main);margin-bottom:10px;font-weight:400}.product__btn-call{border:2px solid var(--main);font-weight:500}.product__img{display:block;height:300px}.slider-product__title{margin-bottom:20px}.productSwiper{max-height:300px;margin-bottom:10px}.navSwiper{height:110px}@media (max-width: 1200px){.product__content{flex-direction:column;gap:20px}}@media (max-width: 1024px){.product__char-min{margin-bottom:0}.product__content-center-top{gap:10px}.product__content-box{margin-bottom:20px}}@media (max-width: 768px){.product__content-left,.product__content-center{padding:16px}}
