@charset "UTF-8";button.svelte-n2fw6e{width:100%}.trigger{width:100%;border:none}.select-options.svelte-n2fw6e{list-style:none;padding:10px;background:var(--color_white);border-radius:var(--border_radius_default);border:1px solid var(--color_black)}.select-options.svelte-n2fw6e li:where(.svelte-n2fw6e) button{width:100%;border:none;display:flex;gap:10px;padding:5px;align-items:center;background:none}.select-options.svelte-n2fw6e li:where(.svelte-n2fw6e) button:hover{cursor:pointer}.fallback.svelte-aa2b9o{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center;border-radius:12px;transition:all .3s ease;z-index:10;cursor:pointer}.fallback.svelte-aa2b9o h5:where(.svelte-aa2b9o){margin:0;font-size:1.1rem;color:rgb(var(--colors_text_default));font-weight:600;transition:color .2s ease}.fallback.svelte-aa2b9o span:where(.svelte-aa2b9o){font-size:.9rem;color:rgb(var(--colors_text_light))}.fallback.svelte-aa2b9o button:where(.svelte-aa2b9o){border:1px solid rgb(var(--colors_border_default));background:rgb(var(--colors_white));border-radius:8px;padding:8px 16px;font-size:var(--font_default);color:rgb(var(--colors_text_default));cursor:pointer;transition:all .25s ease}.fallback.svelte-aa2b9o button:where(.svelte-aa2b9o):hover{border-color:rgb(var(--colors_border_hover));background:rgb(var(--colors_primary_light));color:rgb(var(--colors_primary_dark));box-shadow:var(--shadow_border_default)}.fallback.svelte-aa2b9o button:where(.svelte-aa2b9o):active{transform:scale(.98)}#zone.svelte-1uvxqdr{width:100%}#hidden-input.svelte-1uvxqdr{display:none}#fallback.svelte-1uvxqdr{display:flex;align-items:center;justify-content:center;width:100%;height:250px;border:2px dashed rgb(var(--color_blue))}.search-extended{position:relative;z-index:3}.search-extended-title{margin-bottom:24px}.search-extended-trigger{padding:12px;background:rgb(var(--colors_white));outline:none;border-radius:8px;display:inline-flex;gap:8px;align-items:center;color:rgb(var(--colors_text_light));cursor:pointer;height:44px;font-size:var(--font_default);box-shadow:var(--shadow_border_default)}.search-extended-trigger svg{transition:.3s ease}.search-extended-trigger.opened svg{rotate:180deg}.search-extended-settings{background-color:rgb(var(--colors_white));padding:16px;box-shadow:var(--shadow_border_default);border-radius:8px;transition:.3s}.search-extended-settings .search-params{display:flex;flex-direction:column;gap:12px;width:100%}.search-extended-settings .search-extended-actions{display:flex;gap:20px;flex-wrap:nowrap;padding-top:24px;max-width:100%}.search-extended-settings .search-extended-actions .button-container{flex:1}.search-filters{align-items:center;display:flex;flex-direction:row;gap:24px}.search-form{max-width:430px;width:100%}.table-actions{width:100%;display:flex;flex-direction:row;justify-content:flex-end;gap:24px;align-items:center}.table-actions button{border:none;background-color:transparent;color:rgb(var(--colors_text_light));cursor:pointer;padding:0;transition:.3s ease}.table-actions button:hover{transform:scale(.9)}.table-actions button:active{transform:scale(.8)}.table-actions a{color:rgb(var(--colors_text_light))}input[type=range]::-webkit-slider-runnable-track,input[type=range]::-webkit-slider-thumb,input[type=range]{-webkit-appearance:none;opacity:0}input[type=range]{background:none;color:#000;font:inherit;margin:0;pointer-events:none}input[type=range]::-webkit-slider-runnable-track{background:none;height:100%;width:100%}input[type=range]::-moz-range-track{background:none;height:100%;width:100%}input[type=range]::-webkit-slider-thumb{background:currentcolor;border:none;border-radius:0;pointer-events:auto;width:10px;height:10px}input[type=range]::-moz-range-thumb{background:currentcolor;border:none;border-radius:0;pointer-events:auto;width:10px;height:10px}._inputsContainer_1hbbf_51{margin-bottom:8px;position:relative;height:10px}._inputsContainer_1hbbf_51 ._indicatorContainer_1hbbf_56{position:absolute;top:50%;transform:translateY(-50%);left:8px;right:8px;height:2px;border-radius:10px;background-color:var(--color_accent4)}._inputsContainer_1hbbf_51 ._indicatorContainer_1hbbf_56 ._indicator_1hbbf_56{position:absolute;top:50%;transform:translateY(-50%);height:2px;content:"";background-color:var(--color_accent)}._inputsContainer_1hbbf_51 input{position:absolute;top:50%;transform:translateY(-50%);width:100%}._inputsContainer_1hbbf_51 ._handler_1hbbf_80{position:absolute;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:16px;background-color:#57663d;left:0}._inputs_1hbbf_51{display:flex;flex-direction:row;align-items:center;gap:6px;max-width:100%;overflow:hidden}._inputs_1hbbf_51 div{display:flex;flex-direction:row;gap:6px}._inputs_1hbbf_51 input{font-size:14px;background:none;outline:none;border:none;padding:4px;box-shadow:0 -2px #000 inset;min-width:10px;flex-grow:0;flex-shrink:1}._label_1hbbf_116{display:block;margin-bottom:9px;font:var(--font_14);font-weight:800}.inputsContainer.svelte-tdl20m{position:relative;display:flex;flex-direction:column;width:100%}.indicatorContainer.svelte-tdl20m{position:absolute;top:50%;left:0;right:0;height:4px;background:#ddd;transform:translateY(-50%);border-radius:4px}.indicator.svelte-tdl20m{position:absolute;top:0;bottom:0;background:rgb(var(--colors_accent, 0, 122, 255));border-radius:4px}.handler.svelte-tdl20m{position:absolute;top:50%;width:16px;height:16px;background:rgb(var(--colors_accent, 0, 122, 255));border-radius:50%;transform:translateY(-50%);pointer-events:none}.inputs.svelte-tdl20m{margin-top:8px;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.inputs.svelte-tdl20m input[type=number]:where(.svelte-tdl20m){width:80px;padding:.25rem .5rem;border:1px solid #ccc;border-radius:4px}.home-search.svelte-slg77y{position:relative;width:auto;max-width:287px}.home-search.svelte-slg77y .search-options:where(.svelte-slg77y){display:flex;align-items:center;gap:8px}.home-search.svelte-slg77y .search-options:where(.svelte-slg77y) label:where(.svelte-slg77y){margin-bottom:3px}.top-header{background:var(--color_white);padding:11px 0 17px}@media screen and (max-width:768px){.top-header{padding:10px 0}}.top-header .top-header-row{display:flex;justify-content:space-between}.top-header .top-header-row .logo{align-content:center;width:128px}@media screen and (min-width:768px){.top-header .top-header-row .logo{width:160px}}@media screen and (min-width:1024px){.top-header .top-header-row .logo{width:224px}}.top-header .top-header-row .top-header-center{display:none}@media screen and (min-width:768px){.top-header .top-header-row .top-header-center{display:flex;gap:40px;align-items:center}}.top-header .top-header-row .top-header-center .location .with-icon{display:flex;gap:8px;font:var(--font_16);color:var(--color_black);border:none;background:none}.top-header .top-header-row .top-header-center .location .with-icon .region-icon{color:var(--color_accent)}.top-header .top-header-row .top-header-center .location .with-icon:hover{cursor:pointer}.top-header .top-header-row .top-header-center .with-phone a{font:var(--font_16);color:var(--color_black);text-decoration:none;font-weight:600}@media screen and (max-width:1024px){.top-header .top-header-row .top-header-center .with-phone a{font:var(--font_12)}}.top-header .top-header-row .top-header-center .label{font:var(--font_12);margin-bottom:5px}@media screen and (max-width:1024px){.top-header .top-header-row .top-header-center .label{font:var(--font_12)}}.top-header .top-header-row .social-list{display:none}@media screen and (min-width:1024px){.top-header .top-header-row .social-list{display:flex;gap:11px;align-items:center}.top-header .top-header-row .social-list>ol a{color:var(--overlayBackground);transition:all .3s ease}.top-header .top-header-row .social-list>ol a:hover{color:var(--color_accent)}.top-header .top-header-row .social-list>ol a:active{color:var(--color_accent3)}.top-header .top-header-row .social-list>ol a .ui-icon>svg{border-radius:6px}}.top-header .top-header-row .top-header-actions{display:flex;align-items:center;gap:16px}.top-header .top-header-row .top-header-actions .registration-button{height:24px;display:flex;gap:10px;align-items:center;padding:9px 15px;background:var(--color_accent);border:none;border-radius:var(--border_radius_default);color:var(--color_white);font:var(--font_12);font-weight:var(--medium)}@media screen and (min-width:1024px){.top-header .top-header-row .top-header-actions .registration-button{height:40px;font:var(--font_16);font-weight:var(--semi_bold)}}.top-header .top-header-row .top-header-actions .registration-button .lock-icon{display:none}@media screen and (min-width:1024px){.top-header .top-header-row .top-header-actions .registration-button .lock-icon{display:flex}}.top-header .top-header-row .top-header-actions .registration-button:hover{cursor:pointer}.top-header .top-header-row .top-header-actions .burger-button{display:flex;flex-direction:column;justify-content:center;align-self:center;width:34px;border:none;background:none;gap:5px}.top-header .top-header-row .top-header-actions .burger-button .line{width:100%;height:3px;background:var(--color_black)}.top-header .top-header-row .top-header-actions .burger-button .line.top{width:50%;align-self:flex-end}.top-header .top-header-row .top-header-actions .burger-button:hover{cursor:pointer}@media screen and (min-width:768px){.top-header .top-header-row .top-header-actions .burger-button{display:none}}.mobile-menu{display:none;position:fixed;top:0;left:0;right:0;height:100%;width:100%;background:var(--color_black);z-index:9;overflow:hidden;padding:21px 0}.mobile-menu.opened{display:flex;flex-direction:column;gap:25px}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw){background:var(--color_black);padding:10px 0}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw){padding:14px 0}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw){display:flex;justify-content:space-between}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw){display:flex;gap:20px}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search:where(.svelte-1anhjmw){display:none;width:150px}@media screen and (min-width:1440px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search:where(.svelte-1anhjmw){width:287px}}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search:where(.svelte-1anhjmw){display:flex}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search.mobile:where(.svelte-1anhjmw){display:flex}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search.mobile:where(.svelte-1anhjmw){display:none}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search.mobile:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw){display:flex;justify-content:space-between;align-items:center;padding:5px 13px 5px 20px;border:1px solid var(--color_white);border-radius:var(--border_radius_default);background:transparent;color:var(--color_white);width:128px}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search.mobile:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw) span:where(.svelte-1anhjmw){font:var(--font_12);font-weight:var(--medium);color:var(--color_dark_grey)}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .search.mobile:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw):hover{cursor:pointer}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw){display:flex;justify-content:space-between;gap:25px;align-items:center}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw){font-weight:var(--medium);color:var(--color_white);text-decoration:none;transition:color .3s ease,text-decoration-color .3s ease}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw):hover{color:var(--color_accent3)}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw) .active:where(.svelte-1anhjmw){color:var(--color_accent2);text-decoration-line:underline;text-decoration-color:var(--color_accent2);text-decoration-thickness:2px;text-underline-offset:7px}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw) .active:where(.svelte-1anhjmw):hover{color:var(--color_accent2)}@media screen and (max-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw){font:var(--font_12)}}@media screen and (max-width:860px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .search-and-links:where(.svelte-1anhjmw) .links:where(.svelte-1anhjmw){display:none}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw){display:flex;gap:18px;font:var(--font_12);font-weight:var(--medium)}@media screen and (min-width:640px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw){gap:25px}}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw){font:var(--font_16)}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw){display:flex;align-items:center;gap:8px;color:var(--color_white);text-decoration:none}@media screen and (min-width:640px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw){gap:10px}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw) .icon:where(.svelte-1anhjmw){display:none;color:var(--color_accent2)}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw) .icon:where(.svelte-1anhjmw){display:flex}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw) .icon.mobile:where(.svelte-1anhjmw){display:flex}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) a:where(.svelte-1anhjmw) .icon.mobile:where(.svelte-1anhjmw){display:none}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw){display:flex;align-items:center}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) .icon:where(.svelte-1anhjmw){display:none;color:var(--color_accent2)}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) .icon:where(.svelte-1anhjmw){display:flex}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) .icon.mobile:where(.svelte-1anhjmw){display:flex}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) .icon.mobile:where(.svelte-1anhjmw){display:none}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw){height:100%;display:flex;gap:5px;align-items:center;border:none;background:none;color:var(--color_white);font:var(--font_12)}@media screen and (min-width:640px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw){gap:10px}}@media screen and (min-width:1024px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw){font:var(--font_16)}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) form:where(.svelte-1anhjmw) button:where(.svelte-1anhjmw):hover{cursor:pointer}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) .account-text:where(.svelte-1anhjmw){display:none;font:var(--font_12)}@media screen and (min-width:320px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) .account-text:where(.svelte-1anhjmw){display:flex}}.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) .exit-text:where(.svelte-1anhjmw){display:none;font:var(--font_12)}@media screen and (min-width:320px){.home-head-component.svelte-1anhjmw .bottom-header:where(.svelte-1anhjmw) .bottom-header-row:where(.svelte-1anhjmw) .account-buttons:where(.svelte-1anhjmw) .exit-text:where(.svelte-1anhjmw){display:flex}}.footer-content.mobile.svelte-1560xaj{display:flex;flex-direction:column;gap:34px}@media screen and (min-width:1024px){.footer-content.mobile.svelte-1560xaj{display:none}}.footer-content.mobile.svelte-1560xaj .logo-and-register:where(.svelte-1560xaj){display:flex}.footer-content.mobile.svelte-1560xaj .logo-and-register:where(.svelte-1560xaj) .logo:where(.svelte-1560xaj){width:267px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj){display:flex;flex-direction:column;gap:50px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) a:where(.svelte-1560xaj){color:var(--color_white);font:var(--font_15);text-decoration:none}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .links-center:where(.svelte-1560xaj){display:flex}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .links-center:where(.svelte-1560xaj) .left-side:where(.svelte-1560xaj){width:100%;display:flex;flex-direction:column;gap:14px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .links-center:where(.svelte-1560xaj) .right-side:where(.svelte-1560xaj){width:100%;display:flex;flex-direction:column;align-items:center;gap:14px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .links-center:where(.svelte-1560xaj) .right-side:where(.svelte-1560xaj) .links-wrapper:where(.svelte-1560xaj){width:fit-content;display:flex;flex-direction:column;gap:14px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .contacts:where(.svelte-1560xaj){display:flex;flex-direction:column;gap:15px;font:var(--font_14);color:var(--color_white);font-weight:var(--semi_bold)}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .contacts:where(.svelte-1560xaj) :where(.svelte-1560xaj):first-child{font-weight:var(--regular)}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .contacts:where(.svelte-1560xaj) .with-icon:where(.svelte-1560xaj){display:flex;gap:7px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .social-media-links:where(.svelte-1560xaj){display:flex;flex-direction:column;gap:12px;color:var(--color_white)}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .social-media-links:where(.svelte-1560xaj) .links:where(.svelte-1560xaj){display:flex;gap:14px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .social-media-links:where(.svelte-1560xaj) .links:where(.svelte-1560xaj) a:where(.svelte-1560xaj){color:var(--color_accent2)}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .registration:where(.svelte-1560xaj){display:flex;justify-content:center}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .registration:where(.svelte-1560xaj) .registration-button:where(.svelte-1560xaj){display:flex;justify-content:center;align-items:center;padding:0 34px;font:var(--font_14);font-weight:var(--bold)}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .footer-bottom:where(.svelte-1560xaj){display:flex;flex-direction:column;align-items:center;gap:20px}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .footer-bottom:where(.svelte-1560xaj) .privacy-policy:where(.svelte-1560xaj){font-weight:var(--medium)}.footer-content.mobile.svelte-1560xaj .links-container:where(.svelte-1560xaj) .footer-bottom:where(.svelte-1560xaj) .copyright:where(.svelte-1560xaj){color:var(--color_dark_grey)}.site-footer.svelte-6kls8y{display:flex;flex-direction:column;background:var(--color_black);padding:60px 0}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y){display:none}@media screen and (min-width:1024px){.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y){display:flex;flex-direction:column;gap:40px}}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) a:where(.svelte-6kls8y){display:flex;gap:12px;font:var(--font_20);color:var(--color_white);text-decoration:none}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .logo-and-register:where(.svelte-6kls8y){display:flex;justify-content:space-between}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .logo-and-register:where(.svelte-6kls8y) .logo:where(.svelte-6kls8y){width:267px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .logo-and-register:where(.svelte-6kls8y) .registration:where(.svelte-6kls8y){width:224px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .logo-and-register:where(.svelte-6kls8y) .registration:where(.svelte-6kls8y) .registration-button:where(.svelte-6kls8y){display:flex;gap:13px;align-items:center;font:var(--font_21);font-weight:var(--semi_bold)}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y){display:flex;justify-content:space-between;gap:40px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-left:where(.svelte-6kls8y){display:flex;flex-direction:column;gap:20px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-left:where(.svelte-6kls8y) .with-icon:where(.svelte-6kls8y){display:flex;gap:12px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-left:where(.svelte-6kls8y) .time-block:where(.svelte-6kls8y){display:flex;flex-direction:column;gap:14px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-left:where(.svelte-6kls8y) .time-block:where(.svelte-6kls8y) .time-periods:where(.svelte-6kls8y){font:var(--font_20);font-weight:var(--extra_bold);color:var(--color_white)}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-left:where(.svelte-6kls8y) .time-block:where(.svelte-6kls8y) .time:where(.svelte-6kls8y){font:var(--font_20);color:var(--color_white);display:flex;flex-direction:column;gap:4px;padding-left:38px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-center:where(.svelte-6kls8y){display:flex;flex-direction:column;gap:20px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-right:where(.svelte-6kls8y){display:flex;flex-direction:column}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .links-container:where(.svelte-6kls8y) .links-right:where(.svelte-6kls8y) .phones:where(.svelte-6kls8y){display:flex;flex-direction:column;gap:20px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .footer-bottom:where(.svelte-6kls8y){display:grid;grid-template-columns:1fr 1fr 1fr;font:var(--font_18);font-weight:var(--medium);margin-top:10px}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .footer-bottom:where(.svelte-6kls8y) :where(.svelte-6kls8y){color:var(--color_dark_grey)}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .footer-bottom:where(.svelte-6kls8y) .privacy-policy:where(.svelte-6kls8y){justify-content:center}.site-footer.svelte-6kls8y .footer-content:where(.svelte-6kls8y) .footer-bottom:where(.svelte-6kls8y) .copyright:where(.svelte-6kls8y){text-align:right}#rating-component .rating{display:flex}#rating-component .rating .star{background:none;border:none;color:gold;cursor:pointer;transition:color .4s ease}#rating-component .rating .star.noActive{color:var(--color_black)}#rating-component .rating:not(:hover) .star.active~.star{color:var(--color_black)}#rating-component .rating:hover .star{color:gold}#rating-component .rating:hover .star:hover~.star{color:var(--color_black)}#rating-component .help-block{color:rgb(var(--colors_red));margin-top:6px;font:var(--font_12)}.images-selected-show.svelte-k4x0id{display:flex;flex-wrap:wrap;gap:15px}.images-selected-show.grid.svelte-k4x0id{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id){position:relative;width:100%;height:260px;border:1px solid rgb(var(--colors_border_default));border-radius:8px;overflow:hidden;background:rgb(var(--colors_white));cursor:pointer;transition:all .3s ease}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id):hover{border-color:rgb(var(--colors_border_hover));box-shadow:var(--shadow_border_default)}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) img{width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none;border-radius:8px}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) .overlay-img:where(.svelte-k4x0id){transition:all .3s ease;display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;color:rgb(var(--colors_white));align-items:center;justify-content:center;flex-direction:column;gap:10px;border-radius:8px}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) .overlay-img:where(.svelte-k4x0id) button:where(.svelte-k4x0id){cursor:pointer;background:#ffffffe6;border:none;color:rgb(var(--colors_text_default));padding:6px 12px;border-radius:6px;font-size:.875rem;transition:all .2s ease}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) .overlay-img:where(.svelte-k4x0id) button:where(.svelte-k4x0id):hover{background:rgb(var(--colors_primary_light));color:rgb(var(--colors_primary_dark))}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) .overlay-img:where(.svelte-k4x0id) button.default:where(.svelte-k4x0id){background:#ffffffd9;border:1px solid rgb(var(--colors_border_default))}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id):hover .overlay-img:where(.svelte-k4x0id){display:flex}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) .button.top-right:where(.svelte-k4x0id){position:absolute;top:10px;right:10px;width:27px;height:27px;padding:3px;border-radius:50%;background:#ffffffe6;border:1px solid rgb(var(--colors_border_default));display:flex;align-items:center;justify-content:center;transition:all .2s ease}.images-selected-show.svelte-k4x0id .img-placeholder:where(.svelte-k4x0id) .button.top-right:where(.svelte-k4x0id):hover{background:rgb(var(--colors_primary_light));border-color:rgb(var(--colors_border_hover));color:rgb(var(--colors_primary_dark))}.choose-file-button.svelte-k4x0id{min-height:200px;border:3px dashed var(--color_accent4);border-radius:var(--border_radius_default)}.drag-and-drop-field{padding:20px;background:var(--color_accent4);border-radius:10px;display:flex;flex-direction:column;gap:5px}.drag-and-drop-field .drag-item{display:flex;flex-direction:column;gap:10px;border:1px solid var(--color_dark_grey);border-radius:8px;background:var(--color_light_grey);box-shadow:var(--shadow_border_hover);transition:all .3s ease}.drag-and-drop-field .drag-item:hover:not(.dragging){cursor:pointer;transform:translateY(-4px) translate(-2px)}.drag-and-drop-field .dragging{opacity:.4;transform:scale(.97)}.drag-and-drop-field .help-block{font:var(--font_12);color:var(--color_red)}
