.check{display:flex;gap:8px;position:relative;cursor:pointer;align-items:flex-start;text-align:left;user-select:none;font-size:.875em;line-height:20px}.check input{position:absolute;left:0;top:0;visibility:hidden}.check--error{color:var(--red-500)!important}.check--error .check__state{border-color:var(--red-500)!important}.check--disabled{color:var(--blue-500)}.check--disabled.check--checked .check__state,.check--disabled.check--indeterminate .check__state,.check--disabled .check__state{background:var(--blue-500);border:1px solid var(--blue-500)}.check--disabled.check--checked svg path,.check--disabled.check--indeterminate svg path{fill:var(--white)}.check--checked:not(.check.check--disabled),.check--indeterminate:not(.check.check--disabled){color:var(--black)}.check--checked:not(.check.check--disabled) .check__state,.check--indeterminate:not(.check.check--disabled) .check__state{background:var(--accent);border-color:var(--accent)}.check--checked:not(.check.check--disabled) .check__state svg path,.check--indeterminate:not(.check.check--disabled) .check__state svg path{fill:var(--white)}.check__state{width:20px;height:20px;background:var(--white);border:1px solid var(--blue-500);box-sizing:border-box;border-radius:4px;flex-shrink:0;transition:var(--transition)}.check__state,.check__state .icon{display:flex;align-items:center;justify-content:center}.check__state .icon{width:16px;height:16px}.check__state .icon svg path{transition:var(--transition);fill:rgba(0,0,0,0)}.select__list{position:absolute;bottom:0;left:0;width:calc(100% + 2px);transform:translateY(calc(100% - 1px));z-index:10;background:var(--white);border:1px solid var(--blue-500);border-radius:0 0 var(--small_radius) var(--small_radius);box-sizing:border-box;margin:-1px;box-shadow:0 0 8px rgba(0,0,0,.1);overflow:hidden;overflow-y:auto;max-height:200px;display:grid;grid-template-rows:1fr auto}.select__scroll{display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto}.select__clean-list{border-top:1px solid var(--blue-500);padding:8px 12px;color:var(--body-color-muted);cursor:pointer;text-decoration:none}.select__clean-list:hover{color:var(--body-color-muted);border-color:var(--blue-500)}.select__item{width:100%;text-align:left;cursor:pointer;transition:.2s;outline:none;color:var(--body-color-muted);text-decoration:none;display:flex;flex-shrink:0}.select__item--single{padding:8px 12px}.select__item .check{padding:8px 12px;width:100%}.select__item--checked,.select__item:focus,.select__item:hover{background:var(--accent);color:var(--white)}.select{background:var(--white);border:1px solid var(--blue-500);box-sizing:border-box;border-radius:var(--small_radius);position:relative;cursor:text;height:44px;transition:var(--transition);display:flex;margin:0}.select--error{border-color:var(--red-500)}.select__errors{font-size:.75em;line-height:15px;color:var(--red-500);display:flex;flex-direction:column;gap:5px}.select__errors--messages{color:var(--body-color-muted)}.select__container{display:flex;flex-direction:column;align-self:flex-start;gap:5px}.select__title{line-height:20px;white-space:pre-line}.select__field,.select__title{font-weight:400;font-size:.875em;color:var(--body-color-muted)}.select__field{border-radius:var(--small_radius);border:none;box-sizing:border-box;background:none;width:100%;height:100%;padding:20px 12px 5px;outline:none;appearance:none;resize:vertical}.select__field::placeholder{font-weight:400;color:var(--gray-50)}.select--loading{background-color:var(--accent-o1);background-size:31px 31px;background-image:linear-gradient(-45deg,rgba(0,0,0,.1) 25%,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 75%,rgba(0,0,0,0) 0,rgba(0,0,0,0));animation:stripped 2s linear 0s infinite normal none running}.select--no-title .select__field{padding:15px 12px}.select--list{border-radius:var(--small_radius) var(--small_radius) 0 0}.select--list .select__action{z-index:11}.select--list .select__action .icon{transform:rotate(180deg)}.select--list .select__clear{z-index:12}.select--list-top{border-radius:0 0 var(--small_radius) var(--small_radius)}.select--list-top .select__action{z-index:11}.select--list-top .select__action .icon{transform:rotate(180deg)}.select--list-top .select__list{border-radius:var(--small_radius) var(--small_radius) 0 0;position:absolute;top:0;left:0;bottom:auto;transform:translateY(calc(-100% + 1px))}.select--list-top .select__clear{z-index:12}.select__action,.select__clear{background:none;outline:none;border:none;cursor:pointer;padding:10px;position:absolute;right:0;top:0;bottom:0;margin:auto;transition:.2s;z-index:2;display:flex;align-items:center}.select__action:active,.select__action:focus,.select__clear:active,.select__clear:focus{box-shadow:0 0 0 2px var(--accent);border-radius:var(--small_radius)}.select__action .icon,.select__clear .icon{transition:.2s;width:20px;height:20px}.select__action .icon svg path,.select__clear .icon svg path{fill:var(--body-color-muted)}.select__clear{transform:translateX(-50%);z-index:3}.select__field{padding:15px 12px;z-index:1}.select__field-container{position:relative;width:100%}.select__selected{display:flex;gap:4px;align-items:center;margin-left:12px;flex-shrink:0}@media only screen and (max-width:480px){.select__selected{display:none}}.select__selected .icon{width:12px;height:12px;display:flex;align-items:center;justify-content:center}.select__selected .icon svg{width:100%;height:100%}.select__selected-item{cursor:pointer;background:var(--accent);border-radius:var(--small_radius);padding:6px 12px;font-size:.875em;line-height:16px;text-align:center;color:var(--white);text-decoration:none;flex-shrink:0}.select__selected-item:hover{color:var(--white)}.select__selected-item:active,.select__selected-item:focus{box-shadow:0 0 0 4px var(--accent)}.select__selected-item:first-child{display:flex;gap:4px;align-items:center}.select__selected-item:first-child span{display:flex}.select__selected-item:first-child .icon{width:14px;height:14px}.select__selected-item:first-child .icon svg{width:100%;height:100%}.select--multiple{display:flex;align-items:center;padding-right:40px}@-moz-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-webkit-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@-o-keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}@keyframes stripped{0%{background-position:0 0}to{background-position:31px 62px}}.user-page-aside{display:grid;grid-gap:2px;align-items:start}@media only screen and (min-width:861px){.user-page-aside .select{display:none}}.user-page-aside__link{border:1px solid rgba(0,0,0,0);box-sizing:border-box;border-radius:var(--small_radius);padding:16px;display:flex;align-items:center;gap:8px;font-weight:400;font-size:.875em;line-height:20px;color:var(--body-color-muted);background:var(--blue-100);width:100%}@media only screen and (max-width:860px){.user-page-aside__link{display:none}}.user-page-aside__link:hover{border-color:var(--accent);color:var(--body-color-muted)}.user-page-aside__link .icon{width:20px;height:20px}.user-page-aside__link .icon svg path{fill:var(--body-color-filled)}.user-page-aside__link--active{border-color:var(--blue-300);background:var(--white);color:var(--accent)}.user-page-aside__link--active .icon svg path{fill:var(--accent)}

/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.cropper{max-width:588px;width:100%;z-index:2;background:var(--white);box-shadow:0 16px 24px var(--gray-900-o5),0 2px 6px var(--gray-900-o5),0 0 1px var(--gray-900-o5);border-radius:var(--radius);display:grid;grid-gap:20px}.cropper__header{position:relative;display:flex;align-items:center;justify-content:flex-start;padding:20px 25px 0}.cropper__title{font-size:1.375em;font-weight:500;margin:0}.cropper__close{background:none;padding:0;border:0;cursor:pointer;position:absolute;right:25px;top:20px}.cropper__close .icon{width:28px;height:28px}.cropper__close .icon svg{width:100%;height:100%}.cropper__buttons,.cropper__footer{display:flex;flex-wrap:wrap;gap:5px;padding:0 25px}.cropper__buttons{padding-top:20px}.cropper__buttons .btn{padding:14px}.cropper__footer{padding-bottom:20px}.user-card{background:var(--blue-200);border-radius:var(--main_radius);padding:16px;display:grid;grid-gap:16px;align-items:start;grid-template-columns:100px 1fr auto;min-height:132px}@media only screen and (max-width:640px){.user-card{grid-template-columns:1fr;justify-content:center;align-items:center}}.user-card__image{width:100px;height:100px;border-radius:100%;object-fit:cover;object-position:center}@media only screen and (max-width:640px){.user-card__image{margin:auto}}.user-card__content{display:flex;gap:8px;flex-direction:column;align-items:flex-start;justify-content:center;margin:auto 0}@media only screen and (max-width:640px){.user-card__content{margin:auto;flex-direction:column;align-items:center}}.user-card__title{font-weight:500;font-size:.875em;line-height:24px;display:flex;align-items:center;color:var(--body-color)}.user-card__total{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end}@media only screen and (max-width:640px){.user-card__total{justify-content:center;align-items:center}}.user-card__total-title{font-weight:500;font-size:.875em;line-height:24px}.user-card__total-title,.user-card__total-value{display:flex;align-items:center;color:var(--body-color);margin:0}.user-card__total-value{font-weight:400;font-size:2.25em;line-height:50px}.login-modal__inputs{display:grid;grid-gap:4px;width:100%}.login-modal__inputs-list{display:flex;align-items:center;gap:8px;width:100%}.login-modal__inputs-list .input:first-child{width:110px}.login-modal__inputs-list .input:last-child{width:100%}.login-modal__inputs-title{display:flex;align-items:center;gap:8px;width:100%;font-weight:400;font-size:.875em;line-height:20px;color:var(--body-color-muted)}.login-modal__body>.input{width:100%}.login-modal__footer .btn{width:100%;justify-content:center}.user-page .form__row .input{width:100%}@media only screen and (max-width:860px){.user-page .form__row .form__col-6{gap:16px;flex-basis:calc(100% - 16px)}}.user-page__form-footer{display:flex;justify-content:space-between;align-items:center}@media only screen and (max-width:860px){.user-page__form-footer{gap:8px;flex-direction:column-reverse;align-content:space-between;justify-content:space-between}.user-page__form-footer button{width:100%;justify-content:center}}.user-page__content{grid-gap:16px;align-items:start}.user-page__logout{justify-self:end}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid rgba(0,0,0,0)}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-slide{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center}.param-slider{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;position:relative}.param-slider--arrows:not(.param-slider--vertical){padding:0 32px}.param-slider--arrows.param-slider--vertical{padding:40px 0}.param-slider--vertical .param-slider__arrow:first-child{position:absolute;left:0;top:0;right:0;bottom:unset}.param-slider--vertical .param-slider__arrow:last-child{position:absolute;right:0;left:0;bottom:0;top:unset}.param-slider__arrow{z-index:1;margin:auto;box-sizing:border-box;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:none;border:none;padding:0}.param-slider__arrow[disabled]{cursor:default}.param-slider__arrow[disabled] .icon svg path{fill:var(--gray-100)}.param-slider__arrow:not([disabled]):hover .icon svg path{fill:var(--accent)}.param-slider__arrow .icon{width:24px;height:24px}.param-slider__arrow .icon svg path{fill:var(--body-color-muted)}.param-slider__arrow:first-child{position:absolute;left:0;top:0;bottom:0}.param-slider__arrow:last-child{position:absolute;right:0;top:0;bottom:0}.img-zoom,.param-slider__items{width:100%;height:100%}.img-zoom{background-position:50% 50%;position:relative;max-width:1000px;overflow:hidden;cursor:pointer;background-repeat:no-repeat;background-size:200%;display:flex;align-items:center;justify-content:center}.img-zoom:not(:hover){background-image:none!important}.img-zoom:not(.img-zoom--mobile):hover img{opacity:0}.img-zoom--mobile{background-image:none!important}.img-zoom img{display:block;transition:opacity .5s;width:100%}.images-modal{width:100%;border-radius:0}.images-modal__body{height:100%}.images-modal .product-gallery{width:100%;height:100%;justify-content:center;--btn-width:50px}@media only screen and (min-width:861px){.images-modal .product-gallery--controls .product-gallery__btn{display:flex}}@media only screen and (min-width:861px){.images-modal .product-gallery--controls .product-gallery__image{padding:0 var(--btn-width)}}.images-modal .product-gallery__image{position:relative;height:100%}.images-modal .product-gallery__btn{position:absolute;top:50%;left:0;z-index:1;transform:translateY(-50%);width:var(--btn-width);height:var(--btn-width)}.images-modal .product-gallery__btn .icon svg path{transition:var(--transition)}.images-modal .product-gallery__btn:hover .icon svg path{fill:var(--accent)}.images-modal .product-gallery__btn-next{right:0;left:auto}.product-gallery{display:flex;gap:24px}@media only screen and (max-width:860px){.product-gallery{gap:0;flex-direction:column-reverse}}.product-gallery .param-slider{width:86px;height:696px;flex-shrink:0}@media only screen and (max-width:860px){.product-gallery .param-slider{width:100%;height:120px}}.product-gallery__image{height:auto;max-height:700px;max-width:100%;width:100%;border-radius:var(--main_radius);display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:14px}@media only screen and (min-width:861px){.product-gallery__image{min-height:350px}}@media only screen and (max-width:540px){.product-gallery__image{margin-bottom:0}}.product-gallery__image img{width:100%;height:100%;object-fit:contain;object-position:center}.product-gallery__btn{display:none}.sizes-modal__body{overflow-x:auto}.share-networks{display:flex;align-items:center;justify-content:center;gap:5px}.share-networks__title{display:flex}.share-networks__list{display:flex;flex-direction:row;gap:5px}.share-networks__list li{display:flex;align-items:center}.share-networks__list li a{width:100%}.share-networks__item{display:flex;align-items:center;gap:5px;border-radius:4px;overflow:hidden}.share-networks__item:hover .file-icon svg path{fill:var(--brown-light)}.share-networks__item>span{display:flex;white-space:nowrap;flex-shrink:0}.share-networks__item .file-icon,.share-networks__item .icon{width:24px;height:24px}.share-networks__item .file-icon svg path{fill:var(--dark);transition:var(--transition)}.product{z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:32px;max-width:var(--main_width);width:100%}@media only screen and (max-width:860px){.product{gap:15px}}.product--modal{padding:24px 24px 0;background:var(--white);border-radius:var(--big_radius);max-width:1148px;margin:0 15px}@media only screen and (max-width:860px){.product--modal{padding:15px 15px 0}}.product__gallery-top{width:100%}@media only screen and (min-width:861px){.product__gallery-top{display:none}}.product__gallery-top .product-gallery__image{height:334px}.product__go-to-full{width:calc(100% + 48px);margin:0 -24px;justify-content:center}.product__go-to-full:active{transform:scale(1)}@media only screen and (max-width:860px){.product__go-to-full{width:calc(100% + 30px);margin:0 -15px}}.product__header{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:100%;gap:8px}.product__main-header{display:flex;align-items:center;justify-content:space-between;width:100%}h1.product__title{font-weight:400;font-size:2.25em;line-height:50px;margin:0;display:flex;align-items:center;color:var(--body-color)}@media only screen and (max-width:860px){h1.product__title{font-size:1.125em;line-height:28px}}h3.product__title{font-weight:400;font-size:1.5em;line-height:32px;display:flex;align-items:center;margin:0;color:var(--body-color)}@media only screen and (max-width:860px){h3.product__title{font-size:1.125em;line-height:28px}}.product__close{width:40px;height:40px;background:none;padding:0;border-radius:var(--small_radius);border:none;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.product__close .icon{width:20px;height:20px}.product__close .icon svg path{fill:var(--body-color-muted)}.product__close:hover{background:var(--blue-200)}.product__small-header{display:flex;align-items:center;justify-content:flex-start;gap:32px;width:100%}@media only screen and (max-width:860px){.product__small-header{flex-direction:column;gap:12px;align-items:flex-start}}.product__reviews{align-items:center;gap:8px}.product__reviews,.product__reviews-stars{display:inline-flex;justify-content:flex-start}.product__reviews-stars{align-items:flex-start}.product__reviews-star{width:20px;height:20px}.product__reviews-star:not(.product__reviews-star--filled) svg path{fill:rgba(0,0,0,0);stroke:var(--yellow)}.product__reviews-star--filled svg path{fill:var(--yellow)}.product__reviews-count{display:flex;color:var(--gray-300);text-decoration:underline}.product__element,.product__reviews-count{font-weight:400;font-size:.875em;line-height:20px;align-items:center}.product__element{display:inline-flex;gap:4px;flex-wrap:wrap}.product__element span:first-child{color:var(--gray-300)}.product__element span:last-child{color:var(--gray-600)}.product__bought{font-weight:400;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--gray-300)}.product--modal .product__content{grid-template-columns:6fr 4fr}@media only screen and (max-width:860px){.product--modal .product__content{grid-template-columns:1fr}}.product__content{display:grid;align-items:start;justify-content:start;grid-template-columns:minmax(550px,1fr) 1fr;grid-gap:32px;width:100%}@media only screen and (max-width:1050px){.product__content{grid-template-columns:1fr;grid-gap:15px}}.product__content-left{display:flex;flex-direction:column;gap:20px}.product--modal .product__gallery{display:flex;justify-content:center;max-height:510px;height:100%}@media only screen and (max-width:1024px){.product--modal .product__gallery{max-height:430px}}@media only screen and (max-width:860px){.product:not(.product--modal) .product__gallery{display:none}}.product--modal .product__gallery .param-slider{height:450px}@media only screen and (max-width:860px){.product--modal .product__gallery .param-slider{height:120px}}.product--modal .product__gallery .product-gallery__image{max-width:526px;height:510px}@media only screen and (max-width:1024px){.product--modal .product__gallery .product-gallery__image{height:430px}}@media only screen and (max-width:860px){.product--modal .product__gallery .product-gallery__image{max-width:100%;height:374px}}.product--modal .product__info{max-width:432px}@media only screen and (max-width:1024px){.product--modal .product__info{max-width:380px}}@media only screen and (max-width:860px){.product--modal .product__info{max-width:100%;gap:15px}}.product__attributes{width:100%;display:grid;grid-gap:8px}.product__info{flex-direction:column;gap:24px;max-width:100%;width:100%}.product__info,.product__prices{display:flex;align-items:flex-start;justify-content:flex-start}.product__prices{gap:12px}.product__price{font-size:2.25em;line-height:50px;color:var(--body-color)}.product__old-price,.product__price{font-weight:400;display:flex;align-items:center}.product__old-price{font-size:1.125em;line-height:32px;text-decoration-line:line-through;color:var(--gray-200)}.product__sizes-table-link{font-weight:400;font-size:.875em;line-height:24px;display:flex;align-items:center;text-decoration-line:underline;color:var(--gray-300)}.product__description{white-space:pre-line;font-size:.875rem;line-height:20px;color:var(--gray-600);margin:0}.product__buttons{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}@media only screen and (max-width:860px){.product__buttons{width:100%}.product__buttons-n1{order:1;flex-grow:1;justify-content:center}.product__buttons-n2{order:3;width:100%;justify-content:center}.product__buttons-n3{order:2}}.product__attribute-container{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.product__attributes-list{display:flex;flex-wrap:wrap;gap:8px}.product__attribute{border:1px solid var(--blue-500);box-sizing:border-box;border-radius:var(--small_radius);padding:8px;display:flex;align-items:center;justify-content:center;text-align:center;transition:var(--transition);cursor:pointer;min-width:40px}.product__attribute:hover{border:1px solid var(--blue-900);background:var(--blue-200)}.product__attribute--active,.product__attribute--active:hover{border-color:var(--accent)}.product__attribute--disable{opacity:.7;pointer-events:none;background:var(--blue-400)}.product__attribute-title{font-size:1em;color:var(--body-color-muted)}.product__attribute-subtitle,.product__attribute-title{font-weight:400;line-height:24px;display:flex;align-items:center}.product__attribute-subtitle{font-size:.75em;color:var(--gray-200)}.product__color{cursor:pointer;border:2px solid rgba(0,0,0,0);border-radius:var(--small_radius);height:120px;width:86px;overflow:hidden;transition:var(--transition)}.product__color:not(.product__color--active):hover{border-color:var(--orange-200)}.product__color--active{border-color:var(--accent)}@media only screen and (max-width:860px){.product__color--small{height:86px}}.product__color img{width:100%;height:100%;object-fit:contain;object-position:center}.product__color-slider{display:flex;flex-direction:column;width:100%;gap:12px;align-items:flex-start;justify-content:flex-start}.product__seller{display:grid;grid-gap:16px;background:var(--blue-200);border-radius:var(--main_radius);padding:16px;width:100%}.product__seller-header{display:flex;align-items:center;justify-content:flex-start;gap:16px;flex-wrap:wrap}.product__seller-title{padding:12px;font-weight:500;font-size:.875em;line-height:20px;display:flex;align-items:center;text-transform:uppercase;color:var(--gray-600);background:var(--blue-100);border-radius:var(--small_radius)}.product__seller-name{font-weight:400;font-size:1.125em;line-height:28px;display:flex;align-items:center;justify-content:flex-start;color:var(--gray-700);gap:8px}.product__seller-name .icon{width:16px;height:16px;flex-shrink:0}.product__seller-name .icon svg path{fill:var(--blue-900)}.product__seller-list{gap:24px;flex-wrap:wrap;padding:0 8px 8px}.product__seller-item,.product__seller-list{display:flex;align-items:flex-start;justify-content:flex-start}.product__seller-item{flex-direction:column;gap:8px}.product__seller-item-title{font-weight:500;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--gray-700)}.product__seller-item-list{font-weight:400;font-size:.875em;line-height:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;color:var(--gray-600)}.preview-modal__loading{display:flex;align-items:center;height:80vh;width:8vw}.preview-modal__loading .icon{width:100%}.product-card{background:var(--white);border-radius:var(--main_radius);padding:8px 8px 22px;display:inline-flex;flex-direction:column;gap:16px;position:relative;border:1px solid var(--blue-400);width:100%;height:100%}.product-card--wide{border:none;padding:0}.product-card__favorite{border-radius:var(--main_radius);border:none;background:none;cursor:pointer;padding:10px;z-index:1;display:inline-flex;align-items:center;justify-content:center}.product-card__favorite:hover{background:var(--blue-300)}.product-card__favorite.product-card__favorite--active .icon svg path{fill:var(--accent)}.product-card__favorite .icon{width:24px;height:24px}.product-card__favorite .icon svg path{fill:var(--gray-500)}.product-card__favorite .icon svg circle{stroke:var(--gray-500)}.product-card__top{position:absolute;left:0;top:0;width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:18px}.product-card__top-col--right{align-items:flex-end}.product-card__top-col{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@media only screen and (max-width:720px){.product-card__top-col{gap:4px}}.product-card__discount,.product-card__retail,.product-card__size,.product-card__wholesale{background:var(--red-500);border-radius:4px;font-weight:400;font-size:.75em;line-height:16px;padding:4px;color:var(--white);z-index:1}.product-card__wholesale{background:var(--green)}.product-card__retail{background:var(--accent)}.product-card__size{background:var(--white);color:var(--body-color-muted);border:1px solid var(--blue-400)}.product-card--small .product-card__image{height:200px;min-height:200px}@media only screen and (max-width:860px){.product-card--small .product-card__image{height:200px;min-height:200px}}.product-card__image{object-fit:contain;object-position:center;border-radius:var(--main_radius);height:220px;min-height:220px}.product-card--wide .product-card__image{height:374px;object-fit:cover}.product-card--tall .product-card__image{height:100%}.product-card__image-hover{right:0;bottom:0;margin:auto;border-radius:var(--main_radius);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition);background:rgba(80,92,103,.8)}.product-card__image-hover,.product-card__image-hover a{position:absolute;left:0;top:0;width:100%;height:100%}.product-card__image-hover .btn{z-index:1}.product-card__image-container{position:relative;background:none;border:none}.product-card__image-container:hover .product-card__image-hover{opacity:1}.product-card--wide .product-card__image-container{grid-column:span 2}.product-card--tall .product-card__image-container{flex-grow:1}.product-card__info{display:flex;flex-direction:column;gap:16px;flex-grow:1}.product-card--wide .product-card__info{flex-direction:row;justify-content:space-between}.product-card--tall .product-card__info{flex-grow:0}.product-card__content{display:flex;flex-direction:column;gap:8px}.product-card__reviews{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px}.product-card__reviews-stars{display:inline-flex;align-items:flex-start;justify-content:flex-start}.product-card__reviews-star{width:14px;height:14px}.product-card__reviews-star:not(.product-card__reviews-star--filled) svg path{fill:rgba(0,0,0,0);stroke:var(--yellow)}.product-card__reviews-star--filled svg path{fill:var(--yellow)}.product-card__reviews-count{font-weight:400;font-size:.75em;line-height:20px;display:flex;align-items:center;color:var(--body-color-muted)}.product-card__title *{color:var(--gray-300)}.product-card__company,.product-card__title *{font-weight:400;font-size:.875em;line-height:20px}.product-card__company{color:var(--body-color-muted)}@media only screen and (max-width:540px){.product-card--small .product-card__bottom{flex-direction:column;flex:1}.product-card--small .product-card__bottom .btn{width:100%;flex-shrink:0}}@media only screen and (max-width:540px) and (max-width:540px){.product-card--small .product-card__bottom .btn{justify-content:center}}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px;margin-top:auto}.product-card--wide .product-card__bottom{justify-content:flex-end}@media only screen and (max-width:540px){.product-card--small .product-card__prices{width:100%;flex-direction:revert;justify-content:flex-start;align-items:center;gap:4px}}.product-card__prices{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-card__price{font-weight:600;font-size:1.125em;line-height:24px;color:var(--gray-900);white-space:nowrap}.product-card__old-price{font-weight:400;font-size:.75em;line-height:18px;display:flex;align-items:center;text-decoration-line:line-through;color:var(--gray-300)}.pagination{list-style:none;overflow:hidden;gap:4px}.pagination,.pagination__icon{display:flex;justify-content:center;align-items:center}.pagination__icon{width:24px;height:24px}.pagination__icon svg path{fill:var(--gray-100)}.pagination li{width:40px;height:40px}.pagination__link{display:flex;align-items:center;justify-content:center;font-weight:400;border:none;font-size:.875em;line-height:20px;color:var(--gray-100);width:100%;height:100%;background:none;cursor:pointer;border-radius:var(--small_radius);transition:var(--transition)}.pagination__link--disabled{cursor:auto}.pagination__link:not(.pagination__link--disabled):not(.pagination__link--active):hover{background:var(--blue-400);color:var(--body-color-muted)}.pagination__link:not(.pagination__link--disabled):not(.pagination__link--active):hover .pagination__icon svg path{fill:var(--body-color-muted)}.pagination__link--active{cursor:auto;background:var(--blue-300);color:var(--body-color-muted)}.pagination__link--double-left{transform:rotate(180deg)}.pagination__link--double .pagination__icon{width:8px;height:8px}.user-page__favorite-items{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media only screen and (max-width:1200px){.user-page__favorite-items{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:1024px){.user-page__favorite-items{gap:8px;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:470px){.user-page__favorite-items{grid-template-columns:1fr}}.product-orders{display:grid;grid-gap:16px;grid-template-columns:90px 1fr auto;align-items:center;background:var(--white);border-radius:var(--main_radius);padding:16px 16px 16px 36px;position:relative;border:1px solid var(--blue-400);transition:var(--transition)}@media only screen and (max-width:520px){.product-orders{grid-template-areas:"a b" "c d";grid-template-columns:90px auto;align-items:start}}.product-orders:hover{border-color:var(--accent)}.product-orders:before{position:absolute;left:16px;top:16px;height:calc(100% - 32px);width:4px;content:"";border-radius:var(--small_radius);background:var(--blue-400)}.product-orders--green:before{background:var(--green)}.product-orders--yellow:before{background:var(--yellow)}.product-orders--red:before{background:var(--red-500)}@media only screen and (min-width:521px){.product-orders>.product-orders__subtitle-row{display:none}}@media only screen and (max-width:520px){.product-orders>.product-orders__subtitle-row{grid-area:c;flex-direction:column;align-items:flex-start;gap:8px;margin-left:-20px}}.product-orders__image{width:90px;height:100px;object-fit:cover;object-position:center;border-radius:var(--small_radius)}@media only screen and (max-width:520px){.product-orders__image{grid-area:a}}.product-orders__content{display:grid;grid-gap:4px}@media only screen and (max-width:520px){.product-orders__content{grid-area:b}.product-orders__content>.product-orders__subtitle-row{display:none}}.product-orders__status,.product-orders__title *{font-weight:400;font-size:.875em;line-height:24px;color:var(--body-color)}.product-orders__subtitle{font-weight:400;font-size:.75em;line-height:20px;display:flex;align-items:center;color:var(--gray-300)}.product-orders__subtitle-row{display:flex;align-items:center;gap:16px}.product-orders__prices{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 8px 8px}@media only screen and (max-width:520px){.product-orders__prices{grid-area:d;align-items:flex-end;justify-content:flex-start}}.product-orders__price{font-weight:600;font-size:1.125em;line-height:24px;color:var(--gray-900)}.product-orders__old-price{font-weight:400;font-size:.75em;line-height:18px;display:flex;align-items:center;text-decoration-line:line-through;color:var(--gray-300)}.sorts{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap}@media only screen and (max-width:860px){.sorts{display:none}}.sorts__item,.sorts__title{font-weight:400;font-size:.875em;line-height:20px;display:flex;align-items:center;color:var(--gray-600);padding:8px}.sorts__item{background:none;border:none;color:var(--gray-100);cursor:pointer;transition:color var(--transition)}.sorts__item:not(.sorts__item--active):hover{color:var(--gray-900)}.sorts__item--active{color:var(--accent)}.user-page__content{display:grid;grid-gap:24px}@media only screen and (max-width:860px){.user-page__content{grid-gap:15px}}@media only screen and (min-width:861px){.user-page__content>.select__container{display:none}}@media only screen and (max-width:860px){.user-page__content .sorts{display:none}}.user-page__orders-content{display:grid;grid-gap:15px}.user-page__orders-items{display:grid;gap:4px;transition:var(--transition)}.user-page{padding:32px 15px 96px;display:grid;align-items:start;grid-gap:32px}@media only screen and (max-width:860px){.user-page{padding:15px;grid-gap:15px}}.user-page__title{font-weight:400;font-size:2.25em;line-height:50px;display:flex;align-items:center;color:var(--body-color)}.user-page__body,.user-page__title{max-width:var(--main_width);width:100%;margin:0 auto}.user-page__body{display:grid;align-items:start;grid-template-columns:3fr 9fr;grid-gap:24px}@media only screen and (max-width:1024px){.user-page__body{grid-template-columns:4fr 8fr}}@media only screen and (max-width:860px){.user-page__body{grid-template-columns:1fr}}@media only screen and (max-width:540px){.user-page__body{grid-gap:15px}}