.product-carousel .swiper-container{margin:-16px 0 0;padding:16px 60px 40px}.product-carousel .swiper-slide{height:auto;display:flex}.product-carousel .swiper-button-next,.product-carousel .swiper-button-prev{top:0;margin:0;height:100%;background-color:#fff;width:45px}.product-carousel .swiper-button-next .svg-icon,.product-carousel .swiper-button-prev .svg-icon{width:31px;height:76px}.product-carousel .swiper-button-next:after,.product-carousel .swiper-button-prev:after{display:none}.product-carousel .swiper-button-prev{left:0;justify-content:flex-start}.product-carousel .swiper-button-next{right:0;justify-content:flex-end}.product-carousel .swiper-pagination{line-height:10px;bottom:0}.product-carousel .swiper-pagination-bullet{width:10px;height:10px;margin:0 10px!important;background-color:#e1e1e1;opacity:1}.product-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#ff7f00}.product{width:100%;display:flex;flex-direction:column;border-radius:8px;box-shadow:0 2px 14px 0 rgba(0,0,0,.1);overflow:hidden}.product__visual{width:100%;height:205px;display:flex}.product__visual img{width:100%;-o-object-fit:cover;object-fit:cover}.product__body{flex-grow:1;padding:16px 30px 30px;display:flex;flex-direction:column}.product__content{flex-grow:1}.product__name{font-size:20px;font-weight:600;letter-spacing:.48px}.product__position{margin-bottom:5px;font-size:16px;color:#a1a1a1}.product__text{margin-top:7px;font-size:16px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product__action{margin-top:22px;display:flex;align-items:center;justify-content:space-between}.product__price{font-size:28px;font-weight:600}.product__btn{width:86px;height:60px;background-color:#ff7f00;border-radius:6px;display:flex;align-items:center;justify-content:center;padding-right:5px}.product__btn .svg-icon{width:52px;height:34px}.catalog{width:100%;display:flex;flex-direction:column}.catalog__datetime{position:relative;z-index:10}.catalog__caption{margin:20px 60px;font-size:42px;font-weight:600;letter-spacing:1px}.catalog__action{display:flex;padding-top:30px;margin-top:auto}.catalog__action-cell{height:80px;background-color:#ff7f00;width:50%;display:flex;align-items:center}.catalog__action-cell:first-child{justify-content:flex-end}.catalog__action-cell:last-child{justify-content:flex-start;border-left:1px solid #fff}.catalog__basket{display:flex;align-items:center}.catalog__basket .svg-icon{width:28px;height:24px;margin-right:11px}.catalog__basket-text{margin-top:-2px;margin-bottom:2px}.catalog__basket-count{margin-left:18px;height:28px;border-radius:5px;background-color:#fff;display:flex;align-items:center;padding:0 10px 2px;color:#ff7f00;font-size:18px;line-height:18px;font-weight:600}.catalog__basket,.catalog__submit{font-size:22px;font-weight:500;color:#fff;padding:10px 37px}.catalog__basket:active,.catalog__basket:hover,.catalog__submit:active,.catalog__submit:hover{color:#fff}.catalog__submit{border-radius:10px;margin-left:20px;position:relative;overflow:hidden}.catalog__submit:before{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(255,168,81,.7);opacity:0}.catalog__submit.is-flash:before{animation:buttonFlash 1.5s ease-in-out infinite}.catalog__submit span{position:relative;z-index:1}.catalog__submit .svg-icon{margin-top:3px;margin-bottom:-3px;width:20px;height:20px}@keyframes buttonFlash{0%{opacity:0}50%{opacity:1}to{opacity:0}}