.cart-container{margin:0 auto;padding:115rem 48rem 32rem 48rem;box-sizing:border-box}.cart-container__title{margin:0 0 32rem;font-size:40rem;font-weight:700;line-height:1.2;color:#8ccde2}.cart-container__content{display:grid;grid-template-columns:minmax(0, 944rem) minmax(0, 384rem);gap:16rem;align-items:start}.cart-list{display:flex;flex-direction:column;gap:8rem;min-width:0}.cart-item{display:grid;grid-template-columns:150rem minmax(0, 1fr);width:944rem;min-height:144rem;box-sizing:border-box;padding:5rem;border:2rem solid #8ccde2;border-radius:10rem;overflow:hidden}.cart-item__image{display:block;width:150rem;height:134rem;border-radius:6rem;background-color:rgba(140,205,226,.45);overflow:hidden}.cart-item__image img{display:block;width:100%;height:100%;object-fit:cover}.cart-item__info{display:grid;grid-template-columns:minmax(0, 1fr) 150rem 250rem 24rem;align-items:center;gap:24rem;padding:16rem 24rem;min-width:0}.cart-item__name{font-size:15rem;font-weight:500;line-height:1.2;color:#8ccde2;text-decoration:none}.cart-item__price{display:flex;flex-direction:column;margin-top:8rem}.cart-item__total-price{font-size:15rem;font-weight:700;line-height:1.2;color:#8ccde2;white-space:nowrap}.cart-item__unit-price{font-size:12rem;font-weight:400;line-height:1.2;color:#8ccde2;white-space:nowrap}.cart-item__unit-price.is-hidden{display:none}.cart-item__controls{display:flex;align-items:center;height:32rem;border-radius:4rem;background-color:#8ccde2;overflow:hidden}.cart-item__control{display:flex;align-items:center;justify-content:center;width:40rem;height:32rem;padding:0;border:0;font-family:"Montserrat",sans-serif;font-size:18rem;font-weight:700;color:#fff;background-color:rgba(0,0,0,0);cursor:pointer}.cart-item__quantity{display:flex;align-items:center;justify-content:center;flex:1;min-width:60rem;height:32rem;font-size:15rem;font-weight:700;color:#fff}.cart-item__delete{padding:0;border:0;font-family:"Montserrat",sans-serif;font-size:28rem;font-weight:700;color:#8ccde2;background-color:rgba(0,0,0,0);cursor:pointer}.cart-summary{display:flex;flex-direction:column;padding:18rem 15rem 14rem 15rem;border-radius:10rem;background-color:rgba(140,205,226,.18);box-sizing:border-box}.cart-summary__title{font-size:18rem;font-weight:700;line-height:1.2;color:#8ccde2;margin:0}.cart-summary__row{margin-top:18rem;display:flex;align-items:center;justify-content:space-between;font-size:15rem;line-height:1.2;color:#8ccde2}.cart-summary__label{font-weight:500}.cart-summary__value{font-weight:700;white-space:nowrap}.cart-summary__total{display:flex;align-items:center;justify-content:space-between;margin-top:29rem;margin-bottom:18rem}.cart-summary__total-label{font-size:20rem;font-weight:700;line-height:1.2;color:#8ccde2}.cart-summary__total-price{font-size:20rem;font-weight:700;line-height:1.2;color:#8ccde2;white-space:nowrap}.cart-summary__checkout{display:flex;align-items:center;justify-content:center;width:100%;min-height:46rem;border:0;border-radius:6rem;font-size:15rem;font-weight:700;line-height:1.2;color:#fff;background-color:#8ccde2;text-align:center;text-decoration:none;box-sizing:border-box;transition:opacity .2s ease}.cart-summary__checkout:hover{opacity:.8}.cart-empty{padding:40rem;border:2rem solid #8ccde2;border-radius:6rem;text-align:center}.cart-empty__text{margin:0 0 20rem;font-size:18rem;font-weight:500;line-height:1.4;color:#8ccde2}.cart-empty__link{display:inline-flex;align-items:center;justify-content:center;min-height:36rem;padding:8rem 20rem;border-radius:4rem;font-size:14rem;font-weight:500;line-height:1.2;color:#fff;background-color:#8ccde2;text-decoration:none;transition:opacity .2s ease}.cart-empty__link:hover{opacity:.8}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220rem;padding:40rem;border:2rem solid #8ccde2;border-radius:6rem;background-color:rgba(140,205,226,.08);text-align:center;box-sizing:border-box}.cart-empty__text{margin:0 0 20rem;font-size:22rem;font-weight:600;line-height:1.3;color:#8ccde2}.cart-empty__link{display:inline-flex;align-items:center;justify-content:center;min-width:180rem;min-height:40rem;padding:8rem 20rem;border-radius:4rem;font-size:14rem;font-weight:500;line-height:1.2;color:#fff;background-color:#8ccde2;text-decoration:none;box-sizing:border-box;transition:opacity .2s ease}.cart-empty__link:hover{opacity:.8}
.root-categories__container{display:flex;align-items:center;gap:20rem;overflow:hidden}.root-categories__item{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;white-space:nowrap;padding:8rem 16rem;border:2px solid #8ccde2;border-radius:30rem}
.home-container{width:100%;margin:0 auto;padding:32rem 24rem}.home-container__header{display:flex;justify-content:space-between}.home-container__title{margin:0 0 24rem;font-size:32rem;font-weight:700;line-height:1.2;color:#111}.home-container .catalog__sort{width:197rem;height:48rem}.home-container .catalog__sort .ts-wrapper{width:100%;height:100%}.home-container .catalog__sort .ts-control{display:flex;align-items:center;height:100%;padding:0 20rem;font-family:"Montserrat",sans-serif;font-size:18rem;font-weight:700;line-height:1;color:#8ccde2;background:#fff;border:2rem solid #8ccde2;border-radius:10rem;outline:none;box-shadow:none;cursor:pointer}.home-container .catalog__sort .ts-control::after{content:"";position:absolute;top:50%;right:15rem;width:10rem;height:10rem;border-right:2rem solid #8ccde2;border-bottom:2rem solid #8ccde2;transform:translateY(-70%) rotate(45deg);pointer-events:none}.home-container .catalog__sort .ts-control input{display:none}.home-container .catalog__sort .ts-wrapper.single .ts-control{background-image:none}.home-container .catalog__sort .ts-wrapper.single .ts-control::after{margin:0}.home-container .catalog__sort .ts-dropdown{margin-top:4rem;overflow:hidden;background:#fff;border:1rem solid #8ccde2;border-radius:4rem;box-shadow:none}.home-container .catalog__sort .ts-dropdown-content{padding:2rem}.home-container .catalog__sort .ts-dropdown .option{padding:6rem 8rem;font-family:"Montserrat",sans-serif;font-size:14rem;font-weight:500;line-height:1.2;color:#8ccde2;border-radius:3rem;cursor:pointer}.home-container .catalog__sort .ts-dropdown .option.active{color:#fff;background-color:#8ccde2}.home-container .catalog__sort .ts-dropdown .option.selected{color:#fff;background-color:#8ccde2}.home-container .catalog__sort .ts-wrapper.focus .ts-control,.home-container .catalog__sort .ts-wrapper.dropdown-active .ts-control{outline:none;box-shadow:none}.catalog-list{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:10rem}.catalog-list__item{display:flex;flex-direction:column;border:2rem solid #8ccde2;border-radius:10rem;padding:2rem;overflow:hidden}.catalog-list__item__image{border-radius:6rem;overflow:hidden}.catalog-list__item__image img{display:block;width:100%;height:100%;background-color:#8ccde2;aspect-ratio:1/1;object-fit:cover}.catalog-list__item__name{font-size:15rem;color:#8ccde2;font-weight:500;text-align:center;text-decoration:none}.catalog-list__item:hover{border-color:#bbb}.catalog{display:flex;gap:8rem;margin-top:31rem}.catalog .filters-container{display:flex;flex-direction:column;gap:30rem;width:269rem;flex-shrink:0;padding:18rem 15rem;background-color:rgba(140,205,226,.2);border-radius:10rem;box-sizing:border-box}.catalog .filters-container .filter{padding:0}.catalog .filters-container .filter:not(:last-child){margin:0;border:0}.catalog .filters-container .filter__title{display:flex;align-items:center;gap:4rem;margin-bottom:6rem;font-size:15rem;font-weight:700;line-height:1.2;color:#8ccde2}.catalog .filters-container .filter__unit{font-size:13rem;font-weight:500;color:rgba(140,205,226,.65)}.catalog .filters-container .filter__values{display:flex;flex-direction:column;align-items:flex-start;gap:6rem}.catalog .filters-container .filter__option{display:flex;align-items:center;gap:8rem;width:fit-content;font-size:15rem;font-weight:600;line-height:1.2;color:#8ccde2;cursor:pointer;transition:color .2s ease}.catalog .filters-container .filter__option input[type=checkbox]{width:16rem;height:16rem;margin:0;accent-color:#8ccde2;cursor:pointer}.catalog .filters-container .filter__option:hover{color:#5aaac4}.catalog .filters-container .filter__option-label{user-select:none}.catalog .filters-container .filter__price{display:flex;justify-content:space-between;gap:8rem;width:100%}.catalog .filters-container .filter__price-slider{margin:18rem 10rem 14rem}.catalog .filters-container .filter__price-slider.noUi-target{height:6rem;background:rgba(140,205,226,.25);border:0;border-radius:10rem;box-shadow:none}.catalog .filters-container .filter__price-slider .noUi-base,.catalog .filters-container .filter__price-slider .noUi-connects{height:100%;border-radius:10rem}.catalog .filters-container .filter__price-slider .noUi-connect{background:#8ccde2}.catalog .filters-container .filter__price-slider .noUi-handle{top:-7rem;right:-10rem;width:20rem;height:20rem;background:#fff;border:3rem solid #8ccde2;border-radius:50%;box-shadow:none;cursor:grab;transition:border-color .2s ease,transform .2s ease}.catalog .filters-container .filter__price-slider .noUi-handle::before,.catalog .filters-container .filter__price-slider .noUi-handle::after{display:none}.catalog .filters-container .filter__price-slider .noUi-handle:hover{border-color:#5aaac4}.catalog .filters-container .filter__price-slider .noUi-handle:active{cursor:grabbing;transform:scale(1.1)}.catalog .filters-container .filter__price-slider .noUi-active{border-color:#5aaac4}.catalog .filters-container .filter__price-input{width:115rem;height:33rem;padding:0 12rem;font-family:"Montserrat",sans-serif;font-size:15rem;font-weight:600;color:#8ccde2;background-color:#fff;border:2rem solid #8ccde2;border-radius:6rem;outline:none;box-sizing:border-box;-moz-appearance:textfield}.catalog .filters-container .filter__price-input::-webkit-inner-spin-button,.catalog .filters-container .filter__price-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.catalog .filters-container .filter__price-input:focus{outline:none}.catalog .filters-container .filter__price-input:focus::placeholder{color:rgba(0,0,0,0)}.catalog .filters-container .filter__price-input::placeholder{color:rgba(140,205,226,.4)}.catalog .filters-container .filter__price-input.is-error{border-color:#d9534f}.catalog .filters-container__submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:40rem;padding:8rem 12rem;font-family:"Montserrat",sans-serif;font-size:14rem;font-weight:700;color:#fff;background-color:#8ccde2;border:0;border-radius:6rem;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.catalog .filters-container__submit:hover{background-color:#5aaac4}.catalog .filters-container__submit:disabled{cursor:default;opacity:.7}.catalog .product-list{width:100%;display:grid;grid-template-columns:repeat(4, auto);gap:8rem;justify-content:start}.catalog .product-list__item{gap:7rem;display:flex;flex-direction:column;align-items:center;width:260rem;height:333rem;border:2rem solid #8ccde2;border-radius:10rem;box-sizing:border-box;padding:5rem}.catalog .product-list__image{width:250rem;height:224rem;border-radius:6rem;overflow:hidden;background-color:rgba(140,205,226,.5);position:relative}.catalog .product-list__image img{width:100%;height:100%;object-fit:cover}.catalog .product-list__image-placeholder{font-size:14rem;font-weight:600;color:#999;margin:10rem}.catalog .product-list__favorite{position:absolute;top:4.66rem;right:4.98rem;overflow:hidden;width:21rem;height:19.36rem;background:none;border:none;cursor:pointer;padding:0;color:#8ccde2}.catalog .product-list__favorite svg{display:block;width:100%;height:100%;object-fit:cover}.catalog .product-list__favorite svg path{fill:rgba(0,0,0,0)}.catalog .product-list__favorite.is-active svg path{fill:currentColor}.catalog .product-list__rating{position:absolute;left:6rem;bottom:3rem;display:flex;align-items:center;gap:4rem;transition:.6s}.catalog .product-list__rating-icon{display:flex;align-items:center;justify-content:center;width:15rem;height:14rem;color:#fff}.catalog .product-list__rating-icon svg{display:block;width:100%;height:100%;object-fit:contain;margin-bottom:3rem}.catalog .product-list__rating-value{display:block;font-size:15rem;font-weight:500;line-height:1;color:#fff}.catalog .product-list__description-container{display:flex;align-items:center;justify-content:space-between;gap:20rem;width:100%}.catalog .product-list__name{min-width:0;flex:1;font-weight:500;font-size:15rem;line-height:100%;color:#8ccde2;text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.catalog .product-list__name:hover{color:#8ccde2;text-decoration:underline}.catalog .product-list__price{flex-shrink:0;font-weight:700;font-size:15rem;line-height:100%;color:#8ccde2;white-space:nowrap}.catalog .product-list__characteristics{align-self:flex-start;margin-top:7rem;width:100%;width:239rem;height:20rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.catalog .product-list__characteristic{font-size:8rem;font-weight:500;line-height:10rem}.catalog .product-list__cart{margin-top:auto;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:6rem;height:33rem;overflow:hidden;background-color:#8ccde2}.catalog .product-list__cart span{font-size:15rem;font-weight:700;text-align:center;color:#fff}.catalog .product-list__cart-add{display:flex;align-items:center;justify-content:center;width:100%;height:36rem;padding:0;font-size:15rem;font-weight:700;color:#fff;background:inherit;border:0;cursor:pointer;font-family:"Montserrat",sans-serif;transition:background-color .2s ease;text-transform:lowercase}.catalog .product-list__cart-add:hover{color:#eee}.catalog .product-list__cart-minus,.catalog .product-list__cart-plus{display:flex;align-items:center;justify-content:center;width:40rem;height:36rem;padding:0;font-family:inherit;font-size:20rem;font-weight:700;color:#fff;background-color:inherit;border:0;cursor:pointer;transition:background-color .2s ease}.catalog .product-list__cart-minus:hover,.catalog .product-list__cart-plus:hover{color:#eee}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8rem;margin-bottom:5rem;font-size:14rem;line-height:1.4;color:#8ccde2}.breadcrumbs a{font-weight:500;font-style:Medium;font-size:14rem;line-height:100%;letter-spacing:0%;color:#8ccde2;transition:color .2s ease;text-transform:lowercase;text-decoration:none}.breadcrumbs a:hover{color:rgba(140,205,226,.8)}.breadcrumbs span{color:#8ccde2;text-transform:lowercase}.breadcrumbs>span:last-child{text-transform:lowercase;color:#8ccde2;font-weight:600}
.root-categories__wrapper{padding-left:calc(17% + 30rem)}
@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Thin.ttf") format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-ThinItalic.ttf") format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-ExtraLightItalic.ttf") format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-LightItalic.ttf") format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Italic.ttf") format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-MediumItalic.ttf") format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-SemiBoldItalic.ttf") format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-ExtraBoldItalic.ttf") format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-Black.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");font-weight:900;font-style:italic;font-display:swap}*,*::before,*::after{box-sizing:border-box}html{font-size:.069vw;height:100%;scroll-behavior:smooth}body{margin:0;font-family:"Montserrat",sans-serif;width:100%;height:100%;color:#8ccde2}.global_wrapper{display:flex;flex-direction:column;height:100%}.global_wrapper .global_content{flex:1 0 auto}.global_wrapper footer{flex:0 0 auto}.container{width:100%;padding-left:50rem;padding-right:50rem}.home-container{padding:40rem}.home-container__title{font-size:40rem;color:#8ccde2}.is-hidden{display:none !important}.page__title{font-size:40rem;color:#8ccde2}
.navbar_wrapper{display:flex;justify-content:space-between;align-items:center;gap:30rem;width:100%;padding:16rem 0}.navbar_wrapper .navbar_left{flex:0 0 17%}.navbar_wrapper .navbar_left .logo a,.navbar_wrapper .navbar_left .logo span{font-size:40rem;font-weight:700;color:#8ccde2;text-decoration:none}.navbar_wrapper .navbar_right{flex-grow:1;display:flex;justify-content:space-between;align-items:center}.navbar_wrapper .navbar_right .main-menu{display:flex;align-items:center;gap:10rem}.navbar_wrapper .navbar_right .main-menu__item{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;padding:8rem 16rem}.navbar_wrapper .navbar_right .main-menu__item.active{border:2px solid #8ccde2;border-radius:30rem}.navbar_wrapper .navbar_right .user-menu{display:flex;align-items:center;gap:10rem}.navbar_wrapper .navbar_right .user-menu__item{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;padding:8rem 16rem;position:relative}.navbar_wrapper .navbar_right .user-menu__item.active{border:2px solid #8ccde2;border-radius:30rem}.navbar_wrapper .navbar_right .user-menu__cart{display:inline-flex;align-items:flex-start;gap:3rem}.navbar_wrapper .navbar_right .user-menu__favorite-count{display:flex;width:20rem;height:20rem;align-items:center;justify-content:center;background-color:#ff0004;position:absolute;top:-2rem;left:88%;font-size:12rem;font-weight:700;line-height:1;color:#fff;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}.navbar_wrapper .navbar_right .user-menu__cart-count{display:flex;width:20rem;height:20rem;align-items:center;justify-content:center;background-color:#ff0004;position:absolute;top:-2rem;left:88%;font-size:12rem;font-weight:700;line-height:1;color:#fff;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}.navbar_wrapper .navbar_right .user-menu__logout-button{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;padding:8rem 16rem;background:none;border:none;cursor:pointer}.navbar_wrapper .navbar_right .user-menu__login-button{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;padding:8rem 16rem;background:none;border:none;cursor:pointer}
.favorites-container{margin:0 auto;padding:40rem 50rem 80rem}.favorites-container__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32rem}.favorites-container__title{margin:0;font-size:40rem;font-weight:700;line-height:1.2}.favorites-container__sort{width:197rem;height:48rem}.favorites-container__sort .ts-wrapper{width:100%;height:100%}.favorites-container__sort .ts-control{display:flex;align-items:center;height:100%;padding:0 20rem;font-family:"Montserrat",sans-serif;font-size:18rem;font-weight:700;line-height:1;color:#8ccde2;background:#fff;border:2rem solid #8ccde2;border-radius:10rem;outline:none;box-shadow:none;cursor:pointer}.favorites-container__sort .ts-control::after{content:"";position:absolute;top:50%;right:15rem;width:10rem;height:10rem;border-right:2rem solid #8ccde2;border-bottom:2rem solid #8ccde2;transform:translateY(-70%) rotate(45deg);pointer-events:none}.favorites-container__sort .ts-control input{display:none}.favorites-container__sort .ts-wrapper.single .ts-control{background-image:none}.favorites-container__sort .ts-wrapper.single .ts-control::after{margin:0}.favorites-container__sort .ts-dropdown{margin-top:4rem;overflow:hidden;background:#fff;border:1rem solid #8ccde2;border-radius:4rem;box-shadow:none}.favorites-container__sort .ts-dropdown-content{padding:2rem}.favorites-container__sort .ts-dropdown .option{padding:6rem 8rem;font-family:"Montserrat",sans-serif;font-size:14rem;font-weight:500;line-height:1.2;color:#8ccde2;border-radius:3rem;cursor:pointer}.favorites-container__sort .ts-dropdown .option.active{color:#fff;background-color:#8ccde2}.favorites-container__sort .ts-dropdown .option.selected{color:#fff;background-color:#8ccde2}.favorites-container__sort .ts-wrapper.focus .ts-control,.favorites-container__sort .ts-wrapper.dropdown-active .ts-control{outline:none;box-shadow:none}.favorites-container__empty{padding:80rem 0;font-size:18rem;line-height:1.4;color:#777}.favorites-layout{display:flex;gap:8rem}.favorites-sidebar{width:269rem;flex-shrink:0;padding:18rem 15rem;background-color:rgba(140,205,226,.2);border-radius:10rem;box-sizing:border-box;display:flex;flex-direction:column;gap:30rem}.favorites-filter{display:flex;flex-direction:column}.favorites-filter__title{margin-bottom:6rem;font-size:15rem;font-weight:700;line-height:1.2;color:#8ccde2}.favorites-filter__values{display:flex;flex-direction:column;align-items:flex-start;gap:6rem}.favorites-filter__option{cursor:pointer}.favorites-filter__option input{position:absolute;width:1rem;height:1rem;opacity:0;pointer-events:none}.favorites-filter__option input:checked+.favorites-filter__option-label{color:#5aaac4}.favorites-filter__option-label{font-size:15rem;font-weight:600;line-height:1.2;color:#8ccde2;cursor:pointer;user-select:none;transition:color .2s ease,font-weight .2s ease}.favorites-filter__option-label:hover{color:#5aaac4}.favorites-filter__price-fields{display:flex;justify-content:space-between}.favorites-filter__price-fields input{width:115rem;height:33rem;border-radius:6rem;border:2rem solid #8ccde2;font-family:"Montserrat",sans-serif;font-size:15rem;font-weight:600;color:#8ccde2;padding:0 12rem;box-sizing:border-box;display:flex;align-items:center;outline:none;-moz-appearance:textfield}.favorites-filter__price-fields input::-webkit-inner-spin-button,.favorites-filter__price-fields input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.favorites-filter__price-fields input:focus{outline:none}.favorites-filter__price-fields input:focus::placeholder{color:rgba(0,0,0,0)}.favorites-filter__price-fields input::placeholder{color:rgba(140,205,226,.4)}.favorites-filter__price-slider{width:100%}.favorites-filter__slider{margin:18rem 10rem 14rem}.favorites-filter__slider.noUi-target{height:6rem;background:rgba(140,205,226,.25);border:0;border-radius:10rem;box-shadow:none}.favorites-filter__slider .noUi-base,.favorites-filter__slider .noUi-connects{height:100%;border-radius:10rem}.favorites-filter__slider .noUi-connect{background:#8ccde2}.favorites-filter__slider .noUi-handle{top:-7rem;right:-10rem;width:20rem;height:20rem;background:#fff;border:3rem solid #8ccde2;border-radius:50%;box-shadow:none;cursor:grab;transition:border-color .2s ease,transform .2s ease}.favorites-filter__slider .noUi-handle::before,.favorites-filter__slider .noUi-handle::after{display:none}.favorites-filter__slider .noUi-handle:hover{border-color:#5aaac4}.favorites-filter__slider .noUi-handle:active{cursor:grabbing;transform:scale(1.1)}.favorites-filter__slider .noUi-active{border-color:#5aaac4}.favorites-list{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:32rem 16rem;min-width:0}.favorite-item{display:flex;flex-direction:column;width:260rem;height:333rem;border-radius:10rem;border:2rem solid #8ccde2;padding:5rem;box-sizing:border-box;overflow:hidden}.favorite-item__image-wrapper{width:250rem;height:224rem;border-radius:6rem;position:relative;align-self:center;overflow:hidden;background:rgba(140,205,226,.5)}.favorite-item__image{display:block;width:100%;height:100%;object-fit:cover}.favorite-item__favorite{position:absolute;top:4.5rem;right:4.5rem;display:flex;align-items:center;justify-content:center;width:21rem;height:19.36rem;padding:0;line-height:1;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:.6s}.favorite-item__favorite svg{display:block;width:100%;height:100%;object-fit:contain}.favorite-item__content{display:flex;flex-direction:column;margin-top:7rem}.favorite-item__info{display:flex;align-items:center;justify-content:space-between;gap:20rem;width:100%}.favorite-item__name{min-width:0;flex:1;font-weight:500;font-size:15rem;line-height:100%;color:#8ccde2;text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.favorite-item__name:hover{color:#8ccde2;text-decoration:underline}.favorite-item__price{flex-shrink:0;font-weight:700;font-size:15rem;line-height:100%;color:#8ccde2;white-space:nowrap}.favorite-item__characteristics{margin-top:7rem;width:100%;width:239rem;height:20rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.favorite-item__characteristic{font-size:8rem;font-weight:500;line-height:10rem}.favorite-item__cart{display:flex;align-items:center;justify-content:space-between;width:100%;height:33rem;margin-top:14rem;overflow:hidden;background-color:#8ccde2;border-radius:6rem}.favorite-item__cart span{font-size:15rem;font-weight:700;text-align:center;color:#fff}.favorite-item__cart-add{display:flex;align-items:center;justify-content:center;width:100%;height:33rem;padding:0;font-family:"Montserrat",sans-serif;font-size:15rem;font-weight:700;color:#fff;background:inherit;border:0;cursor:pointer;text-transform:lowercase;transition:background-color .2s ease}.favorite-item__cart-add:hover{color:#eee}.favorite-item__cart-minus,.favorite-item__cart-plus{display:flex;align-items:center;justify-content:center;width:40rem;height:36rem;padding:0;font-family:inherit;font-size:20rem;font-weight:700;color:#fff;background-color:inherit;border:0;cursor:pointer;transition:background-color .2s ease}.favorite-item__cart-minus:hover,.favorite-item__cart-plus:hover{color:#eee}.favorite-item__cart-quantity{font-size:15rem;font-weight:700;text-align:center;color:#fff}.favorite-item__rating{position:absolute;left:6rem;bottom:3rem;display:flex;align-items:center;gap:4rem;transition:.6s}.favorite-item__rating-icon{display:flex;align-items:center;justify-content:center;width:15rem;height:14rem;color:#fff}.favorite-item__rating-icon svg{display:block;width:100%;height:100%;object-fit:contain;margin-bottom:3rem}.favorite-item__rating-value{display:block;font-size:15rem;font-weight:500;line-height:1;color:#fff}
.checkout-container{margin:115rem 50rem 50rem 50rem}.checkout-container__title{margin:0;font-size:40rem;font-weight:700}.checkout{display:flex;justify-content:space-between;gap:40rem;align-items:start}.checkout__content{display:flex;flex-direction:column;gap:40rem;min-width:0;width:929rem}.checkout-checkbox{display:flex;align-items:center;gap:10rem;width:fit-content;margin-top:10rem;cursor:pointer}.checkout-checkbox__input{position:absolute;width:1rem;height:1rem;opacity:0;pointer-events:none}.checkout-checkbox__input:checked+.checkout-checkbox__box{background-color:#8ccde2}.checkout-checkbox__input:checked+.checkout-checkbox__box::after{content:"";position:absolute;top:3rem;left:7rem;width:6rem;height:11rem;border-right:2rem solid #fff;border-bottom:2rem solid #fff;transform:rotate(45deg)}.checkout-checkbox__input:focus-visible+.checkout-checkbox__box{outline:2rem solid #8ccde2;outline-offset:2rem}.checkout-checkbox__box{position:relative;flex:0 0 24rem;width:24rem;height:24rem;background-color:#fff;border:2rem solid #8ccde2;border-radius:4rem;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease}.checkout-checkbox__label{font-size:16rem;font-weight:500;line-height:1.2;color:#8ccde2;user-select:none}.checkout-checkbox:hover .checkout-checkbox__box{background-color:rgba(140,205,226,.1)}.checkout-checkbox:hover .checkout-checkbox__input:checked+.checkout-checkbox__box{background-color:#8ccde2}.checkout-section{margin-top:49rem}.checkout-section__title{font-size:20rem;font-weight:700;margin:0}.checkout-personal__fields{display:flex;flex-wrap:wrap;gap:10rem}.checkout-field{width:359rem;position:relative}.checkout-field__input{width:100%;height:48rem;padding:0 10rem;text-align:center;display:flex;align-items:center;border:2rem solid #8ccde2;border-radius:6rem;outline:none;background:#fff;font-size:20rem;line-height:1;font-weight:700;color:#8ccde2;font-family:"Montserrat",sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.checkout-field__input::placeholder{font-weight:400;color:#8ccde2;font-family:"Montserrat",sans-serif}.checkout-field__input:focus{outline:none}.checkout-field__input:focus::placeholder{color:rgba(0,0,0,0)}.checkout-field__input[readonly]{background:#f6f6f6;color:#a9daea;cursor:default}.checkout-field .ts-wrapper{width:929rem;padding:0;border:none}.checkout-field .ts-control{width:100% !important;padding:0 10rem !important;height:48rem !important;font-family:"Montserrat",sans-serif !important;font-size:20rem !important;font-weight:600 !important;line-height:1.2 !important;color:#8ccde2 !important;background:#fff !important;border:2rem solid #8ccde2 !important;border-radius:6rem !important;box-shadow:none !important;box-sizing:border-box !important}.checkout-field .ts-control input{font-family:"Montserrat",sans-serif !important;font-size:20rem !important;font-weight:600 !important;color:#8ccde2 !important}.checkout-field .ts-control input::placeholder{font-weight:400;color:#8ccde2;font-family:"Montserrat",sans-serif}.checkout-field .ts-control .delivery-address-selected{display:flex;align-items:center;text-align:left;white-space:nowrap}.checkout-field .ts-wrapper.focus .ts-control,.checkout-field .ts-wrapper.dropdown-active .ts-control{border-color:#8ccde2 !important;box-shadow:none !important;outline:none !important}.checkout-field .ts-dropdown{margin-top:4rem !important;overflow:hidden;background:#fff !important;border:2rem solid #8ccde2 !important;border-radius:6rem !important;box-shadow:none !important}.checkout-field .ts-dropdown-content{padding:4rem !important}.checkout-field .ts-dropdown .option{padding:10rem 12rem !important;font-family:"Montserrat",sans-serif !important;font-size:16rem !important;font-weight:500 !important;line-height:1.2 !important;color:#8ccde2 !important;text-align:left;border-radius:4rem !important;cursor:pointer}.checkout-field .ts-dropdown .option.active,.checkout-field .ts-dropdown .option.selected{color:#fff !important;background-color:#8ccde2 !important}.checkout-options{display:flex;gap:60rem;margin-top:27rem}.checkout-option{display:flex;align-items:center;gap:10rem;cursor:pointer}.checkout-option__input{position:absolute;width:1rem;height:1rem;margin:-1rem;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.checkout-option__input:checked+.checkout-option__radio::after{opacity:1;transform:translate(-50%, -50%) scale(1)}.checkout-option__input:focus-visible+.checkout-option__radio{outline:2rem solid #111;outline-offset:3rem}.checkout-option__radio{position:relative;flex:0 0 20rem;width:20rem;height:20rem;border:2rem solid #8ccde2;border-radius:50%;background:#fff}.checkout-option__radio::after{content:"";position:absolute;top:50%;left:50%;width:14rem;height:14rem;border-radius:50%;background:#8ccde2;opacity:0;transform:translate(-50%, -50%) scale(0.6);transition:opacity .2s ease,transform .2s ease}.checkout-option__label{font-size:20rem;line-height:1.4;font-weight:700}.checkout-delivery__address{margin-top:28rem}.checkout-delivery__stores{margin-top:28rem}.checkout-delivery__subtitle{margin:0 0 18rem;font-size:20rem;font-weight:600;line-height:1.3;color:#111}.checkout-address{display:flex;flex-direction:column-reverse}.checkout-address__map{overflow:hidden;border-radius:14rem;margin-top:10rem;height:374rem;width:100%;background:linear-gradient(135deg, #f1f1f1 25%, #e8e8e8 25%, #e8e8e8 50%, #f1f1f1 50%, #f1f1f1 75%, #e8e8e8 75%);background-size:32rem 32rem}.checkout-address__types{display:flex;flex-direction:column;gap:10rem}.checkout-address__content{display:flex;flex-direction:column;gap:24rem;background:#fff}.checkout-address__header{display:flex;align-items:center;justify-content:space-between;gap:16rem}.checkout-address__title{margin:0;font-size:20rem;font-weight:600;line-height:1.3;color:#111}.checkout-address__saved-button{padding:0;border:0;background:rgba(0,0,0,0);font-size:14rem;font-weight:500;color:#111;cursor:pointer}.checkout-address__saved-button:hover{text-decoration:underline}.checkout-address__fields{display:flex;flex-direction:column;gap:18rem}.checkout-address__row{margin-top:10rem;display:flex;flex-wrap:wrap;gap:10rem}.checkout-stores{display:flex;flex-direction:column;gap:10rem}.checkout-stores__empty{margin:0;font-size:15rem;font-weight:500;line-height:1.4;color:#8ccde2}.checkout-store{position:relative;display:flex;align-items:flex-start;gap:12rem;width:100%;padding:14rem 16rem;border:2rem solid #8ccde2;border-radius:6rem;background-color:#fff;box-sizing:border-box;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.checkout-store:hover{background-color:rgba(140,205,226,.08)}.checkout-store:has(.checkout-store__input:checked){background-color:rgba(140,205,226,.12)}.checkout-store__input{position:absolute;width:1rem;height:1rem;margin:-1rem;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.checkout-store__input:checked+.checkout-store__radio::after{opacity:1;transform:translate(-50%, -50%) scale(1)}.checkout-store__input:focus-visible+.checkout-store__radio{outline:2rem solid #8ccde2;outline-offset:3rem}.checkout-store__radio{position:relative;flex:0 0 20rem;width:20rem;height:20rem;margin-top:2rem;border:2rem solid #8ccde2;border-radius:50%;background-color:#fff;box-sizing:border-box}.checkout-store__radio::after{content:"";position:absolute;top:50%;left:50%;width:14rem;height:14rem;border-radius:50%;background-color:#8ccde2;opacity:0;transform:translate(-50%, -50%) scale(0.6);transition:opacity .2s ease,transform .2s ease}.checkout-store__content{display:flex;flex-direction:column;gap:5rem;min-width:0}.checkout-store__name{font-size:18rem;font-weight:700;line-height:1.3;color:#8ccde2}.checkout-store__address{font-size:15rem;font-weight:500;line-height:1.4;color:#111}.checkout-store__phone{font-size:15rem;font-weight:600;line-height:1.4;color:#8ccde2}.checkout-summary{position:sticky;top:24rem;width:387rem;padding:15rem 18rem;border-radius:10rem;background:rgba(140,205,226,.2);box-sizing:border-box}.checkout-summary__title{font-size:18rem;font-weight:700;line-height:1.2;color:#8ccde2;margin:0}.checkout-summary__row{margin-top:18rem;display:flex;align-items:center;justify-content:space-between}.checkout-summary__label{font-size:15rem;line-height:1.4;font-weight:600;font-style:semi-bold}.checkout-summary__value{flex-shrink:0;font-size:15rem;font-weight:700;line-height:1.4}.checkout-summary__total{display:flex;align-items:center;justify-content:space-between;gap:20rem;margin-top:29rem;font-weight:700;font-size:20rem}.checkout-summary__submit{width:100%;height:46rem;border:0;border-radius:6rem;background:#8ccde2;font-size:15rem;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-family:"Montserrat",sans-serif;margin-top:18rem;transition:opacity .2s ease,transform .2s ease}.checkout-summary__submit:hover{opacity:.9}.checkout-summary__submit:active{transform:translateY(1rem)}.checkout-summary__submit:disabled{opacity:.45;cursor:not-allowed}.is-hidden{display:none !important}
.product-page__title{font-size:40rem;font-weight:700;color:#8ccde2;margin:0}.product-detail{display:flex;margin-top:31rem;width:100%;color:#8ccde2}.product-detail__gallery{display:flex;flex-direction:row-reverse;gap:17rem}.product-detail__gallery .product-gallery-thumbs{height:600rem;display:flex;flex-direction:column;gap:17rem;width:60rem;--thumbs-gap: 17rem}.product-detail__gallery .product-gallery-thumbs .swiper-slide{width:100%;height:90rem !important;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-detail__gallery .product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active{border-radius:10rem;border:2rem solid #8ccde2}.product-detail__gallery .product-gallery-thumbs__image{border-radius:6ch;width:52rem;height:82rem;overflow:hidden}.product-detail__gallery .product-gallery-thumbs__image img{width:100%;height:100%;object-fit:contain}.product-detail__gallery .product-gallery{width:400rem;height:600rem;overflow:hidden;background-color:#fff;border-radius:20rem;border:2rem solid #8ccde2}.product-detail__gallery .product-gallery .swiper-wrapper{height:100%}.product-detail__gallery .product-gallery .swiper-slide{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-detail__gallery .product-gallery__image{width:90%;height:90%;overflow:hidden}.product-detail__gallery .product-gallery__image img{display:block;width:100%;height:100%;object-fit:contain}.product-detail__info{display:flex;flex-direction:column;gap:78rem;margin-left:51rem}.product-detail__section-title{font-size:20rem;font-weight:700;margin:0;margin-bottom:21rem}.product-detail__description-text{font-size:14rem;font-weight:500;width:500rem}.product-detail__purchase{display:flex;flex-direction:column;margin-left:62rem;width:250rem;align-items:center}.product-detail__price{font-size:35rem;font-weight:700}.product-detail__cart{width:100%;background-color:#8ccde2;border-radius:8rem;overflow:hidden;margin-top:15rem}.product-detail__add-to-cart{display:flex;align-items:center;justify-content:center;width:100%;height:46rem;padding:0;font-family:"Montserrat",sans-serif;font-size:15rem;font-weight:700;line-height:1;color:#fff;background-color:inherit;border:0;cursor:pointer;text-transform:lowercase;transition:color .2s ease}.product-detail__add-to-cart:hover{color:#eee}.product-detail__quantity{display:flex;align-items:center;justify-content:space-between;width:100%;height:46rem;background-color:inherit}.product-detail__quantity-button{display:flex;align-items:center;justify-content:center;width:40rem;height:36rem;padding:0;font-family:inherit;font-size:20rem;font-weight:700;line-height:1;color:#fff;background-color:inherit;border:0;cursor:pointer;transition:color .2s ease}.product-detail__quantity-button:hover{color:#eee}.product-detail__quantity-value{display:flex;align-items:center;justify-content:center;min-width:0;height:36rem;font-family:inherit;font-size:20rem;font-weight:700;line-height:1;color:#fff}.product-detail__favorite{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:15rem;font-family:"Montserrat",sans-serif;font-weight:700;margin-top:13rem;text-transform:lowercase;background-color:rgba(0,0,0,0);color:#8ccde2}.product-detail .product-rating{display:flex;align-items:center;gap:4rem;margin-top:21rem}.product-detail .product-rating__star{display:block;width:30rem;height:28rem;flex-shrink:0;fill:rgba(0,0,0,0);stroke:#8ccde2;stroke-width:2rem;cursor:pointer;transition:fill .2s ease}.product-detail .product-rating__star.is-active{fill:#8ccde2}.product-detail__characteristic{border-bottom:1rem solid #8ccde2;padding-bottom:10rem;display:flex;justify-content:space-between;font-size:14rem;font-weight:500;margin-top:10rem}.product-detail__characteristic-name{width:137rem}.product-detail__characteristic-value{width:257rem}.product-detail__all-characteristic-link{display:block;width:100%;float:right;font-size:14rem;color:#8ccde2;cursor:pointer;width:257rem;margin-top:10rem;font-weight:500}.product-specifications{scroll-margin-top:40rem;display:flex;flex-direction:column;gap:21rem;margin-top:80rem}.product-specifications__title{font-size:20rem;font-weight:700;margin:0}.product-specifications__flex{display:flex;gap:84rem}.product-specifications__column{width:440rem;display:flex;flex-direction:column;gap:10rem}.product-specifications__item{font-size:14rem;font-weight:500;border-bottom:1rem solid #8ccde2;display:flex;justify-content:space-between;width:100%;padding-bottom:10rem}.product-specifications__name{width:137rem}.product-specifications__value{width:252rem}
.delivery-address-list{display:flex;flex-direction:column;gap:10rem;margin-bottom:20rem}.delivery-address-list .delivery-address-list__empty{font-size:20rem;color:#8ccde2;font-weight:500}.delivery-address__add-button{font-size:20rem;color:#8ccde2;font-weight:600;background:none;border:none;cursor:pointer}.delivery-address__item{display:flex;justify-content:space-between;gap:20rem;font-size:20rem;color:#8ccde2;font-weight:500;border:2px solid #8ccde2;border-radius:10rem;padding:20rem}.delivery-address__item .delivery-address__address{flex-grow:1;display:flex;flex-direction:column;gap:5rem}.delivery-address__item .delivery-address__address__second-row{font-size:16rem}.delivery-address__item .delivery-address__control{display:flex;gap:25rem}.delivery-address__item .delivery-address__control__edit{width:12rem;height:12rem;border:none;background-color:inherit;background-image:url("../images/icons/edit.svg");background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer}.delivery-address__item .delivery-address__control__delete{position:relative;width:12rem;height:12rem;background-color:inherit;border:none;cursor:pointer}.delivery-address__item .delivery-address__control__delete:before{content:"";position:absolute;top:5rem;left:0;width:16px;height:2px;background:#8ccde2;transform:rotate(45deg)}.delivery-address__item .delivery-address__control__delete:after{content:"";position:absolute;top:5rem;left:0;width:16px;height:2px;background:#8ccde2;transform:rotate(-45deg)}.delivery-address-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20rem;background:rgba(0,0,0,.5)}.delivery-address-modal.is-open{display:flex}.delivery-address-modal__content{position:relative;width:100%;max-width:720rem;padding:32rem;background:#fff;border-radius:12rem;box-sizing:border-box}.delivery-address-modal__content .delivery-address-modal__title{font-size:24rem;text-align:center;margin:0 0 24rem}.delivery-address-modal__close{position:absolute;top:12rem;right:16rem;padding:0;border:0;background:none;font-size:28rem;line-height:1;cursor:pointer}.delivery-address-form{display:flex;flex-wrap:wrap;align-items:center;gap:10rem}.delivery-address-form__label{flex:0 0 calc(50% - 6rem)}.delivery-address-form__label .ts-wrapper{width:100% !important}.delivery-address-form__label .ts-control{display:flex !important;align-items:center !important;min-height:50rem !important;padding:12rem 40rem 12rem 12rem !important;font-family:"Montserrat",sans-serif !important;font-size:20rem !important;font-weight:600 !important;line-height:1 !important;color:#8ccde2 !important;text-align:center !important;background:#fff !important;border:2rem solid #8ccde2 !important;border-radius:6rem !important;outline:none !important;box-shadow:none !important;cursor:pointer !important}.delivery-address-form__label .ts-control::after{content:"" !important;position:absolute !important;top:50% !important;right:16rem !important;width:10rem !important;height:10rem !important;border-right:2rem solid #8ccde2 !important;border-bottom:2rem solid #8ccde2 !important;transform:translateY(-70%) rotate(45deg) !important;pointer-events:none !important}.delivery-address-form__label .ts-control input{display:none !important}.delivery-address-form__label .ts-wrapper:not(.has-items) .ts-control::before{content:"Тип доставки";flex-grow:1;font-family:"Montserrat",sans-serif;font-size:20rem;font-weight:600;line-height:1;text-align:center;color:rgba(140,205,226,.4);pointer-events:none}.delivery-address-form__label .ts-control>.item{flex-grow:1;text-align:center}.delivery-address-form__label .ts-wrapper.single .ts-control{background-image:none !important}.delivery-address-form__label .ts-wrapper.single .ts-control::after{margin:0 !important}.delivery-address-form__label .ts-dropdown{margin-top:4rem !important;overflow:hidden !important;background:#fff !important;border:1rem solid #8ccde2 !important;border-radius:6rem !important;box-shadow:none !important}.delivery-address-form__label .ts-dropdown-content{padding:2rem !important}.delivery-address-form__label .ts-dropdown .option{padding:8rem 12rem !important;font-family:"Montserrat",sans-serif !important;font-size:16rem !important;font-weight:500 !important;line-height:1.2 !important;color:#8ccde2 !important;border-radius:4rem !important;cursor:pointer !important}.delivery-address-form__label .ts-dropdown .option.active,.delivery-address-form__label .ts-dropdown .option.selected{color:#fff !important;background-color:#8ccde2 !important}.delivery-address-form__label .ts-wrapper.focus .ts-control,.delivery-address-form__label .ts-wrapper.dropdown-active .ts-control{outline:none !important;border-color:#8ccde2 !important;box-shadow:none !important}.delivery-address-form__input{font-size:20rem;color:#8ccde2;font-weight:600;text-align:center;width:100%;border:2px solid #8ccde2;border-radius:6rem;padding:12rem}.delivery-address-form__checkbox{flex:0 0 calc(50% - 6rem);display:flex;align-items:center;gap:10rem}.delivery-address-form__checkbox input{display:none}.delivery-address-form__checkbox .delivery-address-form__custom-checkbox{flex:0 0 25rem;position:relative;width:25rem;height:25rem;border:2px solid #8ccde2}.delivery-address-form__checkbox input:checked~.delivery-address-form__custom-checkbox:before{content:"";position:absolute;top:2rem;left:2rem;width:19em;height:19rem;background:#8ccde2}.delivery-address-form__checkbox .delivery-address-form__checkbox__name{font-size:20rem;color:#8ccde2;font-weight:600}.delivery-address-form__error{font-size:12rem;color:red}.delivery-address-form__button{flex:0 0 calc(50% - 6rem);font-size:20rem;color:#fff;font-weight:600;text-align:center;background:#8ccde2;border:2px solid #8ccde2;border-radius:6rem;padding:12rem;cursor:pointer}
.auth-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;background:rgba(140,205,226,.7)}.auth-modal.is-open{display:flex}.auth-modal__content{position:relative;width:100%;max-width:484rem;padding:46rem 63rem;background:#fff;border-radius:10rem;box-sizing:border-box}.auth-modal__close{position:absolute;top:20rem;right:20rem;padding:0;border:0;background:none;font-size:28rem;line-height:1;cursor:pointer;color:#8ccde2;font-weight:700}.auth-modal__title{margin:0;font-size:40rem;text-align:center;font-weight:700;color:#8ccde2}.auth-form__field{display:flex;flex-direction:column}.auth-form__field input{width:100%;height:48rem;display:flex;align-items:center;justify-content:center;border:2rem solid #8ccde2;border-radius:6rem;font-family:"Montserrat",sans-serif;font-size:20rem;box-sizing:border-box;text-align:center;color:#8ccde2;margin-top:25rem}.auth-form__field input::placeholder{font-size:20rem;color:#8ccde2;font-family:"Montserrat",sans-serif;align-items:center;justify-content:center;text-align:center}.auth-form__field input:focus{outline:none}.auth-form__field input:focus::placeholder{color:rgba(0,0,0,0)}.auth-form__error{min-height:20rem;margin-bottom:12rem;position:absolute;font-size:14rem;color:#c62828}.auth-form__personal-data{font-weight:500;font-size:14rem;line-height:100%;letter-spacing:0%;color:#8ccde2;margin-top:5rem;width:100%}.auth-form__personal-data-link{color:#8ccde2;text-decoration:underline;cursor:pointer}#auth-email-form button[type=submit],#auth-code-form button[type=submit]{width:100%;height:48rem;display:flex;align-items:center;justify-content:center;border:0;border-radius:6rem;background:#8ccde2;color:#fff;font-weight:700;font-size:15rem;cursor:pointer;margin-top:20rem}#auth-email-form button[type=submit]:hover,#auth-code-form button[type=submit]:hover{opacity:.9}.auth-code-form{display:none}.auth-code-form.is-active{display:block}.auth-code-form__hint{font-weight:500;font-size:14rem;line-height:100%;letter-spacing:0%;color:#8ccde2;margin-top:5rem;width:100%}
.order-history{display:flex;flex-direction:column;gap:20rem}.order-history__item{padding:20rem;background:#fff;border:2rem solid #8ccde2;border-radius:12rem;box-sizing:border-box}.order-history__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20rem;padding-bottom:16rem;margin-bottom:16rem;border-bottom:1rem solid rgba(140,205,226,.4)}.order-history__info{display:flex;flex-direction:column;gap:6rem}.order-history__number{font-size:20rem;font-weight:600;line-height:1.2;color:#8ccde2}.order-history__date{font-size:14rem;font-weight:500;line-height:1.2;color:rgba(140,205,226,.8)}.order-history__status{padding:7rem 12rem;font-size:14rem;font-weight:600;line-height:1.2;color:#fff;background:#8ccde2;border-radius:20rem;white-space:nowrap}.order-history__products{display:flex;flex-direction:column}.order-history__product{display:grid;grid-template-columns:minmax(0, 1fr) auto auto auto;align-items:center;gap:20rem;padding:14rem 0;border-bottom:1rem solid rgba(140,205,226,.25)}.order-history__product:last-child{border-bottom:none}.order-history__product-info{min-width:0}.order-history__product-name{font-size:16rem;font-weight:600;line-height:1.3;color:#8ccde2}.order-history__product-sku{margin-top:5rem;font-size:12rem;font-weight:500;line-height:1.2;color:rgba(140,205,226,.7)}.order-history__product-quantity{font-size:14rem;font-weight:500;color:#8ccde2;white-space:nowrap}.order-history__product-price{font-size:14rem;font-weight:500;color:#8ccde2;white-space:nowrap}.order-history__product-total{font-size:16rem;font-weight:600;color:#8ccde2;white-space:nowrap}.order-history__summary{display:flex;flex-direction:column;gap:10rem;margin-top:16rem;padding-top:16rem;border-top:1rem solid rgba(140,205,226,.4)}.order-history__summary-row{display:flex;align-items:center;justify-content:space-between;gap:20rem;font-size:14rem;line-height:1.2}.order-history__summary-label{font-weight:500;color:rgba(140,205,226,.85)}.order-history__summary-value{font-weight:600;color:#8ccde2}.order-history__total{display:flex;align-items:center;justify-content:space-between;gap:20rem;padding-top:12rem;border-top:1rem solid rgba(140,205,226,.4)}.order-history__total-label{font-size:18rem;font-weight:600;color:#8ccde2}.order-history__total-value{font-size:22rem;font-weight:700;color:#8ccde2}.order-history__empty{padding:30rem;font-size:18rem;font-weight:500;line-height:1.4;color:#8ccde2;text-align:center;background:#fff;border:2rem solid #8ccde2;border-radius:12rem}
.personal{display:flex;justify-content:space-between;gap:80rem;margin-top:40rem}.personal__menu{flex:0 0 22%;display:flex;flex-direction:column;align-items:flex-start;margin-left:-18rem}.personal__menu__item{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;padding:8rem 16rem}.personal__menu__item.active{border:2px solid #8ccde2;border-radius:30rem}.personal__menu .logout-button{font-size:20rem;color:#8ccde2;font-weight:bold;text-decoration:none;text-transform:lowercase;padding:8rem 16rem;background:none;border:none;cursor:pointer}.personal__content{flex-grow:1}.personal__content .personal__section{margin-bottom:40rem}.personal__content .personal__section__title{font-size:20rem;color:#8ccde2;font-weight:bold;margin-bottom:20rem}.personal__personal__form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10rem;width:70%}.personal__personal__form__label{flex:0 0 calc(50% - 6rem)}.personal__personal__form__input{font-size:20rem;color:#8ccde2;font-weight:600;text-align:center;width:100%;border:2px solid #8ccde2;border-radius:6rem;padding:12rem}.personal__personal__form__input__error{font-size:12rem;color:red}.personal__personal__form__button{flex:0 0 calc(50% - 6rem);font-size:20rem;color:#fff;font-weight:600;text-align:center;background:#8ccde2;border:2px solid #8ccde2;border-radius:6rem;padding:12rem;cursor:pointer}.personal-success-popup{position:fixed;inset:0;z-index:1100;display:none;align-items:center;justify-content:center;padding:20rem;background:rgba(0,0,0,.35)}.personal-success-popup.is-open{display:flex}.personal-success-popup__content{position:relative;width:100%;max-width:420rem;padding:40rem 32rem;background:#fff;border:2rem solid #8ccde2;border-radius:12rem;box-sizing:border-box}.personal-success-popup__message{font-size:22rem;font-weight:600;line-height:1.3;text-align:center;color:#8ccde2}.personal-success-popup__close{position:absolute;top:8rem;right:12rem;padding:0;font-size:28rem;line-height:1;color:#8ccde2;background:none;border:0;cursor:pointer}
.ts-control{border:1px solid #d0d0d0;padding:8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:6px 8px 3px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{box-shadow:none}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0px solid #d0d0d0;overflow:auto}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0px solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0px solid hsl(0,0%,111.568627451%)}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;box-shadow:none!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px #0000001a;border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:#7da8d033;border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:#30303080}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:2px;margin-right:0!important;background:transparent!important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff,#d0d0d0,85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px;box-shadow:none;width:100%;background:transparent}.plugin-dropdown_input .items-placeholder{border:0 none!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:#0000000d}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: .75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translateY(-18px);top:auto;right:28px}

.ts-control{border:1px solid #d0d0d0;padding:8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:6px 8px 3px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{box-shadow:none}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0px solid #d0d0d0;overflow:auto}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0px solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0px solid hsl(0,0%,111.568627451%)}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;box-shadow:none!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px #0000001a;border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:#7da8d033;border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:#30303080}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:2px;margin-right:0!important;background:transparent!important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff,#d0d0d0,85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px;box-shadow:none;width:100%;background:transparent}.plugin-dropdown_input .items-placeholder{border:0 none!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:#0000000d}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: .75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translateY(-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translateY(50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translateY(-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translateY(-18px);top:auto;right:28px}

:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-slide,.swiper-cube-shadow{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.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-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top,.swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}}.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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible{.swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
/*! Bundled license information:

photoswipe/dist/photoswipe.css:
  (*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com *)
*/

.ts-control{border:1px solid #d0d0d0;padding:8px;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:3px;display:flex;flex-wrap:wrap}.ts-wrapper.multi.has-items .ts-control{padding:6px 8px 3px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{box-shadow:none}.ts-control>*{vertical-align:baseline;display:inline-block}.ts-wrapper.multi .ts-control>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0px solid #d0d0d0;overflow:auto}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;color:#303030;border:0px solid #cacaca}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{color:#7d7d7d;background:#fff;border:0px solid hsl(0,0%,111.568627451%)}.ts-control>input{flex:1 1 auto;min-width:7rem;display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0 none!important;background:none!important;line-height:inherit!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important;box-shadow:none!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{opacity:.5;background-color:#fafafa}.input-hidden .ts-control>input{opacity:0;position:absolute;left:-10000px}.ts-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:.25rem 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px #0000001a;border-radius:0 0 3px 3px}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:#7da8d033;border-radius:1px}.ts-dropdown .option,.ts-dropdown .optgroup-header,.ts-dropdown .no-results,.ts-dropdown .create{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{opacity:1;cursor:pointer}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.ts-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.ts-dropdown .active{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create{color:#495c68}.ts-dropdown .create{color:#30303080}.ts-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.ts-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ts-dropdown-content{overflow:hidden auto;max-height:200px;scroll-behavior:smooth}.ts-wrapper.plugin-drag_drop .ts-dragging{color:transparent!important}.ts-wrapper.plugin-drag_drop .ts-dragging>*{visibility:hidden!important}.plugin-checkbox_options:not(.rtl) .option input{margin-right:.5rem}.plugin-checkbox_options.rtl .option input{margin-left:.5rem}.plugin-clear_button{--ts-pr-clear-button: 1em}.plugin-clear_button .clear-button{opacity:0;position:absolute;top:50%;transform:translateY(-50%);right:2px;margin-right:0!important;background:transparent!important;transition:opacity .5s;cursor:pointer}.plugin-clear_button.form-select .clear-button,.plugin-clear_button.single .clear-button{right:max(var(--ts-pr-caret),8px)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:color-mix(#fff,#d0d0d0,85%);border-radius:3px 3px 0 0}.ts-wrapper .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{box-shadow:none;border:1px solid #d0d0d0}.plugin-dropdown_input .dropdown-input{border:1px solid #d0d0d0;border-width:0 0 1px;display:block;padding:8px;box-shadow:none;width:100%;background:transparent}.plugin-dropdown_input .items-placeholder{border:0 none!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.has-items .items-placeholder,.plugin-dropdown_input.dropdown-active .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.ts-wrapper.plugin-remove_button .item{display:inline-flex;align-items:center}.ts-wrapper.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:0 6px;border-radius:0 2px 2px 0;box-sizing:border-box}.ts-wrapper.plugin-remove_button .item .remove:hover{background:#0000000d}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.ts-wrapper.plugin-remove_button:not(.rtl) .item{padding-right:0!important}.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove{border-left:1px solid #d0d0d0;margin-left:6px}.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button.rtl .item{padding-left:0!important}.ts-wrapper.plugin-remove_button.rtl .item .remove{border-right:1px solid #d0d0d0;margin-right:6px}.ts-wrapper.plugin-remove_button.rtl .item.active .remove{border-right-color:#cacaca}.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove{border-right-color:#fff}:root{--ts-pr-clear-button: 0px;--ts-pr-caret: 0px;--ts-pr-min: .75rem}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-control:not(.rtl){padding-right:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-control.rtl{padding-left:max(var(--ts-pr-min),var(--ts-pr-clear-button) + var(--ts-pr-caret))!important}.ts-wrapper{position:relative}.ts-dropdown,.ts-control,.ts-control input{color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}

