.b-text-media__items{display:flex;align-items:center;gap:var(--grid-gap)}.b-text-media__items.is-inverted .b-text-media__image{order:-1}@media (max-width:991px){.b-text-media__items{flex-direction:column}}.b-text-media__text{flex-grow:1}@media (min-width:992px){.b-text-media__image{flex:1 0 40%}}.b-text-media__image img{border-radius:var(--border-radius)}.b-gallery__image{display:block;border:1px solid rgba(var(--color-primary-rgb), 0.5);border-radius:var(--border-radius);overflow:hidden}.b-gallery__image img{width:100%;height:100%;object-fit:cover;object-position:top}.b-gallery .swiper{--swiper-pagination-bottom: -2em}@media (min-width:992px){.b-gallery .swiper{--swiper-pagination-bullet-width: 0px}}.b-form__image{text-align:center}@media (max-width:991px){.b-form__image{display:none}}.product-more__close{width:var(--size-icon-big);height:var(--size-icon-big);color:var(--color-text-muted-fourth);position:absolute;top:var(--offset-main);right:var(--offset-main);z-index:100}@media screen and (max-width:575px){.product-more__close{top:var(--offset-small);right:var(--offset-small)}}.product-more .modal-form{width:100%;max-width:1000px;background-color:var(--color-bg-extralight) !important;padding:var(--offset-main) !important;border-radius:var(--border-radius-big-medium);position:relative}@media screen and (max-width:575px){.product-more .modal-form{padding:var(--offset-small) !important}}.product-more .modal-form::-webkit-scrollbar,.product-more .modal-form::-webkit-scrollbar-track,.product-more .modal-form::-webkit-scrollbar-thumb{display:none}.product-more .swiper{padding:1px}.product-more .swiper-wrapper{align-items:stretch}.product-more .swiper-slide{height:auto;aspect-ratio:1;display:flex;overflow:hidden;border-radius:var(--border-radius-medium);background-color:var(--color-bg-extralight);box-shadow:inset 0 0 0 1px var(--color-border-card);transition:var(--transition)}.product-more .swiper-slide img{background-color:var(--color-bg-extralight);width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-more .swiper-slide-thumb-active{box-shadow:inset 0 0 0 1px var(--color-error)}.product-more__wrapper{display:grid;grid-template-columns:45% 1fr;gap:var(--offset-main);align-items:start}@media screen and (max-width:767px){.product-more__wrapper{grid-template-columns:100%}}.product-more__gallery{padding:1px;position:relative}@media screen and (max-width:767px){.product-more__gallery{max-width:450px;margin:0 auto}}@media screen and (max-width:575px){.product-more__gallery{max-width:100%;margin:0}}.product-more__thumbs{margin-top:0.5rem;position:relative}.product-more__thumbs .swiper-slide{max-width:140px}.product-more__arrows{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);display:flex;align-items:center;justify-content:space-between;z-index:11;pointer-events:none}@media screen and (max-width:767px){.product-more__arrows{display:none}}.product-more__arrow{display:grid;place-items:center;border-radius:50%;box-shadow:0px 0px 7.2px 0px #00000014;min-width:var(--size-icon-big);width:var(--size-icon-big);min-height:var(--size-icon-big);height:var(--size-icon-big);background-color:var(--color-bg-muted);color:var(--color-text-dark);transition:var(--transition);cursor:pointer;pointer-events:all}.product-more__arrow-prev{transform:scaleX(-1) translateX(50%)}.product-more__arrow-next{transform:translateX(50%)}.product-more__main{display:flex;flex-direction:column;align-items:start}.product-more__main-options{width:100%;margin:var(--offset-small) 0}.product-more__descr{margin-top:var(--offset-small);color:var(--color-text-muted-fourth);line-height:1.375rem}.product-more__equipment{margin-top:var(--offset-main)}.product-more__equipment-title{font-size:1.125rem;font-weight:var(--font-bold);line-height:1.3;color:var(--color-text-muted-secondary);text-transform:uppercase}.product-more__equipment-list{color:var(--color-text-dark-secondary)}.product-more__equipment-subtitle{font-size:1rem;font-weight:var(--font-bold);line-height:1.5}.product-more__equipment-content{font-size:0.875rem;font-weight:var(--font-regular);line-height:1.3;letter-spacing:-0.02em;margin-top:0.25rem}.product-more__equipment-list{display:flex;flex-direction:column;align-items:stretch;gap:0.5rem;margin-top:0.5rem}.product-more__equipment-item{border-radius:var(--border-radius-medium);overflow:hidden;background-color:var(--color-bg-extralight);padding:1rem 1.2rem;box-shadow:0px 0px 16px -4px #10182814;display:flex;align-items:start;gap:0.5rem;cursor:pointer}.product-more__equipment-icon{min-width:var(--size-icon);width:var(--size-icon);min-height:var(--size-icon);height:var(--size-icon);color:var(--color-fourth);transition:var(--transition)}.product-more__equipment-image{min-width:210px;width:210px}.product-more__equipment-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-more__equipment-content,.product-more__equipment-image{transition:var(--transition);max-height:0;opacity:0;visibility:hidden;overflow:hidden;pointer-events:none}.product-more__equipment-item._active .product-more__equipment-content,.product-more__equipment-item._active .product-more__equipment-image{max-height:2000px;opacity:1;visibility:visible;pointer-events:all}.product-more__equipment-item._active .product-more__equipment-icon{transform:rotate(-180deg)}.product-more__buy{width:100%;margin-top:var(--offset-small);display:grid;grid-template-columns:1fr auto;align-items:start;gap:var(--offset-small)}.product-more__buy-add{grid-column:span 2;margin:0 auto}.product-more__buy-price{font-size:4rem;font-weight:var(--font-semibold);line-height:1}@media screen and (max-width:991px){.product-more__buy-price{font-size:3rem}}@media screen and (max-width:575px){.product-more__buy-price{font-size:2rem}}.product-more__buy-form{display:flex;align-items:center;gap:var(--offset-small)}@media screen and (max-width:575px){.product-more__buy-form{flex-direction:column;align-items:start}}.product-more__qty{border-radius:var(--border-radius-medium);background-color:var(--color-bg-light);border:1px solid var(--color-bg-minidark);box-shadow:0px 1px 2px 0px rgba(var(--color-bg-mindark-rgb), 0.05);min-width:100px;display:grid;grid-template-columns:auto 1fr auto;align-items:stretch;font-size:1rem;font-weight:var(--font-semibold);line-height:1.5;color:var(--color-text-dark)}.product-more__qty>*{min-height:2.75rem}.product-more__qty-btn{width:2.75rem}.product-more__qty-input{text-align:center;display:flex;align-items:center;justify-content:center}.product-more__tabs{grid-column:span 2}@media screen and (max-width:767px){.product-more__tabs{grid-column:span 1}}/*# sourceMappingURL=./page-0c99167efad9964d91a69dfecbecf7c4.map */