.product-info{display:flex;margin:0 0 48px;}
.product-info .gallery{width:470px;position:relative;}
.product-info .gallery.ph{width:450px;}
.product-info .gallery .product-gallery.noimg{padding-bottom:65%;background:#f1f1f1 url(/i/common/noimage.png) no-repeat center;}
.product-info .gallery .images{position:relative;}
.product-info .gallery .images .items .item{text-align:center;display:none;vertical-align:top;position:relative;transition:250ms opacity ease-out;-webkit-transition:250ms opacity ease-out;}
.product-info .gallery .images .items .item img{max-width:100%;margin:auto;}
.product-info .gallery .images .items .item:first-child{display:block;}
.product-info .gallery .images .items .item:hover{cursor:pointer;opacity:0.8;}
.product-info .gallery .thumbs{margin:15px 0 0;}
.product-info .gallery .thumbs .items .item{display:none;vertical-align:top;visibility:hidden;position:relative;text-align:center;border:1px solid #e1e1e1;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:250ms opacity ease-out;-webkit-transition:250ms opacity ease-out;}
.product-info .gallery .thumbs .items .item img{display:inline-block;max-width:100%;border-radius:3px;}
.product-info .gallery .thumbs .items .item:first-child{display:block;}
.product-info .gallery .thumbs .items .item:hover{cursor:pointer;opacity:0.8;}
.product-info .gallery .thumbs .items .slick-arrow{width:30px;height:30px;line-height:29px;text-align:center;color:#fff;position:absolute;top:50%;z-index:9;margin-top:-15px;background:rgba(0,0,0,0.6);transition:250ms background ease-out;-webkit-transition:250ms background ease-out;}
.product-info .gallery .thumbs .items .slick-arrow.arrow-prev{left:-6px;text-indent:-1px;}
.product-info .gallery .thumbs .items .slick-arrow.arrow-next{right:-6px;text-indent:1px;}
.product-info .gallery .thumbs .items .slick-arrow:hover{cursor:pointer;background:rgba(0,0,0,0.8);}
.product-info .gallery .thumbs .slick-slide{padding:0 8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .gallery .thumbs .slick-slide .item{visibility:visible;opacity:0.6;}
.product-info .gallery .thumbs .slick-slide.slick-current .item{opacity:1;}
.product-info .gallery .flags{position:absolute;left:0;top:0;z-index:10;display:flex;flex-wrap:wrap;}
.product-info .gallery .flags .flag{margin:0 2px 2px 0;padding:0 12px;height:24px;display:inline-flex;align-items:center;justify-content:center;text-align:center;text-transform:uppercase;font-size:1.2rem;font-weight:600;line-height:1.2;color:#fff;background-color:#f58026;border-radius:3px;}
.product-info .info{width:1%;flex-grow:1;padding-left:48px;position:relative;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .name{margin:0;padding:0 0 16px;border-bottom:1px solid #e1e1e1;}
.product-info .info .name span{display:block;}
.product-info .info .info-top{display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:1.4rem;border-bottom:1px solid #e1e1e1;}
.product-info .info .info-top .comments a{color:#a1a1a1;}
.product-info .info .info-top .details{margin:0;}
.product-info .info .info-top .contact-phone{font-size:1.5rem;display:flex;align-items:center;text-decoration:none;}
.product-info .info .info-top .contact-phone:before{content:"\f879";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2em;font-weight:300;margin:0 8px 0 0;}
.product-info .info .info-panel{padding:16px 0 0;font-size:1.4rem;}
.product-info .info .info-price{margin:24px 0;display:flex;flex-wrap:wrap;justify-content:space-between;line-height:1.4;}
.product-info .info .info-price .price .txt{font-size:1.500em;}
.product-info .info .info-price .price .value{font-size:1.875em;font-weight:600;color:#f58026;}
.product-info .info .info-price .price-old{font-size:1.875em;font-weight:200;text-decoration:line-through;color:#a1a1a1;}
.product-info .info .info-price .price-info{font-size:1.875em;font-weight:200;color:#a1a1a1;}
.product-info .info .info-price .price-lowest{margin:0 0 10px;color:#aaa;font-size:0.9em;}
.product-info .info .info-price .info-delivery{width:100%;margin:2px 0 0;font-size:1.3rem;}
.product-info .info .info-price .price-delivery{font-weight:bold;font-size:12px;text-transform:lowercase;margin-top:5px;}
.product-info .info .info-price .price-delivery:before{content:'\f0d1';font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#f58026;font-size:14px;margin:0 5px 0 0;font-weight:normal;}
.product-info .info .info-instalment{margin:24px -4px 0;display:flex;flex-wrap:wrap;}
.product-info .info .info-instalment .instalment{margin:4px;}
.product-info .info .info-instalment .instalment img{transition:250ms opacity ease-out;-webkit-transition:250ms opacity ease-out;}
.product-info .info .info-instalment .instalment:hover{cursor:pointer;}
.product-info .info .info-instalment .instalment:hover img{opacity:0.6;}
.product-info .info .info-config{margin:24px 0 0;}
.product-info .info .details{display:table;border-spacing:0;margin:0 0 15px;}
.product-info .info .details .item{display:table-row;}
.product-info .info .details .item .label{font-weight:bold;display:table-cell;vertical-align:middle;padding:2px 4px 2px 0;}
.product-info .info .details .item .value{display:table-cell;padding:2px 0;vertical-align:middle;}
.product-info .info .details .item .value img{display:block;}
.product-info .info .details .status .value{font-weight:bold;}
.product-info .info .details .status .avail{color:#27ae60;}
.product-info .info .details .status .unavail{color:#c9202c;}
.product-info .info .details .producer a{font-weight:normal;color:#999;}
.product-info .info .desc-short{margin:24px 0 0;}
.product-info .info .hs-content{position:relative;padding:15px;border:5px solid #f58026;border-radius:3px;}
.product-info .info .hs-content .hs-title{white-space:nowrap;font-size:20px;font-weight:800;text-transform:uppercase;padding:0 8%;position:absolute;left:50%;top:-20px;transform:translateX(-50%);background:#fff;}
.product-info .info .hs-content .hot-shot-timer{margin-top:15px;flex-wrap:wrap;justify-content:center;}
.product-info .info .hs-content .hot-shot-timer .hst-label{width:100%;border:none;padding:0 0 10px;margin:0;text-align:center;}
.product-info .info .hs-content .hot-shot-timer .hst-item{text-align:center;width:25%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .hs-content .hot-shot-timer .hst-item .hst-val{font-size:18px;display:block;}
.product-info .info .params{position:relative;margin:24px 0 0;}
.product-info .info .params .param{padding:12px 0;border-top:1px solid #e1e1e1;}
.product-info .info .params .param:first-child{padding-top:0;border-top:none;}
.product-info .info .params .param .label{margin:5px 0;font-size:0.875em;font-weight:600;}
.product-info .info .params .param .err{color:#fff;font-size:10px;display:inline-block;margin:2px 0 0;padding:2px 5px;background:#c9202c;}
.product-info .info .params .param.kind-2 .icon{width:40px;height:40px;padding:2px;margin:0 3px 0 0;display:inline-block;vertical-align:middle;border:1px solid #e1e1e1;border-radius:5px;transition:250ms opacity ease-out;-webkit-transition:250ms opacity ease-out;}
.product-info .info .params .param.kind-2 .icon img{border-radius:4px;}
.product-info .info .params .param.kind-2 .icon.active{border-color:#f58026;}
.product-info .info .params .param.kind-2 .icon:hover{cursor:pointer;opacity:0.8;}
.product-info .info .params .param.kind-3 .colors{display:flex;flex-wrap:wrap;margin:-3px -6px;}
.product-info .info .params .param.kind-3 .colors .color{margin:3px 6px;padding:16px 12px;flex:1 0;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e1e1e1;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:250ms border-color ease-out;-webkit-transition:250ms border-color ease-out;cursor:pointer;}
.product-info .info .params .param.kind-3 .colors .color .cl{width:36px;height:36px;border-radius:50%;}
.product-info .info .params .param.kind-3 .colors .color .cl-name{margin:10px 0 0;font-size:0.813em;line-height:1.2;}
.product-info .info .params .param.kind-3 .colors .color.active,.product-info .info .params .param.kind-3 .colors .color:hover{border-color:#f58026;}
.product-info .info .params .param input{width:100%;}
.product-info .info .params .param:after{content:'';display:block;clear:both;}
.product-info .info .params.loading:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,0.7);}
.product-info .info .variants{margin:20px 0 0;}
.product-info .info .variants h3{margin:0 0 5px;}
.product-info .info .variants .items .variant{display:flex;flex-wrap:wrap;align-items:center;padding:10px 0;position:relative;border-bottom:1px solid #e1e1e1;}
.product-info .info .variants .items .variant .item.v-name{padding-right:20px;flex-grow:1;}
.product-info .info .variants .items .variant .item.v-name .v-status.avail{color:#27ae60;}
.product-info .info .variants .items .variant .item.v-name .v-status.unavail{color:#c9202c;}
.product-info .info .variants .items .variant .item.v-price{width:20%;text-align:center;color:#f58026;font-weight:600;}
.product-info .info .variants .items .variant .item.v-price .v-price-old{font-size:0.9em;color:#a1a1a1;text-decoration:line-through;}
.product-info .info .variants .items .variant .item.v-buy{width:20%;padding-right:0;text-align:right;}
.product-info .info .variants .items .variant:last-child{border:none;padding-bottom:0;}
.product-info .info .versions{margin:20px 0;position:relative;}
.product-info .info .versions h3{margin:0 0 5px;}
.product-info .info .versions .items{margin:0 -5px;}
.product-info .info .versions .items .version{padding:1px 0;text-align:center;}
.product-info .info .versions .items .version a{display:inline-block;width:40px;height:40px;margin:0 5px;border:1px solid #e1e1e1;overflow:hidden;border-radius:4px;}
.product-info .info .versions .items .version a:hover{cursor:pointer;opacity:0.8;}
.product-info .info .versions .items .version.noimg a{background:#f1f1f1 url(/i/common/noimage.png) no-repeat center;background-size:80%;}
.product-info .info .versions .items .version.active{padding:0;}
.product-info .info .versions .items .version.active a{border-color:#27ae60;border-width:2px;}
.product-info .info .versions .slick-track{margin-right:0;}
.product-info .info .versions .slick-prev{width:20px;height:20px;line-height:20px;position:absolute;left:-5px;top:50%;margin-top:-10px;background:rgba(0,0,0,0.2);border-radius:50%;z-index:100;font-size:12px;color:#fff;text-align:center;cursor:pointer;}
.product-info .info .versions .slick-next{width:20px;height:20px;line-height:20px;position:absolute;right:-5px;top:50%;margin-top:-10px;background:rgba(0,0,0,0.2);border-radius:50%;z-index:100;font-size:12px;color:#fff;text-align:center;cursor:pointer;}
.product-info .info .products-set{position:relative;}
.product-info .info .products-set .v-name a{color:inherit;}
.product-info .info .products-set .v-params{width:100%;margin:5px -5px 0;}
.product-info .info .products-set .v-params .param{float:left;width:33.3333%;padding:0 5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-info .info .products-set .v-params .param:first-child{margin-top:0;}
.product-info .info .products-set .v-params .param:last-child{margin-bottom:0;}
.product-info .info .products-set .v-params .param .err{color:#fff;font-size:10px;display:inline-block;margin:2px 0 0;padding:2px 5px;background:#c9202c;}
.product-info .info .products-set .v-params .param.kind-2 .icon{width:40px;height:40px;padding:2px;margin:0 3px 0 0;display:inline-block;border:1px solid #e1e1e1;border-radius:5px;transition:250ms opacity ease-out;-webkit-transition:250ms opacity ease-out;}
.product-info .info .products-set .v-params .param.kind-2 .icon img{border-radius:4px;}
.product-info .info .products-set .v-params .param.kind-2 .icon.active{border-color:#f58026;}
.product-info .info .products-set .v-params .param.kind-2 .icon:hover{cursor:pointer;opacity:0.8;}
.product-info .info .products-set .v-params .param.kind-3 .color{padding:1px;margin:0 3px 0 0;display:inline-block;border:1px solid #e1e1e1;border-radius:5px;transition:250ms opacity ease-out;-webkit-transition:250ms opacity ease-out;}
.product-info .info .products-set .v-params .param.kind-3 .color span{display:block;width:20px;height:20px;border-radius:4px;}
.product-info .info .products-set .v-params .param.kind-3 .color.active{border-color:#f58026;}
.product-info .info .products-set .v-params .param.kind-3 .color:hover{cursor:pointer;opacity:0.6;}
.product-info .info .products-set .v-params .param.kind-v{width:66.6666%;}
.product-info .info .products-set .v-params .param select,.product-info .info .products-set .v-params .param input{width:100%;}
.product-info .info .products-set.loading:before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;background:rgba(255,255,255,0.7);}
.product-info .info .actions{margin:24px 0 0;}
.product-info .info .actions .btns{display:flex;flex-wrap:wrap;margin:-6px;}
.product-info .info .actions .button{margin:6px;flex:1 1;}
.product-info .info .actions .button.rent{color:#fff;background:#8b8b8b;}
.product-info .info .stuff{display:flex;padding:16px 0 0;margin:16px 0 0;border-top:1px solid #e1e1e1;}
.product-info .info .stuff .button{margin:0 3px;}
.product-info .info .stuff .button:first-child{margin-left:0;}
.product-info .info .stuff .button:last-child{margin-right:0;}
.product-info .info .stuff .button.pdf{margin-right:auto;}
.product-details{position:relative;margin:0 calc(-50vw + 50%);padding:0 calc(50vw - 50%);border-top:1px solid #e1e1e1;}
.product-details::before{content:"";position:absolute;z-index:-1;left:0;right:0;top:78px;height:150px;background:linear-gradient(0deg,rgba(255,255,255,0) 0%,#f1f1f1 100%);}
.product-details .cnt{max-width:960px;margin-left:auto;margin-right:auto;}
.product-details-menu ul,.product-details-menu li{margin:0;padding:0;list-style:none;}
.product-details-menu ul{display:flex;align-items:center;justify-content:center;}
.product-details-menu ul li .a{position:relative;display:flex;align-items:center;height:78px;padding:0 24px;font-weight:500;color:#191919;transition:300ms color ease;}
.product-details-menu ul li .a::before{content:"";position:absolute;left:0;right:0;top:-2px;margin:0 auto;width:0;height:3px;background-color:#f58026;transition:300ms width ease;}
.product-details-menu ul li .a:hover{color:#f58026;text-decoration:none;}
.product-details-menu ul li .a.active::before{width:100%;}
.product-details-desc{padding:48px 0 0;}
.product-details-dicts{padding:96px 0 48px 0;margin:48px 0 0;position:relative;background-color:#fafafa;}
.product-details-dicts::before{content:"";position:absolute;z-index:-1;left:0;right:0;top:320px;bottom:0;margin:0 calc(-50vw + 50%);padding:0 calc(50vw - 50%);background-color:#f1f1f1;}
.product-details-dicts:first-child{padding-top:48px;}
.product-details-dicts:last-child{margin-bottom:-36px;}
.product-details-dicts .dicts-desc{display:flex;}
.product-details-dicts .dicts-desc .image{flex-grow:1;order:1;max-width:40%;}
.product-details-dicts .dicts-desc .desc{flex-grow:1;order:2;text-align:right;}
.product-details-dicts .dicts{margin:36px 0 0;width:100%;border-spacing:0;}
.product-details-dicts .dicts tr td{padding:16px 0;border-top:1px solid #e1e1e1;}
.product-details-dicts .dicts tr td.dict{text-align:left;font-weight:600;}
.product-details-dicts .dicts tr td.words{text-align:right;}
.product-details-dicts .dicts tr td.words a{color:#191919;}
.product-details-dicts .dicts tr:first-child td{border-top:none;}
.product-details-dicts .dicts tr.hidden{display:none;}
.product-details-dicts .dicts tr.hidden.show{display:table-row;}
.product-details-dicts .dicts-more{margin:32px 0 0;display:flex;justify-content:center;}
.product-details-dicts .dicts-more .label{display:flex;align-items:center;font-weight:bold;color:#f58026;cursor:pointer;}
.product-details-dicts .dicts-more .label::after{content:"\f078";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;margin:0 0 0 8px;}
.product-details-dicts .dicts-more.active .label::after{content:"\f077";}
.product-details-dicts .product-safety.hidden{display: none;}
.product-details-dicts .product-safety.hidden.show{display: block;}
.product-details-warranty{position:relative;margin:0 calc(-50vw + 50%);padding:48px calc(50vw - 50%) 0;background-color:#f1f1f1;}
.product-details-warranty:last-child{margin-bottom:-36px;padding-bottom:48px;}
.product-details-warranty + .product-details-comments{padding:48px 0 0;}
.product-details-delivery{position:relative;margin:0 calc(-50vw + 50%);padding:48px calc(50vw - 50%) 0;background-color:#f1f1f1;}
.product-details-delivery:last-child{margin-bottom:-36px;padding-bottom:48px;}
.product-details-delivery + .product-details-comments{padding:48px 0 0;}
.product-details-comments{position:relative;}
.product-details-comments::before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:50%;margin:0 calc(-50vw + 50%);padding:0 calc(50vw - 50%);background-color:#f1f1f1;}
.product-details-comments .comments-cnt{padding:48px 0;color:#fff;background-color:#f58026;}
.product-details-comments .comments-cnt .comments-rwd{display:none;}
.product-details-comments .comments-cnt .comments{max-width:960px;margin:48px auto 0;}
.product-details-comments .comments-cnt .comments .comment{margin:36px 0 0;display:flex;}
.product-details-comments .comments-cnt .comments .comment:first-child{margin-top:0;}
.product-details-comments .comments-cnt .comments .comment .info{flex-shrink:0;width:220px;}
.product-details-comments .comments-cnt .comments .comment .info .confirmed{margin:0 0 8px 0;padding:6px 8px;display:inline-flex;text-align:center;font-size:1rem;font-weight:500;line-height:1;color:#fff;background:#27ae60;border-radius:20px;}
.product-details-comments .comments-cnt .comments .comment .info .confirmed::before{content:"\f00c";font-family:"Font Awesome 5 Pro";font-style:normal;font-variant:normal;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;margin:0 4px 0 0;}
.product-details-comments .comments-cnt .comments .comment .info .nick{font-size:1.125em;font-weight:bold;line-height:1.4;}
.product-details-comments .comments-cnt .comments .comment .info .vote{margin:8px 0 0;font-size:0.9em;}
.product-details-comments .comments-cnt .comments .comment .info .vote .stars-panel .star,.product-details-comments .comments-cnt .comments .comment .info .vote .stars-panel .star.filled{color:#fff;}
.product-details-comments .comments-cnt .comments .comment .info .vote .stars-panel .star:before{font-weight:300;}
.product-details-comments .comments-cnt .comments .comment .info .vote .stars-panel .star.filled:before{font-weight:bold;}
.product-details-comments .comments-cnt .comments .comment .comm{flex-grow:1;margin:0 0 0 48px;font-style:italic;}
.product-details-comments .slick-slider .slick-dots{margin:48px 0 0 0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;}
.product-details-comments .slick-slider .slick-dots li{margin:0 4px;padding:0;list-style:none;display:flex;align-items:flex-end;}
.product-details-comments .slick-slider .slick-dots li button{display:block;width:10px;height:10px;font-size:0;text-indent:100px;overflow:hidden;background:#fff;border:none;border-radius:50%;outline:none;cursor:pointer;transition:250ms background ease-out;-webkit-transition:250ms background ease-out;}
.product-details-comments .slick-slider .slick-dots li.slick-active button{background:#c15909;}
.product-details-comments .comment-form{max-width:960px;margin:48px auto 0;position:relative;}
.product-details-comments .comment-form > .button{display:flex;margin:0 auto;width:200px;background-color:#fff;color:#f58026;}
.product-details-comments .comment-form .comment-form-form{display:none;margin:32px 0 0;}
.product-details-comments .comment-form .comment-form-form .tbl td{border-color:rgba(255,255,255,0.25);}
.product-details-comments .comment-form .comment-form-form .tbl .tbl-btns .button{color:#f58026;background-color:#fff;}
.product-details-comments .comment-form .comment-form-form .stars-panel .star,.product-details-comments .comment-form .comment-form-form .stars-panel .star.filled{color:#fff;}
.product-details-comments .comment-form.loading .comment-form-form{opacity:0.4;pointer-events:none;}
.product-details-comments .comment-form .ajax-loader span{background:#fff;}
.product-details-rent{padding:48px 0 0;}
.product-details-old{display:flex;}
.product-details-old .product-see{width:356px;flex-shrink:0;padding-right:24px;}
.product-details-old .product-see .product-see-sticky{position:sticky;top:94px;}
.product-details-old .product-tabs{width:1%;flex-grow:1;}
.product-details-old .desc-long:after{content:'';display:block;clear:both;}
.product-details-old .dicts{width:100%;border-spacing:0;}
.product-details-old .dicts tr .dict{width:40%;padding:10px 30px 10px 5px;font-weight:bold;border-bottom:1px solid #e1e1e1;}
.product-details-old .dicts tr .words{padding:5px 0;border-bottom:1px solid #e1e1e1;}
.product-details-old .dicts tr .words a{color:#191919;}
.product-details-old .dicts tr:last-child .dict,.product-details-old .dicts tr:last-child .words{border:none;}
.product-comments .comment-form{position:relative;}
.product-comments .comment-form .add-comment{margin:0 0 15px;}
.product-comments .comment-form .comment-form-form{display:none;margin:0 0 15px;}
.product-comments .comment-form .comment-form-form input,.product-comments .comment-form .comment-form-form textarea{padding:15px;}
.product-comments .comment-form.loading:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
.product-comments .comments-list{position:relative;min-height:50px;}
.product-comments .comments-list.loading:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
.product-comments .comments-list .comment{border-top:1px solid #e1e1e1;}
.product-comments .comments-list .comment:first-child{border-top:none;}
.product-comments .comments-list .comment .comment-content{display:flex;padding:24px 0;}
.product-comments .comments-list .comment .comment-content .info{flex-shrink:0;width:220px;padding:0 12px 0 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-comments .comments-list .comment .comment-content .info .nick{font-size:0.875em;font-weight:700;}
.product-comments .comments-list .comment .comment-content .info .date{font-size:0.75em;color:#a1a1a1;}
.product-comments .comments-list .comment .comment-content .info .vote{font-size:0.8125em;margin:12px 0 0;}
.product-comments .comments-list .comment .comment-content .info .vote > span{margin:0 2px 0 0;}
.product-comments .comments-list .comment .comment-content .details{flex-grow:1;}
.product-comments .comments-list .comment .comment-content .details .name{font-size:1.125em;font-weight:600;color:#191919;}
.product-comments .comments-list .comment .comment-content .details .comm{font-size:0.875em;margin:12px 0 0;}
.product-comments .comments-list .comment .form-comment-reply{position:relative;}
.product-comments .comments-list .comment .form-comment-reply .reply-form{padding:15px;background:#f1f1f1;}
.product-comments .comments-list .comment .form-comment-reply .reply-form .row-comment{margin:0 0 15px;}
.product-comments .comments-list .comment .form-comment-reply .reply-form .row-comment textarea{width:100%;padding:12px;}
.product-comments .comments-list .comment .form-comment-reply .reply-form .row-items{display:flex;margin:0 -7.5px 15px;}
.product-comments .comments-list .comment .form-comment-reply .reply-form .row-items .row-item{width:50%;padding:0 7.5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.product-comments .comments-list .comment .form-comment-reply .reply-form .row-items .row-item input{width:100%;padding:12px;}
.product-comments .comments-list .comment .form-comment-reply .reply-form .row-submit{text-align:center;}
.product-comments .comments-list .comment .form-comment-reply.loading{min-height:50px;}
.product-comments .comments-list .comment .form-comment-reply.loading:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:100;background:rgba(255,255,255,0.6);}
.product-comments .comments-list .comment .answers{padding-left:105px;}
.product-comments .comments-list .comment .answers .comment .comment-content .avatar{width:60px;height:60px;display:flex;align-items:center;}
.product-comments .comments-list .comment .answers .comment .comment-content .avatar img{max-width:100%;}
.product-comments .comments-list .comment .answers .comment .answers{padding-left:75px;}
.win-bnp-raty{height:600px;padding:20px;position:relative;}
@media screen and (max-width: 1280px){.product-info .gallery{width:400px;}
.product-info .info{padding-left:24px;}
.product-details-old .product-see{width:280px;padding-right:16px;}
.product-details .img-full{margin-left:-16px;margin-right:-16px;max-width:none;width:calc(100% + 32px);}
.product-details-dicts::before{background-color:#fff;}
.product-details-comments:last-child{margin-bottom:-48px;border-bottom:1px solid #fff;}
.product-details-comments .comments-cnt{margin-left:-16px;margin-right:-16px;padding:48px 0;}
.product-details-comments .slick-slider .slick-dots{margin:48px 0 0;}
}
@media screen and (max-width: 1000px){.product-info{flex-wrap:wrap;}
.product-info .gallery{width:100%;}
.product-info .info{width:100%;padding:24px 0 0;}
.product-details-old .product-see{display:none;}
.product-details-menu ul li .a{padding:0 20px;font-size:0.938em;}
.product-details-dicts{margin-left:-16px;margin-right:-16px;}
.product-details-dicts .dicts tr td{padding:16px;}
.product-details-dicts .product-safety{margin: 0 16px;}
.product-details-comments .comments-cnt{padding:48px 16px;}
}
@media screen and (max-width: 740px){.product-details-menu{display:none;}
.product-details::before{top:0;}
.product-details .img-full{margin-left:-12px;margin-right:-12px;max-width:none;width:calc(100% + 24px);}
.product-details-dicts{padding:48px 0; margin-left:-12px;margin-right:-12px;}
.product-details-dicts .dicts-desc{display:block;}
.product-details-dicts .dicts-desc .desc{text-align:center;}
.product-details-dicts .dicts-desc .image{max-width:540px;margin:36px auto 0;text-align:center;}
.product-details-dicts .dicts tr td{padding:16px 12px;}
.product-details-comments .comments-cnt{margin-left:-12px;margin-right:-12px;}
.product-details-comments .comments-cnt{padding:48px 12px;}
.product-details-comments .comments-cnt .comments.comments-rwd{display:block !important;}
.product-details-comments .comments-cnt .comments.comments-desktop{display:none !important;}
.product-details-comments .comments-cnt .comments .comment{display:block;}
.product-details-comments .comments-cnt .comments .comment .info{width:auto;}
.product-details-comments .comments-cnt .comments .comment .info .vote{margin:6px 0 0;}
.product-details-comments .comments-cnt .comments .comment .comm{margin:16px 0 0;}
.product-comments .comments-list .comment .comment-content{flex-wrap:wrap;}
.product-comments .comments-list .comment .comment-content .info{width:100%;padding:0;}
.product-comments .comments-list .comment .comment-content .details{width:100%;}
}
@media screen and (max-width: 540px){.product-info .info .name{text-align:center;}
.product-info .info .desc-short{text-align:center;}
.product-info .info .info-top{flex-direction:column;}
.product-info .info .info-top .comments{margin:6px 0;}
.product-info .info .info-price{flex-direction:column;align-items:center;text-align:center;}
.product-info .info .info-instalment{justify-content:center;}
.product-info .info .versions .slick-track{margin-right:auto;}
.product-details-desc{padding:48px 0 0;}
.product-details-dicts{padding:36px 0;margin-top:36px;}
.product-details-dicts .dicts{display:block;}
.product-details-dicts .dicts tbody{display:block;}
.product-details-dicts .dicts tr{display:block;padding:12px;border-top:1px solid #e1e1e1;}
.product-details-dicts .dicts tr:first-child{border-top:none;}
.product-details-dicts .dicts tr td{display:block;padding:0;border:none;}
.product-details-dicts .dicts tr td.words{text-align:left;}
.product-details-dicts .dicts tr.hidden.show{display:block;}
.product-details-warranty{padding:48px calc(50vw - 50%) 0;}
.product-details-warranty:last-child{padding-bottom:48px;}
.product-details-delivery{padding:48px calc(50vw - 50%) 0;}
.product-details-delivery:last-child{padding-bottom:48px;}
.product-details-warranty + .product-details-comments{padding:48px 0 0;}
.product-details-delivery + .product-details-comments{padding:48px 0 0;}
.product-details-comments .comments-cnt .comments{margin:48px auto 0;}
.product-details-rent{padding:48px 0 0;}
}
@media screen and (max-width: 480px){.product-info .info .stuff{flex-wrap:wrap;}
.product-info .info .stuff .button{width:100%;margin:0;}
.product-info .info .stuff .button.pdf{margin:0;}
.product-info .info .stuff .button.favorites-add{margin:6px 0 0;}
.product-info .info .stuff .button.send-to-friend{margin:6px 0 0;}
}