.cont-input{display:flex;flex-direction:row;align-items:center;background:var(--input-background);border:1px solid var(--input-normal-border, rgba(0, 0, 0, 0))}.cont-input.small{border-radius:8px;height:36px;padding:2px}.cont-input.medium{border-radius:10px;height:44px;padding:6px}.cont-input.large{border-radius:10px;height:52px;padding:10px 8px}.cont-input.area{border-radius:10px;height:120px;padding:10px 8px}.cont-input .cont-image{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none}.cont-input input[type=time]::-webkit-calendar-picker-indicator{color:#696775;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%205.83333V10L12.5%2012.5M2.5%2010C2.5%2010.9849%202.69399%2011.9602%203.0709%2012.8701C3.44781%2013.7801%204.00026%2014.6069%204.6967%2015.3033C5.39314%2015.9997%206.21993%2016.5522%207.12987%2016.9291C8.03982%2017.306%209.01509%2017.5%2010%2017.5C10.9849%2017.5%2011.9602%2017.306%2012.8701%2016.9291C13.7801%2016.5522%2014.6069%2015.9997%2015.3033%2015.3033C15.9997%2014.6069%2016.5522%2013.7801%2016.9291%2012.8701C17.306%2011.9602%2017.5%2010.9849%2017.5%2010C17.5%208.01088%2016.7098%206.10322%2015.3033%204.6967C13.8968%203.29018%2011.9891%202.5%2010%202.5C8.01088%202.5%206.10322%203.29018%204.6967%204.6967C3.29018%206.10322%202.5%208.01088%202.5%2010Z'%20stroke='%23696775'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;cursor:pointer}.cont-input input[type=date]::-webkit-calendar-picker-indicator{color:#696775;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.334%202.5V5.83333M6.66732%202.5V5.83333M3.33398%209.16667H16.6673M9.16732%2012.5H10.0007V15M3.33398%205.83333C3.33398%205.39131%203.50958%204.96738%203.82214%204.65482C4.1347%204.34226%204.55862%204.16667%205.00065%204.16667H15.0007C15.4427%204.16667%2015.8666%204.34226%2016.1792%204.65482C16.4917%204.96738%2016.6673%205.39131%2016.6673%205.83333V15.8333C16.6673%2016.2754%2016.4917%2016.6993%2016.1792%2017.0118C15.8666%2017.3244%2015.4427%2017.5%2015.0007%2017.5H5.00065C4.55862%2017.5%204.1347%2017.3244%203.82214%2017.0118C3.50958%2016.6993%203.33398%2016.2754%203.33398%2015.8333V5.83333Z'%20stroke='%23696775'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;cursor:pointer}.cont-input .dropdown{position:absolute;z-index:9;top:226px;width:246px;max-height:372px;border-radius:8px;background-color:#fff;padding:6px 0;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a;overflow-y:auto;overflow-x:hidden}.cont-input .dropdown .cont-dropdown{display:flex;flex-direction:row;padding:4px 8px}.cont-input .dropdown .cont-dropdown:hover{cursor:pointer;background-color:var(--divider)}.green-checkbox input[type=checkbox]{background-color:#d5d5d5}.green-checkbox input[type=checkbox]:checked{background-color:#4caf50}.green-checkbox input[type=checkbox]:checked:hover{background-color:#45a049}.green-checkbox input[type=checkbox]:hover{background-color:#e0e0e0}.green-checkbox input[type=checkbox]:checked:after{display:flex;align-items:center;justify-content:center}.green-checkbox input[type=radio]:checked{background-color:#45a049}.green-checkbox input[type=radio]:checked:hover{background-color:#3d8b3f}.cont-input .dropdown .cont-dropdown .checkbox-cont{cursor:pointer;gap:0px}.cont-input .dropdown .cont-dropdown .cont-text{-webkit-user-select:none;user-select:none;cursor:pointer;pointer-events:none;padding:0 8px}.cont-input .dropdown .cont-dropdown .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.cont-input .dropdown .cont-dropdown .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-input .input{width:100%;background-color:transparent;padding:4px 6px;border:none;outline:none;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-input .input[type=number]::-webkit-inner-spin-button,.cont-input .input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cont-input .input[type=number]{-moz-appearance:textfield}.cont-input .input:enabled:focus{box-shadow:none}.cont-input .input::placeholder{color:var(--text-input-placeholder);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-input .textarea{resize:none;height:100%;width:100%;background-color:transparent;padding:4px 6px;border:none;outline:none;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-input .textarea::placeholder{color:var(--text-input-placeholder);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-input:hover{background:var(--input-background-hover);transition:background-color .2s ease-out}.cont-input.disabled{opacity:40%}.cont-input.focus{box-shadow:var(--input-border-focus)}.cont-input.invalid{background:var(--input-background-error);border:1px solid var(--input-border-error);box-shadow:none}.el-offer{position:relative;width:320px;height:240px;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.el-offer .cont-text{display:flex;flex-direction:column;gap:8px}.el-offer .cont-text .text-1{font-family:var(--font-nunito);font-size:16px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.el-offer .cont-text .text-2{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.el-offer .cont-look{width:100px}.el-offer .cont-look .look{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c;padding:0 2px 2px}.el-offer .image{position:absolute;width:120px;height:auto;bottom:0;right:20px}.sup{background:#eef4ff}.prom{background:#fef2e4}.popover-menu-el-list{--box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .06), 0px 6px 12px -2px rgba(0, 0, 0, .08), 0px 12px 24px -4px rgba(0, 0, 0, .1);--backdrop-opacity: 0;--min-width: 162px;--max-width: 204px}.popover-menu-el-list::part(content){border-radius:8px}.popover-menu-el-list .body-popover{padding:6px 0;display:flex;flex-direction:column}.popover-menu-el-list .body-popover .cont-el-pop{cursor:pointer;width:100%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;padding:4px 8px;align-items:center}.popover-menu-el-list .body-popover .cont-el-pop .text{padding:0 8px;font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;color:var(--text)}.popover-header-el-list{--box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .06), 0px 6px 12px -2px rgba(0, 0, 0, .08), 0px 12px 24px -4px rgba(0, 0, 0, .1);--backdrop-opacity: 0;--min-width: 162px;--max-width: 204px;--widht: auto}.popover-header-el-list::part(content){border-radius:8px}.popover-header-el-list.user{--max-width: 138px}.popover-header-el-list.showcase{--max-width: 141px}.popover-header-el-list.finance{--max-width: 92px}.popover-header-el-list.feedback{--max-width: 95px}.popover-header-el-list.settings{--max-width: 115px}.popover-header-el-list .body-popover{padding:6px 0;display:flex;flex-direction:column}.popover-header-el-list .body-popover .cont-el-pop{cursor:pointer;width:100%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;padding:4px 8px;align-items:center}.popover-header-el-list .body-popover .cont-el-pop .text{padding:0 8px;font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;color:var(--text)}ion-modal.modal-change-table{--width: 480px;--height: auto;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.modal-change-table .body-modal{max-height:calc(100vh - 64px);position:relative;font-family:var(--font-nunito);display:flex;overflow:auto;flex-direction:column;gap:16px;padding:16px;height:100%}ion-modal.modal-change-table .body-modal::-webkit-scrollbar{display:none;width:5px}ion-modal.modal-change-table .body-modal::-webkit-scrollbar-track{background:transparent}ion-modal.modal-change-table .body-modal::-webkit-scrollbar-thumb{border-radius:8px;background:#2226}ion-modal.modal-change-table .body-modal::-webkit-scrollbar-track-piece:end{background:#22222214;margin-bottom:8px;border-radius:8px}ion-modal.modal-change-table .body-modal::-webkit-scrollbar-track-piece:start{background:#22222214;border-radius:8px;margin-top:8px}ion-modal.modal-change-table .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left;color:var(--text)}ion-modal.modal-change-table .body-modal .menu .line{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:4px;gap:4px}ion-modal.modal-change-table .body-modal .menu .line .left-cont{display:flex;flex-direction:row;gap:8px}ion-modal.modal-change-table .body-modal .menu .line .left-cont .cont-text{display:flex;flex-direction:column;gap:4px;padding:2px 0;border-radius:12px}ion-modal.modal-change-table .body-modal .menu .line .left-cont .cont-text .text{font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}ion-modal.modal-change-table .body-modal .menu .line .left-cont .cont-text .text-lower{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}ion-modal.modal-change-table .body-modal .menu .line .cont-arrow{padding:8px}ion-modal.modal-change-table .body-modal .cont-btn{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;align-items:center}ion-modal.modal-change-table .body-modal .cont-btn .btn-cancel{width:84px}ion-modal.modal-change-table .body-modal .cont-btn .btn-save{width:107px}.cont-close-btn{cursor:pointer;position:fixed;right:16px;top:16px;z-index:50}ion-toggle.toggle-menu-change-table{padding:2px;--track-background: var(--toggle-off-back);--track-background-checked: var(--toggle-on-back);--handle-background: var(--toggle-handler);--handle-background-checked: var(--toggle-handler);--handle-width: 13.33px;--handle-height: 13.33px;--handle-max-height: auto;--handle-spacing: 3.33px;--handle-border-radius: 800px;--handle-box-shadow: none}ion-toggle.toggle-menu-change-table::part(track){border:1px solid #00000000;height:18px;width:30px}ion-toggle.toggle-menu-change-table:hover{--track-background: var(--toggle-off-back-hover);--track-background-checked: var(--toggle-on-back-hover);--handle-background: var(--toggle-handler);--handle-background-checked: var(--toggle-handler)}ion-toggle.toggle-menu-change-table::part(track):focus{box-shadow:var(--toggle-back-boxshadow)}ion-toggle.toggle-menu-change-table:disabled{opacity:.4}ion-toggle.toggle-menu-change-table.invalid{--track-background: var(--toggle-invalid-back) --track-background-checked: var(--toggle-invalid-back);--handle-background: var(--toggle-handler-invalid-off);--handle-background-checked: var(--toggle-handler-invalid-on)}ion-toggle.toggle-menu-change-table.invalid::part(track){border:1px solid #DD291D;height:18px;width:30px}.outlineList{width:114px;height:36px;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px 0 0 8px;padding:0 12px;font-family:var(--font-nunito);color:var(--text-outline-btn);font-weight:700;font-size:15px;white-space:nowrap}.outlineList{background-color:transparent;border:1px solid var(--border-outline-btn)}.outlineList .loading-btn{--color: var(--icon-transparent-bckg)}.outlineList .text-btn{pointer-events:none;color:var(--text-outline-btn)}.outlineList .text-btn svg path{stroke:var(--icon-transparent-bckg)}.outlineList:hover{background-color:var(--hover-outline)}.outlineList:focus{background-color:transparent;box-shadow:var(--box-shadow-btn)}.outlineList:active{background-color:var(--pressed-outline)}.outlineList:disabled{background-color:transparent;opacity:40%}.outlineCart{width:114px;height:36px;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:0 8px 8px 0;padding:0 12px;font-family:var(--font-nunito);color:var(--text-outline-btn);font-weight:700;font-size:15px;white-space:nowrap}.outlineCart{background-color:transparent;border:1px solid var(--border-outline-btn)}.outlineCart .loading-btn{--color: var(--icon-transparent-bckg)}.outlineCart .text-btn{pointer-events:none;color:var(--text-outline-btn)}.outlineCart .text-btn svg path{stroke:var(--icon-transparent-bckg)}.outlineCart:hover{background-color:var(--hover-outline)}.outlineCart:focus{background-color:transparent;box-shadow:var(--box-shadow-btn)}.outlineCart:active{background-color:var(--pressed-outline)}.outlineCart:disabled{background-color:transparent;opacity:40%}.custom-btn.mutedGreen{background-color:#d2f2cc;color:#2f710d}.custom-btn{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:0 12px;font-family:var(--font-nunito);white-space:nowrap;height:44px}.custom-btn .cont-spinner{display:flex;align-items:center}.custom-btn .loading-btn{width:20px;height:20px}.custom-btn.small{padding:0 12px;border-radius:8px;height:36px}.custom-btn.small .text-btn{gap:4px;display:flex;align-items:center;flex-direction:row;font-family:var(--font-nunito);font-size:15px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;padding:0 0 2px}.custom-btn.small.cube{width:36px}.custom-btn.medium{border-radius:12px;padding:0 16px;height:44px}.custom-btn.medium .text-btn{gap:6px;display:flex;align-items:center;flex-direction:row;font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;padding:0}.custom-btn.medium .text-btn svg{margin-top:2px}.custom-btn.medium.cube{width:44px}.custom-btn.large{border-radius:12px;padding:0 20px;height:52px}.custom-btn.large .text-btn{gap:8px;display:flex;flex-direction:row;align-items:center;font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.custom-btn.large.cube{width:52px}.custom-btn.bright{background-color:var(--bright)}.custom-btn.bright .loading-btn{--color: var(--icon-bright)}.custom-btn.bright .text-btn{pointer-events:none;color:var(--text-bright-btn)}.custom-btn.bright .text-btn svg path{stroke:var(--icon-bright)}.custom-btn.bright:hover{background-color:var(--hover-bright);transition:background-color .1s ease-out}.custom-btn.bright:focus{background-color:var(--bright);box-shadow:var(--box-shadow-btn)}.custom-btn.bright:active{background-color:var(--pressed-bright)}.custom-btn.bright:disabled{background-color:var(--bright);opacity:40%}.custom-btn.green{background-color:var(--green-btn)}.custom-btn.green .loading-btn{--color: var(--icon-green)}.custom-btn.green .text-btn{pointer-events:none;color:var(--elevated);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em}.custom-btn.green .text-btn svg path{stroke:var(--icon-green)}.custom-btn.green:hover{background-color:var(--green-btn-hover)}.custom-btn.green:focus{background-color:var(--green-btn);box-shadow:var(--box-shadow-btn)}.custom-btn.green:active{background-color:var(--green-btn-pressed)}.custom-btn.green:disabled{background-color:var(--green-btn-disabled);opacity:40%}.custom-btn.pink{background-color:var(--muted)}.custom-btn.pink .loading-btn{--color: var(--muted)}.custom-btn.pink .text-btn{pointer-events:none;color:var(--alert-primary-text);font-size:15px;font-weight:700;line-height:20px}.custom-btn.pink:hover{background-color:var(--hover-pink)}.custom-btn.pink:focus{background-color:var(--muted);box-shadow:var(--box-shadow-btn)}.custom-btn.pink:active{background-color:var(--hover-pink)}.custom-btn.pink:disabled{background-color:var(--muted);opacity:40%}.custom-btn.muted{background-color:var(--muted)}.custom-btn.muted .loading-btn{--color: var(--icon-muted)}.custom-btn.muted .text-btn{pointer-events:none;color:var(--text-muted-btn)}.custom-btn.muted .text-btn svg path{stroke:var(--icon-muted)}.custom-btn.muted:hover{background-color:var(--hover-muted);transition:background-color .1s ease-out}.custom-btn.muted:focus{background-color:var(--muted);box-shadow:var(--box-shadow-btn)}.custom-btn.muted:active{background-color:var(--pressed-muted)}.custom-btn.muted:disabled{background-color:var(--muted);opacity:40%}.custom-btn.outline{background-color:var(--neutral);border:1px solid var(--border-outline-btn)}.custom-btn.outline .loading-btn{--color: var(--icon-transparent-bckg)}.custom-btn.outline .text-btn{pointer-events:none;color:var(--text-outline-btn)}.custom-btn.outline .text-btn svg path{stroke:var(--icon-transparent-bckg)}.custom-btn.outline:hover{background-color:var(--hover-outline)}.custom-btn.outline:focus{background-color:var(--neutral);box-shadow:var(--box-shadow-btn)}.custom-btn.outline:active{background-color:var(--pressed-outline)}.custom-btn.outline:disabled{background-color:transparent;opacity:40%}.custom-btn.ghost{background-color:transparent}.custom-btn.ghost .loading-btn{--color: var(--icon-transparent-bckg)}.custom-btn.ghost .text-btn{pointer-events:none;color:var(--text-ghost-btn);display:flex}.custom-btn.ghost .text-btn svg path{stroke:var(--icon-transparent-bckg)}.custom-btn.ghost:hover{background-color:var(--hover-outline);transition:background-color .1s ease-out}.custom-btn.ghost:focus{background-color:transparent;box-shadow:var(--box-shadow-btn)}.custom-btn.ghost:active{background-color:var(--pressed-ghost)}.custom-btn.ghost:disabled{background-color:transparent;opacity:40%}.custom-btn.elevated{background-color:var(--elevated);box-shadow:var(--box-shadow-btn-elevated)}.custom-btn.elevated .loading-btn{--color: var(--icon-elevated)}.custom-btn.elevated .text-btn{color:var(--text-elevated-btn);pointer-events:none}.custom-btn.elevated .text-btn svg path{stroke:var(--icon-elevated)}.custom-btn.elevated:hover{background-color:var(--hover-elevated);box-shadow:var(--box-shadow-btn-elevated);transition:background-color .1s ease-out}.custom-btn.elevated:focus{background-color:var(--elevated);box-shadow:var(--box-shadow-btn)}.custom-btn.elevated:active{background-color:var(--pressed-elevated);box-shadow:var(--box-shadow-btn)}.custom-btn.elevated:disabled{background-color:var(--elevated);opacity:40%}ion-modal.filter-table-operator_users,ion-modal.filter-table-options,ion-modal.filter-table-oper-hist,ion-modal.filter-table-reviews,ion-modal.filter-table-questions{--width: 480px;--height: auto;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.filter-table-operator_users .body-modal,ion-modal.filter-table-options .body-modal,ion-modal.filter-table-oper-hist .body-modal,ion-modal.filter-table-reviews .body-modal,ion-modal.filter-table-questions .body-modal{display:flex;flex-direction:column;padding:16px;gap:16px;font-family:var(--font-nunito);max-height:calc(100vh - 64px)}ion-modal.filter-table-operator_users .body-modal .title,ion-modal.filter-table-options .body-modal .title,ion-modal.filter-table-oper-hist .body-modal .title,ion-modal.filter-table-reviews .body-modal .title,ion-modal.filter-table-questions .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.filter-table-operator_users .body-modal .body,ion-modal.filter-table-options .body-modal .body,ion-modal.filter-table-oper-hist .body-modal .body,ion-modal.filter-table-reviews .body-modal .body,ion-modal.filter-table-questions .body-modal .body{display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto;padding:1px}ion-modal.filter-table-operator_users .body-modal .body::-webkit-scrollbar,ion-modal.filter-table-options .body-modal .body::-webkit-scrollbar,ion-modal.filter-table-oper-hist .body-modal .body::-webkit-scrollbar,ion-modal.filter-table-reviews .body-modal .body::-webkit-scrollbar,ion-modal.filter-table-questions .body-modal .body::-webkit-scrollbar{display:none}ion-modal.filter-table-operator_users .body-modal .body .line,ion-modal.filter-table-options .body-modal .body .line,ion-modal.filter-table-oper-hist .body-modal .body .line,ion-modal.filter-table-reviews .body-modal .body .line,ion-modal.filter-table-questions .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-operator_users .body-modal .body .line .input-short,ion-modal.filter-table-options .body-modal .body .line .input-short,ion-modal.filter-table-oper-hist .body-modal .body .line .input-short,ion-modal.filter-table-reviews .body-modal .body .line .input-short,ion-modal.filter-table-questions .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-operator_users .body-modal .body .line-date,ion-modal.filter-table-options .body-modal .body .line-date,ion-modal.filter-table-oper-hist .body-modal .body .line-date,ion-modal.filter-table-reviews .body-modal .body .line-date,ion-modal.filter-table-questions .body-modal .body .line-date{display:none}ion-modal.filter-table-operator_users .body-modal .buttons,ion-modal.filter-table-options .body-modal .buttons,ion-modal.filter-table-oper-hist .body-modal .buttons,ion-modal.filter-table-reviews .body-modal .buttons,ion-modal.filter-table-questions .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.cont-alert-box{position:relative;border-radius:10px;padding:4px;gap:4px}.cont-alert-box .cont-close-alert{position:absolute;right:4px;top:4px;padding:8px;height:36px;cursor:pointer;-webkit-user-select:none;user-select:none}.cont-alert-box .info{display:flex;width:calc(100% - 44px);max-width:100%;flex-direction:row;align-items:start;padding:8px;gap:8px}.cont-alert-box .info.noclose{width:100%}.cont-alert-box .info .icon-alert-box{min-width:20px;min-height:20px}.cont-alert-box .info .cont-text{display:flex;flex-direction:column;gap:4px}.cont-alert-box .info .cont-text .title{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.cont-alert-box .info .cont-text .text{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-alert-box.neutral{background-color:var(--alert-neutral)}.cont-alert-box.neutral .cont-text .title,.cont-alert-box.neutral .cont-text .text{color:var(--alert-neutral-text)}.cont-alert-box.primary{background-color:var(--alert-primary)}.cont-alert-box.primary .cont-text .title,.cont-alert-box.primary .cont-text .text{color:var(--alert-primary-text)}.cont-alert-box.secondary{background-color:var(--alert-secondary)}.cont-alert-box.secondary .cont-text .title,.cont-alert-box.secondary .cont-text .text{color:var(--alert-secondary-text)}.cont-alert-box.info{background-color:var(--alert-info)}.cont-alert-box.info .cont-text .title,.cont-alert-box.info .cont-text .text{color:var(--alert-info-text)}.cont-alert-box.success{background-color:var(--alert-success)}.cont-alert-box.success .cont-text .title,.cont-alert-box.success .cont-text .text{color:var(--alert-success-text)}.cont-alert-box.warning{background-color:var(--alert-warning)}.cont-alert-box.warning .cont-text .title,.cont-alert-box.warning .cont-text .text{color:var(--alert-warning-text)}.cont-alert-box.danger{background-color:var(--alert-danger)}.cont-alert-box.danger .cont-text .title,.cont-alert-box.danger .cont-text .text{color:var(--alert-danger-text)}.icon-eye path{stroke:var(--icon-password)}.icon-unfilled path{stroke:var(--icon-unfilled)}.icon-bright path{stroke:var(--icon-bright)}.icon-muted path{stroke:var(--icon-muted)}.icon-outline path{stroke:var(--icon-transparent-bckg)}.icon-outline:hover path{stroke:var(--icon-transparent-bckg-hover)}.icon-elevated path{stroke:var(--icon-elevated)}.icon-muted-info path{stroke:var(--icon-muted-info)}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(100vw - 64px);height:212px;padding:32px 0;gap:32px;border-top:1px solid var(--divider)}.footer .cont-footer{width:1120px;display:flex;flex-direction:column;align-items:center;padding:16px 0;gap:32px}.footer .cont-footer .first-line{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footer .cont-footer .first-line .left{display:flex;flex-direction:row;align-items:center;gap:32px}.footer .cont-footer .first-line .left .text{cursor:pointer;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:640;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.footer .cont-footer .first-line .right{display:flex;flex-direction:row;align-items:center;gap:16px}.footer .cont-footer .first-line .right .text-muted{font-family:var(--font-nunito);color:var(--text-muted);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.footer .cont-footer .first-line .right .social{display:flex;flex-direction:row;gap:4px}.footer .cont-footer .first-line .right .social img{cursor:pointer}.footer .cont-footer .second-line{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footer .cont-footer .second-line .left{display:flex;flex-direction:column;gap:16px}.footer .cont-footer .second-line .left .top{display:flex;flex-direction:row;align-items:center;gap:16px}.footer .cont-footer .second-line .left .top .text{cursor:pointer;-webkit-user-select:none;user-select:none;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.footer .cont-footer .second-line .left .top .text:first-child{cursor:default;-webkit-user-select:auto;user-select:auto}.footer .cont-footer .second-line .left .bottom{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.footer .cont-footer .second-line .right{height:100%;display:flex;flex-direction:row;align-items:flex-end;gap:8px}.checkbox-cont{width:100%;display:flex;gap:8px;align-items:center}.center{align-items:center}.top{align-items:flex-start}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:20px;min-width:20px;width:20px;height:20px;background-color:#d5d5d5;border-radius:4px;cursor:pointer;display:flex;outline:none;align-items:center;justify-content:center}input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-height:20px;min-width:20px;width:20px;height:20px;background-color:#d5d5d5;border-radius:800px;cursor:pointer;display:flex;outline:none;align-items:center;justify-content:center}label{width:100%;color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}input[type=checkbox]:after{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='1%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.3335%208L6.66683%2011.3333L13.3335%204.66667'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:none;margin-top:1px}input[type=checkbox]:hover{background-color:var(--checkbox-off-hover)}input[type=checkbox]:focus{border:1px solid #00000000;box-shadow:0 0 0 1px #0009}input[type=checkbox]:disabled{opacity:0,4}input[type=checkbox]:checked{background-color:var(--checkbox-on)}input[type=checkbox]:checked:hover{background-color:var(--checkbox-on-hover)}input[type=checkbox]:checked:focus{border:1px solid #00000000;box-shadow:0 0 0 1px #0009}input[type=checkbox]:checked:disabled{opacity:0,4}input[type=checkbox]:checked:after{display:flex;align-items:center;justify-content:center}input[type=checkbox]:checked:invalid{border:1px solid var(--checkbox-invalid-border);background-color:var(--checkbox-invalid)}input[type=checkbox]:invalid{border:1px solid var(--checkbox-invalid-border);background-color:var(--checkbox-invalid)}input[type=checkbox]:after:invalid{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='1%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.3335%207.99999L6.66683%2011.3333L13.3335%204.66666'%20stroke='%23DD291D'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");display:none}input[type=radio]:after{content:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%20.667A3.333%203.333%200%201%201%20.67%204.145L.667%204l.003-.145A3.333%203.333%200%200%201%204%20.667Z'%20fill='%23fff'/%3e%3c/svg%3e");margin-bottom:2px;display:none}input[type=radio]:hover{background-color:var(--checkbox-off-hover)}input[type=radio]:focus{border:1px solid #00000000;box-shadow:0 0 0 1px #0009}input[type=radio]:disabled{opacity:0,4}input[type=radio]:checked{background-color:var(--checkbox-on)}input[type=radio]:checked:hover{background-color:var(--checkbox-on-hover)}input[type=radio]:checked:focus{border:1px solid #00000000;box-shadow:0 0 0 1px #0009}input[type=radio]:checked:disabled{opacity:0,4}input[type=radio]:checked:after{display:block}input[type=radio]:checked:invalid{border:1px solid var(--checkbox-invalid-border);background-color:var(--checkbox-invalid)}input[type=radio]:invalid{border:1px solid var(--checkbox-invalid-border);background-color:var(--checkbox-invalid)}input[type=radio]:after:invalid{content:url("data:image/svg+xml,%3csvg%20width='8'%20height='8'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%20.667A3.333%203.333%200%201%201%20.67%204.145L.667%204l.003-.145A3.333%203.333%200%200%201%204%20.667Z'%20fill='%23DE233A'/%3e%3c/svg%3e");display:none}.number-code{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}.number-code input::-webkit-outer-spin-button,.number-code input::-webkit-inner-spin-button{-webkit-appearance:none}.number-code .input-code{border:0;outline:0;background:var(--substrate);border-radius:4px;width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}.number-code .input-code::placeholder{color:#b0afb8}.rating-star{display:flex;flex-direction:row;align-items:center;width:max-content}.rating-star .star{width:20px;height:20px}.cont-select{position:relative;width:100%}.cont-select .icon-select{pointer-events:none;position:absolute;top:16px;right:14px}.cont-select .icon-select.small{top:6px;right:8px}.cont-select .icon-select.medium{top:10px;right:12px}.cont-select .icon-select.large{top:14px;right:14px}.cont-select .undef{color:var(--text-muted)!important}.cont-select .select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;cursor:pointer;outline:none;flex-direction:row;align-items:center;background:var(--input-background);border:1px solid rgba(0,0,0,0);font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;width:100%}.cont-select .select.small{border-radius:8px;height:36px;padding:6px 32px 6px 6px}.cont-select .select.medium{border-radius:10px;height:44px;padding:10px 32px 10px 6px}.cont-select .select.large{border-radius:10px;height:52px;padding:14px}.cont-select .select:hover{background:var(--input-background-hover)}.cont-select .select.disabled{opacity:40%;pointer-events:none}.cont-select .select.p-focus{box-shadow:var(--input-border-focus)}.cont-select .select.invalid{background:var(--input-background-error);border:1px solid var(--input-border-error);box-shadow:none}.cont-select .p-multiselect-label{padding:0}.cont-select .p-inputtext{padding:0;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-select .p-dropdown-panel{background:#fff;margin-top:4px}.p-multiselect-header,.p-checkbox{display:none}.p-multiselect-token{height:24px;border-radius:8px;border:1px solid #B0AFB8;background:var(--status-gray);padding:4px 8px;margin-right:4px}.p-multiselect-token-icon{margin-top:4px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204L4%2012M4%204L12%2012'%20stroke='%23696775'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat}.p-multiselect-token-icon path{display:none}.p-multiselect-token-icon g{display:none}.p-placeholder{color:var(--text-input-placeholder)!important}.p-dropdown-item,.p-multiselect-item{padding:4px 8px;font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.p-dropdown-items,.p-multiselect-items{padding:6px 8px}.p-disabled{opacity:40%}.p-multiselect-empty-message,.p-dropdown-empty-message{padding:4px 8px;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.p-dropdown-clear-icon{background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.002%205L5.00195%2015M5.00195%205L15.002%2015'%20stroke='%23696775'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");top:14px}.p-dropdown-clear-icon path{display:none}.p-icon{width:20px;height:20px}.p-dropdown-filter-icon{width:14px!important;height:14px!important}.ql-container{width:680px;min-height:260px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:var(--input-background);border:none!important;font-family:var(--font-nunito)!important;font-size:16px!important;font-weight:400;line-height:24px;font-style:normal;letter-spacing:0em;text-align:left;padding:6px}.ql-editor{padding:4px 6px!important}.ql-editor ol li:before{content:none!important}.textarea{height:260px}.ql-editor:before{height:100%;font-family:var(--font-nunito)!important;font-size:16px!important;font-weight:400;line-height:24px;font-style:normal!important;letter-spacing:0em;text-align:left}.cont-header{height:44px;display:flex;flex-direction:row;align-items:center;width:680px;padding:4px!important;border-bottom:1px solid var(--divider)!important;border-top:none!important;border-left:none!important;border-right:none!important;background:var(--input-background);border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:none}.cont-header .ql-snow.ql-toolbar button,.cont-header .ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;height:24px;padding:3px 5px;width:28px}.cont-header .ql-snow *{box-sizing:border-box}.cont-header .ql-bold,.cont-header .ql-list,.cont-header .insert{display:flex!important;align-items:center;justify-content:center;width:36px!important;height:36px!important}.cont-header .ql-bold svg,.cont-header .ql-list svg,.cont-header .insert svg{width:20px;height:20px}.cont-header .l{height:36px;border:1px solid var(--divider)}.cont-header .insert-icon:hover path{stroke:#06c}ion-modal.filter-table-tours{--width: 480px;--height: auto;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.filter-table-tours .body-modal{display:flex;flex-direction:column;padding:16px;max-height:calc(100vh - 64px);gap:16px;font-family:var(--font-nunito)}ion-modal.filter-table-tours .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.filter-table-tours .body-modal .body{display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto;padding:1px}ion-modal.filter-table-tours .body-modal .body::-webkit-scrollbar{display:none}ion-modal.filter-table-tours .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-tours .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-tours .body-modal .body .line-date{display:none}ion-modal.filter-table-tours .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.status-badge{padding:2px 6px;border-radius:16px;width:max-content}.status-badge .text-status{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.status-badge._red{background-color:var(--status-red)}.status-badge._red .text-status{color:var(--status-red-text)}.status-badge._black{background-color:var(--contrast-high)}.status-badge._black .text-status{color:var(--neutral)}.status-badge._gray{background-color:var(--status-gray)}.status-badge._gray .text-status{color:var(--status-gray-text)}.status-badge._green{background-color:var(--status-green)}.status-badge._green .text-status{color:var(--status-green-text)}.status-badge._orange{background-color:var(--status-orange)}.status-badge._orange .text-status{color:var(--status-orange-text)}.cont-toggle{display:flex;flex-direction:row;gap:8px}.cont-toggle.center{align-items:center}.cont-toggle .cont-text{display:flex;flex-direction:column;padding:2px 0;gap:4px}.cont-toggle .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}.cont-toggle .cont-text .text-lower{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.filter-table-promotions{--width: 480px;--height: auto;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.filter-table-promotions .body-modal{display:flex;flex-direction:column;padding:16px;gap:16px;font-family:var(--font-nunito);max-height:calc(100vh - 64px)}ion-modal.filter-table-promotions .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.filter-table-promotions .body-modal .body{display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto;padding:1px}ion-modal.filter-table-promotions .body-modal .body::-webkit-scrollbar{display:none}ion-modal.filter-table-promotions .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-promotions .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-promotions .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.filter-table-orders{--width: 480px;--height: auto;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.filter-table-orders .body-modal{display:flex;flex-direction:column;padding:16px;gap:16px;font-family:var(--font-nunito);max-height:calc(100vh - 64px)}ion-modal.filter-table-orders .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.filter-table-orders .body-modal .body{display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto;padding:1px}ion-modal.filter-table-orders .body-modal .body::-webkit-scrollbar{display:none}ion-modal.filter-table-orders .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-orders .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-orders .body-modal .body .line-date{display:none}ion-modal.filter-table-orders .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.filter-table-referral{--width: 480px;--height: max-content;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.filter-table-referral .body-modal{display:flex;flex-direction:column;padding:16px;gap:16px;font-family:var(--font-nunito)}ion-modal.filter-table-referral .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.filter-table-referral .body-modal .body{display:flex;flex-direction:column;gap:16px}ion-modal.filter-table-referral .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-referral .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-referral .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.cont-badge{display:flex;width:max-content;padding:4px 8px;border-radius:8px;font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-badge.red{background-color:var(--badge-red)}.cont-badge.blue{background-color:var(--badge-blue)}.cont-badge.sulu{background-color:var(--badge-sulu)}.cont-badge.lgreen{background-color:var(--badge-lgreen)}.cont-badge.mint{background-color:var(--badge-mint)}.cont-badge.blizzard{background-color:var(--badge-blizzard)}.cont-badge.purple{background-color:var(--badge-purple)}.cont-badge.lavender{background-color:var(--badge-lavender)}.cont-badge.pink{background-color:var(--badge-pink)}.cont-badge .text{display:flex;align-items:center;gap:6px}@layer primereact{.p-tooltip .p-tooltip-text{max-width:400px;white-space:normal;word-break:break-word;font-weight:400;font-size:14px;line-height:20px;font-family:var(--font-nunito)}}.cont-badge .text .help-circle{cursor:pointer}.cont-autocomplete{position:relative}.cont-autocomplete .load{width:30px;height:30px}.cont-autocomplete .icon-select{pointer-events:none;position:absolute;z-index:123;top:16px;right:14px}.cont-autocomplete .icon-select.small{top:8px;right:8px}.cont-autocomplete .icon-select.medium{top:12px;right:12px}.cont-autocomplete .icon-select.large{top:14px;right:14px}.cont-autocomplete .autocomplete{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;cursor:pointer;outline:none;flex-direction:row;align-items:center;background:var(--input-background);border:1px solid rgba(0,0,0,0);font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;width:100%}.cont-autocomplete .autocomplete .p-autocomplete-input{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;width:calc(100% - 32px);background:transparent;border:1px solid rgba(0,0,0,0)}.cont-autocomplete .autocomplete.small{border-radius:8px;height:36px;padding:6px}.cont-autocomplete .autocomplete.medium{border-radius:10px;height:44px;padding:10px 6px}.cont-autocomplete .autocomplete.large{border-radius:10px;height:52px;padding:14px}.cont-autocomplete .autocomplete:hover{background:var(--input-background-hover)}.cont-autocomplete .autocomplete.disabled{opacity:40%}.cont-autocomplete .autocomplete.p-focus{box-shadow:var(--input-border-focus)}.cont-autocomplete .autocomplete.invalid{background:var(--input-background-error);border:1px solid var(--input-border-error);box-shadow:none}.cont-autocomplete .p-autocomplete-input{outline:none}.cont-autocomplete .p-inputtext:enabled:focus{border-color:transparent;box-shadow:none}.cont-autocomplete .p-inputtext{padding:0;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-autocomplete .p-dropdown-panel{background:#fff;margin-top:4px}.p-autocomplete-panel{margin-top:8px;border-radius:8px;border:none;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a;max-width:416px}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{padding:4px 8px;max-width:100%}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item .country-item{padding:0 8px;max-width:100%}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item .country-item .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item .country-item .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.p-dropdown-panel{margin-top:4px;border-radius:8px;border:none;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.p-multiselect-panel{margin-top:4px;max-width:416px;border-radius:8px;border:none;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.p-multiselect-item span{width:100%;max-width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.p-multiselect-item .cont-item{max-width:100%;display:flex;flex-direction:row;gap:12px}.p-multiselect-item .cont-item .checkbox-cont{width:max-content}.p-multiselect-item .cont-item .checkbox-cont label{display:none}.p-multiselect-item .cont-item .country-item{display:flex;flex-direction:column;padding:0 8px 0 0;width:calc(100% - 32px);max-width:100%}.p-multiselect-item .cont-item .country-item .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;max-width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.p-multiselect-item .cont-item .country-item .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.cont-select-btn{display:flex;align-items:center;justify-content:center}.cont-select-btn .select{display:flex;height:36px;flex-direction:row;align-items:center;gap:2px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;font-family:var(--font-nunito)}.cont-select-btn .select.ghost{border:none;outline:none}.cont-select-btn .select.ghost:hover{background-color:var(--hover-outline)}.cont-select-btn .select.ghost.p-focus{background-color:transparent;box-shadow:var(--box-shadow-btn)!important}.cont-select-btn .select.ghost:active{background-color:var(--pressed-ghost)}.cont-select-btn .select.ghost:disabled{background-color:transparent;opacity:40%}.cont-select-btn .select.ghost .p-inputtext{font-family:var(--font-nunito);padding:0 2px 2px;color:#696775;font-size:15px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.cont-select-btn .select.elevated{border:none;outline:none}.cont-select-btn .select.elevated:hover{background-color:var(--hover-elevated);box-shadow:var(--box-shadow-btn-elevated)}.cont-select-btn .select.elevated.p-focus{background-color:var(--elevated);box-shadow:var(--box-shadow-btn)}.cont-select-btn .select.elevated:active{background-color:var(--pressed-elevated);box-shadow:var(--box-shadow-btn)}.cont-select-btn .select.elevated:disabled{background-color:var(--elevated);opacity:40%}.cont-select-btn .select.elevated .p-inputtext{font-family:var(--font-nunito);padding:0 2px 2px;color:var(--text-elevated-btn);font-size:15px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.cont-select-btn .select .p-dropdown-trigger{width:auto}ion-modal.filter-table-product-races{--width: 480px;--height: auto;--border-radius: 16px;--box-shadow: 0px 11px 22px -2.5px rgba(0, 0, 0, .12), 0px 22px 44px -5px rgba(0, 0, 0, .14), 0px 44px 88px -10px rgba(0, 0, 0, .16)}ion-modal.filter-table-product-races .body-modal{display:flex;flex-direction:column;padding:16px;gap:16px;font-family:var(--font-nunito);max-height:calc(100vh - 64px)}ion-modal.filter-table-product-races .body-modal .title{font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.filter-table-product-races .body-modal .body{display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto;padding:1px}ion-modal.filter-table-product-races .body-modal .body::-webkit-scrollbar{display:none}ion-modal.filter-table-product-races .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-product-races .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-product-races .body-modal .body .line-date{display:none}ion-modal.filter-table-product-races .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-toast.toast{--width: max-content;--background: var(--alert-neutral);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:20px!important;letter-spacing:0em;text-align:left;color:var(--alert-neutral-text);--border-radius: 10px;--box-shadow: none}ion-toast.toast.neutral{--background: var(--alert-neutral);color:var(--alert-neutral-text)}ion-toast.toast.primary{--background: var(--alert-primary);color:var(--alert-primary-text)}ion-toast.toast.secondary{--background: var(--alert-secondary);color:var(--alert-secondary-text)}ion-toast.toast.info{--background: var(--alert-info);color:var(--alert-info-text)}ion-toast.toast.success{--background: var(--alert-success);color:var(--alert-success-text)}ion-toast.toast.warning{--background: var(--alert-warning);color:var(--alert-warning-text)}ion-toast.toast.error{--background: var(--alert-danger);color:var(--alert-danger-text)}ion-modal.calendar{--width: 300px;--border-radius: 10px;--height: auto;--background: var(--ion-color-light, #ffffff);--box-shadow: 0px 11px 22px -2.5px #0000001F, 0px 22px 44px -5px #00000024, 0px 44px 88px -10px #00000029}ion-modal.calendar .cont-calendar{padding:6px;background:#fff}ion-modal.calendar ion-datetime{--background: transparent;--ion-color-base: var(--bright) !important;--ion-color-base-rgb: var(--muted) !important}ion-modal.calendar ion-datetime::part(calendar-day){font-family:var(--font-nunito)}ion-modal.calendar ion-datetime::part(wheel-item){font-family:var(--font-nunito)}ion-modal.calendar ion-datetime::part(calendar-day today){color:inherit}@media screen and (max-width: 720px){.el-offer{position:relative;width:320px;min-width:280px;height:240px;border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.el-offer .cont-text{display:flex;flex-direction:column;gap:8px}.el-offer .cont-text .text-1{font-family:var(--font-nunito);font-size:16px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.el-offer .cont-text .text-2{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.el-offer .cont-look{width:100px}.el-offer .cont-look .look{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c;padding:0 2px 2px}.el-offer .image{position:absolute;width:120px;height:auto;bottom:0;right:20px}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;width:calc(100vw - 32px);height:auto;padding:32px 0;gap:32px;border-top:1px solid var(--divider)}.footer .cont-footer{width:calc(100vw - 32px);align-items:flex-start}.footer .cont-footer .first-line{flex-direction:column;align-items:center;justify-content:space-between;gap:32px}.footer .cont-footer .first-line .left{flex-wrap:wrap;width:100%;flex-direction:row;align-items:center;gap:32px}.footer .cont-footer .first-line .left .text{font-weight:700}.footer .cont-footer .first-line .right{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}.footer .cont-footer .second-line{flex-direction:column;align-items:flex-start;gap:32px}.footer .cont-footer .second-line .left{display:flex;flex-direction:column;gap:16px}.footer .cont-footer .second-line .left .top{flex-wrap:wrap}.footer .cont-footer .second-line .left .top .text{white-space:nowrap}.footer .cont-footer .second-line .right{height:100%;display:flex;flex-direction:row;align-items:flex-start;gap:8px}}@media screen and (max-width: 1200px){ion-modal.filter-table-operator_users .body-modal .body .line-date,ion-modal.filter-table-options .body-modal .body .line-date,ion-modal.filter-table-oper-hist .body-modal .body .line-date,ion-modal.filter-table-reviews .body-modal .body .line-date,ion-modal.filter-table-questions .body-modal .body .line-date{display:flex}ion-modal.filter-table-promotions .body-modal .body .line-date{display:flex}ion-modal.modal-change-table .body-modal .body .line-date,ion-modal.filter-table-orders .body-modal .body .line-date{display:flex}ion-modal.filter-table-tours .body-modal .body .line-date,ion-modal.filter-table-product-races .body-modal .body .line-date{display:flex}}@media screen and (max-width: 720px){.popover-header-el-list .body-popover .cont-el-pop .text{white-space:nowrap}.popover-menu-el-list.menu-company{--max-width: 224px;--width: 224px}.popover-menu-el-list .body-popover .cont-el-pop .text{white-space:nowrap}}@media screen and (max-width: 480px){ion-modal.modal-change-table,ion-modal.filter-table-orders{--width: calc(100vw - 32px) }.p-autocomplete-panel,.p-multiselect-panel{max-width:276px}ion-modal.filter-table-tours,ion-modal.filter-table-product-races{--width: calc(100vw - 32px) }ion-modal.filter-table-tours .body-modal .body .line,ion-modal.filter-table-product-races .body-modal .body .line{display:flex;flex-direction:row;gap:12px}ion-modal.filter-table-tours .body-modal .body .line .input-short,ion-modal.filter-table-product-races .body-modal .body .line .input-short{width:218px}ion-modal.filter-table-tours .body-modal .buttons,ion-modal.filter-table-product-races .body-modal .buttons{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.filter-table-operator_users,ion-modal.filter-table-options,ion-modal.filter-table-oper-hist,ion-modal.filter-table-reviews,ion-modal.filter-table-questions{--width: calc(100vw - 32px) }ion-modal.filter-table-promotions{--width: calc(100vw - 32px) }ion-toast.toast{--width: calc(100vw - 32px) ;--min-width: 200px;--max-width: 700px}.cont-input .input::placeholder{font-size:14px}.cont-input .input{font-size:14px}.cont-input .textarea::placeholder{font-size:14px}.cont-input .textarea,.cont-autocomplete .autocomplete .p-autocomplete-input{font-size:14px}.cont-autocomplete .autocomplete .p-autocomplete-input::placeholder{font-size:14px}.cont-select .select .p-multiselect-label-container .p-placeholder,.cont-select .select .p-multiselect-label-container .p-multiselect-label{font-size:14px}}ion-modal.modal-greetings .modal-greetings-cont{border:1px solid var(--pressed-outline);position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:32px;gap:16px}.header-first-page{display:flex;flex-direction:row;height:76px;position:absolute;right:0;top:0;width:calc(100vw - 320px);align-items:center;z-index:999;padding:16px;background-color:transparent;justify-content:space-between}.header-first-page.quick{width:calc(100vw - 840px)}.header-first-page .mobile-header{display:none}.header-first-page .left-header{display:flex;flex-direction:row;gap:4px}.header-first-page .left-header .btn-top-first-page{padding:0 16px;height:44px;border-radius:12px}.header-first-page .left-header .city-select,.header-first-page .left-header .radius-select{display:flex;flex-direction:row;align-items:center;width:116px;height:44px;border-radius:12px;padding:0 16px;gap:12px}.header-first-page .left-header .city-select .text,.header-first-page .left-header .radius-select .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.header-first-page .left-header .city-select svg,.header-first-page .left-header .radius-select svg{min-width:20px}.header-first-page .right-header{display:flex;flex-direction:row;gap:8px}.header-first-page .right-header .favourite{min-width:44px;padding:8px;border-radius:12px;display:flex;align-items:center;justify-content:center}.header-first-page .right-header .btn-login{display:flex;align-items:center;justify-content:center;width:86px;border-radius:12px;padding:0 16px;gap:2px}.header-first-page .right-header .btn-login .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login{--width: 520px;--max-width: 520px;--height: max-content;--max-height: calc(100vh - 64px) ;--border-radius: 12px}ion-modal.modal-login .image-back-login{-webkit-user-select:none;user-select:none;position:absolute;rotate:0deg;max-width:100%;right:0;bottom:0;width:100%}ion-modal.modal-login .body-modal-login{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center}ion-modal.modal-login .body-modal-login .upper-btn-container{display:flex;max-width:320px;width:100%;z-index:2}ion-modal.modal-login .body-modal-login .upper-btn-container .upper-btn{width:50%;text-align:center;font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;color:var(--text-unfilled);cursor:pointer}ion-modal.modal-login .body-modal-login .upper-btn-container .upper-btn-highlighted{width:50%;text-align:center;font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;color:var(--primary-default);cursor:pointer;border-bottom:2px solid var(--primary-default)}ion-modal.modal-login .body-modal-login .form-login{width:320px;max-width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}ion-modal.modal-login .body-modal-login .form-login .password-container{width:100%}ion-modal.modal-login .body-modal-login .form-login .login,ion-modal.modal-login .body-modal-login .form-login .password{width:100%}ion-modal.modal-login .body-modal-login .form-login .password-text{font-family:var(--font-nunito);font-size:12px;line-height:16px;color:var(--text-muted);font-weight:400;margin-top:4px;text-align:left;width:100%;padding-left:6px;letter-spacing:.04em}ion-modal.modal-login .body-modal-login .form-login .cont-alert-box{max-width:100%;white-space:wrap}ion-modal.modal-login .body-modal-login .separator-container{display:flex;align-items:center;width:100%;max-width:320px}ion-modal.modal-login .body-modal-login .separator-container .line{flex-grow:1;height:1px;background-color:#ccc;border:none;margin:0 8px;padding:0}ion-modal.modal-login .body-modal-login .separator-container .line .separator-text{color:var(--text-muted);font-size:14px;white-space:nowrap}ion-modal.modal-login .body-modal-login .form-login .cont-alert-box .info .cont-text{max-width:100%;width:max-content}ion-modal.modal-login .body-modal-login .form-login .checkbox .cont-text{padding:2px 0;width:100%;font-family:var(--font-nunito);font-size:12px;letter-spacing:.04em}ion-modal.modal-login .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}ion-modal.recovery{--height: max-content !important}.body-modal-login{display:none}.main-content-container{height:100%;width:100%}.main-content-body{display:flex;height:100%;background-color:#fff;margin-top:76px;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.main-content-body::-webkit-scrollbar{display:none}.main-content-body .body-image-container{width:45%;height:100vh;position:sticky;top:0;overflow:hidden}.main-content-body .body-image-container .main-content-image{width:100%;height:100%;object-fit:cover}.main-content-body .content-body-container{padding-bottom:100px;margin:auto}.main-content-body .content-body-container .modal-login-partner{--width: 520px;--max-width: 520px;--height: max-content;--border-radius: 12px}.main-content-body .content-body-container .modal-login-partner .body-modal-login{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center}.main-content-body .content-body-container .modal-login-partner .body-modal-login .title{gap:8px;display:flex;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.main-content-body .content-body-container .modal-login-partner .body-modal-login .title .title-lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.main-content-body .content-body-container .modal-login-partner .body-modal-login .alert-register-partner{width:480px}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px;width:320px;max-width:90%}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .checkbox-cont{font-family:var(--font-nunito)}.main-content-body .content-body-container .modal-login-partner .body-modal-login .cont-close-btn{display:none}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .cont-alert-box{max-width:100%;overflow:hidden;white-space:wrap}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .cont-alert-box .info .cont-text{max-width:100%;width:max-content}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .password-container{width:100%}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .login,.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .password{width:100%;height:44px;padding:6px}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .password-text{font-family:var(--font-nunito);font-size:12px;line-height:16px;color:var(--text-muted);font-weight:400;margin-top:4px;text-align:left;width:100%;padding-left:6px;letter-spacing:.04em}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .login .input,.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .password .input{width:100%;padding:4px 6px}ion-modal.modal-login-partner .main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .checkbox .cont-text{padding:2px 0}ion-modal.modal-login-partner .main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login-partner .main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}ion-modal.modal-login-partner .main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .cont-btn{display:flex;flex-direction:row;align-items:center;gap:8px}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .cont-input-code{display:flex;flex-direction:row;gap:8px}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .input-code{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .input-code::placeholder{color:#b0afb8}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .input-code.error{background-color:var(--input-background-error);border:1px solid var(--input-border-error)}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .send-again-text-cont .first-text-send-again,.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .send-again-text-cont .timer{opacity:.4}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .btn-login{width:86px;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em}.main-content-body .content-body-container .modal-login-partner .body-modal-login .form-login .btn-login.register{width:189px}.main-content-body .content-body-container .modal-login-partner .body-modal-login .lower-btn{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}.main-content-body .content-body-container .modal-login-partner .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.main-content-body .content-body-container .modal-login-recovery{--width: 520px;--max-width: 520px;--height: auto;--border-radius: 12px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center;max-height:calc(100vh - 64px);overflow:auto}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .close-alert-message{display:flex;position:relative;z-index:1;align-items:center;justify-content:center;width:105px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .title{gap:8px;display:flex;position:relative;z-index:1;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-weight:700;line-height:36px;letter-spacing:0em;font-size:28px;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .title .cont{display:flex;flex-direction:column;align-items:center}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .title .title-lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .alert-register-partner{width:480px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login{width:320px;max-width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .cont-alert-box{max-width:100%;overflow:hidden;white-space:wrap}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .cont-alert-box .info .cont-text{max-width:100%;width:auto}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .login,.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .password{width:100%;height:44px;padding:6px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .login .input,.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .password .input{width:100%;padding:4px 6px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .checkbox .cont-text{padding:2px 0}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .btn-login{width:137px;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .btn-login.register{width:max-content}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .form-login .btn-login.recovery-btn{width:114px}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .lower-btn{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}.main-content-body .content-body-container .modal-login-recovery .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.main-content-body .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}.main-content-body .send-again-text-cont .first-text-send-again,.main-content-body .send-again-text-cont .timer{opacity:.4}.main-content-body .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}ion-modal.modal-login-recovery{--width: 520px;--max-width: 520px;--height: auto;--border-radius: 12px}ion-modal.modal-login-recovery .image-back-login{-webkit-user-select:none;user-select:none;position:absolute;rotate:0deg;max-width:100%;right:0;bottom:0;width:100%}ion-modal.modal-login-recovery .body-modal-login{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center;max-height:calc(100vh - 64px);overflow:auto}ion-modal.modal-login-recovery .body-modal-login .form-login{width:320px;max-width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}ion-modal.modal-login-recovery .body-modal-login .form-login .cont-alert-box{max-width:100%;overflow:hidden;white-space:wrap}ion-modal.modal-login-recovery .body-modal-login .form-login .cont-alert-box .info .cont-text{max-width:100%;width:auto}ion-modal.modal-login-recovery .body-modal-login .form-login .login,ion-modal.modal-login-recovery .body-modal-login .form-login .password{width:100%;height:44px;padding:6px}ion-modal.modal-login-recovery .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.left-menu-tours{position:absolute;z-index:1;top:0;left:0;width:320px;height:100vh;background-color:var(--surface)}.left-menu-tours .header-left-menu{height:168px;width:100%;padding:16px;box-shadow:0 4px 8px #0000001f;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.left-menu-tours .header-left-menu .up-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.left-menu-tours .header-left-menu .up-header .logo{height:76px}.left-menu-tours .header-left-menu .up-header .btn-menu-left{max-height:36px}.left-menu-tours .header-left-menu .input-search-tour{width:100%}.left-menu-tours .header-left-menu .filter-btn{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.left-menu-tours .header-left-menu .cont-logo{display:flex;flex-direction:row;align-items:center;width:208px;gap:4px}.left-menu-tours .header-left-menu .cont-logo .btn-menu-left{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.left-menu-tours .content-left-menu{display:block;position:relative;height:calc(100vh - 168px);overflow:hidden}.left-menu-tours .content-left-menu .content{width:100%}.left-menu-tours .content-left-menu .scroll{position:relative;height:calc(100vh - 168px);padding:0 0 0 16px;overflow-y:scroll;overflow-x:hidden}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar{width:14px}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-button{width:0;height:0;display:none}.left-menu-tours .content-left-menu .scroll ::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 5px #ddd;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-corner{background-color:transparent}.left-menu-tours .content-left-menu .scroll.search{padding:16px 0}.left-menu-tours .content-left-menu .scroll .el-search{cursor:pointer;width:100%;padding:0 8px 0 16px;display:flex;flex-direction:row;gap:16px;align-items:center}.left-menu-tours .content-left-menu .scroll .el-search:hover{background-color:var(--unfilled)}.left-menu-tours .content-left-menu .scroll .el-search .cont-img{min-width:24px;min-height:24px}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px 12px 0;gap:16px}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search.border{border-bottom:1px solid var(--divider)}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .left{display:flex;width:181px;flex-direction:column}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .left .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .right{display:flex;flex-direction:column}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .right .rating{display:flex;align-items:center;flex-direction:row;gap:4px}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.left-menu-tours .content-left-menu:after{content:"";position:absolute;z-index:-1;height:calc(100vh - 20px);top:10px;right:-5px;width:5px;background:#666}ion-menu.main-left-menu .menu{display:flex;flex-direction:column;gap:16px;padding:16px}ion-menu.main-left-menu .menu .close-left-menu{position:absolute;right:16px;top:16px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .l{width:100%;border-top:1px solid var(--divider)}ion-menu.main-left-menu .menu .btn-menu{display:flex;flex-direction:column;padding:16px 0;gap:4px;margin-top:16px}ion-menu.main-left-menu .menu .btn-menu .menu-item{display:flex;flex-direction:row;padding:8px;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .btn-menu .menu-item .text-menu-item{padding:0 6px;font-family:var(--font-nunito);font-size:14px;font-weight:640;line-height:20px;letter-spacing:.02em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}ion-menu.main-left-menu .menu .btn-menu.btn-menu-client{margin-top:0}ion-menu.main-left-menu .menu .btn-login-left-menu{width:288px;border-radius:12px;padding:0 16px;gap:2px;display:flex;flex-direction:row;align-items:center;justify-content:center}ion-menu.main-left-menu .menu .btn-login-left-menu .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.main-left-menu .menu .other-btns{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .other-btns .other-btn{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .contacts{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .contacts .text-contacts{font-family:var(--font-nunito);color:var(--link);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}ion-menu.main-left-menu .menu .address{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .address .text-address{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.main-left-menu .menu .circles{display:flex;flex-direction:row;gap:4px}ion-menu.main-left-menu .menu .circles img{cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu-filter .body-filter .mem .val-mem .right .val-mem-cur{width:44px;padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-menu.main-left-menu-filter .footer-menu{height:76px;width:100%;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 16px;gap:4px;box-shadow:0 -4px 8px #0000001f}ion-menu.main-left-menu-filter .footer-menu .width{width:162px}.about-content{display:flex;flex-direction:column;align-items:center;gap:32px}.about-content .items{width:1120px;max-width:calc(100vw - 64px);padding:32px 0;gap:32px;display:flex;flex-direction:row;align-items:flex-start}.about-content .items .item{display:flex;flex-direction:column;align-items:center;width:352px;height:100%;gap:16px}.about-content .values{display:flex;flex-direction:column;width:1120px;max-width:calc(100vw - 64px);height:max-content;padding:32px 0;gap:16px}.about-content .values .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em}.about-content .mission{display:flex;width:1120px;max-width:calc(100vw - 64px);height:456px;padding:32px 0;gap:16px}.inf-content .cont-inf{width:1120px;display:flex;flex-direction:column;align-items:center;padding:32px 0;gap:16px}.cont-quick-show{position:absolute;width:520px;left:320px;top:0;height:100vh;background-color:#fff;border:1px solid var(--divider)}.cont-quick-show .header-quick{position:relative;padding:0 16px;height:76px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4px}.cont-quick-show .header-quick .stages{display:flex;flex-direction:row;align-items:flex-end;gap:4px}.cont-quick-show .header-quick .stages .el-tabs{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;justify-content:center;height:76px;gap:2px;padding:0 6px}.cont-quick-show .header-quick .stages .el-tabs .text-tabs{padding:0 2px;color:var(--text-unfilled);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-show .header-quick .stages .el-tabs .value-tabs{background-color:#e6e5ea;padding:0 6px;display:flex;align-items:center;justify-content:center;border-radius:800px;min-width:20px;width:max-content;height:20px;color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-show .header-quick .stages .el-tabs.active-tabs{border-bottom:2px solid var(--primary-default);height:74px}.cont-quick-show .header-quick .stages .el-tabs.active-tabs .text-tabs{color:var(--primary-default)}.cont-quick-show .header-quick .stages .el-tabs.active-tabs .value-tabs{background-color:#4b4957;color:#fff}.cont-quick-show .header-quick .name{display:none}.cont-quick-show .info-cont{position:relative}.cont-quick-show .info-cont .scroll-quick{padding:32px 4px 32px 16px!important;display:flex;flex-direction:column;gap:16px;position:relative;height:calc(100vh - 80px);padding:0;overflow-y:scroll;overflow-x:hidden}.cont-quick-show .info-cont .scroll-quick::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}.cont-quick-show .info-cont .scroll-quick::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}.cont-quick-show .info-cont .scroll-quick::-webkit-scrollbar{width:14px}.cont-quick-show .info-cont .scroll-quick::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}.cont-quick-show .info-cont .scroll-quick::-webkit-scrollbar-button{width:0;height:0;display:none}.cont-quick-show .info-cont .scroll-quick ::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 5px #ddd;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}.cont-quick-show .info-cont .scroll-quick::-webkit-scrollbar-corner{background-color:transparent}.cont-quick-show .info-cont .btns{display:flex;flex-direction:row;gap:8px}.cont-quick-show .info-cont .btns .btn-quick-show{padding:0 4px}.cont-quick-show .info-cont .btns .btn-quick-show.favorite .text-btn{color:#f74439}.cont-quick-show .info-cont .btns .btn-quick-show.favorite .text-btn svg path{stroke:transparent}.cont-quick-show .info-cont .l{width:100%;border-bottom:1px solid var(--divider)}.cont-quick-show .info-cont .title-cont{display:flex;flex-direction:column;gap:12px}.cont-quick-show .info-cont .title-cont .rate{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-show .info-cont .title-cont .rate .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-show .info-cont .title-cont .rate .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .title-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .title-cont .genres-cont{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.cont-quick-show .info-cont .block-cont{display:flex;flex-direction:row;gap:8px}.cont-quick-show .info-cont .block-cont .block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 8px;border-radius:10px;gap:8px;background-color:var(--unfilled);height:120px;min-width:157.33px;flex-basis:0;flex-grow:1}.cont-quick-show .info-cont .block-cont .block .cont-text{display:flex;flex-direction:column;align-items:center}.cont-quick-show .info-cont .block-cont .block .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.cont-quick-show .info-cont .block-cont .block .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.cont-quick-show .info-cont .block-cont .block .cont-text .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.cont-quick-show .info-cont .block-cont .block .cont-text .row-price .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.cont-quick-show .info-cont .block-cont .block .cont-text .row-price .text.promotion{color:var(--success)}.cont-quick-show .info-cont .block-cont .block .cont-text .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .cont-images{display:flex;flex-direction:column;flex-wrap:wrap;gap:4px}.cont-quick-show .info-cont .cont-images .main-img{height:240px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.cont-quick-show .info-cont .cont-images .main-img img{object-fit:cover;width:100%;height:100%}.cont-quick-show .info-cont .cont-images .other-image{display:flex;gap:4px;flex-wrap:wrap}.cont-quick-show .info-cont .cont-images .other-image .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:200px;overflow:hidden;min-width:200px;flex-basis:0;flex-grow:1}.cont-quick-show .info-cont .cont-images .other-image .image img{object-fit:cover;width:100%;height:100%;border-radius:8px}.cont-quick-show .info-cont .cont-images .other-image .image:last-child img{border-radius:8px}.cont-quick-show .info-cont .cont-description{font-family:var(--font-source);font-size:16px;font-weight:400;line-height:24px;text-align:left;color:var(--text)}.cont-quick-show .info-cont .cont-description p{margin:0}.cont-quick-show .info-cont .fade{position:fixed;pointer-events:none;width:500px;height:60px;bottom:0;background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.cont-quick-show .info-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .point-start{display:flex;flex-direction:column;border:1px dashed #879fff;border-radius:10px;padding:20px;gap:8px}.cont-quick-show .info-cont .point-start .title-point-start-cont{display:flex;flex-direction:column;gap:4px}.cont-quick-show .info-cont .point-start .title-point-start-cont .title-point-start{display:flex;flex-direction:row;align-items:center;gap:4px}.cont-quick-show .info-cont .point-start .title-point-start-cont .title-point-start .text{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .point-start .title-point-start-cont .coor-name{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .point-start .title-point-start-cont .timezone{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .point-start .cont-images{width:100%;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.cont-quick-show .info-cont .point-start .cont-images .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:144px;overflow:hidden;width:144px}.cont-quick-show .info-cont .point-start .cont-images .image img{object-fit:cover;width:100%;height:100%}.cont-quick-show .info-cont .point-start .cont-images .image:last-child img{border-radius:8px}.cont-quick-show .info-cont .point-start .description{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;white-space:pre-wrap}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content{padding:0 0 0 16px;width:416px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details{display:flex;flex-direction:column;gap:8px;position:relative}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .icon-info-details{pointer-events:none;position:absolute;right:0;top:0}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .icon-info-details.active{transform:rotate(90deg)!important}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont{display:flex;flex-direction:column;gap:8px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title{display:flex;flex-direction:column;cursor:pointer}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .title{width:400px;color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;width:90%}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .collect-time{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-reviews-details.hide{display:none}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;white-space:pre-wrap;letter-spacing:.01em;text-align:left;margin-bottom:8px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:400px;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;margin-bottom:32px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:144px;overflow:hidden;width:144px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image img{object-fit:cover;width:100%;height:100%}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image:last-child img{border-radius:8px}.cont-quick-show .info-cont .rating-cont{display:flex;flex-direction:row;justify-content:space-between}.cont-quick-show .info-cont .rating-cont .rate{display:flex;flex-direction:row;gap:8px;align-items:center}.cont-quick-show .info-cont .rating-cont .rate .star-rev-quick-show{width:36px;height:36px}.cont-quick-show .info-cont .rating-cont .rate .value{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.cont-quick-show .info-cont .cont-reviews,.cont-quick-show .info-cont .cont-reviews .items{display:flex;flex-direction:column;gap:16px}.cont-quick-show .info-cont .cont-reviews .items .item{display:flex;flex-direction:column;gap:8px}.cont-quick-show .info-cont .cont-reviews .items .item .user-info{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-show .info-cont .cont-reviews .items .item .user-info .circle{display:flex;align-items:center;justify-content:center;border-radius:800px;overflow:hidden}.cont-quick-show .info-cont .cont-reviews .items .item .user-info .circle img{object-fit:cover;width:100%;height:100%}.cont-quick-show .info-cont .cont-reviews .items .item .user-info .name{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.cont-quick-show .info-cont .cont-reviews .items .item .user-rate{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-show .info-cont .cont-reviews .items .item .user-rate .when{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .cont-reviews .items .item .user-review{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.cont-quick-show .info-cont .cont-reviews .items .item .cont-images{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}.cont-quick-show .info-cont .cont-reviews .items .item .cont-images .image{width:120px;display:flex;align-items:center;justify-content:center;height:120px;overflow:hidden;border-radius:8px}.cont-quick-show .info-cont .cont-reviews .items .item .cont-images .image img{width:100%;height:100%;object-fit:cover}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response{display:flex;flex-direction:column;gap:4px}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response .upper{display:flex;flex-direction:row;gap:8px;align-items:center}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response .upper .circle-response{width:32px;height:32px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response .upper .circle-response img{object-fit:cover;width:100%;height:100%}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response .upper .name-response{color:var(--text);font-family:var(--font-source);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response .upper .date-response{color:var(--text-muted);font-family:var(--font-source);font-size:15px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .cont-reviews .items .item .cont-response .response .text-response{width:100%;color:var(--text);font-family:var(--font-source);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .title-opt,.cont-quick-show .info-cont .title-races{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .options-cont{display:flex;flex-direction:column;gap:12px}.cont-quick-show .info-cont .options-cont .block{gap:12px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;display:flex;flex-direction:row;justify-content:space-between;border-radius:10px;padding:12px}.cont-quick-show .info-cont .options-cont .block .right-block{white-space:nowrap;width:max-content}.cont-quick-show .info-cont .options-cont .block .right-block .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .options-cont .block .right-block .text-free{color:#029c3f;font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .races-cont{display:flex;flex-direction:column;padding:16px;gap:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;border-radius:10px}.cont-quick-show .info-cont .races-cont .races-rate{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-show .info-cont .races-cont .races-rate .value{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-show .info-cont .races-cont .races-rate .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .races-cont .cont-select{display:flex;flex-direction:column;gap:4px}.cont-quick-show .info-cont .races-cont .cont-select .title-select{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .races-cont .val-mem{display:flex;flex-direction:row;justify-content:space-between;gap:4px}.cont-quick-show .info-cont .races-cont .val-mem .left{display:flex;flex-direction:column}.cont-quick-show .info-cont .races-cont .val-mem .left .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-show .info-cont .races-cont .val-mem .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .races-cont .val-mem .right{display:flex;flex-direction:row;gap:4px;align-items:center}.cont-quick-show .info-cont .races-cont .val-mem .right .val-mem-cur{width:44px;padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.cont-quick-show .info-cont .races-cont .ld{border-bottom:1px dashed var(--divider)}.cont-quick-show .info-cont .races-cont .info-cost{display:flex;flex-direction:column;gap:4px}.cont-quick-show .info-cont .races-cont .info-cost .cost{display:flex;flex-direction:row;justify-content:space-between}.cont-quick-show .info-cont .races-cont .info-cost .cost .title-cost,.cont-quick-show .info-cont .races-cont .info-cost .cost .val-cost{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .races-cont .info-cost .cost .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.cont-quick-show .info-cont .races-cont .info-cost .cost .row-price .val-cost{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .races-cont .info-cost .cost .row-price .val-cost.promotion{color:var(--success)}.cont-quick-show .info-cont .races-cont .info-cost .cost .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.cont-quick-show .info-cont .races-cont .info-cost .cost .total{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-show{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:76px}.body-show .cont-show .title-cont .rating .left,.body-show .cont-show .title-cont .rating .right{display:flex;flex-direction:row;align-items:center;gap:8px}.body-show .cont-show .images-cont .left img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .images-cont .right .image img{width:100%;height:100%;object-fit:cover}.body-show .cont-show .cont-information .left .description,.body-show .cont-show .cont-information .left .description_inc_price{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable{position:relative;display:flex;flex-direction:row;align-items:center;padding:16px;border-radius:10px;gap:16px;background-color:var(--unfilled);min-width:237.33px;flex-basis:0;flex-grow:1}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable img{width:40px;height:40px;object-fit:cover}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .icon-active{opacity:40%}.body-show .cont-show .cont-information .left .description-inc{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .left .options-cont{display:flex;flex-direction:column;gap:12px}.body-show .cont-show .cont-information .left .options-cont .block{gap:12px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;display:flex;flex-direction:row;justify-content:space-between;border-radius:10px;padding:12px}.body-show .cont-show .cont-information .left .options-cont .block .right-block{white-space:nowrap;width:max-content}.body-show .cont-show .cont-information .left .options-cont .block .right-block .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .left .options-cont .block .right-block .text-free{color:#029c3f;font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top{position:absolute;top:282px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top .leaflet-control-zoom-in{display:flex;align-items:center;justify-content:center}.body-show .cont-show .cont-information .left .cont-details .point-start{display:flex;flex-direction:column;border:1px dashed #879fff;border-radius:10px;padding:20px;gap:8px}.body-show .cont-show .cont-information .left .cont-details .point-start .title-point-start-cont .timezone{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .point-start .description{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .point-start .title-container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.body-show .cont-show .cont-information .left .cont-details .point-start .title-container .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:28px;letter-spacing:.01em;text-align:left;max-width:600px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.body-show .cont-show .cont-information .left .cont-details .point-start .title-container .time{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:28px;letter-spacing:.01em;text-align:left;padding-right:16px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline{gap:12px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .icon-info-details.active{transform:rotate(90deg)!important}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title{display:flex;flex-direction:column;cursor:pointer}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;width:660px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;width:90%}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;white-space:pre-wrap;letter-spacing:.01em;text-align:left;margin-bottom:8px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response{display:flex;flex-direction:column;gap:4px}.body-show .cont-show .cont-information .right .races-cont .val-mem .right-btn .val-mem-cur{width:44px;padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .oferta-buttons .oferta-button{width:100%}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .oferta-buttons .separator-container{display:flex;align-items:center;width:100%;margin:16px 0}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .oferta-buttons .separator-container .line{flex-grow:1;height:1px;background-color:#ccc;border:none;margin:0 8px;padding:0}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .oferta-buttons .separator-container .separator-text{color:var(--text-muted);font-size:14px;white-space:nowrap}.quick-s .cont-map-q{position:absolute;right:0;width:calc(100vw - 840px)}.quick-s .cont-map-q #map-show{width:calc(100vw - 840px);height:100vh;position:relative}.page-review{display:flex;flex-direction:column;gap:32px;justify-content:space-between;height:100%;align-items:center}.page-review .body-rev-page{display:flex;flex-direction:column;gap:32px;width:1120px;max-width:100%;padding:32px}.page-review .body-rev-page .create-review-cont .left{display:flex;width:728px;flex-direction:column;gap:32px;min-width:544px}.page-review .body-rev-page .create-review-cont .right{min-width:320px}.page-review .body-rev-page .create-review-cont .right .cont-send{width:100%;min-width:320px;display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:10px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}ion-modal.modal-create-question{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-create-question .cont-create-quest{padding:16px;display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 64px);height:100%;overflow:auto}ion-modal.modal-create-question .cont-create-quest .info-tour .image{width:80px;height:80px;min-width:80px;min-height:80px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}ion-modal.modal-cancel-orders{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-cancel-orders .modal-cancel-body{padding:16px;display:flex;flex-direction:column;gap:16px;height:100%;max-height:calc(100vh - 64px);overflow:auto}ion-modal.modal-cancel-orders .modal-cancel-body .scroll{display:flex;flex-direction:column;gap:16px}ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel .first,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .first,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel .third,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .third{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel .first .link,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .first .link,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel .third .link,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .third .link{cursor:pointer;color:var(--link)}ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel .second,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .second{list-style-type:disc;padding-inline-start:24px}ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel .second li,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .second li{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel{display:flex;flex-direction:column;gap:8px}.favorite-cont{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:space-between}.favorite-cont .favorite-body{width:1120px;display:flex;flex-direction:column;gap:32px;padding:32px 0}.favorite-cont .favorite-body .title-fav{font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .favotite{display:flex;flex-direction:column;gap:32px}.favorite-cont .favorite-body .favotite .cont-fav-tour{display:flex;flex-direction:row;align-items:center;gap:32px}.favorite-cont .favorite-body .favotite .cont-fav-tour .image{position:relative;width:240px;height:200px;overflow:hidden;border-radius:10px;display:flex;align-items:center;justify-content:center}.favorite-cont .favorite-body .favotite .cont-fav-tour .image img{object-fit:cover;width:100%;height:100%}.favorite-cont .favorite-body .favotite .cont-fav-tour .image .cont-val-images{position:absolute;display:flex;align-items:center;justify-content:center;width:max-content;padding:9px;height:36px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-nunito);color:var(--neutral);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour{display:flex;flex-direction:column;gap:8px;width:536px}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf{display:flex;flex-direction:column;gap:4px;width:536px}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf .cont-rating{display:flex;flex-direction:row;align-items:center;gap:8px}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf .cont-rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf .cont-rating .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-genres{display:flex;flex-wrap:wrap;flex-direction:row;gap:4px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body{width:280px;display:flex;flex-direction:column;gap:8px;justify-content:center}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa.promotion{color:var(--success)}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .duration{color:var(--text-muted);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv{display:flex;flex-direction:column;gap:8px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn .text-btn{align-items:center}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn .text-btn svg path{stroke:transparent}.favorite-cont .favorite-body .l{border-bottom:1px solid var(--divider)}.favorite-cont .favorite-body .title-most{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.favorite-cont .favorite-body .title-most .text{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .cont-tours-most-popular{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.favorite-cont .favorite-body .cont-tours-most-popular .tour{position:relative;display:flex;cursor:pointer;width:360px;flex-direction:column}.favorite-cont .favorite-body .cont-tours-most-popular .tour .image{position:relative;border-radius:10px;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.favorite-cont .favorite-body .cont-tours-most-popular .tour .image img{object-fit:cover;width:100%;height:100%}.favorite-cont .favorite-body .cont-tours-most-popular .tour .image .cont-val-images{position:absolute;display:flex;align-items:center;justify-content:center;width:max-content;padding:9px;height:36px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-nunito);color:var(--neutral);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info{display:flex;flex-direction:column;gap:8px;padding:12px 0}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .cont-title{display:flex;flex-direction:column;gap:4px}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .cont-title .rating-cont{display:flex;flex-direction:row;align-items:center;gap:8px}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .cont-title .rating-cont .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .cont-title .rating-cont .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .cont-title .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont{display:flex;flex-direction:column}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left{display:flex;flex-direction:row;align-items:center;gap:4px}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left .summa{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left .summa.promotion{color:var(--success)}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left .duration{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav{position:relative}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav .text-btn svg path{stroke:transparent}@media screen and (max-width: 1200px){.list-tour-mobile{display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:99999;height:100vh;width:100vw;background-color:#fff}.list-tour-mobile .scroll{margin-top:52px;margin-bottom:52px;height:calc(100vh - 104px);overflow-x:hidden;overflow-y:scroll;padding:12px 16px 20px}.list-tour-mobile .scroll .tour-el{flex-direction:row}.list-tour-mobile .btns{background-color:#fff;justify-content:center;height:52px;display:flex;padding:0 8px;position:fixed;bottom:0;width:100%;flex-direction:row;gap:8px;align-items:center}.list-tour-mobile .btns .custom-btn{width:calc(50vw - 4px)}.bottom-menu{width:100%;padding:20px 16px;position:fixed;bottom:0;left:0;z-index:9999;display:flex;flex-direction:row;gap:8px}.bottom-menu .list{width:100%}.body-search{display:flex;flex-direction:column;padding:20px 16px;width:100vw;height:100vh;gap:16px;position:fixed;z-index:99999;background-color:#fff}.body-search .header-body-search{height:44px;width:calc(100vw - 32px);display:flex;align-items:center;flex-direction:row;gap:8px}.body-search .header-body-search .input-search-tour{width:calc(100vw - 108px)}.body-search .search-list-cont{cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:flex-start}.body-search .search-list-cont .el-search{width:100%;display:flex;align-items:center;flex-direction:row;gap:16px}.body-search .search-list-cont .el-search:hover{background-color:#f4f3f6}.body-search .search-list-cont .el-search .cont-img{min-width:24px;min-height:24px}.body-search .search-list-cont .el-search .cont-inf-el-search{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px 12px 0;gap:16px}.body-search .search-list-cont .el-search .cont-inf-el-search.border{border-bottom:1px solid var(--divider)}.body-search .search-list-cont .el-search .cont-inf-el-search .left{display:flex;width:181px;flex-direction:column}.body-search .search-list-cont .el-search .cont-inf-el-search .left .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-search .search-list-cont .el-search .cont-inf-el-search .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-search .search-list-cont .el-search .cont-inf-el-search .right{display:flex;flex-direction:column}.body-search .search-list-cont .el-search .cont-inf-el-search .right .rating{display:flex;align-items:center;flex-direction:row;gap:4px}.body-search .search-list-cont .el-search .cont-inf-el-search .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-show{overflow:hidden;width:100vw;left:0;height:100vh;position:relative;z-index:999999}.cont-quick-show .header-quick,.cont-quick-show .header-quick .stages .el-tabs{height:44px}.cont-quick-show .header-quick .stages .el-tabs.active-tabs{height:42px}.cont-quick-show .info-cont .scroll-quick{padding:32px 10px 32px 16px!important;height:100vh}.cont-quick-show .info-cont .btns{display:flex;flex-direction:row;gap:8px}.cont-quick-show .info-cont .btns .btn-quick-show{padding:0 4px}.cont-quick-show .info-cont .btns .btn-quick-show.new-window{display:none}.cont-quick-show .info-cont .title-cont .title{font-size:22px;line-height:32px}.cont-quick-show .info-cont .block-cont{flex-wrap:wrap}.cont-quick-show .info-cont .block-cont .block{min-width:155px}.cont-quick-show .info-cont .cont-images .other-image{display:flex;gap:4px;flex-wrap:wrap}.cont-quick-show .info-cont .cont-images .other-image .image{height:240px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;min-width:100%;flex-basis:0;flex-grow:1}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content{width:256px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .title{width:300px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:256px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{height:120px;width:120px}.cont-quick-show .info-cont .rating-cont{flex-wrap:wrap;gap:16px}.cont-quick-show .info-cont .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.cont-quick-show .info-cont .cont-reviews .items{display:flex;flex-direction:column;gap:16px}.header-first-page{height:initial;padding:20px 16px;width:100vw}.header-first-page.quick,.header-first-page .left-header,.header-first-page .right-header{display:none}.header-first-page .mobile-header{padding:8px 6px;display:flex;flex-direction:row;align-items:center;width:100%;border-radius:10px;background-color:#fff}.header-first-page .mobile-header .input-search-tour{width:100%;background:transparent}.left-menu-tours{display:none;position:absolute;z-index:1;top:0;left:0;width:320px;height:100vh;background-color:var(--surface)}.left-menu-tours .header-left-menu{height:168px;width:100%;padding:16px;box-shadow:0 4px 8px #0000001f;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.left-menu-tours .header-left-menu .up-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.left-menu-tours .header-left-menu .up-header .logo{height:76px}.left-menu-tours .header-left-menu .up-header .btn-menu-left{max-height:36px}.left-menu-tours .header-left-menu .input-search-tour{width:100%}.left-menu-tours .header-left-menu .filter-btn{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.left-menu-tours .header-left-menu .cont-logo{display:flex;flex-direction:row;align-items:center;width:208px;gap:4px}.left-menu-tours .header-left-menu .cont-logo .btn-menu-left{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.left-menu-tours .content-left-menu{display:block;position:relative;height:calc(100vh - 168px);overflow:hidden}.left-menu-tours .content-left-menu .content{width:100%}.left-menu-tours .content-left-menu .scroll{width:314px;position:relative;height:calc(100vh - 168px);padding:0 0 0 11px;overflow-y:scroll;overflow-x:hidden}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar{display:block;width:5px}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-track{background:transparent}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-thumb{border-radius:8px;background:#2226}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-track-piece:end{background:#22222214;margin-bottom:8px;border-radius:8px}.left-menu-tours .content-left-menu .scroll::-webkit-scrollbar-track-piece:start{background:#22222214;border-radius:8px;margin-top:8px}.left-menu-tours .content-left-menu .scroll.search{padding:16px 0}.left-menu-tours .content-left-menu .scroll .el-search{cursor:pointer;width:100%;padding:0 8px 0 16px;display:flex;flex-direction:row;gap:16px;align-items:center}.left-menu-tours .content-left-menu .scroll .el-search:hover{background-color:#f4f3f6}.left-menu-tours .content-left-menu .scroll .el-search .cont-img{min-width:24px;min-height:24px}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px 12px 0;gap:16px}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search.border{border-bottom:1px solid var(--divider)}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .left{display:flex;width:181px;flex-direction:column}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .left .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .right{display:flex;flex-direction:column}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .right .rating{display:flex;align-items:center;flex-direction:row;gap:4px}.left-menu-tours .content-left-menu .scroll .el-search .cont-inf-el-search .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.left-menu-tours .content-left-menu:after{content:"";position:absolute;z-index:-1;height:calc(100vh - 20px);top:10px;right:-5px;width:5px;background:#666}.for-partners-content .back-image{min-width:360px}.for-partners-content .top-hat{height:408px;padding:0 16px}.for-partners-content .top-hat .content{padding:16px 24px;min-width:328px}.for-partners-content .top-hat .content .center-content{width:100%}.for-partners-content .top-hat .content .center-content .text .large-text{font-size:48px;font-weight:700;line-height:52px;letter-spacing:-.02em;text-align:center}.for-partners-content .info-cont .cont-offer{width:100%;padding:16px}.for-partners-content .info-cont .cont-offer .title{font-size:28px;font-weight:700;line-height:36px}.for-partners-content .info-cont .cont-offer .blocks{width:100%}.for-partners-content .info-cont .cont-offer .blocks .block{display:flex;flex-direction:column;width:48%;height:152px;border-radius:16px}.for-partners-content .offer-stage{width:100%;padding:16px}.for-partners-content .offer-stage .stage{flex-direction:row;gap:32px;padding:16px 0}.for-partners-content .offer-stage .stage .text{padding:16px;min-width:384px}.for-partners-content .offer-stage .stage .text .number-1{top:0;right:312px}.for-partners-content .offer-stage .stage .text .number-2,.for-partners-content .offer-stage .stage .text .number-3,.for-partners-content .offer-stage .stage .text .number-4,.for-partners-content .offer-stage .stage .text .number-5,.for-partners-content .offer-stage .stage .text .number-6{display:none}.for-partners-content .offer-stage .stage .text .bold{font-size:20px;font-weight:700;line-height:28px}.for-partners-content .offer-stage .stage .image-stage{width:calc(100vw - 448px)}.for-partners-content .offer-stage .stage2{flex-direction:row}.for-partners-content .tryyourself{width:calc(100vw - 32px);height:548px;padding:20px 0;border-radius:16px;background-color:var(--substrate)}.for-partners-content .tryyourself .cont{min-width:656px;width:calc(100% - 80px);height:484px;padding:20px 16px;border-radius:10px}.for-partners-content .tryyourself .cont .title .bold{font-size:36px;line-height:48px}.for-partners-content .tryyourself .cont .line{width:100%}.for-partners-content .weworkwith{width:100%;padding:32px}.for-partners-content .weworkwith .title{font-size:28px;line-height:36px}.for-partners-content .weworkwith .blocks{flex-direction:row}.for-partners-content .weworkwith .blocks .block{width:100%;height:208px;border-radius:16px}.for-partners-content .weworkwith .blocks .block img{width:64px;height:64px}.for-partners-content .faq{width:100%;padding:16px}.for-partners-content .faq .cont-faq .title{font-size:22px;line-height:32px}.for-partners-content .faq .cont-faq .item-accord-group{display:flex;flex-direction:column;gap:12px}.for-partners-content .faq .cont-faq .item-accord-group .item-accord{width:100%}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item{--min-height: 52px;--background: var(--surface);--background-activated: transparent;--background-focused: transparent;--background-hover: transparent;--background-activated-opacity: transparent;--background-focused-opacity: transparent;--background-hover-opacity: transparent;--border-width: 0 0 0 0;--ripple-color: transparent}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item div{padding:12px 0;max-width:calc(100vw - 92px)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item.accordion-expanding>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.body-show .cont-show{width:100%;padding:32px}.body-show .cont-show .title-cont .title{font-size:28px;font-weight:700;line-height:36px}.body-show .cont-show .images-cont{display:flex;flex-direction:row;gap:4px;border-radius:12px;width:100%;justify-content:space-between;overflow:hidden;height:440px}.body-show .cont-show .images-cont .left{max-width:calc(50vw - 34px);min-width:342px}.body-show .cont-show .images-cont .left .btn-all-photo{left:16px;bottom:16px;position:absolute}.body-show .cont-show .images-cont .right{max-width:calc(50vw - 34px)}.body-show .cont-show .images-cont .right .image{display:flex;align-items:center;justify-content:center;min-width:calc((50vw - 34px)/2 - 2px);max-width:calc((50vw - 34px)/2 - 2px);overflow:hidden}.body-show .cont-show .images-cont .right .image img{width:100%;height:100%;object-fit:cover}.body-show .cont-show .cont-information{display:flex;flex-direction:row;width:100%}.body-show .cont-show .cont-information .left{min-width:544px;width:100%}.body-show .cont-show .cont-information .left .block-cont .block{min-width:176px}.body-show .cont-show .cont-information .left .suitable{width:100%}.body-show .cont-show .cont-information .left .suitable .title{font-size:22px;font-weight:700;line-height:32px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable{display:flex;flex-direction:column}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable{height:auto;min-width:224px}.body-show .cont-show .cont-information .left .description-inc .title,.body-show .cont-show .cont-information .left .title-opt,.body-show .cont-show .cont-information .left .map-cont .title{font-size:22px;font-weight:700;line-height:32px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client{width:100%;height:400px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top{position:absolute;top:282px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top .leaflet-control-zoom-in{display:flex;align-items:center;justify-content:center}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage{display:flex;flex-direction:row}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage .text,.body-show .cont-show .cont-information .left .faq-cont .title{font-size:22px;font-weight:700;line-height:32px}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord{width:100%}.body-show .cont-show .cont-information .right{min-width:320px;width:320px}.body-show .cont-show .l{border-bottom:1px solid var(--divider);width:100%}.body-show .cont-show .search-reg{display:flex;flex-direction:column;gap:20px}.body-show .cont-show .search-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .search-reg .no-array{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.body-show .cont-show .search-reg .no-array img{height:100%;object-fit:cover;border-radius:12px}.body-show .cont-show .search-reg .no-array .content{position:absolute;top:108px}.body-show .cont-show .search-reg .no-array .content .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.body-show .cont-show .similar-reg{width:100%;display:flex;flex-direction:column;gap:20px}.body-show .cont-show .similar-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}}@media screen and (max-width: 960px){.for-partners-content .tryyourself{width:calc(100vw - 32px);height:548px;padding:20px 0;border-radius:16px;background-color:var(--substrate)}.for-partners-content .tryyourself .cont{width:calc(100% - 32px);height:484px;padding:20px 16px;border-radius:10px}.weworkwith{width:100%;padding:16px}.weworkwith .blocks{flex-direction:column}.weworkwith .blocks .block{width:100%;height:auto;border-radius:16px}.weworkwith .blocks .block img{width:64px;height:64px}.body-show .cont-show{width:100%;padding:16px}.body-show .cont-show .title-cont .title{font-size:28px;font-weight:700;line-height:36px}.body-show .cont-show .images-cont{display:flex;flex-direction:row;gap:4px;border-radius:12px;width:100%;justify-content:space-between;overflow:hidden;height:440px}.body-show .cont-show .images-cont .left{max-width:calc(50vw - 2px);width:100%;min-width:342px}.body-show .cont-show .images-cont .left .btn-all-photo{left:16px;bottom:16px;position:absolute}.body-show .cont-show .images-cont .right{max-width:calc(50vw - 34px)}.body-show .cont-show .images-cont .right .image{display:flex;align-items:center;justify-content:center;min-width:calc((50vw - 34px)/2 - 2px);max-width:calc((50vw - 34px)/2 - 2px);overflow:hidden}.body-show .cont-show .images-cont .right .image img{width:100%;height:100%;object-fit:cover}.body-show .cont-show .cont-information{display:flex;flex-direction:column-reverse;width:100%}.body-show .cont-show .cont-information .left{width:calc(100vw - 32px)}.body-show .cont-show .cont-information .left .block-cont .block{min-width:224px}.body-show .cont-show .cont-information .left .suitable{width:100%}.body-show .cont-show .cont-information .left .suitable .title{font-size:22px;font-weight:700;line-height:32px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable{display:flex;flex-direction:column}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable{height:auto;min-width:224px}.body-show .cont-show .cont-information .left .description-inc .title,.body-show .cont-show .cont-information .left .title-opt,.body-show .cont-show .cont-information .left .map-cont .title{font-size:22px;font-weight:700;line-height:32px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client{width:100%;height:400px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top{position:absolute;top:282px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top .leaflet-control-zoom-in{display:flex;align-items:center;justify-content:center}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage{display:flex;flex-direction:row}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage .text,.body-show .cont-show .cont-information .left .faq-cont .title{font-size:22px;font-weight:700;line-height:32px}.body-show .cont-show .cont-information .right{width:calc(100vw - 32px)}.body-show .cont-show .l{border-bottom:1px solid var(--divider);width:100%}.body-show .cont-show .search-reg{display:flex;flex-direction:column;gap:20px}.body-show .cont-show .search-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .search-reg .no-array{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.body-show .cont-show .search-reg .no-array img{height:100%;object-fit:cover;border-radius:12px}.body-show .cont-show .search-reg .no-array .content{position:absolute;top:108px}.body-show .cont-show .search-reg .no-array .content .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.body-show .cont-show .similar-reg{width:100%;display:flex;flex-direction:column;gap:20px}.body-show .cont-show .similar-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.about-content{display:flex;flex-direction:column;align-items:center;gap:32px}.about-content .top-hat{height:max-content;padding:16px 0}.about-content .top-hat .content{padding:44px 0;height:max-content}.about-content .top-hat .content .center-content{padding:0 16px;gap:16px;width:100vw;height:max-content}.about-content .top-hat .content .center-content .text{padding:0 24px}.about-content .top-hat .content .center-content .text .large-text{font-size:48px;line-height:52px}.about-content .items{width:100vw;max-width:calc(100vw - 32px);padding:16px;gap:16px;flex-direction:row;align-items:flex-start;height:max-content}.about-content .items .item{width:100%;height:max-content}.about-content .values{width:100vw;height:max-content;padding:16px;max-width:calc(100vw - 32px)}.about-content .values .title{width:100%;font-size:22px;line-height:32px}.about-content .values .items-values{flex-direction:column}.about-content .values .items-values .item-values{width:100%;height:auto;border-radius:10px}.about-content .mission{width:100vw;height:max-content;padding:16px;max-width:calc(100vw - 32px)}.about-content .mission .gray{padding:32px 64px;border-radius:16px}.about-content .mission .info{width:100%}.about-content .mission .info .middle{font-size:22px;line-height:32px}.page-review{display:flex;flex-direction:column;gap:32px;align-items:center}.page-review .body-rev-page{width:100vw;padding:16px}.page-review .body-rev-page .cont-title .title{font-size:28px;line-height:36px}.page-review .body-rev-page .create-review-cont{flex-direction:column}.page-review .body-rev-page .create-review-cont .left{width:100%}.page-review .body-rev-page .create-review-cont .left .review-info .area-reviews{height:160px}.page-review .body-rev-page .create-review-cont .left .create-rev-points{display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev{width:728px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev{display:flex;flex-direction:row;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image{width:120px;height:120px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image img{object-fit:cover;width:100%;height:100%}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev{width:592px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating{display:flex;flex-direction:row;align-items:center;gap:8px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating{gap:0px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating .p-rating-item{box-shadow:none}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .val{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont,.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add{display:flex;flex-direction:row;gap:16px;align-items:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img .image{cursor:pointer;width:max-content}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .l{border-bottom:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .right .cont-send{width:100%}}@media screen and (max-width: 720px){.list-tour-mobile .scroll .tour-el{flex-direction:column}.list-tour-mobile .btns .custom-btn{width:calc(50vw - 4px)}.cursor{cursor:pointer;-webkit-user-select:none;user-select:none}ion-modal.modal-greetings{--width: calc(100vw - 32px) }ion-modal.modal-greetings .modal-greetings-cont{padding:32px 16px}ion-modal.modal-greetings .modal-greetings-cont .title-cont .title{font-size:26px;line-height:36px}ion-modal.modal-greetings .modal-greetings-cont .title-cont .lower-title{font-size:18px}ion-modal.modal-greetings .modal-greetings-cont .items{flex-direction:column}ion-modal.modal-greetings .modal-greetings-cont .items .item{flex-direction:row;width:calc(100vw - 64px);height:max-content}ion-modal.modal-greetings .modal-greetings-cont .items .item .img{width:56px;height:56px}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont .bold{text-align:start}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont .low{text-align:start}ion-modal.modal-login{--width: calc(100vw - 32px) ;--max-height: calc(100vh - 32px) ;--border-radius: 10px}ion-modal.modal-login .body-modal-login{height:auto;overflow:auto;max-height:calc(100vh - 64px)}ion-modal.modal-login .body-modal-login .form-login{padding:2px}ion-modal.modal-login .body-modal-login .form-login .cont-alert-box{max-width:100%;white-space:wrap}ion-modal.modal-login .body-modal-login .form-login .cont-alert-box .info .cont-text{max-width:100%;width:auto}ion-modal.modal-login .body-modal-login .form-login .cont-btn{display:flex;flex-direction:row;align-items:center;gap:8px}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .first-text-send-again,ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .timer{opacity:.4}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}ion-modal.modal-login .body-modal-login .form-login .btn-login{border-radius:10px;min-height:44px}ion-modal.modal-login .body-modal-login .lower-btn{flex-wrap:wrap;justify-content:center}ion-modal.phone{--height: max-content !important}ion-modal.register{--height: auto;--max-height: calc(100vh - 32px) }ion-modal.register-partner{--height: auto}ion-modal.register-partner .body-modal-login{max-height:calc(100vh - 64px)}ion-modal.register-partner .body-modal-login .form-login{padding:2px 0}ion-modal.pin{--height: max-content !important}ion-modal.modal-login-partner{--width: calc(100vw - 32px) ;--max-height: calc(100vh - 32px) ;--border-radius: 10px}ion-modal.modal-login-partner .body-modal-login::-webkit-scrollbar{display:none}ion-modal.modal-login-partner .body-modal-login .title{font-size:20px;line-height:28px}ion-modal.modal-login-partner .body-modal-login .alert-register-partner{width:auto}ion-modal.modal-login-partner .body-modal-login .form-login{padding:2px 0}ion-modal.modal-login-partner .body-modal-login .form-login::-webkit-scrollbar{display:none}ion-modal.modal-login-partner .body-modal-login .form-login .btn-login{min-height:44px;border-radius:10px}ion-modal.modal-login-recovery{--width: calc(100vw - 32px) ;--border-radius: 10px}ion-modal.modal-login-recovery .body-modal-login .title{line-height:28px;font-size:20px}ion-modal.modal-login-recovery .body-modal-login .alert-register-partner{width:auto}ion-modal.modal-login-recovery .body-modal-login .form-login .login{width:100%}ion-modal.modal-login-recovery .body-modal-login .form-login .btn-login{border-radius:10px}ion-menu.main-left-menu{--width: 320px;--box-shadow: 0px 11px 22px -2.5px #0000001f;--box-shadow: 0px 22px 44px -5px #00000024;--box-shadow: 0px 44px 88px -10px #00000029}ion-menu.main-left-menu .menu{display:flex;flex-direction:column;gap:16px;padding:16px}ion-menu.main-left-menu .menu .close-left-menu{position:absolute;right:16px;top:16px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .l{width:100%;border-top:1px solid var(--divider)}ion-menu.main-left-menu .menu .btn-menu{display:flex;flex-direction:column;padding:16px 0;gap:4px;margin-top:16px}ion-menu.main-left-menu .menu .btn-menu .menu-item{display:flex;flex-direction:row;padding:8px;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .btn-menu .menu-item.mobile{display:flex;padding:0;flex-direction:column}ion-menu.main-left-menu .menu .btn-menu .menu-item.mobile .line{display:flex;flex-direction:row;padding:8px;justify-content:space-between}ion-menu.main-left-menu .menu .btn-menu .menu-item.mobile .child{display:flex;flex-direction:column;gap:4px;padding:0 0 0 32px}ion-menu.main-left-menu .menu .btn-menu .menu-item.mobile .child.hide{display:none}ion-menu.main-left-menu .menu .btn-menu .menu-item.mobile .child .child-line{padding:8px}ion-menu.main-left-menu .menu .btn-menu .menu-item.mobile .child .child-line .child-text{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}ion-menu.main-left-menu .menu .btn-menu .menu-item .cont-name{display:flex;flex-direction:row;gap:4px}ion-menu.main-left-menu .menu .btn-menu .menu-item .icon-mobile-menu path{stroke:#b0afb8}ion-menu.main-left-menu .menu .btn-menu .menu-item .text-menu-item{padding:0 6px;font-family:var(--font-nunito);font-size:14px;font-weight:640;line-height:20px;letter-spacing:.02em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}ion-menu.main-left-menu .menu .btn-menu.btn-menu-client{margin-top:0}ion-menu.main-left-menu .menu .btn-login-left-menu{width:288px;border-radius:12px;padding:0 16px;gap:2px;display:flex;flex-direction:row;align-items:center;justify-content:center}ion-menu.main-left-menu .menu .btn-login-left-menu .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.main-left-menu .menu .other-btns{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .other-btns .other-btn{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .contacts{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .contacts .text-contacts{font-family:var(--font-nunito);color:var(--link);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}ion-menu.main-left-menu .menu .address{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .address .text-address{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.main-left-menu .menu .circles{display:flex;flex-direction:row;gap:4px}ion-menu.main-left-menu .menu .circles img{cursor:pointer;-webkit-user-select:none;user-select:none}.main-content-body{margin-top:52px}.header-pages-guest{height:52px;padding:0 8px}.header-pages-guest .cont-header-btn{display:flex;flex-direction:row;max-width:100vw;height:36px;align-items:center;width:100vw;justify-content:space-between}.header-pages-guest .cont-header-btn .left{display:flex;flex-direction:row;align-items:center;gap:4px}.header-pages-guest .cont-header-btn .left img{cursor:pointer;-webkit-user-select:none;user-select:none;height:32px}.header-pages-guest .cont-header-btn .left .btn-menu-left{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.header-pages-guest .cont-header-btn .right{display:flex;flex-direction:row;align-items:center;gap:4px}.header-pages-guest .cont-header-btn .right .btn-login-header{width:71px;height:36px;border-radius:8px}.header-pages-guest .cont-header-btn .right .favourite{width:36px;height:36px;border-radius:8px}.for-partners-content .back-image{min-width:360px}.for-partners-content .top-hat{height:468px}.for-partners-content .top-hat .content{padding:16px;min-width:328px}.for-partners-content .top-hat .content .center-content{width:100%}.for-partners-content .top-hat .content .center-content .text .large-text{font-size:32px;font-weight:700;line-height:40px;letter-spacing:-.02em;text-align:center}.for-partners-content .info-cont .cont-offer{width:100%;padding:16px}.for-partners-content .info-cont .cont-offer .title{font-size:22px;font-weight:700;line-height:32px}.for-partners-content .info-cont .cont-offer .blocks{flex-wrap:wrap;width:100%}.for-partners-content .info-cont .cont-offer .blocks .block{display:flex;flex-direction:column;width:48%;height:152px;border-radius:16px}.for-partners-content .offer-stage{width:100%;padding:16px}.for-partners-content .offer-stage .stage{flex-direction:column;gap:16px;padding:16px 0}.for-partners-content .offer-stage .stage .image-stage{width:100%}.for-partners-content .offer-stage .stage .text{padding:0}.for-partners-content .offer-stage .stage .text .number-1,.for-partners-content .offer-stage .stage .text .number-2,.for-partners-content .offer-stage .stage .text .number-3,.for-partners-content .offer-stage .stage .text .number-4,.for-partners-content .offer-stage .stage .text .number-5,.for-partners-content .offer-stage .stage .text .number-6{display:none}.for-partners-content .offer-stage .stage .text .bold{font-size:20px;font-weight:700;line-height:28px}.for-partners-content .offer-stage .stage2{flex-direction:column-reverse}.for-partners-content .tryyourself{width:calc(100vw - 32px);height:712px;padding:20px 0;border-radius:16px;background-color:var(--substrate)}.for-partners-content .tryyourself .cont{width:100%;min-width:100%;height:672px;padding:20px 16px;border-radius:10px}.for-partners-content .tryyourself .cont .title .bold{font-size:26px;line-height:36px}.for-partners-content .tryyourself .cont .line{width:100%}.for-partners-content .tryyourself .cont .steps{width:100%;flex-direction:column;align-items:center;padding:0}.for-partners-content .tryyourself .cont .steps .double-arrow{transform:rotate(90deg)}.for-partners-content .tryyourself .cont .steps .cont-text{width:100%}.for-partners-content .tryyourself .cont .steps .cont-text .bold,.for-partners-content .tryyourself .cont .steps .cont-text .lower{text-align:center}.for-partners-content .tryyourself .cont .steps .center-steps{flex-direction:column}.for-partners-content .weworkwith{width:100%;padding:16px}.for-partners-content .weworkwith .title{font-size:22px;line-height:32px}.for-partners-content .weworkwith .blocks{flex-direction:column}.for-partners-content .weworkwith .blocks .block{width:100%;height:auto;border-radius:16px}.for-partners-content .weworkwith .blocks .block img{width:64px;height:64px}.for-partners-content .faq{width:100%;padding:16px}.for-partners-content .faq .cont-faq .title{font-size:20px;line-height:28px}.for-partners-content .faq .cont-faq .item-accord-group{display:flex;flex-direction:column;gap:12px}.for-partners-content .faq .cont-faq .item-accord-group .item-accord{width:100%}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item{--min-height: 52px;--background: var(--surface);--background-activated: transparent;--background-focused: transparent;--background-hover: transparent;--background-activated-opacity: transparent;--background-focused-opacity: transparent;--background-hover-opacity: transparent;--border-width: 0 0 0 0;--ripple-color: transparent}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item div{padding:12px 0;max-width:calc(100vw - 92px)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item.accordion-expanding>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.about-content{display:flex;flex-direction:column;align-items:center;gap:32px}.about-content .back-image{min-width:1260px;min-height:560px;position:absolute;left:auto;right:auto;top:-76px}.about-content .top-hat{padding:16px 0}.about-content .top-hat .content{padding:44px 0}.about-content .top-hat .content .center-content{padding:0 16px;gap:16px;width:100vw}.about-content .top-hat .content .center-content .text .large-text{font-size:32px;line-height:40px}.about-content .items{width:100vw;padding:16px;gap:16px;flex-direction:column}.about-content .items .item{width:100%;height:308px}.about-content .values{width:100vw;height:max-content;padding:16px}.about-content .values .title{width:100%;font-size:22px;line-height:32px}.about-content .values .items-values{flex-direction:column}.about-content .values .items-values .item-values{width:100%;height:auto;border-radius:10px}.about-content .mission{width:100vw;height:508px;padding:16px}.about-content .mission .gray{padding:20px 16px;border-radius:16px}.about-content .mission .info{width:100%}.about-content .mission .info .middle{font-size:20px;line-height:28px}.inf-content{display:flex;flex-direction:column;align-items:center;gap:32px}.inf-content .cont-inf{width:100vw;padding:16px;gap:16px}.inf-content .cont-inf .cont-1{width:100%}.inf-content .cont-inf .cont-1 .title{font-size:22px;line-height:32px}.inf-content .cont-inf .cont{width:100%}.inf-content .cont-inf .cont .title{font-size:18px;line-height:28px}.cont-quick-show{overflow:hidden;width:100vw;left:0;height:100vh}.cont-quick-show .header-quick{height:96px;flex-direction:column;align-items:flex-start}.cont-quick-show .header-quick .stages .el-tabs{height:44px}.cont-quick-show .header-quick .stages .el-tabs.active-tabs{height:42px}.cont-quick-show .header-quick .name{height:100%;display:flex;align-items:center;justify-content:flex-start}.cont-quick-show .header-quick .name .title-header-quick{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:calc(100vw - 64px);color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}.cont-quick-show .header-quick .close{position:absolute;right:8px;top:8px}.cont-quick-show .info-cont .scroll-quick{padding:32px 10px 32px 16px!important;height:calc(var(--vh, 1vh) * 100 - 96px)}.cont-quick-show .info-cont .btns{display:flex;flex-direction:row;gap:8px}.cont-quick-show .info-cont .btns .btn-quick-show{padding:0 4px}.cont-quick-show .info-cont .btns .btn-quick-show.new-window{display:none}.cont-quick-show .info-cont .title-cont .title{font-size:22px;line-height:32px}.cont-quick-show .info-cont .block-cont{flex-wrap:wrap}.cont-quick-show .info-cont .block-cont .block{min-width:155px}.cont-quick-show .info-cont .cont-images .other-image{display:flex;gap:4px;flex-wrap:wrap}.cont-quick-show .info-cont .cont-images .other-image .image{height:240px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;min-width:100%;flex-basis:0;flex-grow:1}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content{width:256px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .info-cont .cont-title .title{width:300px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:256px}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{height:120px;width:120px}.cont-quick-show .info-cont .rating-cont{flex-wrap:wrap;gap:16px}.cont-quick-show .info-cont .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.cont-quick-show .info-cont .cont-reviews .items{display:flex;flex-direction:column;gap:16px}.body-show .cont-show{width:100vw;padding:16px}.body-show .cont-show .title-cont .title{font-size:22px;line-height:32px}.body-show .cont-show .title-cont .genres{flex-wrap:wrap}.body-show .cont-show .title-cont .rating{flex-direction:column;align-items:start;gap:8px}.body-show .cont-show .images-cont{flex-direction:column;height:max-content}.body-show .cont-show .images-cont .left{position:relative;max-width:calc(100vw - 32px);min-width:calc(100vw - 32px);overflow:hidden;height:max-content;border-radius:8px}.body-show .cont-show .images-cont .left .btn-all-photo{display:none}.body-show .cont-show .images-cont .left img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .images-cont .right{width:calc(100vw - 32px);max-width:calc(100vw - 32px);min-width:calc(100vw - 32px);display:flex;flex-wrap:wrap;gap:4px}.body-show .cont-show .images-cont .right .image{display:flex;align-items:center;justify-content:center;max-width:calc((100vw - 36px)/2);min-width:calc((100vw - 36px)/2);height:120px;overflow:hidden;border-radius:8px}.body-show .cont-show .images-cont .right .image img{width:100%;height:100%;object-fit:cover}.body-show .cont-show .cont-information{display:flex;flex-direction:column-reverse;gap:32px}.body-show .cont-show .cont-information .left{width:100%;min-width:100%;padding:0}.body-show .cont-show .cont-information .left .block-cont{flex-wrap:wrap}.body-show .cont-show .cont-information .left .block-cont .block{min-width:40vw}.body-show .cont-show .cont-information .left .suitable{width:100%}.body-show .cont-show .cont-information .left .suitable .title{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable{flex-direction:column;align-items:start;min-width:40vw;max-width:100%}.body-show .cont-show .cont-information .left .description-inc .title,.body-show .cont-show .cont-information .left .title-opt,.body-show .cont-show .cont-information .left .map-cont .title{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client{width:100%}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top{bottom:16px!important;top:auto}.body-show .cont-show .cont-information .left .cont-details .point-start .cont-images .image{height:120px;width:120px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content{width:100%}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{width:calc(100vw - 96px)}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:calc(100vw - 96px);flex-direction:column}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage{display:flex;flex-direction:row}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage .text{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .cont-reviews .rating-cont{flex-wrap:wrap;gap:16px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response{width:calc(100vw - 96px)}.body-show .cont-show .cont-information .left .faq-cont .title{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord{width:100%}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord ion-item div{max-width:calc(100vw - 106px)}.body-show .cont-show .cont-information .right{width:100%;padding:0;min-width:100%}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .title{font-size:18px;line-height:28px}.body-show .cont-show .cont-information .right .right-cont .races-cont{width:100%}.body-show .cont-show .l{border-bottom:1px solid var(--divider);width:100%}.body-show .cont-show .search-reg .title{font-size:20px;line-height:28px}.body-show .cont-show .search-reg .no-array{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.body-show .cont-show .search-reg .no-array img{height:100%;object-fit:cover;border-radius:12px}.body-show .cont-show .search-reg .no-array .content{position:absolute;top:108px}.body-show .cont-show .search-reg .no-array .content .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.body-show .cont-show .similar-reg{width:100%;display:flex;flex-direction:column;gap:20px}.body-show .cont-show .similar-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.quick-s .cont-map-q{display:none;position:absolute;right:0;width:calc(100vw - 840px)}.quick-s .cont-map-q #map-show{width:calc(100vw - 840px);height:100vh;position:relative}.quick-s .cont-map-q #map-show .leaflet-top{bottom:16px!important;top:auto}.page-review{display:flex;flex-direction:column;gap:32px;align-items:center}.page-review .body-rev-page{width:100vw;padding:16px}.page-review .body-rev-page .cont-title .title{font-size:22px;line-height:32px}.page-review .body-rev-page .create-review-cont{flex-direction:column}.page-review .body-rev-page .create-review-cont .left{width:100%;min-width:100%}.page-review .body-rev-page .create-review-cont .left .review-info .area-reviews{height:160px}.page-review .body-rev-page .create-review-cont .left .create-rev-points{display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev{width:728px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev{display:flex;flex-direction:row;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image{width:120px;height:120px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image img{object-fit:cover;width:100%;height:100%}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev{width:592px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating{display:flex;flex-direction:row;align-items:center;gap:8px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating{gap:0px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating .p-rating-item{box-shadow:none}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .val{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont,.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add{display:flex;flex-direction:row;gap:16px;align-items:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img .image{cursor:pointer;width:max-content}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .l{border-bottom:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .right,.page-review .body-rev-page .create-review-cont .right .cont-send{width:100%;min-width:100%}ion-modal.modal-create-question{--width: calc(100vw - 32px) }ion-modal.modal-cancel-orders{--max-height: calc(100vh - 32px) ;--width: calc(100vw - 32px) }ion-modal.modal-cancel-orders .modal-cancel-body .scroll{overflow-y:scroll;overflow-x:hidden;max-height:calc(100vh - 156px);display:flex;flex-direction:column;gap:16px}ion-modal.modal-cancel-orders .modal-cancel-body .scroll::-webkit-scrollbar{display:none}.favorite-cont .favorite-body{width:100vw;padding:16px}.favorite-cont .favorite-body .title-fav{font-size:22px;line-height:32px}.favorite-cont .favorite-body .favotite{display:flex;flex-direction:column;gap:32px}.favorite-cont .favorite-body .favotite .cont-fav-tour{flex-direction:column;gap:16px}.favorite-cont .favorite-body .favotite .cont-fav-tour .image{width:calc(100vw - 32px)}.favorite-cont .favorite-body .favotite .cont-fav-tour .image img{object-fit:cover;width:100%;height:100%}.favorite-cont .favorite-body .favotite .cont-fav-tour .image .cont-val-images{padding:12px;width:36px}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour,.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf{width:100%}.favorite-cont .favorite-body .favotite .cont-fav-tour .info-tour .cont-inf .title{font-size:20px;line-height:38px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body{width:100%}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa{font-size:18px;line-height:28px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa.promotion{color:var(--success)}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .last-price{font-size:16px;font-weight:700;line-height:20px}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv{flex-direction:row}.favorite-cont .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn{width:100%;padding:0}.favorite-cont .favorite-body .l{border-bottom:1px solid var(--divider)}.favorite-cont .favorite-body .title-most{flex-direction:column;align-items:start;gap:8px}.favorite-cont .favorite-body .title-most .text{font-size:20px;line-height:28px}.favorite-cont .favorite-body .cont-tours-most-popular{width:100%;gap:16px}.favorite-cont .favorite-body .cont-tours-most-popular .tour{width:calc((100vw - 48px)/2)}.favorite-cont .favorite-body .cont-tours-most-popular .tour .image .cont-val-images{padding:8px;width:36px}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont{display:flex;flex-direction:column}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left{flex-wrap:wrap;gap:0px}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav{position:relative}.favorite-cont .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav .text-btn svg path{stroke:transparent}.main-content-body{display:block}.main-content-body .body-image-container{position:relative;width:100%;height:400px}}@media screen and (max-width: 340px){.main-content-body .body-image-container{height:200px}}._leftMenuTours_wxfcb_1{position:absolute;z-index:1;top:76px;left:0;max-width:912px;background-color:var(--surface);height:calc(100vh - 76px);overflow-x:hidden;overflow-y:scroll;font-family:var(--font-nunito);width:100%}._top_wxfcb_15{top:76px}._container_wxfcb_19{padding:0 32px;display:flex;flex-direction:column;align-items:center}._mainTitle_wxfcb_26{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 0}._bg_wxfcb_34{position:absolute;top:0;left:0;z-index:-1;background-image:url(/assets/first-page-bg-V3-KyQ2HdAu.png);background-repeat:no-repeat;width:100%;height:100%}._topDivider_wxfcb_45{display:none}._title_wxfcb_49{display:flex;flex-direction:row;align-items:baseline;gap:8px;font-size:40px;font-weight:700;line-height:52px;margin:0;white-space:nowrap}._titleRed_wxfcb_61{color:var(--bright)}._subtitle_wxfcb_65{font-size:18px;font-weight:700;line-height:24px;color:var(--text);text-align:center;white-space:nowrap}._bannerImg_wxfcb_74{border-radius:16px}._searchGroup_wxfcb_78{width:100%;padding:32px 32px 0}._search_group_fixed_wxfcb_83{position:fixed;top:76px;left:0;z-index:1000;padding:0 32px 5px;max-width:898px;width:100%;background-color:var(--surface)}._button_text_wxfcb_94:active:focus{color:var(--surface)!important}._all_tours_wxfcb_98{font-weight:700;font-size:18px;color:var(--text)}._scroll_hidden_wxfcb_104{font-weight:700;font-size:18px;color:var(--text);padding-top:117px}._noResults_wxfcb_111{padding:20px;text-align:center;color:var(--text)}._scroll_container_wxfcb_117{width:100%;background-color:var(--surface)}._scroll_wxfcb_104{display:grid;grid-template-columns:repeat(3,1fr);column-gap:20px;margin-bottom:32px;grid-row-gap:16px}._join_community_wrapper_wxfcb_130{grid-column:1 / -1}._text_wxfcb_134{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:100px;font-weight:500;font-size:18px;color:var(--text)}._banner_wxfcb_74{margin-top:32px;padding:0 32px}._toursContent_wxfcb_151{padding:0 32px}._marginTop_wxfcb_155{margin-top:200px}._searchPopover_wxfcb_159{position:absolute;top:91px;left:32px;width:520px;max-height:616px;background:var(--surface);border-radius:12px;box-shadow:0 7.5px 15px -2px #0000001a,0 15px 30px -4px #0000001f,0 30px 60px -8px #00000024;z-index:1000;overflow-y:auto;padding:16px;margin-top:8px}._expanded_wxfcb_175{top:-20px!important}._collapsed_wxfcb_179{top:-380px!important}._animated_wxfcb_183{transition:top .3s ease-out}._filterDate_wxfcb_187{display:flex;align-items:center;gap:4px;max-height:36px;width:max-content;box-shadow:none;padding:10px 12px;border-radius:8px;margin-bottom:16px;margin-top:-16px;background-color:#f4f3f6}._filterDateText_wxfcb_201{font-size:13px;font-family:var(--font-nunito);font-weight:600}._clearBtn_wxfcb_207{display:flex;align-items:center;cursor:pointer}._sheetHeader_wxfcb_213{height:20px;width:100%;display:flex;justify-content:center;padding-top:8px}._sheetHeaderLine_wxfcb_221{width:50px;height:6px;background-color:#ccc;border-radius:3px}._leftMenuToursSheet_wxfcb_228{padding:0;max-height:100%}._leftMenuToursSheetCollapsed_wxfcb_233{overflow-y:hidden}._leftMenuToursSheetExpanded_wxfcb_237{overflow-y:auto}@media screen and (max-width: 1200px) and (min-width: 960px){._leftMenuTours_wxfcb_1{max-width:660px}._scroll_wxfcb_104{grid-template-columns:1fr 1fr 1fr}._search_group_fixed_wxfcb_83{max-width:646px;width:100%}}@media screen and (max-width: 1200px){._leftMenuTours_wxfcb_1{position:relative;width:100%;max-width:100%;background-color:var(--surface);height:100%;top:0;z-index:2;border-radius:16px}._top_wxfcb_15{top:-20px}._toursContent_wxfcb_151{padding:0 16px}._container_wxfcb_19{flex-direction:column-reverse}._bg_wxfcb_34{background-image:none}._banner_wxfcb_74{margin-bottom:16px;margin-top:16px;padding:0 16px}._mainTitle_wxfcb_26{padding:0 0 16px}._title_wxfcb_49{font-size:36px;line-height:48px}._searchGroup_wxfcb_78,._search_group_fixed_wxfcb_83{display:none}@keyframes _moveUpDown_wxfcb_1{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}._containerDivider_wxfcb_316{display:flex;justify-content:center}._topDivider_wxfcb_45{display:flex;width:44px;height:4px;background-color:gray;border-radius:8px;margin:10px 0;animation:_moveUpDown_wxfcb_1 2s ease-in-out infinite}._scroll_hidden_wxfcb_104{font-weight:700;font-size:18px;color:var(--text);margin-top:32px;padding-top:0}._filterDate_wxfcb_187{margin-top:0}}@media screen and (max-width: 960px){._scroll_wxfcb_104{display:grid;grid-template-columns:1fr 1fr;column-gap:20px;margin-bottom:32px}}@media screen and (max-width: 720px){._title_wxfcb_49{font-size:24px;line-height:36px}._subtitle_wxfcb_65{font-size:13px;line-height:24px}._mainTitle_wxfcb_26{gap:0px}._banner_wxfcb_74{padding:0 16px}._marginTop_wxfcb_155{margin-top:175px}._top_wxfcb_15{top:-240px}}@media screen and (max-width: 620px){._scroll_wxfcb_104{display:grid;grid-template-columns:1fr;margin-bottom:32px}}._search_container_1194g_1{display:flex;align-items:center;justify-content:space-between;max-height:60px;padding:14px 18px;border:1px solid var(--pressed-outline);border-radius:16px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014;width:100%;background-color:var(--neutral)}._left_1194g_15{display:flex;align-items:center;flex:1}._search_icon_1194g_21{display:flex}._input_search_1194g_25{border:none;box-shadow:none;font-family:var(--font-nunito);font-size:16px;width:100%}._input_search_1194g_25:focus:active{border:none;box-shadow:none}._clearButton_1194g_38{display:flex;padding:6px;cursor:pointer}._right_1194g_44{font-size:15px;color:var(--text-outline-btn);font-weight:700;font-family:var(--font-nunito);cursor:pointer;border-left:1px solid var(--pressed-outline);padding-left:8px;height:36px;display:flex;align-items:center}._filterContainer_1194g_57{position:relative;display:flex;align-items:center}._filterSumSelected_1194g_63{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:-10px}@media screen and (max-width: 1200px){._search_container_1194g_1{display:flex;align-items:center;justify-content:space-between;max-height:52px;padding:10px 8px;border:1px solid var(--pressed-outline);border-radius:0;box-shadow:none;margin-top:0}._input_search_1194g_25{border:none;box-shadow:none;border-right:0px;margin-right:8px;font-family:var(--font-nunito);font-size:16px}._filterContainer_1194g_57{position:relative;display:flex;align-items:center;width:109px}._filterSumSelected_1194g_63{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:2px}}._quickFiltersContainer_dajq6_1{width:100%;overflow:hidden}._quickFilters_dajq6_1{display:flex;flex-wrap:wrap;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;padding:20px 0 1px 1px;position:relative}._quickFilters_dajq6_1::-webkit-scrollbar{display:none}._btn_dajq6_22{max-height:36px;font-size:13px;font-family:var(--font-nunito);background-color:#f4f3f6!important;box-shadow:none!important;padding:10px 12px;border-radius:8px;font-weight:600;flex-shrink:0}._btn_dajq6_22._active_dajq6_34{background-color:var(--text)!important;color:var(--surface)!important}._allFilters_dajq6_39{position:relative}._filterSumSelected_dajq6_43{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:20px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-4px;right:0}@media screen and (max-width: 1200px){._quickFilters_dajq6_1{margin:8px 16px;padding:0;flex-wrap:nowrap}}._leftMenuFilterV3_1kozj_1{position:relative}._leftMenuFilterV3Container_1kozj_5{z-index:1000}._title_1kozj_29{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}._filterSumSelected_1kozj_44{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:-10px}.p-sidebar{z-index:1002!important}.p-sidebar-mask{z-index:1001!important}._checkboxBlock_1vkup_1{display:flex;flex-direction:column;gap:8px}._title_1vkup_7{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}._text_1vkup_15{display:flex;gap:4px;font-family:var(--font-nunito);font-weight:400;font-size:14px;line-height:20px}._helpCircle_1vkup_24{cursor:pointer}._countBlock_5jkw1_1{display:flex;flex-direction:column;gap:4px;font-family:var(--font-nunito)}._container_5jkw1_8{display:flex;flex-direction:row;gap:8px}._title_5jkw1_14{font-size:14px;font-weight:600;line-height:20px;text-align:left}._error_5jkw1_21{color:var(--bright);font-size:14px;font-weight:600;line-height:20px}._sliderContainer_5jkw1_28{display:flex;align-items:center;justify-content:center;height:28px}._sliderFilter_5jkw1_35{width:95%;border-radius:800px;background:#f4f3f6}.p-slider-range{background:#f74439}.p-slider-handle{border-radius:800px;border:3px solid #f74439;background-color:#fff;width:20px;height:20px}._filtersValue_o3p5t_1{display:flex;flex-direction:column;gap:16px;padding:16px}._wrapper_1r0n0_1{display:flex;flex-direction:column;gap:4px;font-family:var(--font-nunito)}._countBlock_1r0n0_8{display:flex;flex-direction:row;gap:8px}._container_1r0n0_14{display:flex;flex-direction:column;gap:4px}._calendar_1r0n0_20{min-height:46px}._title_1r0n0_24{font-size:14px;font-weight:600;line-height:20px;text-align:left}._error_1r0n0_31{color:var(--bright);font-size:14px;font-weight:600;line-height:20px}._invalid_1r0n0_82{border:1px solid var(--input-border-error);box-shadow:none;border-radius:10px}._regionBlock_11fkf_1{display:flex;flex-direction:column;gap:4px;width:100%}._container_11fkf_8{display:flex;flex-direction:column;gap:8px}._title_11fkf_14{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}.p-autocomplete-panel._customPanel_11fkf_37 .p-autocomplete-items-wrapper{max-width:312px}._footer_1lokc_1{position:fixed;bottom:0;width:358px;height:76px;box-shadow:0 -4px 8px #0000001f;display:flex;flex-direction:row;align-items:center;gap:4px;padding:0 16px}._btn_1lokc_14{width:162px}._bannerImg_1dvh2_1{border-radius:16px;height:196px;width:100%;object-fit:cover;display:block}@media (max-width: 1200px){._bannerImg_1dvh2_1{border-radius:16px;height:100%}}@media (max-width: 770px){._bannerImg_1dvh2_1{height:100%}}._searchResultList_1o3k7_1{display:flex;flex-direction:column}._resultContainer_1o3k7_6{display:flex;flex-direction:row;gap:8px;cursor:pointer;transition:background-color .3s}._resultContainer_1o3k7_6:hover{background-color:var(--hover-elevated)}._borderBottom_1o3k7_18{border-bottom:1px solid var(--border-outline-btn)}._number_1o3k7_22{display:flex;align-items:flex-start;color:var(--text-muted);font-size:14px;font-weight:700;line-height:24px;padding:8px 5.5px}._descriptionContainer_1o3k7_32{display:flex;flex-direction:column;gap:8px;max-width:370px}._titleContainer_1o3k7_39{display:flex;flex-direction:row;align-items:center;gap:8px}._title_1o3k7_39{font-size:14px;font-weight:700;line-height:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}._type_1o3k7_56{font-size:12px;font-weight:700;line-height:16px}._tourType_1o3k7_62{color:var(--primary-default)}._posterType_1o3k7_66{color:var(--text-secondary)}._column_1o3k7_70{display:flex;flex-direction:column}._row_1o3k7_75{display:flex;flex-direction:row;justify-content:space-between;padding:8px 0;width:100%}._regions_1o3k7_83{display:flex;flex-direction:row;align-items:center;gap:6px;padding:1px 0}._region_1o3k7_83{font-size:13px;font-weight:600;line-height:16px}._description_1o3k7_32{color:var(--text-muted);font-size:12px;font-weight:400;line-height:20px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}._distance_1o3k7_108{display:flex;flex-wrap:nowrap;align-items:flex-end;color:var(--text-muted);font-size:12px;font-weight:400;line-height:20px;padding-right:12px}._loading_1o3k7_119{font-size:16px;font-weight:500;line-height:20px}@media screen and (max-width: 1200px){._descriptionContainer_1o3k7_32{max-width:100%}}@media screen and (max-width: 480px){._titleContainer_1o3k7_39{flex-wrap:wrap;gap:4px}._title_1o3k7_39{-webkit-line-clamp:2}}._footer_wrapper_1lqm9_1{border-top:1px solid var(--divider);margin:0 32px}._footer_wrapper_leftMenuTours_1lqm9_6{border-top:1px solid var(--divider);margin:32px 0}._footer_1lqm9_1{padding:48px 0;display:flex;justify-content:center}._footer_leftMenuTours_1lqm9_17{padding:48px 0}._footer_content_1lqm9_21{display:flex;flex-direction:column;gap:32px;font-family:var(--font-nunito);width:100%;max-width:1120px}._footer_container_1lqm9_30,._footer_container_leftMenuTours_1lqm9_31{display:flex;flex-direction:row;justify-content:space-between}._footer_items_1lqm9_37{display:flex;flex-direction:column;gap:16px}._item_title_1lqm9_43{font-size:15px;font-weight:400;line-height:24px;cursor:pointer}._link_1lqm9_50{color:var(--text);font-size:15px;font-weight:400;line-height:24px}._footer_social_1lqm9_57{color:var(--text);font-size:18px;font-weight:700;line-height:24px}._links_1lqm9_64{display:flex;gap:8px}._app_links_1lqm9_69{display:flex;flex-direction:column;gap:8px;cursor:pointer;max-width:120px}._footer_bottom_1lqm9_77{display:flex;flex-direction:row;justify-content:space-between}._footer_bottom_leftMenuTours_1lqm9_83{display:flex;flex-direction:column;gap:16px}._bottom_title_1lqm9_89{color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px}._footer_payment_1lqm9_96{display:flex;flex-direction:row;gap:8px}._digital_ministry_container_1lqm9_102{display:flex;align-items:center;gap:36px}._digital_ministry_title_1lqm9_107{color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px}._digital_ministry_icon_1lqm9_114{margin:auto 0}@media (max-width: 1200px){._footer_container_leftMenuTours_1lqm9_31{display:grid;grid-template-columns:1fr 1fr;gap:16px}}@media (max-width: 960px){._footer_wrapper_1lqm9_1{margin:0 16px;width:calc(100% - 32px)}._bottom_title_1lqm9_89{width:70%}._footer_1lqm9_1{max-width:1120px;margin:0 auto;padding:48px 0}._footer_container_leftMenuTours_1lqm9_31{display:flex;flex-direction:row;justify-content:space-between}}@media (max-width: 720px){._footer_wrapper_1lqm9_1{margin:0 16px;width:auto}._bottom_title_1lqm9_89{width:100%}._footer_container_1lqm9_30,._footer_container_leftMenuTours_1lqm9_31{display:flex;flex-direction:column;gap:32px}._footer_bottom_1lqm9_77{display:flex;flex-direction:column;gap:16px}._bottom_title_1lqm9_89{text-align:center}}@media (max-width: 480px){._digital_ministry_container_1lqm9_102{flex-direction:column}}._card_1np9y_1{display:flex;flex-direction:column;cursor:pointer;width:100%;font-family:var(--font-nunito);margin-bottom:12px}._imageContainer_1np9y_10{display:flex;align-items:center;justify-content:center;overflow:hidden;height:207px;width:100%;border-radius:12px;position:relative}._img_1np9y_21{width:100%;height:100%;object-fit:cover}._sliderControls_1np9y_27{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}._visible_1np9y_35{opacity:1}._navButton_1np9y_39{color:#000;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s;position:absolute;top:50%;transform:translateY(-50%)}._navButton_1np9y_39:hover{background-color:var(--neutral)}._prev_1np9y_60{left:8px}._next_1np9y_64{right:8px}._dots_1np9y_68{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center}._dot_1np9y_68{width:8px;height:8px;border-radius:8px;background:#fff6;margin:0 2px;cursor:pointer;transition:background-color .3s}._active_1np9y_87{background:#fff;width:24px}._favorites_1np9y_92{position:absolute;top:10px;right:10px;border:none;background:none;box-shadow:none}._btnFav_1np9y_101 ._text-btn_1np9y_101 svg path{stroke:transparent}._containerInformation_1np9y_105{display:flex;flex-direction:column;position:relative;gap:4px;padding:12px 0 0}._rating_1np9y_113{display:flex;flex-direction:row;gap:8px;align-items:center}._ratingValue_1np9y_120{font-size:13px;font-weight:600;line-height:16px;text-align:left;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}._reviewValue_1np9y_130{font-size:12px;font-weight:400;line-height:16px;text-align:left;color:var(--text-muted);padding-top:1px}._regionContainer_1np9y_139{display:flex;gap:8px;align-items:center;height:20px}._regionTitle_1np9y_146{font-size:13px;font-weight:600;line-height:16px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}._cardTitle_1np9y_156{font-size:14px;font-weight:700;line-height:20px;height:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}._row_1np9y_167{display:flex;flex-direction:row;align-items:center;gap:8px;height:28px}._nearestDate_1np9y_175{font-size:12px;font-weight:400;line-height:16px;text-align:left;color:var(--text-muted)}._priceContainer_1np9y_183{display:flex;flex-direction:row;align-items:center;gap:4px}._priceValue_1np9y_190{font-size:13px;font-weight:400;line-height:20px;text-align:left}._duration_1np9y_197{font-size:13px;font-weight:400;line-height:16px}._participantsText_1np9y_203{font-size:13px;font-weight:400;line-height:20px;text-align:left;color:var(--text-muted)}._participantsContainer_1np9y_211{display:flex;flex-direction:row;gap:4px}._wrapper_1h4us_1{background-color:var(--social-banner);border-radius:20px;padding:13px 0 16px;display:flex;justify-content:center;background-image:url("data:image/svg+xml,%3csvg%20width='848'%20height='88'%20viewBox='0%200%20848%2088'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5322_27049)'%3e%3cpath%20d='M643.082%2027.3116C696.97%202.84042%20752.086%209.33783%20793.084%2034.6338M732.448%20491.385C700.513%20416.085%20730.712%20365.596%20770.335%20314.76M821.132%2057.1325C859.255%2096.5101%20873.247%20156.999%20839.253%20219.682C826.229%20243.698%20809.745%20265.284%20793.193%20286.06'%20stroke='%23FFF7E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='7.95%207.95'/%3e%3cpath%20d='M69.6455%20385.568C39.5331%20353.699%2028.3439%20324.867%2025.3095%20314.186C22.7865%20305.303%2021.2251%20296.349%2020.4453%20287.435M65.1556%20-47.3927C89.4616%20-28.7699%2097.2919%20-3.958%2095.7718%2023.9961M90.6407%2056.0196C83.6704%2083.9809%2070.8013%20113.714%2057.8867%20142.715C51.0339%20158.104%2026.3897%20202.683%2020.9184%20253.599'%20stroke='%23FFF7E2'%20stroke-width='1.33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='8.08%208.08'/%3e%3cpath%20d='M80.1613%20-95.2647C121.842%20-60.21%20151.187%203.96778%20126.117%2077.1015C109.594%20125.304%2037.0331%20233.956%2096.6824%20337.064C144.019%20418.889%20280.146%20426.253%20354.83%20366.571C383.725%20343.479%20451.552%20304.603%20518.086%20329.014C588.217%20354.743%20595.298%20435.247%20595.298%20470.011'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M684.022%20-33.841C684.022%20-33.841%20807.25%20-51.3275%20878.613%2089.4524'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M-38.5703%20-35.5017C88.6111%20-48.0872%2057.6172%2079.9449%2025.473%20132.001C4.85248%20165.395%20-20.2591%20198.638%20-28.9516%20254.095C-39.0661%20318.624%20-24.6766%20453.142%20119.605%20488.021'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M280.996%20-54.1328C282.627%20-33.5754%20324.555%2038.0366%20467.424%20-44.6658'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M-29.2227%2011.291C-12.1226%20-11.5485%2059.1274%2039.8402%20-21.3851%20154.751'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M631.052%2036.0526C631.052%2038.9893%20628.676%2041.3691%20625.745%2041.3691C622.814%2041.3691%20620.438%2038.9893%20620.438%2036.0526C620.438%2033.1167%20622.814%2030.7368%20625.745%2030.7368C628.676%2030.7368%20631.052%2033.1167%20631.052%2036.0526Z'%20stroke='%23FFF7E2'%20stroke-width='2.66667'%20stroke-miterlimit='10'/%3e%3cpath%20d='M811.396%2046.7935C810.815%2049.1792%20808.668%2050.9512%20806.108%2050.9512C803.808%2050.9512%20801.841%2049.5218%20801.045%2047.5015C800.954%2047.2721%20800.879%2047.0361%20800.82%2046.7935'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M801.273%2042.8633C801.273%2042.1191%20801.876%2041.5157%20802.619%2041.5157C803.362%2041.5157%20803.964%2042.1191%20803.964%2042.8633'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M808.203%2042.8633C808.203%2042.1191%20808.805%2041.5157%20809.548%2041.5157C810.291%2041.5157%20810.894%2042.1191%20810.894%2042.8633'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M806.109%2056.0674C811.928%2056.0674%20816.646%2051.3406%20816.646%2045.5108C816.646%2039.6811%20811.928%2034.9552%20806.109%2034.9552C800.288%2034.9552%20795.57%2039.6811%20795.57%2045.5108C795.57%2051.3406%20800.288%2056.0674%20806.109%2056.0674Z'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M95.2518%2042.685L91.3045%2044.2048C90.7972%2044.4008%2090.2985%2043.9002%2090.4932%2043.3921L92.0104%2039.438C92.2032%2038.9346%2092.6013%2038.5359%2093.1038%2038.3427L97.0501%2036.8229C97.5584%2036.6278%2098.0571%2037.1274%2097.8624%2037.6365L96.3452%2041.5896C96.1514%2042.0931%2095.7543%2042.4918%2095.2518%2042.685ZM86.7265%2033.0496C82.612%2037.1722%2082.612%2043.8555%2086.7265%2047.9781C90.9378%2052.1976%2097.8282%2052.0986%20101.914%2047.6821C105.63%2043.6661%20105.63%2037.3615%20101.914%2033.3466C97.8282%2028.93%2090.9388%2028.831%2086.7274%2033.0496C86.7265%2033.0496%2086.7265%2033.0496%2086.7265%2033.0496Z'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5322_27049'%3e%3crect%20width='848'%20height='88'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100% 100%;margin:16px 0}._container_1h4us_14{display:flex;align-items:flex-end;gap:10px}._information_1h4us_20{max-width:540px;color:#fff}._title_1h4us_25{font-family:var(--font-nunito-sans);font-weight:700;font-size:23px;background-color:#fff;color:var(--social-banner);padding:4px 8px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;max-width:100%}._subTitle_1h4us_39{font-size:16px}._car_wrapper_1h4us_43{display:flex;align-items:center;gap:24px}._car_1h4us_43{max-width:140px;height:auto}._links_1h4us_54{display:flex;gap:16px}._img_1h4us_59{width:40px;height:40px}@media (max-width: 1199px){._wrapper_1h4us_1{background-image:url("data:image/svg+xml,%3csvg%20width='896'%20height='80'%20viewBox='0%200%20896%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5329_22061)'%3e%3cpath%20d='M673.68%2026.3116C731.67%201.84042%20790.982%208.33783%20835.101%2033.6338M769.848%20490.385C735.483%20415.085%20767.98%20364.596%20810.62%20313.76M865.283%2056.1325C906.309%2095.5101%20921.366%20155.999%20884.785%20218.682C870.769%20242.698%20853.03%20264.284%20835.218%20285.06'%20stroke='%23FFF7E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='7.95%207.95'/%3e%3cpath%20d='M74.6455%20377.568C44.5331%20345.699%2033.3439%20316.867%2030.3095%20306.186C27.7865%20297.303%2026.2251%20288.349%2025.4453%20279.435M70.1556%20-55.3927C94.4616%20-36.7699%20102.292%20-11.958%20100.772%2015.9961M95.6407%2048.0196C88.6704%2075.9809%2075.8013%20105.714%2062.8867%20134.715C56.0339%20150.104%2031.3897%20194.683%2025.9184%20245.599'%20stroke='%23FFF7E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='8.08%208.08'/%3e%3cpath%20d='M89.1613%20-103.265C130.842%20-68.21%20160.187%20-4.03222%20135.117%2069.1015C118.594%20117.304%2046.0331%20225.956%20105.682%20329.064C153.019%20410.889%20289.146%20418.253%20363.83%20358.571C392.725%20335.479%20460.552%20296.603%20527.086%20321.014C597.217%20346.743%20604.298%20427.247%20604.298%20462.011'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M731.022%20-34.841C731.022%20-34.841%20854.25%20-52.3275%20925.613%2088.4524'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M-38.5703%20-43.5017C88.6111%20-56.0872%2057.6172%2071.9449%2025.473%20124.001C4.85248%20157.395%20-20.2591%20190.638%20-28.9516%20246.095C-39.0661%20310.624%20-24.6766%20445.142%20119.605%20480.021'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M-32.2227%203.29095C-15.1226%20-19.5485%2056.1274%2031.8402%20-24.3851%20146.751'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M669.732%2032.1219C669.732%2035.0586%20667.356%2037.4385%20664.425%2037.4385C661.493%2037.4385%20659.117%2035.0586%20659.117%2032.1219C659.117%2029.186%20661.493%2026.8062%20664.425%2026.8062C667.356%2026.8062%20669.732%2029.186%20669.732%2032.1219Z'%20stroke='%23FFF7E2'%20stroke-width='2.66667'%20stroke-miterlimit='10'/%3e%3cpath%20d='M858.396%2045.7935C857.815%2048.1792%20855.668%2049.9512%20853.108%2049.9512C850.808%2049.9512%20848.841%2048.5218%20848.045%2046.5015C847.954%2046.2721%20847.879%2046.0361%20847.82%2045.7935'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M848.273%2041.8633C848.273%2041.1191%20848.876%2040.5157%20849.619%2040.5157C850.362%2040.5157%20850.964%2041.1191%20850.964%2041.8633'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M855.203%2041.8633C855.203%2041.1191%20855.805%2040.5157%20856.548%2040.5157C857.291%2040.5157%20857.894%2041.1191%20857.894%2041.8633'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M853.109%2055.0674C858.928%2055.0674%20863.646%2050.3406%20863.646%2044.5108C863.646%2038.6811%20858.928%2033.9552%20853.109%2033.9552C847.288%2033.9552%20842.57%2038.6811%20842.57%2044.5108C842.57%2050.3406%20847.288%2055.0674%20853.109%2055.0674Z'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M100.252%2034.685L96.3045%2036.2048C95.7972%2036.4008%2095.2985%2035.9002%2095.4932%2035.3921L97.0104%2031.438C97.2032%2030.9346%2097.6013%2030.5359%2098.1038%2030.3427L102.05%2028.8229C102.558%2028.6278%20103.057%2029.1274%20102.862%2029.6365L101.345%2033.5896C101.151%2034.0931%20100.754%2034.4918%20100.252%2034.685ZM91.7265%2025.0496C87.612%2029.1722%2087.612%2035.8555%2091.7265%2039.9781C95.9378%2044.1976%20102.828%2044.0986%20106.914%2039.6821C110.63%2035.6661%20110.63%2029.3615%20106.914%2025.3466C102.828%2020.93%2095.9388%2020.831%2091.7274%2025.0496C91.7265%2025.0496%2091.7265%2025.0496%2091.7265%2025.0496Z'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5329_22061'%3e%3crect%20width='896'%20height='80'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100% 100%}._container_1h4us_14{gap:50px}._title_1h4us_25{font-size:21px;padding:4px 10px;margin-bottom:14px}._subTitle_1h4us_39{font-size:15px}._car_1h4us_43{max-width:120px}._img_1h4us_59{width:40px;height:40px}}@media (max-width: 959px){._wrapper_1h4us_1{padding:31px 0 10px;background-image:url("data:image/svg+xml,%3csvg%20width='688'%20height='140'%20viewBox='0%200%20688%20140'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5329_22237)'%3e%3cpath%20d='M628.082%2059.3116C681.97%2034.8404%20737.086%2041.3378%20778.084%2066.6338M717.448%20523.385C685.513%20448.085%20715.712%20397.596%20755.335%20346.76M806.132%2089.1325C844.255%20128.51%20858.247%20188.999%20824.253%20251.682C811.229%20275.698%20794.745%20297.284%20778.193%20318.06'%20stroke='%23FFF7E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='7.95%207.95'/%3e%3cpath%20d='M53.6455%20415.568C23.5331%20383.699%2012.3439%20354.867%209.30947%20344.186C6.78646%20335.303%205.22509%20326.349%204.44531%20317.435M49.1556%20-17.3927C73.4616%201.23006%2081.2919%2026.042%2079.7718%2053.9961M74.6407%2086.0196C67.6704%20113.981%2054.8013%20143.714%2041.8867%20172.715C35.0339%20188.104%2010.3897%20232.683%204.91844%20283.599'%20stroke='%23FFF7E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='8.08%208.08'/%3e%3cpath%20d='M56.9779%20-72.5467C101.497%20-41.1751%20136.209%2020.2657%20117.469%2095.2713C105.118%20144.708%2042.0893%20259.153%20110.316%20356.798C164.46%20434.286%20300.719%20430.012%20370.04%20364.177C396.86%20338.705%20461.124%20294.184%20529.498%20312.83C601.568%20332.484%20615.49%20412.091%20618.455%20446.727'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M684.022%20-33.841C684.022%20-33.841%20807.25%20-51.3275%20878.613%2089.4524'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M-57.5703%20-7.50168C69.6111%20-20.0872%2038.6172%20107.945%206.47298%20160.001C-14.1475%20193.395%20-39.2591%20226.638%20-47.9516%20282.095C-58.0661%20346.624%20-43.6766%20481.142%20100.605%20516.021'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M280.996%20-54.1328C282.627%20-33.5754%20324.555%2038.0366%20467.424%20-44.6658'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M616.052%2068.0526C616.052%2070.9893%20613.676%2073.3691%20610.745%2073.3691C607.814%2073.3691%20605.438%2070.9893%20605.438%2068.0526C605.438%2065.1167%20607.814%2062.7368%20610.745%2062.7368C613.676%2062.7368%20616.052%2065.1167%20616.052%2068.0526Z'%20stroke='%23FFF7E2'%20stroke-width='2.66667'%20stroke-miterlimit='10'/%3e%3cpath%20d='M79.2518%2072.685L75.3045%2074.2048C74.7972%2074.4008%2074.2985%2073.9002%2074.4932%2073.3921L76.0104%2069.438C76.2032%2068.9346%2076.6013%2068.5359%2077.1038%2068.3427L81.0501%2066.8229C81.5584%2066.6278%2082.0571%2067.1274%2081.8624%2067.6365L80.3452%2071.5896C80.1514%2072.0931%2079.7543%2072.4918%2079.2518%2072.685ZM70.7265%2063.0496C66.612%2067.1722%2066.612%2073.8555%2070.7265%2077.9781C74.9378%2082.1976%2081.8282%2082.0986%2085.9141%2077.6821C89.6296%2073.6661%2089.6296%2067.3615%2085.9141%2063.3466C81.8282%2058.93%2074.9388%2058.831%2070.7274%2063.0496C70.7265%2063.0496%2070.7265%2063.0496%2070.7265%2063.0496Z'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M216.311%20-83.7834C216.311%20-83.7834%20213.947%2018.7256%20301.211%2018.7256C425.245%2018.7256%20482.182%20-58.6087%20564.96%20-76.8241'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5329_22237'%3e%3crect%20width='688'%20height='140'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100% 100%}._container_1h4us_14{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:21px}._car_wrapper_1h4us_43{display:flex;flex-direction:column-reverse;gap:14px;margin-top:-5px}._title_1h4us_25{font-size:23px;padding:4px 10px}._subTitle_1h4us_39{font-size:15px}}@media (max-width: 719px){._wrapper_1h4us_1{padding:31px 20px 39px;background-image:url("data:image/svg+xml,%3csvg%20width='328'%20height='195'%20viewBox='0%200%20328%20195'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5329_22440)'%3e%3cpath%20d='M196.542%20116.726C253.331%20100.059%20306.99%20114.227%20344.032%20145.026M219.899%20588.748C198.848%20509.711%20235.833%20463.96%20282.198%20419.188M368.645%20171.238C400.865%20215.576%20406.23%20277.429%20363.776%20334.722C347.511%20356.673%20328.161%20375.732%20308.857%20393.979'%20stroke='%23FFF7E2'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='7.95%207.95'/%3e%3cpath%20d='M-48.0221%20-72.5467C-3.50296%20-41.1751%2031.209%2020.2657%2012.4691%2095.2713C0.117619%20144.708%20-62.9107%20259.153%205.31632%20356.798C59.46%20434.286%20195.719%20430.012%20265.04%20364.177C291.86%20338.705%20356.124%20294.184%20424.498%20312.83C496.568%20332.484%20510.49%20412.091%20513.455%20446.727'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M175.996%20-54.1328C177.627%20-33.5754%20219.555%2038.0366%20362.424%20-44.6658'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M190.052%20121.053C190.052%20123.989%20187.676%20126.369%20184.745%20126.369C181.814%20126.369%20179.438%20123.989%20179.438%20121.053C179.438%20118.117%20181.814%20115.737%20184.745%20115.737C187.676%20115.737%20190.052%20118.117%20190.052%20121.053Z'%20stroke='%23FFF7E2'%20stroke-width='2.66667'%20stroke-miterlimit='10'/%3e%3cpath%20d='M111.311%20-83.7834C111.311%20-83.7834%20108.947%2018.7256%20196.211%2018.7256C320.245%2018.7256%20377.182%20-58.6087%20459.96%20-76.8241'%20stroke='%23FFF7E2'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5329_22440'%3e%3crect%20width='328'%20height='195'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:100% 100%}._title_1h4us_25{font-size:19px}._subTitle_1h4us_39{font-size:15px;line-height:16px}._container_1h4us_14{display:flex;flex-direction:column;justify-content:center;gap:40px}._car_wrapper_1h4us_43{display:flex;align-items:center;justify-content:center;gap:45px;flex-direction:row;width:100%}}._searchHistory_1ui9f_1{display:flex;flex-direction:column;font-family:var(--font-nunito)}._containerElSearch_1ui9f_7{display:flex;flex-direction:row;align-items:center;gap:8px;padding:16px 8px;cursor:pointer;transition:background-color .3s}._containerElSearch_1ui9f_7:hover{background-color:var(--hover-elevated)}._borderBottom_1ui9f_21{border-bottom:1px solid var(--border-outline-btn)}._title_1ui9f_25{font-size:15px;font-weight:400;line-height:20px}._bottomSheetWrapper_fkpb7_1{position:fixed;bottom:0;left:0;right:0;z-index:900;height:100%;pointer-events:none}._customSheet_fkpb7_11{position:fixed;bottom:0;left:0;right:0;height:100%;max-height:100%;background:#fff;border-radius:16px 16px 0 0;display:flex;flex-direction:column;will-change:transform;box-shadow:0 -4px 20px #0000001a;pointer-events:auto;touch-action:none;z-index:901}._sheetClosed_fkpb7_29{pointer-events:none}._sheetHeader_fkpb7_33{display:flex;justify-content:center;padding:25px 0;cursor:grab;z-index:10;background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;touch-action:none;pointer-events:auto!important}._dragIndicator_fkpb7_48{width:40px;height:5px;background-color:#ccc;border-radius:2.5px}._sheetContent_fkpb7_55{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;height:100%}._noScroll_fkpb7_63{overflow:hidden!important;pointer-events:none;touch-action:none;-webkit-user-select:none;user-select:none}._customSelectButton_12080_1{position:relative;display:inline-block;font-family:var(--font-nunito)}._selectedValue_12080_7{padding-left:15px;border:none;border-radius:4px;background-color:inherit;cursor:pointer;font-size:16px;font-weight:700;color:var(--text)}._dropdownList_12080_18{position:absolute;top:28px;left:0;right:0;z-index:1;list-style:none;padding:0;margin:0;background-color:var(--text-bright-btn);border-top:none;border-radius:8px;max-height:200px;overflow-y:auto}._dropdownList_12080_18 li{padding:8px 12px;cursor:pointer}._dropdownList_12080_18 li:not(._selectedItem_12080_39):hover{background-color:#f0f0f0}._invisibleItem_12080_43{display:none}._selectedItem_12080_39{background-color:#007bff;color:#fff}._selectedItem_12080_39:hover{background-color:#007bff}._modalLocation_fxsck_1{--width: 480px;--border-radius: 12px;--background: #ffffff;font-family:var(--font-nunito);color:var(--text);--height: auto;--max-height: 80vh}._bodyModal_fxsck_11{padding:16px;display:flex;flex-direction:column}._title_fxsck_17{font-weight:700;font-size:18px;line-height:24px;margin-bottom:16px}._contText_fxsck_23{margin-bottom:16px}._text_fxsck_27{font-weight:400;font-size:15px;line-height:20px}._btn_fxsck_33{display:flex;justify-content:flex-end}@media (max-width: 720px){._title_fxsck_17{font-size:17px}._modalLocation_fxsck_1{--width: 328px;--height: auto;--max-height: 80vh}._text_fxsck_27{line-height:24px}}._custom_popover_overlay_wwb1e_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:1000;opacity:0}._custom_popover_wwb1e_1{position:absolute;background-color:#fff;border-radius:8px;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a;padding:6px 10px;z-index:1001;opacity:0;transition:opacity .2s,transform .2s;margin-top:8px}._custom_popover_wwb1e_1._show_wwb1e_25{opacity:1}._custom_popover_wwb1e_1 div{cursor:pointer;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;letter-spacing:.01em;line-height:24px;padding:4px 10px;text-align:left}._custom_popover_logins_wwb1e_41{display:flex}._custom_popover_logins_wwb1e_41:hover{background-color:var(--unfilled)}._custom_popover_icons_wwb1e_49{width:20px;height:20px;margin-top:8px}._custom_popover_logins_wwb1e_41 h4{margin:0;font-size:15px;line-height:24px;font-weight:400}._custom_popover_logins_wwb1e_41 p{margin:0;font-size:12px;line-height:16px;font-weight:400;color:var(--text-unfilled)}._header_2605z_1{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;flex-direction:row;justify-content:space-between;padding:0 32px;height:76px;background-color:var(--surface)}._header_wrapper_2605z_15{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}._logo_2605z_23{width:84px;height:56px;cursor:pointer}._header_items_2605z_29{display:flex;align-items:center;gap:15px}._nav_button_2605z_35{border-radius:8px;padding:12px 8px;height:36px;font-size:14px;font-weight:600;box-shadow:none!important}._nav_button_select_2605z_44{border-radius:8px;padding:12px 8px;height:36px;font-size:14px;font-weight:600;gap:4px;box-shadow:none!important}._nav_button_select_active_2605z_54{border-radius:8px;padding:12px 8px;height:36px;font-size:14px;font-weight:600;gap:4px;box-shadow:none!important;background-color:var(--pressed-elevated)!important}._button_container_2605z_65{display:flex;align-items:center;gap:8px}._text_2605z_71{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;color:var(--text)}._buttons_2605z_79{display:flex;gap:8px}._button_user_2605z_84{width:100%!important;padding:0 12px!important}._button_login_2605z_89{border-radius:12px;padding:0 16px;height:44px;background-color:var(--bright);width:110px}._btn_menu_left_2605z_97{display:none}@media (max-width: 1200px){._header_items_2605z_29{display:none}._header_2605z_1{padding:0 16px}._header_wrapper_2605z_15{gap:4px}._btn_menu_left_2605z_97{display:block}}@media (max-width: 720px){._header_2605z_1{padding:0 8px;height:52px}._header_wrapper_2605z_15{gap:4px}._logo_2605z_23{width:60px;height:40px}}@media (max-width: 500px){._buttonPublishTour_2605z_131{display:none}}._rentalCarBtn_1s0f2_1{z-index:1}._text_1s0f2_5{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;color:var(--text)}._link_1s0f2_13{font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;color:var(--neutral-25);text-decoration:underline;cursor:pointer;max-width:150px;padding-right:5px}@media (min-width: 1200px) and (max-width: 1381px){._link_1s0f2_13{max-width:100%}}@media (max-width: 860px){._link_1s0f2_13{max-width:76px}}@media (max-width: 720px){._link_1s0f2_13{max-width:100%}}._advantages_1uvsp_1{display:flex;flex-direction:row;gap:8px;width:100%;max-height:328px}._left_1uvsp_9{display:flex;flex-direction:column;gap:8px;width:50%}._leftContainer_1uvsp_16{display:flex;flex-direction:column;gap:16px;padding:24px;background:var(--light-green-back);border-radius:20px;position:relative}._title_1uvsp_26{font-weight:700;font-size:18px;line-height:20px;z-index:2}._points_1uvsp_33{display:flex;flex-direction:column;gap:16px}._point_1uvsp_33{display:flex;flex-direction:row;align-items:flex-start;gap:8px;z-index:2}._circle_1uvsp_47{padding-top:2px}._description_1uvsp_51{display:flex;align-items:center;font-weight:400;font-size:15px;line-height:24px}._plusTop_1uvsp_59{position:absolute;top:16px;left:48px;width:56px;height:37px;z-index:1}._plusBottom_1uvsp_68{position:absolute;bottom:16px;right:48px;width:56px;height:37px;z-index:1}._right_1uvsp_77{display:flex;flex-direction:column;gap:32px;padding:24px;background:var(--alert-primary);border-radius:20px;width:50%}._rightContainer_1uvsp_87{display:flex;flex-direction:column;gap:16px}._price_1uvsp_93{display:flex;flex-direction:column;align-items:center}._priceContainer_1uvsp_99{display:flex;flex-direction:column;align-items:flex-start}._strikethroughPrice_1uvsp_105{position:relative;font-weight:500;font-size:24px;line-height:100%;color:var(--text-muted);display:inline-block}._strikethroughPrice_1uvsp_105:before{content:"";position:absolute;top:12px;left:0;width:100%;height:2px;background-color:var(--primary-default);transform:rotate(158deg)}._discountPrice_1uvsp_125{display:flex;gap:12px;font-weight:700;font-size:48px;line-height:100%;padding:15px 0;color:var(--primary-default)}._discount_1uvsp_125{width:66px;height:69px;margin-top:7px}._footer_1uvsp_141{display:flex;flex-direction:column;gap:8px}._footerText_1uvsp_147{font-weight:400;font-size:12px;line-height:100%;color:var(--text-muted)}@media (max-width: 1200px){._advantages_1uvsp_1{display:flex;flex-direction:column;max-height:max-content}._left_1uvsp_9,._right_1uvsp_77{width:100%}}._form_tszdl_1{display:flex;flex-direction:column;gap:16px;width:100%}._container_tszdl_8{display:flex;flex-direction:column;gap:4px;width:100%}._rowInput_tszdl_15{display:flex;flex-direction:row;gap:16px;width:100%}._calendar_tszdl_22{width:100%;height:44px}._title_tszdl_27{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted);padding-left:5px}._button_tszdl_35{max-width:178px}._footer_tszdl_39{display:flex;justify-content:center}.p-dialog .p-dialog-header{border-bottom:none;border-radius:12px 12px 0 0}.p-dialog .p-dialog-content{width:385px;border-radius:0 0 12px 12px}.p-dialog{border-radius:12px}._carRental_j3t1e_14{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 16px;overflow-y:auto;font-family:var(--font-nunito-sans)}._title_j3t1e_24{font-size:28px;font-weight:700;line-height:36px;letter-spacing:0px}@media (max-width: 490px){._title_j3t1e_24{max-width:280px;text-align:center}}.cursor{cursor:pointer;-webkit-user-select:none;user-select:none}.content-container{display:flex;flex-direction:row;height:100%}.bottom-menu{display:none}ion-modal.modal-greetings{--width: 800px;--height: max-content;--border-radius: 10px;gap:16px;box-shadow:0 11px 22px -2.5px #0000001f,0 22px 44px -5px #00000024,0 44px 88px -10px #00000029;--background: var(--surface)}ion-modal.modal-greetings .background-image{position:absolute;bottom:0}ion-modal.modal-greetings .modal-greetings-cont{border:1px solid #e6e5ea;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:32px;gap:16px}ion-modal.modal-greetings .modal-greetings-cont .title-cont{display:flex;flex-direction:column;gap:8px;align-items:center}ion-modal.modal-greetings .modal-greetings-cont .title-cont .title{display:flex;flex-direction:row;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:center}ion-modal.modal-greetings .modal-greetings-cont .title-cont .title .red{color:var(--primary-default)}ion-modal.modal-greetings .modal-greetings-cont .title-cont .lower-title{font-family:var(--font-nunito-sans);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:center}ion-modal.modal-greetings .modal-greetings-cont .items{display:flex;flex-direction:row;padding:16px 0;gap:16px;align-items:center}ion-modal.modal-greetings .modal-greetings-cont .items .item{display:flex;flex-direction:column;align-items:center;gap:16px;width:234.67px;height:204px}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont{display:flex;flex-direction:column;gap:4px}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont .bold{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont .low{font-family:var(--font-nunito);color:var(--text);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}ion-modal.modal-greetings .modal-greetings-cont .btn-greetings{padding:0 20px;border-radius:12px}ion-modal.modal-greetings .modal-greetings-cont .btn-greetings .text{font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.header-map-first-page{display:flex;flex-direction:row;position:absolute;right:0;top:76px;align-items:center;z-index:999;background-color:transparent;justify-content:space-between}.header-map-first-page.quick{width:calc(100vw - 840px)}.header-map-first-page .mobile-header{display:none}.header-map-first-page .left-header{width:calc(100vw - 914px)}.header-map-first-page .left-header .btn-top-first-page{padding:0;height:20px;border-radius:12px;font-size:16px!important}.cont-select-btn .select.elevated.p-focus,.cont-select-btn .select.elevated:hover,.cont-select-btn .select.elevated.p-focus:focus,.header-map-first-page .left-header .btn-top-first-page:active{box-shadow:none!important;background:none!important}.header-map-first-page .left-header .value-distance{position:absolute;top:32px;left:32px;display:flex;flex-direction:column;gap:2px;justify-content:center;width:95px;height:52px;border-radius:12px;background-color:var(--text-bright-btn);box-shadow:var(--box-shadow-btn-elevated)}.header-map-first-page .left-header .scale{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;padding-left:17px}.header-map-first-page .left-header .my-location{position:absolute;top:32px;right:32px;display:flex;justify-content:center;align-items:center;height:44px;width:44px;border-radius:12px;background-color:var(--text-bright-btn);cursor:pointer;box-shadow:var(--box-shadow-btn-elevated)}.header-map-first-page .left-header .my-location-denied{position:absolute;top:32px;right:32px;display:flex;justify-content:center;align-items:center;height:44px;width:44px;border-radius:12px;background-color:var(--text-bright-btn);cursor:pointer;opacity:.8}.header-map-first-page .left-header .value-distance:hover,.header-map-first-page .left-header .value-distance:focus{background-color:var(--hover-elevated)}.header-map-first-page .left-header .value-distance:active{box-shadow:var(--box-shadow-btn)}.header-map-first-page .left-header .my-location:hover,.header-map-first-page .left-header .my-location:focus{background-color:var(--hover-elevated)}.header-map-first-page .left-header .my-location:active{box-shadow:var(--box-shadow-btn)}.header-map-first-page .left-header .city-select,.header-map-first-page .left-header .radius-select{display:flex;flex-direction:row;align-items:center;width:116px;height:44px;border-radius:12px;padding:0 16px;gap:12px}.header-map-first-page .left-header .city-select .text,.header-map-first-page .left-header .radius-select .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.header-map-first-page .left-header .city-select svg,.header-map-first-page .left-header .radius-select svg{min-width:20px}.header-map-first-page .right-header{display:flex;flex-direction:row;gap:8px}.header-map-first-page .right-header .favourite{min-width:44px;padding:8px;border-radius:12px;display:flex;align-items:center;justify-content:center}.header-map-first-page .right-header .btn-login{display:flex;align-items:center;justify-content:center;width:86px;border-radius:12px;padding:0 16px;gap:2px}.header-map-first-page .right-header .btn-login .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login{--width: 520px;--height: max-content;--border-radius: 12px}ion-modal.modal-login .image-back-login{-webkit-user-select:none;user-select:none;position:absolute;rotate:0deg;max-width:100%;right:0;bottom:0}ion-modal.modal-login .body-modal-login{max-height:calc(100vh - 64px);display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center;overflow-y:auto}ion-modal.modal-login .body-modal-login::-webkit-scrollbar{display:none}ion-modal.modal-login .body-modal-login .title{display:flex;flex-direction:column;gap:8px;align-items:center;font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center}ion-modal.modal-login .body-modal-login .title .cont{display:flex;flex-direction:column;align-items:center}ion-modal.modal-login .body-modal-login .title .title-lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-modal.modal-login .body-modal-login .form-login{width:320px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}ion-modal.modal-login .body-modal-login .form-login .login,ion-modal.modal-login .body-modal-login .form-login .password{width:320px}ion-modal.modal-login .body-modal-login:last-child{gap:16px}ion-modal.modal-login .body-modal-login .form-login .checkbox .cont-text{padding:2px 0}ion-modal.modal-login .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login .body-modal-login .form-login .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}ion-modal.modal-login .body-modal-login .form-login .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer}ion-modal.modal-login .body-modal-login .form-login .cont-btn{display:flex;flex-direction:row;align-items:center;gap:8px}ion-modal.modal-login .body-modal-login .form-login .cont-input-code{display:flex;flex-direction:row;gap:8px}ion-modal.modal-login .body-modal-login .form-login .input-code{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}ion-modal.modal-login .body-modal-login .form-login .input-code::placeholder{color:#b0afb8}ion-modal.modal-login .body-modal-login .form-login .input-code.error{background-color:var(--input-background-error);border:1px solid var(--input-border-error)}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .first-text-send-again,ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .timer{opacity:.4}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}ion-modal.modal-login .body-modal-login .form-login .btn-login{width:100%;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em}ion-modal.modal-login .body-modal-login .lower-btn{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}ion-modal.modal-login .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}ion-modal.phone{--height: max-content !important}ion-modal.register{--height: max-content}ion-modal.register-partner{--height: max-content}ion-modal.pin{--height: max-content !important}ion-modal.alert-message{--height: max-content !important}ion-modal.recovery{--height: 388px !important}ion-modal.modal-login-partner{--width: 520px;--height: max-content;--border-radius: 12px}ion-modal.modal-login-partner .image-back-login{-webkit-user-select:none;user-select:none;position:absolute;rotate:0deg;max-width:100%;right:0;bottom:0}ion-modal.modal-login-partner .body-modal-login{max-height:calc(100vh - 64px);display:flex;flex-direction:column;padding:14px 16px;gap:10px;position:relative;align-items:center;overflow-y:auto}ion-modal.modal-login-partner .body-modal-login .title{gap:8px;display:flex;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}ion-modal.modal-login-partner .body-modal-login .title .cont{display:flex;flex-direction:column;align-items:center}ion-modal.modal-login-partner .body-modal-login .title .title-lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-modal.modal-login-partner .body-modal-login .alert-register-partner{width:480px}ion-modal.modal-login-partner .body-modal-login .form-login{width:320px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:10px}ion-modal.modal-login-partner .body-modal-login .form-login .login,ion-modal.modal-login-partner .body-modal-login .form-login .password{width:320px;height:44px;padding:6px}ion-modal.modal-login-partner .body-modal-login .form-login .login .input,ion-modal.modal-login-partner .body-modal-login .form-login .password .input{width:100%;padding:4px 6px}ion-modal.modal-login-partner .body-modal-login .form-login .checkbox .cont-text{padding:2px 0}ion-modal.modal-login-partner .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login-partner .body-modal-login .form-login .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}ion-modal.modal-login-partner .body-modal-login .form-login .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer}ion-modal.modal-login-partner .body-modal-login .form-login .cont-btn{display:flex;flex-direction:row;align-items:center;gap:8px}ion-modal.modal-login-partner .body-modal-login .form-login .cont-input-code{display:flex;flex-direction:row;gap:8px}ion-modal.modal-login-partner .body-modal-login .form-login .input-code{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}ion-modal.modal-login-partner .body-modal-login .form-login .input-code::placeholder{color:#b0afb8}ion-modal.modal-login-partner .body-modal-login .form-login .input-code.error{background-color:var(--input-background-error);border:1px solid var(--input-border-error)}ion-modal.modal-login-partner .body-modal-login .form-login .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}ion-modal.modal-login-partner .body-modal-login .form-login .send-again-text-cont .first-text-send-again,ion-modal.modal-login-partner .body-modal-login .form-login .send-again-text-cont .timer{opacity:.4}ion-modal.modal-login-partner .body-modal-login .form-login .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}ion-modal.modal-login-partner .body-modal-login .form-login .btn-login{width:86px;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em}ion-modal.modal-login-partner .body-modal-login .form-login .btn-login.register{width:189px}ion-modal.modal-login-partner .body-modal-login .lower-btn{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}ion-modal.modal-login-partner .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}ion-modal.modal-login-recovery{--width: 520px;--height: max-content;--border-radius: 12px}ion-modal.modal-login-recovery .image-back-login{-webkit-user-select:none;user-select:none;position:absolute;rotate:0deg;max-width:100%;right:0;bottom:0}ion-modal.modal-login-recovery .body-modal-login{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center}ion-modal.modal-login-recovery .body-modal-login .close-alert-message{display:flex;position:relative;z-index:1;align-items:center;justify-content:center;width:105px}ion-modal.modal-login-recovery .body-modal-login .title{gap:8px;display:flex;position:relative;z-index:1;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-weight:700;line-height:36px;letter-spacing:0em;font-size:28px;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}ion-modal.modal-login-recovery .body-modal-login .title .cont{display:flex;flex-direction:column;align-items:center}ion-modal.modal-login-recovery .body-modal-login .title .title-lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-modal.modal-login-recovery .body-modal-login .alert-register-partner{width:480px}ion-modal.modal-login-recovery .body-modal-login .form-login{width:320px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}ion-modal.modal-login-recovery .body-modal-login .form-login .login,ion-modal.modal-login-recovery .body-modal-login .form-login .password{width:320px;height:44px;padding:6px}ion-modal.modal-login-recovery .body-modal-login .form-login .login .input,ion-modal.modal-login-recovery .body-modal-login .form-login .password .input{width:100%;padding:4px 6px}ion-modal.modal-login-recovery .body-modal-login .form-login .checkbox .cont-text{padding:2px 0}ion-modal.modal-login-recovery .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-login-recovery .body-modal-login .form-login .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}ion-modal.modal-login-recovery .body-modal-login .form-login .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer}ion-modal.modal-login-recovery .body-modal-login .form-login .btn-login{width:137px;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em}ion-modal.modal-login-recovery .body-modal-login .form-login .btn-login.register{width:max-content}ion-modal.modal-login-recovery .body-modal-login .form-login .btn-login.recovery-btn{width:114px}ion-modal.modal-login-recovery .body-modal-login .lower-btn{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}ion-modal.modal-login-recovery .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.header-left-menu{height:168px;width:100%;padding:16px;box-shadow:0 4px 8px #0000001f;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.header-left-menu .up-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.header-left-menu .up-header .logo{height:76px}.header-left-menu .up-header .btn-menu-left{max-height:36px}.header-left-menu .input-search-tour{width:100%}.header-left-menu .filter-btn{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.header-left-menu .cont-logo{display:flex;flex-direction:row;align-items:center;width:208px;gap:4px}.header-left-menu .cont-logo .btn-menu-left{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.content-left-menu{display:block;position:relative;overflow:hidden;padding:0 32px}.content-left-menu .content{width:100%}.content-left-menu .scroll{position:relative;height:100%;padding:0 0 0 16px;overflow-y:scroll;overflow-x:hidden}.content-left-menu .scroll::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}.content-left-menu .scroll::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}.content-left-menu .scroll::-webkit-scrollbar{width:14px}.content-left-menu .scroll::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}.content-left-menu .scroll::-webkit-scrollbar-button{width:0;height:0;display:none}.content-left-menu .scroll ::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 5px #ddd;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}.content-left-menu .scroll::-webkit-scrollbar-corner{background-color:transparent}.content-left-menu .scroll.search{padding:16px 0}.content-left-menu .scroll .el-search{cursor:pointer;width:100%;padding:0 8px 0 16px;display:flex;flex-direction:row;gap:16px;align-items:center}.content-left-menu .scroll .el-search:hover{background-color:#f4f3f6}.content-left-menu .scroll .el-search .cont-img{min-width:24px;min-height:24px}.content-left-menu .scroll .el-search .cont-inf-el-search{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px 12px 0;gap:16px}.content-left-menu .scroll .el-search .cont-inf-el-search.border{border-bottom:1px solid var(--divider)}.content-left-menu .scroll .el-search .cont-inf-el-search .left{display:flex;width:181px;flex-direction:column}.content-left-menu .scroll .el-search .cont-inf-el-search .left .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.content-left-menu .scroll .el-search .cont-inf-el-search .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.content-left-menu .scroll .el-search .cont-inf-el-search .right{display:flex;flex-direction:column}.content-left-menu .scroll .el-search .cont-inf-el-search .right .rating{display:flex;align-items:center;flex-direction:row;gap:4px}.content-left-menu .scroll .el-search .cont-inf-el-search .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.content-left-menu:after{content:"";position:absolute;z-index:-1;height:calc(100vh - 20px);top:10px;right:-5px;width:5px;background:#666}ion-menu.main-left-menu{--width: 320px;--box-shadow: 0px 11px 22px -2.5px #0000001f;--box-shadow: 0px 22px 44px -5px #00000024;--box-shadow: 0px 44px 88px -10px #00000029}ion-menu.main-left-menu .menu-V2{display:flex;flex-direction:column;gap:16px;padding:32px!important;overflow-y:scroll}ion-menu.main-left-menu .menu-V2 .close-left-menu{position:absolute;right:16px;top:16px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu-V2 .l{width:100%;border-top:1px solid var(--divider)}ion-menu.main-left-menu .menu-V2 .header-menu{display:flex;flex-direction:column;gap:8px;padding-left:12px}ion-menu.main-left-menu .menu-V2 .header-menu .logo{width:120px;height:80px}ion-menu.main-left-menu .menu-V2 .header-menu .title{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px}ion-menu.main-left-menu .menu-V2 .btn-menu{display:flex;flex-direction:column;padding:16px 0 0;gap:4px;margin-top:0}ion-menu.main-left-menu .menu-V2 .btn-menu .menu-item-V2{display:flex;flex-direction:row;padding:8px;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu-V2 .btn-menu .menu-item-V2-active{display:flex;flex-direction:row;padding:8px;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--alert-secondary)!important;border-radius:8px}ion-menu.main-left-menu .menu-V2 .btn-menu .menu-item-V2 .text-menu-item-V2{padding:0 6px;font-family:var(--font-nunito);font-size:14px;font-weight:640;line-height:20px;letter-spacing:.02em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}ion-menu.main-left-menu .menu-V2 .btn-menu.btn-menu-client{margin-top:0;padding:0 0 16px}ion-menu.main-left-menu .menu-V2 .btn-login-left-menu{width:100%!important;border-radius:12px;padding:0 16px;gap:2px;display:flex;flex-direction:row;align-items:center;justify-content:center}ion-menu.main-left-menu .menu-V2 .btn-login-left-menu .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.main-left-menu .menu-V2 .other-btns{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu-V2 .other-btns .other-btn{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu-V2 .other-btns .other-btn .links{color:var(--text-muted);-webkit-user-select:none;user-select:none;text-decoration:none}ion-menu.main-left-menu .menu-V2 .app-links{display:flex;flex-direction:row;gap:8px}ion-menu.main-left-menu .menu-V2 .app-links .app-links-img{width:96px;height:32px;cursor:pointer}ion-menu.main-left-menu .menu-V2 .contacts{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu-V2 .contacts .text-contacts{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;text-align:left;text-decoration:none}ion-menu.main-left-menu .menu-V2 .address{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu-V2 .address .text-address{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.main-left-menu .menu-V2 .circles{display:flex;flex-direction:row;gap:4px}ion-menu.main-left-menu .menu-V2 .circles img{cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu-filter{--width: 360px;--box-shadow: 0px 11px 22px -2.5px #0000001f;--box-shadow: 0px 22px 44px -5px #00000024;--box-shadow: 0px 44px 88px -10px #00000029}ion-menu.main-left-menu-filter .header-filter{width:100%;background-color:#fff;top:0;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 8px 0 16px;gap:4px;height:76px;box-shadow:0 4px 8px #0000001f}ion-menu.main-left-menu-filter .header-filter .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}ion-menu.main-left-menu-filter .body-filter{height:calc(var(--vh, 1vh) * 100 - 76px - 76px);overflow-y:scroll;overflow-x:hidden;display:flex;flex-direction:column;gap:16px;padding:16px}ion-menu.main-left-menu-filter .body-filter::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}ion-menu.main-left-menu-filter .body-filter::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}ion-menu.main-left-menu-filter .body-filter::-webkit-scrollbar{width:14px}ion-menu.main-left-menu-filter .body-filter::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}ion-menu.main-left-menu-filter .body-filter::-webkit-scrollbar-button{width:0;height:0;display:none}ion-menu.main-left-menu-filter .body-filter ::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 5px #ddd;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}ion-menu.main-left-menu-filter .body-filter::-webkit-scrollbar-corner{background-color:transparent}ion-menu.main-left-menu-filter .body-filter .line{display:flex;flex-direction:column;gap:4px}ion-menu.main-left-menu-filter .body-filter .line .title-line{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}ion-menu.main-left-menu-filter .body-filter .line .title-line.pad{padding:0 6px}ion-menu.main-left-menu-filter .body-filter .line .checkbox .text-checkbox{gap:4px;display:flex;flex-direction:row;align-items:center}ion-menu.main-left-menu-filter .body-filter .line .inputs{display:flex;flex-direction:row;gap:8px}ion-menu.main-left-menu-filter .body-filter .line .cont-slider{display:flex;align-items:center;justify-content:center;height:28px}ion-menu.main-left-menu-filter .body-filter .line .cont-slider .slider-filter{width:95%;border-radius:800px;background:#f4f3f6}ion-menu.main-left-menu-filter .body-filter .line .cont-slider .slider-filter .p-slider-range{background:#f74439}ion-menu.main-left-menu-filter .body-filter .line .cont-slider .slider-filter .p-slider-handle{border-radius:800px;border:3px solid #f74439;background-color:#fff;width:20px;height:20px}ion-menu.main-left-menu-filter .body-filter .line .cont-slider .slider-filter .p-slider-handle:focus{box-shadow:none;outline:none}ion-menu.main-left-menu-filter .body-filter .mem{display:flex;flex-direction:column;gap:12px}ion-menu.main-left-menu-filter .body-filter .mem .val-mem{display:flex;flex-direction:row;justify-content:space-between;gap:4px}ion-menu.main-left-menu-filter .body-filter .mem .val-mem .left{display:flex;flex-direction:column}ion-menu.main-left-menu-filter .body-filter .mem .val-mem .left .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.main-left-menu-filter .body-filter .mem .val-mem .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.main-left-menu-filter .body-filter .mem .val-mem .right{display:flex;flex-direction:row;gap:4px;align-items:center}ion-menu.main-left-menu-filter .body-filter .mem .val-mem .right .val-mem-cur{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-menu.main-left-menu-filter .body-filter .dop-mem{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu-filter .body-filter .line-date{display:flex;flex-direction:row;gap:8px}ion-menu.main-left-menu-filter .body-filter .line-date .date{display:flex;flex-direction:column;gap:4px}ion-menu.main-left-menu-filter .body-filter .line-date .date .title-date{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}ion-menu.main-left-menu-filter .footer-menu{height:76px;width:100%;background-color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding:0 16px;gap:4px;box-shadow:0 -4px 8px #0000001f}ion-menu.main-left-menu-filter .footer-menu .width{width:100%}.header-pages-guest{position:absolute;z-index:999;width:100vw;height:76px;border:0px,0px,1px,0px;padding:0 16px;box-shadow:0 1px 2px -.25px #00000005;box-shadow:0 2px 4px -.5px #0000000a;box-shadow:0 4px 8px -1px #0000000f;background-color:#fff;display:flex;align-items:center;justify-content:center}.header-pages-guest .cont-header-btn{display:flex;flex-direction:row;max-width:1120px;height:44px;align-items:center;width:1120px;justify-content:space-between}.header-pages-guest .cont-header-btn .left{display:flex;flex-direction:row;gap:4px}.header-pages-guest .cont-header-btn .left img{cursor:pointer;-webkit-user-select:none;user-select:none;height:60px}.header-pages-guest .cont-header-btn .left .btn-menu-left{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.header-pages-guest .cont-header-btn .right{display:flex;flex-direction:row;align-items:center;gap:8px}.header-pages-guest .cont-header-btn .right .btn-login-header{width:86px}.header-pages-guest .cont-header-btn .right .favourite{width:44px}.for-partners-content{display:flex;width:100vw;flex-direction:column;align-items:center;gap:32px}.for-partners-content::-webkit-scrollbar{display:none}.for-partners-content .back-image{min-width:1260px;min-height:560px;position:absolute;left:auto;right:auto;top:-76px}.for-partners-content .top-hat{position:relative;width:100vw;height:464px;display:flex;flex-direction:column;align-items:center}.for-partners-content .top-hat .content{display:flex;align-items:center;justify-content:center;padding:32px 0;gap:32px;position:relative;z-index:10;min-width:1120px}.for-partners-content .top-hat .content .center-content{display:flex;flex-direction:column;align-items:center;padding:44px 0;width:640px;gap:32px}.for-partners-content .top-hat .content .center-content .text{display:flex;flex-direction:column;gap:16px}.for-partners-content .top-hat .content .center-content .text .cont-text{display:flex;flex-direction:column;align-items:center}.for-partners-content .top-hat .content .center-content .text .large-text{font-family:var(--font-nunito-sans);font-size:64px;font-weight:700;line-height:64px;letter-spacing:-.02em;text-align:center;color:var(--text)}.for-partners-content .top-hat .content .center-content .text .large-text .colortext{color:var(--primary-default)}.for-partners-content .top-hat .content .center-content .text .small-text{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;color:var(--text);text-align:center}.for-partners-content .top-hat .content .center-content .cont-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.for-partners-content .top-hat .content .center-content .cont-btn .btn-login{display:flex;align-items:center;justify-content:center;width:98px;border-radius:12px;padding:0 20px;gap:2px;font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .top-hat .content .center-content .cont-btn .btn-partner{display:flex;align-items:center;justify-content:center;width:182px;border-radius:12px;padding:0 20px;gap:2px;box-shadow:0 12px 12px -12px #de1f4c66;font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .slider-partner{width:calc(100vw - 64px)}.for-partners-content .info-cont{width:100vw;gap:32px;display:flex;flex-direction:column;align-items:center}.for-partners-content .info-cont .cont-offer{width:1120px;padding:32px 0;gap:16px;display:flex;flex-direction:column}.for-partners-content .info-cont .cont-offer .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:left}.for-partners-content .info-cont .cont-offer .blocks{display:flex;flex-direction:row;align-items:center;gap:12px}.for-partners-content .info-cont .cont-offer .blocks .block{display:flex;flex-direction:column;width:271px;height:132px;border-radius:20px;padding:20px;gap:16px}.for-partners-content .info-cont .cont-offer .blocks .block .icon-block path{stroke:#71b54e}.for-partners-content .info-cont .cont-offer .blocks .block .text{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .info-cont .cont-offer .blocks .primary{background-color:var(--alert-primary)}.for-partners-content .info-cont .cont-offer .blocks .secondary{background-color:var(--alert-secondary)}.for-partners-content .info-cont .cont-offer .blocks .info{background-color:var(--alert-info)}.for-partners-content .info-cont .cont-offer .blocks .success{background-color:var(--alert-success)}.for-partners-content .offer-stage{width:1120px;display:flex;flex-direction:column;padding:32px 0;gap:32px}.for-partners-content .offer-stage .stage{display:flex;flex-direction:row;gap:18px;padding:8px 0 0}.for-partners-content .offer-stage .stage .text{position:relative;display:flex;flex-direction:column;justify-content:center;padding:16px;gap:16px}.for-partners-content .offer-stage .stage .text .number-1{position:absolute;top:20px;right:375px}.for-partners-content .offer-stage .stage .text .number-2{position:absolute;top:5px;right:345px}.for-partners-content .offer-stage .stage .text .number-3{position:absolute;top:50px;right:355px}.for-partners-content .offer-stage .stage .text .number-4{position:absolute;top:20px;right:350px}.for-partners-content .offer-stage .stage .text .number-5{position:absolute;top:20px;right:340px}.for-partners-content .offer-stage .stage .text .number-6{position:absolute;top:35px;right:335px}.for-partners-content .offer-stage .stage .text .bold{position:relative;z-index:99;font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:-.02em;text-align:left}.for-partners-content .offer-stage .stage .text .lower{color:var(--text);font-variant-numeric:lining-nums proportional-nums;font-family:var(--font-nunito);font-size:16px;font-style:normal;font-weight:400;line-height:28px;padding:0 25px;margin:0}.for-partners-content .offer-stage .stage2{gap:11px}.for-partners-content .tryyourself{width:calc(100vw - 64px);height:552px;padding:32px;border-radius:20px;gap:8px;display:flex;align-items:center;justify-content:center;background-color:var(--substrate)}.for-partners-content .tryyourself .cont{display:flex;flex-direction:column;align-items:center;width:800px;height:488px;padding:32px;border-radius:12px;gap:32px;background-color:var(--surface);box-shadow:0 1.75px 3.5px -.5px #0000000a;box-shadow:0 3.5px 7px -1px #0000000f;box-shadow:0 7px 14px -2px #00000014}.for-partners-content .tryyourself .cont .title{display:flex;flex-direction:column;align-items:center;gap:8px}.for-partners-content .tryyourself .cont .title .bold{font-family:var(--font-nunito-sans);color:var(--text);font-size:48px;font-weight:700;line-height:52px;letter-spacing:-.02em;text-align:center}.for-partners-content .tryyourself .cont .title .lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.for-partners-content .tryyourself .cont .cont-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.for-partners-content .tryyourself .cont .cont-btn .btn-login{display:flex;align-items:center;justify-content:center;width:98px;border-radius:12px;padding:0 20px;gap:2px;font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .tryyourself .cont .cont-btn .btn-partner{display:flex;align-items:center;justify-content:center;width:182px;border-radius:12px;padding:0 20px;gap:2px;box-shadow:0 12px 12px -12px #de1f4c66;font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .tryyourself .cont .line{width:736px;border:1px solid #e2e6e5}.for-partners-content .tryyourself .cont .steps{width:640px;display:flex;flex-direction:row;align-items:flex-start;padding:16px 0;gap:8px}.for-partners-content .tryyourself .cont .steps .double-arrow{min-width:20px;height:20px}.for-partners-content .tryyourself .cont .steps .cont-text{min-width:189.33px;width:189.33px;display:flex;flex-direction:column;gap:16px}.for-partners-content .tryyourself .cont .steps .cont-text .bold{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .tryyourself .cont .steps .cont-text .lower{font-family:var(--font-nunito);color:var(--text);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.for-partners-content .tryyourself .cont .steps .center-steps{display:flex;flex-direction:row;align-items:center;gap:8px}.for-partners-content .weworkwith{display:flex;flex-direction:column;width:1120px;padding:32px 0;gap:16px}.for-partners-content .weworkwith .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:left}.for-partners-content .weworkwith .blocks{display:flex;flex-direction:row;align-items:center;gap:12px}.for-partners-content .weworkwith .blocks .block{display:flex;flex-direction:row;align-items:center;width:365.33px;height:136px;padding:20px;border-radius:20px;gap:16px;background-color:var(--substrate)}.for-partners-content .weworkwith .blocks .block .cont-text{display:flex;flex-direction:column;gap:8px}.for-partners-content .weworkwith .blocks .block .cont-text .bold{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.for-partners-content .weworkwith .blocks .block .cont-text .lower{font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.for-partners-content .faq{display:flex;align-items:center;justify-content:center;width:1120px;padding:32px 0;gap:16px}.for-partners-content .faq .cont-faq{display:flex;flex-direction:column;gap:16px}.for-partners-content .faq .cont-faq .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:-.02em;text-align:left}.for-partners-content .faq .cont-faq .item-accord-group{display:flex;flex-direction:column;gap:12px}.for-partners-content .faq .cont-faq .item-accord-group .item-accord{width:560px;border-radius:12px;border:1px solid #e2e6e5}.for-partners-content .faq .cont-faq .item-accord-group .item-accord .item-native{color:none!important}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item{--min-height: 52px;--background: var(--surface);--background-activated: transparent;--background-focused: transparent;--background-hover: transparent;--background-activated-opacity: transparent;--background-focused-opacity: transparent;--background-hover-opacity: transparent;--border-width: 0 0 0 0;--ripple-color: transparent}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item div{font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;max-width:500px}.for-partners-content .faq .cont-faq .item-accord-group .item-accord .ion-padding{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding-inline-end:0;padding-top:0;padding-bottom:16px}.for-partners-content .faq .cont-faq .item-accord-group .item-accord.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord.accordion-expanding>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.about-content{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:76px}.about-content .back-image{min-width:1260px;min-height:560px;position:absolute;left:auto;right:auto;top:-76px}.about-content .top-hat{position:relative;width:100vw;height:100%;display:flex;flex-direction:column;align-items:center}.about-content .top-hat .content{display:flex;align-items:center;justify-content:center;padding:32px 0;gap:32px;position:relative;z-index:10;min-width:1120px}.about-content .top-hat .content .center-content{display:flex;flex-direction:column;align-items:center;padding:44px 0;width:640px;gap:32px}.about-content .top-hat .content .center-content .text{display:flex;flex-direction:column;align-items:center;gap:16px}.about-content .top-hat .content .center-content .text .cont-text{display:flex;flex-direction:column;align-items:center}.about-content .top-hat .content .center-content .text .text-up{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.about-content .top-hat .content .center-content .text .large-text{font-family:var(--font-nunito-sans);font-size:64px;font-weight:700;line-height:64px;letter-spacing:-.02em;text-align:center;color:var(--text)}.about-content .top-hat .content .center-content .text .large-text .colortext{color:var(--primary-default)}.about-content .top-hat .content .center-content .text .small-text{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:center;color:var(--text)}.about-content .platform-special{display:flex;flex-direction:column;align-items:center;max-width:1120px;font-family:var(--font-nunito);gap:16px;padding:0 16px}.about-content .platform-special .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:center}.about-content .about-company{display:flex;flex-direction:column;align-items:center;max-width:1120px;font-family:var(--font-nunito);gap:16px;padding:0 16px}.about-content .about-company .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:center}.about-content .content .info{display:flex;flex-direction:column;gap:4px}.about-content .current-stage{display:flex;flex-direction:column;align-items:center;max-width:1120px;font-family:var(--font-nunito);gap:16px;padding:0 16px}.about-content .current-stage .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:center}.about-content .services{display:flex;flex-direction:column;max-width:1120px;font-family:var(--font-nunito);gap:16px;padding:0 16px}.about-content .services .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:center}.about-content .achievements{display:flex;flex-direction:column;align-items:center;max-width:1120px;font-family:var(--font-nunito);gap:16px;padding:0 16px}.about-content .achievements .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:center}.about-content .items{width:1120px;padding:32px 0;gap:32px;display:flex;flex-direction:row;align-items:center}.about-content .items .item{display:flex;flex-direction:column;align-items:center;width:352px;height:308px;gap:16px}.about-content .items .item .bold{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.about-content .items .item .low{font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center}.about-content .values{display:flex;flex-direction:column;width:1120px;height:412px;padding:32px 0;gap:16px}.about-content .values .title{width:100%;font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:center}.about-content .values .items-values{display:flex;flex-direction:row;gap:16px}.about-content .values .items-values .item-values{display:flex;flex-direction:column;width:362.67px;height:auto;padding:20px;border-radius:12px;gap:16px;border:1px solid var(--divider)}.about-content .values .items-values .item-values .up{display:flex;flex-direction:row;align-items:center;gap:12px}.about-content .values .items-values .item-values .up .text-up{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.about-content .values .items-values .item-values .info{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.about-content .mission{display:flex;width:1120px;height:456px;padding:32px 0;gap:16px}.about-content .mission .gray{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:32px;border-radius:20px;gap:8px;background-color:var(--substrate)}.about-content .mission .info{display:flex;flex-direction:column;padding:16px 0;gap:12px;width:560px}.about-content .mission .info .up{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.about-content .mission .info .middle{font-family:var(--font-nunito-sans);color:var(--text-);font-size:28px;font-weight:700;line-height:36px;letter-spacing:-.02em;text-align:left}.about-content .mission .info .bottom{font-family:var(--font-nunito);color:var(--text-);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left}.about-content .contacts{display:flex;flex-direction:column;width:1120px;height:100%;padding:32px 0;gap:16px}.about-content .contacts .title{font-weight:600;font-family:var(--font-nunito);color:var(--text-);font-size:20px;text-align:left;width:100%}.about-content .contacts .content{display:flex;flex-direction:row;gap:20px;font-family:var(--font-nunito)}.about-content .contacts .content .info{display:flex;flex-direction:column;width:552px;gap:1px}.about-content .contacts .content .info .infoTitle{color:#696775;font-size:12px;line-height:16px}.about-content .contacts .content .info .infoText{color:#222030;font-size:15px;line-height:24px;margin-bottom:15px}.about-content .contacts .content .info .infoText a{color:#4749f0;text-decoration:none}.about-content .paymentMethods{display:flex;flex-direction:row;width:1120px;gap:36px;margin-top:35px;margin-bottom:35px}.about-content .paymentMethods div{display:flex;flex-direction:column;width:200px}.about-content .paymentMethods div img{max-width:100px}.inf-content{display:flex;flex-direction:column;align-items:center;gap:32px}.inf-content .cont-inf{width:1120px;display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:76px}.inf-content .cont-inf .cont-1{display:flex;flex-direction:column;width:720px;padding:44px 0;gap:16px}.inf-content .cont-inf .cont-1 .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:left}.inf-content .cont-inf .cont-1 .lower{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.inf-content .cont-inf .cont{width:720px;padding:16px 0;gap:16px;display:flex;flex-direction:column}.inf-content .cont-inf .cont .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:-.02em;text-align:left}.inf-content .cont-inf .cont .low{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left}.cont-quick-showV2{position:absolute;max-width:912px;width:100%;top:0;z-index:99;overflow:hidden;height:100%;background-color:#fff;border:1px solid var(--divider)}.cont-quick-showV2 .header-quick{position:relative;margin-top:76px;padding:0 16px;height:76px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4px}.cont-quick-showV2 .header-quick .stages{display:flex;flex-direction:row;align-items:flex-end;gap:4px}.cont-quick-showV2 .header-quick .stages .el-tabs{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;justify-content:center;height:76px;gap:2px;padding:0 6px}.cont-quick-showV2 .header-quick .stages .el-tabs .text-tabs{padding:0 2px;color:var(--text-unfilled);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .header-quick .stages .el-tabs:last-child .text-tabs{padding:5px 10px;border-radius:12px;color:#fff;background-color:var(--bright);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .header-quick .stages .el-tabs .value-tabs{background-color:#e6e5ea;padding:0 6px;display:flex;align-items:center;justify-content:center;border-radius:800px;min-width:20px;width:max-content;height:20px;color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-showV2 .header-quick .stages .el-tabs.active-tabs{border-bottom:2px solid var(--primary-default);height:74px}.cont-quick-showV2 .header-quick .stages .el-tabs.active-tabs .text-tabs{color:var(--primary-default)}.cont-quick-showV2 .header-quick .stages .el-tabs:last-child.active-tabs .text-tabs{color:#fff}.cont-quick-showV2 .header-quick .stages .el-tabs.active-tabs .value-tabs{background-color:#4b4957;color:#fff}.cont-quick-showV2 .header-quick .name{display:none}.cont-quick-showV2 .info-cont{position:relative}.cont-quick-showV2 .info-cont .scroll-quick{padding:32px 4px 32px 16px!important;display:flex;flex-direction:column;gap:16px;position:relative;height:calc(100vh - 150px);padding:0;overflow-y:scroll;overflow-x:hidden}.cont-quick-showV2 .info-cont .scroll-quick::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}.cont-quick-showV2 .info-cont .scroll-quick::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}.cont-quick-showV2 .info-cont .scroll-quick::-webkit-scrollbar{width:14px}.cont-quick-showV2 .info-cont .scroll-quick::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}.cont-quick-showV2 .info-cont .scroll-quick::-webkit-scrollbar-button{width:0;height:0;display:none}.cont-quick-showV2 .info-cont .scroll-quick ::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 5px #ddd;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}.cont-quick-showV2 .info-cont .scroll-quick::-webkit-scrollbar-corner{background-color:transparent}.cont-quick-showV2 .info-cont .btns{display:flex;flex-direction:row;gap:8px}.cont-quick-showV2 .info-cont .btns .btn-quick-show{padding:0 4px}.cont-quick-showV2 .info-cont .btns .btn-quick-show.favorite .text-btn{color:#f74439}.cont-quick-showV2 .info-cont .btns .btn-quick-show.favorite .text-btn svg path{stroke:transparent}.cont-quick-showV2 .info-cont .l{width:100%;border-bottom:1px solid var(--divider)}.cont-quick-showV2 .info-cont .title-cont{display:flex;flex-direction:column;gap:12px}.cont-quick-showV2 .info-cont .title-cont .rate{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-showV2 .info-cont .title-cont .rate .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-showV2 .info-cont .title-cont .rate .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-showV2 .info-cont .title-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .title-cont .title-tablet{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left;cursor:pointer}.cont-quick-showV2 .info-cont .title-cont .genres-cont{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.cont-quick-showV2 .info-cont .block-cont{display:flex;flex-direction:row;gap:8px}.cont-quick-showV2 .info-cont .block-cont .block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 8px;border-radius:10px;gap:8px;background-color:var(--unfilled);height:120px;min-width:157.33px;flex-basis:0;flex-grow:1}.cont-quick-showV2 .info-cont .block-cont .block .cont-text{display:flex;flex-direction:column;align-items:center}.cont-quick-showV2 .info-cont .block-cont .block .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.cont-quick-showV2 .info-cont .block-cont .block .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.cont-quick-showV2 .info-cont .block-cont .block .cont-text .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.cont-quick-showV2 .info-cont .block-cont .block .cont-text .row-price .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.cont-quick-showV2 .info-cont .block-cont .block .cont-text .row-price .text.promotion{color:var(--success)}.cont-quick-showV2 .info-cont .block-cont .block .cont-text .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-showV2 .info-cont .cont-images{display:flex;flex-direction:column;flex-wrap:wrap;gap:4px}.cont-quick-showV2 .info-cont .cont-images .main-img{height:480px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.cont-quick-showV2 .info-cont .cont-images .main-img img{object-fit:cover;width:100%;height:100%;cursor:pointer}.cont-quick-showV2 .info-cont .cont-images .other-image{display:flex;gap:4px;flex-wrap:wrap}.cont-quick-showV2 .info-cont .cont-images .other-image .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:200px;overflow:hidden;min-width:200px;flex-basis:0;flex-grow:1;cursor:pointer}.cont-quick-showV2 .info-cont .cont-images .other-image .image img{object-fit:cover;width:100%;height:100%;border-radius:8px}.cont-quick-showV2 .info-cont .cont-images .other-image .image:last-child img{border-radius:8px}.cont-quick-showV2 .info-cont .description{color:var(--text);font-family:var(--font-nunito-sans);font-size:16px;font-weight:400;line-height:24px;text-align:left}.cont-quick-showV2 .info-cont .description p{margin:0}.cont-quick-showV2 .info-cont .fade{position:fixed;pointer-events:none;width:100%;height:60px;bottom:0;background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.cont-quick-showV2 .info-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .point-start{display:flex;flex-direction:column;border:1px dashed #879fff;border-radius:10px;padding:20px;gap:8px}.cont-quick-showV2 .info-cont .point-start .title-point-start-cont{display:flex;flex-direction:column;gap:4px}.cont-quick-showV2 .info-cont .point-start .title-point-start-cont .title-point-start{display:flex;flex-direction:row;align-items:center;gap:4px}.cont-quick-showV2 .info-cont .point-start .title-point-start-cont .title-point-start .text{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .point-start .title-point-start-cont .coor-name{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-showV2 .info-cont .point-start .title-point-start-cont .timezone{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-showV2 .info-cont .point-start .cont-images{width:100%;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.cont-quick-showV2 .info-cont .point-start .cont-images .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:144px;overflow:hidden;width:144px}.cont-quick-showV2 .info-cont .point-start .cont-images .image img{object-fit:cover;width:100%;height:100%}.cont-quick-showV2 .info-cont .point-start .cont-images .image:last-child img{border-radius:8px}.cont-quick-showV2 .info-cont .point-start .description,.cont-quick-showV2 .info-cont .point-start .title{color:var(--text);font-family:var(--font-nunito);font-size:15px;white-space:pre-wrap;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.cont-quick-showV2 .info-cont .customized-timeline{gap:12px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content{padding:0 0 0 16px;width:416px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details{display:flex;flex-direction:column;gap:8px;position:relative}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .icon-info-details{pointer-events:none;position:absolute;right:0;top:0}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont{display:flex;flex-direction:column;gap:8px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title{display:flex;flex-direction:column}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .title{cursor:pointer;color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;width:90%;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .collect-time{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-show .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-reviews-details{display:flex;flex-direction:column;gap:8px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-reviews-details.hide{display:none}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;white-space:pre-wrap;letter-spacing:.01em;text-align:left;margin-bottom:8px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:400px;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;margin-bottom:32px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:144px;overflow:hidden;width:144px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image img{object-fit:cover;width:100%;height:100%}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image:last-child img{border-radius:8px}.cont-quick-showV2 .info-cont .rating-cont{display:flex;flex-direction:row;justify-content:space-between}.cont-quick-showV2 .info-cont .rating-cont .rate{display:flex;flex-direction:row;gap:8px;align-items:center}.cont-quick-showV2 .info-cont .rating-cont .rate .star-rev-quick-show{width:36px;height:36px}.cont-quick-showV2 .info-cont .rating-cont .rate .value{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.cont-quick-showV2 .info-cont .cont-reviews,.cont-quick-showV2 .info-cont .cont-reviews .items{display:flex;flex-direction:column;gap:16px}.cont-quick-showV2 .info-cont .cont-reviews .items .item{display:flex;flex-direction:column;gap:8px}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-info{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-info .circle{display:flex;align-items:center;justify-content:center;border-radius:800px;overflow:hidden}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-info .circle img{object-fit:cover;width:100%;height:100%}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-info .name{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-rate{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-rate .when{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-showV2 .info-cont .cont-reviews .items .item .user-review{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-images{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-images .image{width:120px;display:flex;align-items:center;justify-content:center;height:120px;overflow:hidden;border-radius:8px}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-images .image img{width:100%;height:100%;object-fit:cover}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response{display:flex;flex-direction:column;gap:4px}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response .upper{display:flex;flex-direction:row;gap:8px;align-items:center}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response .upper .circle-response{width:32px;height:32px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response .upper .circle-response img{object-fit:cover;width:100%;height:100%}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response .upper .name-response{color:var(--text);font-family:var(--font-source);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response .upper .date-response{color:var(--text-muted);font-family:var(--font-source);font-size:15px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .cont-reviews .items .item .cont-response .response .text-response{width:100%;color:var(--text);font-family:var(--font-source);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .title-opt,.cont-quick-showV2 .info-cont .title-races{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .races-cont{display:flex;flex-direction:column;padding:16px;gap:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;border-radius:10px}.cont-quick-showV2 .info-cont .races-cont .races-rate{display:flex;flex-direction:row;align-items:center;gap:8px}.cont-quick-showV2 .info-cont .races-cont .races-rate .value{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-showV2 .info-cont .races-cont .races-rate .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .cont-select{display:flex;flex-direction:column;gap:4px}.cont-quick-showV2 .info-cont .races-cont .cont-select .title-select{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .val-mem{display:flex;flex-direction:row;justify-content:space-between;gap:4px}.cont-quick-showV2 .info-cont .races-cont .val-mem .left{display:flex;flex-direction:column}.cont-quick-showV2 .info-cont .races-cont .val-mem .left .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .val-mem .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .val-mem .right{display:flex;flex-direction:row;gap:4px;align-items:center}.cont-quick-showV2 .info-cont .races-cont .val-mem .right .val-mem-cur{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.cont-quick-showV2 .info-cont .races-cont .ld{border-bottom:1px dashed var(--divider)}.cont-quick-showV2 .info-cont .races-cont .info-cost{display:flex;flex-direction:column;gap:4px}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost{display:flex;flex-direction:row;justify-content:space-between}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .title-cost,.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .val-cost{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .row-price .val-cost{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .row-price .val-cost.promotion{color:var(--success)}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.cont-quick-showV2 .info-cont .races-cont .info-cost .cost .total{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-show{display:flex;flex-direction:column;align-items:center;gap:32px}.body-show .cont-show{width:1120px;display:flex;flex-direction:column;align-items:center;padding:32px 0;gap:32px}.body-show .cont-show .title-cont{width:100%;display:flex;flex-direction:column;gap:12px}.body-show .cont-show .title-cont .btn-back{width:100%;display:flex;flex-direction:row;align-items:flex-start}.body-show .cont-show .title-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.body-show .cont-show .title-cont .genres{display:flex;flex-direction:row;gap:4px}.body-show .cont-show .title-cont .rating{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.body-show .cont-show .title-cont .rating .left,.body-show .cont-show .title-cont .rating .right{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;max-width:280px}.body-show .cont-show .title-cont .rating .left .val,.body-show .cont-show .title-cont .rating .right .val{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.body-show .cont-show .title-cont .rating .left .reviews,.body-show .cont-show .title-cont .rating .right .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .title-cont .rating .left .btn-show-tour,.body-show .cont-show .title-cont .rating .right .btn-show-tour{padding:0 4px;width:100%}.body-show .cont-show .title-cont .rating .left .btn-show-tour.favorite .text-btn,.body-show .cont-show .title-cont .rating .right .btn-show-tour.favorite .text-btn{color:#f74439}.body-show .cont-show .title-cont .rating .left .btn-show-tour.favorite .text-btn svg path,.body-show .cont-show .title-cont .rating .right .btn-show-tour.favorite .text-btn svg path{stroke:transparent}.body-show .cont-show .images-cont{display:flex;flex-direction:row;gap:4px;border-radius:12px;width:100%;justify-content:space-between;overflow:hidden;height:440px}.body-show .cont-show .images-cont .left{position:relative;max-width:558px;min-width:558px;overflow:hidden;height:100%}.body-show .cont-show .images-cont .left .btn-all-photo{left:16px;bottom:16px;position:absolute}.body-show .cont-show .images-cont .left img{object-fit:cover;width:100%;height:100%;cursor:pointer}.body-show .cont-show .images-cont .right{max-width:558px;display:flex;flex-wrap:wrap;gap:4px}.body-show .cont-show .images-cont .right .image{display:flex;align-items:center;justify-content:center;max-width:277px;min-width:277px;height:218px;max-width:218px;overflow:hidden}.body-show .cont-show .images-cont .right .image img{width:100%;height:100%;object-fit:cover;cursor:pointer}.body-show .cont-show .cont-information{display:flex;flex-direction:row;gap:32px}.body-show .cont-show .cont-information .left{width:728px;display:flex;flex-direction:column;gap:32px}.body-show .cont-show .cont-information .left .block-cont{display:flex;flex-direction:row;gap:8px}.body-show .cont-show .cont-information .left .code-container{display:flex;flex-direction:row;background-color:var(--alert-info);border-radius:12px}.body-show .cont-show .cont-information .left .code-container .code{font-family:var(--font-nunito);color:var(--text);font-size:36px;font-weight:700;line-height:48px;padding:20px 16px}.body-show .cont-show .cont-information .left .block-cont .block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border-radius:10px;gap:8px;background-color:var(--unfilled);height:120px;min-width:237.33px;flex-basis:0;flex-grow:1}.body-show .cont-show .cont-information .left .block-cont .block .cont-text{display:flex;flex-direction:column;align-items:center;gap:4px}.body-show .cont-show .cont-information .left .block-cont .block .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.body-show .cont-show .cont-information .left .block-cont .block .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.body-show .cont-show .cont-information .left .block-cont .block .cont-text .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.body-show .cont-show .cont-information .left .block-cont .block .cont-text .row-price .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.body-show .cont-show .cont-information .left .block-cont .block .cont-text .row-price .text.promotion{color:var(--success)}.body-show .cont-show .cont-information .left .block-cont .block .cont-text .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .left .description,.body-show .cont-show .cont-information .left .description_inc_price{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;max-height:500px;overflow-y:auto;overflow-x:hidden;padding-right:16px}.body-show .cont-show .cont-information .left .description p,.body-show .cont-show .cont-information .left .description_inc_price p{margin:0}.body-show .cont-show .cont-information .left .suitable{display:flex;width:728px;flex-direction:column;gap:16px}.body-show .cont-show .cont-information .left .suitable .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .suitable .blocks-suitable{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable{position:relative;display:flex;flex-direction:row;align-items:center;padding:16px;border-radius:10px;gap:16px;background-color:var(--unfilled);height:72px;min-width:237.33px;flex-basis:0;flex-grow:1}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable.true{background-color:var(--alert-success)}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .icon-active path{stroke:#353343}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .cont-text{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:4px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .cont-text .subtext.true{color:var(--text)}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .cont-text .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .cont-text .text.true{color:var(--text)}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .stat{position:absolute;right:8px;top:8px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .stat .green path{stroke:#029c3f}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable .stat .gray path{stroke:#b0afb8}.body-show .cont-show .cont-information .left .description-inc .title,.body-show .cont-show .cont-information .left .title-opt{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .map-cont{display:flex;flex-direction:column;gap:16px;position:relative}.body-show .cont-show .cont-information .left .map-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .map-cont .timezone{color:var(--text);font-family:var(--font-nunito-sans);font-size:18px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client{width:728px;height:400px;border-radius:12px;position:relative}.body-show .cont-show .cont-information .left .cont-details{display:flex;flex-direction:column;gap:32px}.body-show .cont-show .cont-information .left .cont-details .point-start{display:flex;flex-direction:column;border:2px dashed #1fbc5e!important;border-radius:10px;padding:20px;gap:8px}.body-show .cont-show .cont-information .left .cont-details .point-start .title-point-start-cont{display:flex;flex-direction:column;gap:4px}.body-show .cont-show .cont-information .left .cont-details .point-start .title-point-start-cont .title-point-start{display:flex;flex-direction:row;align-items:center;gap:4px}.body-show .cont-show .cont-information .left .cont-details .point-start .title-point-start-cont .title-point-start .text{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .point-start .title-point-start-cont .coor-name{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .point-start .cont-images{width:100%;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap}.body-show .cont-show .cont-information .left .cont-details .point-start .cont-images .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:144px;overflow:hidden;width:144px}.body-show .cont-show .cont-information .left .cont-details .point-start .cont-images .image img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .cont-information .left .cont-details .point-start .cont-images .image:last-child img{border-radius:8px}.body-show .cont-show .cont-information .left .cont-details .point-start .description{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;white-space:pre-wrap;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content{padding:0 0 0 16px;width:416px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details{display:flex;flex-direction:column;gap:8px;position:relative}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .icon-info-details{pointer-events:none;position:absolute;right:0;top:0}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title{display:flex;flex-direction:column}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .title{cursor:pointer;color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .collect-time{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-reviews-details{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-reviews-details.hide{display:none}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;width:100%;white-space:pre-wrap;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:400px;display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;margin-bottom:32px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{display:flex;border-radius:8px;align-items:center;justify-content:center;height:144px;overflow:hidden;width:144px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image:last-child img{border-radius:8px}.body-show .cont-show .cont-information .left .cont-reviews{display:flex;flex-direction:column;gap:32px}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage{display:flex;flex-direction:row}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;display:flex;flex-direction:row;align-items:flex-start;padding:8px 16px;border-bottom:2px solid var(--divider);gap:6px}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage.active{border-bottom:2px solid var(--primary-default)}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage .text{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage .len{color:var(--text-muted);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .rating-cont{display:flex;flex-direction:row;justify-content:space-between}.body-show .cont-show .cont-information .left .cont-reviews .rating-cont .rate-left{display:flex;flex-direction:row;gap:8px;align-items:center}.body-show .cont-show .cont-information .left .cont-reviews .rating-cont .rate-left .rate-val{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .rating-cont .rate-left .rev-rate{width:36px;height:36px}.body-show .cont-show .cont-information .left .cont-reviews .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.body-show .cont-show .cont-information .left .cont-reviews .cont-review,.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items{display:flex;flex-direction:column;gap:16px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-info{display:flex;flex-direction:row;align-items:center;gap:8px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-info .circle{display:flex;align-items:center;justify-content:center;border-radius:800px;overflow:hidden}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-info .circle img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-info .name{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-rate{display:flex;flex-direction:row;align-items:center;gap:8px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-rate .when{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .user-review{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-images{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-images .image{width:120px;display:flex;align-items:center;justify-content:center;height:120px;overflow:hidden;border-radius:8px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-images .image img{width:100%;height:100%;object-fit:cover}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response{display:flex;flex-direction:row;gap:8px;align-items:flex-start}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response{display:flex;flex-direction:column;gap:4px;width:696px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response .upper{display:flex;flex-direction:row;gap:8px;align-items:center}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response .upper .circle-response{width:32px;height:32px;overflow:hidden;display:flex;align-items:center;justify-content:center}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response .upper .circle-response img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response .upper .name-response{color:var(--text);font-family:var(--font-source);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response .upper .date-response{color:var(--text-muted);font-family:var(--font-source);font-size:15px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response .text-response{width:100%;color:var(--text);font-family:var(--font-source);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .l{border-bottom:1px solid var(--divider)}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .l.hide{border:none}.body-show .cont-show .cont-information .left .btn-more{display:flex;align-items:center;justify-content:center}.body-show .cont-show .cont-information .left .faq-cont{display:flex;flex-direction:column;gap:16px}.body-show .cont-show .cont-information .left .faq-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group{display:flex;flex-direction:column;gap:12px}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord{width:728px;border-radius:12px;border:1px solid #e2e6e5}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord .item-native{color:none!important}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord ion-item{--min-height: 52px;--background: var(--surface);--background-activated: transparent;--background-focused: transparent;--background-hover: transparent;--background-activated-opacity: transparent;--background-focused-opacity: transparent;--background-hover-opacity: transparent;--border-width: 0 0 0 0;--ripple-color: transparent}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord ion-item div{padding:16px 0;max-width:650px;font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord .ion-padding{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding-inline-end:0;padding-top:0;padding-bottom:16px}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord.accordion-expanding>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.body-show .cont-show .cont-information .left .operator-cont{display:flex;flex-direction:row;justify-content:flex-start}.body-show .cont-show .cont-information .left .operator-cont .operator{display:flex;flex-direction:column;gap:4px;padding:12px 20px;border:1px solid var(--divider);border-radius:10px}.body-show .cont-show .cont-information .left .operator-cont .operator .title{color:var(--text-muted);font-family:var(--font-source);font-size:12px;font-weight:400;line-height:16px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .left .operator-cont .operator .org{display:flex;flex-direction:row;align-items:center;gap:4px}.body-show .cont-show .cont-information .left .operator-cont .operator .org .gray path{stroke:#b0afb8}.body-show .cont-show .cont-information .left .operator-cont .operator .org .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .right{width:360px}.body-show .cont-show .cont-information .right .races-cont{display:flex;flex-direction:column;padding:20px;gap:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;border-radius:10px}.body-show .cont-show .cont-information .right .races-cont .races-rate{display:flex;flex-direction:row;align-items:center;gap:8px}.body-show .cont-show .cont-information .right .races-cont .races-rate .value{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.body-show .cont-show .cont-information .right .races-cont .races-rate .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .cont-select{display:flex;flex-direction:column;gap:4px}.body-show .cont-show .cont-information .right .races-cont .cont-select .title-select{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .cont-select .block{gap:12px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;display:flex;flex-direction:row;justify-content:space-between;border-radius:10px;padding:12px}.body-show .cont-show .cont-information .right .races-cont .cont-select .block .right-block{white-space:nowrap;width:max-content}.body-show .cont-show .cont-information .right .races-cont .cont-select .block .right-block .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .cont-select .block .right-block .text-free{color:#029c3f;font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .val-mem{display:flex;flex-direction:row;justify-content:space-between;gap:4px}.body-show .cont-show .cont-information .right .races-cont .val-mem .left-btn{display:flex;flex-direction:column}.body-show .cont-show .cont-information .right .races-cont .val-mem .left-btn .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .val-mem .left-btn .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .val-mem .right-btn{display:flex;flex-direction:row;gap:4px;align-items:center;min-width:124px}.body-show .cont-show .cont-information .right .races-cont .val-mem .right-btn .val-mem-cur{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.body-show .cont-show .cont-information .right .races-cont .ld{border-bottom:1px dashed var(--divider)}.body-show .cont-show .cont-information .right .races-cont .info-cost{display:flex;flex-direction:column;gap:4px}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost{display:flex;flex-direction:row;justify-content:space-between}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .title-cost,.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .val-cost{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .row-price .val-cost{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .row-price .val-cost.promotion{color:var(--success)}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .right .races-cont .info-cost .cost .total{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .right .right-cont{display:flex;flex-direction:column;gap:16px}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont{display:flex;flex-direction:column;padding:20px;gap:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;border-radius:12px}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .loading{height:604px;display:flex;align-items:center;justify-content:center}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .loading .loading-btn .p-progress-spinner-circle{stroke:var(--text)!important}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .line{display:flex;flex-direction:column;padding:6px 0}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .info .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont{display:flex;flex-direction:column;gap:4px}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price{display:flex;flex-direction:row;justify-content:space-between}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price .row-price .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:center}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price .row-price .text.promotion{color:var(--success)}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .price-cont .price .text-b{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .link-event{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--link);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center}.body-show .cont-show .cont-information .right .right-cont .contacts{display:flex;flex-direction:column;padding:20px;gap:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;border-radius:12px}.body-show .cont-show .cont-information .right .right-cont .contacts .info{display:flex;flex-direction:column;gap:8px}.body-show .cont-show .cont-information .right .right-cont .contacts .info .line{display:flex;flex-direction:column;padding:6px 0}.body-show .cont-show .cont-information .right .right-cont .contacts .info .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .contacts .info .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .cont-information .right .right-cont .contacts .info .line .text-link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-show .cont-show .l{border-bottom:1px solid var(--divider);width:100%}.body-show .cont-show .search-reg{display:flex;flex-direction:column;gap:20px}.body-show .cont-show .search-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.body-show .cont-show .search-reg .no-array{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.body-show .cont-show .search-reg .no-array img{height:100%;object-fit:cover;border-radius:12px}.body-show .cont-show .search-reg .no-array .content{position:absolute;top:108px}.body-show .cont-show .search-reg .no-array .content .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.body-show .cont-show .similar-reg{width:100%;display:flex;flex-direction:column;gap:20px}.body-show .cont-show .similar-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.quick-s .cont-map-q-V2{position:absolute;right:0;width:calc(100vw - 913px)}.quick-s .cont-map-q-V2 #map-show{width:calc(100vw - 913px);height:100vh;position:relative}.page-review{display:flex;flex-direction:column;gap:32px;align-items:center;margin-top:76px}.page-review .body-rev-page{display:flex;flex-direction:column;gap:32px;width:1120px;padding:32px 0}.page-review .body-rev-page .cont-title{display:flex;flex-direction:column;gap:12px}.page-review .body-rev-page .cont-title .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont{display:flex;flex-direction:row;gap:32px}.page-review .body-rev-page .create-review-cont .left{display:flex;width:728px;flex-direction:column;gap:32px}.page-review .body-rev-page .create-review-cont .left .review-info{display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .review-info .rating-cont{display:flex;flex-direction:row;align-items:center;gap:8px}.page-review .body-rev-page .create-review-cont .left .review-info .rating-cont .p-rating{gap:0px}.page-review .body-rev-page .create-review-cont .left .review-info .rating-cont .p-rating .p-rating-item{box-shadow:none}.page-review .body-rev-page .create-review-cont .left .review-info .rating-cont .val{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .review-info .area-reviews{height:160px}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;align-items:center}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .add{display:flex;flex-direction:row;gap:16px;align-items:center}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .cont-image-option .remove-image-button{position:absolute;top:5px;right:5px;background-color:#ffffffb3;border:none;border-radius:50%;width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .cont-image-option .remove-image-button:hover{background-color:#ffffffe6}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .add-img .image{cursor:pointer;width:max-content}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .description-add-img .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}.page-review .body-rev-page .create-review-cont .left .review-info .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points{display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev{width:728px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev{display:flex;flex-direction:row;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image{width:120px;height:120px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image img{object-fit:cover;width:100%;height:100%}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev{width:592px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating{display:flex;flex-direction:row;align-items:center;gap:8px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating{gap:0px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating .p-rating-item{box-shadow:none}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .val{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont,.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add{display:flex;flex-direction:row;gap:16px;align-items:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img .image{cursor:pointer;width:max-content}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .l{border-bottom:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .right .cont-send{width:360px;display:flex;flex-direction:column;gap:16px;padding:16px;border-radius:10px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour{display:flex;flex-direction:row;align-items:center;gap:16px}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .image{max-width:80px;min-width:80px;height:80px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .image img{object-fit:cover;width:100%;height:100%}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .inf-cont{display:flex;flex-direction:column;gap:4px;width:232px}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .inf-cont .rate-cont{display:flex;flex-direction:row;gap:8px;align-items:center}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .inf-cont .rate-cont .val{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .inf-cont .rate-cont .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-review .body-rev-page .create-review-cont .right .cont-send .info-tour .inf-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.page-review .body-rev-page .create-review-cont .right .cont-send .btn-send{width:100%}ion-modal.modal-create-question{--width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-create-question .cont-create-quest{padding:16px;display:flex;flex-direction:column;gap:16px}ion-modal.modal-create-question .cont-create-quest .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-create-question .cont-create-quest .info-tour{display:flex;flex-direction:row;align-items:center;gap:16px}ion-modal.modal-create-question .cont-create-quest .info-tour .image{width:80px;height:80px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}ion-modal.modal-create-question .cont-create-quest .info-tour .image img{object-fit:cover;width:100%;height:100%}ion-modal.modal-create-question .cont-create-quest .info-tour .inf-cont{display:flex;flex-direction:column;gap:4px}ion-modal.modal-create-question .cont-create-quest .info-tour .inf-cont .rate-cont{display:flex;flex-direction:row;gap:8px;align-items:center}ion-modal.modal-create-question .cont-create-quest .info-tour .inf-cont .rate-cont .val{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}ion-modal.modal-create-question .cont-create-quest .info-tour .inf-cont .rate-cont .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-create-question .cont-create-quest .info-tour .inf-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-create-question .cont-create-quest .area-quest{height:160px}ion-modal.modal-create-question .cont-create-quest .add-image-cont{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;align-items:center}ion-modal.modal-create-question .cont-create-quest .add-image-cont .add{display:flex;flex-direction:row;gap:16px;align-items:center}ion-modal.modal-create-question .cont-create-quest .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}ion-modal.modal-create-question .cont-create-quest .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}ion-modal.modal-create-question .cont-create-quest .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}ion-modal.modal-create-question .cont-create-quest .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}ion-modal.modal-create-question .cont-create-quest .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}ion-modal.modal-create-question .cont-create-quest .add-image-cont .add-img .image{cursor:pointer;width:max-content}ion-modal.modal-create-question .cont-create-quest .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}ion-modal.modal-create-question .cont-create-quest .add-image-cont .description-add-img .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-create-question .cont-create-quest .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}ion-modal.modal-create-question .cont-create-quest .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}ion-modal.modal-create-question .cont-create-quest .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-cancel-orders{--width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-cancel-orders .modal-cancel-body{padding:16px;display:flex;flex-direction:column;gap:16px}ion-modal.modal-cancel-orders .modal-cancel-body .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .cont-info{display:flex;flex-direction:column;gap:4px}ion-modal.modal-cancel-orders .modal-cancel-body .cont-info .num{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .cont-info .name{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .info .first,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .first,ion-modal.modal-cancel-orders .modal-cancel-body .info .third,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .third{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .info .first .link,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .first .link,ion-modal.modal-cancel-orders .modal-cancel-body .info .third .link,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .third .link{cursor:pointer;color:var(--link)}ion-modal.modal-cancel-orders .modal-cancel-body .info .second,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .second{list-style-type:disc;padding-inline-start:24px}ion-modal.modal-cancel-orders .modal-cancel-body .info .second li,ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client .second li{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .info-cancel-client{display:flex;flex-direction:column;gap:16px}ion-modal.modal-cancel-orders .modal-cancel-body .checkbox-cont .text-checkbox .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-cancel-orders .modal-cancel-body .checkbox-cont .text-checkbox .text .link{cursor:pointer;color:var(--link)}ion-modal.modal-cancel-orders .modal-cancel-body .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.favorite-cont-V2{display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:76px}.favorite-cont-V2 .favorite-body{width:1120px;max-width:100%;display:flex;flex-direction:column;gap:32px;padding:32px 0}.favorite-cont-V2 .favorite-body .title-fav{font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .favotite{display:flex;flex-direction:column;gap:32px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour{display:flex;flex-direction:row;align-items:center;position:relative;gap:32px}.favorite-cont-V2 .favorite-body .favotite .loader{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;background-color:#ffffff80;z-index:1}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .image{position:relative;width:240px;height:200px;min-width:240px;min-height:200px;overflow:hidden;border-radius:10px;display:flex;align-items:center;justify-content:center}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .image img{object-fit:cover;width:100%;height:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .image .cont-val-images{position:absolute;display:flex;align-items:center;justify-content:center;width:max-content;padding:9px;height:36px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-nunito);color:var(--neutral);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right{display:flex;flex-direction:row;justify-content:space-between;gap:32px;width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour{display:flex;flex-direction:column;justify-content:center;gap:8px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf{display:flex;flex-direction:column;gap:4px;width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf .cont-rating{display:flex;flex-direction:row;align-items:center;gap:8px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf .cont-rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf .cont-rating .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;max-width:516px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-genres{display:flex;flex-wrap:wrap;flex-direction:row;gap:4px;max-width:536px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body{width:280px;display:flex;flex-direction:column;gap:8px;justify-content:center}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa.promotion{color:var(--success)}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .duration{color:var(--text-muted);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv{display:flex;flex-direction:column;gap:8px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn .text-btn{align-items:center}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn .text-btn svg path{stroke:transparent}.favorite-cont-V2 .favorite-body .l{border-bottom:1px solid var(--divider)}.favorite-cont-V2 .favorite-body .title-most{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.favorite-cont-V2 .favorite-body .title-most .text{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .cont-tours-most-popular{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour{position:relative;display:flex;cursor:pointer;flex:30%;max-width:360px;flex-direction:column}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .image{position:relative;border-radius:10px;width:100%;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .image img{object-fit:cover;width:100%;height:100%}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .image .cont-val-images{position:absolute;display:flex;align-items:center;justify-content:center;width:max-content;padding:9px;height:36px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-nunito);color:var(--neutral);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info{display:flex;flex-direction:column;gap:8px;padding:12px 0}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .cont-title{display:flex;flex-direction:column;gap:4px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .cont-title .rating-cont{display:flex;flex-direction:row;align-items:center;gap:8px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .cont-title .rating-cont .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .cont-title .rating-cont .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .cont-title .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont{display:flex;flex-direction:column}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left{display:flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:wrap}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left .summa{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left .summa.promotion{color:var(--success)}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left .duration{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav{position:relative}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav .text-btn svg path{stroke:transparent}.body-search,.list-tour-mobile{display:none}@media screen and (max-width: 1200px){.cont-quick-showV2{max-width:100%}.quick-s .cont-map-q-V2,.quick-s .cont-map-q-V2 #map-show,.header-map-first-page .left-header{width:calc(100vw - 667px)}.favorite-cont-V2 .favorite-body{padding:32px}.favorite-cont-V2 .favorite-body .title-fav{font-size:28px;line-height:36px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right{justify-content:space-between}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour{min-width:312px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf{width:100%}.favorite-cont-V2 .favorite-body .title-most .text{font-size:22px;line-height:32px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour{flex:30%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf .title{font-size:22px;line-height:32px;max-width:300px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-genres{max-width:300px}}@media screen and (max-width: 1200px){.content-container{flex-direction:column-reverse;height:auto}.list-tour-mobile{display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:99999;height:100vh;width:100vw;background-color:#fff}.list-tour-mobile .scroll{margin-top:52px;margin-bottom:52px;height:calc(100vh - 104px);overflow-x:hidden;overflow-y:scroll;padding:12px 16px 20px}.list-tour-mobile .scroll .tour-el-V2{flex-direction:row}.list-tour-mobile .btns{background-color:#fff;justify-content:center;height:52px;display:flex;padding:0 8px;position:fixed;bottom:0;width:100%;flex-direction:row;gap:8px;align-items:center}.list-tour-mobile .btns .custom-btn{width:calc(50vw - 4px)}.bottom-menu{width:100%;padding:20px 16px;position:fixed;bottom:0;left:0;z-index:9999;display:flex;flex-direction:row;gap:8px}.bottom-menu .list{width:100%}.body-search{display:flex;flex-direction:column;padding:20px 16px;width:100vw;height:100vh;gap:16px;position:fixed;z-index:99999;background-color:#fff}.body-search .header-body-search{height:44px;width:calc(100vw - 32px);display:flex;align-items:center;flex-direction:row;gap:8px}.body-search .header-body-search .input-search-tour{width:calc(100vw - 108px)}.body-search .search-list-cont{cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:flex-start}.body-search .search-list-cont .el-search{width:100%;display:flex;align-items:center;flex-direction:row;gap:16px}.body-search .search-list-cont .el-search:hover{background-color:#f4f3f6}.body-search .search-list-cont .el-search .cont-img{min-width:24px;min-height:24px}.body-search .search-list-cont .el-search .cont-inf-el-search{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px 12px 0;gap:16px}.body-search .search-list-cont .el-search .cont-inf-el-search.border{border-bottom:1px solid var(--divider)}.body-search .search-list-cont .el-search .cont-inf-el-search .left{display:flex;width:181px;flex-direction:column}.body-search .search-list-cont .el-search .cont-inf-el-search .left .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.body-search .search-list-cont .el-search .cont-inf-el-search .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-search .search-list-cont .el-search .cont-inf-el-search .right{display:flex;flex-direction:column}.body-search .search-list-cont .el-search .cont-inf-el-search .right .rating{display:flex;align-items:center;flex-direction:row;gap:4px}.body-search .search-list-cont .el-search .cont-inf-el-search .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.cont-quick-showV2{overflow:hidden;width:100vw;left:0;height:100%;position:relative;max-width:100vw;z-index:999999}.cont-quick-showV2 .header-quick{height:44px}.cont-quick-showV2 .header-quick .stages{width:100%;overflow:scroll;height:100%}.cont-quick-showV2 .header-quick .stages::-webkit-scrollbar{display:none}.cont-quick-showV2 .header-quick .stages .el-tabs{height:44px}.cont-quick-showV2 .header-quick .stages .el-tabs.active-tabs{height:42px}.cont-quick-showV2 .info-cont .scroll-quick{padding:32px 10px 32px 16px!important;height:calc(100vh - 122px)}.cont-quick-showV2 .info-cont .btns{display:flex;flex-direction:row;gap:8px}.cont-quick-showV2 .info-cont .btns .btn-quick-show{padding:0 4px}.cont-quick-showV2 .info-cont .btns .btn-quick-show.new-window{display:none}.cont-quick-showV2 .info-cont .title-cont .title{font-size:22px;line-height:32px}.cont-quick-showV2 .info-cont .block-cont{flex-wrap:wrap}.cont-quick-showV2 .info-cont .block-cont .block{min-width:155px}.cont-quick-showV2 .info-cont .cont-images .other-image{display:flex;gap:4px;flex-wrap:wrap}.cont-quick-showV2 .info-cont .cont-images .other-image .image{height:240px;width:calc(50vw - 34px);display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;min-width:max-content;flex-basis:0;flex-grow:1}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content{width:256px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{width:100%}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:256px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{height:120px;width:120px}.cont-quick-showV2 .info-cont .rating-cont{flex-wrap:wrap;gap:16px}.cont-quick-showV2 .info-cont .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.cont-quick-showV2 .info-cont .cont-reviews .items{display:flex;flex-direction:column;gap:16px}.header-map-first-page{height:initial;width:100%;flex-direction:column;align-items:normal}.header-map-first-page .left-header{width:100%;position:absolute;top:96px}.header-map-first-page.quick{display:none}.header-map-first-page .mobile-header{display:flex;flex-direction:row;align-items:center;width:100%;background-color:#fff;position:fixed;z-index:777}.header-map-first-page .mobile-header-search{width:100%}.header-map-first-page .mobile-header .input-search-tour{background:transparent}.header-left-menu{height:168px;width:100%;padding:16px;box-shadow:0 4px 8px #0000001f;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.header-left-menu .up-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.header-left-menu .up-header .logo{height:76px}.header-left-menu .up-header .btn-menu-left{max-height:36px}.header-left-menu .input-search-tour{width:100%}.header-left-menu .filter-btn{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.header-left-menu .cont-logo{display:flex;flex-direction:row;align-items:center;width:208px;gap:4px}.header-left-menu .cont-logo .btn-menu-left{padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.content-left-menu{display:block;position:relative;height:100%;overflow:hidden}.content-left-menu .content{width:100%}.content-left-menu .scroll{width:100%;position:relative;height:calc(100vh - 168px);padding:0 0 0 11px;overflow-y:auto;overflow-x:hidden;margin-top:188px}.content-left-menu .scroll::-webkit-scrollbar{display:block;width:5px}.content-left-menu .scroll::-webkit-scrollbar-track{background:transparent}.content-left-menu .scroll::-webkit-scrollbar-thumb{border-radius:8px;background:#2226}.content-left-menu .scroll::-webkit-scrollbar-track-piece:end{background:#22222214;margin-bottom:8px;border-radius:8px}.content-left-menu .scroll::-webkit-scrollbar-track-piece:start{background:#22222214;border-radius:8px;margin-top:8px}.content-left-menu .scroll.search{padding:16px 0}.content-left-menu .scroll .el-search{cursor:pointer;width:100%;padding:0 8px 0 16px;display:flex;flex-direction:row;gap:16px;align-items:center}.content-left-menu .scroll .el-search:hover{background-color:#f4f3f6}.content-left-menu .scroll .el-search .cont-img{min-width:24px;min-height:24px}.content-left-menu .scroll .el-search .cont-inf-el-search{width:100%;display:flex;flex-direction:row;justify-content:space-between;padding:12px 8px 12px 0;gap:16px}.content-left-menu .scroll .el-search .cont-inf-el-search.border{border-bottom:1px solid var(--divider)}.content-left-menu .scroll .el-search .cont-inf-el-search .left{display:flex;width:181px;flex-direction:column}.content-left-menu .scroll .el-search .cont-inf-el-search .left .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.content-left-menu .scroll .el-search .cont-inf-el-search .left .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.content-left-menu .scroll .el-search .cont-inf-el-search .right{display:flex;flex-direction:column}.content-left-menu .scroll .el-search .cont-inf-el-search .right .rating{display:flex;align-items:center;flex-direction:row;gap:4px}.content-left-menu .scroll .el-search .cont-inf-el-search .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.content-left-menu:after{content:"";position:absolute;z-index:-1;height:calc(100vh - 20px);top:10px;right:-5px;width:5px;background:#666}.about-content .contacts{height:100%!important;width:100%!important;padding:32px!important}}@media screen and (max-width: 960px){.favorite-cont-V2 .favorite-body{padding:32px 16px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour{flex:30%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour{min-width:432px;width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body{width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv{flex-direction:row;width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn.bright{width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn.muted{width:164px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right{display:flex;flex-direction:column;gap:8px}}@media screen and (max-width: 720px){.list-tour-mobile .scroll .tour-el-V2{flex-direction:column}.content-left-menu{padding:0 16px}.content-left-menu .scroll{margin-top:164px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour{min-width:100%;width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn.bright{width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn.muted{width:164px;min-width:164px}.list-tour-mobile .btns .custom-btn{width:calc(50vw - 4px)}.cursor{cursor:pointer;-webkit-user-select:none;user-select:none}ion-modal.modal-greetings{--width: calc(100vw - 32px) }ion-modal.modal-greetings .modal-greetings-cont{padding:32px 16px}ion-modal.modal-greetings .modal-greetings-cont .title-cont .title{font-size:26px;line-height:36px}ion-modal.modal-greetings .modal-greetings-cont .title-cont .lower-title{font-size:18px}ion-modal.modal-greetings .modal-greetings-cont .items{flex-direction:column}ion-modal.modal-greetings .modal-greetings-cont .items .item{flex-direction:row;width:calc(100vw - 64px);height:max-content}ion-modal.modal-greetings .modal-greetings-cont .items .item .img{width:56px;height:56px}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont .bold{text-align:start}ion-modal.modal-greetings .modal-greetings-cont .items .item .text-cont .low{text-align:start}ion-modal.modal-login{--width: calc(100vw - 32px) ;--max-height: calc(100vh - 32px) ;--border-radius: 10px}ion-modal.modal-login .body-modal-login .form-login .login,ion-modal.modal-login .body-modal-login .form-login .password{width:calc(100vw - 64px)}ion-modal.modal-login .body-modal-login .form-login::-webkit-scrollbar{display:none}ion-modal.modal-login .body-modal-login .form-login .cont-btn{display:flex;flex-direction:row;align-items:center;gap:8px}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .first-text-send-again,ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .timer{opacity:.4}ion-modal.modal-login .body-modal-login .form-login .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}ion-modal.modal-login .body-modal-login .form-login .btn-login{border-radius:10px;min-height:44px}ion-modal.modal-login .body-modal-login .lower-btn{flex-wrap:wrap;justify-content:center}ion-modal.phone{--height: max-content !important}ion-modal.register{--height: auto;--max-height: calc(100vh - 32px) }ion-modal.register-partner{--height: auto;--max-height: calc(100vh - 32px) }ion-modal.register-partner .body-modal-login .form-login{width:calc(100vw - 64px)}ion-modal.pin{--height: max-content !important}ion-modal.recovery{--height: 388px !important}ion-modal.modal-login-partner{--width: calc(100vw - 32px) ;--max-height: calc(100vh - 32px) ;--border-radius: 10px}ion-modal.modal-login-partner .body-modal-login .title{font-size:20px;line-height:28px}ion-modal.modal-login-partner .body-modal-login .alert-register-partner{width:auto}ion-modal.modal-login-partner .body-modal-login .form-login{width:calc(100vw - 64px)}ion-modal.modal-login-partner .body-modal-login .form-login::-webkit-scrollbar{display:none}ion-modal.modal-login-partner .body-modal-login .form-login .login,ion-modal.modal-login-partner .body-modal-login .form-login .password{width:calc(100vw - 64px)}ion-modal.modal-login-partner .body-modal-login .form-login .btn-login{min-height:44px;border-radius:10px}ion-modal.modal-login-recovery{--width: calc(100vw - 32px) ;--border-radius: 10px}ion-modal.modal-login-recovery .body-modal-login .title{line-height:28px;font-size:20px}ion-modal.modal-login-recovery .body-modal-login .alert-register-partner{width:auto}ion-modal.modal-login-recovery .body-modal-login .form-login .btn-login{border-radius:10px}ion-menu.main-left-menu{--width: 320px;--box-shadow: 0px 11px 22px -2.5px #0000001f;--box-shadow: 0px 22px 44px -5px #00000024;--box-shadow: 0px 44px 88px -10px #00000029}ion-menu.main-left-menu .menu{display:flex;flex-direction:column;gap:16px;padding:16px}ion-menu.main-left-menu .menu .close-left-menu{position:absolute;right:16px;top:16px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .l{width:100%;border-top:1px solid var(--divider)}ion-menu.main-left-menu .menu .btn-menu{display:flex;flex-direction:column;padding:16px 0;gap:4px;margin-top:16px}ion-menu.main-left-menu .menu .btn-menu .menu-item-V2{display:flex;flex-direction:row;padding:8px;gap:4px;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .btn-menu .menu-item-V2 .text-menu-item-V2{padding:0 6px;font-family:var(--font-nunito);font-size:14px;font-weight:640;line-height:20px;letter-spacing:.02em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}ion-menu.main-left-menu .menu .btn-menu.btn-menu-client{margin-top:0}ion-menu.main-left-menu .menu .btn-login-left-menu{width:288px;border-radius:12px;padding:0 16px;gap:2px;display:flex;flex-direction:row;align-items:center;justify-content:center}ion-menu.main-left-menu .menu .btn-login-left-menu .text{font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.main-left-menu .menu .other-btns{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .other-btns .other-btn{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none}ion-menu.main-left-menu .menu .contacts{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .contacts .text-contacts{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;text-align:left}ion-menu.main-left-menu .menu .address{display:flex;flex-direction:column;gap:8px}ion-menu.main-left-menu .menu .address .text-address{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.main-left-menu .menu .circles{display:flex;flex-direction:row;gap:4px}ion-menu.main-left-menu .menu .circles img{cursor:pointer;-webkit-user-select:none;user-select:none}.header-pages-guest{height:52px;padding:0 8px}.header-pages-guest .cont-header-btn{display:flex;flex-direction:row;max-width:100vw;height:36px;align-items:center;width:100vw;justify-content:space-between}.header-pages-guest .cont-header-btn .left{display:flex;flex-direction:row;align-items:center;gap:4px}.header-pages-guest .cont-header-btn .left img{cursor:pointer;-webkit-user-select:none;user-select:none;height:32px}.header-pages-guest .cont-header-btn .left .btn-menu-left{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.header-pages-guest .cont-header-btn .right{display:flex;flex-direction:row;align-items:center;gap:4px}.header-pages-guest .cont-header-btn .right .btn-login-header{width:71px;height:36px;border-radius:8px}.header-pages-guest .cont-header-btn .right .favourite{width:36px;height:36px;border-radius:8px}.for-partners-content .back-image{min-width:360px}.for-partners-content .top-hat{height:468px}.for-partners-content .top-hat .content{padding:16px;min-width:328px}.for-partners-content .top-hat .content .center-content{width:100%}.for-partners-content .top-hat .content .center-content .text .large-text{font-size:32px;font-weight:700;line-height:40px;letter-spacing:-.02em;text-align:center}.for-partners-content .info-cont .cont-offer{width:100%;padding:16px}.for-partners-content .info-cont .cont-offer .title{font-size:22px;font-weight:700;line-height:32px}.for-partners-content .info-cont .cont-offer .blocks{flex-wrap:wrap;width:100%}.for-partners-content .info-cont .cont-offer .blocks .block{display:flex;flex-direction:column;width:48%;height:152px;border-radius:16px}.for-partners-content .offer-stage{width:100%;padding:16px}.for-partners-content .offer-stage .stage{flex-direction:column;gap:16px;padding:16px 0}.for-partners-content .offer-stage .stage .text{padding:0}.for-partners-content .offer-stage .stage .text .number-1,.for-partners-content .offer-stage .stage .text .number-2,.for-partners-content .offer-stage .stage .text .number-3,.for-partners-content .offer-stage .stage .text .number-4,.for-partners-content .offer-stage .stage .text .number-5,.for-partners-content .offer-stage .stage .text .number-6{display:none}.for-partners-content .offer-stage .stage .text .bold{font-size:20px;font-weight:700;line-height:28px}.for-partners-content .offer-stage .stage2{flex-direction:column-reverse}.for-partners-content .tryyourself{width:calc(100vw - 32px);height:712px;padding:20px 0;border-radius:16px;background-color:var(--substrate)}.for-partners-content .tryyourself .cont{width:100%;height:672px;padding:20px 16px;border-radius:10px}.for-partners-content .tryyourself .cont .title .bold{font-size:26px;line-height:36px}.for-partners-content .tryyourself .cont .line{width:100%}.for-partners-content .tryyourself .cont .steps{width:100%;flex-direction:column;align-items:center;padding:0}.for-partners-content .tryyourself .cont .steps .double-arrow{transform:rotate(90deg)}.for-partners-content .tryyourself .cont .steps .cont-text{width:100%}.for-partners-content .tryyourself .cont .steps .cont-text .bold,.for-partners-content .tryyourself .cont .steps .cont-text .lower{text-align:center}.for-partners-content .tryyourself .cont .steps .center-steps{flex-direction:column}.for-partners-content .weworkwith{width:100%;padding:16px}.for-partners-content .weworkwith .title{font-size:22px;line-height:32px}.for-partners-content .weworkwith .blocks{flex-direction:column}.for-partners-content .weworkwith .blocks .block{width:100%;height:auto;border-radius:16px}.for-partners-content .weworkwith .blocks .block img{width:64px;height:64px}.header-map-first-page{top:52px}.for-partners-content .faq{width:100%;padding:16px}.for-partners-content .faq .cont-faq .title{font-size:20px;line-height:28px}.for-partners-content .faq .cont-faq .item-accord-group{display:flex;flex-direction:column;gap:12px}.for-partners-content .faq .cont-faq .item-accord-group .item-accord{width:100%}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item{--min-height: 52px;--background: var(--surface);--background-activated: transparent;--background-focused: transparent;--background-hover: transparent;--background-activated-opacity: transparent;--background-focused-opacity: transparent;--background-hover-opacity: transparent;--border-width: 0 0 0 0;--ripple-color: transparent}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item div{padding:12px 0;max-width:calc(100vw - 92px)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.for-partners-content .faq .cont-faq .item-accord-group .item-accord ion-item.accordion-expanding>[slot=header] .ion-accordion-toggle-icon{transform:rotate(90deg)}.about-content{display:flex;flex-direction:column;align-items:center;gap:32px}.about-content .back-image{min-width:1260px;min-height:560px;position:absolute;left:auto;right:auto;top:-76px}.about-content .top-hat{height:388px;padding:16px 0}.about-content .top-hat .content{padding:44px 0;height:356px}.about-content .top-hat .content .center-content{padding:0 16px;gap:16px;width:100vw;height:268px}.about-content .top-hat .content .center-content .text .large-text{font-size:32px;line-height:40px}.about-content .items{width:100vw;padding:16px;gap:16px;flex-direction:column}.about-content .items .item{width:100%;height:308px}.about-content .values{width:100vw;height:max-content;padding:16px}.about-content .values .title,.about-content .platform-special .title,.about-content .about-company .title,.about-content .current-stage .title,.about-content .services .title,.about-content .achievements .title{width:100%;font-size:22px;line-height:32px}.about-content .values .items-values{flex-direction:column}.about-content .values .items-values .item-values{width:100%;height:auto;border-radius:10px}.about-content .mission{width:100vw;height:508px;padding:16px}.about-content .mission .gray{padding:20px 16px;border-radius:16px}.about-content .mission .info{width:100%}.about-content .mission .info .middle{font-size:20px;line-height:28px}.inf-content{display:flex;flex-direction:column;align-items:center;gap:32px}.inf-content .cont-inf{width:100vw;margin-top:52px;gap:16px}.inf-content .cont-inf .cont-1{width:100%}.inf-content .cont-inf .cont-1 .title{font-size:22px;line-height:32px}.inf-content .cont-inf .cont{width:100%}.inf-content .cont-inf .cont .title{font-size:18px;line-height:28px}.cont-quick-showV2{overflow:hidden;width:100vw;left:0;height:calc(var(--vh, 1vh) * 100)}.cont-quick-showV2 .header-quick{height:96px;flex-direction:column;align-items:flex-start;margin-top:52px;overflow:hidden}.cont-quick-showV2 .header-quick .stages .el-tabs{height:44px}.cont-quick-showV2 .header-quick .stages .el-tabs.active-tabs{height:42px}.cont-quick-showV2 .header-quick .name{height:100%;display:flex;align-items:center;justify-content:flex-start}.cont-quick-showV2 .header-quick .name .title-header-quick{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:calc(100vw - 64px);color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}.cont-quick-showV2 .header-quick .close{position:absolute;right:8px;top:8px}.cont-quick-showV2 .info-cont .scroll-quick{padding:32px 10px 32px 16px!important;height:calc(var(--vh, 1vh) * 100 - 150px)}.cont-quick-showV2 .info-cont .btns{display:flex;flex-direction:row;gap:8px}.cont-quick-showV2 .info-cont .btns .btn-quick-show{padding:0 4px}.cont-quick-showV2 .info-cont .btns .btn-quick-show.new-window{display:none}.cont-quick-showV2 .info-cont .title-cont .title{font-size:22px;line-height:32px}.cont-quick-showV2 .info-cont .block-cont{flex-wrap:wrap}.cont-quick-showV2 .info-cont .block-cont .block{min-width:155px}.cont-quick-showV2 .info-cont .cont-images .main-img{height:240px}.cont-quick-showV2 .info-cont .cont-images .other-image{display:flex;gap:4px;flex-wrap:wrap}.cont-quick-showV2 .info-cont .cont-images .other-image .image{height:240px;width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden;min-width:100%;flex-basis:0;flex-grow:1}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content{width:256px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{width:100%}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:256px}.cont-quick-showV2 .info-cont .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{height:120px;width:120px}.cont-quick-showV2 .info-cont .rating-cont{flex-wrap:wrap;gap:16px}.cont-quick-showV2 .info-cont .select-sort{display:flex;flex-direction:row;justify-content:flex-start}.cont-quick-showV2 .info-cont .cont-reviews .items{display:flex;flex-direction:column;gap:16px}.body-show .cont-show{width:100vw;padding:20px 16px}.body-show .cont-show .title-cont .title{font-size:22px;line-height:32px}.body-show .cont-show .title-cont .genres{flex-wrap:wrap}.body-show .cont-show .title-cont .rating{flex-direction:column;align-items:start;gap:8px}.body-show .cont-show .images-cont{flex-direction:column;height:488px}.body-show .cont-show .images-cont .left{position:relative;max-width:calc(100vw - 32px);min-width:calc(100vw - 32px);overflow:hidden;height:100%;border-radius:8px}.body-show .cont-show .images-cont .left .btn-all-photo{display:none}.body-show .cont-show .images-cont .left img{object-fit:cover;width:100%;height:100%}.body-show .cont-show .images-cont .right{display:flex;flex-wrap:wrap;gap:4px}.body-show .cont-show .images-cont .right .image{display:flex;align-items:center;justify-content:center;max-width:calc((100vw - 36px)/2);min-width:calc((100vw - 36px)/2);height:120px;overflow:hidden;border-radius:8px}.body-show .cont-show .images-cont .right .image img{width:100%;height:100%;object-fit:cover}.body-show .cont-show .cont-information{display:flex;flex-direction:column-reverse;gap:32px}.body-show .cont-show .cont-information .left{padding:0 16px;width:100vw}.body-show .cont-show .cont-information .left .block-cont{flex-wrap:wrap}.body-show .cont-show .cont-information .left .block-cont .block{min-width:40vw}.body-show .cont-show .cont-information .left .suitable{width:100%}.body-show .cont-show .cont-information .left .suitable .title{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .suitable .blocks-suitable .line .block-suitable{flex-direction:column;align-items:start;height:128px;min-width:40vw;max-width:100%}.body-show .cont-show .cont-information .left .description-inc .title,.body-show .cont-show .cont-information .left .title-opt,.body-show .cont-show .cont-information .left .map-cont .title{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client{width:100%}.body-show .cont-show .cont-information .left .map-cont .conter .cont-map-t #map-client .leaflet-top{bottom:16px!important;top:auto}.body-show .cont-show .cont-information .left .cont-details .point-start .cont-images .image{height:120px;width:120px}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content{width:100%}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{width:calc(100vw - 96px)}.body-show .cont-show .cont-information .left .cont-details .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{width:calc(100vw - 96px);flex-direction:column}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage{display:flex;flex-direction:row}.body-show .cont-show .cont-information .left .cont-reviews .cont-stage .stage .text{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .cont-reviews .rating-cont{flex-wrap:wrap;gap:16px}.body-show .cont-show .cont-information .left .cont-reviews .cont-review .items .item .cont-response .response{width:calc(100vw - 96px)}.body-show .cont-show .cont-information .left .faq-cont .title{font-size:20px;line-height:28px}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord{width:100%}.body-show .cont-show .cont-information .left .faq-cont .item-accord-group .item-accord ion-item div{max-width:calc(100vw - 106px)}.body-show .cont-show .cont-information .right{width:100%;padding:0 16px}.body-show .cont-show .cont-information .right .right-cont .races-comp-cont .title{font-size:18px;line-height:28px}.body-show .cont-show .l{border-bottom:1px solid var(--divider);width:100%}.body-show .cont-show .search-reg .title{font-size:20px;line-height:28px}.body-show .cont-show .search-reg .no-array{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.body-show .cont-show .search-reg .no-array img{height:100%;object-fit:cover;border-radius:12px}.body-show .cont-show .search-reg .no-array .content{position:absolute;top:108px}.body-show .cont-show .search-reg .no-array .content .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.body-show .cont-show .similar-reg{width:100%;display:flex;flex-direction:column;gap:20px}.body-show .cont-show .similar-reg .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.quick-s .cont-map-q-V2{display:none;position:absolute;right:0;width:calc(100vw - 940px)}.quick-s .cont-map-q-V2 #map-show{width:calc(100vw - 940px);height:100vh;position:relative}.quick-s .cont-map-q-V2 #map-show .leaflet-top{bottom:16px!important;top:auto}.page-review{display:flex;flex-direction:column;gap:32px;align-items:center;margin-top:52px}.page-review .body-rev-page{width:100vw;padding:16px}.page-review .body-rev-page .cont-title .title{font-size:22px;line-height:32px}.page-review .body-rev-page .create-review-cont{flex-direction:column}.page-review .body-rev-page .create-review-cont .left{width:100%}.page-review .body-rev-page .create-review-cont .left .review-info .area-reviews{height:160px}.page-review .body-rev-page .create-review-cont .left .create-rev-points{display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev{width:728px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev{display:flex;flex-direction:row;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image{width:120px;height:120px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .image img{object-fit:cover;width:100%;height:100%}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev{width:592px;display:flex;flex-direction:column;gap:16px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-title .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating{display:flex;flex-direction:row;align-items:center;gap:8px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating{gap:0px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .p-rating .p-rating-item{box-shadow:none}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .cont-rating .val{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont,.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add{display:flex;flex-direction:row;gap:16px;align-items:center}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .add-img .image{cursor:pointer;width:max-content}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .body-rev .right-rev .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.page-review .body-rev-page .create-review-cont .left .create-rev-points .point-rev .l{border-bottom:1px solid var(--divider)}.page-review .body-rev-page .create-review-cont .right .cont-send{width:100%}ion-modal.modal-create-question{--width: calc(100vw - 32px) }ion-modal.modal-cancel-orders{--max-height: calc(100vh - 32px) ;--width: calc(100vw - 32px) }ion-modal.modal-cancel-orders .modal-cancel-body .scroll{overflow-y:scroll;overflow-x:hidden;max-height:calc(100vh - 156px);display:flex;flex-direction:column;gap:16px}ion-modal.modal-cancel-orders .modal-cancel-body .scroll::-webkit-scrollbar{display:none}.favorite-cont-V2 .favorite-body{width:100vw;padding:16px}.favorite-cont-V2 .favorite-body .title-fav{font-size:22px;line-height:32px}.favorite-cont-V2 .favorite-body .favotite{display:flex;flex-direction:column;gap:32px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour{flex-direction:column;gap:16px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .image{width:calc(100vw - 32px)}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .image img{object-fit:cover;width:100%;height:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .image .cont-val-images{padding:12px;width:36px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour,.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf{width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .cont-right .info-tour .cont-inf .title{font-size:20px;line-height:38px;max-width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body{width:100%}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa{font-size:18px;line-height:28px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .summa.promotion{color:var(--success)}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .summa-cont .row-price .last-price{font-size:16px;font-weight:700;line-height:20px}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv{flex-direction:row}.favorite-cont-V2 .favorite-body .favotite .cont-fav-tour .summa-body .buttonsdiv .fav-btn{width:100%;padding:0}.favorite-cont-V2 .favorite-body .l{border-bottom:1px solid var(--divider)}.favorite-cont-V2 .favorite-body .title-most{flex-direction:column;align-items:start;gap:8px}.favorite-cont-V2 .favorite-body .title-most .text{font-size:20px;line-height:28px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular{width:100%;gap:16px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour{max-width:calc((100vw - 48px)/2);flex:40%}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .image .cont-val-images{padding:8px;width:36px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont{display:flex;flex-direction:column}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .left{flex-wrap:wrap;gap:0px}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav{position:relative}.favorite-cont-V2 .favorite-body .cont-tours-most-popular .tour .info .summa-cont .sum .btn-fav .text-btn svg path{stroke:transparent}.about-content .contacts .content{flex-direction:column!important}.about-content .contacts .content .info{width:100%!important}}@media screen and (max-width: 720px){ion-menu.main-left-menu-filter .body-filter{height:calc(100vh - 208px)}.about-content{margin-top:52px}}@media screen and (max-width: 480px){.header-map-first-page .left-header .my-location{top:20px;right:16px}.header-map-first-page .left-header .value-distance{top:20px;left:16px}.header-map-first-page .left-header .my-location-denied{top:20px;right:16px}}@media screen and (max-width: 359px){ion-menu.main-left-menu-filter{--width: 340px}ion-menu.main-left-menu-filter::part(container){--width: 340px}ion-menu.main-left-menu-filter .footer-menu .width{width:142px!important}}.p-sidebar{box-shadow:none}._custom_sidebar_c1jps_5 .p-sidebar-header{box-shadow:none!important;height:40px!important;padding:16px 8px 16px 32px}._custom_sidebar_c1jps_5{padding:0 0 0 32px;display:flex;flex-direction:column;justify-content:space-between;font-family:var(--font-nunito)}._header_c1jps_18{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._title_c1jps_24{font-weight:400;font-size:13px;line-height:16px}._line_c1jps_29{width:216px;height:1px;background-color:var(--divider)}._menuClient_c1jps_35{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-weight:700;font-size:14px;line-height:20px;margin-top:32px}._menu_c1jps_35{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-weight:700;font-size:14px;line-height:20px;margin-top:12px;margin-bottom:12px}._social_c1jps_58{margin-top:16px;display:flex;gap:6px}._btnLogin_c1jps_64{max-width:216px}._btnLogin_c1jps_64 button{width:100%}._contacts_c1jps_72{margin-top:32px}._menuItem_c1jps_76{cursor:pointer;padding:8px;border-radius:8px;width:100%}._menuItemActive_c1jps_83{background-color:var(--alert-secondary);width:216px}._contacts_c1jps_72{display:flex;flex-direction:column;gap:16px;font-weight:700;font-size:18px;line-height:24px;color:var(--text)}._contacts_c1jps_72 a{color:var(--text)}.cont-map-V2{width:calc(100vw - 913px);position:absolute;right:0;top:0;height:100%}.cont-map-V2 .mapV2{cursor:grab}.cont-map-V2 .mapV2:active{cursor:grabbing}.marker{cursor:pointer}.mapV2{width:calc(100vw - 913px);position:absolute;right:0;top:0;height:100%}.mapV2.quick{width:calc(100vw - 840px)!important}.leaflet-left{right:16px!important;left:auto}.leaflet-top{top:50%;position:absolute}.leaflet-control-attribution{display:none}.leaflet-control-zoom-in span{width:20px;font-size:26px;line-height:44px}.leaflet-bar{border:none!important;display:flex;flex-direction:column;gap:4px}.leaflet-bar a{width:44px!important;height:44px!important;padding:12px!important}.leaflet-bar a:first-child{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.leaflet-bar a:last-child{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.mapV2 .leaflet-bar a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;padding:12px;background-color:var(--elevated);color:var(--icon-elevated);font-size:26px}.mapV2 .leaflet-bar a:hover{background-color:var(--hover-elevated)}.leaflet-popup{position:absolute;text-align:center;margin-bottom:0;left:-105px;bottom:16px!important}.leaflet-popup-ym{opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}.leaflet-popup-ym.show{opacity:1;transform:scale(1)}.leaflet-popup .leaflet-popup-close-button{display:none}.leaflet-popup .leaflet-popup-content-wrapper{box-shadow:none;padding:0;background:transparent}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{width:280px!important;margin:0}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2{display:flex;flex-direction:column;max-width:280px!important;max-height:324px;height:100%;cursor:pointer;border-radius:12px;background-color:#fff;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014}.body-popup-mapV2 .left{position:relative;overflow:hidden}.body-popup-mapV2 .slider-controls{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}.body-popup-mapV2 .slider-controls.visible{opacity:1}.body-popup-mapV2 .nav-button{color:#000;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s;position:absolute;top:50%;transform:translateY(-50%)}.body-popup-mapV2 .nav-button.prev{left:8px}.body-popup-mapV2 .nav-button.next{right:8px}.body-popup-mapV2 .nav-button:hover{background-color:#e6e6e6}.body-popup-mapV2 .dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center}.body-popup-mapV2 .dot{width:8px;height:8px;border-radius:8px;background:#fff6;margin:0 2px;cursor:pointer;transition:background-color .3s,width .3s}.body-popup-mapV2 .dot.active{background:#fff;width:24px}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .left .image-cont{position:relative;display:flex;align-items:center;justify-content:center;width:280px!important;height:184px;border-top-right-radius:12px;border-top-left-radius:12px;overflow:hidden}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .left .image-cont .favorite-button{position:absolute;top:10px;right:15px;cursor:pointer;z-index:1000}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .left .no-image{display:flex;align-items:center;justify-content:center;width:280px!important;height:184px;border-top-right-radius:12px;border-top-left-radius:12px;overflow:hidden}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .left .image-cont img{width:100%;height:100%;object-fit:cover}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:12px}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .priceContainer{display:flex;flex-direction:column}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .rating .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;text-align:left;height:40px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .nearest-date{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;color:var(--text-muted);margin-left:4px}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .participants{display:flex;flex-direction:row;align-items:center}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .participants .participants-text{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;color:var(--text-muted);margin-left:4px}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .price{display:flex;flex-direction:row;gap:4px;align-items:center;height:28px;color:var(--text)}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .price .text{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;white-space:nowrap}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .body-popup-mapV2 .right .price .subtext{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.marker-cluster div{width:60px!important;height:60px!important;border-radius:40px!important;display:flex;align-items:center;justify-content:center;position:relative}.marker-cluster span{font-family:var(--font-nunito);color:#fff;font-weight:700;background-color:#f74439;line-height:58px;height:58px;width:58px;text-align:center;border-radius:50%;font-size:18px}.popup{display:flex;flex-direction:column;width:211px;background:#fff;gap:12px}.popup.second_variant{gap:32px}.popup__text{white-space:break-spaces;gap:8px}.popup__buttons{display:flex;flex-direction:column;gap:8px}.popup__buttons__block{display:flex;gap:4px}.close_icon{border:none;background-color:transparent;position:absolute;background-image:url(./close-icon.svg);background-repeat:no-repeat;background-position:50% 50%;width:16px;height:16px;cursor:pointer;right:8px}.popup__text_title{color:#050d33;font-weight:500;line-height:28px;font-size:20px}.popup__text_content{color:#7b7d85;font-size:14px;line-height:20px;font-weight:400}.marker{height:32px;width:32px;margin-left:-15px}.marker img{height:32px;width:32px}.marker-flag{height:40px;width:40px}.add-marker-flag,.add-marker-flag img{height:32px;width:32px}.leaflet-popup-tip-container-ym{left:50%}.mark er-cluster div:before,.marker-cluster div:after,.marker-cluster div span:before{content:"";position:absolute;border-radius:50%}.marker-cluster div:after{top:-6px;left:-6px;right:-6px;bottom:-6px;border:1px solid rgba(247,68,57,1)}.marker-cluster div span:before{top:-10px;left:-10px;right:-10px;bottom:-10px;border:1px solid rgba(247,68,57,.5)}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background:none!important}.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{background-color:#f74439!important}@media screen and (max-width: 1200px) and (min-width: 960px){.mapV2{width:calc(100vw - 667px)}}@media screen and (max-width: 1200px){.cont-map-V2{position:static;width:100%;height:100%;padding-top:172px;z-index:1}.mapV2{position:static;width:100%;height:73vh}.leaflet-top{top:50%;position:absolute;z-index:444}.ymaps3x0--map-copyrights_bottom{bottom:15px}}@media screen and (max-width: 760px){.mapV2{position:static;width:100%;max-height:73vh}.ymaps3x0--map-container{height:98%!important}}@media screen and (max-width: 720px){.cont-map-V2{padding-top:148px}.leaflet-top{display:none}}@media screen and (max-width: 480px){.leaflet-top{display:none}}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-default-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: .18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #3880ff) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;--ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;--ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #5260ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd36f) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;--ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;--ion-color-tint: var(--ion-color-success-tint, #42d77d) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #eb445a) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;--ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #92949c) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #808289) !important;--ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports (padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px #00000014}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px #00000014}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px #0000002e}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:.3s transform cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:700}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #3880ff)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}.ion-hide,.ion-hide-up,.ion-hide-down{display:none!important}@media (min-width: 576px){.ion-hide-sm-up{display:none!important}}@media (max-width: 575.98px){.ion-hide-sm-down{display:none!important}}@media (min-width: 768px){.ion-hide-md-up{display:none!important}}@media (max-width: 767.98px){.ion-hide-md-down{display:none!important}}@media (min-width: 992px){.ion-hide-lg-up{display:none!important}}@media (max-width: 991.98px){.ion-hide-lg-down{display:none!important}}@media (min-width: 1200px){.ion-hide-xl-up{display:none!important}}@media (max-width: 1199.98px){.ion-hide-xl-down{display:none!important}}.ion-align-self-start{align-self:flex-start!important}.ion-align-self-end{align-self:flex-end!important}.ion-align-self-center{align-self:center!important}.ion-align-self-stretch{align-self:stretch!important}.ion-align-self-baseline{align-self:baseline!important}.ion-align-self-auto{align-self:auto!important}.ion-wrap{flex-wrap:wrap!important}.ion-nowrap{flex-wrap:nowrap!important}.ion-wrap-reverse{flex-wrap:wrap-reverse!important}.ion-justify-content-start{justify-content:flex-start!important}.ion-justify-content-center{justify-content:center!important}.ion-justify-content-end{justify-content:flex-end!important}.ion-justify-content-around{justify-content:space-around!important}.ion-justify-content-between{justify-content:space-between!important}.ion-justify-content-evenly{justify-content:space-evenly!important}.ion-align-items-start{align-items:flex-start!important}.ion-align-items-center{align-items:center!important}.ion-align-items-end{align-items:flex-end!important}.ion-align-items-stretch{align-items:stretch!important}.ion-align-items-baseline{align-items:baseline!important}.ion-float-left{float:left!important}.ion-float-right{float:right!important}.ion-float-start{float:left!important}:host-context([dir=rtl]) .ion-float-start{float:right!important}[dir=rtl] .ion-float-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-start:dir(rtl){float:right!important}}.ion-float-end{float:right!important}:host-context([dir=rtl]) .ion-float-end{float:left!important}[dir=rtl] .ion-float-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-end:dir(rtl){float:left!important}}@media (min-width: 576px){.ion-float-sm-left{float:left!important}.ion-float-sm-right{float:right!important}.ion-float-sm-start{float:left!important}:host-context([dir=rtl]) .ion-float-sm-start{float:right!important}[dir=rtl] .ion-float-sm-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-sm-start:dir(rtl){float:right!important}}.ion-float-sm-end{float:right!important}:host-context([dir=rtl]) .ion-float-sm-end{float:left!important}[dir=rtl] .ion-float-sm-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-sm-end:dir(rtl){float:left!important}}}@media (min-width: 768px){.ion-float-md-left{float:left!important}.ion-float-md-right{float:right!important}.ion-float-md-start{float:left!important}:host-context([dir=rtl]) .ion-float-md-start{float:right!important}[dir=rtl] .ion-float-md-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-md-start:dir(rtl){float:right!important}}.ion-float-md-end{float:right!important}:host-context([dir=rtl]) .ion-float-md-end{float:left!important}[dir=rtl] .ion-float-md-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-md-end:dir(rtl){float:left!important}}}@media (min-width: 992px){.ion-float-lg-left{float:left!important}.ion-float-lg-right{float:right!important}.ion-float-lg-start{float:left!important}:host-context([dir=rtl]) .ion-float-lg-start{float:right!important}[dir=rtl] .ion-float-lg-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-lg-start:dir(rtl){float:right!important}}.ion-float-lg-end{float:right!important}:host-context([dir=rtl]) .ion-float-lg-end{float:left!important}[dir=rtl] .ion-float-lg-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-lg-end:dir(rtl){float:left!important}}}@media (min-width: 1200px){.ion-float-xl-left{float:left!important}.ion-float-xl-right{float:right!important}.ion-float-xl-start{float:left!important}:host-context([dir=rtl]) .ion-float-xl-start{float:right!important}[dir=rtl] .ion-float-xl-start{float:right!important}@supports selector(:dir(rtl)){.ion-float-xl-start:dir(rtl){float:right!important}}.ion-float-xl-end{float:right!important}:host-context([dir=rtl]) .ion-float-xl-end{float:left!important}[dir=rtl] .ion-float-xl-end{float:left!important}@supports selector(:dir(rtl)){.ion-float-xl-end:dir(rtl){float:left!important}}}.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-text-center{text-align:center!important}.ion-text-justify{text-align:justify!important}.ion-text-start{text-align:start!important}.ion-text-end{text-align:end!important}.ion-text-left{text-align:left!important}.ion-text-right{text-align:right!important}.ion-text-nowrap{white-space:nowrap!important}.ion-text-wrap{white-space:normal!important}@media (min-width: 576px){.ion-text-sm-center{text-align:center!important}.ion-text-sm-justify{text-align:justify!important}.ion-text-sm-start{text-align:start!important}.ion-text-sm-end{text-align:end!important}.ion-text-sm-left{text-align:left!important}.ion-text-sm-right{text-align:right!important}.ion-text-sm-nowrap{white-space:nowrap!important}.ion-text-sm-wrap{white-space:normal!important}}@media (min-width: 768px){.ion-text-md-center{text-align:center!important}.ion-text-md-justify{text-align:justify!important}.ion-text-md-start{text-align:start!important}.ion-text-md-end{text-align:end!important}.ion-text-md-left{text-align:left!important}.ion-text-md-right{text-align:right!important}.ion-text-md-nowrap{white-space:nowrap!important}.ion-text-md-wrap{white-space:normal!important}}@media (min-width: 992px){.ion-text-lg-center{text-align:center!important}.ion-text-lg-justify{text-align:justify!important}.ion-text-lg-start{text-align:start!important}.ion-text-lg-end{text-align:end!important}.ion-text-lg-left{text-align:left!important}.ion-text-lg-right{text-align:right!important}.ion-text-lg-nowrap{white-space:nowrap!important}.ion-text-lg-wrap{white-space:normal!important}}@media (min-width: 1200px){.ion-text-xl-center{text-align:center!important}.ion-text-xl-justify{text-align:justify!important}.ion-text-xl-start{text-align:start!important}.ion-text-xl-end{text-align:end!important}.ion-text-xl-left{text-align:left!important}.ion-text-xl-right{text-align:right!important}.ion-text-xl-nowrap{white-space:nowrap!important}.ion-text-xl-wrap{white-space:normal!important}}.ion-text-uppercase{text-transform:uppercase!important}.ion-text-lowercase{text-transform:lowercase!important}.ion-text-capitalize{text-transform:capitalize!important}@media (min-width: 576px){.ion-text-sm-uppercase{text-transform:uppercase!important}.ion-text-sm-lowercase{text-transform:lowercase!important}.ion-text-sm-capitalize{text-transform:capitalize!important}}@media (min-width: 768px){.ion-text-md-uppercase{text-transform:uppercase!important}.ion-text-md-lowercase{text-transform:lowercase!important}.ion-text-md-capitalize{text-transform:capitalize!important}}@media (min-width: 992px){.ion-text-lg-uppercase{text-transform:uppercase!important}.ion-text-lg-lowercase{text-transform:lowercase!important}.ion-text-lg-capitalize{text-transform:capitalize!important}}@media (min-width: 1200px){.ion-text-xl-uppercase{text-transform:uppercase!important}.ion-text-xl-lowercase{text-transform:lowercase!important}.ion-text-xl-capitalize{text-transform:capitalize!important}}:root{--ion-color-primary: #3880ff;--ion-color-primary-rgb: 56, 128, 255;--ion-color-primary-contrast: #ffffff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #3171e0;--ion-color-primary-tint: #4c8dff;--ion-color-secondary: #3dc2ff;--ion-color-secondary-rgb: 61, 194, 255;--ion-color-secondary-contrast: #ffffff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #36abe0;--ion-color-secondary-tint: #50c8ff;--ion-color-tertiary: #5260ff;--ion-color-tertiary-rgb: 82, 96, 255;--ion-color-tertiary-contrast: #ffffff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #4854e0;--ion-color-tertiary-tint: #6370ff;--ion-color-success: #2dd36f;--ion-color-success-rgb: 45, 211, 111;--ion-color-success-contrast: #ffffff;--ion-color-success-contrast-rgb: 255, 255, 255;--ion-color-success-shade: #28ba62;--ion-color-success-tint: #42d77d;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #eb445a;--ion-color-danger-rgb: 235, 68, 90;--ion-color-danger-contrast: #ffffff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #cf3c4f;--ion-color-danger-tint: #ed576b;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #ffffff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e;--ion-color-medium: #92949c;--ion-color-medium-rgb: 146, 148, 156;--ion-color-medium-contrast: #ffffff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #808289;--ion-color-medium-tint: #9d9fa6;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--font-robotoflex: "Roboto Flex", sans-serif;--font-ruda: "Ruda", sans-serif;--font-ubuntu: "Ubuntu", sans-serif;--font-nunito: "Nunito", sans-serif;--font-source: "Source Sans 3", sans-serif;--font-pt: "PT Serif", serif;--font-nunito-sans: "Nunito Sans", sans-serif;--alert-neutral: #f4f3f6;--alert-primary: #fef0ef;--alert-secondary: #e6f7e2;--alert-info: #eef4ff;--alert-success: #defae9;--alert-warning: #fef2e4;--alert-danger: #fff0f2;--alert-neutral-text: #353343;--alert-primary-text: #c31c12;--alert-secondary-text: #2f710d;--alert-info-text: #4749f0;--alert-success-text: #15723a;--alert-warning-text: #bd2a11;--alert-danger-text: #c51228;--warning: #ee510a;--success: #00860f;--primary-default: #f74439;--selected: rgba(222, 31, 76, 1);--progress-active: #de1f4c;--progress-inactive: #e2e6e5;--divider: #e2e6e5;--surface: #ffffff;--substrate: #f2f3f3;--contrast-high: #4b4957;--unfilled: #f4f3f6;--neutral-25: #f9f9fb;--social-banner: #72a850;--toggle-handler: #ffffff;--toggle-off-back: #e6e5ea;--toggle-off-back-hover: #d0ced6;--toggle-on-back: #f74439;--toggle-on-back-hover: #e12014;--toggle-back-boxshadow: 0px 0px 0px 1px #00000099;--toggle-invalid-back: #ffffff;--toggle-handler-invalid-off: #a8b2b1;--toggle-handler-invalid-on: #de233a;--checkbox-off: #e2e6e5;--checkbox-off-hover: #c9d0ce;--checkbox-invalid: #ffffff;--checkbox-invalid-border: #dd291d;--checkbox-on: #f74439;--checkbox-on-hover: #e12014;--tabs: #606b6c;--tabs-hover: #202226;--circle-tabs-current-back: #444c4e;--circle-tabs-current-val: #ffffff;--circle-tabs-val: #202226;--circle-tabs-back: #e2e6e5;--tabs-current: #f74439;--border-tabs-current: #f74439;--ghost: #606b6c;--bright: #f74439;--muted: #fee4e2;--mutedGreen: #d2f2cc;--green-btn: #539730;--green-btn-hover: #427a26;--green-btn-pressed: #325c1d;--green-btn-disabled: #539730;--elevated: #ffffff;--pressed-bright: #c31c12;--pressed-muted: #ffa7a1;--pressed-elevated: #f2f3f3;--pressed-outline: #e6e5ea;--pressed-ghost: #e6e5ea;--hover-bright: #e12014;--hover-muted: #ffcecb;--hover-elevated: #f9f9fb;--hover-outline: #f9f9fb;--hover-pink: #fccbc8;--inactive-progress: #e6e5ea;--box-shadow-btn: 0px 0px 0px 1px rgba(0, 0, 0, .6);--box-shadow-btn-elevated: 0px 1.75px 3.5px -.5px rgba(0, 0, 0, .04), 0px 3.5px 7px -1px rgba(0, 0, 0, .06), 0px 7px 14px -2px rgba(0, 0, 0, .08);--border-outline-btn: #e6e5ea;--input-background: #f4f3f6;--input-background-hover: #e6e5ea;--input-border-focus: 0px 0px 0px 1px #00000099;--input-background-error: #fff7f7;--input-border-error: #de233a;--neutral: #ffffff;--link: rgba(71, 73, 240, 1);--text: #222030;--text-muted: #696775;--text-muted-hover: #202226;--text-bright-btn: #ffffff;--text-muted-btn: #c31149;--text-outline-btn: #696775;--text-elevated-btn: #202226;--text-ghost-btn: #606b6c;--text-ghost-btn-click: #202226;--text-input-placeholder: #696775;--text-unfilled: #696775;--text-unfilled-current: #222030;--text-filled-success: #058539;--text-filled-error: #de233a;--text-mutedGreen: #2f710d;--text-orange: #fe8034;--text-danger-light: #ff7a8a;--text-success-light: #1fbc5e;--green: #004a18;--text-secondary: #539730;--green-back: #bbe4b5;--pink-back: #fff7f7;--light-green-back: #f2fcef;--gray-back: #f4f3f6;--light-green: #b8e7a0;--muted-green: #b8e7a080;--badge-red: #ffcece;--badge-orange: #ffd390;--badge-sulu: #cfe37d;--badge-lgreen: #9bee87;--badge-mint: #91edb6;--badge-blizzard: #98e7e7;--badge-blue: #c3dbff;--badge-purple: #ddd4ff;--badge-lavender: #eed0f5;--badge-pink: #f8cee7;--status-gray: #e6e5ea;--status-gray-text: #222030;--status-orange: #ffd1a7;--status-orange-text: #850000;--status-red: #fececb;--status-red-text: #7d1707;--status-green: #a8e8c1;--status-green-text: #004a18;--icon-bright: #ffffff;--icon-muted: #f74439;--icon-transparent-bckg: #696775;--icon-transparent-bckg-hover: #696775;--icon-elevated: #303639;--icon-warning: #ee510a;--icon-muted-info: #a8b2b1;--icon-unfilled: #696775;--icon-password: #696775}._container_7gvpo_1{display:flex;justify-content:center;width:100%;padding:12px}._sendAgainCode_7gvpo_8{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;gap:2px}._text_7gvpo_20,._timer_7gvpo_20{opacity:.9;cursor:pointer}ion-modal._clientLogin_1xkvc_1{--max-width: 520px;--width: 100%;--height: max-content;--border-radius: 12px;--overflow: auto}._clientLogin_1xkvc_1{display:flex;flex-direction:column;align-items:center;gap:20px;padding:32px 16px;overflow-y:auto}._title_1xkvc_18{display:flex;flex-direction:column;gap:8px;align-items:center;font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center}._subTitle_1xkvc_31{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}._loginOrCreateProfile_1xkvc_41{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:360px}._input_1xkvc_49{width:100%}._btn_1xkvc_53{max-width:177px}._separatorContainer_1xkvc_57{display:flex;align-items:center;width:100%;max-width:320px}._line_1xkvc_64{flex-grow:1;height:1px;background-color:#ccc;border:none;margin:0 8px;padding:0}._text_1xkvc_73{font-family:var(--font-nunito);font-size:14px;font-weight:500;text-align:center}._codeFromSms_1xkvc_80{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:400px}._inputCodeContainer_1xkvc_88{display:flex;flex-direction:row;gap:8px}._inputCode_1xkvc_88{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}._timerCode_1xkvc_110{display:flex;flex-direction:row;align-items:center;gap:8px}@font-face{font-family:SF Pro Text;src:url(../fonts/SFProText-Regular.woff2) format("woff2"),url(../fonts/SFProText-Regular.woff) format("woff");font-weight:400;font-style:normal}._alfaId_148bu_9{display:flex;flex-direction:row;justify-content:center;max-width:320px;width:100%;gap:4px;z-index:2}._alfaIdBtn_148bu_19{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;z-index:2;background:none;border-radius:12px;cursor:pointer;padding:12px 20px;height:44px;color:var(--text);font-size:16px;font-family:SF Pro Text,sans-serif;font-weight:700;border:1px solid var(--ion-color-light-contrast);width:100%}._alfaIdBtn_148bu_19:hover{background:var(--muted);border:none}._result_33fcd_1{margin-top:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:32px}._title_33fcd_11{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--font-nunito-sans);font-weight:700;font-size:36px;line-height:48px}._description_33fcd_22{font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:center}._button_33fcd_30{margin-top:20px}._buttonText_33fcd_34{font-size:16px;font-weight:400;color:#000}.header-pages-client{position:absolute;z-index:999;width:100vw;height:76px;border:0px 0px 1px 0px;padding:0 16px;box-shadow:0 1px 2px -.25px #00000005;box-shadow:0 2px 4px -.5px #0000000a;box-shadow:0 4px 8px -1px #0000000f;background-color:#fff;display:flex;align-items:center;justify-content:center}.header-pages-client .cont-header-btn{display:flex;flex-direction:row;max-width:1120px;height:44px;align-items:center;width:1120px;justify-content:space-between}.header-pages-client .cont-header-btn .left{display:flex;flex-direction:row;align-items:center;gap:32px}.header-pages-client .cont-header-btn .left .lef{display:flex;flex-direction:row;gap:4px}.header-pages-client .cont-header-btn .left img{cursor:pointer;-webkit-user-select:none;user-select:none;height:60px}.header-pages-client .cont-header-btn .left .btn-menu-left{cursor:pointer;-webkit-user-select:none;user-select:none;padding:12px;display:flex;align-items:center}.header-pages-client .cont-header-btn .right{display:flex;flex-direction:row;align-items:center;gap:8px}.header-pages-client .cont-header-btn .right .btn-login-header{width:86px}.header-pages-client .cont-header-btn .right .favourite{width:44px}.client-tours-page{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px}.client-tours-page .content{width:1120px;max-width:100%;padding:32px;display:flex;flex-direction:column;gap:32px;margin-top:76px}.client-tours-page .content .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.client-tours-page .content .cont-null{display:flex;max-height:252px;flex-direction:row;overflow:hidden;border-radius:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.client-tours-page .content .cont-null .left{align-items:center;justify-content:center;width:440px;padding:32px;display:flex;gap:16px;flex-direction:column}.client-tours-page .content .cont-null .left .icon-map-x{width:60px;height:60px}.client-tours-page .content .cont-null .left .cont-text{display:flex;flex-direction:column;align-items:center;gap:4px}.client-tours-page .content .cont-null .left .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.client-tours-page .content .cont-null .left .cont-text .text-muted{color:var(--text-muted);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.client-tours-page .content .cont-null .right{overflow:hidden;position:relative}.client-tours-page .content .cont-null .right img{height:100%;object-fit:cover}.client-tours-page .content .tours{width:1120px;display:flex;width:100%;flex-direction:column;gap:32px}.client-tours-page .content .tours .orders-cont{display:flex;flex-direction:column;gap:32px}.client-tours-page .content .tours .orders-cont .tour{display:flex;flex-direction:row;gap:32px}.client-tours-page .content .tours .orders-cont .tour .left .image-cont{width:400px;max-height:200px;border-radius:10px;overflow:hidden;display:flex;align-items:center}.client-tours-page .content .tours .orders-cont .tour .left .image-cont img{width:100%;height:100%;object-fit:cover}.client-tours-page .content .tours .orders-cont .tour .right{display:flex;flex-direction:column;gap:16px}.client-tours-page .content .tours .orders-cont .tour .right .info{display:flex;flex-direction:column;gap:4px}.client-tours-page .content .tours .orders-cont .tour .right .info .rating{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px;align-items:center}.client-tours-page .content .tours .orders-cont .tour .right .info .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.client-tours-page .content .tours .orders-cont .tour .right .info .rating .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.client-tours-page .content .tours .orders-cont .tour .right .info .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left}.client-tours-page .content .tours .orders-cont .tour .right .info .number{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.client-tours-page .content .tours .orders-cont .tour .right .info .summa-cont{display:flex;flex-direction:row;align-items:center;gap:8px}.client-tours-page .content .tours .orders-cont .tour .right .info .summa-cont .summa{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.client-tours-page .content .tours .orders-cont .tour .right .info .summa-cont .duration{color:var(--text-muted);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left}.client-tours-page .content .tours .orders-cont .tour .right .btns{display:flex;flex-direction:row;gap:8px}.client-tours-page .content .tours .l{border-bottom:1px solid var(--divider);width:100%}.client-tours-page .content .tours .visited-cont{display:flex;flex-direction:column;gap:16px}.client-tours-page .content .tours .visited-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left}.client-tours-page .content .tours .visited-cont .tour{display:flex;flex-direction:row;align-items:center;gap:32px}.client-tours-page .content .tours .visited-cont .tour .left .cont-image{width:160px;height:160px;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.client-tours-page .content .tours .visited-cont .tour .left .cont-image img{width:100%;height:100%;object-fit:cover}.client-tours-page .content .tours .visited-cont .tour .right{display:flex;flex-direction:column;gap:8px}.client-tours-page .content .tours .visited-cont .tour .right .info{display:flex;flex-direction:column;gap:4px}.client-tours-page .content .tours .visited-cont .tour .right .info .rating{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:8px}.client-tours-page .content .tours .visited-cont .tour .right .info .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.client-tours-page .content .tours .visited-cont .tour .right .info .rating .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.client-tours-page .content .tours .visited-cont .tour .right .info .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left}.client-tours-page .content .tours .visited-cont .tour .right .info .number{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.client-tours-page .content-scroll{width:100%;display:flex;align-items:center;justify-content:center;height:100%}.client-tours-page .content-scroll .p-progress-spinner-circle{animation:p-progress-spinner-dash 1.5s ease-in-out infinite;stroke:var(--text)}.checkout{display:flex;flex-direction:column;gap:32px;align-items:center}.checkout .checkout-cont{display:flex;flex-direction:column;gap:32px;width:1120px;max-width:100%;padding:32px;margin-top:76px}.checkout .checkout-cont .title-cont{display:flex;flex-direction:column;width:100%;gap:12px}.checkout .checkout-cont .title-cont .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.checkout .checkout-cont .cont-form{display:flex;flex-direction:row;gap:32px}.checkout .checkout-cont .cont-form .left{display:flex;flex-direction:column;gap:16px;width:560px;min-width:504px}.checkout .checkout-cont .cont-form .left .title{display:flex;flex-direction:row;gap:8px}.checkout .checkout-cont .cont-form .left .title .text{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.checkout .checkout-cont .cont-form .left .title .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.checkout .checkout-cont .cont-form .left .traveler{display:flex;flex-direction:column;gap:16px;padding:20px;border:1px solid var(--divider);border-radius:10px;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.checkout .checkout-cont .cont-form .left .traveler .title{display:flex;justify-content:space-between;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.checkout .checkout-cont .cont-form .left .traveler .title .btn-close{background-color:initial}.checkout .checkout-cont .cont-form .left .traveler .line-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.checkout .checkout-cont .cont-form .left .traveler .line-input .text{display:flex;font-family:var(--font-nunito);width:184px;height:44px;padding:12px 6px;gap:4px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.checkout .checkout-cont .cont-form .left .traveler .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.checkout .checkout-cont .cont-form .left .traveler .line-input .cont-text-descript{display:flex;flex-direction:column;width:184px;padding:0 6px;height:44px;justify-content:center}.checkout .checkout-cont .cont-form .left .traveler .line-input .cont-text-descript .text-disc{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;font-family:var(--font-nunito);color:var(--text)}.checkout .checkout-cont .cont-form .left .traveler .line-input .cont-text-descript .dop-text-disc{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;font-family:var(--font-nunito);text-align:left;color:var(--text-muted)}.checkout .checkout-cont .cont-form .left .traveler .line-input .input-profile{width:484px}.checkout .checkout-cont .cont-form .left .btn-add{display:flex;align-items:center;justify-content:center}.checkout .checkout-cont .cont-form .left .l{border-bottom:1px solid var(--divider);width:100%}.checkout .checkout-cont .cont-form .right{display:flex;flex-direction:column;gap:32px}.checkout .checkout-cont .cont-form .right .topay{height:max-content;display:flex;flex-direction:column;gap:16px;width:360px;border-radius:12px;padding:20px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.checkout .checkout-cont .cont-form .right .topay .text-privacy-policy{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px}.checkout .checkout-cont .cont-form .right .topay .rating{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px;align-items:center}.checkout .checkout-cont .cont-form .right .topay .rating .val-rate{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.checkout .checkout-cont .cont-form .right .topay .rating .reviews{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .cont-info{display:flex;flex-direction:column;gap:8px}.checkout .checkout-cont .cont-form .right .topay .cont-info .title{display:flex;flex-direction:row;gap:16px;align-items:center}.checkout .checkout-cont .cont-form .right .topay .cont-info .title .cont-image{width:60px;min-width:60px;border-radius:8px;overflow:hidden;height:60px;display:flex;align-items:center;justify-content:center}.checkout .checkout-cont .cont-form .right .topay .cont-info .title .cont-image img{width:100%;height:100%;object-fit:cover}.checkout .checkout-cont .cont-form .right .topay .cont-info .title .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;text-align:left}.checkout .checkout-cont .cont-form .right .topay .cont-info .line{display:flex;flex-direction:column;padding:6px 0}.checkout .checkout-cont .cont-form .right .topay .cont-info .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .cont-info .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .cont-info .line .btn-promocode{margin-top:6px}.checkout .checkout-cont .cont-form .right .topay .l{border-bottom:1px solid var(--divider);width:100%}.checkout .checkout-cont .cont-form .right .topay .price-cont{display:flex;flex-direction:column;gap:4px}.checkout .checkout-cont .cont-form .right .topay .price-cont .price{display:flex;flex-direction:row;justify-content:space-between}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .old-price{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;position:relative;display:inline-block}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .old-price:after{content:"";position:absolute;left:0;top:50%;width:100%;height:2px;background:red;transform:rotate(-5deg);opacity:.7}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .row-price{display:flex;flex-direction:row;align-items:center;gap:4px}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .row-price .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .row-price .text.promotion{color:var(--success)}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .row-price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .price-cont .price .text-b{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter{display:flex;flex-direction:column;gap:8px}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter .checkbox .cont-text{padding:2px 0;font-family:var(--font-nunito)}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer;font-family:var(--font-nunito)}.checkout .checkout-cont .cont-form .right .topay .oferta-buttons{display:flex;flex-direction:column;align-items:center}.checkout .checkout-cont .cont-form .right .topay .oferta-buttons .oferta-button{width:100%}.checkout .checkout-cont .cont-form .right .topay .oferta-buttons .separator-container{display:flex;align-items:center;width:100%;margin:16px 0}.checkout .checkout-cont .cont-form .right .topay .oferta-buttons .separator-container .line{flex-grow:1;height:1px;background-color:#ccc;border:none;margin:0 8px}.checkout .checkout-cont .cont-form .right .topay .oferta-buttons .separator-container .separator-text{color:var(--text-muted);font-size:14px;white-space:nowrap}.checkout .checkout-cont .cont-form .right .descr{width:360px;display:flex;flex-direction:column;align-items:center;gap:16px}.checkout .checkout-cont .cont-form .right .descr .text{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center;max-height:95px;overflow:scroll}.checkout .checkout-cont .cont-form .right .descr .tetxt{align-items:center;display:flex;flex-direction:column;font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.checkout .checkout-cont .cont-form .right .descr .tetxt .row{display:flex;flex-direction:row;gap:4px}.checkout .checkout-cont .cont-form .right .descr .tetxt .row .link{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--link)}ion-modal.modal-payerr-details{--width: 520px;--max-width: 520px;--height: max-content;--border-radius: 10px}ion-modal.modal-payerr-details .body-modal-payerr-details{display:flex;flex-direction:column;align-items:center;gap:32px;padding:32px 16px;height:100%;max-height:calc(100vh - 64px);overflow:auto}ion-modal.modal-payerr-details .body-modal-payerr-details .top{display:flex;flex-direction:column;align-items:center}ion-modal.modal-payerr-details .body-modal-payerr-details .top .cont-text{display:flex;flex-direction:column;gap:8px}ion-modal.modal-payerr-details .body-modal-payerr-details .top .cont-text .text{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;text-align:center}ion-modal.modal-payerr-details .body-modal-payerr-details .top .cont-text .subtext{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs{display:flex;flex-direction:column;align-items:center;gap:16px}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs .input-payerr-details{width:320px}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs .line-input .text{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left;color:var(--text)}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs .btn-payerr-details{width:174px}.res-body{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:32px;margin-top:76px}.res-body .container-map-gen,.res-body .genPDF{position:absolute;bottom:100vh;opacity:0;-webkit-user-select:none;user-select:none;cursor:default}.res-body .result-const{display:flex;flex-direction:column;align-items:center;padding:32px 0;gap:32px;width:1120px}.res-body .result-const.load{justify-content:center;height:500px}.res-body .result-const .loading-btn{height:100%}.res-body .result-const .loading-btn .p-progress-spinner-circle{stroke:var(--text)!important}.res-body .result-const .title{display:flex;flex-direction:column;align-items:center;gap:12px}.res-body .result-const .title .text-title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:center}.res-body .result-const .title .text-title.err{color:var(--text-filled-error)}.res-body .result-const .info-errors{display:flex;max-width:640px;flex-direction:column;gap:16px;align-items:center}.res-body .result-const .info-errors .text-info{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:center}.res-body .result-const .info-errors .text-lower{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;text-align:center}.res-body .result-const .info-errors .text-lower .link{color:var(--link);cursor:pointer}.res-body .result-const .info{display:flex;flex-direction:column;gap:16px;align-items:center}.res-body .result-const .info .cont-text-info .text-info{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.res-body .result-const .box-cont{width:640px;border:1px solid var(--divider);padding:32px 16px;border-radius:10px;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;display:flex;flex-direction:column;gap:16px;align-items:center}.res-body .result-const .box-cont .time{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center}.res-body .result-const .box-cont .place{color:var(--link);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:center}.res-body .result-const .box-cont .btns{display:flex;flex-direction:row;gap:8px}@media screen and (max-width: 1200px){.client-tours-page .content .title{font-size:28px;line-height:36px}.client-tours-page .content .cont-null{display:flex;max-height:max-content;flex-direction:row;overflow:hidden;border-radius:16px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.client-tours-page .content .cont-null .left{align-items:center;justify-content:center;width:50%;padding:32px;display:flex;gap:16px;flex-direction:column}.client-tours-page .content .cont-null .left .icon-map-x{width:60px;height:60px}.client-tours-page .content .cont-null .left .cont-text{display:flex;flex-direction:column;align-items:center;gap:4px}.client-tours-page .content .cont-null .left .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.client-tours-page .content .cont-null .left .cont-text .text-muted{color:var(--text-muted);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.client-tours-page .content .cont-null .right{width:50%;overflow:hidden;position:relative}.client-tours-page .content .cont-null .right img{height:100%;object-fit:cover}.client-tours-page .content .tours .orders-cont .tour .right .info .title{font-size:18px;line-height:28px}.client-tours-page .content .tours .orders-cont .tour .right .info .summa-cont .summa{font-size:20px;line-height:28px}.client-tours-page .content .tours .visited-cont .title{font-size:22px;line-height:32px}.client-tours-page .content .tours .visited-cont .tour .right .info .title{font-size:18px;line-height:28px}}@media screen and (max-width: 960px){.client-tours-page{height:calc(100vh - 76px);padding:16px;justify-content:space-between}.client-tours-page .content{width:100%;padding:0}.client-tours-page .content .title{font-size:28px;line-height:36px}.client-tours-page .content .tours{width:100%}.client-tours-page .content .tours .orders-cont .tour{flex-direction:column}.client-tours-page .content .tours .orders-cont .tour .left .image-cont{max-height:300px;width:100%}.client-tours-page .content .tours .orders-cont .tour .right .info .title{font-size:18px;line-height:28px}.client-tours-page .content .tours .orders-cont .tour .right .info .summa-cont .summa{font-size:20px;line-height:28px}.client-tours-page .content .tours .l{border-bottom:1px solid var(--divider);width:100%}.checkout .checkout-cont{width:100vw;padding:32px 16px}.checkout .checkout-cont .title-cont .title{font-size:28px;line-height:36px}.checkout .checkout-cont .cont-form{flex-direction:column}.checkout .checkout-cont .cont-form .left{width:100%}.checkout .checkout-cont .cont-form .left .title .text{font-size:20px;line-height:28px}.checkout .checkout-cont .cont-form .left .traveler .line-input{flex-direction:row;gap:12px}.checkout .checkout-cont .cont-form .left .traveler .line-input .text{width:184px;min-width:184px;font-family:var(--font-nunito);height:20px;padding:0 6px;gap:8px}.checkout .checkout-cont .cont-form .left .traveler .line-input .cont-text-descript{flex-direction:column;width:184px;min-width:184px;height:20px;justify-content:center;align-items:flex-start;gap:0px}.checkout .checkout-cont .cont-form .left .traveler .line-input .input-profile,.checkout .checkout-cont .cont-form .right .topay{width:100%}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter .checkbox .cont-text{padding:2px 0}.checkout .checkout-cont .cont-form .right .descr{width:100%}}@media screen and (max-width: 720px){.header-pages-client{height:52px;padding:8px}.header-pages-client .cont-header-btn{display:flex;flex-direction:row;max-width:100vw;height:100%;align-items:center;width:100vw;justify-content:space-between}.header-pages-client .cont-header-btn .left{display:flex;flex-direction:row;align-items:center;gap:32px}.header-pages-client .cont-header-btn .left .custom-btn{display:none}.header-pages-client .cont-header-btn .left .lef{display:flex;flex-direction:row;gap:4px}.header-pages-client .cont-header-btn .left .lef img{cursor:pointer;-webkit-user-select:none;user-select:none;height:40px}.header-pages-client .cont-header-btn .left .btn-menu-left{padding:8px}.header-pages-client .cont-header-btn .right{gap:4px}.header-pages-client .cont-header-btn .right .btn-login-header{width:86px}.header-pages-client .cont-header-btn .right #bottom-start-user-client,.header-pages-client .cont-header-btn .right .favourite{width:36px;height:36px;border-radius:8px}.client-tours-page{height:calc(100vh - 52px);padding:16px;justify-content:space-between}.client-tours-page .content{width:calc(100vw - 32px);padding:0;margin-top:52px}.client-tours-page .content .title{font-size:22px;line-height:32px}.client-tours-page .content .cont-null{flex-direction:column;width:100%;height:max-content;max-height:max-content}.client-tours-page .content .cont-null .left{width:100%;height:auto;padding:20px 16px}.client-tours-page .content .cont-null .right{width:100%;height:240px}.client-tours-page .content .cont-null .right img{width:100%;height:100%;object-fit:cover}.client-tours-page .content .tours{width:100%}.client-tours-page .content .tours .orders-cont .tour{flex-direction:column}.client-tours-page .content .tours .orders-cont .tour .left .image-cont{width:calc(100vw - 32px)}.client-tours-page .content .tours .orders-cont .tour .right .info .title{font-size:16px;line-height:24px}.client-tours-page .content .tours .orders-cont .tour .right .info .summa-cont .summa{font-size:18px;line-height:28px}.client-tours-page .content .tours .l{border-bottom:1px solid var(--divider);width:calc(100vw - 32px)}.client-tours-page .content .tours .visited-cont .title{font-size:20px;line-height:28px}.client-tours-page .content .tours .visited-cont .tour{align-items:flex-start;gap:16px}.client-tours-page .content .tours .visited-cont .tour .left .cont-image{width:96px;height:96px}.client-tours-page .content .tours .visited-cont .tour .right .info .title{font-size:16px;line-height:24px}.checkout .checkout-cont{width:100vw;padding:16px;margin-top:52px}.checkout .checkout-cont .title-cont .title{font-size:22px;line-height:32px}.checkout .checkout-cont .cont-form{flex-direction:column}.checkout .checkout-cont .cont-form .left{width:100%;min-width:100%}.checkout .checkout-cont .cont-form .left .title .text{font-size:18px;line-height:27px}.checkout .checkout-cont .cont-form .left .traveler .line-input{flex-direction:column;gap:4px}.checkout .checkout-cont .cont-form .left .traveler .line-input .text{font-family:var(--font-nunito);width:100%;height:20px;padding:0 6px;gap:8px}.checkout .checkout-cont .cont-form .left .traveler .line-input .cont-text-descript{flex-direction:row;width:100%;height:20px;justify-content:start;align-items:center;gap:8px}.checkout .checkout-cont .cont-form .left .traveler .line-input .input-profile,.checkout .checkout-cont .cont-form .left .btn-add .custom-btn,.checkout .checkout-cont .cont-form .right .topay{width:100%}.checkout .checkout-cont .cont-form .right .topay .checkbox-conter .checkbox .cont-text{padding:2px 0}.checkout .checkout-cont .cont-form .right .descr{width:100%}.res-body .result-const{padding:16px;width:100vw}.res-body .result-const .title .text-title{font-size:22px;line-height:32px}.res-body .result-const .box-cont{width:100%}.res-body .result-const .box-cont .btns{flex-direction:column}ion-modal.modal-payerr-details{--width: calc(100vw - 32px) }ion-modal.modal-payerr-details .body-modal-payerr-details{max-height:calc(100vh - 64px)}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs{display:flex;flex-direction:column;align-items:center;gap:16px;min-width:calc(100% - 32px)}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs .input-payerr-details{width:100%;max-width:320px}ion-modal.modal-payerr-details .body-modal-payerr-details .inputs .btn-payerr-details{width:174px}}@media screen and (max-width: 480px){.client-tours-page .tours .orders-cont .tour .left .image-cont{max-height:200px!important}}.cont-page-guest{height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:32px}.profile-client{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px;padding:32px 32px 0;margin-top:76px}.profile-client .body-prof{display:flex;flex-direction:column;gap:32px;width:1120px;max-width:100%}.profile-client .body-prof .upper-line{display:flex;flex-direction:column;gap:16px}.profile-client .body-prof .upper-line .title{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.profile-client .body-prof .cont-btn{display:flex;flex-direction:row;gap:8px}.profile-client .body-prof .lower-line{display:flex;flex-direction:column;gap:32px;width:640px;padding:32px;border-radius:12px;border:1px solid var(--divider)}.profile-client .body-prof .lower-line .btn-save{width:124px}.profile-client .body-prof .lower-line .profile-inf{display:flex;flex-direction:column;gap:16px;font-family:var(--font-nunito)}.profile-client .body-prof .lower-line .profile-inf .line-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.profile-client .body-prof .lower-line .profile-inf .line-input .text{width:184px;height:44px;padding:12px 6px;gap:4px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.profile-client .body-prof .lower-line .profile-inf .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile-client .body-prof .lower-line .profile-inf .line-input .cont-text-descript{display:flex;flex-direction:column;width:184px;padding:0 6px;height:44px;justify-content:center}.profile-client .body-prof .lower-line .profile-inf .line-input .cont-text-descript .text-disc{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.profile-client .body-prof .lower-line .profile-inf .line-input .cont-text-descript .dop-text-disc{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile-client .body-prof .lower-line .profile-inf .alert-place{display:flex;flex-direction:row;justify-content:flex-end}.profile-client .body-prof .lower-line .profile-inf .alert-place .repeat-cont{width:380px;display:flex;flex-direction:column;gap:8px}.profile-client .body-prof .lower-line .profile-inf .alert-place .repeat-cont .repeat-message{width:186px}.profile-client .body-prof .lower-line .profile-inf .input-profile{width:380px}.profile-client .body-prof .lower-line .l{width:100%;border-top:1px solid var(--divider)}@media screen and (max-width: 1200px){.profile-client .body-prof .upper-line .title{font-size:28px;line-height:36px}.profile-client .body-prof .lower-line{padding:32px}}@media screen and (max-width: 960px){.profile-client{padding:16px}.profile-client .body-prof{width:100%}.profile-client .body-prof .upper-line .title{font-size:28px;line-height:36px}.profile-client .body-prof .cont-btn{flex-direction:row}.profile-client .body-prof .lower-line{width:100%;padding:32px 16px}.profile-client .body-prof .lower-line .profile-inf .line-input{flex-direction:row;align-items:center;gap:12px}.profile-client .body-prof .lower-line .profile-inf .line-input .text{width:184px;min-width:184px;height:20px;padding:0 6px;gap:8px}.profile-client .body-prof .lower-line .profile-inf .line-input .cont-text-descript{flex-direction:column;width:184px;min-width:184px;justify-content:center;align-items:flex-start;gap:0px}.profile-client .body-prof .lower-line .profile-inf .alert-place{display:flex;flex-direction:row;justify-content:flex-end}.profile-client .body-prof .lower-line .profile-inf .alert-place .repeat-cont{width:calc(100% - 196px)}.profile-client .body-prof .lower-line .profile-inf .alert-place .repeat-cont .repeat-message{width:186px}.profile-client .body-prof .lower-line .profile-inf .input-profile{width:100%}}@media screen and (max-width: 720px){.profile-client{padding:16px;margin-top:52px}.profile-client .body-prof{width:100%}.profile-client .body-prof .upper-line .title{font-size:22px;line-height:32px}.profile-client .body-prof .cont-btn{flex-direction:column}.profile-client .body-prof .lower-line{width:100%;padding:20px 16px}.profile-client .body-prof .lower-line .profile-inf .line-input{flex-direction:column;align-items:start;gap:4px}.profile-client .body-prof .lower-line .profile-inf .line-input .text{height:20px;padding:0 6px;gap:8px}.profile-client .body-prof .lower-line .profile-inf .line-input .cont-text-descript{flex-direction:row;height:20px;justify-content:start;align-items:center;gap:8px}.profile-client .body-prof .lower-line .profile-inf .alert-place{display:flex;flex-direction:row;justify-content:flex-end}.profile-client .body-prof .lower-line .profile-inf .alert-place .repeat-cont{width:100%}.profile-client .body-prof .lower-line .profile-inf .alert-place .repeat-cont .repeat-message{width:186px}.profile-client .body-prof .lower-line .profile-inf .input-profile,.profile-client .body-prof .lower-line .btn-save{width:100%}}._container_tn8s0_1{width:668px;display:flex;flex-direction:column;gap:20px;margin:auto}._header_tn8s0_9{display:grid;grid-template-columns:240px 1fr;column-gap:32px;align-items:flex-start}._header_tn8s0_9 img{width:240px;height:240px;object-fit:cover;border-radius:10px}._tourInfo_tn8s0_23{display:flex;flex-direction:row-reverse;justify-content:start;gap:10px}._title_tn8s0_30{display:flex;flex-direction:column;gap:10px}._ratingContainer_tn8s0_36{flex-shrink:0;margin-top:58px}._ratingValue_tn8s0_41{display:flex;gap:8px;white-space:nowrap}._title_tn8s0_30 h3{font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;color:var(--text);overflow-wrap:break-word;margin:0}._genresContainer_tn8s0_57{max-width:668px;display:flex;flex-direction:column;gap:10px}._genresList_tn8s0_64{display:flex;gap:10px;flex-wrap:wrap}._genresList_tn8s0_64 li{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;color:var(--text);background-color:var(--light-green-back);border-radius:10px;padding:10px;text-decoration:none}._tourInfo_tn8s0_23 dl{display:flex;flex-direction:column;gap:24px}._infoRow_tn8s0_88{display:flex;gap:32px;padding-bottom:16px;border-bottom:1px solid #e5e5e5;flex-wrap:wrap}._infoRow_tn8s0_88:last-child{border-bottom:none}._col_tn8s0_100{display:flex;flex-direction:column;flex:1;min-width:200px}dt{font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;color:var(--text)}dd{margin:0;font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;color:var(--text-muted)}._tourDescription_tn8s0_124 p{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;color:var(--text);word-break:keep-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}._meetings_tn8s0_135{display:flex;flex-direction:column;gap:10px;border:1px dashed #879fff;border-radius:10px;padding:0 20px 20px}._meetings_tn8s0_135 h3{font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;color:var(--text)}._meetings_tn8s0_135 span{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;color:var(--text-muted)}._meetings_tn8s0_135 p{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;color:var(--text)}._includeNotIncluded_tn8s0_168{display:flex;flex-direction:column;gap:20px;margin-top:20px}._includedInPrice_tn8s0_175{display:flex;flex-direction:column;gap:10px;background-color:var(--light-green-back);border-radius:10px;padding:20px;page-break-inside:auto;break-inside:auto}._includedInPrice_tn8s0_175 h3{font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;color:var(--text)}._includedInPrice_tn8s0_175 div{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;color:var(--text)}._notIncludedInPrice_tn8s0_202{display:flex;flex-direction:column;gap:10px;background-color:var(--pink-back);border-radius:10px;padding:20px;page-break-inside:auto;break-inside:auto}._notIncludedInPrice_tn8s0_202 h3{font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;color:var(--text)}._includedContent_tn8s0_221 ul{list-style-type:none;padding-left:0;margin:0}._includedContent_tn8s0_221 li{margin-bottom:8px}._notIncludedInPrice_tn8s0_202 p{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;color:var(--text)}._questionsBlock_tn8s0_239{display:flex;gap:10px;align-items:center;break-inside:avoid;page-break-inside:avoid}._questionsBlock_tn8s0_239 img{width:88px;height:88px;object-fit:cover}._questionsBlockContent_tn8s0_253{display:flex;flex-direction:column;gap:10px}._questionsBlockContent_tn8s0_253 h3{font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;color:var(--text)}._questionsBlockContent_tn8s0_253 p{font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;color:var(--text)}._phoneIcon_tn8s0_275{width:140px;height:140px;object-fit:cover}._ratingContainer_tn8s0_36{display:flex;flex-direction:row;align-items:center;gap:10px}._ratingValue_tn8s0_41{font-family:var(--font-nunito);font-size:16px;font-weight:600;line-height:24px;color:var(--text)}._avoidBreak_tn8s0_296{page-break-inside:avoid;break-inside:avoid}._container_oblal_1{width:668px;display:flex;flex-direction:column;margin:10px auto 0}._title_oblal_8{font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;color:var(--text)}._photoContainer_oblal_16{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._photoItem_oblal_22{width:214px;height:214px}._photoItem_oblal_22 img{width:100%;height:100%;object-fit:cover;border-radius:10px}._container_1815p_1{margin:auto}._mainTourDescription_1815p_5,._orderDataDescription_1815p_11,._photoTourDescription_1815p_17{page-break-before:always;break-before:always;padding:48px 48px 0}._tourDescription_1815p_23{page-break-before:always}._faqs_1815p_27,._usersRating_1815p_32,._mapPhotoDescription_1815p_37{page-break-before:always;break-before:always}._container_13n2l_1{width:668px;display:flex;flex-direction:column;gap:18px;margin:10px auto 0}._header_13n2l_9 h3{font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;color:var(--text)}._info_13n2l_17 h3{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;color:var(--text)}._infoList_13n2l_25{display:flex;flex-direction:column;gap:15px}._infoItem_13n2l_31{display:flex;flex-direction:column}._infoItem_13n2l_31 dt{font-family:var(--font-nunito);font-size:12px;font-weight:400;letter-spacing:4%;line-height:16px;color:var(--text-muted)}._infoItem_13n2l_31 dd{font-family:var(--font-nunito);font-size:15px;font-weight:400;letter-spacing:4%;line-height:24px;color:var(--text)}._participantContainer_13n2l_54{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._participantContainer_13n2l_54 h3{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;color:var(--text)}._sectionDivider_13n2l_68{width:100%;height:1px;background-color:#e5e5e5;margin:20px 0}._pricesContainer_13n2l_75{display:flex;flex-direction:column;gap:50px;margin-bottom:40px;width:100%}._priceList_13n2l_83{display:flex;flex-direction:column;gap:8px}._priceRow_13n2l_89{display:flex;justify-content:space-between;align-items:center}._priceRow_13n2l_89 dt{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:20px;color:var(--text-muted)}._priceRow_13n2l_89 dd{display:flex;align-items:center;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;color:var(--text-muted);margin:0}._oldPrice_13n2l_115{text-decoration:line-through;color:var(--text-muted);font-weight:400}._newPrice_13n2l_121{color:var(--success)}._noDiscountPrice_13n2l_125{color:var(--text)}._totalPrice_13n2l_129{display:flex;justify-content:space-between;align-items:center}._totalPrice_13n2l_129 dt,._totalPrice_13n2l_129 dd{font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;color:var(--text)}._participant_13n2l_54,._avoidBreak_13n2l_156{break-inside:avoid;page-break-inside:avoid}._mainContainer_13n2l_161{width:100%}._participantWrapper_13n2l_165{display:flex;flex-direction:column;gap:20px}._participantRow_13n2l_171{display:flex;gap:20px;break-inside:avoid;page-break-inside:avoid}._participantCard_13n2l_178{width:calc(50% - 10px);break-inside:avoid!important;page-break-inside:avoid!important}._participantCard_13n2l_178 h3{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;color:var(--text)}._infoBlock_13n2l_192{break-inside:avoid;page-break-inside:avoid}._mainPdfPicture_11l16_1{width:764px;height:1100px;margin:auto;padding:10px}._mainPdfPictureImg_11l16_8{width:100%;height:100%}._container_jvuux_1{position:relative;padding:48px 48px 0;width:764px;font-family:var(--font-nunito);margin:auto}._title_jvuux_9{font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;color:var(--text);margin-bottom:32px}._codeBox_jvuux_18{background-color:#f0f8ff;padding:15px 20px;border-radius:8px;margin-bottom:20px}._codeTitle_jvuux_25{font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;color:var(--text)}._codeDescription_jvuux_33{font-weight:400;font-size:15px;line-height:24px;color:var(--text)}._timezoneInfo_jvuux_40{font-family:var(--font-nunito-sans);font-size:20px;font-weight:700;line-height:28px;color:var(--text)}._dayContainer_jvuux_48{margin-bottom:30px}._dayTitle_jvuux_52{font-size:18px;font-weight:700;line-height:24px;color:var(--text);margin-bottom:32px}._pointBlock_jvuux_60{margin-bottom:30px;padding:10px 20px}._pointHeader_jvuux_65{display:flex;align-items:flex-start;margin-bottom:8px}._pointNumber_jvuux_71{font-size:18px;font-weight:700;margin-right:8px;min-width:20px}._pointName_jvuux_78{font-size:18px;font-weight:700;flex-grow:1}._pointTime_jvuux_84{background-color:#4a4a4a;color:#fff;font-size:14px;font-weight:500;padding:2px 8px;border-radius:13px;display:inline-block}._pointDescription_jvuux_94{margin-left:28px;margin-bottom:15px}._description_jvuux_99{font-weight:400;font-size:15px;line-height:20px;letter-spacing:1%;color:var(--text)}._pointImages_jvuux_107{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-left:28px}._imageContainer_jvuux_114{max-width:200px;height:150px;overflow:hidden}._pointImage_jvuux_107{width:100%;height:100%;object-fit:cover}._avoidBreak_jvuux_125{break-inside:avoid;page-break-inside:avoid}._faqsContainer_l874z_1{margin:auto;max-width:764px;padding:48px}._faqsTitle_l874z_7{font-family:var(--font-nunito-sans);font-weight:700;font-size:36px;line-height:48px;color:var(--text)}._faqItem_l874z_15{page-break-inside:avoid;break-inside:avoid}._faqQuestion_l874z_20{font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:20px;color:var(--text)}._faqAnswer_l874z_28{font-family:var(--font-nunito);font-weight:400;font-size:15px;line-height:24px;letter-spacing:1%;color:var(--text);white-space:pre-line}._divider_l874z_38{width:100%;height:1px;background-color:#e5e5e5;margin:20px 0}._noFaqs_l874z_45{font-family:var(--font-nunito);font-weight:400;font-size:15px;line-height:24px}._container_1v4kn_1{max-width:764px;padding:48px;display:flex;flex-direction:column;gap:10px;margin:10px auto 0}._mainTitle_1v4kn_10{font-family:var(--font-nunito-sans);font-weight:700;font-size:36px;line-height:48px;letter-spacing:1%}._reviews_1v4kn_18{display:flex;flex-direction:column;gap:30px}._review_1v4kn_18{display:flex;flex-direction:column;gap:10px;page-break-inside:avoid;break-inside:avoid}._reviewHeader_1v4kn_32{display:flex;flex-direction:column;gap:10px}._reviewAuthorAvatar_1v4kn_38{display:flex;align-items:center;gap:10px}._reviewAuthorAvatar_1v4kn_38 h3{font-family:var(--font-nunito-sans);font-weight:400;font-size:15px;line-height:24px;letter-spacing:1%;color:var(--text)}._reviewAuthorAvatar_1v4kn_38 img{width:44px;height:44px;border-radius:50%}._reviewAuthor_1v4kn_38{font-weight:700}._dateRatingContainer_1v4kn_63{display:flex;align-items:center;gap:10px}._dateRatingContainer_1v4kn_63 p{font-family:var(--font-nunito);font-weight:400;font-size:12px;line-height:16px;letter-spacing:4%;color:var(--text-muted)}._reviewText_1v4kn_78{font-family:var(--font-nunito);font-weight:400;font-size:15px;line-height:24px;letter-spacing:1%}._divider_1v4kn_86{width:100%;height:1px;background-color:#e5e5e5;margin:20px 0}._noReviews_1v4kn_93{font-family:var(--font-nunito);font-weight:400;font-size:15px;line-height:24px}._container_pujzg_1{margin:auto;padding:10px}._photoContainer_pujzg_6{width:764px;border-radius:8px;overflow:hidden;margin:10px auto 0}._photoItem_pujzg_13{position:relative;width:100%;height:auto;min-height:300px;display:flex;justify-content:center;align-items:center}._mapImage_pujzg_23{width:100%;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px #0000001a}._fallbackText_pujzg_31,._placeholderContainer_pujzg_32{text-align:center;padding:2rem;background-color:#f7f7f7;border-radius:8px;color:#666;font-style:italic;width:100%;min-height:300px;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 0 5px #0000001a}._imageError_pujzg_47 ._fallbackText_pujzg_31{display:flex}._fallbackText_pujzg_31{display:none}._overlay_v9fz0_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:1000;display:flex;align-items:center;justify-content:center;animation:_fadeIn_v9fz0_1 .3s ease forwards}._modal_v9fz0_15{width:880px;height:80vh;background-color:#fff;box-shadow:0 4px 8px #0000004d;display:flex;flex-direction:column;border-radius:15px;position:relative;animation:_slideIn_v9fz0_1 .3s ease forwards}._modalContent_v9fz0_27{flex:1;overflow-y:auto;padding:20px;box-sizing:border-box}._pdfContainer_v9fz0_34{width:100%;min-height:calc(100vh - 100px);background-color:#fff;margin:0 auto;box-sizing:border-box}._footer_v9fz0_42{padding:20px;text-align:center;border-top:1px solid #eee;background-color:#fff;border-radius:0 0 15px 15px}._btn_v9fz0_50{margin:0 10px;width:100px;height:40px;border:1px solid #879fff}._btnContainer_v9fz0_57{display:flex;justify-content:center;align-items:center}@keyframes _fadeIn_v9fz0_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_v9fz0_1{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.tour-list{display:flex;flex-direction:column;gap:20px}.tour-list .tabs{display:flex;flex-direction:row;width:calc(100vw - 64px);overflow:auto}.tour-list .tabs::-webkit-scrollbar{display:none}.tour-list .tabs .el-tabs{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;-webkit-user-select:none;user-select:none;height:36px;cursor:pointer}.tour-list .tabs .el-tabs .text-tabs{font-family:var(--font-nunito);white-space:nowrap;font-size:14px;font-weight:500;line-height:20px;letter-spacing:0em;text-align:left;color:var(--tabs)}.tour-list .tabs .el-tabs .value-tabs{padding:0 6px;font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(---circle-tabs-val);background-color:var(--circle-tabs-back);height:20px;min-width:20px;border-radius:800px;display:flex;align-items:center;justify-content:center}.tour-list .tabs .el-tabs:hover .text-tabs{color:var(--tabs-hover)}.tour-list .tabs .active-tabs{border-bottom:3px solid var(--border-tabs-current)}.tour-list .tabs .active-tabs .text-tabs{color:var(--tabs-current)}.tour-list .tabs .active-tabs .value-tabs{color:var(--circle-tabs-current-val);background-color:var(--circle-tabs-current-back)}.tour-list .tabs .active-tabs:hover .text-tabs{color:var(--tabs-current)}.tour-list .cont-tablet{display:flex;flex-direction:column;gap:12px}.tour-list .cont-tablet .filter{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tour-list .cont-tablet .filter .filter-search-cont{gap:32px;display:flex;flex-direction:row}.tour-list .cont-tablet .filter .filter-search-cont .input-search{width:320px}.tour-list .cont-tablet .filter .filter-search-cont .search-date{display:flex;flex-direction:row;gap:8px}.tour-list .cont-tablet .filter .filter-search-cont .search-date .input-date{width:156px}.tour-list .cont-tablet .filter .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.tour-list .cont-tablet .filter .btn-elem-filter .btn-elem-f{width:102px;padding:0 4px}.tour-list .cont-tablet .filter .btn-elem-filter .btn-elem-e{width:95px;padding:0 4px}.tour-list .cont-tablet .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;min-height:24px;border-radius:8px;padding:0 2px;border:1px solid #ffa7a1;background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.tour-list .cont-tablet .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.tour-list .cont-tablet .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tour-list .cont-tablet .tablet{overflow-y:hidden;overflow-x:auto;margin-right:48px}.tour-list .cont-tablet .tablet table{font-family:var(--font-nunito);max-width:100%;width:100%;table-layout:auto;border-collapse:collapse;text-align:left}.tour-list .cont-tablet .tablet .el-tableth{border-bottom:1px solid #e2e6e5;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;padding:4px 6px 4px 14px;height:52px;color:var(--text-muted)}.tour-list .cont-tablet .tablet .el-tableth.description{min-width:565px}.tour-list .cont-tablet .tablet .el-tableth .cont-text-table{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;gap:2px}.tour-list .cont-tablet .tablet .el-tableth .cont-text-table .up{transform:rotate(180deg)}.tour-list .cont-tablet .tablet .el-tableth .cont-text-table .up g path{fill:#e12014}.tour-list .cont-tablet .tablet .el-tableth .cont-text-table .down g path{fill:#e12014}.tour-list .cont-tablet .tablet .el-tableth:first-child{padding:4px 6px}.tour-list .cont-tablet .tablet .el-tablet{cursor:pointer;border-bottom:1px solid #e2e6e5;padding:4px 6px 4px 14px;white-space:nowrap;word-break:break-word;height:52px}.tour-list .cont-tablet .tablet .el-tablet .setting .disabled{opacity:40%}.tour-list .cont-tablet .tablet .el-tablet.description{min-width:565px}.tour-list .cont-tablet .tablet .el-tablet .badge-table{display:flex;flex-direction:row;gap:4px}.tour-list .cont-tablet .tablet .el-tablet .text-name{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--link)}.tour-list .cont-tablet .tablet .el-tablet .text{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tour-list .cont-tablet .tablet .el-tablet .text-description{color:var(--text);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;max-width:474px;width:max-content;overflow:hidden;text-overflow:ellipsis;display:-moz-box;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;white-space:normal}.tour-list .cont-tablet .tablet .el-tablet .up-text-create{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tour-list .cont-tablet .tablet .el-tablet .down-text-create{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-list .cont-tablet .tablet .el-tablet .badge{display:flex;flex-direction:row;gap:4px}.tour-list .cont-tablet .tablet .el-tablet .status{width:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:800px;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-list .cont-tablet .tablet .el-tablet:first-child{padding:4px 6px}.tour-list .cont-tablet .tablet .photo,.tour-list .cont-tablet .tablet .pictures{width:52px}.tour-list .cont-tablet .tablet .photo .cont-img,.tour-list .cont-tablet .tablet .pictures .cont-img{width:40px;border-radius:4px;height:40px;overflow:hidden;display:flex;align-items:center;justify-content:center}.tour-list .cont-tablet .tablet .photo .cont-img img,.tour-list .cont-tablet .tablet .pictures .cont-img img{object-fit:cover;width:100%;height:100%}.tour-list .cont-tablet .tablet .settings{position:absolute;z-index:10;right:32px;width:48px;border-top:1px solid var(--divider);border-bottom:none;height:52px;padding:0 0 0 8px;overflow:hidden;background-color:#fff}.tour-list .cont-tablet .tablet .settings .setting{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;width:48px;height:100%;align-items:center;justify-content:center;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.tour-list .cont-tablet .tablet .head{border-top:none!important}.tour-list .cont-tablet .tablet tr{min-height:52px}.tour-list .cont-tablet .tablet::-webkit-scrollbar{display:block;width:5px;height:6px}.tour-list .cont-tablet .tablet::-webkit-scrollbar-track{background:transparent}.tour-list .cont-tablet .tablet::-webkit-scrollbar-thumb{border-radius:8px;background:#2226}.tour-list .cont-tablet .tablet::-webkit-scrollbar-track-piece:end{background:#22222214;margin-bottom:8px;border-radius:8px}.tour-list .cont-tablet .tablet::-webkit-scrollbar-track-piece:start{background:#22222214;border-radius:8px;margin-top:8px}.tour-list .cont-tablet .paginator{display:flex;font-family:var(--font-nunito);flex-direction:row;align-items:center;gap:8px;justify-content:end}.tour-list .cont-tablet .paginator .cont-select-el-list{display:flex;flex-direction:row;align-items:center}.tour-list .cont-tablet .paginator .cont-select-el-list .btn-paginator{padding:0 4px}.tour-list .cont-tablet .paginator .cont-select-el-list .text{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-list .cont-tablet .paginator .cont-select-el-list .select-paginator{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:center;width:60px;padding:0 4px;gap:2px}.tour-list .cont-tablet .paginator .cont-select-el-list .select-paginator .value{padding:0 2px 2px;font-size:15px;font-weight:700;line-height:20px;color:var(--text-unfilled)}.tour-list .cont-tablet .paginator .col{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-list .cont-tablet .paginator .btn-next{display:flex;flex-direction:row;align-items:center}.tour-list .cont-tablet .paginator .btn-next .arrow{cursor:pointer;-webkit-user-select:none;user-select:none}.tour-list .cont-tablet .paginator .btn-next .text{width:56px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center;color:var(--text)}.tour-list .cont-tablet .paginator .btn-next .btn-page{width:36px}.tooltip-text{width:max-content;-webkit-user-select:none;user-select:none;padding-right:8px}.p-tooltip-text{padding:8px 16px;border-radius:10px;background-color:#353343}.p-tooltip{display:flex;flex-direction:column;gap:4px}.tooltext{color:#fff;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}@media screen and (max-width: 1200px){.tour-list{display:flex;flex-direction:column;gap:20px}.tour-list .tabs{width:calc(100vw - 32px)}.tour-list .tabs .el-tabs{white-space:nowrap}.tour-list .cont-tablet .filter{display:flex;align-items:flex-start;flex-direction:row;gap:16px}.tour-list .cont-tablet .filter .filter-search-cont .search-date{display:none}.tour-list .cont-tablet .tablet .el-tablet.settings,.tour-list .cont-tablet .tablet .el-tableth.settings{right:32px}}@media screen and (max-width: 720px){.tour-list{display:flex;flex-direction:column;gap:20px}.tour-list .tabs{width:calc(100vw - 32px)}.tour-list .tabs .el-tabs{white-space:nowrap}.tour-list .cont-tablet .filter{display:flex;align-items:flex-start;flex-direction:column;gap:16px}.tour-list .cont-tablet .filter .filter-search-cont .search-date{display:none}.tour-list .cont-tablet .filter .filter-search-cont .input-search{width:calc(100vw - 32px)}.tour-list .cont-tablet .tablet .el-tablet.settings,.tour-list .cont-tablet .tablet .el-tableth.settings{right:16px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--surface-a: #ffffff;--surface-b: #efefef;--surface-c: #e9ecef;--surface-d: #dee2e6;--surface-e: #ffffff;--surface-f: #ffffff;--text-color: #212529;--text-color-secondary: #6c757d;--primary-color: #007bff;--primary-color-text: #ffffff;--surface-0: #ffffff;--surface-50: #f9fafb;--surface-100: #f8f9fa;--surface-200: #e9ecef;--surface-300: #dee2e6;--surface-400: #ced4da;--surface-500: #adb5bd;--surface-600: #6c757d;--surface-700: #495057;--surface-800: #343a40;--surface-900: #212529;--gray-50: #f9fafb;--gray-100: #f8f9fa;--gray-200: #e9ecef;--gray-300: #dee2e6;--gray-400: #ced4da;--gray-500: #adb5bd;--gray-600: #6c757d;--gray-700: #495057;--gray-800: #343a40;--gray-900: #212529;--content-padding: 1.25rem;--inline-spacing: .5rem;--border-radius: 4px;--surface-ground: #efefef;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #dee2e6;--surface-hover: #e9ecef;--focus-ring: 0 0 0 .2rem rgba(38, 143, 255, .5);--maskbg: rgba(0, 0, 0, .4);--highlight-bg: #007bff;--highlight-text-color: #ffffff;color-scheme:light}:root{--blue-50:#f3f8ff;--blue-100:#c5dcff;--blue-200:#97c1fe;--blue-300:#69a5fe;--blue-400:#3b8afd;--blue-500:#0d6efd;--blue-600:#0b5ed7;--blue-700:#094db1;--blue-800:#073d8b;--blue-900:#052c65;--green-50:#f4f9f6;--green-100:#c8e2d6;--green-200:#9ccbb5;--green-300:#70b595;--green-400:#459e74;--green-500:#198754;--green-600:#157347;--green-700:#125f3b;--green-800:#0e4a2e;--green-900:#0a3622;--yellow-50:#fffcf3;--yellow-100:#fff0c3;--yellow-200:#ffe494;--yellow-300:#ffd965;--yellow-400:#ffcd36;--yellow-500:#ffc107;--yellow-600:#d9a406;--yellow-700:#b38705;--yellow-800:#8c6a04;--yellow-900:#664d03;--cyan-50:#f3fcfe;--cyan-100:#c5f2fb;--cyan-200:#97e8f9;--cyan-300:#69def6;--cyan-400:#3bd4f3;--cyan-500:#0dcaf0;--cyan-600:#0baccc;--cyan-700:#098da8;--cyan-800:#076f84;--cyan-900:#055160;--pink-50:#fdf5f9;--pink-100:#f5cee1;--pink-200:#eda7ca;--pink-300:#e681b3;--pink-400:#de5a9b;--pink-500:#d63384;--pink-600:#b62b70;--pink-700:#96245c;--pink-800:#761c49;--pink-900:#561435;--indigo-50:#f7f3fe;--indigo-100:#dac6fc;--indigo-200:#bd98f9;--indigo-300:#a06bf7;--indigo-400:#833df4;--indigo-500:#6610f2;--indigo-600:#570ece;--indigo-700:#470ba9;--indigo-800:#380985;--indigo-900:#290661;--teal-50:#f4fcfa;--teal-100:#c9f2e6;--teal-200:#9fe8d2;--teal-300:#75debf;--teal-400:#4ad3ab;--teal-500:#20c997;--teal-600:#1bab80;--teal-700:#168d6a;--teal-800:#126f53;--teal-900:#0d503c;--orange-50:#fff9f3;--orange-100:#ffe0c7;--orange-200:#fec89a;--orange-300:#feaf6d;--orange-400:#fd9741;--orange-500:#fd7e14;--orange-600:#d76b11;--orange-700:#b1580e;--orange-800:#8b450b;--orange-900:#653208;--bluegray-50:#f8f9fb;--bluegray-100:#e0e4ea;--bluegray-200:#c7ced9;--bluegray-300:#aeb9c8;--bluegray-400:#95a3b8;--bluegray-500:#7c8ea7;--bluegray-600:#69798e;--bluegray-700:#576375;--bluegray-800:#444e5c;--bluegray-900:#323943;--purple-50:#f8f6fc;--purple-100:#dcd2f0;--purple-200:#c1aee4;--purple-300:#a68ad9;--purple-400:#8a66cd;--purple-500:#6f42c1;--purple-600:#5e38a4;--purple-700:#4e2e87;--purple-800:#3d246a;--purple-900:#2c1a4d;--red-50:#fdf5f6;--red-100:#f7cfd2;--red-200:#f0a8af;--red-300:#e9828c;--red-400:#e35b68;--red-500:#dc3545;--red-600:#bb2d3b;--red-700:#9a2530;--red-800:#791d26;--red-900:#58151c;--primary-50:#f2f8ff;--primary-100:#c2dfff;--primary-200:#91c6ff;--primary-300:#61adff;--primary-400:#3094ff;--primary-500:#007bff;--primary-600:#0069d9;--primary-700:#0056b3;--primary-800:#00448c;--primary-900:#003166}.p-editor-container .p-editor-toolbar{background:#efefef;border-top-right-radius:4px;border-top-left-radius:4px}.p-editor-container .p-editor-toolbar.ql-snow{border:1px solid #dee2e6}.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke{stroke:#6c757d}.p-editor-container .p-editor-toolbar.ql-snow .ql-fill{fill:#6c757d}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label{border:0 none;color:#6c757d}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover{color:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke{stroke:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill{fill:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px;padding:.5rem 0}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item{color:#212529}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover{color:#212529;background:#e9ecef}.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item{padding:.5rem 1.5rem}.p-editor-container .p-editor-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-editor-container .p-editor-content.ql-snow{border:1px solid #dee2e6}.p-editor-container .p-editor-content .ql-editor{background:#fff;color:#495057;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-editor-container .ql-snow.ql-toolbar button:hover,.p-editor-container .ql-snow.ql-toolbar button:focus{color:#212529}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke{stroke:#212529}.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill{fill:#212529}.p-editor-container .ql-snow.ql-toolbar button.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected{color:#007bff}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke{stroke:#007bff}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill{fill:#007bff}.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label{color:#007bff}@layer primereact{*{box-sizing:border-box}.p-component{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;font-weight:400}.p-component-overlay{background-color:#0006;transition-duration:.15s}.p-disabled,.p-component:disabled{opacity:.65}.p-error{color:#dc3545}.p-text-secondary{color:#6c757d}.pi{font-size:1rem}.p-icon{width:1rem;height:1rem}.p-link{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;border-radius:4px}.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-component-overlay-enter{animation:p-component-overlay-enter-animation .15s forwards}.p-component-overlay-leave{animation:p-component-overlay-leave-animation .15s forwards}@keyframes p-component-overlay-enter-animation{0%{background-color:transparent}to{background-color:var(--maskbg)}}@keyframes p-component-overlay-leave-animation{0%{background-color:var(--maskbg)}to{background-color:transparent}}.p-autocomplete .p-autocomplete-loader{right:.75rem}.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader{right:3.107rem}.p-autocomplete .p-autocomplete-multiple-container{padding:.25rem .75rem;gap:.5rem}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover{border-color:#ced4da}.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token{padding:.25rem 0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#212529;padding:0;margin:0}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token{padding:.25rem .75rem;margin-right:.5rem;background:#007bff;color:#fff;border-radius:4px}.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon{margin-left:.5rem}.p-autocomplete.p-invalid.p-component>.p-inputtext{border-color:#dc3545}.p-autocomplete-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-autocomplete-panel .p-autocomplete-items{padding:.5rem 0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover{color:#212529;background:#e9ecef}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{color:#fff;background:#007bff}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-calendar.p-invalid.p-component>.p-inputtext{border-color:#dc3545}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-datepicker{padding:0;background:#fff;color:#212529;border:1px solid #ced4da;border-radius:4px}.p-datepicker:not(.p-datepicker-inline){background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header{background:#efefef}.p-datepicker .p-datepicker-header{padding:.5rem;color:#212529;background:#fff;font-weight:600;margin:0;border-bottom:1px solid #dee2e6;border-top-right-radius:4px;border-top-left-radius:4px}.p-datepicker .p-datepicker-header .p-datepicker-prev,.p-datepicker .p-datepicker-header .p-datepicker-next{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker .p-datepicker-header .p-datepicker-title{line-height:2rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{color:#212529;transition:box-shadow .15s;font-weight:600;padding:.5rem}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover{color:#007bff}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month{margin-right:.5rem}.p-datepicker table{font-size:1rem;margin:.5rem 0}.p-datepicker table th{padding:.5rem}.p-datepicker table th>span{width:2.5rem;height:2.5rem}.p-datepicker table td{padding:.5rem}.p-datepicker table td>span{width:2.5rem;height:2.5rem;border-radius:4px;transition:box-shadow .15s;border:1px solid transparent}.p-datepicker table td>span.p-highlight{color:#fff;background:#007bff}.p-datepicker table td>span:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker table td.p-datepicker-today>span{background:#ced4da;color:#212529;border-color:transparent}.p-datepicker table td.p-datepicker-today>span.p-highlight{color:#fff;background:#007bff}.p-datepicker .p-datepicker-buttonbar{padding:1rem 0;border-top:1px solid #dee2e6}.p-datepicker .p-datepicker-buttonbar .p-button{width:auto}.p-datepicker .p-timepicker{border-top:1px solid #dee2e6;padding:.5rem}.p-datepicker .p-timepicker button{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-datepicker .p-timepicker button:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-datepicker .p-timepicker button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker .p-timepicker button:last-child{margin-top:.2em}.p-datepicker .p-timepicker span{font-size:1.25rem}.p-datepicker .p-timepicker>div{padding:0 .5rem}.p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0 none}.p-datepicker .p-monthpicker{margin:.5rem 0}.p-datepicker .p-monthpicker .p-monthpicker-month{padding:.5rem;transition:box-shadow .15s;border-radius:4px}.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#fff;background:#007bff}.p-datepicker .p-yearpicker{margin:.5rem 0}.p-datepicker .p-yearpicker .p-yearpicker-year{padding:.5rem;transition:box-shadow .15s;border-radius:4px}.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{color:#fff;background:#007bff}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-left:1px solid #dee2e6;padding:0}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0;border-left:0 none}.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background:#e9ecef}.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover{background:#e9ecef}.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover{background:#e9ecef}.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}@media screen and (max-width: 769px){.p-datepicker table th,.p-datepicker table td{padding:0}}.p-cascadeselect{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px;outline-color:transparent}.p-cascadeselect:not(.p-disabled):hover{border-color:#ced4da}.p-cascadeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-cascadeselect.p-variant-filled{background-color:#efefef}.p-cascadeselect.p-variant-filled:enabled:hover{background-color:#efefef}.p-cascadeselect.p-variant-filled:enabled:focus{background-color:#efefef}.p-cascadeselect .p-cascadeselect-label{background:transparent;border:0 none;padding:.5rem .75rem}.p-cascadeselect .p-cascadeselect-label.p-placeholder{color:#6c757d}.p-cascadeselect .p-cascadeselect-label:enabled:focus{outline:0 none;box-shadow:none}.p-cascadeselect .p-cascadeselect-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-cascadeselect.p-invalid.p-component{border-color:#dc3545}.p-cascadeselect-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-cascadeselect-panel .p-cascadeselect-items{padding:.5rem 0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item{margin:0;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child{margin-top:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:last-child{margin-bottom:0}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight{color:#fff;background:#007bff}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus{background:#0067d6}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#e9ecef}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content{padding:.5rem 1.5rem}.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon{font-size:.875rem}.p-checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}.p-checkbox{width:20px;height:20px}.p-checkbox .p-checkbox-input{border:2px solid #ced4da;border-radius:4px}.p-checkbox .p-checkbox-box{border:2px solid #ced4da;background:#fff;width:20px;height:20px;color:#212529;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-checkbox .p-checkbox-box .p-checkbox-icon{transition-duration:.15s;color:#fff;font-size:14px}.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon{width:14px;height:14px}.p-checkbox.p-highlight .p-checkbox-box{border-color:#007bff;background:#007bff}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{border-color:#ced4da}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{border-color:#0062cc;background:#0062cc;color:#fff}.p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-checkbox.p-invalid>.p-checkbox-box{border-color:#dc3545}.p-checkbox.p-variant-filled .p-checkbox-box{background-color:#efefef}.p-checkbox.p-variant-filled.p-highlight .p-checkbox-box{background:#007bff}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#efefef}.p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#0062cc}.p-input-filled .p-checkbox .p-checkbox-box{background-color:#efefef}.p-input-filled .p-checkbox.p-highlight .p-checkbox-box{background:#007bff}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#efefef}.p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#0062cc}.p-highlight .p-checkbox .p-checkbox-box{border-color:#fff}.p-checkbox{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-input{cursor:pointer}.p-checkbox-box{display:flex;justify-content:center;align-items:center}.p-tristatecheckbox.p-variant-filled .p-checkbox-box{background-color:#efefef}.p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box{background:#007bff}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box{background-color:#efefef}.p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box{background:#0062cc}.p-chips{display:inline-flex}.p-chips-multiple-container{margin:0;padding:0;list-style-type:none;cursor:text;overflow:hidden;display:flex;align-items:center;flex-wrap:wrap}.p-chips-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-chips-input-token{flex:1 1 auto;display:inline-flex}.p-chips-token-icon{cursor:pointer}.p-chips-input-token input{border:0 none;outline:0 none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0;width:100%}.p-fluid .p-chips{display:flex}.p-chips:not(.p-disabled):hover .p-chips-multiple-container{border-color:#ced4da}.p-chips:not(.p-disabled).p-focus .p-chips-multiple-container{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-chips .p-chips-multiple-container{padding:.25rem .75rem;outline-color:transparent}.p-chips .p-chips-multiple-container .p-chips-token{padding:.25rem .75rem;margin-right:.5rem;background:#dee2e6;color:#212529;border-radius:16px}.p-chips .p-chips-multiple-container .p-chips-token.p-focus{background:#ced4da;color:#212529}.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon{margin-left:.5rem}.p-chips .p-chips-multiple-container .p-chips-input-token{padding:.25rem 0}.p-chips .p-chips-multiple-container .p-chips-input-token input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#212529;padding:0;margin:0}.p-chips.p-invalid.p-component>.p-inputtext{border-color:#dc3545}.p-colorpicker-preview{width:2rem;height:2rem}.p-colorpicker-panel{background:#212529;border:1px solid #212529}.p-colorpicker-panel .p-colorpicker-color-handle,.p-colorpicker-panel .p-colorpicker-hue-handle{border-color:#fff}.p-colorpicker-overlay-panel{box-shadow:none}.p-dropdown{display:inline-flex;cursor:pointer;position:relative;-webkit-user-select:none;user-select:none}.p-dropdown-clear-icon{position:absolute;top:50%;margin-top:-.5rem}.p-dropdown-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-dropdown-label{display:block;white-space:nowrap;overflow:hidden;flex:1 1 auto;width:1%;text-overflow:ellipsis;cursor:pointer}.p-dropdown-label-empty{overflow:hidden;opacity:0}input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-panel{position:absolute;top:0;left:0}.p-dropdown-items-wrapper{overflow:auto}.p-dropdown-item{cursor:pointer;font-weight:400;white-space:nowrap;position:relative;overflow:hidden;display:flex;align-items:center}.p-dropdown-item-group{cursor:auto}.p-dropdown-items{margin:0;padding:0;list-style-type:none}.p-dropdown-filter{width:100%}.p-dropdown-filter-container{position:relative}.p-dropdown-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-dropdown{display:flex}.p-fluid .p-dropdown .p-dropdown-label{width:1%}.p-dropdown{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px;outline-color:transparent}.p-dropdown:not(.p-disabled):hover{border-color:#ced4da}.p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-dropdown.p-variant-filled{background:#efefef}.p-dropdown.p-variant-filled:not(.p-disabled):hover{background-color:#efefef}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus{background-color:#efefef}.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext{background-color:transparent}.p-dropdown.p-dropdown-clearable .p-dropdown-label{padding-right:1.75rem}.p-dropdown .p-dropdown-label{background:transparent;border:0 none}.p-dropdown .p-dropdown-label.p-placeholder{color:#6c757d}.p-dropdown .p-dropdown-label:focus,.p-dropdown .p-dropdown-label:enabled:focus{outline:0 none;box-shadow:none}.p-dropdown .p-dropdown-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-dropdown .p-dropdown-clear-icon{color:#495057;right:2.357rem}.p-dropdown.p-invalid.p-component{border-color:#dc3545}.p-dropdown-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-dropdown-panel .p-dropdown-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter{padding-right:1.75rem;margin-right:-1.75rem}.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon{right:.75rem;color:#495057}.p-dropdown-panel .p-dropdown-items{padding:.5rem 0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child{margin-top:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:last-child{margin-bottom:0}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#fff;background:#007bff}.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus{background:#0067d6}.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#e9ecef}.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon{position:relative;margin-left:-.5rem;margin-right:.5rem}.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-inputgroup-addon{background:#e9ecef;color:#495057;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-bottom:1px solid #ced4da;padding:.5rem .75rem;min-width:2.357rem}.p-inputgroup-addon:last-child{border-right:1px solid #ced4da}.p-inputgroup>.p-component,.p-inputgroup>.p-inputwrapper>.p-inputtext,.p-inputgroup>.p-float-label>.p-component{border-radius:0;margin:0}.p-inputgroup>.p-component+.p-inputgroup-addon,.p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon,.p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon{border-left:0 none}.p-inputgroup>.p-component:focus,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus,.p-inputgroup>.p-float-label>.p-component:focus{z-index:1}.p-inputgroup>.p-component:focus~label,.p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label,.p-inputgroup>.p-float-label>.p-component:focus~label{z-index:1}.p-inputgroup-addon:first-child,.p-inputgroup button:first-child,.p-inputgroup input:first-child,.p-inputgroup>.p-inputwrapper:first-child,.p-inputgroup>.p-inputwrapper:first-child>.p-inputtext{border-top-left-radius:4px;border-bottom-left-radius:4px}.p-inputgroup .p-float-label:first-child input{border-top-left-radius:4px;border-bottom-left-radius:4px}.p-inputgroup-addon:last-child,.p-inputgroup button:last-child,.p-inputgroup input:last-child,.p-inputgroup>.p-inputwrapper:last-child,.p-inputgroup>.p-inputwrapper:last-child>.p-inputtext{border-top-right-radius:4px;border-bottom-right-radius:4px}.p-inputgroup .p-float-label:last-child input{border-top-right-radius:4px;border-bottom-right-radius:4px}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-button.p-button-icon-only{width:2.357rem}.p-inputnumber.p-invalid.p-component>.p-inputtext{border-color:#dc3545}.p-inputswitch{position:relative;display:inline-block}.p-inputswitch-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;cursor:pointer}.p-inputswitch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border:1px solid transparent}.p-inputswitch-slider:before{position:absolute;content:"";top:50%}.p-inputswitch{width:3rem;height:1.75rem}.p-inputswitch .p-inputswitch-input{border-radius:4px}.p-inputswitch .p-inputswitch-slider{background:#ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px;outline-color:transparent}.p-inputswitch .p-inputswitch-slider:before{background:#fff;width:1.25rem;height:1.25rem;left:.25rem;margin-top:-.625rem;border-radius:4px;transition-duration:.15s}.p-inputswitch.p-highlight .p-inputswitch-slider{background:#007bff}.p-inputswitch.p-highlight .p-inputswitch-slider:before{background:#fff;transform:translate(1.25rem)}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider{background:#ced4da}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider{background:#007bff}.p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-inputswitch.p-invalid>.p-inputswitch-slider{border-color:#dc3545}.p-inputtext{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem;color:#495057;background:#fff;padding:.5rem .75rem;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;outline-color:transparent}.p-inputtext:enabled:hover{border-color:#ced4da}.p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-inputtext.p-invalid.p-component{border-color:#dc3545}.p-inputtext.p-variant-filled{background-color:#efefef}.p-inputtext.p-variant-filled:enabled:hover{background-color:#efefef}.p-inputtext.p-variant-filled:enabled:focus{background-color:#efefef}.p-inputtext.p-inputtext-sm{font-size:.875rem;padding:.4375rem .65625rem}.p-inputtext.p-inputtext-lg{font-size:1.25rem;padding:.625rem .9375rem}.p-float-label>label{left:.75rem;color:#6c757d;transition-duration:.15s}.p-float-label>.p-invalid+label{color:#dc3545}.p-icon-field-left>.p-inputtext{padding-left:2.5rem}.p-icon-field-left.p-float-label>label{left:2.5rem}.p-icon-field-right>.p-inputtext{padding-right:2.5rem}::-webkit-input-placeholder{color:#6c757d}:-moz-placeholder{color:#6c757d}::-moz-placeholder{color:#6c757d}:-ms-input-placeholder{color:#6c757d}.p-input-filled .p-inputtext{background-color:#efefef}.p-input-filled .p-inputtext:enabled:hover{background-color:#efefef}.p-input-filled .p-inputtext:enabled:focus{background-color:#efefef}.p-inputtext-sm .p-inputtext{font-size:.875rem;padding:.4375rem .65625rem}.p-inputtext-lg .p-inputtext{font-size:1.25rem;padding:.625rem .9375rem}.p-icon-field{position:relative}.p-icon-field>.p-input-icon{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-icon-field-left,.p-fluid .p-icon-field-right{width:100%}.p-icon-field-left>.p-input-icon:first-of-type{left:.75rem;color:#495057}.p-icon-field-right>.p-input-icon:last-of-type{right:.75rem;color:#495057}.p-inputotp{display:flex;align-items:center;gap:.5rem}.p-inputotp-input{text-align:center;width:2.5rem}.p-listbox-list-wrapper{overflow:auto}.p-listbox-list{list-style-type:none;margin:0;padding:0}.p-listbox-item{cursor:pointer;position:relative;overflow:hidden}.p-listbox-item-group{cursor:auto}.p-listbox-filter-container{position:relative}.p-listbox-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-listbox-filter{width:100%}.p-listbox{background:#fff;color:#212529;border:1px solid #ced4da;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-listbox .p-listbox-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-listbox .p-listbox-header .p-listbox-filter{padding-right:1.75rem}.p-listbox .p-listbox-header .p-listbox-filter-icon{right:.75rem;color:#495057}.p-listbox .p-listbox-list{padding:.5rem 0;outline:0 none}.p-listbox .p-listbox-list .p-listbox-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;transition:box-shadow .15s;border-radius:0}.p-listbox .p-listbox-list .p-listbox-item:first-child{margin-top:0}.p-listbox .p-listbox-list .p-listbox-item:last-child{margin-bottom:0}.p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#fff;background:#007bff}.p-listbox .p-listbox-list .p-listbox-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-listbox .p-listbox-list .p-listbox-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus{background:#0067d6}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#e9ecef}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus{color:#212529;background:#e9ecef}.p-listbox.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-listbox.p-invalid{border-color:#dc3545}.p-mention-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-mention-panel .p-mention-items{padding:.5rem 0}.p-mention-panel .p-mention-items .p-mention-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-mention-panel .p-mention-items .p-mention-item:hover{color:#212529;background:#e9ecef}.p-mention-panel .p-mention-items .p-mention-item.p-highlight{color:#fff;background:#007bff}.p-multiselect{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none}.p-multiselect-trigger{display:flex;align-items:center;justify-content:center;flex-shrink:0}.p-multiselect-label-container{overflow:hidden;flex:1 1 auto;cursor:pointer}.p-multiselect-label{display:block;white-space:nowrap;cursor:pointer;overflow:hidden;text-overflow:ellipsis}.p-multiselect-label-empty{overflow:hidden;visibility:hidden}.p-multiselect-token{cursor:default;display:inline-flex;align-items:center;flex:0 0 auto}.p-multiselect-token-icon{cursor:pointer}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-items-wrapper{overflow:auto}.p-multiselect-items{margin:0;padding:0;list-style-type:none}.p-multiselect-item{cursor:pointer;display:flex;align-items:center;font-weight:400;white-space:nowrap;position:relative;overflow:hidden}.p-multiselect-item-group{cursor:auto}.p-multiselect-header{display:flex;align-items:center;justify-content:space-between}.p-multiselect-filter-container{position:relative;flex:1 1 auto}.p-multiselect-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-multiselect-filter-container .p-inputtext{width:100%}.p-multiselect-close{display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative;margin-left:auto}.p-fluid .p-multiselect{display:flex}.p-multiselect{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px;outline-color:transparent}.p-multiselect:not(.p-disabled):hover{border-color:#ced4da}.p-multiselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-multiselect.p-variant-filled{background:#efefef}.p-multiselect.p-variant-filled:not(.p-disabled):hover{background-color:#efefef}.p-multiselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#efefef}.p-multiselect .p-multiselect-label{padding:.5rem .75rem;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-multiselect .p-multiselect-label.p-placeholder{color:#6c757d}.p-multiselect.p-multiselect-chip .p-multiselect-token{padding:.25rem .75rem;margin-right:.5rem;background:#dee2e6;color:#212529;border-radius:16px}.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon{margin-left:.5rem}.p-multiselect .p-multiselect-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-multiselect.p-invalid.p-component{border-color:#dc3545}.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label{padding:.25rem .75rem}.p-multiselect-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-multiselect-panel .p-multiselect-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding-right:1.75rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{right:.75rem;color:#495057}.p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-header .p-multiselect-close{margin-left:.5rem;width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-multiselect-panel .p-multiselect-items{padding:.5rem 0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child{margin-top:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:last-child{margin-bottom:0}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#fff;background:#007bff}.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus{background:#0067d6}.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus{color:#212529;background:#e9ecef}.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{margin-right:.5rem}.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600}.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-password.p-invalid.p-component>.p-inputtext{border-color:#dc3545}.p-password-panel{padding:1.25rem;background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);box-shadow:none;border-radius:4px}.p-password-panel .p-password-meter{margin-bottom:.5rem;background:#e9ecef}.p-password-panel .p-password-meter .p-password-strength.weak{background:#dc3545}.p-password-panel .p-password-meter .p-password-strength.medium{background:#ffc107}.p-password-panel .p-password-meter .p-password-strength.strong{background:#28a745}.p-radiobutton{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-input{cursor:pointer}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1);visibility:visible}.p-radiobutton{width:20px;height:20px}.p-radiobutton .p-radiobutton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:2px solid #ced4da;border-radius:50%}.p-radiobutton .p-radiobutton-box{border:2px solid #ced4da;background:#fff;width:20px;height:20px;color:#212529;border-radius:50%;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-radiobutton .p-radiobutton-box .p-radiobutton-icon{width:12px;height:12px;transition-duration:.15s;background-color:#fff}.p-radiobutton.p-highlight .p-radiobutton-box{border-color:#007bff;background:#007bff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{border-color:#ced4da}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{border-color:#0062cc;background:#0062cc}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon{background-color:#fff}.p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-radiobutton.p-invalid>.p-radiobutton-box{border-color:#dc3545}.p-radiobutton.p-variant-filled .p-radiobutton-box{background-color:#efefef}.p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box{background:#007bff}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#efefef}.p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#0062cc}.p-input-filled .p-radiobutton .p-radiobutton-box{background-color:#efefef}.p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box{background:#007bff}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box{background-color:#efefef}.p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box{background:#0062cc}.p-highlight .p-radiobutton .p-radiobutton-box{border-color:#fff}.p-rating{position:relative;display:flex;align-items:center}.p-rating-item{display:inline-flex;align-items:center;cursor:pointer}.p-rating.p-readonly .p-rating-item{cursor:default}.p-rating{gap:.5rem}.p-rating .p-rating-item{outline-color:transparent;border-radius:50%}.p-rating .p-rating-item .p-rating-icon{color:#495057;transition:background-color .15s,border-color .15s,box-shadow .15s;font-size:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-icon{width:1.143rem;height:1.143rem}.p-rating .p-rating-item .p-rating-icon.p-rating-cancel{color:#dc3545}.p-rating .p-rating-item.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#007bff}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon{color:#007bff}.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel{color:#dc3545}.p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon{color:#fff}.p-selectbutton .p-button{background:#6c757d;border:1px solid #6c757d;color:#fff;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-selectbutton .p-button .p-button-icon-left,.p-selectbutton .p-button .p-button-icon-right{color:#fff}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background:#5a6268;border-color:#545b62;color:#fff}.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight{background:#545b62;border-color:#4e555b;color:#fff}.p-selectbutton .p-button.p-highlight .p-button-icon-left,.p-selectbutton .p-button.p-highlight .p-button-icon-right{color:#fff}.p-selectbutton .p-button.p-highlight:hover{background:#545b62;border-color:#4e555b;color:#fff}.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right{color:#fff}.p-selectbutton.p-invalid>.p-button{border-color:#dc3545}.p-slider{background:#e9ecef;border:0 none;border-radius:4px}.p-slider.p-slider-horizontal{height:.286rem}.p-slider.p-slider-horizontal .p-slider-handle{margin-top:-.5715rem;margin-left:-.5715rem}.p-slider.p-slider-vertical{width:.286rem}.p-slider.p-slider-vertical .p-slider-handle{margin-left:-.5715rem;margin-bottom:-.5715rem}.p-slider .p-slider-handle{height:1.143rem;width:1.143rem;background:#007bff;border:2px solid #007bff;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-slider .p-slider-handle:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-slider .p-slider-range{background:#007bff}.p-slider:not(.p-disabled) .p-slider-handle:hover{background:#0069d9;border-color:#0069d9}.p-treeselect{background:#fff;border:1px solid #ced4da;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-treeselect:not(.p-disabled):hover{border-color:#ced4da}.p-treeselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-treeselect.p-treeselect-clearable .p-treeselect-label{padding-right:1.75rem}.p-treeselect.p-variant-filled{background:#efefef}.p-treeselect.p-variant-filled:not(.p-disabled):hover{background-color:#efefef}.p-treeselect.p-variant-filled:not(.p-disabled).p-focus{background-color:#efefef}.p-treeselect .p-treeselect-label{padding:.5rem .75rem;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-treeselect .p-treeselect-label.p-placeholder{color:#6c757d}.p-treeselect.p-treeselect-chip .p-treeselect-token{padding:.25rem .75rem;margin-right:.5rem;background:#dee2e6;color:#212529;border-radius:16px}.p-treeselect .p-treeselect-trigger{background:transparent;color:#495057;width:2.357rem;border-top-right-radius:4px;border-bottom-right-radius:4px}.p-treeselect .p-treeselect-clear-icon{color:#495057;right:2.357rem}.p-treeselect.p-invalid.p-component{border-color:#dc3545}.p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label{padding:.25rem .75rem}.p-treeselect-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none}.p-treeselect-panel .p-treeselect-header{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container{margin-right:.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter{padding-right:1.75rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon{right:.75rem;color:#495057}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter{padding-right:3.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon{right:2.5rem}.p-treeselect-panel .p-treeselect-header .p-treeselect-close{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-treeselect-panel .p-treeselect-items-wrapper .p-tree{border:0 none}.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message{padding:.5rem 1.5rem;color:#212529;background:transparent}.p-input-filled .p-treeselect{background:#efefef}.p-input-filled .p-treeselect:not(.p-disabled):hover{background-color:#efefef}.p-input-filled .p-treeselect:not(.p-disabled).p-focus{background-color:#efefef}.p-togglebutton{position:relative;display:inline-flex;-webkit-user-select:none;user-select:none;vertical-align:bottom}.p-togglebutton-input{cursor:pointer}.p-togglebutton .p-button{flex:1 1 auto}.p-togglebutton .p-togglebutton-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0;z-index:1;outline:0 none;border:1px solid #6c757d;border-radius:4px}.p-togglebutton .p-button{background:#6c757d;border:1px solid #6c757d;color:#fff;transition:background-color .15s,border-color .15s,box-shadow .15s;outline-color:transparent}.p-togglebutton .p-button .p-button-icon-left,.p-togglebutton .p-button .p-button-icon-right{color:#fff}.p-togglebutton.p-highlight .p-button{background:#545b62;border-color:#4e555b;color:#fff}.p-togglebutton.p-highlight .p-button .p-button-icon-left,.p-togglebutton.p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button{background:#5a6268;border-color:#545b62;color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button{background:#545b62;border-color:#4e555b;color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left,.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right{color:#fff}.p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80;border-color:#007bff}.p-togglebutton.p-invalid>.p-button{border-color:#dc3545}.p-button{color:#fff;background:#007bff;border:1px solid #007bff;padding:.5rem .75rem;font-size:1rem;transition:background-color .15s,border-color .15s,box-shadow .15s;border-radius:4px}.p-button:not(:disabled):hover{background:#0069d9;color:#fff;border-color:#0069d9}.p-button:not(:disabled):active{background:#0062cc;color:#fff;border-color:#0062cc}.p-button.p-button-outlined{background-color:transparent;color:#007bff;border:1px solid}.p-button.p-button-outlined:not(:disabled):hover{background:#007bff0a;color:#007bff;border:1px solid}.p-button.p-button-outlined:not(:disabled):active{background:#007bff29;color:#007bff;border:1px solid}.p-button.p-button-outlined.p-button-plain{color:#6c757d;border-color:#6c757d}.p-button.p-button-outlined.p-button-plain:not(:disabled):hover{background:#e9ecef;color:#6c757d}.p-button.p-button-outlined.p-button-plain:not(:disabled):active{background:#dee2e6;color:#6c757d}.p-button.p-button-text{background-color:transparent;color:#007bff;border-color:transparent}.p-button.p-button-text:not(:disabled):hover{background:#007bff0a;color:#007bff;border-color:transparent}.p-button.p-button-text:not(:disabled):active{background:#007bff29;color:#007bff;border-color:transparent}.p-button.p-button-text.p-button-plain{color:#6c757d}.p-button.p-button-text.p-button-plain:not(:disabled):hover{background:#e9ecef;color:#6c757d}.p-button.p-button-text.p-button-plain:not(:disabled):active{background:#dee2e6;color:#6c757d}.p-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-button .p-button-label{transition-duration:.15s}.p-button .p-button-icon-left{margin-right:.5rem}.p-button .p-button-icon-right{margin-left:.5rem}.p-button .p-button-icon-bottom{margin-top:.5rem}.p-button .p-button-icon-top{margin-bottom:.5rem}.p-button .p-badge{margin-left:.5rem;min-width:1rem;height:1rem;line-height:1rem;color:#007bff;background-color:#fff}.p-button.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-button.p-button-rounded{border-radius:2rem}.p-button.p-button-icon-only{width:2.357rem;padding:.5rem 0}.p-button.p-button-icon-only .p-button-icon-left,.p-button.p-button-icon-only .p-button-icon-right{margin:0}.p-button.p-button-icon-only.p-button-rounded{border-radius:50%;height:2.357rem}.p-button.p-button-sm{font-size:.875rem;padding:.4375rem .65625rem}.p-button.p-button-sm .p-button-icon{font-size:.875rem}.p-button.p-button-lg{font-size:1.25rem;padding:.625rem .9375rem}.p-button.p-button-lg .p-button-icon{font-size:1.25rem}.p-button.p-button-loading-label-only.p-button-loading-left .p-button-label{margin-left:.5rem}.p-button.p-button-loading-label-only.p-button-loading-right .p-button-label{margin-right:.5rem}.p-button.p-button-loading-label-only.p-button-loading-top .p-button-label{margin-top:.5rem}.p-button.p-button-loading-label-only.p-button-loading-bottom .p-button-label{margin-bottom:.5rem}.p-button.p-button-loading-label-only .p-button-loading-icon{margin:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-icon-only{width:2.357rem}.p-fluid .p-button-group{display:flex}.p-fluid .p-button-group .p-button{flex:1}.p-button.p-button-secondary,.p-button-group.p-button-secondary>.p-button,.p-splitbutton.p-button-secondary>.p-button,.p-fileupload-choose.p-button-secondary{color:#fff;background:#6c757d;border:1px solid #6c757d}.p-button.p-button-secondary:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-secondary:not(:disabled):hover{background:#5a6268;color:#fff;border-color:#5a6268}.p-button.p-button-secondary:not(:disabled):focus,.p-button-group.p-button-secondary>.p-button:not(:disabled):focus,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-secondary:not(:disabled):focus{box-shadow:0 0 0 .2rem #828a9180}.p-button.p-button-secondary:not(:disabled):active,.p-button-group.p-button-secondary>.p-button:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-secondary:not(:disabled):active{background:#545b62;color:#fff;border-color:#4e555b}.p-button.p-button-secondary.p-button-outlined,.p-button-group.p-button-secondary>.p-button.p-button-outlined,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined,.p-fileupload-choose.p-button-secondary.p-button-outlined{background-color:transparent;color:#6c757d;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover{background:#6c757d0a;color:#6c757d;border:1px solid}.p-button.p-button-secondary.p-button-outlined:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active{background:#6c757d29;color:#6c757d;border:1px solid}.p-button.p-button-secondary.p-button-text,.p-button-group.p-button-secondary>.p-button.p-button-text,.p-splitbutton.p-button-secondary>.p-button.p-button-text,.p-fileupload-choose.p-button-secondary.p-button-text{background-color:transparent;color:#6c757d;border-color:transparent}.p-button.p-button-secondary.p-button-text:not(:disabled):hover,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover{background:#6c757d0a;border-color:transparent;color:#6c757d}.p-button.p-button-secondary.p-button-text:not(:disabled):active,.p-button-group.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-secondary>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active{background:#6c757d29;border-color:transparent;color:#6c757d}.p-button.p-button-info,.p-button-group.p-button-info>.p-button,.p-splitbutton.p-button-info>.p-button,.p-fileupload-choose.p-button-info{color:#fff;background:#17a2b8;border:1px solid #17a2b8}.p-button.p-button-info:not(:disabled):hover,.p-button-group.p-button-info>.p-button:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-info:not(:disabled):hover{background:#138496;color:#fff;border-color:#117a8b}.p-button.p-button-info:not(:disabled):focus,.p-button-group.p-button-info>.p-button:not(:disabled):focus,.p-splitbutton.p-button-info>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-info:not(:disabled):focus{box-shadow:0 0 0 .2rem #3ab0c380}.p-button.p-button-info:not(:disabled):active,.p-button-group.p-button-info>.p-button:not(:disabled):active,.p-splitbutton.p-button-info>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-info:not(:disabled):active{background:#138496;color:#fff;border-color:#117a8b}.p-button.p-button-info.p-button-outlined,.p-button-group.p-button-info>.p-button.p-button-outlined,.p-splitbutton.p-button-info>.p-button.p-button-outlined,.p-fileupload-choose.p-button-info.p-button-outlined{background-color:transparent;color:#17a2b8;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover{background:#17a2b80a;color:#17a2b8;border:1px solid}.p-button.p-button-info.p-button-outlined:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active{background:#17a2b829;color:#17a2b8;border:1px solid}.p-button.p-button-info.p-button-text,.p-button-group.p-button-info>.p-button.p-button-text,.p-splitbutton.p-button-info>.p-button.p-button-text,.p-fileupload-choose.p-button-info.p-button-text{background-color:transparent;color:#17a2b8;border-color:transparent}.p-button.p-button-info.p-button-text:not(:disabled):hover,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover{background:#17a2b80a;border-color:transparent;color:#17a2b8}.p-button.p-button-info.p-button-text:not(:disabled):active,.p-button-group.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-info>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active{background:#17a2b829;border-color:transparent;color:#17a2b8}.p-button.p-button-success,.p-button-group.p-button-success>.p-button,.p-splitbutton.p-button-success>.p-button,.p-fileupload-choose.p-button-success{color:#fff;background:#28a745;border:1px solid #28a745}.p-button.p-button-success:not(:disabled):hover,.p-button-group.p-button-success>.p-button:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-success:not(:disabled):hover{background:#218838;color:#fff;border-color:#1e7e34}.p-button.p-button-success:not(:disabled):focus,.p-button-group.p-button-success>.p-button:not(:disabled):focus,.p-splitbutton.p-button-success>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-success:not(:disabled):focus{box-shadow:0 0 0 .2rem #48b46180}.p-button.p-button-success:not(:disabled):active,.p-button-group.p-button-success>.p-button:not(:disabled):active,.p-splitbutton.p-button-success>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-success:not(:disabled):active{background:#1e7e34;color:#fff;border-color:#1c7430}.p-button.p-button-success.p-button-outlined,.p-button-group.p-button-success>.p-button.p-button-outlined,.p-splitbutton.p-button-success>.p-button.p-button-outlined,.p-fileupload-choose.p-button-success.p-button-outlined{background-color:transparent;color:#28a745;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover{background:#28a7450a;color:#28a745;border:1px solid}.p-button.p-button-success.p-button-outlined:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active{background:#28a74529;color:#28a745;border:1px solid}.p-button.p-button-success.p-button-text,.p-button-group.p-button-success>.p-button.p-button-text,.p-splitbutton.p-button-success>.p-button.p-button-text,.p-fileupload-choose.p-button-success.p-button-text{background-color:transparent;color:#28a745;border-color:transparent}.p-button.p-button-success.p-button-text:not(:disabled):hover,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover{background:#28a7450a;border-color:transparent;color:#28a745}.p-button.p-button-success.p-button-text:not(:disabled):active,.p-button-group.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-success>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active{background:#28a74529;border-color:transparent;color:#28a745}.p-button.p-button-warning,.p-button-group.p-button-warning>.p-button,.p-splitbutton.p-button-warning>.p-button,.p-fileupload-choose.p-button-warning{color:#212529;background:#ffc107;border:1px solid #ffc107}.p-button.p-button-warning:not(:disabled):hover,.p-button-group.p-button-warning>.p-button:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-warning:not(:disabled):hover{background:#e0a800;color:#212529;border-color:#d39e00}.p-button.p-button-warning:not(:disabled):focus,.p-button-group.p-button-warning>.p-button:not(:disabled):focus,.p-splitbutton.p-button-warning>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-warning:not(:disabled):focus{box-shadow:0 0 0 .2rem #deaa0c80}.p-button.p-button-warning:not(:disabled):active,.p-button-group.p-button-warning>.p-button:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-warning:not(:disabled):active{background:#d39e00;color:#212529;border-color:#c69500}.p-button.p-button-warning.p-button-outlined,.p-button-group.p-button-warning>.p-button.p-button-outlined,.p-splitbutton.p-button-warning>.p-button.p-button-outlined,.p-fileupload-choose.p-button-warning.p-button-outlined{background-color:transparent;color:#ffc107;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover{background:#ffc1070a;color:#ffc107;border:1px solid}.p-button.p-button-warning.p-button-outlined:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active{background:#ffc10729;color:#ffc107;border:1px solid}.p-button.p-button-warning.p-button-text,.p-button-group.p-button-warning>.p-button.p-button-text,.p-splitbutton.p-button-warning>.p-button.p-button-text,.p-fileupload-choose.p-button-warning.p-button-text{background-color:transparent;color:#ffc107;border-color:transparent}.p-button.p-button-warning.p-button-text:not(:disabled):hover,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover{background:#ffc1070a;border-color:transparent;color:#ffc107}.p-button.p-button-warning.p-button-text:not(:disabled):active,.p-button-group.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-warning>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active{background:#ffc10729;border-color:transparent;color:#ffc107}.p-button.p-button-help,.p-button-group.p-button-help>.p-button,.p-splitbutton.p-button-help>.p-button,.p-fileupload-choose.p-button-help{color:#fff;background:#6f42c1;border:1px solid #6f42c1}.p-button.p-button-help:not(:disabled):hover,.p-button-group.p-button-help>.p-button:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-help:not(:disabled):hover{background:#633bad;color:#fff;border-color:#58349a}.p-button.p-button-help:not(:disabled):focus,.p-button-group.p-button-help>.p-button:not(:disabled):focus,.p-splitbutton.p-button-help>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-help:not(:disabled):focus{box-shadow:0 0 0 .2rem #d3c6ec}.p-button.p-button-help:not(:disabled):active,.p-button-group.p-button-help>.p-button:not(:disabled):active,.p-splitbutton.p-button-help>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-help:not(:disabled):active{background:#58349a;color:#fff;border-color:#4d2e87}.p-button.p-button-help.p-button-outlined,.p-button-group.p-button-help>.p-button.p-button-outlined,.p-splitbutton.p-button-help>.p-button.p-button-outlined,.p-fileupload-choose.p-button-help.p-button-outlined{background-color:transparent;color:#6f42c1;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover{background:#6f42c10a;color:#6f42c1;border:1px solid}.p-button.p-button-help.p-button-outlined:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active{background:#6f42c129;color:#6f42c1;border:1px solid}.p-button.p-button-help.p-button-text,.p-button-group.p-button-help>.p-button.p-button-text,.p-splitbutton.p-button-help>.p-button.p-button-text,.p-fileupload-choose.p-button-help.p-button-text{background-color:transparent;color:#6f42c1;border-color:transparent}.p-button.p-button-help.p-button-text:not(:disabled):hover,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover{background:#6f42c10a;border-color:transparent;color:#6f42c1}.p-button.p-button-help.p-button-text:not(:disabled):active,.p-button-group.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-help>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active{background:#6f42c129;border-color:transparent;color:#6f42c1}.p-button.p-button-danger,.p-button-group.p-button-danger>.p-button,.p-splitbutton.p-button-danger>.p-button,.p-fileupload-choose.p-button-danger{color:#fff;background:#dc3545;border:1px solid #dc3545}.p-button.p-button-danger:not(:disabled):hover,.p-button-group.p-button-danger>.p-button:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button:not(:disabled):hover,.p-fileupload-choose.p-button-danger:not(:disabled):hover{background:#c82333;color:#fff;border-color:#bd2130}.p-button.p-button-danger:not(:disabled):focus,.p-button-group.p-button-danger>.p-button:not(:disabled):focus,.p-splitbutton.p-button-danger>.p-button:not(:disabled):focus,.p-fileupload-choose.p-button-danger:not(:disabled):focus{box-shadow:0 0 0 .2rem #e1536180}.p-button.p-button-danger:not(:disabled):active,.p-button-group.p-button-danger>.p-button:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button:not(:disabled):active,.p-fileupload-choose.p-button-danger:not(:disabled):active{background:#bd2130;color:#fff;border-color:#b21f2d}.p-button.p-button-danger.p-button-outlined,.p-button-group.p-button-danger>.p-button.p-button-outlined,.p-splitbutton.p-button-danger>.p-button.p-button-outlined,.p-fileupload-choose.p-button-danger.p-button-outlined{background-color:transparent;color:#dc3545;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover{background:#dc35450a;color:#dc3545;border:1px solid}.p-button.p-button-danger.p-button-outlined:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-outlined:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active{background:#dc354529;color:#dc3545;border:1px solid}.p-button.p-button-danger.p-button-text,.p-button-group.p-button-danger>.p-button.p-button-text,.p-splitbutton.p-button-danger>.p-button.p-button-text,.p-fileupload-choose.p-button-danger.p-button-text{background-color:transparent;color:#dc3545;border-color:transparent}.p-button.p-button-danger.p-button-text:not(:disabled):hover,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):hover,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover{background:#dc35450a;border-color:transparent;color:#dc3545}.p-button.p-button-danger.p-button-text:not(:disabled):active,.p-button-group.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-danger>.p-button.p-button-text:not(:disabled):active,.p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active{background:#dc354529;border-color:transparent;color:#dc3545}.p-button.p-button-contrast,.p-button-group.p-button-contrast>.p-button,.p-splitbutton.p-button-contrast>.p-button{color:#fff;background:#212529;border:1px solid #212529}.p-button.p-button-contrast:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):hover{background:#343a40;color:#fff;border-color:#343a40}.p-button.p-button-contrast:not(:disabled):focus,.p-button-group.p-button-contrast>.p-button:not(:disabled):focus,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):focus{box-shadow:none}.p-button.p-button-contrast:not(:disabled):active,.p-button-group.p-button-contrast>.p-button:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button:not(:disabled):active{background:#495057;color:#fff;border-color:#495057}.p-button.p-button-contrast.p-button-outlined,.p-button-group.p-button-contrast>.p-button.p-button-outlined,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined{background-color:transparent;color:#212529;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):hover{background:#2125290a;color:#212529;border:1px solid}.p-button.p-button-contrast.p-button-outlined:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-outlined:not(:disabled):active{background:#21252929;color:#212529;border:1px solid}.p-button.p-button-contrast.p-button-text,.p-button-group.p-button-contrast>.p-button.p-button-text,.p-splitbutton.p-button-contrast>.p-button.p-button-text{background-color:transparent;color:#212529;border-color:transparent}.p-button.p-button-contrast.p-button-text:not(:disabled):hover,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):hover,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):hover{background:#2125290a;border-color:transparent;color:#212529}.p-button.p-button-contrast.p-button-text:not(:disabled):active,.p-button-group.p-button-contrast>.p-button.p-button-text:not(:disabled):active,.p-splitbutton.p-button-contrast>.p-button.p-button-text:not(:disabled):active{background:#21252929;border-color:transparent;color:#212529}.p-button.p-button-link{color:#007bff;background:transparent;border:transparent}.p-button.p-button-link:not(:disabled):hover{background:transparent;color:#0069d9;border-color:transparent}.p-button.p-button-link:not(:disabled):hover .p-button-label{text-decoration:underline}.p-button.p-button-link:not(:disabled):focus{background:transparent;box-shadow:0 0 0 .2rem #268fff80;border-color:transparent}.p-button.p-button-link:not(:disabled):active{background:transparent;color:#007bff;border-color:transparent}.p-splitbutton{border-radius:4px}.p-splitbutton.p-button-outlined>.p-button{background-color:transparent;color:#007bff;border:1px solid}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):hover{background:#007bff0a;color:#007bff}.p-splitbutton.p-button-outlined>.p-button:not(:disabled):active{background:#007bff29;color:#007bff}.p-splitbutton.p-button-outlined.p-button-plain>.p-button{color:#6c757d;border-color:#6c757d}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):hover{background:#e9ecef;color:#6c757d}.p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(:disabled):active{background:#dee2e6;color:#6c757d}.p-splitbutton.p-button-text>.p-button{background-color:transparent;color:#007bff;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):hover{background:#007bff0a;color:#007bff;border-color:transparent}.p-splitbutton.p-button-text>.p-button:not(:disabled):active{background:#007bff29;color:#007bff;border-color:transparent}.p-splitbutton.p-button-text.p-button-plain>.p-button{color:#6c757d}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):hover{background:#e9ecef;color:#6c757d}.p-splitbutton.p-button-text.p-button-plain>.p-button:not(:disabled):active{background:#dee2e6;color:#6c757d}.p-splitbutton.p-button-raised{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.p-splitbutton.p-button-rounded{border-radius:2rem}.p-splitbutton.p-button-rounded>.p-button{border-radius:2rem}.p-splitbutton.p-button-sm>.p-button{font-size:.875rem;padding:.4375rem .65625rem}.p-splitbutton.p-button-sm>.p-button .p-button-icon{font-size:.875rem}.p-splitbutton.p-button-lg>.p-button{font-size:1.25rem;padding:.625rem .9375rem}.p-splitbutton.p-button-lg>.p-button.p-button-icon-only{width:auto}.p-splitbutton.p-button-lg>.p-button .p-button-icon{font-size:1.25rem}.p-splitbutton .p-splitbutton-menubutton,.p-splitbutton .p-splitbutton.p-button-rounded>.p-splitbutton-menubutton.p-button,.p-splitbutton .p-splitbutton.p-button-outlined>.p-splitbutton-menubutton.p-button{border-top-left-radius:0;border-bottom-left-radius:0}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button{background-color:transparent;color:#6c757d;border:1px solid}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):hover{background:#6c757d0a;color:#6c757d}.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(:disabled):active{background:#6c757d29;color:#6c757d}.p-splitbutton.p-button-secondary.p-button-text>.p-button{background-color:transparent;color:#6c757d;border-color:transparent}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):hover{background:#6c757d0a;border-color:transparent;color:#6c757d}.p-splitbutton.p-button-secondary.p-button-text>.p-button:not(:disabled):active{background:#6c757d29;border-color:transparent;color:#6c757d}.p-splitbutton.p-button-info.p-button-outlined>.p-button{background-color:transparent;color:#17a2b8;border:1px solid}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):hover{background:#17a2b80a;color:#17a2b8}.p-splitbutton.p-button-info.p-button-outlined>.p-button:not(:disabled):active{background:#17a2b829;color:#17a2b8}.p-splitbutton.p-button-info.p-button-text>.p-button{background-color:transparent;color:#17a2b8;border-color:transparent}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):hover{background:#17a2b80a;border-color:transparent;color:#17a2b8}.p-splitbutton.p-button-info.p-button-text>.p-button:not(:disabled):active{background:#17a2b829;border-color:transparent;color:#17a2b8}.p-splitbutton.p-button-success.p-button-outlined>.p-button{background-color:transparent;color:#28a745;border:1px solid}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):hover{background:#28a7450a;color:#28a745}.p-splitbutton.p-button-success.p-button-outlined>.p-button:not(:disabled):active{background:#28a74529;color:#28a745}.p-splitbutton.p-button-success.p-button-text>.p-button{background-color:transparent;color:#28a745;border-color:transparent}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):hover{background:#28a7450a;border-color:transparent;color:#28a745}.p-splitbutton.p-button-success.p-button-text>.p-button:not(:disabled):active{background:#28a74529;border-color:transparent;color:#28a745}.p-splitbutton.p-button-warning.p-button-outlined>.p-button{background-color:transparent;color:#ffc107;border:1px solid}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):hover{background:#ffc1070a;color:#ffc107}.p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(:disabled):active{background:#ffc10729;color:#ffc107}.p-splitbutton.p-button-warning.p-button-text>.p-button{background-color:transparent;color:#ffc107;border-color:transparent}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):hover{background:#ffc1070a;border-color:transparent;color:#ffc107}.p-splitbutton.p-button-warning.p-button-text>.p-button:not(:disabled):active{background:#ffc10729;border-color:transparent;color:#ffc107}.p-splitbutton.p-button-help.p-button-outlined>.p-button{background-color:transparent;color:#6f42c1;border:1px solid}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):hover{background:#6f42c10a;color:#6f42c1}.p-splitbutton.p-button-help.p-button-outlined>.p-button:not(:disabled):active{background:#6f42c129;color:#6f42c1}.p-splitbutton.p-button-help.p-button-text>.p-button{background-color:transparent;color:#6f42c1;border-color:transparent}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):hover{background:#6f42c10a;border-color:transparent;color:#6f42c1}.p-splitbutton.p-button-help.p-button-text>.p-button:not(:disabled):active{background:#6f42c129;border-color:transparent;color:#6f42c1}.p-splitbutton.p-button-danger.p-button-outlined>.p-button{background-color:transparent;color:#dc3545;border:1px solid}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):hover{background:#dc35450a;color:#dc3545}.p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(:disabled):active{background:#dc354529;color:#dc3545}.p-splitbutton.p-button-danger.p-button-text>.p-button{background-color:transparent;color:#dc3545;border-color:transparent}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):hover{background:#dc35450a;border-color:transparent;color:#dc3545}.p-splitbutton.p-button-danger.p-button-text>.p-button:not(:disabled):active{background:#dc354529;border-color:transparent;color:#dc3545}.p-speeddial-button.p-button.p-button-icon-only{width:4rem;height:4rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon{font-size:1.3rem}.p-speeddial-button.p-button.p-button-icon-only .p-button-icon.p-icon{width:1.3rem;height:1.3rem}.p-speeddial-list{outline:0 none}.p-speeddial-action{width:3rem;height:3rem;background:#495057;color:#fff}.p-speeddial-action:hover{background:#343a40;color:#fff}.p-speeddial-direction-up .p-speeddial-item{margin:.25rem}.p-speeddial-direction-up .p-speeddial-item:first-child{margin-bottom:.5rem}.p-speeddial-direction-down .p-speeddial-item{margin:.25rem}.p-speeddial-direction-down .p-speeddial-item:first-child{margin-top:.5rem}.p-speeddial-direction-left .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-left .p-speeddial-item:first-child{margin-right:.5rem}.p-speeddial-direction-right .p-speeddial-item{margin:0 .25rem}.p-speeddial-direction-right .p-speeddial-item:first-child{margin-left:.5rem}.p-speeddial-circle .p-speeddial-item,.p-speeddial-semi-circle .p-speeddial-item,.p-speeddial-quarter-circle .p-speeddial-item{margin:0}.p-speeddial-circle .p-speeddial-item:first-child,.p-speeddial-circle .p-speeddial-item:last-child,.p-speeddial-semi-circle .p-speeddial-item:first-child,.p-speeddial-semi-circle .p-speeddial-item:last-child,.p-speeddial-quarter-circle .p-speeddial-item:first-child,.p-speeddial-quarter-circle .p-speeddial-item:last-child{margin:0}.p-speeddial-mask{background-color:#0006;border-radius:4px}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,.p-carousel .p-carousel-content .p-carousel-next:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-carousel .p-carousel-content .p-carousel-prev:focus-visible,.p-carousel .p-carousel-content .p-carousel-next:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-carousel .p-carousel-content .p-carousel-prev,.p-carousel .p-carousel-content .p-carousel-next{margin:.5rem}.p-carousel .p-carousel-indicators{padding:1rem}.p-carousel .p-carousel-indicators .p-carousel-indicator{margin-right:.5rem;margin-bottom:.5rem}.p-carousel .p-carousel-indicators .p-carousel-indicator button{background-color:#e9ecef;width:2rem;height:.5rem;transition:box-shadow .15s;border-radius:0}.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover{background:#dee2e6}.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button{background:#007bff;color:#fff}.p-datatable .p-paginator-top,.p-datatable .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-datatable .p-datatable-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-datatable .p-datatable-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600}.p-datatable .p-datatable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 2px 0;font-weight:600;color:#212529;background:#fff;transition:box-shadow .15s}.p-datatable .p-datatable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 1px 0;font-weight:600;color:#212529;background:#fff}.p-datatable .p-sortable-column .p-sortable-column-icon{color:#6c757d;margin-left:.5rem}.p-datatable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#fff;background:#007bff;margin-left:.5rem}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover{background:#e9ecef;color:#212529}.p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#6c757d}.p-datatable .p-sortable-column.p-highlight{background:#fff;color:#007bff}.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#007bff}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover{background:#e9ecef;color:#007bff}.p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon{color:#007bff}.p-datatable .p-sortable-column:focus-visible{box-shadow:inset 0 0 0 .15rem #268fff80;outline:0 none}.p-datatable .p-datatable-tbody>tr{background:#fff;color:#212529;transition:box-shadow .15s}.p-datatable .p-datatable-tbody>tr>td{text-align:left;border:1px solid #dee2e6;border-width:1px 0 0 0;padding:1rem}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus-visible,.p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-datatable .p-datatable-tbody>tr>td .p-row-editor-save{margin-right:.5rem}.p-datatable .p-datatable-tbody>tr>td>.p-column-title{font-weight:600}.p-datatable .p-datatable-tbody>tr>td.p-highlight{background:#007bff;color:#fff}.p-datatable .p-datatable-tbody>tr.p-highlight{background:#007bff;color:#fff}.p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu{outline:.15rem solid rgba(38,143,255,.5);outline-offset:-.15rem}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{box-shadow:inset 0 2px #007bff}.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px #007bff}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#e9ecef;color:#212529}.p-datatable.p-datatable-selectable .p-datatable-tbody>tr.p-selectable-row:focus-visible{outline:.15rem solid rgba(38,143,255,.5);outline-offset:-.15rem}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-datatable.p-datatable-selectable-cell .p-datatable-tbody>tr.p-selectable-row>td.p-selectable-cell:focus-visible{outline:.15rem solid rgba(38,143,255,.5);outline-offset:-.15rem}.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):not(.p-datatable-emptymessage):hover{background:#e9ecef;color:#212529}.p-datatable .p-column-resizer-helper{background:#007bff}.p-datatable .p-datatable-scrollable-header,.p-datatable .p-datatable-scrollable-footer{background:#efefef}.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-thead,.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-virtualscroller>.p-datatable-table>.p-datatable-tfoot{background-color:#fff}.p-datatable .p-datatable-loading-icon{font-size:2rem}.p-datatable .p-datatable-loading-icon.p-icon{width:2rem;height:2rem}.p-datatable.p-datatable-gridlines .p-datatable-header{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-footer{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-paginator-top{border-width:0 1px 0 1px}.p-datatable.p-datatable-gridlines .p-paginator-bottom{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td{border-width:1px 0 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td:last-child{border-width:1px 1px 0 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr:last-child>td:last-child{border-width:1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td{border-width:1px 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td:last-child{border-width:1px 1px 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines .p-datatable-thead+.p-datatable-tfoot>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td{border-width:0 0 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:last-child{border-width:0 1px 1px 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td{border-width:0 0 0 1px}.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody>tr:last-child>td:last-child{border-width:0 1px 0 1px}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd{background:#0000000d}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight{background:#007bff;color:#fff}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#fff}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#fff}.p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd+.p-row-expanded{background:#0000000d}.p-datatable.p-datatable-sm .p-datatable-header{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-thead>tr>th{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tbody>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td{padding:.5rem}.p-datatable.p-datatable-sm .p-datatable-footer{padding:.5rem}.p-datatable.p-datatable-lg .p-datatable-header{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-thead>tr>th{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tbody>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td{padding:1.25rem}.p-datatable.p-datatable-lg .p-datatable-footer{padding:1.25rem}.p-datatable-drag-selection-helper{background:#007bff29}.p-dataview .p-paginator-top,.p-dataview .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-dataview .p-dataview-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-dataview .p-dataview-content{background:#fff;color:#212529;border:0 none;padding:0}.p-dataview .p-dataview-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.p-dataview .p-dataview-loading-icon{font-size:2rem}.p-dataview .p-dataview-loading-icon.p-icon{width:2rem;height:2rem}.p-datascroller .p-paginator-top,.p-datascroller .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-datascroller .p-datascroller-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-datascroller .p-datascroller-content{background:#fff;color:#212529;border:0 none;padding:0}.p-datascroller.p-datascroller-inline .p-datascroller-list>li{border:1px solid #dee2e6;border-width:1px 0 0 0}.p-datascroller .p-datascroller-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.p-column-filter-row .p-column-filter-menu-button,.p-column-filter-row .p-column-filter-clear-button{margin-left:.5rem}.p-column-filter-menu-button{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-column-filter-menu-button:hover{color:#495057;border-color:transparent;background:transparent}.p-column-filter-menu-button.p-column-filter-menu-button-open,.p-column-filter-menu-button.p-column-filter-menu-button-open:hover{background:transparent;color:#495057}.p-column-filter-menu-button.p-column-filter-menu-button-active,.p-column-filter-menu-button.p-column-filter-menu-button-active:hover{background:#007bff;color:#fff}.p-column-filter-menu-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-column-filter-clear-button{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-column-filter-clear-button:hover{color:#495057;border-color:transparent;background:transparent}.p-column-filter-clear-button:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-column-filter-overlay{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);border-radius:4px;box-shadow:none;min-width:12.5rem}.p-column-filter-overlay .p-column-filter-row-items{padding:.5rem 0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item{margin:0;padding:.5rem 1.5rem;border:0 none;color:#212529;background:transparent;transition:box-shadow .15s;border-radius:0}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight{color:#fff;background:#007bff}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover{color:#212529;background:#e9ecef}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #268fff80}.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-column-filter-overlay-menu .p-column-filter-operator{padding:.75rem 1.5rem;border-bottom:1px solid #dee2e6;color:#212529;background:#efefef;margin:0;border-top-right-radius:4px;border-top-left-radius:4px}.p-column-filter-overlay-menu .p-column-filter-constraint{padding:1.25rem;border-bottom:1px solid #dee2e6}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown{margin-bottom:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button{margin-top:.5rem}.p-column-filter-overlay-menu .p-column-filter-constraint:last-child{border-bottom:0 none}.p-column-filter-overlay-menu .p-column-filter-add-rule{padding:.5rem 1.25rem}.p-column-filter-overlay-menu .p-column-filter-buttonbar,.p-orderlist .p-orderlist-controls{padding:1.25rem}.p-orderlist .p-orderlist-controls .p-button{margin-bottom:.5rem}.p-orderlist .p-orderlist-header{background:#efefef;color:#212529;border:1px solid #dee2e6;padding:1rem 1.25rem;font-weight:600;border-bottom:0 none;border-top-right-radius:4px;border-top-left-radius:4px}.p-orderlist .p-orderlist-filter-container{padding:1rem 1.25rem;background:#fff;border:1px solid #dee2e6;border-bottom:0 none}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input{padding-right:1.75rem}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{right:.75rem;color:#495057}.p-orderlist .p-orderlist-list{border:1px solid #dee2e6;background:#fff;color:#212529;padding:.5rem 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;outline:0 none}.p-orderlist .p-orderlist-list .p-orderlist-item{padding:.5rem 1.5rem;margin:0;border:0 none;color:#212529;background:transparent;transition:transform .15s,box-shadow .15s}.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-orderlist .p-orderlist-list .p-orderlist-item.p-focus{color:#212529;background:#dee2e6}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{color:#fff;background:#007bff}.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus{background:#0067d6}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n){background:#0000000d}.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover{background:#e9ecef}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-organizationchart .p-organizationchart-node-content.p-highlight{background:#007bff;color:#fff}.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#003e80}.p-organizationchart .p-organizationchart-line-down{background:#dee2e6}.p-organizationchart .p-organizationchart-line-left{border-right:1px solid #dee2e6;border-color:#dee2e6}.p-organizationchart .p-organizationchart-line-top{border-top:1px solid #dee2e6;border-color:#dee2e6}.p-organizationchart .p-organizationchart-node-content{border:1px solid #dee2e6;background:#fff;color:#212529;padding:1.25rem}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{background:inherit;color:inherit;border-radius:50%}.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-paginator{background:#fff;color:#007bff;border:solid #dee2e6;border-width:0;padding:.75rem;border-radius:4px}.p-paginator .p-paginator-first,.p-paginator .p-paginator-prev,.p-paginator .p-paginator-next,.p-paginator .p-paginator-last{background-color:#fff;border:1px solid #dee2e6;color:#007bff;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;transition:box-shadow .15s;border-radius:0}.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover{background:#e9ecef;border-color:#dee2e6;color:#007bff}.p-paginator .p-paginator-first{border-top-left-radius:0;border-bottom-left-radius:0}.p-paginator .p-paginator-last{border-top-right-radius:0;border-bottom-right-radius:0}.p-paginator .p-dropdown{margin-left:.5rem;height:2.357rem}.p-paginator .p-dropdown .p-dropdown-label{padding-right:0}.p-paginator .p-paginator-page-input{margin-left:.5rem;margin-right:.5rem}.p-paginator .p-paginator-page-input .p-inputtext{max-width:2.357rem}.p-paginator .p-paginator-current{background-color:#fff;border:1px solid #dee2e6;color:#007bff;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;padding:0 .5rem}.p-paginator .p-paginator-pages .p-paginator-page{background-color:#fff;border:1px solid #dee2e6;color:#007bff;min-width:2.357rem;height:2.357rem;margin:0 0 0 -1px;transition:box-shadow .15s;border-radius:0}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background:#007bff;border-color:#007bff;color:#fff}.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background:#e9ecef;border-color:#dee2e6;color:#007bff}.p-picklist .p-picklist-buttons{padding:1.25rem}.p-picklist .p-picklist-buttons .p-button{margin-bottom:.5rem}.p-picklist .p-picklist-header{background:#efefef;color:#212529;border:1px solid #dee2e6;padding:1rem 1.25rem;font-weight:600;border-bottom:0 none;border-top-right-radius:4px;border-top-left-radius:4px}.p-picklist .p-picklist-filter-container{padding:1rem 1.25rem;background:#fff;border:1px solid #dee2e6;border-bottom:0 none}.p-picklist .p-picklist-filter-container .p-picklist-filter-input{padding-right:1.75rem}.p-picklist .p-picklist-filter-container .p-picklist-filter-icon{right:.75rem;color:#495057}.p-picklist .p-picklist-list{border:1px solid #dee2e6;background:#fff;color:#212529;padding:.5rem 0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;outline:0 none}.p-picklist .p-picklist-list .p-picklist-item{padding:.5rem 1.5rem;margin:0;border:0 none;color:#212529;background:transparent;transition:transform .15s,box-shadow .15s}.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-picklist .p-picklist-list .p-picklist-item.p-focus{color:#212529;background:#dee2e6}.p-picklist .p-picklist-list .p-picklist-item.p-highlight{color:#fff;background:#007bff}.p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus{background:#0067d6}.p-tree-container{margin:0;padding:0;list-style-type:none;overflow:auto}.p-treenode-children{margin:0;padding:0;list-style-type:none}.p-treenode-selectable{cursor:pointer;-webkit-user-select:none;user-select:none}.p-tree-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.p-treenode-leaf>.p-treenode-content .p-tree-toggler{visibility:hidden}.p-treenode-content{display:flex;align-items:center}.p-tree-filter{width:100%}.p-tree-filter-container{position:relative;display:block;width:100%}.p-tree-filter-icon{position:absolute;top:50%;margin-top:-.5rem}.p-tree-loading{position:relative;min-height:4rem}.p-tree .p-tree-loading-overlay{position:absolute;z-index:1;display:flex;align-items:center;justify-content:center}.p-tree{border:1px solid #dee2e6;background:#fff;color:#212529;padding:1.25rem;border-radius:4px}.p-tree .p-tree-container .p-treenode{padding:.143rem;outline:0 none}.p-tree .p-tree-container .p-treenode:focus>.p-treenode-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #268fff80}.p-tree .p-tree-container .p-treenode .p-treenode-content{border-radius:4px;transition:box-shadow .15s;padding:.286rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{margin-right:.5rem;width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{margin-right:.5rem;color:#6c757d}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin-right:.5rem}.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon{color:#212529}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background:#007bff;color:#fff}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover{color:#fff}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover{background:#e9ecef;color:#212529}.p-tree .p-tree-filter-container{margin-bottom:.5rem}.p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:1.75rem}.p-tree .p-tree-filter-container .p-tree-filter-icon{right:.75rem;color:#495057}.p-tree .p-treenode-children{padding:0 0 0 1rem}.p-tree .p-tree-loading-icon{font-size:2rem}.p-tree .p-tree-loading-icon.p-icon{width:2rem;height:2rem}.p-tree .p-treenode-droppoint{height:.5rem}.p-tree .p-treenode-droppoint.p-treenode-droppoint-active{background:#0062cc}.p-treetable{position:relative}.p-treetable>.p-treetable-wrapper{overflow:auto}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-treetable-selectable .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle;overflow:hidden;position:relative}.p-treetable-toggler+.p-checkbox{vertical-align:middle}.p-treetable-toggler+.p-checkbox+span{vertical-align:middle}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-thead>tr>th,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-tbody>tr>td{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-header,.p-treetable-scrollable-footer{overflow:hidden;border:0 none}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-unfrozen-view{position:absolute;top:0;left:0}.p-treetable-reorder-indicator-up,.p-treetable-reorder-indicator-down{position:absolute;display:none}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable .p-treetable-thead>tr>th.p-align-left>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-left,.p-treetable .p-treetable-tfoot>tr>td.p-align-left{text-align:left;justify-content:flex-start}.p-treetable .p-treetable-thead>tr>th.p-align-right>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-right,.p-treetable .p-treetable-tfoot>tr>td.p-align-right{text-align:right;justify-content:flex-end}.p-treetable .p-treetable-thead>tr>th.p-align-center>.p-column-header-content,.p-treetable .p-treetable-tbody>tr>td.p-align-center,.p-treetable .p-treetable-tfoot>tr>td.p-align-center{text-align:center;justify-content:center}.p-treetable .p-paginator-top,.p-treetable .p-paginator-bottom{border-width:1px 0 0 0;border-radius:0}.p-treetable .p-treetable-header{background:#efefef;color:#212529;border:solid #dee2e6;border-width:1px 0 0 0;padding:1rem;font-weight:600}.p-treetable .p-treetable-footer{background:#efefef;color:#212529;border:1px solid #dee2e6;border-width:1px 0 1px 0;padding:1rem;font-weight:600}.p-treetable .p-treetable-thead>tr>th{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 2px 0;font-weight:600;color:#212529;background:#fff;transition:box-shadow .15s}.p-treetable .p-treetable-tfoot>tr>td{text-align:left;padding:1rem;border:1px solid #dee2e6;border-width:1px 0 1px 0;font-weight:600;color:#212529;background:#fff}.p-treetable .p-sortable-column{outline-color:#268fff80}.p-treetable .p-sortable-column .p-sortable-column-icon{color:#6c757d;margin-left:.5rem}.p-treetable .p-sortable-column .p-sortable-column-badge{border-radius:50%;height:1.143rem;min-width:1.143rem;line-height:1.143rem;color:#fff;background:#007bff;margin-left:.5rem}.p-treetable .p-sortable-column:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#6c757d}.p-treetable .p-sortable-column.p-highlight{background:#fff;color:#007bff}.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#007bff}.p-treetable .p-treetable-tbody>tr{background:#fff;color:#212529;transition:box-shadow .15s}.p-treetable .p-treetable-tbody>tr>td{text-align:left;border:1px solid #dee2e6;border-width:1px 0 0 0;padding:1rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox{margin-right:.5rem}.p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon{color:#212529}.p-treetable .p-treetable-tbody>tr:focus-visible{outline:.15rem solid rgba(38,143,255,.5);outline-offset:-.15rem}.p-treetable .p-treetable-tbody>tr.p-highlight{background:#007bff;color:#fff}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#fff}.p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover{color:#fff}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover{background:#e9ecef;color:#212529}.p-treetable.p-treetable-selectable .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler,.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler{color:#212529}.p-treetable .p-column-resizer-helper{background:#007bff}.p-treetable .p-treetable-scrollable-header,.p-treetable .p-treetable-scrollable-footer{background:#efefef}.p-treetable .p-treetable-loading-icon{font-size:2rem}.p-treetable .p-treetable-loading-icon.p-icon{width:2rem;height:2rem}.p-treetable.p-treetable-gridlines .p-treetable-header{border-width:1px 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-footer{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-top{border-width:0 1px 0 1px}.p-treetable.p-treetable-gridlines .p-treetable-bottom{border-width:0 1px 1px 1px}.p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td{border-width:1px}.p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td{border-width:1px}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd{background:#0000000d}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight{background:#007bff;color:#fff}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler{color:#fff}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd.p-highlight .p-row-toggler:hover{color:#fff}.p-treetable.p-treetable-striped .p-treetable-tbody>tr.p-row-odd+.p-row-expanded{background:#0000000d}.p-treetable.p-treetable-sm .p-treetable-header{padding:.875rem}.p-treetable.p-treetable-sm .p-treetable-thead>tr>th{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tbody>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td{padding:.5rem}.p-treetable.p-treetable-sm .p-treetable-footer{padding:.5rem}.p-treetable.p-treetable-lg .p-treetable-header{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-thead>tr>th{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tbody>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td{padding:1.25rem}.p-treetable.p-treetable-lg .p-treetable-footer{padding:1.25rem}.p-timeline .p-timeline-event-marker{border:0 none;border-radius:50%;width:1rem;height:1rem;background-color:#007bff}.p-timeline .p-timeline-event-connector{background-color:#dee2e6}.p-timeline.p-timeline-vertical .p-timeline-event-opposite,.p-timeline.p-timeline-vertical .p-timeline-event-content{padding:0 1rem}.p-timeline.p-timeline-vertical .p-timeline-event-connector{width:2px}.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,.p-timeline.p-timeline-horizontal .p-timeline-event-content{padding:1rem 0}.p-timeline.p-timeline-horizontal .p-timeline-event-connector{height:2px}.p-accordion .p-accordion-header .p-accordion-header-link{padding:1rem 1.25rem;border:1px solid #dee2e6;color:#212529;background:#efefef;font-weight:600;border-radius:4px;transition:box-shadow .15s}.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon{margin-right:.5rem}.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link{background:#e9ecef;border-color:#dee2e6;color:#212529}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link{background:#efefef;border-color:#dee2e6;color:#212529;border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-color:#dee2e6;background:#e9ecef;color:#212529}.p-accordion .p-accordion-content{padding:1.25rem;border:1px solid #dee2e6;background:#fff;color:#212529;border-top:0;border-radius:0 0 4px 4px}.p-accordion .p-accordion-tab{margin-bottom:0}.p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link{border-radius:0}.p-accordion .p-accordion-tab .p-accordion-content{border-bottom-right-radius:0;border-bottom-left-radius:0}.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link{border-top:0 none}.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link,.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link{border-top:0 none}.p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link{border-top-right-radius:4px;border-top-left-radius:4px}.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-card{background:#fff;color:#212529;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border-radius:4px}.p-card .p-card-body{padding:1.5rem}.p-card .p-card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.p-card .p-card-subtitle{font-weight:400;margin-bottom:.5rem;color:#6c757d}.p-card .p-card-content{padding:1rem 0}.p-card .p-card-footer{padding:1rem 0 0}.p-fieldset{border:1px solid #dee2e6;background:#fff;color:#212529;border-radius:4px}.p-fieldset .p-fieldset-legend{padding:1rem 1.25rem;border:1px solid #dee2e6;color:#212529;background:#efefef;font-weight:600;border-radius:4px}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend{padding:0;transition:box-shadow .15s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a{padding:1rem 1.25rem;color:#212529;border-radius:4px;transition:box-shadow .15s}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler{margin-right:.5rem}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover{background:#e9ecef;border-color:#dee2e6;color:#212529}.p-fieldset .p-fieldset-content{padding:1.25rem}.p-divider .p-divider-content{background-color:#fff}.p-divider.p-divider-horizontal{margin:1rem 0;padding:0 1rem}.p-divider.p-divider-horizontal:before{border-top:1px #dee2e6}.p-divider.p-divider-horizontal .p-divider-content{padding:0 .5rem}.p-divider.p-divider-vertical{margin:0 1rem;padding:1rem 0}.p-divider.p-divider-vertical:before{border-left:1px #dee2e6}.p-divider.p-divider-vertical .p-divider-content{padding:.5rem 0}.p-panel .p-panel-header{border:1px solid #dee2e6;padding:1rem 1.25rem;background:#efefef;color:#212529;border-top-right-radius:4px;border-top-left-radius:4px}.p-panel .p-panel-header .p-panel-title{font-weight:600}.p-panel .p-panel-header .p-panel-header-icon{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-panel .p-panel-header .p-panel-header-icon:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-panel .p-panel-header .p-panel-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-panel.p-panel-toggleable .p-panel-header{padding:.5rem 1.25rem}.p-panel:has(>.p-panel-footer) .p-panel-content{border-bottom-left-radius:0;border-bottom-right-radius:0}.p-panel .p-panel-content{padding:1.25rem;border:1px solid #dee2e6;background:#fff;color:#212529;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top:0 none}.p-panel .p-panel-footer{padding:.5rem 1.25rem;border:1px solid #dee2e6;background:#fff;color:#212529;border-top:0 none}.p-splitter{border:1px solid #dee2e6;background:#fff;border-radius:4px;color:#212529}.p-splitter .p-splitter-gutter{transition:box-shadow .15s;background:#efefef}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle{background:#dee2e6}.p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-splitter .p-splitter-gutter-resizing{background:#dee2e6}.p-stepper .p-stepper-nav{display:flex;justify-content:space-between;margin:0;padding:0;list-style-type:none}.p-stepper .p-stepper-header{padding:.5rem}.p-stepper .p-stepper-header .p-stepper-action{transition:box-shadow .15s;border-radius:4px;background:transparent;outline-color:transparent}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-number{color:#212529;border:1px solid #dee2e6;border-width:2px;background:transparent;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;border-radius:4px;transition:box-shadow .15s}.p-stepper .p-stepper-header .p-stepper-action .p-stepper-title{margin-left:.5rem;color:#6c757d;font-weight:600;transition:box-shadow .15s}.p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-stepper .p-stepper-header.p-highlight .p-stepper-number{background:#007bff;color:#fff}.p-stepper .p-stepper-header.p-highlight .p-stepper-title{color:#212529}.p-stepper .p-stepper-header:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-stepper .p-stepper-header:has(~.p-highlight) .p-stepper-separator{background-color:#007bff}.p-stepper .p-stepper-panels{background:#fff;padding:1.25rem;color:#212529}.p-stepper .p-stepper-separator{background-color:#dee2e6;width:100%;height:2px;margin-inline-start:1rem;transition:box-shadow .15s}.p-stepper.p-stepper-vertical{display:flex;flex-direction:column}.p-stepper.p-stepper-vertical .p-stepper-toggleable-content{display:flex;flex:1 1 auto;background:#fff;color:#212529}.p-stepper.p-stepper-vertical .p-stepper-panel{display:flex;flex-direction:column;flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active{flex:1 1 auto}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header{flex:initial}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content{width:100%;padding-left:1rem}.p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator{flex:0 0 auto;width:2px;height:auto;margin-inline-start:calc(1.75rem + 2px)}.p-stepper.p-stepper-vertical .p-stepper-panel:has(~.p-stepper-panel-active) .p-stepper-separator{background-color:#007bff}.p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content{padding-left:3rem}.p-scrollpanel .p-scrollpanel-bar{background:#efefef;border:0 none}.p-scrollpanel .p-scrollpanel-bar:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-tabview-nav-container{position:relative}.p-tabview-scrollable .p-tabview-nav-container{overflow:hidden}.p-tabview-nav-content{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior:contain auto;position:relative}.p-tabview-nav{display:flex;margin:0;padding:0;list-style-type:none;flex:1 1 auto}.p-tabview-nav-link{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;position:relative;text-decoration:none;overflow:hidden}.p-tabview-ink-bar{display:none;z-index:1}.p-tabview-nav-link:focus{z-index:1}.p-tabview-close{z-index:1}.p-tabview-title{line-height:1;white-space:nowrap}.p-tabview-nav-btn{position:absolute;top:0;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.p-tabview-nav-prev{left:0}.p-tabview-nav-next{right:0}.p-tabview-nav-content::-webkit-scrollbar{display:none}.p-tabview .p-tabview-nav{background:transparent;border:1px solid #dee2e6;border-width:0 0 1px 0}.p-tabview .p-tabview-nav li{margin-right:0}.p-tabview .p-tabview-nav li .p-tabview-nav-link{border:solid;border-width:1px;border-color:#ffffff #ffffff #dee2e6 #ffffff;background:#fff;color:#6c757d;padding:.75rem 1rem;font-weight:600;border-top-right-radius:4px;border-top-left-radius:4px;transition:box-shadow .15s;margin:0 0 -1px}.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link{background:#fff;border-color:#dee2e6;color:#6c757d}.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link{background:#fff;border-color:#dee2e6 #dee2e6 #ffffff #dee2e6;color:#495057}.p-tabview .p-tabview-close{margin-left:.5rem}.p-tabview .p-tabview-nav-btn.p-link{background:#fff;color:#495057;width:2.357rem;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;border-radius:0}.p-tabview .p-tabview-nav-btn.p-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tabview .p-tabview-panels{background:#fff;padding:1.25rem;border:0 none;color:#212529;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-toolbar{background:#efefef;border:1px solid #dee2e6;padding:1rem 1.25rem;border-radius:4px;gap:.5rem}.p-toolbar .p-toolbar-separator{margin:0 .5rem}.p-confirm-popup{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:none}.p-confirm-popup .p-confirm-popup-content{padding:1.25rem}.p-confirm-popup .p-confirm-popup-footer{text-align:right;padding:0 1.25rem 1.25rem}.p-confirm-popup .p-confirm-popup-footer button{margin:0 .5rem 0 0;width:auto}.p-confirm-popup .p-confirm-popup-footer button:last-child{margin:0}.p-confirm-popup:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-confirm-popup:before{border:solid transparent;border-color:#0000;border-bottom-color:#0003}.p-confirm-popup.p-confirm-popup-flipped:after{border-top-color:#fff}.p-confirm-popup.p-confirm-popup-flipped:before{border-top-color:#0003}.p-confirm-popup .p-confirm-popup-icon{font-size:1.5rem}.p-confirm-popup .p-confirm-popup-icon.p-icon{width:1.5rem;height:1.5rem}.p-confirm-popup .p-confirm-popup-message{margin-left:1rem}.p-dialog{border-radius:4px;box-shadow:none;border:1px solid rgba(0,0,0,.2)}.p-dialog .p-dialog-header{border-bottom:1px solid #e9ecef;background:#fff;color:#212529;padding:1rem;border-top-right-radius:4px;border-top-left-radius:4px}.p-dialog .p-dialog-header .p-dialog-title{font-weight:600;font-size:1.25rem}.p-dialog .p-dialog-header .p-dialog-header-icon{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-dialog .p-dialog-header .p-dialog-header-icon{margin-right:.5rem}.p-dialog .p-dialog-header .p-dialog-header-icon:last-child{margin-right:0}.p-dialog .p-dialog-content{background:#fff;color:#212529;padding:1rem}.p-dialog .p-dialog-content:last-of-type{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-dialog .p-dialog-footer{border-top:1px solid #e9ecef;background:#fff;color:#212529;padding:1rem;text-align:right;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-dialog .p-dialog-footer button{margin:0 .5rem 0 0;width:auto}.p-dialog.p-dialog-maximized .p-dialog-header,.p-dialog.p-dialog-maximized .p-dialog-content:last-of-type{border-radius:0}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon{font-size:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon{width:2rem;height:2rem}.p-dialog.p-confirm-dialog .p-confirm-dialog-message{margin-left:1rem}.p-overlaypanel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:none}.p-overlaypanel .p-overlaypanel-content{padding:1.25rem}.p-overlaypanel .p-overlaypanel-close{background:#007bff;color:#fff;width:2rem;height:2rem;transition:box-shadow .15s;border-radius:50%;position:absolute;top:-1rem;right:-1rem}.p-overlaypanel .p-overlaypanel-close:enabled:hover{background:#0069d9;color:#fff}.p-overlaypanel:after{border:solid transparent;border-color:#fff0;border-bottom-color:#fff}.p-overlaypanel:before{border:solid transparent;border-color:#0000;border-bottom-color:#0003}.p-overlaypanel.p-overlaypanel-flipped:after{border-top-color:#fff}.p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#0003}.p-sidebar{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.2);box-shadow:none}.p-sidebar .p-sidebar-header{padding:1rem 1.25rem}.p-sidebar .p-sidebar-header .p-sidebar-close,.p-sidebar .p-sidebar-header .p-sidebar-icon{width:2rem;height:2rem;color:#6c757d;border:0 none;background:transparent;border-radius:50%;transition:box-shadow .15s}.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover{color:#495057;border-color:transparent;background:transparent}.p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-sidebar .p-sidebar-header+.p-sidebar-content{padding-top:0}.p-sidebar .p-sidebar-content{padding:1.25rem}.p-tooltip .p-tooltip-text{background:#212529;color:#fff;padding:.5rem .75rem;box-shadow:none;border-radius:4px}.p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#212529}.p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#212529}.p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#212529}.p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#212529}.p-fileupload .p-fileupload-buttonbar{background:#efefef;padding:1rem 1.25rem;border:1px solid #dee2e6;color:#212529;border-bottom:0 none;border-top-right-radius:4px;border-top-left-radius:4px;gap:.5rem}.p-fileupload .p-fileupload-buttonbar .p-button{margin-right:.5rem}.p-fileupload .p-fileupload-content{background:#fff;padding:2rem 1rem;border:1px solid #dee2e6;color:#212529;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-fileupload .p-progressbar{height:.25rem}.p-fileupload .p-fileupload-row>div{padding:1rem}.p-fileupload.p-fileupload-advanced .p-message{margin-top:0}.p-breadcrumb{background:#efefef;border:0 none;border-radius:4px;padding:1rem}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link{transition:box-shadow .15s;border-radius:4px}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text,.p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon{color:#007bff}.p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator{margin:0 .5rem;color:#6c757d}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text{color:#6c757d}.p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon{color:#6c757d}.p-contextmenu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px;width:12.5rem}.p-contextmenu .p-contextmenu-root-list{outline:0 none}.p-contextmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;border-radius:4px}.p-contextmenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-contextmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-contextmenu .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-contextmenu .p-submenu-icon{font-size:.875rem}.p-contextmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-dock .p-dock-list-container{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:.5rem;border-radius:.5rem}.p-dock .p-dock-list-container .p-dock-list{outline:0 none}.p-dock .p-dock-item{padding:.5rem;border-radius:4px}.p-dock .p-dock-item.p-focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .15rem #268fff80}.p-dock .p-dock-action{width:4rem;height:4rem}.p-dock.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-bottom .p-dock-item-second-next{margin:0 .9rem}.p-dock.p-dock-top .p-dock-item-prev,.p-dock.p-dock-top .p-dock-item-next,.p-dock.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-bottom .p-dock-item-next{margin:0 1.3rem}.p-dock.p-dock-top .p-dock-item-current,.p-dock.p-dock-bottom .p-dock-item-current{margin:0 1.5rem}.p-dock.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-right .p-dock-item-second-next{margin:.9rem 0}.p-dock.p-dock-left .p-dock-item-prev,.p-dock.p-dock-left .p-dock-item-next,.p-dock.p-dock-right .p-dock-item-prev,.p-dock.p-dock-right .p-dock-item-next{margin:1.3rem 0}.p-dock.p-dock-left .p-dock-item-current,.p-dock.p-dock-right .p-dock-item-current{margin:1.5rem 0}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container{overflow-x:auto;width:100%}.p-dock.p-dock-mobile.p-dock-top .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-bottom .p-dock-list-container .p-dock-list{margin:0 auto}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container{overflow-y:auto;height:100%}.p-dock.p-dock-mobile.p-dock-left .p-dock-list-container .p-dock-list,.p-dock.p-dock-mobile.p-dock-right .p-dock-list-container .p-dock-list{margin:auto 0}.p-dock.p-dock-mobile .p-dock-list .p-dock-item,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-top .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-bottom .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-left .p-dock-item-current,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-second-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-prev,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-next,.p-dock.p-dock-mobile.p-dock-magnification.p-dock-right .p-dock-item-current{transform:none;margin:0}.p-megamenu{padding:.5rem 1rem;background:#efefef;color:#000000e6;border:0 none;border-radius:4px}.p-megamenu .p-megamenu-root-list{outline:0 none}.p-megamenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-megamenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu .p-megamenu-panel{background:#fff;color:#212529;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-megamenu .p-submenu-header{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600;border-top-right-radius:4px;border-top-left-radius:4px}.p-megamenu .p-submenu-list{padding:.5rem 0;width:12.5rem}.p-megamenu .p-submenu-list .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-megamenu.p-megamenu-vertical{width:12.5rem;padding:.5rem 0}.p-megamenu .p-megamenu-button{width:2rem;height:2rem;color:#00000080;border-radius:50%;transition:box-shadow .15s}.p-megamenu .p-megamenu-button:hover{color:#000000b3;background:transparent}.p-megamenu .p-megamenu-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content{color:#00000080;transition:box-shadow .15s;border-radius:4px}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:1rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#00000080}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#00000080;margin-right:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#00000080;margin-left:.5rem}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#000000b3;background:transparent}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#000000b3}.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#000000b3}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon{font-size:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem{width:100%;position:static}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-submenu-icon{transition:transform .15s;transform:rotate(90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menuitem{width:100%;position:static}.p-menu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid #dee2e6;border-radius:4px;width:12.5rem}.p-menu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-menu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-menu.p-menu-overlay{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-menu .p-submenu-header{margin:0;padding:.75rem 1rem;color:#212529;background:#fff;font-weight:600;border-top-right-radius:0;border-top-left-radius:0}.p-menu .p-menu-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menubar{padding:.5rem 1rem;background:#efefef;color:#000000e6;border:0 none;border-radius:4px}.p-menubar .p-menubar-root-list{outline:0 none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content{color:#00000080;transition:box-shadow .15s;border-radius:4px}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link{padding:1rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#00000080}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#00000080;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#00000080;margin-left:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#000000b3;background:transparent}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#000000b3}.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#000000b3}.p-menubar .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-menubar .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-submenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;width:12.5rem}.p-menubar .p-submenu-list .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menubar .p-submenu-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-button{width:2rem;height:2rem;color:#00000080;border-radius:50%;transition:box-shadow .15s}.p-menubar.p-menubar-mobile .p-menubar-button:hover{color:#000000b3;background:transparent}.p-menubar.p-menubar-mobile .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-menubar.p-menubar-mobile .p-menubar-root-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-left:auto;transition:transform .15s}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem.p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .15s;transform:rotate(90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-content>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}@media screen and (max-width: 960px){.p-menubar{position:relative}.p-menubar .p-menubar-button{display:flex;width:2rem;height:2rem;color:#00000080;border-radius:50%;transition:box-shadow .15s}.p-menubar .p-menubar-button:hover{color:#000000b3;background:transparent}.p-menubar .p-menubar-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-menubar .p-menubar-root-list{position:absolute;display:none;padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none;width:100%}.p-menubar .p-menubar-root-list .p-menu-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-menubar .p-menubar-root-list .p-submenu-icon{font-size:.875rem}.p-menubar .p-menubar-root-list .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-menubar .p-menubar-root-list>.p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{margin-left:auto;transition:transform .15s}.p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-180deg)}.p-menubar .p-menubar-root-list .p-submenu-list{width:100%;position:static;box-shadow:none;border:0 none}.p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon{transition:transform .15s;transform:rotate(90deg)}.p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon{transform:rotate(-90deg)}.p-menubar .p-menubar-root-list .p-menuitem{width:100%;position:static}.p-menubar .p-menubar-root-list ul li a{padding-left:2.25rem}.p-menubar .p-menubar-root-list ul li ul li a{padding-left:3.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li a{padding-left:5.25rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li a{padding-left:6.75rem}.p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a{padding-left:8.25rem}.p-menubar.p-menubar-mobile-active .p-menubar-root-list{display:flex;flex-direction:column;top:100%;left:0;z-index:1}}.p-panelmenu .p-panelmenu-header{outline:0 none}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content{border:1px solid #dee2e6;color:#212529;background:#efefef;border-radius:4px;transition:box-shadow .15s}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link{color:#212529;padding:1rem 1.25rem;font-weight:600}.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon,.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-menuitem-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content{background:#e9ecef;border-color:#dee2e6;color:#212529}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content{background:#efefef;border-color:#dee2e6;color:#212529;border-bottom-right-radius:0;border-bottom-left-radius:0;margin-bottom:0}.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-color:#dee2e6;background:#e9ecef;color:#212529}.p-panelmenu .p-panelmenu-content{padding:.5rem 0;border:1px solid #dee2e6;background:#fff;color:#212529;border-top:0;border-radius:0 0 4px 4px}.p-panelmenu .p-panelmenu-content .p-panelmenu-root-list{outline:0 none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon{margin-right:.5rem}.p-panelmenu .p-panelmenu-content .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list){padding:0 0 0 1rem}.p-panelmenu .p-panelmenu-panel{margin-bottom:0}.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-content,.p-panelmenu .p-panelmenu-panel .p-panelmenu-content{border-radius:0}.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header .p-panelmenu-header-content{border-top:0 none}.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content,.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content{border-top:0 none}.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header .p-panelmenu-header-content{border-top-right-radius:4px;border-top-left-radius:4px}.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) .p-panelmenu-header-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.p-slidemenu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid #dee2e6;border-radius:4px;width:12.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-slidemenu .p-menuitem-link>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu .p-menuitem-link.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-slidemenu.p-slidemenu-overlay{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-slidemenu .p-slidemenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link{background:#e9ecef}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-text{color:#212529}.p-slidemenu .p-slidemenu.p-slidemenu-active>.p-slidemenu-link .p-slidemenu-icon{color:#212529}.p-slidemenu .p-slidemenu-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-slidemenu .p-slidemenu-icon{font-size:.875rem}.p-slidemenu .p-slidemenu-icon.p-icon{width:.875rem;height:.875rem}.p-slidemenu .p-slidemenu-backward{padding:.75rem 1rem;color:#212529}.p-steps .p-steps-item .p-menuitem-link{transition:box-shadow .15s;border-radius:4px;background:transparent}.p-steps .p-steps-item .p-menuitem-link .p-steps-number{color:#212529;border:1px solid #dee2e6;background:transparent;min-width:2rem;height:2rem;line-height:2rem;font-size:1.143rem;z-index:1;border-radius:4px}.p-steps .p-steps-item .p-menuitem-link .p-steps-title{margin-top:.5rem;color:#6c757d}.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-steps .p-steps-item.p-highlight .p-steps-number{background:#007bff;color:#fff}.p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:600;color:#212529}.p-steps .p-steps-item:before{content:" ";border-top:1px solid #dee2e6;width:100%;top:50%;left:0;display:block;position:absolute;margin-top:-1rem}.p-tabmenu .p-tabmenu-nav{background:transparent;border:1px solid #dee2e6;border-width:0 0 1px 0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{margin-right:0}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{border:solid;border-width:1px;border-color:#ffffff #ffffff #dee2e6 #ffffff;background:#fff;color:#6c757d;padding:.75rem 1rem;font-weight:600;border-top-right-radius:4px;border-top-left-radius:4px;transition:box-shadow .15s;margin:0 0 -1px;height:calc(100% + 1px)}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{margin-right:.5rem}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #268fff80}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background:#fff;border-color:#dee2e6;color:#6c757d}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background:#fff;border-color:#dee2e6 #dee2e6 #ffffff #dee2e6;color:#495057}.p-tieredmenu{padding:.5rem 0;background:#fff;color:#212529;border:1px solid #dee2e6;border-radius:4px;width:12.5rem}.p-tieredmenu.p-tieredmenu-overlay{background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-tieredmenu .p-tieredmenu-root-list{outline:0 none}.p-tieredmenu .p-submenu-list{padding:.5rem 0;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:none}.p-tieredmenu .p-menuitem>.p-menuitem-content{color:#212529;transition:box-shadow .15s;border-radius:0}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link{color:#212529;padding:.75rem 1rem;-webkit-user-select:none;user-select:none}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-menuitem-icon{color:#212529;margin-right:.5rem}.p-tieredmenu .p-menuitem>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content{color:#212529;background:#e9ecef}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem.p-highlight>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem.p-highlight.p-focus>.p-menuitem-content{background:#e9ecef}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content{color:#212529;background:#dee2e6}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus>.p-menuitem-content .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover{color:#212529;background:#e9ecef}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-text{color:#212529}.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled)>.p-menuitem-content:hover .p-menuitem-link .p-submenu-icon{color:#212529}.p-tieredmenu .p-menuitem-separator{border-top:1px solid #dee2e6;margin:.5rem 0}.p-tieredmenu .p-submenu-icon{font-size:.875rem}.p-tieredmenu .p-submenu-icon.p-icon{width:.875rem;height:.875rem}.p-inline-message{padding:.5rem .75rem;margin:0;border-radius:4px}.p-inline-message.p-inline-message-info{background:#cce5ff;border:solid #b8daff;border-width:0px;color:#004085}.p-inline-message.p-inline-message-info .p-inline-message-icon{color:#004085}.p-inline-message.p-inline-message-success{background:#d4edda;border:solid #c3e6cb;border-width:0px;color:#155724}.p-inline-message.p-inline-message-success .p-inline-message-icon{color:#155724}.p-inline-message.p-inline-message-warn{background:#fff3cd;border:solid #ffeeba;border-width:0px;color:#856404}.p-inline-message.p-inline-message-warn .p-inline-message-icon{color:#856404}.p-inline-message.p-inline-message-error{background:#f8d7da;border:solid #f5c6cb;border-width:0px;color:#721c24}.p-inline-message.p-inline-message-error .p-inline-message-icon{color:#721c24}.p-inline-message .p-inline-message-icon{font-size:1rem;margin-right:.5rem}.p-inline-message .p-inline-message-icon.p-icon{width:1rem;height:1rem}.p-inline-message .p-inline-message-text{font-size:1rem}.p-inline-message.p-inline-message-icon-only .p-inline-message-icon{margin-right:0}.p-message{margin:1rem 0;border-radius:4px}.p-message .p-message-wrapper{padding:1rem 1.25rem}.p-message .p-message-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:box-shadow .15s}.p-message .p-message-close:hover{background:#ffffff80}.p-message .p-message-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-message.p-message-info{background:#cce5ff;border:solid #b8daff;border-width:1px;color:#004085}.p-message.p-message-info .p-message-icon,.p-message.p-message-info .p-message-close{color:#004085}.p-message.p-message-success{background:#d4edda;border:solid #c3e6cb;border-width:1px;color:#155724}.p-message.p-message-success .p-message-icon,.p-message.p-message-success .p-message-close{color:#155724}.p-message.p-message-warn{background:#fff3cd;border:solid #ffeeba;border-width:1px;color:#856404}.p-message.p-message-warn .p-message-icon,.p-message.p-message-warn .p-message-close{color:#856404}.p-message.p-message-error{background:#f8d7da;border:solid #f5c6cb;border-width:1px;color:#721c24}.p-message.p-message-error .p-message-icon,.p-message.p-message-error .p-message-close{color:#721c24}.p-message .p-message-text{font-size:1rem;font-weight:500}.p-message .p-message-icon{font-size:1.5rem;margin-right:.5rem}.p-message .p-message-icon.p-icon{width:1.5rem;height:1.5rem}.p-message .p-message-summary{font-weight:700}.p-message .p-message-detail{margin-left:.5rem}.p-toast{opacity:1}.p-toast .p-toast-message{margin:0 0 1rem;box-shadow:0 .25rem .75rem #0000001a;border-radius:4px}.p-toast .p-toast-message .p-toast-message-content{padding:1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text{margin:0 0 0 1rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon{font-size:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon{width:2rem;height:2rem}.p-toast .p-toast-message .p-toast-message-content .p-toast-summary{font-weight:700}.p-toast .p-toast-message .p-toast-message-content .p-toast-detail{margin:.5rem 0 0}.p-toast .p-toast-message .p-toast-icon-close{width:2rem;height:2rem;border-radius:50%;background:transparent;transition:box-shadow .15s}.p-toast .p-toast-message .p-toast-icon-close:hover{background:#ffffff80}.p-toast .p-toast-message .p-toast-icon-close:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-toast .p-toast-message.p-toast-message-info{background:#cce5ff;border:solid #b8daff;border-width:1px;color:#004085}.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close{color:#004085}.p-toast .p-toast-message.p-toast-message-success{background:#d4edda;border:solid #c3e6cb;border-width:1px;color:#155724}.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close{color:#155724}.p-toast .p-toast-message.p-toast-message-warn{background:#fff3cd;border:solid #ffeeba;border-width:1px;color:#856404}.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close{color:#856404}.p-toast .p-toast-message.p-toast-message-error{background:#f8d7da;border:solid #f5c6cb;border-width:1px;color:#721c24}.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close{color:#721c24}.p-galleria .p-galleria-close{margin:.5rem;background:transparent;color:#efefef;width:4rem;height:4rem;transition:box-shadow .15s;border-radius:4px}.p-galleria .p-galleria-close .p-galleria-close-icon{font-size:2rem}.p-galleria .p-galleria-close .p-galleria-close-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-close:hover{background:#ffffff1a;color:#efefef}.p-galleria .p-galleria-item-nav{background:transparent;color:#efefef;width:4rem;height:4rem;transition:box-shadow .15s;border-radius:4px;margin:0 .5rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon{font-size:2rem}.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon.p-icon,.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon.p-icon{width:2rem;height:2rem}.p-galleria .p-galleria-item-nav:not(.p-disabled):hover{background:#ffffff1a;color:#efefef}.p-galleria .p-galleria-caption{background:#00000080;color:#efefef;padding:1rem}.p-galleria .p-galleria-indicators{padding:1rem}.p-galleria .p-galleria-indicators .p-galleria-indicator button{background-color:#e9ecef;width:1rem;height:1rem;transition:box-shadow .15s;border-radius:4px}.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover{background:#dee2e6}.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#007bff;color:#fff}.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator,.p-galleria.p-galleria-indicators-top .p-galleria-indicator{margin-right:.5rem}.p-galleria.p-galleria-indicators-left .p-galleria-indicator,.p-galleria.p-galleria-indicators-right .p-galleria-indicator{margin-bottom:.5rem}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators{background:#00000080}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button{background:#fff6}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover{background:#fff9}.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button{background:#007bff;color:#fff}.p-galleria .p-galleria-thumbnail-container{background:#000000e6;padding:1rem .25rem}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next{margin:.5rem;background-color:transparent;color:#efefef;width:2rem;height:2rem;transition:box-shadow .15s;border-radius:4px}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover{background:#ffffff1a;color:#efefef}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content{transition:box-shadow .15s}.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-galleria-mask,.p-image-mask{--maskbg: rgba(0, 0, 0, .9)}.p-image-preview-indicator{background-color:transparent;color:#f8f9fa;transition:box-shadow .15s}.p-image-preview-indicator .p-icon{width:1.5rem;height:1.5rem}.p-image-preview-container:hover>.p-image-preview-indicator{background-color:#00000080}.p-image-toolbar{padding:1rem}.p-image-action.p-link{color:#f8f9fa;background-color:transparent;width:3rem;height:3rem;border-radius:50%;transition:box-shadow .15s;margin-right:.5rem}.p-image-action.p-link:last-child{margin-right:0}.p-image-action.p-link:hover{color:#f8f9fa;background-color:#ffffff1a}.p-image-action.p-link span{font-size:1.5rem}.p-image-action.p-link .p-icon{width:1.5rem;height:1.5rem}.p-avatar{background-color:#dee2e6;border-radius:4px}.p-avatar.p-avatar-lg{width:3rem;height:3rem;font-size:1.5rem}.p-avatar.p-avatar-lg .p-avatar-icon{font-size:1.5rem}.p-avatar.p-avatar-xl{width:4rem;height:4rem;font-size:2rem}.p-avatar.p-avatar-xl .p-avatar-icon{font-size:2rem}.p-avatar-circle{border-radius:50%}.p-avatar-group .p-avatar{border:2px solid #ffffff}.p-chip{background-color:#dee2e6;color:#212529;border-radius:16px;padding:0 .75rem}.p-chip .p-chip-text{line-height:1.5;margin-top:.25rem;margin-bottom:.25rem}.p-chip .p-chip-icon{margin-right:.5rem}.p-chip img{width:2rem;height:2rem;margin-left:-.75rem;margin-right:.5rem}.p-chip .p-chip-remove-icon{border-radius:4px;transition:box-shadow .15s;margin-left:.5rem}.p-chip .p-chip-remove-icon:focus-visible{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-chip .p-chip-remove-icon:focus{outline:0 none}.p-scrolltop{width:3rem;height:3rem;border-radius:4px;box-shadow:none;transition:box-shadow .15s}.p-scrolltop.p-link{background:#000000b3}.p-scrolltop.p-link:hover{background:#000c}.p-scrolltop .p-scrolltop-icon{font-size:1.5rem;color:#efefef}.p-scrolltop .p-scrolltop-icon.p-icon{width:1.5rem;height:1.5rem}.p-skeleton{background-color:#e9ecef;border-radius:4px}.p-skeleton:after{background:linear-gradient(90deg,#fff0,#fff6,#fff0)}.p-tag .p-tag-icon{margin-right:.25rem;font-size:.75rem}.p-tag .p-tag-icon.p-icon{width:.75rem;height:.75rem}.p-inplace .p-inplace-display{padding:.5rem .75rem;border-radius:4px;transition:background-color .15s,border-color .15s,box-shadow .15s}.p-inplace .p-inplace-display:not(.p-disabled):hover{background:#e9ecef;color:#212529}.p-inplace .p-inplace-display:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #268fff80}.p-metergroup .p-metergroup-meter-container{background:#e9ecef;border-radius:4px}.p-metergroup .p-metergroup-meter{border:0 none;background:#007bff}.p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item{line-height:1.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-type{background:#007bff;width:.5rem;height:.5rem;border-radius:100%;margin-right:.5rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label{margin-right:1rem}.p-metergroup .p-metergroup-label-list .p-metergroup-label-icon{width:1rem;height:1rem;margin-right:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter-container{height:.5rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type{border-top-left-radius:4px;border-bottom-left-radius:4px}.p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type{border-top-right-radius:4px;border-bottom-right-radius:4px}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start{margin-bottom:1rem}.p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-end{margin-top:1rem}.p-metergroup.p-metergroup-vertical .p-metergroup-meter-container{width:.5rem;height:100%}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px}.p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start){margin-left:1rem}.p-progressbar{border:0 none;height:1.5rem;background:#e9ecef;border-radius:4px}.p-progressbar .p-progressbar-value{border:0 none;margin:0;background:#007bff}.p-progressbar .p-progressbar-label{color:#fff;line-height:1.5rem}.p-terminal{background:#fff;color:#212529;border:1px solid #dee2e6;padding:1.25rem}.p-terminal .p-terminal-input{font-family:var(--font-family);font-feature-settings:var(--font-feature-settings, normal);font-size:1rem}.p-badge{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;min-width:1.5rem;height:1.5rem;line-height:1.5rem}.p-badge.p-badge-secondary{background-color:#6c757d;color:#fff}.p-badge.p-badge-success{background-color:#28a745;color:#fff}.p-badge.p-badge-info{background-color:#17a2b8;color:#fff}.p-badge.p-badge-warning{background-color:#ffc107;color:#212529}.p-badge.p-badge-danger{background-color:#dc3545;color:#fff}.p-badge.p-badge-lg{font-size:1.125rem;min-width:2.25rem;height:2.25rem;line-height:2.25rem}.p-badge.p-badge-xl{font-size:1.5rem;min-width:3rem;height:3rem;line-height:3rem}.p-tag{background:#007bff;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .4rem;border-radius:4px}.p-tag.p-tag-success{background-color:#28a745;color:#fff}.p-tag.p-tag-info{background-color:#17a2b8;color:#fff}.p-tag.p-tag-warning{background-color:#ffc107;color:#212529}.p-tag.p-tag-danger{background-color:#dc3545;color:#fff}}@layer primereact{.p-breadcrumb .p-breadcrumb-chevron{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}.p-breadcrumb .p-breadcrumb-chevron:before{content:"/"}}.reviews-feedback-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.reviews-feedback-page .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.questions-feedback-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.questions-feedback-page .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.faq-feedback-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.faq-feedback-page .upper-line{display:flex;flex-direction:row;width:100%;justify-content:space-between}.faq-feedback-page .upper-line .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}ion-modal.modal-reviews-details{--width: 480px;--max-width: 480px;--height: auto;--max-height: calc(100vh - 64px) ;--border-radius: 12px}ion-modal.modal-reviews-details .body-modal-reviews-details{display:flex;flex-direction:column;padding:16px;gap:16px;max-height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden}ion-modal.modal-reviews-details .body-modal-reviews-details .client-cont{display:flex;flex-direction:row;gap:8px}ion-modal.modal-reviews-details .body-modal-reviews-details .client-cont .circle{width:44px;height:44px;border-radius:44px;overflow:hidden}ion-modal.modal-reviews-details .body-modal-reviews-details .client-cont .info-cont{display:flex;flex-direction:column;padding:2px 0}ion-modal.modal-reviews-details .body-modal-reviews-details .client-cont .info-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .client-cont .info-cont .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .rate-cont{display:flex;flex-direction:row;gap:8px;align-items:center}ion-modal.modal-reviews-details .body-modal-reviews-details .rate-cont .val{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information{display:flex;flex-direction:column;gap:12px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .text-reviews{color:var(--text);font-family:var(--font-source);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .cont-images{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .cont-images .item-img{width:96px;height:96px;border-radius:8px;overflow:hidden;align-items:center;display:flex;justify-content:center}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .cont-images .item-img img{width:100%;height:100%;object-fit:cover}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .info-reviews{display:flex;flex-direction:column}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .info-reviews .line{padding:6px 0;display:flex;flex-direction:column}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .info-reviews .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .info-reviews .line .text-name{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .info-reviews .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-opposite{display:none}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-separator .span{width:20px;height:20px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-separator .p-timeline-event-connector{width:1px;background:#e6e5ea}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content{padding:0 16px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details{display:flex;flex-direction:column;gap:8px;position:relative}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .icon-info-details{pointer-events:none;position:absolute;right:0;top:0}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont{display:flex;flex-direction:column;gap:8px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title{display:flex;flex-direction:column}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .title{cursor:pointer;color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .info-cont .cont-title .collect-time{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-rate{display:flex;flex-direction:row;gap:8px;align-items:center}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-rate .val{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .text-reviews-details{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;white-space:pre-wrap;letter-spacing:.01em;text-align:left;margin-bottom:8px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images{display:flex;flex-direction:row;gap:4px;flex-wrap:wrap;margin-bottom:16px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image{width:96px;height:96px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .customized-timeline .p-timeline-event .p-timeline-event-content .cont-info-details .cont-images .image img{width:100%;height:100%;object-fit:cover}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .btn-report{width:max-content}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .btn-report-answer-edit{width:max-content}ion-modal.modal-reviews-details .body-modal-reviews-details .cont-text-information .area-reviews{height:160px}ion-modal.modal-reviews-details .body-modal-reviews-details .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-reviews-details .body-modal-reviews-details .btns .btn-save{width:178px}ion-modal.modal-reviews-report{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-reviews-report .body-modal-reviews-report{display:flex;flex-direction:column;padding:16px;gap:16px;max-height:calc(100vh - 64px);overflow:auto}ion-modal.modal-reviews-report .body-modal-reviews-report .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-reviews-report .body-modal-reviews-report .cont-text-information{display:flex;flex-direction:column;gap:12px}ion-modal.modal-reviews-report .body-modal-reviews-report .cont-text-information .text-reviews{color:var(--text);font-family:var(--font-source);font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-reviews-report .body-modal-reviews-report .cont-text-information .area-reviews{height:160px}ion-modal.modal-reviews-report .body-modal-reviews-report .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-questions-details{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-questions-details .body-modal-questions-details{display:flex;flex-direction:column;padding:16px;gap:16px;height:100%;overflow:auto;max-height:calc(100vh - 64px)}ion-modal.modal-questions-details .body-modal-questions-details .client-cont{display:flex;flex-direction:row;gap:8px}ion-modal.modal-questions-details .body-modal-questions-details .client-cont .circle{width:44px;height:44px;border-radius:44px;overflow:hidden}ion-modal.modal-questions-details .body-modal-questions-details .client-cont .info-cont{display:flex;flex-direction:column;padding:2px 0}ion-modal.modal-questions-details .body-modal-questions-details .client-cont .info-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-questions-details .body-modal-questions-details .client-cont .info-cont .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information{display:flex;flex-direction:column;gap:8px}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .line{display:flex;flex-direction:column;gap:4px}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .line .name{color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .line .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .btn-report{width:max-content}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .btn-report-answer-edit{width:max-content}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .btn-ed{width:189px;padding:0}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .l{border-top:1px solid var(--divider)}ion-modal.modal-questions-details .body-modal-questions-details .cont-text-information .answer-cont{display:flex;flex-direction:column;gap:8px}ion-modal.modal-questions-details .body-modal-questions-details .area-reviews{height:160px}ion-modal.modal-questions-details .body-modal-questions-details .btns{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;justify-content:flex-end}ion-modal.modal-questions-details .body-modal-questions-details .btns .btn-save{width:178px}ion-modal.modal-faq-details{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-faq-details .body-faq-details{display:flex;flex-direction:column;padding:16px;gap:16px;max-height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden}ion-modal.modal-faq-details .body-faq-details .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-faq-details .body-faq-details .stages{display:flex;flex-direction:row;gap:8px}ion-modal.modal-faq-details .body-faq-details .stages .stage{height:40px;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 6px;gap:2px;cursor:pointer}ion-modal.modal-faq-details .body-faq-details .stages .stage.active{border-bottom:2px solid #f74439}ion-modal.modal-faq-details .body-faq-details .stages .stage.active .text-stage{color:#f74439!important}ion-modal.modal-faq-details .body-faq-details .stages .stage.active .val-stage{background-color:#4b4957;color:#fff}ion-modal.modal-faq-details .body-faq-details .stages .stage .text-stage{color:var(--text-unfilled);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 2px}ion-modal.modal-faq-details .body-faq-details .stages .stage .val-stage{display:flex;align-items:center;justify-content:center;height:20px;min-width:20px;border-radius:800px;background-color:var(--status-gray);color:var(--text-unfilled-current);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}ion-modal.modal-faq-details .body-faq-details .stages .stage:hover .text-stage{color:var(--text-unfilled-current)}ion-modal.modal-faq-details .body-faq-details .cont-inputs{display:flex;flex-direction:column;gap:16px}ion-modal.modal-faq-details .body-faq-details .cont-inputs .block-input{display:flex;flex-direction:column;gap:4px}ion-modal.modal-faq-details .body-faq-details .cont-inputs .block-input .title-input{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-faq-details .body-faq-details .cont-inputs .block-input .area-faq{height:136px}ion-modal.modal-faq-details .body-faq-details .array-products{overflow:auto;display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--divider);height:336px;width:100%;border-radius:10px}ion-modal.modal-faq-details .body-faq-details .array-products .cont-text{display:flex;flex-direction:column;gap:4px}ion-modal.modal-faq-details .body-faq-details .array-products .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-faq-details .body-faq-details .array-products .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-faq-details .body-faq-details .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-faq-details .body-faq-details .btns .btn-save{width:178px}@media screen and (max-width: 1200px){.reviews-feedback-page,.questions-feedback-page{padding:32px}.reviews-feedback-page .title,.questions-feedback-page .title{font-size:22px;font-weight:700;line-height:32px}.faq-feedback-page{padding:32px}.faq-feedback-page .upper-line .title{font-size:22px;font-weight:700;line-height:32px}}@media screen and (max-width: 960px){.reviews-feedback-page,.questions-feedback-page,.faq-feedback-page{padding:32px 16px}}@media screen and (max-width: 720px){.reviews-feedback-page,.questions-feedback-page{padding:20px 16px}.reviews-feedback-page .title,.questions-feedback-page .title{font-size:20px;font-weight:700;line-height:28px}.faq-feedback-page{padding:20px 16px}.faq-feedback-page .upper-line{flex-direction:column;gap:12px}.faq-feedback-page .upper-line .title{font-size:20px;font-weight:700;line-height:28px}.faq-feedback-page .upper-line .btn-create{width:110px}ion-modal.modal-reviews-details{--width: calc(100vw - 32px) ;--min-width: 300px}ion-modal.modal-reviews-report{--width: calc(100vw - 32px) }ion-modal.modal-questions-details,ion-modal.modal-complaints-details{--width: calc(100vw - 32px) }ion-modal.modal-faq-details{--width: calc(100vw - 32px) }}.orders-finance-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.orders-finance-page .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.reports-finance-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.reports-finance-page .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.reports-finance-page .cont-items{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;gap:20px}.reports-finance-page .cont-items .item{flex-basis:0;flex-grow:1;min-width:209px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--divider);border-radius:10px;padding:16px;gap:16px;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.reports-finance-page .cont-items .item .text-cont{display:flex;flex-direction:column;gap:8px}.reports-finance-page .cont-items .item .text-cont .image-text{width:36px;height:36px}.reports-finance-page .cont-items .item .text-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.reports-finance-page .cont-items .item .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.reports-finance-page .cont-items .item .btn-req{width:127px}.operations-finance-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.operations-finance-page .cont-title{display:flex;flex-direction:column;gap:4px}.operations-finance-page .cont-title .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.operations-finance-page .cont-title .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-detail-order{display:flex;flex-direction:column;padding:32px;gap:20px}.page-detail-order .upper-line{display:flex;flex-direction:column;gap:4px}.page-detail-order .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between}.page-detail-order .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.page-detail-order .upper-line .tbr .cont-l .btn-back{width:36px}.page-detail-order .upper-line .tbr .cont-l .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.page-detail-order .upper-line .tbr .btns{display:flex;flex-direction:row;gap:8px}.page-detail-order .upper-line .title-mobile,.page-detail-order .upper-line .btns-mobile{display:none}.page-detail-order .upper-line .status-cont{padding:4px 0}.page-detail-order .upper-line .status-cont .status-h{margin-left:48px}.page-detail-order .body-content{display:flex;flex-direction:row;gap:32px}.page-detail-order .body-content .left{flex-basis:0;flex-grow:1;display:flex;flex-direction:column;gap:32px}.page-detail-order .body-content .left .item{display:flex;flex-direction:column;border-radius:10px;padding:20px;gap:8px;border:1px solid var(--divider)}.page-detail-order .body-content .left .item .title{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.page-detail-order .body-content .left .item .tablet table{font-family:var(--font-nunito);max-width:100%;width:100%;table-layout:auto;border-collapse:collapse;text-align:left}.page-detail-order .body-content .left .item .tablet .el-tableth{border-bottom:1px solid #e2e6e5;text-transform:uppercase;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;padding:4px 6px 4px 14px;height:52px;color:var(--text-muted)}.page-detail-order .body-content .left .item .tablet .el-tableth.description{min-width:565px}.page-detail-order .body-content .left .item .tablet .el-tableth .cont-text-table{display:flex;flex-direction:row;align-items:center;gap:2px}.page-detail-order .body-content .left .item .tablet .el-tableth:first-child{padding:4px 6px}.page-detail-order .body-content .left .item .tablet .line-tablet{border-bottom:1px solid #e2e6e5;height:52px}.page-detail-order .body-content .left .item .tablet .line-tablet:last-child{border-bottom:none}.page-detail-order .body-content .left .item .tablet .el-tablet{padding:4px 6px 4px 14px;white-space:nowrap;word-break:break-word}.page-detail-order .body-content .left .item .tablet .el-tablet.description{min-width:565px}.page-detail-order .body-content .left .item .tablet .el-tablet .text-name{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--link)}.page-detail-order .body-content .left .item .tablet .el-tablet .text,.page-detail-order .body-content .left .item .tablet .el-tablet .up-text-create{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.page-detail-order .body-content .left .item .tablet .el-tablet .down-text-create{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-detail-order .body-content .left .item .tablet .el-tablet .down-text-create.green{color:var(--text-secondary)}.page-detail-order .body-content .left .item .tablet .el-tablet .down-text-create.gray{color:var(--text-muted)}.page-detail-order .body-content .left .item .tablet .el-tablet:first-child{padding:4px 6px}.page-detail-order .body-content .left .item .tablet tr{min-height:52px}.page-detail-order .body-content .right{display:flex;flex-direction:column;gap:16px;width:400px}.page-detail-order .body-content .right .options{width:400px;display:flex;flex-direction:column;padding:20px;border-radius:10px;gap:16px;border:1px solid var(--divider)}.page-detail-order .body-content .right .options .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-detail-order .body-content .right .options .cont-info{display:flex;flex-direction:column}.page-detail-order .body-content .right .options .cont-info .line{display:flex;flex-direction:column;padding:6px 0}.page-detail-order .body-content .right .options .cont-info .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-detail-order .body-content .right .options .cont-info .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.page-detail-order .body-content .right .options .cont-info .line-btn{display:flex;flex-direction:row;padding:6px 0;justify-content:space-between}.page-detail-order .body-content .right .options .cont-info .line-btn .cont-text{display:flex;flex-direction:column}.page-detail-order .body-content .right .options .cont-info .line-btn .cont-text .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-detail-order .body-content .right .options .cont-info .line-btn .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.page-detail-order .body-content .right .history-orders{display:flex;flex-direction:column;gap:16px;padding:20px;border:1px solid var(--divider);border-radius:10px}.page-detail-order .body-content .right .history-orders .cont-history{display:flex;flex-direction:column}.page-detail-order .body-content .right .history-orders .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.page-detail-order .body-content .right .history-orders .line{display:flex;flex-direction:row;gap:2px;padding:6px}.page-detail-order .body-content .right .history-orders .line .cont-text{padding:0 4px}.page-detail-order .body-content .right .history-orders .line .cont-text .text{color:var(--text-unfilled);font-family:var(--font-nunito);font-size:15px;font-weight:700;line-height:24px;letter-spacing:.01em;text-align:left}.page-detail-order .body-content .right .history-orders .line .cont-text .subtext{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.page-detail-order .body-content .right .history-orders .line .cont-text .subtext.gray{color:var(--text-unfilled)}.page-detail-order .body-content .right .history-orders .line .cont-text .subtext.green{color:var(--text-filled-success)}.page-detail-order .body-content .right .history-orders .line .cont-text .subtext.red{color:var(--text-filled-error)}ion-modal.modal-cancel-order{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-cancel-order .body-modal-cancel-order{display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 64px);padding:16px}ion-modal.modal-cancel-order .body-modal-cancel-order .info-cont{display:flex;flex-direction:column;height:100%;gap:8px;overflow:auto;padding:1px}ion-modal.modal-cancel-order .body-modal-cancel-order .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .area-cancel-order{height:160px}ion-modal.modal-cancel-order .body-modal-cancel-order .btns{display:flex;justify-content:flex-end;flex-direction:row;gap:8px}ion-modal.modal-detail-operations-hist{--width: 480px;--border-radius: 12px;--height: auto}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist{display:flex;flex-direction:column;gap:16px;padding:16px;max-height:calc(100vh - 64px)}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info{display:flex;flex-direction:column;gap:16px;height:100%;overflow:auto}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info::-webkit-scrollbar{display:block;width:5px}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders{display:flex;flex-direction:column}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line{display:flex;flex-direction:row;gap:2px;padding:6px}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .icon-ed path{stroke:var(--text-unfilled)}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .cont-text{display:flex;flex-direction:column;padding:0 4px}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .cont-text .text{color:var(--text-unfilled);font-family:var(--font-nunito);font-size:15px;font-weight:700;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .cont-text .subtext{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .cont-text .subtext.green{color:var(--text-filled-success)}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .cont-text .subtext.gray{color:var(--text-unfilled)}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .history-orders .line .cont-text .subtext.red{color:var(--text-filled-error)}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .lin{width:100%;border-top:1px solid var(--divider)}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details{display:flex;flex-direction:column;gap:8px}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details .cont-det{display:flex;flex-direction:column}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details .cont-det .line-det{display:flex;flex-direction:column;padding:6px 0}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details .cont-det .line-det .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details .cont-det .line-det .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .info .details .cont-det .line-det .text.name{color:var(--link)!important;cursor:pointer}ion-modal.modal-detail-operations-hist .body-modal-detail-operations-hist .btns{display:flex;flex-direction:row;justify-content:flex-end;gap:8px}ion-modal.modal-cancel-order,ion-modal.modal-charge-fine{--width: 480px;--height: max-content;--border-radius: 12px}ion-modal.modal-cancel-order .body-modal-cancel-order,ion-modal.modal-charge-fine .body-modal-cancel-order{display:flex;flex-direction:column;gap:16px;padding:16px}ion-modal.modal-cancel-order .body-modal-cancel-order .title,ion-modal.modal-charge-fine .body-modal-cancel-order .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .line,ion-modal.modal-charge-fine .body-modal-cancel-order .line{display:flex;flex-direction:column;gap:4px}ion-modal.modal-cancel-order .body-modal-cancel-order .line .title-line,ion-modal.modal-charge-fine .body-modal-cancel-order .line .title-line{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .line .areaclose,ion-modal.modal-charge-fine .body-modal-cancel-order .line .areaclose{height:136px}ion-modal.modal-cancel-order .body-modal-cancel-order .body-information,ion-modal.modal-charge-fine .body-modal-cancel-order .body-information{display:flex;flex-direction:column}ion-modal.modal-cancel-order .body-modal-cancel-order .body-information .line-req,ion-modal.modal-charge-fine .body-modal-cancel-order .body-information .line-req{display:flex;flex-direction:column;padding:6px 0}ion-modal.modal-cancel-order .body-modal-cancel-order .body-information .line-req .subtext,ion-modal.modal-charge-fine .body-modal-cancel-order .body-information .line-req .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .body-information .line-req .text,ion-modal.modal-charge-fine .body-modal-cancel-order .body-information .line-req .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .area-cancel,ion-modal.modal-charge-fine .body-modal-cancel-order .area-cancel{height:160px}ion-modal.modal-cancel-order .body-modal-cancel-order .text,ion-modal.modal-charge-fine .body-modal-cancel-order .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-cancel-order .body-modal-cancel-order .text .bold,ion-modal.modal-charge-fine .body-modal-cancel-order .text .bold{margin-left:4px;font-weight:700}ion-modal.modal-cancel-order .body-modal-cancel-order .input-change .cont-image svg path,ion-modal.modal-charge-fine .body-modal-cancel-order .input-change .cont-image svg path{stroke:#696775}ion-modal.modal-cancel-order .body-modal-cancel-order .area-cancel-order,ion-modal.modal-charge-fine .body-modal-cancel-order .area-cancel-order{height:160px}ion-modal.modal-cancel-order .body-modal-cancel-order .btns,ion-modal.modal-charge-fine .body-modal-cancel-order .btns{display:flex;justify-content:flex-end;flex-direction:row;gap:8px}ion-modal.modal-cancel-order .body-modal-cancel-order .btns .btn-next,ion-modal.modal-charge-fine .body-modal-cancel-order .btns .btn-next{width:120px}ion-modal.modal-withdraw{--width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-withdraw .body-modal-withdraw{display:flex;font-family:var(--font-nunito);flex-direction:column;padding:16px;gap:16px;overflow-y:scroll;max-height:100vh;scrollbar-width:none;-ms-overflow-style:none}ion-modal.modal-withdraw .body-modal-withdraw::-webkit-scrollbar{display:none}ion-modal.modal-withdraw .body-modal-withdraw .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .text-send-req{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .infor{display:flex;flex-direction:column;gap:16px}ion-modal.modal-withdraw .body-modal-withdraw .infor .header-type{display:flex;flex-direction:row;gap:16px}ion-modal.modal-withdraw .body-modal-withdraw .infor .header-type .text-checkbox{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left;width:auto}ion-modal.modal-withdraw .body-modal-withdraw .infor .header-type .width{width:auto}ion-modal.modal-withdraw .body-modal-withdraw .infor .l{border-top:1px solid var(--divider)}ion-modal.modal-withdraw .body-modal-withdraw .infor .cont-page-1{display:flex;flex-direction:column;gap:16px}ion-modal.modal-withdraw .body-modal-withdraw .infor .cont-page-1 .text-checkbox{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .infor .cont-page-1 .available{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .infor .cont-page-1 .cont{display:flex;flex-direction:column;gap:4px}ion-modal.modal-withdraw .body-modal-withdraw .infor .cont-page-1 .cont .subtext{padding:0 6px;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-withdraw .body-modal-withdraw .info-confirm{display:flex;flex-direction:column}ion-modal.modal-withdraw .body-modal-withdraw .info-confirm .line{display:flex;flex-direction:column;padding:6px 0}ion-modal.modal-withdraw .body-modal-withdraw .info-confirm .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .info-confirm .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-withdraw .body-modal-withdraw .l{border-top:1px solid var(--divider)}ion-modal.modal-withdraw .body-modal-withdraw .available{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}@media screen and (max-width: 1200px){.orders-finance-page{padding:32px}.orders-finance-page .title{font-size:22px;font-weight:700;line-height:32px}.page-detail-order{padding:32px;gap:20px}.page-detail-order .upper-line .tbr .cont-l .title{font-size:22px;font-weight:640;line-height:32px}.page-detail-order .body-content{flex-direction:column}.page-detail-order .body-content .left{flex-basis:0;flex-grow:1;display:flex;flex-direction:column;gap:32px}.page-detail-order .body-content .left .item .tablet{overflow:auto}.page-detail-order .body-content .left .item .tablet .el-tableth{white-space:nowrap}.page-detail-order .body-content .right,.page-detail-order .body-content .right .cont-alert-box{width:100%}.page-detail-order .body-content .right .cont-alert-box .info{width:85%}.page-detail-order .body-content .right .options{width:100%}.reports-finance-page{padding:32px}.reports-finance-page .title{font-size:22px;font-weight:700;line-height:32px}.reports-finance-page .cont-items{display:flex;width:100%;flex-direction:row;gap:20px}.reports-finance-page .cont-items .item{flex-basis:0;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--divider);border-radius:10px;padding:16px;gap:16px;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.reports-finance-page .cont-items .item .text-cont{display:flex;flex-direction:column;gap:8px}.reports-finance-page .cont-items .item .text-cont .image-text{width:36px;height:36px}.reports-finance-page .cont-items .item .text-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.reports-finance-page .cont-items .item .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.reports-finance-page .cont-items .item .btn-req{width:127px}.operations-finance-page{padding:32px}.operations-finance-page .cont-title .title{font-size:22px;font-weight:700;line-height:32px}}@media screen and (max-width: 960px){.orders-finance-page,.page-detail-order,.reports-finance-page{padding:32px 16px}.reports-finance-page .cont-items .item{min-width:334px}.operations-finance-page{padding:32px 16px}}@media screen and (max-width: 720px){.orders-finance-page{padding:20px 16px}.orders-finance-page .title{font-size:20px;font-weight:700;line-height:28px}ion-modal.modal-cancel-order,ion-modal.modal-charge-fine{--width: calc(100vw - 32px) }.page-detail-order{padding:20px 16px;gap:20px}.page-detail-order .upper-line{display:flex;flex-direction:column;gap:4px}.page-detail-order .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.page-detail-order .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.page-detail-order .upper-line .tbr .cont-l .title{display:none;font-size:28px;font-weight:640;line-height:36px}.page-detail-order .upper-line .tbr .btns{display:none;flex-direction:row;gap:8px}.page-detail-order .upper-line .btns-mobile{display:flex;flex-wrap:wrap}.page-detail-order .upper-line .title-mobile{display:flex;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.page-detail-order .upper-line .status-cont .status-h,.page-detail-order .upper-line .last-change{margin-left:0}.page-detail-order .upper-line .btns-mobile{margin-top:8px;display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.page-detail-order .body-content{flex-direction:column}.page-detail-order .body-content .left{flex-basis:0;flex-grow:1;display:flex;flex-direction:column;gap:32px}.page-detail-order .body-content .left .item .tablet{width:calc(100vw - 74px);overflow:auto}.page-detail-order .body-content .left .item .tablet .el-tableth{white-space:nowrap}.page-detail-order .body-content .right,.page-detail-order .body-content .right .options{width:calc(100vw - 32px)}.reports-finance-page{padding:20px 16px}.reports-finance-page .title{font-size:20px;font-weight:700;line-height:28px}.reports-finance-page .cont-items{display:flex;width:100%;flex-direction:row;gap:20px}.reports-finance-page .cont-items .item{flex-basis:0;min-width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--divider);border-radius:10px;padding:16px;gap:16px;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.reports-finance-page .cont-items .item .text-cont{display:flex;flex-direction:column;gap:8px}.reports-finance-page .cont-items .item .text-cont .image-text{width:36px;height:36px}.reports-finance-page .cont-items .item .text-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.reports-finance-page .cont-items .item .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.reports-finance-page .cont-items .item .btn-req{width:127px}.operations-finance-page{padding:20px 16px}.operations-finance-page .cont-title{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:4px}.operations-finance-page .cont-title .title{font-size:20px;font-weight:700;line-height:28px}ion-modal.modal-detail-operations-hist{--width: calc(100vw - 32px) }ion-modal.modal-detail-payments{--width: calc(100vw - 32px) }ion-modal.modal-create-system-users{--width: calc(100vw - 32px) }}ion-content.page{--offset-top: -96px !important}.header{width:100vw;z-index:1;height:96px;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid #e2e6e5;background:linear-gradient(0deg,#fff,#fff);padding:16px 32px 0}.header .upper-line-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.header .upper-line-header .left-segment{display:flex;flex-direction:row;gap:12px}.header .upper-line-header .left-segment .logo{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.header .upper-line-header .left-segment ._company{gap:4px;display:flex;flex-direction:row;align-items:center}.header .upper-line-header .left-segment ._company .status .icon-com{cursor:pointer}.header .upper-line-header .left-segment ._company .status .icon-warning path{stroke:var(--icon-warning)}.header .upper-line-header .left-segment ._company .status .overlay{display:none;position:absolute;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a;background-color:#fff;max-width:240px;width:max-content;height:auto;border-radius:10px;padding:12px}.header .upper-line-header .left-segment ._company .status .overlay .text{-webkit-user-select:none;user-select:none;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.header .upper-line-header .left-segment ._company .status:hover .overlay{display:block}.header .upper-line-header .left-segment ._company span{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.header .upper-line-header .left-segment ._company .ver{color:var(--success)}.header .upper-line-header .left-segment ._company .nover{color:var(--warning)}.header .upper-line-header .left-segment ._company .text{color:#606b6c}.header .upper-line-header .right-segment{display:flex;flex-direction:row;gap:8px}.header .upper-line-header .right-segment .select-value{cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:max-content;height:36px;padding:0 12px;border-radius:8px;border:1px solid #e2e6e5;gap:2px;color:var(--text)}.header .upper-line-header .right-segment .select-value:hover{background-color:var(--hover-outline)}.header .upper-line-header .right-segment .select-value:focus{box-shadow:0 0 0 1px #0009}.header .upper-line-header .right-segment .select-value:active{background-color:var(--pressed-outline)}.header .upper-line-header .right-segment .select-value .value{color:var(--text-muted);font-family:var(--font-nunito);font-size:15px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;padding:0 2px 2px}.header .upper-line-header .right-segment .select-value .overlay{cursor:default;display:none;z-index:999999;position:absolute;top:52px;right:112px;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a;background-color:#fff;max-width:220px;width:220px;height:auto;border-radius:10px;padding:12px}.header .upper-line-header .right-segment .select-value .overlay .avans{margin-bottom:12px;display:flex;flex-direction:row;gap:4px;align-items:stretch}.header .upper-line-header .right-segment .select-value .overlay .avans .avans-info{cursor:pointer;width:16px;height:16px}.header .upper-line-header .right-segment .select-value .overlay .avans .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.header .upper-line-header .right-segment .select-value .overlay .l{margin-bottom:12px;border-bottom:1px solid var(--divider)}.header .upper-line-header .right-segment .select-value .overlay .cont-val{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.header .upper-line-header .right-segment .select-value .overlay .cont-val .value{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left;padding:0}.header .upper-line-header .right-segment .select-value .overlay .cont-val .subtext{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.header .upper-line-header .right-segment .select-value .overlay .alert-req{border-radius:10px;padding:12px;background-color:var(--alert-warning);color:var(--alert-warning-text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.header .upper-line-header .right-segment .select-value .overlay.focus{display:block!important}.header .upper-line-header .right-segment .cont-icons{display:flex;flex-direction:row;gap:4px}.header .upper-line-header .right-segment .cont-icons #btn-menu{display:none}.header .upper-line-header .right-segment .cont-icons .cont-icon{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;cursor:pointer;-webkit-user-select:none;user-select:none}.header .upper-line-header .right-segment .cont-icons .cont-icon .action-alert{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:800px;background:#d43a0b}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay{cursor:default;display:none;z-index:999999;position:absolute;top:37px;right:0;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a;background-color:#fff;max-width:280px;width:280px;height:auto;min-height:340px;border-radius:10px}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .avans{margin-bottom:12px;display:flex;flex-direction:row;gap:4px;align-items:stretch}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .avans .avans-info{cursor:pointer;width:16px;height:16px}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .avans .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .l{margin-bottom:12px;border-bottom:1px solid var(--divider)}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .cont-val{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .cont-val .value{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left;padding:0}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .cont-val .subtext{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .alert-req{border-radius:10px;padding:12px;background-color:var(--alert-warning);color:var(--alert-warning-text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay.focus{display:block!important}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll{padding:12px;display:flex;flex-direction:column;gap:12px;height:340px;overflow-y:scroll;overflow-x:hidden;align-items:center;justify-content:center;color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll::-webkit-scrollbar{width:14px}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll::-webkit-scrollbar-button{width:0;height:0;display:none}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll ::-webkit-scrollbar-track{background:transparent;box-shadow:inset 0 0 5px #ddd;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay .scroll::-webkit-scrollbar-corner{background-color:transparent}.header .down-line-header{display:flex;flex-direction:row;gap:8px}.header .down-line-header .el-menu{max-height:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:12px 8px;gap:2px;font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--tabs);cursor:pointer}.header .down-line-header .el-menu:hover{color:var(--tabs-hover)}.header .down-line-header .select-el{color:var(--tabs-current)!important;border-bottom:3px solid var(--border-tabs-current);padding:12px 8px}@media screen and (max-width: 720px){ion-content.page{--offset-top: -52px !important}.header{height:52px;padding:8px 0}.header .upper-line-header{padding:0 8px 0 16px}.header .upper-line-header .left-segment{display:flex;flex-direction:row;align-items:flex-end;gap:12px}.header .upper-line-header .left-segment ._company{display:none}.header .upper-line-header .right-segment{display:flex;flex-direction:row;gap:8px}.header .upper-line-header .right-segment .select-value{display:none}.header .upper-line-header .right-segment .cont-icons{display:flex;flex-direction:row;gap:4px}.header .upper-line-header .right-segment .cont-icons #bottom-start-user{display:none}.header .upper-line-header .right-segment .cont-icons #btn-menu{display:flex}.header .upper-line-header .right-segment .cont-icons .cont-icon{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;cursor:pointer;-webkit-user-select:none;user-select:none}.header .upper-line-header .right-segment .cont-icons .cont-icon .action-alert{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:800px;background:#d43a0b}.header .upper-line-header .right-segment .cont-icons .cont-icon .overlay{top:37px;right:-36px;max-width:688px;width:calc(100vw - 32px)}.header .down-line-header{display:none}}.profile{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.profile .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.profile .upper-line .title{font-family:var(--font-nunito);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.profile .upper-line .cont-btn{display:flex;flex-direction:row;gap:8px}.profile .upper-line .cont-btn .btn-save{width:107px}.profile .lower-line{display:flex;flex-direction:row;gap:32px}.profile .profile-inf{display:flex;flex-direction:column;width:680px;min-width:520px;font-family:var(--font-nunito);gap:16px}.profile .profile-inf #profile-inf{width:100%}.profile .profile-inf .btn-save{width:124px}.profile .profile-inf .line-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.profile .profile-inf .line-input .text{width:184px;min-width:184px;height:44px;padding:12px 6px;gap:4px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.profile .profile-inf .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile .profile-inf .line-input .cont-text-descript{display:flex;flex-direction:column;width:184px;min-width:184px;padding:0 6px;height:44px;justify-content:center}.profile .profile-inf .line-input .cont-text-descript .text-disc{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.profile .profile-inf .line-input .cont-text-descript .dop-text-disc{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile .profile-inf .line-input .input-profile{width:484px;min-width:324px}.profile .profile-inf .alert-place{display:flex;flex-direction:row;justify-content:end}.profile .profile-inf .alert-place .repeat-cont{display:flex;flex-direction:column;gap:8px;width:calc(100% - 196px)}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email{padding:12px;gap:12px;width:100%;min-width:324px}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email .cont-close-alert{right:12px;top:12px}.profile .profile-inf .alert-place .repeat-cont .repeat-message{width:max-content}.profile .profile-inf .alert-place .repeat-cont .repeat-message .image path{stroke:var(--icon-transparent-bckg)}.profile .profile-inf .alert-place .repeat-cont .repeat-message:hover .image path{stroke:var(--icon-transparent-bckg-hover)}.profile .profile-inf .alert-place .repeat-cont .repeat-message:active .image path{stroke:var(--icon-transparent-bckg-hover)}.profile .notif-div{display:flex;flex-direction:column;gap:32px;width:504px;min-width:344px}.profile .notification-profile{border:1px solid var(--divider);display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:12px;width:100%;height:auto}.profile .notification-profile .toggles{display:flex;flex-direction:column;gap:8px}.profile .btns{display:flex;width:max-content;flex-direction:column;gap:8px}ion-modal.change-password{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.change-password .cont-change-password{display:flex;flex-direction:column;gap:16px;padding:16px;height:100%;overflow:auto;max-height:calc(100vh - 64px)}ion-modal.change-password .cont-change-password .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}ion-modal.change-password .cont-change-password .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.change-phone{--width: 520px;--height: max-content;--border-radius: 12px}ion-modal.change-phone .image-back-login{-webkit-user-select:none;user-select:none;position:absolute;rotate:0deg;max-width:100%;right:0;bottom:0}ion-modal.change-phone .body-modal-login{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center}ion-modal.change-phone .body-modal-login .title{display:flex;flex-direction:column;gap:8px;align-items:center;font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center}ion-modal.change-phone .body-modal-login .title .cont{display:flex;flex-direction:column;align-items:center}ion-modal.change-phone .body-modal-login .title .title-lower{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}ion-modal.change-phone .body-modal-login .form-login{width:320px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}ion-modal.change-phone .body-modal-login .form-login .login,ion-modal.change-phone .body-modal-login .form-login .password{width:320px}ion-modal.change-phone .body-modal-login .form-login .checkbox .cont-text{padding:2px 0}ion-modal.change-phone .body-modal-login .form-login .checkbox .cont-text .text{gap:4px;display:flex;flex-direction:row;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}ion-modal.change-phone .body-modal-login .form-login .checkbox .cont-text .text .link{color:var(--link);cursor:pointer}ion-modal.change-phone .body-modal-login .form-login .checkbox .cont-text .link{-webkit-user-select:none;user-select:none;color:var(--link);cursor:pointer}ion-modal.change-phone .body-modal-login .form-login .cont-btn{display:flex;flex-direction:row;align-items:center;gap:8px}ion-modal.change-phone .body-modal-login .form-login .cont-input-code{display:flex;flex-direction:row;gap:8px}ion-modal.change-phone .body-modal-login .form-login .input-code{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}ion-modal.change-phone .body-modal-login .form-login .input-code::placeholder{color:#b0afb8}ion-modal.change-phone .body-modal-login .form-login .input-code.error{background-color:var(--input-background-error);border:1px solid var(--input-border-error)}ion-modal.change-phone .body-modal-login .form-login .send-again-text-cont{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px;width:max-content;gap:2px}ion-modal.change-phone .body-modal-login .form-login .send-again-text-cont .first-text-send-again,ion-modal.change-phone .body-modal-login .form-login .send-again-text-cont .timer{opacity:.4}ion-modal.change-phone .body-modal-login .form-login .send-again-text-cont .second-text-send-again{opacity:1;cursor:pointer}ion-modal.change-phone .body-modal-login .form-login .btn-login{width:86px;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em}ion-modal.change-phone .body-modal-login .form-login .btn-login.save{width:137px}ion-modal.change-phone .body-modal-login .lower-btn{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}ion-modal.change-phone .body-modal-login .lower-btn .lower-btn-text{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (max-width: 960px){.profile{width:100%;padding:32px 16px}.profile .upper-line .title{font-size:22px;line-height:32px}.profile .lower-line{flex-direction:column;gap:32px}.profile .profile-inf{width:100%}.profile .profile-inf .line-input{flex-direction:row;align-items:center}.profile .profile-inf .line-input .text{width:184px;min-width:184px;height:20px;padding:0 6px;gap:8px}.profile .profile-inf .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile .profile-inf .line-input .cont-text-descript{display:flex;flex-direction:column;width:184px;min-width:184px;padding:0 6px;height:20px}.profile .profile-inf .line-input .input-profile,.profile .profile-inf .alert-place{width:100%}.profile .profile-inf .alert-place .repeat-cont{width:calc(100% - 196px)}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email,.profile .profile-inf .alert-place .repeat-cont .alert-profile-email .info{width:100%}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email .info .cont-text{width:85%}.profile .notif-div{width:100%;min-width:100%}.profile .notification-profile{border-radius:10px;width:100%;height:max-content}.profile .btns{flex-direction:row}}@media screen and (max-width: 720px){.profile{width:100vw;padding:20px 16px;gap:20px}.profile .upper-line{display:flex;flex-direction:column;align-items:start;gap:12px}.profile .upper-line .title{font-size:20px;line-height:28px}.profile .lower-line{flex-direction:column;gap:32px}.profile .profile-inf{width:100%;min-width:100%}.profile .profile-inf .line-input{flex-direction:column;align-items:start}.profile .profile-inf .line-input .text{height:20px;padding:0 6px;gap:8px}.profile .profile-inf .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile .profile-inf .line-input .cont-text-descript{display:flex;flex-direction:row;width:100%;padding:0 6px;height:20px;justify-content:start;align-items:center;gap:8px}.profile .profile-inf .line-input .input-profile{width:100%;min-width:100%}.profile .profile-inf .alert-place,.profile .profile-inf .alert-place .repeat-cont{width:100%}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email{width:100%;min-width:100%}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email .info{width:100%}.profile .profile-inf .alert-place .repeat-cont .alert-profile-email .info .cont-text{width:85%}.profile .profile-inf .btn-save{width:100%}.profile .notification-profile{border-radius:10px;width:100%;height:max-content}.profile .btns{flex-direction:column;width:100%}ion-modal.change-password{--width: calc(100vw - 32px) }ion-modal.change-phone{--width: calc(100vw - 32px) }}.company-settings-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.company-settings-page .upper-cont{display:flex;flex-direction:column;align-items:center;gap:4px}.company-settings-page .upper-cont .tbr{display:flex;width:100%;flex-direction:row;justify-content:space-between}.company-settings-page .upper-cont .tbr .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.company-settings-page .upper-cont .tbr .btn-save{width:107px}.company-settings-page .upper-cont .title-mobile,.company-settings-page .upper-cont .btns-mobile{display:none}.company-settings-page .upper-cont .status-cont{padding:4px 0;display:flex;flex-direction:row;width:100%;justify-content:flex-start}.company-settings-page .upper-cont .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.company-settings-page .inf-cont{display:flex;flex-direction:row;gap:32px}.company-settings-page .inf-cont .contl{width:680px;min-width:520px;display:flex;flex-direction:column;gap:16px}.company-settings-page .inf-cont .contl .line-input{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.company-settings-page .inf-cont .contl .line-input-status{display:flex;flex-direction:row;align-items:center}.company-settings-page .inf-cont .contl .line-input-status .text,.company-settings-page .inf-cont .contl .line-input .text{width:184px;min-width:184px;padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.company-settings-page .inf-cont .contl .line-input .input-legal-form,.company-settings-page .inf-cont .contl .line-input .input-company{width:100%}.company-settings-page .inf-cont .contl .line-input .input-descr-cont{display:flex;flex-direction:column;gap:4px}.company-settings-page .inf-cont .contl .line-input .input-descr-cont .descr{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .contl .line-input .input-descr-cont .descr-inn{color:var(--warning);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .contl .line-input.line-input-with-descr{align-items:flex-start}.company-settings-page .inf-cont .contl .line-input.line-input-with-descr .input-descr-cont{width:100%}.company-settings-page .inf-cont .contr{width:504px;min-width:344px}.company-settings-page .inf-cont .conteiner{display:flex;flex-direction:column;width:100%;min-width:344px;border-radius:10px;padding:20px;gap:16px;border:1px solid var(--divider)}.company-settings-page .inf-cont .conteiner .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.company-settings-page .inf-cont .conteiner .line-r{display:flex;flex-direction:column;gap:4px}.company-settings-page .inf-cont .conteiner .line-r .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .conteiner .line-r .helper-area{color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0}.employees-info-oper-user-page .upper-line .btns-mobile,.employees-info-oper-user-page .upper-line .title-mobile{display:none}.employees-info-oper-user-page .body-create .first-line{display:flex;flex-direction:row;gap:32px}.employees-info-oper-user-page .body-create .first-line .left{display:flex;flex-direction:column;gap:16px;width:600px}.employees-info-oper-user-page .body-create .first-line .right{width:584px}@media screen and (max-width: 1200px){.employees-settings-page{padding:32px}.employees-settings-page .upper-line .title{font-size:22px;line-height:32px}.employees-settings-page .tabs{white-space:nowrap;overflow:scroll}.employees-settings-page .tabs::-webkit-scrollbar{display:none}.employees-settings-page .tabs{-ms-overflow-style:none;scrollbar-width:none}.employees-info-oper-user-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-info-oper-user-page .upper-line .tbr .cont-l .title{font-size:22px;font-weight:700;line-height:32px}.employees-info-oper-user-page .upper-line .tbr .btns{display:flex}.employees-info-oper-user-page .upper-line-n .cont-l .title{font-size:22px;font-weight:700;line-height:32px}.employees-info-oper-user-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-info-oper-user-page .body-create .first-line{width:100%;display:flex;flex-direction:row;gap:32px}.employees-info-oper-user-page .body-create .first-line .left{width:100%;min-width:520px;display:flex;flex-direction:column;gap:16px}.employees-info-oper-user-page .body-create .first-line .left .line-input{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input .input-create-oper-user{width:100%}.employees-info-oper-user-page .body-create .first-line .left .line-input .text{min-width:184px}.employees-info-oper-user-page .body-create .first-line .left .line-input .cont-select,.employees-info-oper-user-page .body-create .first-line .left .line-input .cont-select .input-create-oper-user,.employees-info-oper-user-page .body-create .first-line .left .line-input .line-input-select{width:100%}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:100%}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .text{min-width:184px;padding:0 6px;display:flex;align-items:center;height:auto;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .first-line .right{width:584px}.employees-info-oper-user-page .body-create .cont-1{width:100%}.employees-info-oper-user-page .body-create .cont-1 .cont-items{flex-direction:row;flex-wrap:wrap}}@media screen and (max-width: 960px){.company-settings-page{padding:32px 16px}.company-settings-page .upper-cont{align-items:flex-start}.company-settings-page .upper-cont .tbr .title{display:flex;font-size:22px;font-weight:700;line-height:32px}.company-settings-page .inf-cont{display:flex;flex-direction:column;gap:32px;width:100%}.company-settings-page .inf-cont .contl{width:100%;display:flex;flex-direction:column;gap:16px}.company-settings-page .inf-cont .contl .line-input{width:100%;gap:12px;flex-direction:row;align-items:center}.company-settings-page .inf-cont .contl .line-input .text{width:184px;min-width:184px}.company-settings-page .inf-cont .contl .line-input .input-company{width:100%}.company-settings-page .inf-cont .contl .line-input .input-descr-cont{display:flex;flex-direction:column;gap:4px}.company-settings-page .inf-cont .contl .line-input .input-descr-cont .descr{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .contl .line-input.line-input-with-descr{align-items:flex-start}.company-settings-page .inf-cont .contl .line-input.line-input-with-descr .input-descr-cont{width:100%}.company-settings-page .inf-cont .conteiner{display:flex;flex-direction:column;width:calc(100vw - 32px);border-radius:10px;padding:20px;gap:16px;border:1px solid var(--divider)}.company-settings-page .inf-cont .conteiner .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.company-settings-page .inf-cont .conteiner .line-r{display:flex;flex-direction:column;gap:4px}.company-settings-page .inf-cont .conteiner .line-r .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .conteiner .line-r .helper-area{color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0}.employees-settings-page,.employees-info-oper-user-page{padding:32px 16px}.employees-info-oper-user-page .body-create .first-line{width:100%;display:flex;flex-direction:column;gap:32px}.employees-info-oper-user-page .body-create .first-line .left,.employees-info-oper-user-page .body-create .first-line .left .line-input,.employees-info-oper-user-page .body-create .first-line .left .line-input .input-create-oper-user,.employees-info-oper-user-page .body-create .first-line .left .line-input .cont-select,.employees-info-oper-user-page .body-create .first-line .left .line-input .cont-select .input-create-oper-user,.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea,.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .input-create-oper-user,.employees-info-oper-user-page .body-create .first-line .right,.employees-info-oper-user-page .body-create .first-line .right .cont-alert-box,.employees-info-oper-user-page .body-create .first-line .right .cont-alert-box .info{width:100%}}@media screen and (max-width: 720px){.employees-settings-page{width:100vw;padding:20px 16px}.employees-settings-page .upper-line{flex-direction:column;gap:12px}.employees-settings-page .upper-line .title{font-size:20px;line-height:28px}.employees-settings-page .upper-line .btn-create{width:110px}.employees-settings-page .tabs{white-space:nowrap;overflow:scroll}.employees-settings-page .tabs::-webkit-scrollbar{display:none}.employees-settings-page .tabs{-ms-overflow-style:none;scrollbar-width:none}.employees-create-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-create-page .upper-line{display:flex;flex-direction:row;justify-content:space-between}.employees-create-page .upper-line .cont-l{gap:12px;display:flex;flex-direction:row}.employees-create-page .upper-line .cont-l .btn-back{width:36px}.employees-create-page .upper-line .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-create-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-create-page .body-create .first-line{display:flex;flex-direction:row;gap:32px}.employees-create-page .body-create .first-line .left{display:flex;flex-direction:column;gap:16px;width:600px}.employees-create-page .body-create .first-line .left .line-input{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.employees-create-page .body-create .first-line .left .line-input .input-create-oper-user{width:404px}.employees-create-page .body-create .first-line .left .line-input .text{padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.employees-create-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:404px}.employees-create-page .body-create .first-line .left .line-input-textarea .text{padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .first-line .right{width:584px}.employees-create-page .body-create .cont-1{display:flex;flex-direction:column;border-radius:10px;width:1216px;padding:20px;gap:16px;border:1px solid var(--divider)}.employees-create-page .body-create .cont-1 .title{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 2px}.employees-create-page .body-create .cont-1 .title .cont-text{display:flex;flex-direction:row;align-items:center;gap:8px}.employees-create-page .body-create .cont-1 .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .cont-1 .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.employees-create-page .body-create .cont-1 .cont-items{display:flex;flex-direction:row;gap:20px}.employees-create-page .body-create .cont-1 .cont-items .item{display:flex;flex-direction:column;gap:8px;width:280px}.employees-create-page .body-create .cont-1 .cont-items .item .title-item{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.employees-create-page .body-create .cont-1 .cont-items .item .line-item{padding:2px}.company-settings-page{padding:20px 16px}.company-settings-page .upper-cont{align-items:flex-start}.company-settings-page .upper-cont .tbr .title{display:none;font-family:var(--font-nunito-sans);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.company-settings-page .upper-cont .tbr .btns{display:none}.company-settings-page .upper-cont .tbr .btn-save{width:107px}.company-settings-page .upper-cont .btns-mobile{margin-top:12px;display:flex;flex-wrap:wrap}.company-settings-page .upper-cont .title-mobile{display:flex;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.company-settings-page .upper-cont .status-cont{padding:4px 0;display:flex;flex-direction:row;width:100%;justify-content:flex-start}.company-settings-page .upper-cont .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.company-settings-page .inf-cont{display:flex;flex-direction:column;gap:32px}.company-settings-page .inf-cont .contl{width:calc(100vw - 32px);display:flex;flex-direction:column;gap:16px}.company-settings-page .inf-cont .contl .line-input{width:calc(100vw - 32px);display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:4px}.company-settings-page .inf-cont .contl .line-input .text{width:184px;padding:4px 6px;display:flex;align-items:center;height:auto;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.company-settings-page .inf-cont .contl .line-input .input-company{width:calc(100vw - 32px)}.company-settings-page .inf-cont .contl .line-input .input-descr-cont{display:flex;flex-direction:column;gap:4px}.company-settings-page .inf-cont .contl .line-input .input-descr-cont .descr{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .contl .line-input.line-input-with-descr{align-items:flex-start}.company-settings-page .inf-cont .conteiner{display:flex;flex-direction:column;width:calc(100vw - 32px);border-radius:10px;min-width:200px;padding:20px;gap:16px;border:1px solid var(--divider)}.company-settings-page .inf-cont .conteiner .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.company-settings-page .inf-cont .conteiner .line-r{display:flex;flex-direction:column;gap:4px}.company-settings-page .inf-cont .conteiner .line-r .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 6px}.company-settings-page .inf-cont .conteiner .line-r .helper-area{color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0}.employees-info-oper-user-page{width:100%;height:auto;padding:20px 16px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-info-oper-user-page .upper-line{display:flex;flex-direction:column;gap:4px}.employees-info-oper-user-page .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between}.employees-info-oper-user-page .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.employees-info-oper-user-page .upper-line .tbr .cont-l .btn-back{width:36px}.employees-info-oper-user-page .upper-line .tbr .cont-l .title{display:none;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .upper-line .tbr .btns{display:none}.employees-info-oper-user-page .upper-line .btns-mobile{margin-top:8px;display:flex;flex-wrap:wrap}.employees-info-oper-user-page .upper-line .title-mobile{margin-top:8px;display:flex;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .upper-line .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;margin-left:48px}.employees-info-oper-user-page .upper-line .status-cont{padding:0}.employees-info-oper-user-page .upper-line-n{display:flex;flex-direction:column;justify-content:space-between}.employees-info-oper-user-page .upper-line-n .cont-l{gap:12px;display:flex;flex-direction:column}.employees-info-oper-user-page .upper-line-n .cont-l .btn-back{width:36px}.employees-info-oper-user-page .upper-line-n .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:640;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .upper-line-n .btn-save{margin-top:8px;width:max-content}.employees-info-oper-user-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-info-oper-user-page .body-create .first-line{width:100%;display:flex;flex-direction:column;gap:32px}.employees-info-oper-user-page .body-create .first-line .left{min-width:100%;display:flex;flex-direction:column;gap:16px}.employees-info-oper-user-page .body-create .first-line .left .line-input{width:100%;display:flex;flex-direction:column;gap:4px;align-items:flex-start;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input .input-create-oper-user,.employees-info-oper-user-page .body-create .first-line .left .line-input .cont-select,.employees-info-oper-user-page .body-create .first-line .left .line-input .cont-select .input-create-oper-user{width:100%}.employees-info-oper-user-page .body-create .first-line .left .line-input .text{padding:0 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .first-line .left .line-input .line-input-select{width:100%}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:column;gap:4px;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:calc(100vw - 32px)}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .text{padding:0 6px;display:flex;align-items:center;height:auto;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .first-line .right,.employees-info-oper-user-page .body-create .first-line .right .cont-alert-box,.employees-info-oper-user-page .body-create .first-line .right .cont-alert-box .info{width:100%}.employees-info-oper-user-page .body-create .first-line .right .cont-alert-box .info .cont-text{width:85%}.employees-info-oper-user-page .body-create .cont-1{display:flex;flex-direction:column;border-radius:10px;width:calc(100vw - 32px);padding:20px;gap:16px;border:1px solid var(--divider)}.employees-info-oper-user-page .body-create .cont-1 .title{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 2px}.employees-info-oper-user-page .body-create .cont-1 .title .cont-text{display:flex;flex-direction:row;align-items:center;gap:8px}.employees-info-oper-user-page .body-create .cont-1 .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .cont-1 .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.employees-info-oper-user-page .body-create .cont-1 .cont-items{display:flex;flex-direction:column;gap:20px}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item{display:flex;flex-direction:column;gap:8px;width:280px}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item .title-item{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item .line-item{padding:2px}}.tourlist-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.tourlist-page .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page .upper-line .title{font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page .upper-line .btn-create{width:110px;border-radius:8px;gap:2px;padding:0 12px;display:flex;flex-direction:row;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;cursor:pointer}.tourlist-page .upper-line .btn-create .text{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page .tour-list{display:flex;flex-direction:column;gap:20px}.tourlist-page .tour-list .tabs{display:flex;flex-direction:row}.tourlist-page .tour-list .tabs .el-tabs{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;-webkit-user-select:none;user-select:none;height:36px;cursor:pointer}.tourlist-page .tour-list .tabs .el-tabs .text-tabs{font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:20px;letter-spacing:0em;text-align:left;color:var(--tabs)}.tourlist-page .tour-list .tabs .el-tabs .value-tabs{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(---circle-tabs-val);background-color:var(--circle-tabs-back);height:20px;min-width:20px;border-radius:800px;display:flex;align-items:center;justify-content:center;padding:0 6px}.tourlist-page .tour-list .tabs .el-tabs:hover .text-tabs{color:var(--tabs-hover)}.tourlist-page .tour-list .tabs .active-tabs{border-bottom:3px solid var(--border-tabs-current)}.tourlist-page .tour-list .tabs .active-tabs .text-tabs{color:var(--tabs-current)}.tourlist-page .tour-list .tabs .active-tabs .value-tabs{color:var(--circle-tabs-current-val);background-color:var(--circle-tabs-current-back)}.tourlist-page .tour-list .tabs .active-tabs:hover .text-tabs{color:var(--tabs-current)}.tourlist-page .tour-list .cont-tablet-tour{display:flex;flex-direction:column;gap:12px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont{gap:32px;display:flex;flex-direction:row}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .input-search{width:320px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .search-date{display:flex;flex-direction:row;gap:8px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .search-date .input-date{width:156px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem .text{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem:hover .text{color:var(--text-muted-hover)}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;border-radius:8px;padding:0 2px;border:1px solid rgba(0,0,0,0);background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour table{font-family:var(--font-nunito);max-width:100%;width:100%;table-layout:auto;border-collapse:collapse;text-align:left}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tableth{border-bottom:1px solid #e2e6e5;text-transform:uppercase;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;padding:4px 6px;height:52px;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tableth .cont-text-table{display:flex;flex-direction:row;align-items:center;gap:2px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet{border-bottom:1px solid #e2e6e5;padding:4px 6px;white-space:nowrap;word-break:break-word}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-name{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--link)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-format,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-price,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-seats,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .up-text-create{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .down-text-create{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .status{width:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:800px;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._1{background:#e2e6e5;color:#202226}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._2{background:#ffd1a7;color:#850000}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._3{background:#fececb;color:#7d1707}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._4,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._5{background:#bbe4b5;color:#004a18}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._6{background:#e2e6e5;color:#202226}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .photo{width:52px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .photo .cont-img{display:flex;align-items:center;justify-content:center}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .format{min-width:79px;padding:4px 6px 4px 14px;width:79px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .create{width:123px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .statuses{width:144px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .seats{min-width:60px;padding:4px 6px 4px 14px;width:60px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .price{min-width:60px;width:60px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .name{padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .settings{width:48px;height:52px;padding:0 0 0 8px;overflow:hidden}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .settings .setting{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;width:48px;height:100%;align-items:center;justify-content:center;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour tr{min-height:52px}.tourlist-page .tour-list .cont-tablet-tour .paginator{display:flex;font-family:var(--font-nunito);flex-direction:row;align-items:center;gap:8px;justify-content:end}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list{display:flex;flex-direction:row;align-items:center}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .text{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .select-paginator{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:center;width:60px;padding:0 4px;gap:2px}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .select-paginator .value{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c}.tourlist-page .tour-list .cont-tablet-tour .paginator .col{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next{display:flex;flex-direction:row;align-items:center;height:36px}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next .text{width:56px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center;color:var(--text)}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next img{padding:8px;cursor:pointer}.showcase-options{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.showcase-options .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.showcase-options .upper-line .title{font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.promotions-page{width:100%;height:100%;display:flex;flex-direction:column;gap:20px}.promotions-page .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:32px 32px 0}.promotions-page .upper-line .title{font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.popover-paginator-el-list{--box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .06), 0px 6px 12px -2px rgba(0, 0, 0, .08), 0px 12px 24px -4px rgba(0, 0, 0, .1);--backdrop-opacity: 0}.popover-paginator-el-list::part(content){border-radius:8px}.popover-paginator-el-list .body-popover{padding:6px 0;display:flex;flex-direction:column}.popover-paginator-el-list .body-popover .cont-el-pop{cursor:pointer;width:100%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;padding:4px 8px;align-items:center;justify-content:center}.popover-paginator-el-list .body-popover .cont-el-pop .text{padding:0 8px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c}.tourlist-page-create{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.tourlist-page-create .upper-line{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between}.tourlist-page-create .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tourlist-page-create .upper-line .tbr .cont-l .btn-back{width:36px;display:flex;align-items:center;justify-content:center;padding:0}.tourlist-page-create .upper-line .tbr .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page-create .upper-line .title-mobile,.tourlist-page-create .upper-line .btns-mobile{display:none}.tourlist-page-create .upper-line-put{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .upper-line-put .tbr{display:flex;flex-direction:row;justify-content:space-between}.tourlist-page-create .upper-line-put .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tourlist-page-create .upper-line-put .tbr .cont-l .btn-back{width:36px}.tourlist-page-create .upper-line-put .tbr .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page-create .upper-line-put .tbr .btns .btn-save{width:107px}.tourlist-page-create .upper-line-put .title-mobile,.tourlist-page-create .upper-line-put .btns-mobile{display:none}.tourlist-page-create .upper-line-put .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;margin-left:48px}.tourlist-page-create .upper-line-put .status-cont{padding:4px 48px}.tourlist-page-create .stage{display:flex;flex-direction:row;gap:4px}.tourlist-page-create .stage .active{background-color:var(--unfilled)}.tourlist-page-create .stage .active .info-item .text{color:var(--text-unfilled-current)!important}.tourlist-page-create .stage .item{cursor:pointer;width:140px;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;border-radius:8px;padding:6px;gap:2px}.tourlist-page-create .stage .item .icon-stage{width:24px;height:24px}.tourlist-page-create .stage .item .info-item{display:flex;flex-direction:column;padding:0 4px}.tourlist-page-create .stage .item .info-item .text{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:700;line-height:24px;letter-spacing:.01em;text-align:left}.tourlist-page-create .stage .item .info-item .muted{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .stage .item .info-item .green{color:var(--text-filled-success)!important}.tourlist-page-create .stage .item:hover{background-color:#f9f9fb!important}.tourlist-page-create .cont-stage-one-create-tour{display:flex;flex-direction:row;gap:32px}.tourlist-page-create .cont-stage-one-create-tour .input-cont{width:680px;min-width:520px;display:flex;flex-direction:column;gap:16px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .title-line{width:184px;min-width:184px;padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .title-line.up{margin-bottom:20px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .input-line{width:484px;min-width:324px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-select{width:100%;max-width:484px;min-width:324px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .select-line{width:100%;min-width:324px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext{width:100%;max-width:484px;min-width:324px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext .input-line{width:100%;min-width:324px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .l{border-top:1px solid var(--text);opacity:10%;width:100%}.tourlist-page-create .cont-stage-one-create-tour .input-cont .title-create-tour{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .alert-create-tour{padding:4px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn{display:flex;flex-direction:column;gap:16px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable{display:flex;flex-direction:column;max-width:504px;min-width:344px;border-radius:10px;padding:20px;gap:16px;border:1px solid var(--divider)}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .title{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line{display:flex;flex-direction:row;gap:16px;align-items:center}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line .cont-btn{display:flex;flex-direction:row;align-items:center;gap:4px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line .cont-btn .btn{width:36px;height:36px;padding:0}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line .cont-btn .val{width:36px;font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line .cont-text{display:flex;flex-direction:column}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line .cont-text .text{font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .line .cont-text .subtext{font-family:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .l{border-top:1px solid var(--text);opacity:10%;width:100%}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .toggle-line{display:flex;flex-direction:row;align-items:center;gap:8px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable .toggle-line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible{display:flex;flex-direction:column;max-width:504px;min-width:344px;border-radius:10px;padding:20px;gap:16px;border:1px solid var(--divider)}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible .title{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible .cont-sel{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible .cont-sel .muted{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour{display:flex;flex-direction:row;gap:32px}.tourlist-page-create .cont-stage-two-create-tour .contl{display:flex;width:680px;min-width:520px;flex-direction:column;gap:20px}.tourlist-page-create .cont-stage-two-create-tour .contl .description{display:flex;flex-direction:column;gap:16px}.tourlist-page-create .cont-stage-two-create-tour .contl .description .title{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .cont-stage-two-create-tour .contl .description .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contl .description .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-content .ql-editor{background:inherit;color:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .ql-container,.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-toolbar .cont-header{width:100%}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-toolbar .cont-header .l{width:1px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont{width:100%;display:flex;flex-direction:column;gap:16px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .title-cont{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .title-cont .text-cont{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .title-cont .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .title-cont .text-cont .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs{max-height:360px;height:max-content;overflow-x:hidden;overflow-y:auto;min-width:520px;display:flex;flex-direction:column;gap:16px;padding:20px;border:1px solid var(--divider);border-radius:10px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner{display:flex;flex-direction:column;gap:12px;min-width:100%}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner .cont-toggle .cont-text{max-width:596px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .l{border-bottom:1px solid var(--divider)}.tourlist-page-create .cont-stage-two-create-tour .contr{min-width:344px;display:flex;flex-direction:column;gap:20px}.tourlist-page-create .cont-stage-two-create-tour .contr .main{display:flex;flex-direction:column;gap:16px;width:100%}.tourlist-page-create .cont-stage-two-create-tour .contr .main .title{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .cont-stage-two-create-tour .contr .main .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contr .main .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main{width:100%;height:304px;max-width:455px;overflow:hidden;border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main .btn-del-img{position:absolute;top:4px;right:4px}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main .main-img{width:100%;height:100%;object-fit:cover}.tourlist-page-create .cont-stage-two-create-tour .contr .main .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.tourlist-page-create .cont-stage-two-create-tour .contr .main .main-image{background-color:var(--neutral-25);cursor:pointer;-webkit-user-select:none;user-select:none;min-width:340px;height:304px;border-radius:8px;border:1px solid var(--divider);display:flex;align-items:center;justify-content:center}.tourlist-page-create .cont-stage-two-create-tour .contr .more{display:flex;flex-direction:column;gap:16px;width:100%;overflow:hidden}.tourlist-page-create .cont-stage-two-create-tour .contr .more .title{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .cont-stage-two-create-tour .contr .more .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contr .more .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-two-create-tour .contr .more .images{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;max-width:552px}.tourlist-page-create .cont-stage-two-create-tour .contr .more .images .image-f{display:flex;align-items:center;position:relative;justify-content:center;width:104px;height:104px;border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;overflow:hidden}.tourlist-page-create .cont-stage-two-create-tour .contr .more .images .image-f .btn-del-img{position:absolute;top:4px;right:4px}.tourlist-page-create .cont-stage-two-create-tour .contr .more .images .image-f .other-img{width:100%;height:100%;object-fit:cover}.tourlist-page-create .cont-stage-two-create-tour .contr .more .images .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.tourlist-page-create .cont-stage-two-create-tour .contr .more .images .image{display:flex;align-items:center;justify-content:center;width:104px;height:104px;border:1px solid var(--divider);border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--neutral-25)}.tourlist-page-create .cont-stage-three-create-tour{display:flex;flex-direction:row;gap:32px}.tourlist-page-create .cont-stage-three-create-tour .contl{width:680px;min-width:520px;display:flex;flex-direction:column;gap:20px}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont{display:flex;flex-direction:column;width:100%;border-radius:10px;border:1px solid var(--divider);padding:20px;gap:16px}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .upper{display:flex;flex-direction:row;justify-content:space-between}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .upper .btn-set-point{width:36px}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .upper .text-cont{display:flex;flex-direction:column}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .upper .text-cont .surtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .upper .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .descr{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;white-space:pre-wrap}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .images{display:flex;flex-wrap:wrap;flex-direction:row;gap:8px}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .images .cont-img{display:flex;align-items:center;justify-content:center;overflow:hidden;width:104px;height:104px;border-radius:8px}.tourlist-page-create .cont-stage-three-create-tour .contl .point-cont .images .cont-img img{width:100%;height:100%;object-fit:cover}.tourlist-page-create .cont-stage-three-create-tour .contl .add{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;padding:16px;border-radius:10px;justify-content:center;gap:2px;width:100%;height:76px;border:1px solid var(--divider)}.tourlist-page-create .cont-stage-three-create-tour .contl .add .text{color:var(--text-unfilled);font-family:var(--divider);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left;text-transform:lowercase;padding:0 4px 2px}.tourlist-page-create .cont-stage-three-create-tour .contr{min-width:344px;width:504px}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create{width:100%;height:440px;border-radius:12px;position:relative}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create .leaflet-top{position:absolute;top:322px}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create .leaflet-top .leaflet-control-zoom-in{display:flex;align-items:center;justify-content:center}.tour-info-page{display:flex;flex-direction:column;gap:32px;padding:32px}.tour-info-page .upper-line{display:flex;flex-direction:column;gap:4px}.tour-info-page .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between}.tour-info-page .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tour-info-page .upper-line .tbr .cont-l .btn-back{width:36px}.tour-info-page .upper-line .tbr .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-info-page .upper-line .tbr .btns,.tour-info-page .upper-line .tbr .btns .btns-conf{display:flex;flex-direction:row;gap:8px}.tour-info-page .upper-line .status-cont{padding:4px 0}.tour-info-page .upper-line .status-cont .status-h{margin-left:48px}.tour-info-page .upper-line .title-mobile,.tour-info-page .upper-line .btns-mobile{display:none}.tour-info-page .upper-line .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;margin-left:48px}.tour-info-page .cont-information{display:flex;flex-direction:row;gap:16px}.tour-info-page .cont-information .block-1,.tour-info-page .cont-information .block-2{display:flex;flex-direction:column;gap:16px}.tour-info-page .cont-information .block-1 .item-image,.tour-info-page .cont-information .block-2 .item-image{display:flex;align-items:center;position:relative;border-radius:10px;width:360px;min-height:276px;max-height:276px;overflow:hidden}.tour-info-page .cont-information .block-1 .item-image img,.tour-info-page .cont-information .block-2 .item-image img{width:100%;height:100%;object-fit:cover}.tour-info-page .cont-information .block-1 .item-image.no-image,.tour-info-page .cont-information .block-2 .item-image.no-image{background-color:var(--neutral-25);display:flex;align-items:center;justify-content:center;min-height:200px}.tour-info-page .cont-information .block-1 .item-image.no-image .img-no,.tour-info-page .cont-information .block-2 .item-image.no-image .img-no{width:48px;height:48px}.tour-info-page .cont-information .block-1 .item-image.no-image .img-no path,.tour-info-page .cont-information .block-2 .item-image.no-image .img-no path{stroke:#b0afb8}.tour-info-page .cont-information .block-1 .item-image .val-photo,.tour-info-page .cont-information .block-2 .item-image .val-photo{-webkit-user-select:none;user-select:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;position:absolute;padding:8px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-source);color:var(--neutral);font-size:18px;font-weight:700;line-height:18px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-info-page .cont-information .block-1 .item-rating,.tour-info-page .cont-information .block-2 .item-rating{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;width:100%;padding:8px;gap:8px;border:1px solid var(--divider);border-radius:10px}.tour-info-page .cont-information .block-1 .item-rating .rat,.tour-info-page .cont-information .block-2 .item-rating .rat{width:36px;height:36px}.tour-info-page .cont-information .block-1 .item-rating .text-rat,.tour-info-page .cont-information .block-2 .item-rating .text-rat{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper,.tour-info-page .cont-information .block-2 .upper{display:flex;flex-direction:row;flex:auto;width:100%;gap:16px}.tour-info-page .cont-information .block-1 .upper .item,.tour-info-page .cont-information .block-2 .upper .item{flex-basis:0;flex-grow:1;position:relative;display:flex;flex-direction:column;min-width:200px;min-height:240px;border-radius:10px;padding:16px;gap:8px;justify-content:space-between;border:1px solid var(--divider);align-items:flex-start}.tour-info-page .cont-information .block-1 .upper .item .info-icon,.tour-info-page .cont-information .block-2 .upper .item .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-info-page .cont-information .block-1 .upper .item .title-cont,.tour-info-page .cont-information .block-2 .upper .item .title-cont{justify-content:flex-start;max-width:calc(100% - 28px);display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center}.tour-info-page .cont-information .block-1 .upper .item .title-cont .title,.tour-info-page .cont-information .block-2 .upper .item .title-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance{height:20px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-inputtext,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-inputtext{color:var(--text);padding:0 4px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-dropdown-trigger,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-dropdown-trigger{width:16px;height:16px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-dropdown-trigger svg path,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-dropdown-trigger svg path{stroke:var(--text)}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year{height:20px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-inputtext,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-inputtext{color:var(--text);padding:0 4px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-dropdown-trigger,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-dropdown-trigger{width:16px;height:16px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-dropdown-trigger svg path,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-dropdown-trigger svg path{stroke:var(--text)}.tour-info-page .cont-information .block-1 .upper .item .char,.tour-info-page .cont-information .block-2 .upper .item .char{display:flex;flex-direction:column;justify-content:space-between;height:136px;width:100%}.tour-info-page .cont-information .block-1 .upper .item .char .char-text .val,.tour-info-page .cont-information .block-2 .upper .item .char .char-text .val{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .char .char-text .prc,.tour-info-page .cont-information .block-2 .upper .item .char .char-text .prc{color:#029c3f;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load,.tour-info-page .cont-information .block-2 .upper .item .cont-load{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:136px}.tour-info-page .cont-information .block-1 .upper .item .cont-load .seat .val-text,.tour-info-page .cont-information .block-2 .upper .item .cont-load .seat .val-text{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load .seat .val-subtext,.tour-info-page .cont-information .block-2 .upper .item .cont-load .seat .val-subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load .line-graph,.tour-info-page .cont-information .block-2 .upper .item .cont-load .line-graph{width:100%;height:8px;border-radius:8px;background-color:var(--inactive-progress)}.tour-info-page .cont-information .block-1 .upper .item .cont-load .line-graph .val-graph,.tour-info-page .cont-information .block-2 .upper .item .cont-load .line-graph .val-graph{height:8px;background-color:#fe8034;border-radius:8px;max-width:100%}.tour-info-page .cont-information .block-1 .upper .item .graph,.tour-info-page .cont-information .block-2 .upper .item .graph{height:80px}.tour-info-page .cont-information .block-1 .upper .item .body-item,.tour-info-page .cont-information .block-2 .upper .item .body-item{display:flex;flex-direction:column;gap:16px}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .cont-badge,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .cont-badge{width:auto}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block{padding:4px 8px;border-radius:8px;font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block._red,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block._red{background-color:var(--badge-red)}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block._blue,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block._blue{background-color:var(--badge-blue)}.tour-info-page .cont-information .block-1 .upper .item .body-item .create,.tour-info-page .cont-information .block-2 .upper .item .body-item .create,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible{display:flex;flex-direction:column;padding:6px 0}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .subtext,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .subtext,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .subtext,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .text,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .text,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .text,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.tour-info-page .cont-information .block-1 .lower,.tour-info-page .cont-information .block-2 .lower{display:flex;flex-direction:row;gap:16px}.tour-info-page .cont-information .block-1 .lower .small-item,.tour-info-page .cont-information .block-2 .lower .small-item{flex-basis:0;flex-grow:1;min-width:140px;display:flex;flex-direction:column;position:relative;gap:8px;padding:16px;border:1px solid var(--divider);border-radius:10px}.tour-info-page .cont-information .block-1 .lower .small-item .info-icon,.tour-info-page .cont-information .block-2 .lower .small-item .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-info-page .cont-information .block-1 .lower .small-item .title,.tour-info-page .cont-information .block-2 .lower .small-item .title{font-family:var(--font-nunito);color:var(--text);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-info-page .cont-information .block-1 .lower .small-item .value,.tour-info-page .cont-information .block-2 .lower .small-item .value{font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .lower .small-item .cont-val,.tour-info-page .cont-information .block-2 .lower .small-item .cont-val{display:flex;flex-direction:row;gap:4px}.tour-info-page .cont-information .block-2{width:100%;min-width:50%}.sales-schedule{display:flex;flex-direction:column;gap:16px}.sales-schedule .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.sales-schedule .filter-line{display:flex;flex-direction:row;justify-content:space-between}.sales-schedule .filter-line .l{display:flex;flex-direction:row;gap:32px}.sales-schedule .filter-line .l .input-search-filter-sales{width:320px}.sales-schedule .filter-line .l .cont-cal-search{display:flex;flex-direction:row;gap:8px}.sales-schedule .filter-line .l .cont-cal-search .input-cal-filter-sales{width:156px}.sales-schedule .filter-line .r{display:flex;flex-direction:row;gap:8px}.sales-schedule .table-sales{width:100%;position:relative;height:224px;overflow:hidden;border-radius:10px}.sales-schedule .table-sales .back-img{position:absolute;height:100%;width:100%;object-fit:cover}.sales-schedule .table-sales .content{padding:32px 16px;gap:16px;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.sales-schedule .table-sales .content .cont-text{display:flex;flex-direction:column;align-items:center;gap:4px}.sales-schedule .table-sales .content .cont-text .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.sales-schedule .table-sales .content .cont-text .subtext{display:flex;flex-direction:column;color:var(--text-muted);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center}ion-modal.modal-sumbit-for-moderation{--width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation{display:flex;flex-direction:column;gap:16px;padding:16px}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .title{width:calc(100% - 24px);color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .cont-text{display:flex;flex-direction:column;gap:24px}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .cont-text .up-t{display:flex;flex-direction:column}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .cont-text .up-t .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .cont-text .up-t .boldtext{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:700;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-sumbit-for-moderation .body-modal-sumbit-for-moderation .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.blocked-action-modal{--width: 480px;--height: max-content;--border-radius: 12px}ion-modal.blocked-action-modal .body-blocked-action-modal{display:flex;flex-direction:column;gap:16px;padding:16px}ion-modal.blocked-action-modal .body-blocked-action-modal .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.blocked-action-modal .body-blocked-action-modal .cont-text{display:flex;flex-direction:column}ion-modal.blocked-action-modal .body-blocked-action-modal .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.blocked-action-modal .body-blocked-action-modal .cont-text .link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.blocked-action-modal .body-blocked-action-modal .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-delete{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px;--backdrop-opacity: var(--ion-backdrop-opacity, .32) !important}ion-modal.modal-delete.tour{--height: auto !important}ion-modal.modal-delete .body-modal-delete{display:flex;flex-direction:column;gap:16px;padding:16px}ion-modal.modal-delete .body-modal-delete .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-delete .body-modal-delete .cont-text{display:flex;flex-direction:column}ion-modal.modal-delete .body-modal-delete .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-delete .body-modal-delete .cont-text .link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-delete .body-modal-delete .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-add-email{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px;--backdrop-opacity: var(--ion-backdrop-opacity, .32) !important}ion-modal.modal-add-email.tour{--height: auto !important}ion-modal.modal-add-email .body-modal-add-email{display:flex;flex-direction:column;gap:16px;padding:16px}ion-modal.modal-add-email .body-modal-add-email .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-add-email .body-modal-add-email .cont-text{display:flex;flex-direction:column;gap:16px}ion-modal.modal-add-email .body-modal-add-email .cont-text .text{color:var(--alert-warning-text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-add-email .body-modal-add-email .cont-text .text .label{color:var(--text)}ion-modal.modal-add-email .body-modal-add-email .cont-text .link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-add-email .body-modal-add-email .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-modal.modal-start-selling,ion-modal.modal-make-draft,ion-modal.modal-archive-tour{--width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-start-selling .body-modal-start-selling,ion-modal.modal-make-draft .body-modal-start-selling,ion-modal.modal-archive-tour .body-modal-start-selling,ion-modal.modal-start-selling .body-modal-make-draft,ion-modal.modal-make-draft .body-modal-make-draft,ion-modal.modal-archive-tour .body-modal-make-draft,ion-modal.modal-start-selling .body-modal-archive-tour,ion-modal.modal-make-draft .body-modal-archive-tour,ion-modal.modal-archive-tour .body-modal-archive-tour{display:flex;flex-direction:column;gap:16px;padding:16px}ion-modal.modal-start-selling .body-modal-start-selling .title,ion-modal.modal-make-draft .body-modal-start-selling .title,ion-modal.modal-archive-tour .body-modal-start-selling .title,ion-modal.modal-start-selling .body-modal-make-draft .title,ion-modal.modal-make-draft .body-modal-make-draft .title,ion-modal.modal-archive-tour .body-modal-make-draft .title,ion-modal.modal-start-selling .body-modal-archive-tour .title,ion-modal.modal-make-draft .body-modal-archive-tour .title,ion-modal.modal-archive-tour .body-modal-archive-tour .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-start-selling .body-modal-start-selling .cont-text,ion-modal.modal-make-draft .body-modal-start-selling .cont-text,ion-modal.modal-archive-tour .body-modal-start-selling .cont-text,ion-modal.modal-start-selling .body-modal-make-draft .cont-text,ion-modal.modal-make-draft .body-modal-make-draft .cont-text,ion-modal.modal-archive-tour .body-modal-make-draft .cont-text,ion-modal.modal-start-selling .body-modal-archive-tour .cont-text,ion-modal.modal-make-draft .body-modal-archive-tour .cont-text,ion-modal.modal-archive-tour .body-modal-archive-tour .cont-text{display:flex;flex-direction:column}ion-modal.modal-start-selling .body-modal-start-selling .cont-text .text,ion-modal.modal-make-draft .body-modal-start-selling .cont-text .text,ion-modal.modal-archive-tour .body-modal-start-selling .cont-text .text,ion-modal.modal-start-selling .body-modal-make-draft .cont-text .text,ion-modal.modal-make-draft .body-modal-make-draft .cont-text .text,ion-modal.modal-archive-tour .body-modal-make-draft .cont-text .text,ion-modal.modal-start-selling .body-modal-archive-tour .cont-text .text,ion-modal.modal-make-draft .body-modal-archive-tour .cont-text .text,ion-modal.modal-archive-tour .body-modal-archive-tour .cont-text .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-start-selling .body-modal-start-selling .cont-text .link,ion-modal.modal-make-draft .body-modal-start-selling .cont-text .link,ion-modal.modal-archive-tour .body-modal-start-selling .cont-text .link,ion-modal.modal-start-selling .body-modal-make-draft .cont-text .link,ion-modal.modal-make-draft .body-modal-make-draft .cont-text .link,ion-modal.modal-archive-tour .body-modal-make-draft .cont-text .link,ion-modal.modal-start-selling .body-modal-archive-tour .cont-text .link,ion-modal.modal-make-draft .body-modal-archive-tour .cont-text .link,ion-modal.modal-archive-tour .body-modal-archive-tour .cont-text .link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-start-selling .body-modal-start-selling .btns,ion-modal.modal-make-draft .body-modal-start-selling .btns,ion-modal.modal-archive-tour .body-modal-start-selling .btns,ion-modal.modal-start-selling .body-modal-make-draft .btns,ion-modal.modal-make-draft .body-modal-make-draft .btns,ion-modal.modal-archive-tour .body-modal-make-draft .btns,ion-modal.modal-start-selling .body-modal-archive-tour .btns,ion-modal.modal-make-draft .body-modal-archive-tour .btns,ion-modal.modal-archive-tour .body-modal-archive-tour .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-menu.menu-right-add-coor{--width: 440px}ion-menu.menu-right-add-coor .menu{display:flex;flex-direction:column;justify-content:space-between;height:100%}ion-menu.menu-right-add-coor .menu .top{overflow:auto}ion-menu.menu-right-add-coor .menu .top .coordinates{height:64px;padding:20px;color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-menu.menu-right-add-coor .menu .top .cont-map-add-coor #map-add-coor{width:100%;height:320px;position:relative}ion-menu.menu-right-add-coor .menu .top .cont-map-add-coor #map-add-coor .leaflet-top{position:absolute;top:202px}ion-menu.menu-right-add-coor .menu .top .cont-map-add-coor #map-add-coor .leaflet-top .leaflet-control-zoom-in{display:flex;align-items:center;justify-content:center}ion-menu.menu-right-add-coor .menu .top .inf-cont{display:flex;flex-direction:column;gap:16px;padding:20px}ion-menu.menu-right-add-coor .menu .top .inf-cont .inp-add-coor{padding:6px}ion-menu.menu-right-add-coor .menu .top .inf-cont .select-line{padding:10px 12px}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont{display:flex;flex-direction:row;gap:8px}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont .time{width:max-content}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont .cont-select{width:100%}ion-menu.menu-right-add-coor .menu .top .inf-cont .textarea-add-coor{height:200px;padding:6px}ion-menu.menu-right-add-coor .menu .btns{display:flex;flex-direction:row;gap:8px;padding:20px;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}ion-menu.menu-right-add-coor .menu-images{display:flex;flex-direction:column;justify-content:space-between;height:100%}ion-menu.menu-right-add-coor .menu-images .top{display:flex;flex-direction:column;gap:16px;overflow:auto;padding:20px}ion-menu.menu-right-add-coor .menu-images .top .text-cont{display:flex;flex-direction:column;gap:8px}ion-menu.menu-right-add-coor .menu-images .top .text-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-menu.menu-right-add-coor .menu-images .top .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;white-space:pre-wrap}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont{border:1px solid var(--divider);display:flex;flex-direction:column;width:100%;gap:8px;padding:16px;border-radius:10px}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .text-cont{display:flex;flex-direction:column;gap:4px}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:700;line-height:24px;letter-spacing:.01em;text-align:left}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .text-cont .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .images{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .images .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .images .add-img{display:flex;position:relative;align-items:center;overflow:hidden;justify-content:center;width:104px;height:104px;border:1px solid var(--divider);border-radius:8px;background-color:var(--neutral-25);-webkit-user-select:none;user-select:none;cursor:pointer}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .images .add-img img{width:100%;height:100%;object-fit:cover}ion-menu.menu-right-add-coor .menu-images .top .add-image-cont .images .add-img .btn-del-img{position:absolute;top:4px;right:4px}ion-menu.menu-right-add-coor .menu-images .btns{display:flex;flex-direction:row;gap:8px;padding:20px;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}ion-modal.modal-create-options{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-create-options .body-modal-create-options{display:flex;flex-direction:column;gap:16px;max-height:calc(100vh - 64px);overflow:auto;padding:16px}ion-modal.modal-create-options .body-modal-create-options::-webkit-scrollbar{display:none}ion-modal.modal-create-options .body-modal-create-options .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-create-options .body-modal-create-options .description{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-create-options .body-modal-create-options .line{display:flex;flex-direction:row;gap:8px}ion-modal.modal-create-options .body-modal-create-options .line .input-create-options{width:220px}ion-modal.modal-create-options .body-modal-create-options .area-create-options{height:160px}ion-modal.modal-create-options .body-modal-create-options .add-image-cont{display:flex;flex-direction:row;gap:16px;align-items:center}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .cont-image-option{border-radius:8px;width:104px;height:104px;overflow:hidden;position:relative}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .cont-image-option .btn-del-img{position:absolute;top:4px;right:4px}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .cont-image-option .main-img{width:100%;height:100%;object-fit:cover}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .add-img{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;border-radius:8px;width:104px;height:104px;background-color:var(--neutral-25);border:1px solid var(--divider)}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .add-img .image{cursor:pointer;width:max-content}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .description-add-img{display:flex;flex-direction:column;gap:4px}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .description-add-img .cont-subtext{display:flex;flex-direction:column}ion-modal.modal-create-options .body-modal-create-options .add-image-cont .description-add-img .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}ion-modal.modal-create-options .body-modal-create-options .btns{display:flex;flex-direction:row;justify-content:flex-end;gap:8px}ion-modal.modal-create-options .body-modal-create-options .btns .btn-save{width:107px}.body-create-promotions{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.body-create-promotions .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.body-create-promotions .upper-line .cont-l{gap:12px;display:flex;flex-direction:row}.body-create-promotions .upper-line .cont-l .btn-back{width:36px;display:flex;align-items:center;justify-content:center;padding:0}.body-create-promotions .upper-line .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.body-create-promotions .upper-line .btn-save-draft{width:107px}.body-create-promotions .upper-line-put{display:flex;flex-direction:column;gap:4px}.body-create-promotions .upper-line-put .tbr{display:flex;flex-direction:row;justify-content:space-between}.body-create-promotions .upper-line-put .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.body-create-promotions .upper-line-put .tbr .cont-l .btn-back{width:36px}.body-create-promotions .upper-line-put .tbr .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.body-create-promotions .upper-line-put .tbr .btns{display:flex;flex-direction:row;gap:8px}.body-create-promotions .upper-line-put .tbr .btns .btn-save-draft{width:107px}.body-create-promotions .upper-line-put .title-mobile,.body-create-promotions .upper-line-put .btns-mobile{display:none}.body-create-promotions .upper-line-put .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;margin-left:48px}.body-create-promotions .upper-line-put .status-cont{padding:4px 48px}.body-create-promotions .body{display:flex;flex-direction:row;gap:32px}.body-create-promotions .body .input-cont{width:680px;display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .input-cont .line{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.body-create-promotions .body .input-cont .line.line-a{align-items:baseline}.body-create-promotions .body .input-cont .line .cont-input-line{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line .input-line-s{width:236px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line .subtext{padding:0 6px;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .input-cont .line .cont-input-line .select-line-s{width:236px}.body-create-promotions .body .input-cont .line .cont-colors-cube{display:flex;flex-direction:row;gap:4px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube{position:relative;cursor:pointer;height:44px;width:44.4px;border-radius:8px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube .icon-c{position:absolute;top:2px;right:2px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube.focus{border:1px solid #353343}.body-create-promotions .body .input-cont .line .title-line{width:184px;padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .input-cont .line .title-line.up{margin-bottom:20px}.body-create-promotions .body .input-cont .line .title-line-a{display:flex}.body-create-promotions .body .input-cont .line .cont-sel-opt{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt .select-line-a{width:334px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt .btn-create{width:138px;border-radius:12px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options{display:flex;flex-direction:row;justify-content:space-between;border:1px solid var(--divider);padding:12px;border-radius:10px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify{display:flex;flex-direction:row;gap:16px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .image{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:8px;overflow:hidden}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .image img{width:100%;height:100%;object-fit:cover}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:4px 0}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .cont-subtext{display:flex;flex-direction:row;gap:8px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .cont-subtext .link{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .input-cont .line .cont-input-subtext{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-subtext .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.body-create-promotions .body .input-cont .line .input-line{width:484px}.body-create-promotions .body .input-cont .line .textarea-line{width:484px;height:160px}.body-create-promotions .body .input-cont .line .select-line{width:484px}.body-create-promotions .body .tour-sel-cont{width:504px;height:max-content;display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:10px;border:1px solid var(--divider)}.body-create-promotions .body .tour-sel-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .tour-sel-cont .cont-tours-prev{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info{justify-content:space-between;display:flex;width:100%;flex-direction:row}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .image{display:flex;align-items:center;justify-content:center;width:80px;height:80px;min-width:80px;min-height:80px;border-radius:8px;overflow:hidden}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .image img{width:100%;height:100%;object-fit:cover}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .text-cont{display:flex;flex-direction:column;justify-content:center;padding:4px 0;gap:4px}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .text-cont .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .l{border-top:1px solid #222030;opacity:10%}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .l:last-child{border-top:none}ion-modal.modal-show-promotion{--width: 480px;--max-width: 480px;--height: auto;--border-radius: 12px}ion-modal.modal-show-promotion .body-modal-show-promotion{display:flex;flex-direction:column;gap:16px;padding:16px;max-height:calc(100vh - 64px);overflow:auto}ion-modal.modal-show-promotion .body-modal-show-promotion .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-show-promotion .body-modal-show-promotion .stages{display:flex;flex-direction:row;gap:8px}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage{height:40px;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 6px;gap:2px;cursor:pointer}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage.active{border-bottom:2px solid #f74439}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage.active .text-stage{color:#f74439!important}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage.active .val-stage{background-color:#4b4957;color:#fff}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage .text-stage{color:var(--text-unfilled);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 2px}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage .val-stage{display:flex;align-items:center;justify-content:center;height:20px;min-width:20px;border-radius:800px;background-color:var(--status-gray);color:var(--text-unfilled-current);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}ion-modal.modal-show-promotion .body-modal-show-promotion .stages .stage:hover .text-stage{color:var(--text-unfilled-current)}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info{display:flex;flex-direction:column}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info .line{padding:6px 0;display:flex;flex-direction:column}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info .line-t{padding:6px 0;display:flex;flex-direction:column}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info .line-t .name{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-show-promotion .body-modal-show-promotion .cont-info .line-t .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-show-promotion .body-modal-show-promotion .description{width:100%;color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-show-promotion .body-modal-show-promotion .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}ion-menu.menu-right-add-races,ion-menu.menu-right-add-races-change{--width: 320px}ion-menu.menu-right-add-races .cont-menu-right-add-races,ion-menu.menu-right-add-races-change .cont-menu-right-add-races{height:calc((var(--vh, 1vh) * 100) - 76px);display:flex;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;padding:20px}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-title,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-title{display:flex;flex-direction:column;gap:8px}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-title .title,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-title .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-title .subtext,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-title .subtext{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .l,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .l{width:100%;border-top:1px solid var(--divider)}ion-menu.menu-right-add-races .cont-menu-right-add-races .sel-options,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .sel-options{display:flex;flex-direction:row;gap:8px}ion-menu.menu-right-add-races .cont-menu-right-add-races .options,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options{display:flex;flex-direction:column;gap:16px;overflow-y:auto}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt{position:relative;border-radius:10px;padding:12px;gap:12px;border:1px solid var(--divider);display:flex;flex-direction:row}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt .cont-image,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt .cont-image{min-width:80px;width:80px;height:80px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt .cont-image img,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt .cont-image img{width:100%;height:100%;object-fit:cover}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt .cont-inf,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt .cont-inf{width:128px;display:flex;flex-direction:column;padding:4px 0;gap:4px}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt .cont-inf .text,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt .cont-inf .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt .cont-inf .subtext,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt .cont-inf .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .options .cont-opt .btn-dot,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .options .cont-opt .btn-dot{position:absolute;top:8px;right:8px}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages{display:flex;flex-direction:row;gap:8px}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages .stage,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages .stage{height:40px;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 6px;gap:2px;cursor:pointer}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages .stage.active,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages .stage.active{border-bottom:2px solid #f74439}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages .stage.active .text-stage,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages .stage.active .text-stage{color:#f74439!important}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages .stage.active .val-stage,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages .stage.active .val-stage{background-color:#4b4957;color:#fff}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages .stage .text-stage,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages .stage .text-stage{color:var(--text-unfilled);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 2px}ion-menu.menu-right-add-races .cont-menu-right-add-races .stages .stage:hover .text-stage,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .stages .stage:hover .text-stage{color:var(--text-unfilled-current)}ion-menu.menu-right-add-races .cont-menu-right-add-races .date-cont,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .date-cont{display:flex;flex-direction:column;gap:16px}ion-menu.menu-right-add-races .cont-menu-right-add-races .num-dates,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .num-dates{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .subtext,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .subtext{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-inputs,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-inputs{display:flex;flex-direction:column;gap:16px}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-inputs .cont,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-inputs .cont{display:flex;flex-direction:column;gap:4px}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-inputs .cont .title,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-inputs .cont .title{padding:0 6px;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}ion-menu.menu-right-add-races .cont-menu-right-add-races .cont-inputs .cont .subtext,ion-menu.menu-right-add-races-change .cont-menu-right-add-races .cont-inputs .cont .subtext{padding:0 6px;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-menu.menu-right-add-races .btns,ion-menu.menu-right-add-races-change .btns{position:absolute;bottom:0;width:100%;display:flex;flex-direction:row;gap:8px;padding:20px;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}::-webkit-scrollbar-track-piece:end{margin-bottom:8px;border-radius:8px}::-webkit-scrollbar-track-piece:start{border-radius:8px;margin-top:8px}::-webkit-scrollbar{width:14px}::-webkit-scrollbar-thumb{height:6px;border:4px solid rgba(0,0,0,0);background-clip:padding-box;-webkit-border-radius:7px;background-color:#2226;-webkit-box-shadow:inset -1px -1px 0px rgba(0,0,0,.05),inset 1px 1px 0px rgba(0,0,0,.05)}::-webkit-scrollbar-button{width:0;height:0;display:none}::-webkit-scrollbar-track{background:transparent;border-radius:4px;border-left:1.5px solid transparent;border-right:1.5px solid transparent}::-webkit-scrollbar-corner{background-color:transparent}@media screen and (max-width: 1300px){.tour-info-page .cont-information .block-1 .upper::-webkit-scrollbar,.tour-info-page .cont-information .block-2 .upper::-webkit-scrollbar{display:none}.tour-info-page .cont-information .block-1 .upper .item,.tour-info-page .cont-information .block-2 .upper .item{min-width:224px}.tour-info-page .cont-information .block-1 .upper .item .title-cont,.tour-info-page .cont-information .block-2 .upper .item .title-cont{flex-wrap:wrap}}@media screen and (max-width: 1200px){.tourlist-page{padding:32px 32px 0}.tourlist-page .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page .upper-line .title{font-size:22px;line-height:32px}.tourlist-page .tour-list{display:flex;flex-direction:column;gap:20px}.tourlist-page .tour-list .tabs{display:flex;flex-direction:row}.tourlist-page .tour-list .tabs .el-tabs{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;-webkit-user-select:none;user-select:none;height:36px;cursor:pointer}.tourlist-page .tour-list .tabs .el-tabs .text-tabs{font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:20px;letter-spacing:0em;text-align:left;color:var(--tabs)}.tourlist-page .tour-list .tabs .el-tabs .value-tabs{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(---circle-tabs-val);background-color:var(--circle-tabs-back);height:20px;min-width:20px;border-radius:800px;display:flex;align-items:center;justify-content:center;padding:0 6px}.tourlist-page .tour-list .tabs .el-tabs:hover .text-tabs{color:var(--tabs-hover)}.tourlist-page .tour-list .tabs .active-tabs{border-bottom:3px solid var(--border-tabs-current)}.tourlist-page .tour-list .tabs .active-tabs .text-tabs{color:var(--tabs-current)}.tourlist-page .tour-list .tabs .active-tabs .value-tabs{color:var(--circle-tabs-current-val);background-color:var(--circle-tabs-current-back)}.tourlist-page .tour-list .tabs .active-tabs:hover .text-tabs{color:var(--tabs-current)}.tourlist-page .tour-list .cont-tablet-tour{display:flex;flex-direction:column;gap:12px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont{gap:32px;display:flex;flex-direction:row}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .input-search{width:320px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .search-date{display:flex;flex-direction:row;gap:8px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .search-date .input-date{width:156px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem .text{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem:hover .text{color:var(--text-muted-hover)}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;border-radius:8px;padding:0 2px;border:1px solid rgba(0,0,0,0);background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour table{font-family:var(--font-nunito);max-width:100%;width:100%;table-layout:auto;border-collapse:collapse;text-align:left}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tableth{border-bottom:1px solid #e2e6e5;text-transform:uppercase;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;padding:4px 6px;height:52px;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tableth .cont-text-table{display:flex;flex-direction:row;align-items:center;gap:2px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet{border-bottom:1px solid #e2e6e5;padding:4px 6px;white-space:nowrap;word-break:break-word}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-name{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--link)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-format,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-price,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-seats,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .up-text-create{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .down-text-create{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .status{width:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:800px;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._1{background:#e2e6e5;color:#202226}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._2{background:#ffd1a7;color:#850000}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._3{background:#fececb;color:#7d1707}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._4,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._5{background:#bbe4b5;color:#004a18}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._6{background:#e2e6e5;color:#202226}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .photo{width:52px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .photo .cont-img{display:flex;align-items:center;justify-content:center}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .format{min-width:79px;padding:4px 6px 4px 14px;width:79px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .create{width:123px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .statuses{width:144px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .seats{min-width:60px;padding:4px 6px 4px 14px;width:60px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .price{min-width:60px;width:60px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .name{padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .settings{width:48px;height:52px;padding:0 0 0 8px;overflow:hidden}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .settings .setting{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;width:48px;height:100%;align-items:center;justify-content:center;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour tr{min-height:52px}.tourlist-page .tour-list .cont-tablet-tour .paginator{display:flex;font-family:var(--font-nunito);flex-direction:row;align-items:center;gap:8px;justify-content:end}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list{display:flex;flex-direction:row;align-items:center}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .text{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .select-paginator{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:center;width:60px;padding:0 4px;gap:2px}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .select-paginator .value{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c}.tourlist-page .tour-list .cont-tablet-tour .paginator .col{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next{display:flex;flex-direction:row;align-items:center;height:36px}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next .text{width:56px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center;color:var(--text)}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next img{padding:8px;cursor:pointer}.tour-info-page{padding:32px 16px}.tour-info-page .upper-line{display:flex;flex-direction:column;gap:4px}.tour-info-page .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.tour-info-page .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tour-info-page .upper-line .tbr .cont-l .title{display:flex;font-size:28px;font-weight:640;line-height:36px}.tour-info-page .upper-line .tbr .btns{display:flex;flex-direction:row;gap:8px}.tour-info-page .upper-line .title-mobile,.tour-info-page .upper-line .btns-mobile{display:none}.tour-info-page .cont-information,.tour-info-page .cont-information .block-1,.tour-info-page .cont-information .block-2{display:flex;flex-direction:column;gap:16px}.tour-info-page .cont-information .block-1 .item-image,.tour-info-page .cont-information .block-2 .item-image{position:relative;border-radius:10px;width:100%;max-height:560px;min-height:inherit;height:max-content;overflow:hidden}.tour-info-page .cont-information .block-1 .upper,.tour-info-page .cont-information .block-2 .upper{width:calc(100vw - 32px);display:flex;flex-direction:row;flex:auto;width:100%;gap:16px}.tour-info-page .cont-information .block-1 .upper::-webkit-scrollbar,.tour-info-page .cont-information .block-2 .upper::-webkit-scrollbar{display:none}.tour-info-page .cont-information .block-1 .upper .item,.tour-info-page .cont-information .block-2 .upper .item{flex-basis:0;flex-grow:1;position:relative;display:flex;flex-direction:column;min-width:210px;min-height:240px;border-radius:10px;padding:16px;gap:8px;justify-content:space-between;border:1px solid var(--divider);align-items:flex-start}.tour-info-page .cont-information .block-1 .upper .item .info-icon,.tour-info-page .cont-information .block-2 .upper .item .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-info-page .cont-information .block-1 .upper .item .title-cont,.tour-info-page .cont-information .block-2 .upper .item .title-cont{display:flex;flex-direction:row;gap:8px;align-items:center}.tour-info-page .cont-information .block-1 .upper .item .title-cont .title,.tour-info-page .cont-information .block-2 .upper .item .title-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance{height:20px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-inputtext,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-inputtext{color:var(--text);padding:0 4px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-dropdown-trigger,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-dropdown-trigger{width:16px;height:16px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-dropdown-trigger svg path,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-dropdown-trigger svg path{stroke:var(--text)}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year{height:20px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-inputtext,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-inputtext{color:var(--text);padding:0 4px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-dropdown-trigger,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-dropdown-trigger{width:16px;height:16px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-dropdown-trigger svg path,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-dropdown-trigger svg path{stroke:var(--text)}.tour-info-page .cont-information .block-1 .upper .item .char,.tour-info-page .cont-information .block-2 .upper .item .char{width:100%}.tour-info-page .cont-information .block-1 .upper .item .char .char-text .val,.tour-info-page .cont-information .block-2 .upper .item .char .char-text .val{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .char .char-text .prc,.tour-info-page .cont-information .block-2 .upper .item .char .char-text .prc{color:#029c3f;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .char .cont-chart canvas,.tour-info-page .cont-information .block-2 .upper .item .char .cont-chart canvas{width:200px!important}.tour-info-page .cont-information .block-1 .upper .item .cont-load,.tour-info-page .cont-information .block-2 .upper .item .cont-load{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:136px}.tour-info-page .cont-information .block-1 .upper .item .cont-load .seat .val-text,.tour-info-page .cont-information .block-2 .upper .item .cont-load .seat .val-text{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load .seat .val-subtext,.tour-info-page .cont-information .block-2 .upper .item .cont-load .seat .val-subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load .line-graph,.tour-info-page .cont-information .block-2 .upper .item .cont-load .line-graph{width:100%;height:8px;border-radius:8px;background-color:var(--inactive-progress)}.tour-info-page .cont-information .block-1 .upper .item .cont-load .line-graph .val-graph,.tour-info-page .cont-information .block-2 .upper .item .cont-load .line-graph .val-graph{height:8px;background-color:#fe8034;border-radius:8px;max-width:100%}.tour-info-page .cont-information .block-1 .upper .item .graph,.tour-info-page .cont-information .block-2 .upper .item .graph{height:80px}.tour-info-page .cont-information .block-1 .upper .item .body-item,.tour-info-page .cont-information .block-2 .upper .item .body-item{display:flex;flex-direction:column;gap:16px}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block{padding:4px 8px;border-radius:8px;font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block._red,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block._red{background-color:var(--badge-red)}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block._blue,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block._blue{background-color:var(--badge-blue)}.tour-info-page .cont-information .block-1 .upper .item .body-item .create,.tour-info-page .cont-information .block-2 .upper .item .body-item .create,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible{display:flex;flex-direction:column;padding:6px 0}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .subtext,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .subtext,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .subtext,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .link,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .link,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .link,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .text,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .text,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .text,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.tour-info-page .cont-information .block-1 .lower,.tour-info-page .cont-information .block-2 .lower{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.tour-info-page .cont-information .block-1 .lower .small-item,.tour-info-page .cont-information .block-2 .lower .small-item{flex-basis:0;flex-grow:1;min-width:131px;display:flex;flex-direction:column;position:relative;gap:8px;padding:16px;border:1px solid var(--divider);border-radius:10px}.tour-info-page .cont-information .block-1 .lower .small-item .info-icon,.tour-info-page .cont-information .block-2 .lower .small-item .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-info-page .cont-information .block-1 .lower .small-item .title,.tour-info-page .cont-information .block-2 .lower .small-item .title{font-family:var(--font-nunito);color:var(--text);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-info-page .cont-information .block-1 .lower .small-item .value,.tour-info-page .cont-information .block-2 .lower .small-item .value{font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .lower .small-item .cont-val,.tour-info-page .cont-information .block-2 .lower .small-item .cont-val{display:flex;flex-direction:row;gap:4px}.tour-info-page .cont-information .block-1{align-items:center}.tour-info-page .cont-information .block-2{width:100%}.showcase-options{padding:32px}.showcase-options .upper-line .title{font-size:22px;font-weight:700;line-height:32px}.promotions-page .upper-line{flex-direction:row;justify-content:space-between;gap:12px;align-items:flex-start;padding:32px 32px 0}.promotions-page .upper-line .title{font-size:22px;font-weight:700;line-height:32px}.promotions-page .upper-line .custom-btn{width:110px}.body-create-promotions .upper-line .cont-l .title,.body-create-promotions .upper-line-put .tbr .cont-l .title{font-size:22px;font-weight:700;line-height:32px}.body-create-promotions .body{display:flex;flex-direction:row;gap:32px}.body-create-promotions .body .input-cont{min-width:520px;width:680px}.body-create-promotions .body .input-cont .line{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.body-create-promotions .body .input-cont .line.line-a{align-items:baseline}.body-create-promotions .body .input-cont .line .cont-input-line{display:flex;flex-direction:row;gap:12px;width:100%}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line{display:flex;flex-direction:column;gap:4px;width:calc(50% - 6px);min-width:156px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line .input-line-s{width:100%;min-width:156px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line .subtext{padding:0 6px;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .input-cont .line .cont-input-line .cont-select{width:calc(50% - 6px);min-width:156px}.body-create-promotions .body .input-cont .line .cont-input-line .cont-select .select-line-s{width:100%;min-width:156px}.body-create-promotions .body .input-cont .line .cont-autocomplete,.body-create-promotions .body .input-cont .line .cont-autocomplete .input-line,.body-create-promotions .body .input-cont .line .cont-select,.body-create-promotions .body .input-cont .line .cont-select .select-line{width:100%}.body-create-promotions .body .input-cont .line .cont-colors-cube{display:flex;flex-direction:row;gap:4px;min-width:320px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube{position:relative;cursor:pointer;height:44px;width:44.4px;min-width:28.4px;border-radius:8px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube .icon-c{position:absolute;top:2px;right:2px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube.focus{border:1px solid #353343}.body-create-promotions .body .input-cont .line .title-line{width:184px;min-width:184px;padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .input-cont .line .title-line.up{margin-bottom:20px}.body-create-promotions .body .input-cont .line .title-line-a{display:flex}.body-create-promotions .body .input-cont .line .cont-sel-opt{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt .select-line-a{width:334px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt .btn-create{width:138px;border-radius:12px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options{display:flex;flex-direction:row;justify-content:space-between;border:1px solid var(--divider);padding:12px;border-radius:10px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify{display:flex;flex-direction:row;gap:16px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .image{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:8px;overflow:hidden}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .image img{width:100%;height:100%;object-fit:cover}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:4px 0}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .cont-subtext{display:flex;flex-direction:row;gap:8px}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .cont-subtext .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .input-cont .line .cont-sel-opt .cont-options .justify .cont-info .cont-subtext .link{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .input-cont .line .cont-input-subtext{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-subtext .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.body-create-promotions .body .input-cont .line .input-line{width:484px}.body-create-promotions .body .input-cont .line .textarea-line{width:484px;height:160px}.body-create-promotions .body .input-cont .line .select-line{width:484px}.body-create-promotions .body .tour-sel-cont{width:504px;min-width:344px;height:max-content;display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:10px;border:1px solid var(--divider)}.body-create-promotions .body .tour-sel-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .tour-sel-cont .cont-tours-prev{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info{justify-content:space-between;display:flex;flex-direction:row}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .image{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:8px;overflow:hidden}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .image img{width:100%;height:100%;object-fit:cover}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .text-cont{display:flex;flex-direction:column;justify-content:center;padding:4px 0;gap:4px}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .text-cont .text{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .cont-info .left .text-cont .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .l{border-top:1px solid #222030;opacity:10%}.body-create-promotions .body .tour-sel-cont .cont-tours-prev .l:last-child{border-top:none}}@media screen and (max-width: 960px){.tourlist-page{padding:32px 16px 0}.tour-info-page,.tourlist-page-create{padding:32px 16px}.tourlist-page-create .upper-line-put,.tourlist-page-create .upper-line{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .upper-line-put .tbr,.tourlist-page-create .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.tourlist-page-create .upper-line-put .tbr .cont-l,.tourlist-page-create .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tourlist-page-create .upper-line-put .tbr .cont-l .title,.tourlist-page-create .upper-line .tbr .cont-l .title{display:flex;font-size:22px;font-weight:640;line-height:32px}.tourlist-page-create .upper-line-put .tbr .btns,.tourlist-page-create .upper-line .tbr .btns{display:flex;flex-direction:row;gap:8px}.tourlist-page-create .upper-line-put .title-mobile,.tourlist-page-create .upper-line .title-mobile,.tourlist-page-create .upper-line-put .btns-mobile,.tourlist-page-create .upper-line .btns-mobile{display:none}.tourlist-page-create .stage{width:100%;overflow:auto}.tourlist-page-create .stage::-webkit-scrollbar{display:none}.tourlist-page-create .stage .item{min-width:140px}.tourlist-page-create .cont-stage-one-create-tour,.tourlist-page-create .cont-stage-one-create-tour .input-cont{width:100%;flex-direction:column}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line{gap:12px;flex-direction:row}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .title-line{min-width:184px}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .title-line.up{margin-bottom:0}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .input-line{width:calc(100vw - 244px);min-width:calc(100vw - 244px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext{width:calc(100vw - 244px);max-width:calc(100vw - 244px);min-width:calc(100vw - 244px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext .input-line{width:100%;min-width:calc(100vw - 244px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .select-line,.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-select{width:calc(100vw - 244px);max-width:calc(100vw - 244px);min-width:calc(100vw - 244px)}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn{width:calc(100vw - 32px);display:flex;flex-direction:column;gap:16px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable,.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible{width:calc(100vw - 32px);min-width:308px;max-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible .cont-sel{display:flex;flex-direction:column;gap:4px;width:100%}.tourlist-page-create .cont-stage-two-create-tour{width:100%;flex-direction:column;gap:20px}.tourlist-page-create .cont-stage-two-create-tour .contl{gap:20px;width:100%;min-width:100%}.tourlist-page-create .cont-stage-two-create-tour .contl .description{width:100%}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-content .ql-editor{background:inherit;color:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .ql-container,.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-toolbar .cont-header,.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont{width:100%}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .title-cont{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs,.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner{width:100%}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner .cont-toggle .cont-text{max-width:calc(100vw - 108px)}.tourlist-page-create .cont-stage-two-create-tour .contr{width:100%}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main{width:100%;max-height:415px;max-width:720px;height:auto}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main .main-image{width:100%}.tourlist-page-create .cont-stage-two-create-tour .contr .main .main-image{width:100%;min-width:100%}.tourlist-page-create .cont-stage-two-create-tour .contr .more,.tourlist-page-create .cont-stage-two-create-tour .contr .more .images{width:100%}.tourlist-page-create .cont-stage-three-create-tour{width:100%;flex-direction:column}.tourlist-page-create .cont-stage-three-create-tour .contl,.tourlist-page-create .cont-stage-three-create-tour .contr{width:100%}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create{width:100%;height:440px;border-radius:12px;position:relative}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create .leaflet-top{position:absolute;top:322px}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create .leaflet-top .leaflet-control-zoom-in{display:flex;align-items:center;justify-content:center}.showcase-options{padding:32px 16px}.promotions-page .upper-line{flex-direction:row;justify-content:space-between;gap:12px;align-items:flex-start;padding:32px 16px 0}.body-create-promotions{padding:32px 16px;display:flex}.body-create-promotions .upper-line{flex-direction:row;align-items:center;gap:12px}.body-create-promotions .upper-line .cont-l{gap:12px;display:flex;flex-direction:row}.body-create-promotions .upper-line .cont-l .title{font-size:22px;font-weight:700;line-height:32px}.body-create-promotions .upper-line-put{display:flex;flex-direction:column;gap:4px}.body-create-promotions .upper-line-put .tbr{display:flex;flex-direction:row;justify-content:space-between}.body-create-promotions .upper-line-put .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.body-create-promotions .upper-line-put .tbr .cont-l .title{display:flex;font-size:22px;font-weight:640;line-height:32px}.body-create-promotions .upper-line-put .tbr .btns{display:flex;flex-direction:row;gap:8px}.body-create-promotions .upper-line-put .tbr .btns .btn-save-draft,.body-create-promotions .upper-line-put .title-mobile,.body-create-promotions .upper-line-put .btns-mobile{display:none}.body-create-promotions .body{flex-direction:column}.body-create-promotions .body .input-cont{width:100%;flex-direction:column}.body-create-promotions .body .input-cont .line{width:100%;flex-direction:row;align-items:center;gap:12px}.body-create-promotions .body .input-cont .line .cont-input-line{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line .input-line-s,.body-create-promotions .body .input-cont .line .cont-input-line .select-line-s{width:calc((100vw - 216px)/2 - 12px)}.body-create-promotions .body .input-cont .line .cont-colors-cube{width:100%}.body-create-promotions .body .input-cont .line .title-line{width:184px;min-width:184px;padding:0 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .input-cont .line .title-line.up{margin-bottom:0}.body-create-promotions .body .input-cont .line .cont-select{width:100%}.body-create-promotions .body .input-cont .line .cont-select .select-line{width:calc(100vw - 228px)}.body-create-promotions .body .input-cont .line .cont-autocomplete{width:100%}.body-create-promotions .body .input-cont .line .cont-autocomplete .input-line{width:calc(100vw - 228px)}.body-create-promotions .body .input-cont .line .title-line-a{display:flex}.body-create-promotions .body .input-cont .line .cont-sel-opt{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt{display:flex;flex-direction:column;gap:12px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt .select-line-a{width:calc(100vw - 228px)}.body-create-promotions .body .input-cont .line .cont-input-subtext{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-subtext .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.body-create-promotions .body .input-cont .line .input-line{width:calc(100vw - 32px)}.body-create-promotions .body .input-cont .line .textarea-line{width:calc(100vw - 32px);height:160px}.body-create-promotions .body .input-cont .line .select-line,.body-create-promotions .body .tour-sel-cont,.body-create-promotions .body .contr .tour-sel-cont{width:calc(100vw - 32px)}.body-create-promotions .body .contr .main{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .contr .main .title{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .contr .main .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-create-promotions .body .contr .main .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .contr .main .cont-image-main{width:calc(100vw - 32px);height:184px;overflow:hidden;border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center}.body-create-promotions .body .contr .main .cont-image-main .btn-del-img{position:absolute;top:4px;right:4px}.body-create-promotions .body .contr .main .cont-image-main .main-img{width:100%;height:100%;object-fit:cover}.body-create-promotions .body .contr .main .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.body-create-promotions .body .contr .main .main-image{background-color:var(--neutral-25);cursor:pointer;-webkit-user-select:none;user-select:none;width:calc(100vw - 32px);height:184px;border-radius:8px;border:1px solid var(--divider);display:flex;align-items:center;justify-content:center}}@media screen and (max-width: 860px){.tourlist-page{padding:32px 16px 0}.tour-info-page{padding:32px 16px}.tour-info-page .cont-information .block-1 .item-image{max-height:400px}}@media screen and (max-width: 720px){ion-modal.modal-delete,ion-modal.modal-add-email,ion-modal.modal-sumbit-for-moderation,ion-modal.oper-no-moderation{--width: calc(100vw - 32px) }.tourlist-page{padding:20px 16px 0}.tourlist-page .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page .upper-line .title{font-size:20px;line-height:28px}.tourlist-page .tour-list{display:flex;flex-direction:column;gap:20px}.tourlist-page .tour-list .tabs{display:flex;flex-direction:row}.tourlist-page .tour-list .tabs .el-tabs{padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;-webkit-user-select:none;user-select:none;height:36px;cursor:pointer}.tourlist-page .tour-list .tabs .el-tabs .text-tabs{font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:20px;letter-spacing:0em;text-align:left;color:var(--tabs)}.tourlist-page .tour-list .tabs .el-tabs .value-tabs{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(---circle-tabs-val);background-color:var(--circle-tabs-back);height:20px;min-width:20px;border-radius:800px;display:flex;align-items:center;justify-content:center;padding:0 6px}.tourlist-page .tour-list .tabs .el-tabs:hover .text-tabs{color:var(--tabs-hover)}.tourlist-page .tour-list .tabs .active-tabs{border-bottom:3px solid var(--border-tabs-current)}.tourlist-page .tour-list .tabs .active-tabs .text-tabs{color:var(--tabs-current)}.tourlist-page .tour-list .tabs .active-tabs .value-tabs{color:var(--circle-tabs-current-val);background-color:var(--circle-tabs-current-back)}.tourlist-page .tour-list .tabs .active-tabs:hover .text-tabs{color:var(--tabs-current)}.tourlist-page .tour-list .cont-tablet-tour{display:flex;flex-direction:column;gap:12px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont{gap:32px;display:flex;flex-direction:row}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .input-search{width:320px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .search-date{display:flex;flex-direction:row;gap:8px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .filter-tour-search-cont .search-date .input-date{width:156px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem .text{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .filter-tour .btn-elem-filter .btn-elem:hover .text{color:var(--text-muted-hover)}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;border-radius:8px;padding:0 2px;border:1px solid rgba(0,0,0,0);background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.tourlist-page .tour-list .cont-tablet-tour .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour table{font-family:var(--font-nunito);max-width:100%;width:100%;table-layout:auto;border-collapse:collapse;text-align:left}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tableth{border-bottom:1px solid #e2e6e5;text-transform:uppercase;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;padding:4px 6px;height:52px;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tableth .cont-text-table{display:flex;flex-direction:row;align-items:center;gap:2px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet{border-bottom:1px solid #e2e6e5;padding:4px 6px;white-space:nowrap;word-break:break-word}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-name{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--link)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-format,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-price,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .text-seats,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .up-text-create{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .down-text-create{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet .status{width:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:800px;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._1{background:#e2e6e5;color:#202226}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._2{background:#ffd1a7;color:#850000}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._3{background:#fececb;color:#7d1707}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._4,.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._5{background:#bbe4b5;color:#004a18}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .el-tablet ._6{background:#e2e6e5;color:#202226}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .photo{width:52px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .photo .cont-img{display:flex;align-items:center;justify-content:center}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .format{min-width:79px;padding:4px 6px 4px 14px;width:79px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .create{width:123px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .statuses{width:144px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .seats{min-width:60px;padding:4px 6px 4px 14px;width:60px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .price{min-width:60px;width:60px;padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .name{padding:4px 6px 4px 14px}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .settings{width:48px;height:52px;padding:0 0 0 8px;overflow:hidden}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour .settings .setting{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;width:48px;height:100%;align-items:center;justify-content:center;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.tourlist-page .tour-list .cont-tablet-tour .tablet-tour tr{min-height:52px}.tourlist-page .tour-list .cont-tablet-tour .paginator{display:flex;font-family:var(--font-nunito);flex-direction:row;align-items:center;gap:8px;justify-content:end}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list{display:flex;flex-direction:row;align-items:center}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .text{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .select-paginator{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:center;width:60px;padding:0 4px;gap:2px}.tourlist-page .tour-list .cont-tablet-tour .paginator .cont-select-el-list .select-paginator .value{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c}.tourlist-page .tour-list .cont-tablet-tour .paginator .col{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next{display:flex;flex-direction:row;align-items:center;height:36px}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next .text{width:56px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center;color:var(--text)}.tourlist-page .tour-list .cont-tablet-tour .paginator .btn-next img{padding:8px;cursor:pointer}.tour-info-page{padding:20px 16px}.tour-info-page .upper-line{display:flex;flex-direction:column;gap:4px}.tour-info-page .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.tour-info-page .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tour-info-page .upper-line .tbr .cont-l .title{display:none;font-size:28px;font-weight:640;line-height:36px}.tour-info-page .upper-line .tbr .btns{display:flex;flex-direction:row;gap:8px}.tour-info-page .upper-line .tbr .btns .btns-conf{display:none}.tour-info-page .upper-line .title-mobile{display:flex;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-info-page .upper-line .status-cont .status-h,.tour-info-page .upper-line .last-change{margin-left:0}.tour-info-page .upper-line .btns-mobile{margin-top:8px;display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.tour-info-page .cont-information{display:flex;flex-direction:column;gap:16px}.tour-info-page .cont-information .block-1,.tour-info-page .cont-information .block-2{display:flex;flex-direction:column;gap:16px;width:100%}.tour-info-page .cont-information .block-1 .item-image,.tour-info-page .cont-information .block-2 .item-image{position:relative;border-radius:10px;width:100%;overflow:hidden}.tour-info-page .cont-information .block-1 .upper,.tour-info-page .cont-information .block-2 .upper{overflow:auto;display:flex;flex-direction:row;flex:auto;width:100%;gap:16px}.tour-info-page .cont-information .block-1 .upper::-webkit-scrollbar,.tour-info-page .cont-information .block-2 .upper::-webkit-scrollbar{display:none}.tour-info-page .cont-information .block-1 .upper .item,.tour-info-page .cont-information .block-2 .upper .item{flex-basis:0;flex-grow:1;position:relative;display:flex;flex-direction:column;min-width:275px;min-height:240px;border-radius:10px;padding:16px;gap:8px;justify-content:space-between;border:1px solid var(--divider);align-items:flex-start}.tour-info-page .cont-information .block-1 .upper .item .info-icon,.tour-info-page .cont-information .block-2 .upper .item .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-info-page .cont-information .block-1 .upper .item .title-cont,.tour-info-page .cont-information .block-2 .upper .item .title-cont{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap;align-items:center}.tour-info-page .cont-information .block-1 .upper .item .title-cont .title,.tour-info-page .cont-information .block-2 .upper .item .title-cont .title{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance{height:20px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-inputtext,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-inputtext{color:var(--text);padding:0 4px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-dropdown-trigger,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-dropdown-trigger{width:16px;height:16px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance .p-dropdown-trigger svg path,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance .p-dropdown-trigger svg path{stroke:var(--text)}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year{height:20px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-inputtext,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-inputtext{color:var(--text);padding:0 4px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-dropdown-trigger,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-dropdown-trigger{width:16px;height:16px}.tour-info-page .cont-information .block-1 .upper .item .title-cont .select-finance-year .p-dropdown-trigger svg path,.tour-info-page .cont-information .block-2 .upper .item .title-cont .select-finance-year .p-dropdown-trigger svg path{stroke:var(--text)}.tour-info-page .cont-information .block-1 .upper .item .char .char-text .val,.tour-info-page .cont-information .block-2 .upper .item .char .char-text .val{color:var(--text);font-family:var(--font-nunito-sans);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .char .char-text .prc,.tour-info-page .cont-information .block-2 .upper .item .char .char-text .prc{color:#029c3f;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .char .cont-chart canvas,.tour-info-page .cont-information .block-2 .upper .item .char .cont-chart canvas{width:240px!important}.tour-info-page .cont-information .block-1 .upper .item .cont-load,.tour-info-page .cont-information .block-2 .upper .item .cont-load{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:136px}.tour-info-page .cont-information .block-1 .upper .item .cont-load .seat .val-text,.tour-info-page .cont-information .block-2 .upper .item .cont-load .seat .val-text{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load .seat .val-subtext,.tour-info-page .cont-information .block-2 .upper .item .cont-load .seat .val-subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .cont-load .line-graph,.tour-info-page .cont-information .block-2 .upper .item .cont-load .line-graph{width:100%;height:8px;border-radius:8px;background-color:var(--inactive-progress)}.tour-info-page .cont-information .block-1 .upper .item .cont-load .line-graph .val-graph,.tour-info-page .cont-information .block-2 .upper .item .cont-load .line-graph .val-graph{height:8px;background-color:#fe8034;border-radius:8px;max-width:100%}.tour-info-page .cont-information .block-1 .upper .item .graph,.tour-info-page .cont-information .block-2 .upper .item .graph{height:80px}.tour-info-page .cont-information .block-1 .upper .item .body-item,.tour-info-page .cont-information .block-2 .upper .item .body-item{display:flex;flex-direction:column;gap:16px}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre{display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block{padding:4px 8px;border-radius:8px;font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block._red,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block._red{background-color:var(--badge-red)}.tour-info-page .cont-information .block-1 .upper .item .body-item .genre .genre-block._blue,.tour-info-page .cont-information .block-2 .upper .item .body-item .genre .genre-block._blue{background-color:var(--badge-blue)}.tour-info-page .cont-information .block-1 .upper .item .body-item .create,.tour-info-page .cont-information .block-2 .upper .item .body-item .create,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible{display:flex;flex-direction:column;padding:6px 0}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .subtext,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .subtext,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .subtext,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .link,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .link,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .link,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .link{color:var(--link);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.tour-info-page .cont-information .block-1 .upper .item .body-item .create .text,.tour-info-page .cont-information .block-2 .upper .item .body-item .create .text,.tour-info-page .cont-information .block-1 .upper .item .body-item .responsible .text,.tour-info-page .cont-information .block-2 .upper .item .body-item .responsible .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.tour-info-page .cont-information .block-1 .lower,.tour-info-page .cont-information .block-2 .lower{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}.tour-info-page .cont-information .block-1 .lower .small-item,.tour-info-page .cont-information .block-2 .lower .small-item{flex-basis:0;flex-grow:1;min-width:160px;display:flex;flex-direction:column;position:relative;gap:8px;padding:16px;border:1px solid var(--divider);border-radius:10px}.tour-info-page .cont-information .block-1 .lower .small-item .info-icon,.tour-info-page .cont-information .block-2 .lower .small-item .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.tour-info-page .cont-information .block-1 .lower .small-item .title,.tour-info-page .cont-information .block-2 .lower .small-item .title{font-family:var(--font-nunito);color:var(--text);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-info-page .cont-information .block-1 .lower .small-item .value,.tour-info-page .cont-information .block-2 .lower .small-item .value{font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.tour-info-page .cont-information .block-1 .lower .small-item .cont-val,.tour-info-page .cont-information .block-2 .lower .small-item .cont-val{display:flex;flex-direction:row;gap:4px}.tour-info-page .cont-information .block-2{width:100%}.table-sales{height:288px!important;display:flex;justify-content:center}.table-sales .content .cont-text .text{width:296px}ion-modal.modal-start-selling,ion-modal.modal-make-draft,ion-modal.modal-archive-tour{--width: calc(100vw - 32px) }.popover-paginator-el-list .body-popover .cont-el-pop .text{white-space:nowrap}.tourlist-page-create{padding:20px 16px}.tourlist-page-create .upper-line-put,.tourlist-page-create .upper-line{display:flex;flex-direction:column;gap:4px}.tourlist-page-create .upper-line-put .tbr,.tourlist-page-create .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.tourlist-page-create .upper-line-put .tbr .cont-l,.tourlist-page-create .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.tourlist-page-create .upper-line-put .tbr .cont-l .title,.tourlist-page-create .upper-line .tbr .cont-l .title{display:none;font-size:28px;font-weight:640;line-height:36px}.tourlist-page-create .upper-line-put .tbr .btns,.tourlist-page-create .upper-line .tbr .btns{display:none;flex-direction:row;gap:8px}.tourlist-page-create .upper-line-put .title-mobile,.tourlist-page-create .upper-line .title-mobile{display:flex;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tourlist-page-create .upper-line-put .status-cont,.tourlist-page-create .upper-line .status-cont{padding:4px 0}.tourlist-page-create .upper-line-put .status-cont .status-h,.tourlist-page-create .upper-line .status-cont .status-h,.tourlist-page-create .upper-line-put .last-change,.tourlist-page-create .upper-line .last-change{margin-left:0}.tourlist-page-create .upper-line-put .btns-mobile,.tourlist-page-create .upper-line .btns-mobile{margin-top:8px;display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.tourlist-page-create .stage{width:calc(100vw - 32px);overflow:auto}.tourlist-page-create .stage::-webkit-scrollbar{display:none}.tourlist-page-create .stage .item{min-width:140px}.tourlist-page-create .cont-stage-one-create-tour{width:calc(100vw - 32px);flex-direction:column}.tourlist-page-create .cont-stage-one-create-tour .input-cont{width:100%;min-width:100%;flex-direction:column}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line{gap:4px;flex-direction:column;align-items:flex-start}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .title-line{width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .title-line.up{margin-bottom:0}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .input-line,.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .select-line{width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .input-line{width:calc(100vw - 32px);min-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext{width:calc(100vw - 32px);max-width:calc(100vw - 32px);min-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-input-subtext .input-line{width:100%;min-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .select-line,.tourlist-page-create .cont-stage-one-create-tour .input-cont .line .cont-select{width:calc(100vw - 32px);max-width:calc(100vw - 32px);min-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .alert-create-tour{width:calc(100vw - 32px)!important}.tourlist-page-create .cont-stage-one-create-tour .input-cont .alert-create-tour .info{width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .input-cont .alert-create-tour .info .cont-text{width:85%}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn{width:calc(100vw - 32px);display:flex;flex-direction:column;gap:16px}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .suitable,.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible{width:calc(100vw - 32px);min-width:308px;max-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-one-create-tour .dop-colmn .responsible .cont-sel{display:flex;flex-direction:column;gap:4px;width:100%}.tourlist-page-create .cont-stage-two-create-tour{width:calc(100vw - 32px);flex-direction:column;gap:20px}.tourlist-page-create .cont-stage-two-create-tour .contl{gap:20px}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-content .ql-editor{background:inherit;color:inherit;border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .ql-container,.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-toolbar,.tourlist-page-create .cont-stage-two-create-tour .contl .description .p-editor-container .p-editor-toolbar .cont-header,.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont{width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .title-cont{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs{min-width:100%;width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner{width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-two-create-tour .contl .faq-cont .cont-faqs .faq-partner .cont-toggle .cont-text{max-width:calc(100vw - 108px)}.tourlist-page-create .cont-stage-two-create-tour .contr{width:calc(100vw - 32px);min-width:100%}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main{width:calc(100vw - 32px);max-height:415px;height:auto}.tourlist-page-create .cont-stage-two-create-tour .contr .main .cont-image-main .main-image,.tourlist-page-create .cont-stage-two-create-tour .contr .main .main-image{width:calc(100vw - 32px);min-width:100%}.tourlist-page-create .cont-stage-two-create-tour .contr .more,.tourlist-page-create .cont-stage-two-create-tour .contr .more .images{width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-three-create-tour{width:calc(100vw - 32px);flex-direction:column}.tourlist-page-create .cont-stage-three-create-tour .contl{width:calc(100vw - 32px);min-width:calc(100vw - 32px)}.tourlist-page-create .cont-stage-three-create-tour .contr .cont-map-c #map-create{width:calc(100vw - 32px);height:440px;border-radius:12px;position:relative}ion-menu.menu-right-add-coor{--width: 320px}ion-modal.modal-delete{--width: calc(100vw - 32px) }ion-modal.modal-add-email{--width: calc(100vw - 32px) }ion-modal.modal-create-options{--width: calc(100vw - 32px) ;--height: auto}.showcase-options{padding:20px 16px}.showcase-options .upper-line .title{font-size:20px;font-weight:700;line-height:28px}.promotions-page .upper-line{flex-direction:column;justify-content:space-between;gap:12px;align-items:flex-start;padding:20px 16px 0}.promotions-page .upper-line .title{font-size:20px;font-weight:700;line-height:28px}.promotions-page .upper-line .custom-btn{width:110px}ion-modal.modal-show-promotion{--width: calc(100vw - 32px) }.body-create-promotions{padding:20px 16px;display:flex}.body-create-promotions .upper-line{flex-direction:column;align-items:flex-start;gap:12px}.body-create-promotions .upper-line .cont-l{gap:12px;display:flex;flex-direction:column}.body-create-promotions .upper-line .cont-l .title{font-size:20px;font-weight:700;line-height:28px}.body-create-promotions .upper-line-put{display:flex;flex-direction:column;gap:4px}.body-create-promotions .upper-line-put .tbr{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:8px}.body-create-promotions .upper-line-put .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.body-create-promotions .upper-line-put .tbr .cont-l .title{display:none;font-size:20px;font-weight:700;line-height:28px}.body-create-promotions .upper-line-put .tbr .btns{display:flex;flex-direction:row;gap:8px}.body-create-promotions .upper-line-put .tbr .btns .btn-save-draft{display:none}.body-create-promotions .upper-line-put .title-mobile{display:flex;font-family:var(--font-nunito);color:var(--text);font-size:20px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.body-create-promotions .upper-line-put .status-cont{padding:4px 0}.body-create-promotions .upper-line-put .status-cont .status-h,.body-create-promotions .upper-line-put .last-change{margin-left:0}.body-create-promotions .upper-line-put .btns-mobile{margin-top:8px;display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}.body-create-promotions .body{flex-direction:column;width:100%}.body-create-promotions .body .input-cont{width:inherit;min-width:100%;flex-direction:column}.body-create-promotions .body .input-cont .line{min-width:100%;width:100%;flex-direction:column;align-items:flex-start;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-line{display:flex;flex-direction:row;gap:12px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line{min-width:148px;display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-line .left-input-line .input-line-s{width:calc(50vw - 22px);min-width:148px}.body-create-promotions .body .input-cont .line .cont-input-line .cont-select{min-width:148px}.body-create-promotions .body .input-cont .line .cont-input-line .cont-select .select-line-s{width:calc(50vw - 22px);min-width:148px}.body-create-promotions .body .input-cont .line .cont-colors-cube{width:100%;min-width:100%;gap:2px}.body-create-promotions .body .input-cont .line .cont-colors-cube .color-cube{min-width:14px}.body-create-promotions .body .input-cont .line .cont-autocomplete{width:100%}.body-create-promotions .body .input-cont .line .cont-autocomplete .input-line{width:calc(100vw - 32px)}.body-create-promotions .body .input-cont .line .cont-select,.body-create-promotions .body .input-cont .line .cont-select .select-line{width:100%}.body-create-promotions .body .input-cont .line .title-line{width:calc(100vw - 32px);padding:0 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.body-create-promotions .body .input-cont .line .title-line.up{margin-bottom:0}.body-create-promotions .body .input-cont .line .title-line-a{display:flex}.body-create-promotions .body .input-cont .line .cont-sel-opt{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt{display:flex;flex-direction:column;gap:12px}.body-create-promotions .body .input-cont .line .cont-sel-opt .sel-opt .select-line-a{width:calc(100vw - 32px)}.body-create-promotions .body .input-cont .line .cont-input-subtext{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .input-cont .line .cont-input-subtext .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.body-create-promotions .body .input-cont .line .input-line{width:calc(100vw - 32px)}.body-create-promotions .body .input-cont .line .textarea-line{width:calc(100vw - 32px);height:160px}.body-create-promotions .body .input-cont .line .select-line{width:calc(100vw - 32px)}.body-create-promotions .body .tour-sel-cont{width:100%;min-width:100%}.body-create-promotions .body .contr .tour-sel-cont{width:calc(100vw - 32px)}.body-create-promotions .body .contr .main{display:flex;flex-direction:column;gap:16px}.body-create-promotions .body .contr .main .title{display:flex;flex-direction:column;gap:4px}.body-create-promotions .body .contr .main .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.body-create-promotions .body .contr .main .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.body-create-promotions .body .contr .main .cont-image-main{width:calc(100vw - 32px);height:184px;overflow:hidden;border-radius:8px;position:relative;display:flex;align-items:center;justify-content:center}.body-create-promotions .body .contr .main .cont-image-main .btn-del-img{position:absolute;top:4px;right:4px}.body-create-promotions .body .contr .main .cont-image-main .main-img{width:100%;height:100%;object-fit:cover}.body-create-promotions .body .contr .main .inputfile{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.body-create-promotions .body .contr .main .main-image{background-color:var(--neutral-25);cursor:pointer;-webkit-user-select:none;user-select:none;width:calc(100vw - 32px);height:184px;border-radius:8px;border:1px solid var(--divider);display:flex;align-items:center;justify-content:center}ion-menu.menu-right-add-coor .menu .top .coordinates{display:flex;align-items:center;font-size:10px;height:32px;padding:10px}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont{width:calc(440px/105px);min-width:117px}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont .time{width:max-content}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont .cont-select{width:calc(440px/105px);min-width:117px}ion-menu.menu-right-add-coor .menu .top .inf-cont .time-cont .cont-select .select-line{width:100%;min-width:100%}}.list-timeline{display:flex;flex-direction:column;gap:20px}.list-timeline .cont-tablet{display:flex;flex-direction:column;gap:12px}.list-timeline .cont-tablet .filter{padding:0 32px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.list-timeline .cont-tablet .filter .filter-search-cont{gap:8px;display:flex;flex-direction:row}.list-timeline .cont-tablet .filter .filter-search-cont .input-search{width:320px}.list-timeline .cont-tablet .filter .filter-search-cont .paginator-date{display:flex;flex-direction:row;align-items:center;gap:8px}.list-timeline .cont-tablet .filter .filter-search-cont .paginator-date .btns-paginator{display:flex;flex-direction:row;gap:1px}.list-timeline .cont-tablet .filter .filter-search-cont .paginator-date .date{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;width:120px}.list-timeline .cont-tablet .filter .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-d{padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-f{width:102px;padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-e{width:95px;padding:0 4px}.list-timeline .cont-tablet .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;border-radius:8px;padding:0 2px;border:1px solid rgba(0,0,0,0);background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.list-timeline .cont-tablet .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.list-timeline .cont-tablet .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.item-timeline{display:flex!important;flex-direction:column;align-items:center;height:40px;padding:4px;border-radius:8px!important;border:none!important;overflow:visible}.item-timeline .vis-item-content{padding:0!important}.item-timeline .vis-item-content div{display:flex;flex-direction:column}.item-timeline .vis-item-content div span{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.item-timeline .vis-item-content div div{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.vis-panel{box-sizing:content-box}.vis-left,.vis-major{display:none!important}.vis-itemset{height:500px!important}.vis-minor{display:flex;align-items:center;justify-content:center}.vis-text{height:32px!important;color:var(--text)!important;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.vis-panel.vis-top{border:none!important;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.vis-panel.vis-center{border-top-style:none!important}.vis-panel.vis-center{border:0px!important}.vis-timeline{border:none!important}.vis-today{background-color:#f9f9fb!important;position:absolute;z-index:0}.vis.timeline .timeaxis .text.sunday{color:#fff}.vis-grid.vis-minor{border:1px solid #f4f3f6!important;border-top:none!important}.vis-item{z-index:0!important;cursor:pointer}#visualization{position:relative;width:100vw;height:74vh}.vis-item-overflow{display:flex}@media screen and (max-width: 1200px){.list-timeline .cont-tablet .filter{flex-direction:column;align-items:flex-start;gap:16px;padding:0 32px}.list-timeline .cont-tablet .filter .filter-search-cont{gap:8px;display:flex;flex-direction:row}.list-timeline .cont-tablet .filter .filter-search-cont .input-search{width:320px}.list-timeline .cont-tablet .filter .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-d{padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-f{width:102px;padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-e{width:95px;padding:0 4px}.list-timeline .cont-tablet .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;border-radius:8px;padding:0 2px;border:1px solid rgba(0,0,0,0);background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.list-timeline .cont-tablet .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.list-timeline .cont-tablet .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.item-timeline{display:flex!important;flex-direction:column;align-items:center;height:40px;padding:4px;border-radius:8px!important;border:none!important;overflow:visible}.item-timeline .vis-item-content{padding:0!important}.item-timeline .vis-item-content div{display:flex;flex-direction:column}.item-timeline .vis-item-content div span{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.item-timeline .vis-item-content div div{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.vis-panel{box-sizing:content-box}.vis-left,.vis-major{display:none!important}.vis-itemset{height:500px!important}.vis-minor{display:flex;align-items:center;justify-content:center}.vis-text{height:32px!important;color:var(--text)!important;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.vis-panel.vis-top{border:none!important;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.vis-panel.vis-center{border-top-style:none!important}.vis-panel.vis-center{border:0px!important}.vis-timeline{border:none!important}.vis-today{background-color:#f9f9fb!important;position:absolute;z-index:0}.vis.timeline .timeaxis .text.sunday{color:#fff}.vis-grid.vis-minor{border:1px solid #f4f3f6!important;border-top:none!important}.vis-item{z-index:0!important;cursor:pointer}#visualization{position:relative;width:100vw;height:74vh}.vis-item-overflow{display:flex}}@media screen and (max-width: 960px){.list-timeline .cont-tablet .filter{flex-direction:column;align-items:flex-start;gap:16px;padding:0 16px}.list-timeline .cont-tablet .filter .filter-search-cont{gap:8px;display:flex;flex-direction:row}.list-timeline .cont-tablet .filter .filter-search-cont .input-search{width:320px}.list-timeline .cont-tablet .filter .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-d{padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-f{width:102px;padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-e{width:95px;padding:0 4px}}@media screen and (max-width: 720px){.list-timeline .cont-tablet .filter{flex-direction:column;align-items:flex-start;gap:16px;padding:0 16px}.list-timeline .cont-tablet .filter .filter-search-cont{gap:8px;display:flex;flex-direction:row}.list-timeline .cont-tablet .filter .filter-search-cont .input-search{width:320px}.list-timeline .cont-tablet .filter .filter-search-cont .paginator-date,.list-timeline .cont-tablet .filter .filter-search-cont .custom-btn{display:none}.list-timeline .cont-tablet .filter .filter-search-cont .input-search{width:calc(100vw - 32px)}.list-timeline .cont-tablet .filter .btn-elem-filter{display:flex;flex-direction:row;gap:8px}.list-timeline .cont-tablet .filter .btn-elem-filter .cont-select-btn{display:none}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-d{padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-f{width:102px;padding:0 4px}.list-timeline .cont-tablet .filter .btn-elem-filter .btn-elem-e{width:95px;padding:0 4px}.list-timeline .cont-tablet .chip-cont .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;border-radius:8px;padding:0 2px;border:1px solid rgba(0,0,0,0);background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.list-timeline .cont-tablet .chip-cont .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.list-timeline .cont-tablet .chip-cont .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.item-timeline{display:flex!important;flex-direction:column;align-items:center;height:40px;padding:4px;border-radius:8px!important;border:none!important;overflow:visible}.item-timeline .vis-item-content{padding:0!important}.item-timeline .vis-item-content div{display:flex;flex-direction:column}.item-timeline .vis-item-content div span{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.item-timeline .vis-item-content div div{color:var(--text);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:center}.vis-panel{box-sizing:content-box}.vis-left,.vis-major{display:none!important}.vis-itemset{height:500px!important}.vis-minor{display:flex;align-items:center;justify-content:center}.vis-text{height:32px!important;color:var(--text)!important;font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.vis-panel.vis-top{border:none!important;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}.vis-panel.vis-center{border-top-style:none!important}.vis-panel.vis-center{border:0px!important}.vis-timeline{border:none!important}.vis-today{background-color:#f9f9fb!important;position:absolute;z-index:0}.vis.timeline .timeaxis .text.sunday{color:#fff}.vis-grid.vis-minor{border:1px solid #f4f3f6!important;border-top:none!important}.vis-item{z-index:0!important;cursor:pointer}#visualization{position:relative;width:100vw;height:74vh}.vis-item-overflow{display:flex}}.vis-custom-time{background-color:#6e94ff;width:2px;cursor:move;z-index:1}.vis-custom-time.disabled{cursor:inherit}.vis-time-axis{position:relative;overflow:hidden}.vis-time-axis.vis-foreground{top:0;left:0;width:100%}.vis-time-axis.vis-background{position:absolute;top:0;left:0;width:100%;height:100%}.vis-time-axis .vis-text{position:absolute;color:#4d4d4d;padding:3px;overflow:hidden;box-sizing:border-box;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{position:absolute;padding-left:0;padding-right:0;margin-left:0;margin-right:0;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{position:absolute;border-left:1px solid}.vis-time-axis .vis-grid.vis-vertical-rtl{position:absolute;border-right:1px solid}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis [class*=span]{min-height:0;width:auto}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{position:absolute;width:100%;height:0;border-bottom:1px solid}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{width:100%;position:absolute;color:#4d4d4d;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-major.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{position:absolute;width:100%;color:#bebebe;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{position:absolute;color:#4d4d4d;white-space:nowrap;bottom:20px;text-align:center}.vis-data-axis .vis-y-axis.vis-title.vis-measure{padding:0;margin:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vis-legend{background-color:#f7fcffa6;padding:5px;border:1px solid #b3b3b3;box-shadow:2px 2px 10px #9a9a9a8c}.vis-legend-text{white-space:nowrap;display:inline-block}.vis-item{position:absolute;color:#1a1a1a;border-color:#97b0f8;border-width:1px;background-color:#d5ddf6;display:inline-block;z-index:1}.vis-item.vis-selected{border-color:#ffc200;background-color:#fff785;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{text-align:center;border-style:solid;border-radius:2px}.vis-item.vis-point{background:0 0}.vis-item.vis-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}.vis-item.vis-range{border-style:solid;border-radius:2px;box-sizing:border-box}.vis-item.vis-background{border:none;background-color:#d5ddf666;box-sizing:border-box;padding:0;margin:0}.vis-item .vis-item-overflow{position:relative;width:100%;height:100%;padding:0;margin:0;overflow:hidden}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{position:relative;display:inline-block}.vis-item.vis-background .vis-item-content{position:absolute;display:inline-block}.vis-item.vis-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item .vis-item-content{white-space:nowrap;box-sizing:border-box;padding:5px}.vis-item .vis-onUpdateTime-tooltip{position:absolute;background:#4f81bd;color:#fff;width:200px;text-align:center;white-space:nowrap;padding:5px;border-radius:1px;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s}.vis-item .vis-delete,.vis-item .vis-delete-rtl{position:absolute;top:0;width:24px;height:24px;box-sizing:border-box;padding:0 5px;cursor:pointer;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{content:"×";color:red;font-family:arial,sans-serif;font-size:22px;font-weight:700;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{position:absolute;width:100%;height:100%;top:0;left:0;cursor:move}.vis-item.vis-range .vis-drag-left{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;left:-4px;cursor:w-resize}.vis-item.vis-range .vis-drag-right{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;right:-4px;cursor:e-resize}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-current-time{background-color:#ff7f6e;width:2px;z-index:1;pointer-events:none}.vis-rolling-mode-btn{height:40px;width:40px;position:absolute;top:7px;right:20px;border-radius:50%;font-size:28px;cursor:pointer;opacity:.8;color:#fff;font-weight:700;text-align:center;background:#3876c2}.vis-rolling-mode-btn:before{content:"⛶"}.vis-rolling-mode-btn:hover{opacity:1}.vis-panel{position:absolute;padding:0;margin:0;box-sizing:border-box}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-top-style:solid;border-bottom-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content,.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{position:absolute;width:100%;height:1px;box-shadow:0 0 10px #000c}.vis-panel .vis-shadow.vis-top{top:-1px;left:0}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-timeline{position:relative;border:1px solid #bfbfbf;overflow:hidden;padding:0;margin:0;box-sizing:border-box}.vis-loading-screen{width:100%;height:100%;position:absolute;top:0;left:0}.vis-itemset{position:relative;padding:0;margin:0;box-sizing:border-box}.vis-itemset .vis-background,.vis-itemset .vis-foreground{position:absolute;width:100%;height:100%;overflow:visible}.vis-axis{position:absolute;width:100%;height:0;left:0;z-index:1}.vis-foreground .vis-group{position:relative;box-sizing:border-box;border-bottom:1px solid #bfbfbf}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-nested-group{background:#f5f5f5}.vis-label.vis-nesting-group.expanded:before{content:"▼"}.vis-label.vis-nesting-group.collapsed-rtl:before{content:"◀"}.vis-label.vis-nesting-group.collapsed:before{content:"▶"}.vis-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-labelset{position:relative;overflow:hidden;box-sizing:border-box}.vis-labelset .vis-label{position:relative;left:0;top:0;width:100%;color:#4d4d4d;box-sizing:border-box}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-labelset .vis-label.vertical{display:flex;align-items:center;justify-content:center}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-labelset .vis-label.vertical .vis-inner{padding-top:0;padding-bottom:0;white-space:nowrap;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.vis .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}div.vis-configuration{position:relative;display:block;float:left;font-size:12px}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper:after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{display:block;width:495px;background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;margin-top:20px;left:10px;padding-left:5px}div.vis-configuration.vis-config-button{display:block;width:495px;height:25px;vertical-align:middle;line-height:25px;background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;margin-top:20px;left:10px;padding-left:5px;cursor:pointer;margin-bottom:30px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;width:495px;height:25px;vertical-align:middle;line-height:25px}div.vis-configuration.vis-config-item.vis-config-s2{left:10px;background-color:#f7f8fa;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s3{left:20px;background-color:#e4e9f0;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s4{left:30px;background-color:#cfd8e6;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{width:120px;height:25px;line-height:25px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{top:1px;width:30px;height:19px;border:1px solid #444;border-radius:2px;padding:0;margin:0;cursor:pointer}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{position:relative;top:-5px;width:60px;padding:1px;margin:0;pointer-events:none}input.vis-configuration.vis-config-range{-webkit-appearance:none;border:0 solid #fff;background-color:#0000;width:300px;height:20px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{width:300px;height:5px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);border:1px solid #999;box-shadow:#aaa 0 0 3px;border-radius:3px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #14334b;height:17px;width:17px;border-radius:50%;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2 0,#385380 100%);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(to bottom,#3876c2 0,#385380);box-shadow:#111927 0 0 1px;margin-top:-7px}input.vis-configuration.vis-config-range:focus{outline:0}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(to bottom,#9d9d9d 0,#c8c8c8 99%)}input.vis-configuration.vis-config-range::-moz-range-track{width:300px;height:10px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);border:1px solid #999;box-shadow:#aaa 0 0 3px;border-radius:3px}input.vis-configuration.vis-config-range::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{width:300px;height:5px;background:0 0;border-color:transparent;border-width:6px 0;color:transparent}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{position:absolute;background:#394c59d9;border:2px solid #f2faff;line-height:30px;height:30px;width:150px;text-align:center;color:#fff;font-size:14px;border-radius:4px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.vis-configuration-popup:after,.vis-configuration-popup:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.vis-configuration-popup:after{border-color:#88b7d500;border-left-color:#394c59d9;border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:#c2e1f500;border-left-color:#f2faff;border-width:12px;margin-top:-12px}div.vis-tooltip{position:absolute;visibility:hidden;padding:5px;white-space:nowrap;font-family:verdana;font-size:14px;color:#000;background-color:#f5f4ed;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #808074;box-shadow:3px 3px 10px #0003;pointer-events:none;z-index:5}.body-calendar{display:flex;flex-direction:column;gap:4px;width:280px}.header-calendar{display:flex;align-items:center;justify-content:space-between;padding:0 2px;-webkit-user-select:none;user-select:none}.header-calendar .current{cursor:pointer;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center}.dates-wrapper{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:280px;gap:4px}.dates-wrapper .date{box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid var(--divider);border-radius:8px;padding:6px 2px;width:36px;height:36px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;animation:fadein 1s both}.dates-wrapper .date .text{color:var(--text);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.dates-wrapper .date .dotter{display:flex;flex-direction:row;gap:0px}.dates-wrapper .date .dotter .dot{width:6px;height:6px;border-radius:16px}.dates-wrapper .date .dotter .dot.green{background-color:#71b54e}.dates-wrapper .date .dotter .dot.orange{background-color:#fe8034}.dates-wrapper .date .dotter .dot.red{background-color:#ff7a8a}.dates-wrapper .date.disabled{border:none!important;box-shadow:none;pointer-events:none}.dates-wrapper .date.disabled .text{color:var(--text-muted)}.dates-wrapper .date.disabled .dotter{display:none}.dates-wrapper .date:hover{box-shadow:none}.dates-wrapper .date.selected{border:1px solid var(--primary-default);box-shadow:none}.dates-wrapper .date:focus{box-shadow:0 0 0 1px #0009}.dates-wrapper .date.unactive{pointer-events:none;border:none;box-shadow:none;background-color:#f4f3f6}.dates-wrapper .date.unactive .text{color:var(--text-muted);text-decoration:line-through}@keyframes fadein{0%{opacity:0}}@media screen and (max-width: 720px){.dates-wrapper .date .dotter{gap:0px}}.tour-list-races{display:flex;flex-direction:column;gap:20px}.tour-list-races .cont-tablet-races{display:flex;flex-direction:column;gap:12px}.tour-list-races .cont-tablet-races .filter-races{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races{gap:32px;display:flex;flex-direction:row}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races .input-search{width:320px}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races .search-date{display:flex;flex-direction:row;gap:8px}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races .search-date .input-date{width:156px}.tour-list-races .cont-tablet-races .filter-races .btn-elem-filter-races{display:flex;flex-direction:row;gap:8px}.tour-list-races .cont-tablet-races .filter-races .btn-elem-filter-races .btn-elem-f{width:102px;padding:0 4px}.tour-list-races .cont-tablet-races .filter-races .btn-elem-filter-races .btn-elem-e{width:95px;padding:0 4px}.tour-list-races .cont-tablet-races .chip-cont-races .chip{margin-left:0;-webkit-user-select:none;user-select:none;height:24px;min-height:24px;border-radius:8px;padding:0 2px;border:1px solid #ffa7a1;background:linear-gradient(0deg,#0000,#0000),linear-gradient(0deg,#fde4e4,#fde4e4)}.tour-list-races .cont-tablet-races .chip-cont-races .chip .text{height:16px;padding:0 6px;gap:8px;font-family:var(--font-nunito);font-size:14px;font-weight:500;line-height:16px;letter-spacing:0em;text-align:left;color:#810038}.tour-list-races .cont-tablet-races .chip-cont-races .chip .img{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.tour-list-races .cont-tablet-races .tablet-races{overflow-y:hidden;overflow-x:auto;margin-right:84px}.tour-list-races .cont-tablet-races .tablet-races .hide{display:none}.tour-list-races .cont-tablet-races .tablet-races .options-line{transition:cubic-bezier(.075,.82,.165,1)}.tour-list-races .cont-tablet-races .tablet-races table{font-family:var(--font-nunito);max-width:100%;width:100%;table-layout:auto;border-collapse:collapse;text-align:left}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races{border-bottom:1px solid #e2e6e5;text-transform:uppercase;white-space:nowrap;font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;padding:4px 6px 4px 14px;height:52px;color:var(--text-muted)}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races .setting{width:36px}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races.description{min-width:565px}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races .cont-text-table{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;gap:2px}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races .cont-text-table .up{transform:rotate(180deg)}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races .cont-text-table .up g path{fill:#e12014}.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races .cont-text-table .down g path{fill:#e12014}.tour-list-races .cont-tablet-races .tablet-races .el-tableth:first-child{padding:4px 6px}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races{border-bottom:1px solid #e2e6e5;padding:4px 6px 4px 14px;white-space:nowrap;word-break:break-word;height:52px}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.btn-add{border-bottom:none}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.summa,.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.number_travelers{cursor:pointer;-webkit-user-select:none;user-select:none}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races .hide{display:none}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.description{min-width:565px}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races .text{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races .text-opt{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text-muted)}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races .subtext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races .cap{text-transform:capitalize}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range{display:flex;flex-direction:row;align-items:center;gap:12px}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-img-opt{width:40px;height:40px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-img-opt img{width:100%;height:100%;object-fit:cover}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-name-opt{display:flex;flex-direction:column}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-name-opt .text-name-opt{font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-name-opt .text-name-opt.disable{color:var(--text-muted)}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-name-opt .text-stat-option{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.range .cont-range .cont-name-opt .text-stat-option.red{color:#ee510a}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.left.red{background-color:#ffe3e6}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.left.green{background-color:#effcf4}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races .status{width:max-content;display:flex;flex-direction:row;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:800px;font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-list-races .cont-tablet-races .tablet-races .el-tablet:first-child{padding:4px 6px}.tour-list-races .cont-tablet-races .tablet-races .photo,.tour-list-races .cont-tablet-races .tablet-races .pictures{width:52px}.tour-list-races .cont-tablet-races .tablet-races .photo .cont-img,.tour-list-races .cont-tablet-races .tablet-races .pictures .cont-img{width:40px;border-radius:4px;height:40px;overflow:hidden;display:flex;align-items:center;justify-content:center}.tour-list-races .cont-tablet-races .tablet-races .photo .cont-img img,.tour-list-races .cont-tablet-races .tablet-races .pictures .cont-img img{object-fit:cover;width:100%;height:100%}.tour-list-races .cont-tablet-races .tablet-races .settings{position:absolute;z-index:10;right:32px;width:84px;border-top:1px solid var(--divider);border-bottom:none;height:52px;padding:0 0 0 8px;overflow:hidden;background-color:#fff}.tour-list-races .cont-tablet-races .tablet-races .settings .cont-set-btn{padding:4px 6px;width:84px;height:52px;display:flex;flex-direction:row;box-shadow:0 3px 6px -1px #0000000f,0 6px 12px -2px #00000014,0 12px 24px -4px #0000001a}.tour-list-races .cont-tablet-races .tablet-races .settings .cont-set-btn.s{justify-content:flex-end}.tour-list-races .cont-tablet-races .tablet-races .settings .cont-set-btn .setting-opt{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;min-width:36px;height:100%;align-items:center;justify-content:center}.tour-list-races .cont-tablet-races .tablet-races .settings .cont-set-btn .setting-opt.disabled{opacity:40%}.tour-list-races .cont-tablet-races .tablet-races .settings .cont-set-btn .open-opt{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;min-width:36px;height:100%;align-items:center;justify-content:center}.tour-list-races .cont-tablet-races .tablet-races .head{border-top:none!important}.tour-list-races .cont-tablet-races .tablet-races tr{min-height:52px}.tour-list-races .cont-tablet-races .tablet-races::-webkit-scrollbar{display:block;width:5px;height:6px}.tour-list-races .cont-tablet-races .tablet-races::-webkit-scrollbar-track{background:transparent}.tour-list-races .cont-tablet-races .tablet-races::-webkit-scrollbar-thumb{border-radius:8px;background:#2226}.tour-list-races .cont-tablet-races .tablet-races::-webkit-scrollbar-track-piece:end{background:#22222214;margin-bottom:8px;border-radius:8px}.tour-list-races .cont-tablet-races .tablet-races::-webkit-scrollbar-track-piece:start{background:#22222214;border-radius:8px;margin-top:8px}.tour-list-races .cont-tablet-races .paginator-races{display:flex;font-family:var(--font-nunito);flex-direction:row;align-items:center;gap:8px;justify-content:end}.tour-list-races .cont-tablet-races .paginator-races .cont-select-el-list{display:flex;flex-direction:row;align-items:center}.tour-list-races .cont-tablet-races .paginator-races .cont-select-el-list .btn-paginator{padding:0 4px}.tour-list-races .cont-tablet-races .paginator-races .cont-select-el-list .text{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-list-races .cont-tablet-races .paginator-races .cont-select-el-list .select-paginator{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;justify-content:center;width:60px;padding:0 4px;gap:2px}.tour-list-races .cont-tablet-races .paginator-races .cont-select-el-list .select-paginator .value{padding:0 2px 2px;font-size:15px;font-weight:700;line-height:20px;color:var(--text-unfilled)}.tour-list-races .cont-tablet-races .paginator-races .col{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-list-races .cont-tablet-races .paginator-races .btn-next{display:flex;flex-direction:row;align-items:center}.tour-list-races .cont-tablet-races .paginator-races .btn-next .arrow{cursor:pointer;-webkit-user-select:none;user-select:none}.tour-list-races .cont-tablet-races .paginator-races .btn-next .text{width:56px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:center;color:var(--text)}.tour-list-races .cont-tablet-races .paginator-races .btn-next .btn-page{width:36px}.popover-change-element{--box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, .06), 0px 6px 12px -2px rgba(0, 0, 0, .08), 0px 12px 24px -4px rgba(0, 0, 0, .1);--backdrop-opacity: 0;--min-width: 162px;--max-width: 160px}.popover-change-element .body-popover-change{width:160px;display:flex;flex-direction:row;padding:8px;border-radius:10px;gap:4px;box-shadow:0 5px 10px -1.5px #00000014,0 10px 20px -3px #0000001a,0 20px 40px -6px #0000001f}.popover-change-element .body-popover-change .input-change{width:100px}@media screen and (max-width: 1200px){.tour-list-races{display:flex;flex-direction:column;gap:20px}.tour-list-races .cont-tablet-races .filter-races{display:flex;align-items:flex-start;flex-direction:row;gap:16px}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races .search-date{display:none}.tour-list-races .cont-tablet-races .filter-races .btn-elem-filter-races{flex-wrap:wrap}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.settings,.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races.settings{right:16px}}@media screen and (max-width: 720px){.tour-list-races{display:flex;flex-direction:column;gap:20px}.tour-list-races .cont-tablet-races .filter-races{display:flex;align-items:flex-start;flex-direction:column;gap:16px}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races .search-date{display:none}.tour-list-races .cont-tablet-races .filter-races .filter-search-cont-races .input-search{width:calc(100vw - 32px)}.tour-list-races .cont-tablet-races .filter-races .btn-elem-filter-races{flex-wrap:wrap}.tour-list-races .cont-tablet-races .tablet-races .el-tablet-races.settings,.tour-list-races .cont-tablet-races .tablet-races .el-tableth-races.settings{right:16px}}._tourParameters_1mo15_1{margin:32px}._leftBlock_1mo15_5{height:100%}._rightBlock_1mo15_9{padding:0 20px 0 288px}._parameters_1mo15_13{display:flex;gap:12px;align-items:center;margin-bottom:32px;font-family:var(--font-nunito);font-weight:700;font-size:28px;line-height:36px}._parametersTitle_1mo15_24{font-weight:700;font-size:28px;line-height:36px}._iconBack_1mo15_30{cursor:pointer;margin:8px}@media (max-width: 1200px){._parametersTitle_1mo15_24{font-weight:700;font-size:22px;line-height:32px}}@media (max-width: 960px){._tourParameters_1mo15_1{margin:16px}._leftBlock_1mo15_5{display:none}._rightBlock_1mo15_9{padding:0}}._checkmark_sh77c_41{position:absolute;top:-19px;left:50%;transform:translate(-50%);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9688%201.78357C14.2256%202.50928%2015.2712%203.55067%2016.0019%204.80465C16.7327%206.05863%2017.1232%207.48171%2017.1349%208.93302C17.1467%2010.3843%2016.7791%2011.8135%2016.0688%2013.0792C15.3584%2014.3448%2014.3298%2015.4029%2013.0848%2016.1488C11.8398%2016.8948%2010.4216%2017.3026%208.9705%2017.332C7.51944%2017.3613%206.08588%2017.0112%204.81171%2016.3163C3.53755%2015.6213%202.46698%2014.6057%201.70597%2013.3698C0.944969%2012.134%200.519924%2010.7208%200.472917%209.27024L0.46875%209.00024L0.472917%208.73024C0.519586%207.29106%200.938373%205.88854%201.68845%204.6594C2.43853%203.43026%203.49429%202.41645%204.75283%201.7168C6.01136%201.01716%207.42971%200.655567%208.86959%200.667267C10.3095%200.678968%2011.7218%201.06357%2012.9688%201.78357ZM11.8913%206.7444C11.7478%206.60092%2011.5568%206.51473%2011.3543%206.502C11.1518%206.48926%2010.9516%206.55086%2010.7913%206.67524L10.7129%206.7444L7.96875%209.48774L6.89125%208.41107L6.81292%208.3419C6.65257%208.21762%206.45239%208.15609%206.24992%208.16886C6.04745%208.18164%205.85659%208.26783%205.71314%208.41129C5.56968%208.55474%205.48349%208.7456%205.47071%208.94807C5.45794%209.15055%205.51946%209.35072%205.64375%209.51107L5.71292%209.5894L7.37958%2011.2561L7.45792%2011.3252C7.60406%2011.4386%207.78378%2011.5002%207.96875%2011.5002C8.15372%2011.5002%208.33344%2011.4386%208.47958%2011.3252L8.55792%2011.2561L11.8913%207.92274L11.9604%207.8444C12.0848%207.68407%2012.1464%207.48386%2012.1337%207.28134C12.1209%207.07881%2012.0347%206.8879%2011.8913%206.7444Z'%20fill='%2371B54E'/%3e%3c/svg%3e");width:17px;height:18px}._statusParameters_1488g_1{display:flex;flex-direction:column;font-family:var(--font-nunito);position:fixed;max-width:256px;max-height:80vh;overflow:auto}._statusField_1488g_11{display:flex;flex-direction:row;align-items:center;gap:12px;font-weight:700;font-size:16px;line-height:20px;height:40px}._currentStatusContainer_1488g_22{background-image:url(/assets/status-tour-bg-Cr2NCCpF.png);background-repeat:repeat;padding:20px;border-radius:16px;margin:32px 0 18px;background-size:150px}._currentStatus_1488g_22{color:var(--neutral);font-weight:400;font-size:12px;line-height:16px;margin-bottom:4px}._statusValue_1488g_39{color:var(--neutral);font-weight:700;font-size:22px;line-height:32px}._textStatus_1488g_46{color:var(--neutral);font-weight:400;font-size:14px;line-height:20px;margin-bottom:16px}._progressLine_1488g_54{margin-bottom:12px}@media (max-width: 960px){._statusParameters_1488g_1{display:flex;flex-direction:column;font-family:var(--font-nunito);position:static;max-width:100%}._statusField_1488g_11{display:none}._currentStatusContainer_1488g_22{margin:0}}._wrapper_k5avy_1{display:flex;flex-direction:column;gap:8px}._informationsAlerts_k5avy_7{display:flex;flex-direction:column;gap:8px;background-color:var(--alert-info);max-width:320px;min-width:320px;padding:16px;font-family:var(--font-nunito);border-radius:18px;height:max-content}._title_k5avy_20{font-weight:700;font-size:15px;line-height:24px}._subTitle_k5avy_26{display:flex;flex-direction:column;gap:8px;font-weight:400;font-size:14px;line-height:20px}._warningText_k5avy_35{max-width:320px;min-width:320px;padding:16px;border-radius:18px;background-color:#fbc02d;font-family:var(--font-nunito);font-weight:400;font-size:14px;line-height:20px}@media (max-width: 1200px){._wrapper_k5avy_1{display:none}}._classContainer_8k0bi_1{display:flex;flex-direction:row;gap:12px}._classItem_8k0bi_7{display:flex;flex-direction:column;gap:8px;background:var(--input-background);padding:16px;border-radius:12px;cursor:pointer;position:relative;border:2px solid white;width:100%}._classItemClick_8k0bi_20{border:2px solid var(--primary-default);width:100%}._classTitle_8k0bi_25{font-weight:700;font-size:16px;line-height:20px}._description_8k0bi_31{font-weight:400;font-size:13px;line-height:16px}._checkmark_8k0bi_37{position:absolute;top:8px;right:8px;width:20px;height:20px}._disabled_8k0bi_45{opacity:.5;pointer-events:none}@media (max-width: 720px){._classContainer_8k0bi_1{flex-wrap:wrap}._classItem_8k0bi_7{max-width:100%}}._wrapper_1icx3_1{padding:32px;max-width:720px;width:100%;border:1.5px solid var(--border-outline-btn);border-radius:18px;font-family:var(--font-nunito);box-shadow:0 .25px .5px -1.5px #0000000a,0 1.5px 3px -1px #0000000f,0 2px 12px -2px #00000014}._container_1icx3_12{display:flex;flex-direction:column;gap:32px}._title_1icx3_18{font-weight:700;font-size:28px;line-height:36px}._statusContainer_1icx3_24{display:none}._grayText_1icx3_28,._greenText_1icx3_28{font-weight:400;font-size:13px;line-height:16px}._grayText_1icx3_28,._isNotNecessary_1icx3_34{color:var(--text-muted)}._greenText_1icx3_28{color:var(--text-filled-success)}._titleContainer_1icx3_42{display:flex;align-items:center;justify-content:space-between;gap:8px}._tooltipWrapper_1icx3_49{display:none}@media (max-width: 1200px){._wrapper_1icx3_1{max-width:100%}._title_1icx3_18{font-weight:700;font-size:22px;line-height:32px}._tooltipWrapper_1icx3_49{display:block}}@media (max-width: 960px){._statusContainer_1icx3_24{display:block;margin-bottom:8px}}@media (max-width: 720px){._title_1icx3_18{font-weight:700;font-size:20px;line-height:26px}}._tooltipContainer_1l0lm_1{position:relative;display:inline-block}._iconWrapper_1l0lm_6{cursor:pointer}._tooltip_1l0lm_1{display:flex;flex-direction:column;gap:8px;position:absolute;z-index:3;margin-top:8px;padding:16px;background-color:var(--alert-info);border-radius:18px;width:320px;left:-50%;transform:translate(-100%);box-shadow:0 2px 8px #00000026}._tooltipTitle_1l0lm_26{font-weight:700;font-size:15px;line-height:24px;margin-bottom:8px}._tooltipSubTitle_1l0lm_33{font-weight:400;font-size:14px;line-height:20px}@media (max-width: 480px){._tooltip_1l0lm_1{transform:translate(-80%)}}._disabled_wmvx0_1{opacity:.5;pointer-events:none}/*!
* Quill Editor v2.0.3
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}._genresContainer_1euw0_1{display:flex;flex-wrap:wrap;gap:16px}._genreItem_1euw0_7{display:flex;align-items:center;gap:8px;margin-bottom:16px;width:100%;max-width:288px}._genreTitle_1euw0_16{font-weight:400;font-size:15px;line-height:20px}._description_1euw0_22{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted)}._disabled_1euw0_29{display:flex;flex-wrap:wrap;gap:16px;opacity:.5;pointer-events:none}@media (max-width: 720px){._genreItem_1euw0_7{max-width:100%}}._titleSecond_1gjki_1{font-weight:700;font-size:20px;line-height:28px}._grayText_1gjki_7{color:var(--text-muted)}._disabled_1gjki_11{opacity:.5;pointer-events:none}._container_16awa_1{display:flex;flex-direction:column;gap:32px}._toggleFields_16awa_7{display:flex;flex-direction:row-reverse;gap:4px;width:100%}._fields_16awa_14{display:flex;flex-direction:column;gap:4px;width:100%}._fieldsContainer_16awa_21{display:flex;flex-direction:column;gap:32px;max-width:70%}._fieldsRow_16awa_28{display:flex;justify-content:space-between;gap:16px}._fieldOvernight_16awa_34{max-width:120px}._titleField_16awa_38{font-weight:600;font-size:14px;line-height:20px;padding-left:6px}._textMuted_16awa_45{font-weight:400;font-size:12px;line-height:16px;padding:0 6px;color:var(--text-muted)}._disabled_16awa_53{display:flex;flex-direction:column;gap:32px;opacity:.5;pointer-events:none}@media (max-width: 1200px){._fieldsContainer_16awa_21{max-width:80%}}._subTitle_qolfn_1{font-weight:700;font-size:16px;line-height:28px;margin-top:-20px}._grayText_qolfn_8{color:var(--text-muted)}._photoContainer_qolfn_12{display:flex;flex-direction:column;gap:32px}._availablePhotos_qolfn_18{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}._availablePhotosContainer_qolfn_25{display:flex;flex-direction:column;align-items:center;gap:8px}._visible_qolfn_32,._container_qolfn_38{position:relative;max-width:120px;max-height:120px}._hoverContent_qolfn_44{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--neutral);font-weight:600;font-size:16px;line-height:20px;background:#0006;padding:10px;border-radius:12px;display:flex;justify-content:center;align-items:center;text-align:center;width:120px;height:120px;cursor:pointer;opacity:0;transition:opacity .1s ease-in-out}._hoverContent_qolfn_44:hover{opacity:1}._visibleText_qolfn_71{display:flex;flex-direction:column;justify-content:center;align-items:center}._mainTag_qolfn_78{position:absolute;top:4px;left:4px;background:var(--hover-bright);color:#fff;padding:5px 10px;border-radius:12px;max-height:20px;max-width:62px;display:flex;align-items:center;justify-content:center}._mainText_qolfn_93{font-weight:600;font-size:13px;line-height:16px}._deletePhoto_qolfn_99{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted);cursor:pointer}._photos_qolfn_107{width:120px;height:120px;border-radius:12px;object-fit:cover}._addPhotos_qolfn_114{background-image:repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--neutral-25) 5px,var(--neutral-25) 10px);border-radius:12px}._fileInputLabel_qolfn_125{display:flex;flex-direction:column;align-items:center;padding:36px;gap:8px;cursor:pointer}._fileInputLabel_qolfn_125._disabledLabel_qolfn_134{opacity:.5;cursor:not-allowed}._blueText_qolfn_139{color:var(--alert-info-text);font-weight:700;font-size:16px;line-height:20px;text-align:center}._text_qolfn_147{color:var(--text);font-weight:700;font-size:16px;line-height:20px}._textMuted_qolfn_154{color:var(--text-muted);font-weight:400;font-size:12px;line-height:16px}._disabled_qolfn_134{display:flex;flex-direction:column;gap:32px;opacity:.5;pointer-events:none}@media (max-width: 1200px){._photo_qolfn_12{max-width:100%}}@media (max-width: 720px){._visible_qolfn_32,._container_qolfn_38{max-width:93px;max-height:93px}._hoverContent_qolfn_44{width:93px;height:93px;font-weight:600;font-size:13px;line-height:18px}._photos_qolfn_107{width:93px;height:93px}}._field_1rmaj_1{display:flex;flex-direction:column;gap:4px;width:100%;max-width:200px}._titleField_1rmaj_9{font-weight:600;font-size:14px;line-height:20px;padding-left:6px}._disabled_1rmaj_16{display:flex;flex-direction:column;gap:4px;width:100%;max-width:200px;opacity:.5;pointer-events:none}._routeMap_myt6s_1{display:flex;flex-direction:column;gap:32px}._tourTimeZone_myt6s_7{display:flex;flex-direction:column;gap:4px}._tourTimeZoneTitle_myt6s_13{font-weight:700;font-size:16px;line-height:20px}._tourTimeZoneDescription_myt6s_19{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted)}._collectionPoints_myt6s_26{border:2px dashed #ff7c74;border-radius:12px}._hasCollectionPoint_myt6s_31{border:2px dashed #1fbc5e}._collectionPoint_myt6s_26{display:flex;flex-direction:column;gap:8px;padding:32px}._collectionPointContainer_myt6s_42{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._collectionPointTitle_myt6s_49{font-weight:700;font-size:28px;line-height:36px}._collectionPointDescription_myt6s_55{font-weight:400;font-size:14px;line-height:20px}._collectionPointDescriptionBlue_myt6s_61{font-weight:400;font-size:16px;line-height:20px;color:var(--alert-info-text);max-width:530px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._collectionPointTime_myt6s_72{font-weight:700;font-size:16px;line-height:28px}._setUpRoute_myt6s_78{max-width:196px}._container_myt6s_82{display:flex;flex-direction:column;gap:32px}._container_myt6s_82:last-child{gap:0px}._disabled_myt6s_92{display:flex;flex-direction:column;gap:32px;opacity:.5;pointer-events:none}@media (max-width: 1200px){._collectionPointTitle_myt6s_49{font-weight:700;font-size:22px;line-height:32px}}._modalSetUpRoute_196n1_1{--width: 100%;--height: 100%}._container_196n1_6{display:flex;flex-direction:row;justify-content:space-between;width:100%;font-family:var(--font-nunito);overflow:auto}._mapContainerSmall_196n1_15{width:55%}._mapContainerLarge_196n1_19{width:70%}._routeContainer_196n1_23{display:flex;flex-direction:column;overflow:auto;position:relative}._closeBtn_196n1_30{position:absolute;top:20px;right:20px;z-index:1;cursor:pointer}._routeContainerSmall_196n1_38{width:30%}._routeContainerLarge_196n1_42{width:45%}._stageTwoCoor_196n1_46,._stageOneCoor_196n1_47{display:flex;flex-direction:column;gap:32px;padding:32px 32px 38px}._routeTitle_196n1_54{font-weight:700;font-size:22px;line-height:32px}._tourTimeZone_196n1_60{display:flex;flex-direction:column;gap:4px}._titleField_196n1_66{font-weight:600;font-size:14px;line-height:20px}._textMuted_196n1_72{font-weight:400;font-size:12px;line-height:16px;padding:0 6px;color:var(--text-muted)}._collectionPoints_196n1_80{border:2px dashed #ff7c74;border-radius:12px}._hasCollectionPoint_196n1_85{border:2px dashed #1fbc5e}._collectionPoint_196n1_80{display:flex;flex-direction:column;gap:8px;padding:32px;cursor:pointer}._addedPointTour_196n1_97{display:flex;flex-direction:row;align-items:center;gap:8px}._plus_196n1_104{font-size:42px;color:var(--text-muted)}._collectionPointTitle_196n1_109{font-weight:700;font-size:28px;line-height:36px}._collectionPointContainer_196n1_115{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._collectionPointDescription_196n1_122{font-weight:400;font-size:14px;line-height:20px}._collectionPointDescriptionBlue_196n1_128{font-weight:400;font-size:16px;line-height:20px;color:var(--alert-info-text);max-width:323px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._collectionPointTime_196n1_139{font-weight:700;font-size:16px;line-height:28px}._additionalPointsContainer_196n1_145{display:flex;flex-direction:column;gap:16px}._additionalPointsTitle_196n1_151{font-weight:700;font-size:16px;line-height:20px}._grayText_196n1_157{color:var(--text-muted)}._additionalPoints_196n1_145{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;width:100%;gap:4px}._additionalPoint_196n1_145{display:flex;flex-direction:column;align-items:center;gap:8px;background-color:var(--unfilled);padding:20px;width:100%;border-radius:12px;max-width:101px;cursor:pointer}._additionalPointImg_196n1_183{width:40px;height:40px}._additionalPointName_196n1_188{font-weight:400;font-size:12px;line-height:16px}._additionalPointPlus_196n1_194{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;background-color:var(--neutral);width:28px;height:28px;border-radius:50%}._groupedPoints_196n1_206{display:flex;flex-direction:column}._daySection_196n1_211{margin-bottom:16px}._dayTitle_196n1_215{font-weight:700;font-size:16px;line-height:20px}._numberedList_196n1_221{border-left:1px solid var(--input-background-hover);margin:16px 0}._pointsContainer_196n1_226{display:flex;flex-direction:column;margin-bottom:16px}._daySection_196n1_211,._pointsContainer_196n1_226:last-child{margin-bottom:0}._pointContainer_196n1_237{display:flex;align-items:center;width:100%;gap:8px;padding-left:20px}._pointNameSmall_196n1_245{font-weight:400;font-size:16px;line-height:28px;color:var(--alert-info-text);max-width:323px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;cursor:pointer}._pointNameLarge_196n1_258{font-weight:400;font-size:16px;line-height:28px;color:var(--alert-info-text);max-width:656px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;cursor:pointer}._pointTime_196n1_271{font-weight:700;font-size:16px;line-height:28px;padding-left:8px}._namePointType_196n1_278{font-weight:400;font-size:12px;line-height:16px;padding-left:20px}._addCoor_196n1_285{display:flex;flex-direction:row;align-items:start}._addCoorText_196n1_291{display:flex;flex-direction:column;gap:8px}._addCoorTitle_196n1_297{font-weight:700;font-size:28px;line-height:36px}._addCoorDescription_196n1_303{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted)}._formAddCoor_196n1_310{display:flex;flex-direction:column;gap:16px}._fieldsRow_196n1_316{display:flex;flex-direction:row;gap:12px}._fieldNumberDay_196n1_322{max-width:144px}._fieldNumberTime_196n1_326{max-width:120px}._checkboxContainer_196n1_330{display:flex;flex-direction:row;gap:16px}._checkboxField_196n1_336{display:flex;flex-direction:row}._addPhotos_196n1_350{background-image:repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--neutral-25) 5px,var(--neutral-25) 10px);border-radius:12px}._previewContainer_196n1_361{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:15px}._previewImageWrapper_196n1_369{position:relative;width:120px;height:120px}._previewImage_196n1_369{width:100%;height:100%;object-fit:cover;border-radius:12px}._removeImageButton_196n1_382{position:absolute;top:5px;right:5px;background-color:#ffffffb3;border:none;border-radius:50%;width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s}._removeImageButton_196n1_382:hover{background-color:#ffffffe6}._removeImageButton_196n1_382 svg{width:16px;height:16px;color:#333}._fileInputLabel_196n1_408._disabled_196n1_408{opacity:.5;cursor:not-allowed}._fileInputLabel_196n1_408{display:flex;flex-direction:column;align-items:center;padding:36px;gap:8px;cursor:pointer}._blueText_196n1_422{color:var(--alert-info-text);font-weight:700;font-size:16px;line-height:20px;text-align:center}._text_196n1_72{color:var(--text);font-weight:700;font-size:16px;line-height:20px}._textMuted_196n1_72{color:var(--text-muted);font-weight:400;font-size:12px;line-height:16px}._buttons_196n1_444{display:flex;flex-direction:row;justify-content:end;padding:32px;box-shadow:0 -4px 12px #fbf7f7}._button_196n1_444{width:100%;max-width:124px}@media (max-width: 1200px){._mapContainerSmall_196n1_15,._mapContainerLarge_196n1_19,._routeContainerSmall_196n1_38,._routeContainerLarge_196n1_42{width:50%}._collectionPointTitle_196n1_109{font-weight:700;font-size:22px;line-height:32px}}@media (max-width: 960px){._mapContainerSmall_196n1_15,._mapContainerLarge_196n1_19,._routeContainerSmall_196n1_38,._routeContainerLarge_196n1_42{width:50%}._collectionPointTitle_196n1_109{font-weight:700;font-size:22px;line-height:32px}}@media (max-width: 960px){._container_196n1_6{display:flex;flex-direction:column}._mapContainerSmall_196n1_15,._mapContainerLarge_196n1_19,._routeContainerSmall_196n1_38,._routeContainerLarge_196n1_42{width:100%}._mapContainerSmall_196n1_15,._mapContainerLarge_196n1_19{height:400px}._routeContainer_196n1_23{overflow:visible}._pointNameSmall_196n1_245{max-width:100%}}@media (max-width: 720px){._mapContainerSmall_196n1_15,._mapContainerLarge_196n1_19{height:280px}}._grayText_e6yxm_1{color:var(--text-muted)}._suitableContainer_e6yxm_5{display:flex;flex-direction:column;gap:16px}._disabled_e6yxm_11{display:flex;flex-direction:column;gap:16px;opacity:.5;pointer-events:none}._container_1izlv_1{display:flex;flex-direction:column;gap:16px}._faqTitle_1izlv_7{font-weight:700;font-size:14px;line-height:20px}._addFaqButtons_1izlv_13{display:flex;max-width:181px}._disabled_1izlv_18{display:flex;flex-direction:column;gap:16px;opacity:.5;pointer-events:none}._divider_1izlv_26{border-top:1px solid var(--divider)}._cancellationBooking_1izlv_30{display:flex;flex-direction:column;gap:16px}._transportContainer_1olxa_1{display:flex;flex-direction:row;gap:12px}._transportItem_1olxa_7{display:flex;flex-direction:column;gap:8px;background:var(--input-background);padding:16px;border-radius:12px;cursor:pointer;position:relative;border:2px solid white;width:100%}._transportItemClick_1olxa_20{border:2px solid var(--primary-default);width:100%}._transportTitle_1olxa_25{font-weight:700;font-size:16px;line-height:20px}._description_1olxa_31{font-weight:400;font-size:13px;line-height:16px}._checkmark_1olxa_37{position:absolute;top:8px;right:8px;width:20px;height:20px}._disabled_1olxa_45{opacity:.5;pointer-events:none}@media (max-width: 720px){._transportContainer_1olxa_1{flex-wrap:wrap}._transportItem_1olxa_7{max-width:100%}}.home{height:auto;width:100vw;padding:32px;gap:32px;display:flex;align-items:center;flex-direction:column}.home .offer{width:1120px;display:flex;flex-direction:row;gap:16px}.home .showcase{display:flex;flex-direction:column;gap:16px}.home .showcase .title{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;color:var(--text-muted);text-transform:uppercase}.home .showcase .elements{display:flex;flex-direction:row;gap:16px}.home .showcase .elements .places-purchased{display:flex;flex-direction:column;justify-content:space-between;width:424px;height:200px;padding:16px;border-radius:12px;border:1px solid #e2e6e5;gap:16px}.home .showcase .elements .places-purchased .places-purchased-inf{display:flex;flex-direction:column;gap:16px}.home .showcase .elements .places-purchased .places-purchased-inf .title-cont{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.home .showcase .elements .places-purchased .places-purchased-inf .title-cont .title-places-purch{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.home .showcase .elements .places-purchased .places-purchased-inf .stat{display:flex;flex-direction:row;gap:16px;align-items:center}.home .showcase .elements .places-purchased .places-purchased-inf .stat .inf-mouth{display:flex;flex-direction:column;gap:4px}.home .showcase .elements .places-purchased .places-purchased-inf .stat .inf-mouth .mouth{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.home .showcase .elements .places-purchased .places-purchased-inf .stat .inf-mouth .value-cont{display:flex;flex-direction:row;align-items:center;gap:4px}.home .showcase .elements .places-purchased .places-purchased-inf .stat .inf-mouth .value-cont .value{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.home .showcase .elements .places-purchased .places-purchased-inf .stat .inf-mouth .value-cont .max{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.home .showcase .elements .places-purchased .places-purchased-inf .stat .cont-circle .circle{width:64px;height:64px}.home .showcase .elements .places-purchased .places-purchased-inf .stat .cont-circle .circle .CircularProgressbar-path{stroke:var(--progress-active)}.home .showcase .elements .places-purchased .places-purchased-inf .stat .cont-circle .circle .CircularProgressbar-trail{stroke:var(--progress-inactive)}.home .showcase .elements .places-purchased .cont-look{width:100px;height:36px;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px;-webkit-user-select:none;user-select:none;cursor:pointer}.home .showcase .elements .places-purchased .cont-look .look{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c;padding:0 2px 2px}.home .showcase .elements .other-inf{display:flex;flex-direction:column;gap:16px}.home .showcase .elements .other-inf .other-el{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:424px;height:56px;padding:16px 20px;border-radius:12px;gap:8px;border:1px solid #e2e6e5;cursor:pointer}.home .showcase .elements .other-inf .other-el .right-other-el{display:flex;flex-direction:row}.home .showcase .elements .other-inf .other-el .right-other-el .value-num{display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;padding:0 6px;border-radius:800px;background:#444c4e;font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:#fff;margin-right:8px}.home .showcase .elements .other-inf .other-el span{font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left;color:var(--text)}.home .rating{width:1120px;display:flex;flex-direction:column;gap:8px}.home .rating .title{font-family:var(--font-nunito);color:var(--text);font-size:16px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.home .rating .top-tablet{position:relative}.home .rating .top-tablet.hide{overflow:hidden;max-height:260px}.home .rating .top-tablet .row-tablet{cursor:pointer;display:flex;flex-direction:row;border-bottom:1px solid #e2e6e5;justify-content:space-between}.home .rating .top-tablet .row-tablet .cont{display:flex;flex-direction:row;gap:12px;width:100%;align-items:center}.home .rating .top-tablet .row-tablet .el-photo-img{display:flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;width:40px;height:40px;min-width:40px;min-height:40px;gap:2px}.home .rating .top-tablet .row-tablet .el-photo-img img{object-fit:cover;width:100%;height:100%}.home .rating .top-tablet .row-tablet .el-name-text{display:flex;align-items:center;justify-content:start;padding:4px 6px;gap:2px;font-family:var(--font-nunito);color:var(--link);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.home .rating .top-tablet .row-tablet .el-order-text{display:flex;align-items:center;justify-content:start;min-height:52px;padding:4px 6px;gap:2px;font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;white-space:nowrap;color:var(--text-muted)}.home .rating .top-tablet .shadow{top:212px;width:100%;height:52px;position:absolute;z-index:5;background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.home .rating .top-tablet .row-tablet:last-child{border-bottom:none}.home .rating .expand{height:36px;display:flex;flex-direction:row;align-items:center;width:100%}.home .rating .expand .btn-expand{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;flex-direction:row;align-items:center;padding:0 4px;gap:2px}.home .rating .expand .btn-expand .text{font-family:var(--font-nunito);color:var(--ghost);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.home .rating .expand .btn-expand .reverse{transform:rotate(180deg)}.home .rating .btn-expand:hover .text{color:var(--text-muted-hover)}.home .rating .btn-expand:hover .btn-expand-icon path{stroke:var(--icon-transparent-bckg-hover)}.home .finance{display:flex;width:1120px;flex-direction:column;gap:16px}.home .finance .cont-frames{display:flex;flex-direction:column;gap:16px}.home .finance .cont-frames .upper-frames{display:flex;flex-direction:row;gap:16px}.home .finance .cont-frames .upper-frames .frame-fin{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:362.67px;padding:16px;border-radius:12px;border:1px solid #e2e6e5;gap:8px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf{display:flex;flex-direction:column;gap:8px;max-width:calc(100% - 24px)}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .info-icon{position:absolute;top:8px;right:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .title-frame-fin{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance{height:20px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance .p-inputtext{color:var(--text);padding:0 4px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance .p-dropdown-trigger{width:16px;height:16px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance .p-dropdown-trigger svg path{stroke:var(--text)}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance-year{height:20px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance-year .p-inputtext{color:var(--text);padding:0 4px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance-year .p-dropdown-trigger{width:16px;height:16px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .title-cont .select-finance-year .p-dropdown-trigger svg path{stroke:var(--text)}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat{display:flex;flex-direction:row;gap:16px;align-items:center}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .inf-mouth{display:flex;flex-direction:column;gap:4px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .inf-mouth .mouth{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .inf-mouth .value-cont{display:flex;flex-direction:row;align-items:center;gap:4px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .inf-mouth .value-cont .value{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .inf-mouth .value-cont .max{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .cont-circle .circle{width:64px;height:64px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .cont-circle .circle .CircularProgressbar-path{stroke:#de1f4c}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .stat .cont-circle .circle .CircularProgressbar-trail{stroke:#e2e6e5}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .cont-balance{display:flex;flex-direction:row;gap:8px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .cont-balance .balance{font-family:var(--font-nunito-sans);color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .cont-balance .r{color:var(--text);font-size:36px;font-weight:700;line-height:48px;letter-spacing:-.02em;text-align:left}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .dep{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.home .finance .cont-frames .upper-frames .frame-fin .char{display:flex;flex-direction:column;gap:4px}.home .finance .cont-frames .upper-frames .frame-fin .char .char-text .text{color:var(--text);font-family:var(--font-nunito-sans);font-size:22px;font-weight:700;line-height:32px;letter-spacing:0em;text-align:left}.home .finance .cont-frames .upper-frames .frame-fin .char .char-text .prc{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.home .finance .cont-frames .upper-frames .frame-fin .char .char-text .prc.green{color:#029c3f}.home .finance .cont-frames .upper-frames .frame-fin .char .char-text .prc.orange{color:#fe8034}.home .finance .cont-frames .upper-frames .frame-fin .cont-look{width:100px;height:36px;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px;-webkit-user-select:none;user-select:none;cursor:pointer}.home .finance .cont-frames .upper-frames .frame-fin .cont-look .look{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text-ghost-btn);padding:0 2px 2px}.home .finance .cont-frames .upper-frames .frame-fin .cont-look:hover .look{color:var(--text-muted-hover)}.home .finance .cont-frames .upper-frames .frame-fin .cont-look:hover .icon-outline path{stroke:var(--icon-transparent-bckg-hover)}.home .finance .cont-frames .lower-frames{display:flex;flex-direction:row;gap:16px}.home .finance .cont-frames .lower-frames .frame-lower{display:flex;flex-direction:column;justify-content:space-between;width:211.2px;height:88px;padding:16px;border-radius:12px;gap:8px;border:1px solid var(--divider);position:relative}.home .finance .cont-frames .lower-frames .frame-lower .title{font-family:var(--font-nunito);color:var(--text);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;text-transform:none}.home .finance .cont-frames .lower-frames .frame-lower .info-icon{position:absolute;cursor:pointer;-webkit-user-select:none;user-select:none;right:8px;top:8px}.home .finance .cont-frames .lower-frames .frame-lower .value{display:flex;gap:4px;font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:-.02em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.home .finance .cont-frames .lower-frames .frame-lower .value .new-val{position:relative;color:var(--success);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.home .finance .cont-frames .lower-frames .frame-lower .penalty{display:flex;flex-direction:row;align-items:flex-start;gap:4px}.home .feedback{display:flex;flex-direction:column;gap:16px}.home .feedback .title{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;color:var(--text-muted);text-transform:uppercase}.home .feedback .cont-frames-feed{display:flex;flex-direction:row;gap:16px}.home .feedback .cont-frames-feed .frame-feed{display:flex;flex-direction:column;justify-content:space-between;width:277.33px;height:200px;padding:16px;border-radius:12px;border:1px solid #e2e6e5;gap:16px}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed{display:flex;flex-direction:column;gap:16px}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .title-cont{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .title-cont .title-frame-feed{font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat{display:flex;flex-direction:row;gap:16px;align-items:center}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .inf-mouth{display:flex;flex-direction:column;gap:4px}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .inf-mouth .mouth{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .inf-mouth .value-cont{display:flex;flex-direction:row;align-items:center;gap:4px}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .inf-mouth .value-cont .value{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .inf-mouth .value-cont .max{font-family:var(--font-nunito);color:var(--text-muted);font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .cont-circle .circle{width:64px;height:64px}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .cont-circle .circle .CircularProgressbar-path{stroke:#de1f4c}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .stat .cont-circle .circle .CircularProgressbar-trail{stroke:#e2e6e5}.home .feedback .cont-frames-feed .frame-feed .frame-fin-feed .balance{font-family:var(--font-nunito);color:var(--text);font-size:36px;font-weight:640;line-height:48px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.home .feedback .cont-frames-feed .frame-feed .cont-look{width:100px;height:36px;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px;-webkit-user-select:none;user-select:none;cursor:pointer}.home .feedback .cont-frames-feed .frame-feed .cont-look .look{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:#606b6c;padding:0 2px 2px}.cont-chart{min-width:100px;width:100%;height:44px}.cont-chart canvas{width:100%!important}.get-advance-cont{display:flex;flex-direction:row;align-items:center;width:1120px;border-radius:12px;padding:16px;gap:16px;border:1px solid var(--divider)}.get-advance-cont .cont-input-get-advance{display:flex;flex-direction:row;gap:8px}.get-advance-cont .cont-input-get-advance .input-get-advance-number{width:200px}.get-advance-cont .cont-input-get-advance .input-get-advance-code{width:96px;height:44px;border-radius:10px;padding:6px}.get-advance-cont .cont-input-get-advance .input-get-advance-code .input{width:84px;height:32px}.get-advance-cont .cont-input-get-advance .btn-get-advance{display:flex;align-items:center;justify-content:center;padding:0 16px;font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.get-advance-cont .alert{color:var(--warning);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.alert-summary{width:1120px}.draft-tours-cont,.question-cont,.feedback-tours-cont{width:1120px;display:flex;flex-direction:column;gap:16px}.draft-tours-cont .title-cont,.question-cont .title-cont,.feedback-tours-cont .title-cont{display:flex;flex-direction:row;gap:16px}.draft-tours-cont .no-array,.question-cont .no-array,.feedback-tours-cont .no-array{height:240px;position:relative;display:flex;align-items:center;justify-content:center}.draft-tours-cont .no-array img,.question-cont .no-array img,.feedback-tours-cont .no-array img{width:100%;height:100%;object-fit:cover;border-radius:12px}.draft-tours-cont .no-array .content,.question-cont .no-array .content,.feedback-tours-cont .no-array .content{position:absolute;top:108px}.draft-tours-cont .no-array .content .text,.question-cont .no-array .content .text,.feedback-tours-cont .no-array .content .text{color:var(--text-muted);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:center}.draft-tours-cont .title,.question-cont .title,.feedback-tours-cont .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:22px;font-weight:700;line-height:32px;letter-spacing:-.02em;text-align:left}.draft-tours-cont .btn,.question-cont .btn,.feedback-tours-cont .btn{display:flex;flex-direction:row;gap:4px}ion-modal.modal-tour-confirmed{--height: auto;--width: 480px;--border-radius: 12px}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed{display:flex;flex-direction:column;padding:16px;gap:16px}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed .title{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed .cont-info{display:flex;flex-direction:column}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed .cont-info .line{display:flex;flex-direction:column;padding:6px 0}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed .cont-info .line .subtext{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed .cont-info .line .text{color:var(--text);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}ion-modal.modal-tour-confirmed .body-modal-tour-confrmed .btns{display:flex;flex-direction:row;gap:8px;justify-content:flex-end}@media screen and (max-width: 1200px){.home .offer,.home .rating,.home .finance{width:100%}.home .finance .cont-frames .upper-frames .frame-fin{min-width:218.67px;padding:16px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .cont-balance .balance,.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf .cont-balance .r{font-size:28px;font-weight:700;line-height:36px}.home .finance .cont-frames .upper-frames .frame-fin .char .cont-chart{width:100%}.home .finance .cont-frames .upper-frames .frame-fin .char .cont-chart canvas{width:100%!important}.home .finance .cont-frames .lower-frames{display:flex;flex-direction:row;gap:16px}.home .finance .cont-frames .lower-frames .frame-lower .value{font-size:20px;font-weight:700;line-height:28px}.home .finance .cont-frames .lower-frames .frame-lower .value .new-val{position:relative;color:var(--success);font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.get-advance-cont,.alert-summary,.draft-tours-cont,.question-cont,.feedback-tours-cont{width:100%}.draft-tours-cont .title,.question-cont .title,.feedback-tours-cont .title{font-size:20px;font-weight:700;line-height:28px}}@media screen and (max-width: 720px){ion-modal.modal-tour-confirmed{--width: calc(100vw - 32px) }.home{padding:20px 16px}.home .offer{width:calc(100vw - 32px);display:flex;overflow:scroll;flex-direction:row;gap:16px}.home .offer::-webkit-scrollbar{display:none}.home .cont-rate{flex-direction:column}.home .rating{width:calc(100vw - 32px);gap:8px}.home .rating .top-tablet .row-tablet,.home .rating .top-tablet .row-tablet .cont{align-items:center}.home .rating .top-tablet .row-tablet .el-photo-img{min-width:40px}.home .rating .top-tablet .row-tablet .el-name-text{height:auto}.home .rating .expand .btn-expand .text{font-size:15px;font-weight:700;line-height:20px}.home .get-advance-cont{display:flex;flex-direction:column;align-items:center;width:calc(100vw - 32px);border-radius:12px;padding:16px;gap:16px;border:1px solid var(--divider)}.home .get-advance-cont .cont-input-get-advance{display:flex;width:100%;flex-direction:column;align-items:center;gap:16px}.home .get-advance-cont .cont-input-get-advance .input-get-advance-number{width:100%}.home .get-advance-cont .cont-input-get-advance .input-get-advance-code{width:100%;border-radius:10px;padding:6px}.home .get-advance-cont .cont-input-get-advance .input-get-advance-code .input{width:100%}.home .get-advance-cont .cont-input-get-advance .btn-get-advance{display:flex;align-items:center;justify-content:center;width:171px}.home .get-advance-cont .alert{color:var(--warning);font-family:var(--font-nunito);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.home .finance{display:flex;width:calc(100vw - 32px);flex-direction:column;gap:8px}.home .finance .cont-frames{gap:8px}.home .finance .cont-frames .upper-frames{flex-direction:column;gap:8px}.home .finance .cont-frames .upper-frames .frame-fin{width:calc(100vw - 32px);min-width:100%;height:max-content;gap:8px}.home .finance .cont-frames .upper-frames .frame-fin.long{width:100%}.home .finance .cont-frames .upper-frames .frame-fin.long .char .char-text .text{font-size:22px;font-weight:700;line-height:32px}.home .finance .cont-frames .upper-frames .frame-fin .frame-fin-inf{flex-direction:column;gap:8px}.home .finance .cont-frames .upper-frames .frame-fin .cont-look{width:100px;height:36px;display:flex;flex-direction:row;align-items:center;gap:2px;padding:0 4px;-webkit-user-select:none;user-select:none;cursor:pointer}.home .finance .cont-frames .upper-frames .frame-fin .cont-look .custom-btn{padding:0}.home .finance .cont-frames .upper-frames .cont-frame-fin{flex-wrap:nowrap;width:calc(100vw - 32px);gap:8px}.home .finance .cont-frames .upper-frames .cont-frame-fin .frame-fin{width:calc(50vw - 20px);min-width:10px}.home .finance .cont-frames .upper-frames .cont-frame-fin .frame-fin .frame-fin-inf .title-cont{flex-direction:column;align-items:start}.home .finance .cont-frames .upper-frames .cont-frame-fin .frame-fin .frame-fin-inf .title-cont .title-frame-fin,.home .finance .cont-frames .upper-frames .cont-frame-fin .char{padding:0 4px}.home .finance .cont-frames .lower-frames{flex-wrap:wrap;gap:8px}.home .finance .cont-frames .lower-frames .frame-lower{width:calc(50vw - 20px);height:84px}.home .finance .cont-frames .lower-frames .frame-lower .value{font-size:18px;font-weight:700;line-height:28px}.alert-summary,.draft-tours-cont,.question-cont,.feedback-tours-cont{width:calc(100vw - 32px)}.draft-tours-cont .title-cont,.question-cont .title-cont,.feedback-tours-cont .title-cont{justify-content:space-between;gap:8px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}: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);-webkit-backface-visibility:hidden;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-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .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-lazy-preloader,.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)}}.cont-slide-V2{position:relative;width:100%;max-width:269px}.cont-slide-V2 .shadow1{position:absolute;right:-130px;z-index:999;top:120px;height:60px;width:304px;transform:rotate(-90deg);background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.cont-slide-V2 .shadow2{position:absolute;z-index:999;left:-130px;top:120px;height:60px;width:304px;transform:rotate(90deg);background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.cont-slide-V2 .shadow1.fq{top:94px;width:250px;right:-95px}.cont-slide-V2 .shadow2.fq{top:94px;width:250px;left:-95px}.cont-slide-V2 .swiper-slide{width:100%!important}.cont-slide-V2 .slider,.cont-slide-V2 .slider .images-tour-V2,.cont-slide-V2 .slider .images-tour-V2 img{width:100%}.tour-el-V2{display:flex;flex-direction:column;padding-top:16px;cursor:pointer;width:100%}.tour-el-V2 .images-tour-V2{overflow:hidden;height:216px;width:100%;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center}.tour-el-V2 .images-tour-V2 img{width:100%;height:100%;object-fit:cover}.tour-el-V2 .images-tour-V2 .favourite{position:absolute;top:10px;right:10px;border:none;background:none;box-shadow:none}.slider-controls{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}.slider-controls.visible{opacity:1}.nav-button{color:#000;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s;position:absolute;top:50%;transform:translateY(-50%)}.nav-button.prev{left:8px}.nav-button.next{right:8px}.nav-button:hover{background-color:#e6e6e6}.dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center}.dot{width:8px;height:8px;border-radius:8px;background:#fff6;margin:0 2px;cursor:pointer;transition:background-color .3s}.dot.active{background:#fff;width:24px}.tour-el-V2 .images-tour-V2 .value-images-V2{-webkit-user-select:none;user-select:none;height:32px;display:flex;align-items:center;justify-content:center;position:absolute;padding:8px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-nunito);color:var(--neutral);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-el-V2 .short-inf{display:flex;flex-direction:column;position:relative;gap:4px;padding:12px 0}.tour-el-V2 .short-inf .rating{display:flex;flex-direction:row;gap:8px;align-items:center}.tour-el-V2 .short-inf .rating .value-rat{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}.tour-el-V2 .short-inf .rating .value-review{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted);padding-top:1px}.tour-el-V2 .short-inf .name-tour{font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;max-width:264px}.tour-el-V2 .short-inf .nearest-date{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left;color:var(--text)}.tour-el-V2 .short-inf .price{display:flex;flex-direction:column}.tour-el-V2 .short-inf .price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-el-V2 .short-inf .price .cont-price{display:flex;flex-direction:row;align-items:center;gap:4px;height:28px}.tour-el-V2 .short-inf .price .cont-price .price-value{font-family:var(--font-nunito);font-size:13px;font-weight:400;line-height:20px;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text-muted)}.tour-el-V2 .short-inf .price .cont-price .promotion{color:var(--success)!important}.tour-el-V2 .short-inf .price .cont-price .duration{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text)}.tour-el-V2 .short-inf .price .cont-price .width{width:50%}.tour-el-V2 .short-inf .btn-fav .text-btn svg path{stroke:transparent}.tour-el-V2 .short-inf .favourite{right:5px;top:-210px;position:absolute;border:none;background:none}.tour-el-V2 .short-inf .favourite:hover,.tour-el-V2 .short-inf .favourite:focus{border:none;box-shadow:none}.tour-el-V2 .short-inf .favourite .svg{width:28px;height:28px;border:1px solid white}.cont-slide{position:relative}.cont-slide .shadow1{position:absolute;right:-130px;z-index:999;top:120px;height:60px;width:304px;transform:rotate(-90deg);background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.cont-slide .shadow2{position:absolute;z-index:999;left:-130px;top:120px;height:60px;width:304px;transform:rotate(90deg);background:linear-gradient(180deg,#fff0,#ffffff02,#ffffff09,#ffffff15,#ffffff26,#ffffff3b,#fff5,#ffffff71,#ffffff8e,#fffa,#ffffffc4,#ffffffd9,#ffffffea,#fffffff6,#fffffffd,#fff)}.cont-slide .shadow1.fq{top:94px;width:250px;right:-95px}.cont-slide .shadow2.fq{top:94px;width:250px;left:-95px}.cont-slide .swiper-slide{width:240px!important}.cont-slide .slider{width:250px}.cont-slide .slider .images-tour,.cont-slide .slider .images-tour img{width:240px}.tour-el{cursor:pointer;display:flex;flex-direction:column;padding:16px 5px;border-radius:8px}.tour-el:hover{background-color:#f4f3f6}.tour-el .images-tour{overflow:hidden;height:160px;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center}.tour-el .images-tour .tag{top:8px;right:8px;display:flex;align-items:center;justify-content:center;font-size:13px;height:20px;width:72px;color:var(--neutral);position:absolute;padding:0 6px;border-radius:800px;background-color:var(--contrast-high);font-family:var(--font-nunito);font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 0,"GRAD" 0,"slnt" 0,"XTRA" 0,"XOPQ" 0,"YOPQ" 0,"YTLC" 0,"YTUC" 0,"YTAS" 0,"YTDE" 0,"YTFI" 0}.tour-el .images-tour img{width:100%;height:100%;object-fit:cover}.tour-el .images-tour .value-images{-webkit-user-select:none;user-select:none;height:32px;display:flex;align-items:center;justify-content:center;position:absolute;padding:8px;right:8px;bottom:8px;border-radius:8px;background:#0003;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-family:var(--font-nunito);color:var(--neutral);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.tour-el .short-inf{display:flex;flex-direction:column;position:relative;gap:8px;padding:12px 0}.tour-el .short-inf .rating{display:flex;flex-direction:row;gap:8px;align-items:center}.tour-el .short-inf .rating .value-rat{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 120,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}.tour-el .short-inf .rating .value-review{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.tour-el .short-inf .name-tour{font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;letter-spacing:.02em;text-align:left;color:var(--text)}.tour-el .short-inf .price{display:flex;flex-direction:column}.tour-el .short-inf .price .last-price{font-family:var(--font-nunito);color:var(--text-muted);text-decoration:line-through;font-size:13px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:left}.tour-el .short-inf .price .cont-price{display:flex;flex-direction:row;align-items:center;gap:4px}.tour-el .short-inf .price .cont-price .price-value{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:28px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 468,"XOPQ" 96,"YOPQ" 79,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738;color:var(--text)}.tour-el .short-inf .price .cont-price .promotion{color:var(--success)!important}.tour-el .short-inf .price .cont-price .duration{font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text)}.tour-el .short-inf .price .cont-price .width{width:50%}.tour-el .short-inf .btn-fav .text-btn svg path{stroke:transparent}.tour-el .short-inf .favourite{right:0;bottom:12px;position:absolute}.tour-el .short-inf .favourite .svg{width:20px;height:20px}.prev-feedback-cont{width:280px;height:248px;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--divider)}.prev-feedback-cont .cont-up{display:flex;flex-direction:row;align-items:center;gap:8px}.prev-feedback-cont .cont-up .cont-avatar{overflow:hidden;border-radius:100%;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.prev-feedback-cont .cont-up .cont-avatar .avatar-info{width:44px;height:44px}.prev-feedback-cont .cont-up .cont-info-user{display:flex;flex-direction:column;padding:2px 0}.prev-feedback-cont .cont-up .cont-info-user .text{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.prev-feedback-cont .cont-up .cont-info-user .text-muted{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.prev-feedback-cont .rate{display:flex;flex-direction:row;gap:8px;align-items:center}.prev-feedback-cont .rate .text-muted{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.prev-feedback-cont .name-tours{font-family:var(--font-nunito);color:var(--link);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.prev-feedback-cont .textarea{overflow:scroll;font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:left}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}._notFoundPage_16wzk_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:16px;width:100%;height:100%;font-family:var(--font-nunito)}._title_16wzk_14{font-size:36px}._subTitle_16wzk_18{font-size:24px;color:var(--bright)}._forPartnersContent_7logc_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;margin-bottom:32px;font-family:var(--font-nunito);width:100%;padding:0 16px;margin-top:76px}@media screen and (max-width: 720px){._forPartnersContent_7logc_1{margin-top:52px}}._partnerCards_9gydg_1{width:100%;max-width:1120px;display:flex;flex-direction:column;align-items:center}._cards_9gydg_9{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-bottom:32px}._card_9gydg_9{display:flex;flex-direction:row;justify-content:space-between;position:relative;max-width:552px;width:100%;max-height:280px;border-radius:16px;overflow:hidden}._bgCardOnlinePay_9gydg_29{background:#a6d6a6}._bgCardNavigator_9gydg_33{background:#ede8f5}._bgCardManagement_9gydg_37{background:#ffccd3}._bgCardPrice_9gydg_41{background:#ffe0b3}._bgCardLeftContainer_9gydg_45{display:flex;flex-direction:column}._title_9gydg_50{font-weight:700;font-size:28px;line-height:36px;padding:32px;position:absolute;bottom:0;max-width:278px;z-index:2}._bgCardLeft_9gydg_45{position:absolute;top:-120px;left:-120px;width:320px;height:320px}._bgCardRight_9gydg_69{width:380px;height:280px;z-index:1}._btn_9gydg_75{max-width:274px;margin-bottom:32px}@media (max-width: 1200px){._title_9gydg_50{font-size:22px;line-height:32px}}@media (max-width: 960px){._bgCardRight_9gydg_69{width:380px;height:280px}}@media (max-width: 720px){._cards_9gydg_9{grid-template-columns:1fr}._card_9gydg_9{max-width:100%}._title_9gydg_50{font-size:20px;line-height:22px;max-width:200px}}@media (max-width: 480px){._bgCardRight_9gydg_69{margin-right:-40px}._btn_9gydg_75{margin-bottom:16px}}._businessMapInfo_5lnaz_1{display:flex;flex-direction:column;align-items:center;gap:32px;position:relative;margin-bottom:32px;width:100%}._mainWrapper_5lnaz_11,._serviceHighlightsWrapper_5lnaz_11{position:relative;display:flex;flex-direction:column;align-items:center}._leftLine_5lnaz_18{position:absolute;top:20%;left:-25%;transform:translate(-50%)}._rightLine_5lnaz_25{position:absolute;top:171%;left:93%;height:711px;transform:translate(-50%)}@media (max-width: 1200px){._leftLine_5lnaz_18,._rightLine_5lnaz_25{display:none}}@media (max-width: 720px){._serviceHighlightsWrapper_5lnaz_11{width:100%}._businessMapInfo_5lnaz_1{margin-bottom:0}}:root{--outer-border-clients: url("data:image/svg+xml,%3csvg%20width='98'%20height='98'%20viewBox='0%200%2098%2098'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M93.8016%2023.6361C87.0057%2010.1234%2071.8584%204.80212%2057.5568%201.96898C43.8027%20-0.75568%2029.1079%20-0.2927%2017.8834%208.57911C6.37747%2017.6734%200.44961%2032.2283%200.500323%2047.0863C0.551312%2062.0255%206.83843%2076.2314%2018.1332%2085.6773C29.6554%2095.3133%2044.8387%2099.9106%2059.321%2096.2405C73.6569%2092.6075%2084.0324%2080.8901%2090.4524%2067.3771C96.9765%2053.6448%20100.715%2037.3821%2093.8016%2023.6361Z'%20stroke='%23E6E5EA'/%3e%3c/svg%3e");--inner-border-clients: url("data:image/svg+xml,%3csvg%20width='90'%20height='90'%20viewBox='0%200%2090%2090'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.8946%2021.7311C10.1338%209.32531%2024.0375%204.44457%2037.1482%201.84736C49.7609%20-0.651195%2063.2461%20-0.228814%2073.5494%207.91483C84.1082%2016.2605%2089.5462%2029.6156%2089.4997%2043.2459C89.4529%2056.9516%2083.6849%2069.9856%2073.3213%2078.6528C62.751%2087.4928%2048.8195%2091.7122%2035.5289%2088.3442C22.3709%2085.0097%2012.8521%2074.2564%206.96436%2061.8635C0.982254%2049.2721%20-2.45144%2034.3492%203.8946%2021.7311Z'%20stroke='%23FF7C74'/%3e%3c/svg%3e");--outer-border-service: url("data:image/svg+xml,%3csvg%20width='98'%20height='98'%20viewBox='0%200%2098%2098'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M96.9607%2054.6858C99.2217%2040.6714%2094.2253%2026.5435%2084.7711%2016.2134C75.0992%205.6453%2061.5725%20-0.208883%2047.4414%200.568772C32.5114%201.39039%2017.9115%207.74367%209.30394%2020.3795C0.371432%2033.4923%20-1.93893%2050.4432%203.17726%2065.5528C8.22267%2080.4533%2020.2184%2092.316%2035.0833%2096.4516C48.7633%20100.258%2062.0525%2093.0568%2073.6719%2085.2099C84.6543%2077.7932%2094.7849%2068.1721%2096.9607%2054.6858Z'%20stroke='%23E6E5EA'/%3e%3c/svg%3e");--inner-border-service: url("data:image/svg+xml,%3csvg%20width='90'%20height='90'%20viewBox='0%200%2090%2090'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.994881%2050.2186C-1.07997%2037.3581%203.5052%2024.395%2012.179%2014.9174C21.0529%205.22143%2033.4643%20-0.150475%2046.431%200.563104C60.1263%201.31678%2073.5232%207.14493%2081.4225%2018.7411C89.618%2030.772%2091.7377%2046.324%2087.0436%2060.1867C82.4146%2073.8577%2071.4084%2084.7425%2057.7681%2088.5375C45.2079%2092.032%2033.0111%2085.4195%2022.3607%2078.227C12.2912%2071.4267%202.99223%2062.5989%200.994881%2050.2186Z'%20stroke='%23FF7C74'/%3e%3c/svg%3e");--outer-border-demand: url("data:image/svg+xml,%3csvg%20width='98'%20height='98'%20viewBox='0%200%2098%2098'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M96.0043%2043.488C93.4885%2029.4205%2087.0215%2016.1094%2074.7576%208.44712C62.0004%200.476553%2046.0008%20-2.12489%2031.9869%203.5397C18.1521%209.13189%2010.2349%2022.5125%205.49823%2036.4069C0.581463%2050.8297%20-2.86122%2067.4268%205.85164%2080.2842C14.5908%2093.1803%2031.3811%2096.267%2046.7214%2097.2482C61.7775%2098.2112%2078.1964%2096.8364%2088.5191%2085.5792C98.7461%2074.4262%2098.6201%2058.1152%2096.0043%2043.488Z'%20stroke='%23E6E5EA'/%3e%3c/svg%3e");--inner-border-demand: url("data:image/svg+xml,%3csvg%20width='90'%20height='90'%20viewBox='0%200%2090%2090'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.87175%2039.94C4.17909%2027.038%2010.1114%2014.8234%2021.3667%207.79119C33.07%200.479137%2047.7503%20-1.90901%2060.6109%203.28942C73.3099%208.42249%2080.5729%2020.7026%2084.9161%2033.4428C89.423%2046.6633%2092.5865%2061.8961%2084.5872%2073.7005C76.5639%2085.5403%2061.1527%2088.3697%2047.0914%2089.2691C33.289%2090.1519%2018.22%2088.8936%208.74349%2078.5591C-0.645599%2068.3199%20-0.526459%2053.35%201.87175%2039.94Z'%20stroke='%23FF7C74'/%3e%3c/svg%3e");--outer-border-tour: url("data:image/svg+xml,%3csvg%20width='99'%20height='99'%20viewBox='0%200%2099%2099'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M92.6508%2022.8121C85.2655%2010.1332%2071.0675%204.16644%2056.7991%201.88708C42.7488%20-0.357433%2027.9013%201.33457%2016.9933%2010.7196C5.83274%2020.322%200.794143%2034.971%201.27337%2049.6729C1.76731%2064.8263%207.34542%2079.9022%2019.5464%2088.9715C31.9869%2098.2187%2048.37%20100.233%2063.1004%2095.6081C77.4745%2091.095%2088.2498%2079.617%2093.9242%2065.6449C99.5562%2051.7773%20100.224%2035.8142%2092.6508%2022.8121Z'%20stroke='%23E6E5EA'/%3e%3c/svg%3e");--inner-border-tour: url("data:image/svg+xml,%3csvg%20width='90'%20height='90'%20viewBox='0%200%2090%2090'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.6311%2020.5151C12.4101%208.8769%2025.4402%203.4039%2038.5246%201.31368C51.4105%20-0.744823%2065.0351%200.80567%2075.047%209.41974C85.289%2018.2319%2089.911%2031.6733%2089.4714%2045.1598C89.0183%2059.0586%2083.9019%2072.8922%2072.7043%2081.2156C61.2887%2089.7011%2046.2567%2091.5486%2032.7425%2087.3055C19.5522%2083.1641%209.66647%2072.6321%204.46121%2059.8152C-0.704773%2047.0949%20-1.31956%2032.4479%205.6311%2020.5151Z'%20stroke='%23FF7C74'/%3e%3c/svg%3e")}._serviceHighlights_1t5td_12{display:flex;justify-content:space-around;align-items:center;gap:20px;margin-bottom:32px;width:100%}._highlight_1t5td_21{text-align:center;display:flex;flex-direction:column;gap:12px;padding:16px;align-items:center;position:relative}._highlight_1t5td_21:not(:last-child):after{content:"";position:absolute;top:0;bottom:0;right:-10px;width:1px;background-color:var(--border-outline-btn)}._text_1t5td_41{font-weight:700;font-size:16px;line-height:20px}._iconWrapper_1t5td_47{position:relative;width:96px;height:96px;display:flex;align-items:center;justify-content:center}._icon_1t5td_47{width:42px;height:42px}._iconWrapper_1t5td_47:before,._iconWrapper_1t5td_47:after{content:"";position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain}._iconWrapper_1t5td_47:before{width:96px;height:96px;background-image:var(--outer-border)}._iconWrapper_1t5td_47:after{width:88px;height:88px;background-image:var(--inner-border)}._clients_1t5td_82 ._iconWrapper_1t5td_47:before{background-image:var(--outer-border-clients)}._clients_1t5td_82 ._iconWrapper_1t5td_47:after{background-image:var(--inner-border-clients)}._service_1t5td_12 ._iconWrapper_1t5td_47:before{background-image:var(--outer-border-service)}._service_1t5td_12 ._iconWrapper_1t5td_47:after{background-image:var(--inner-border-service)}._demand_1t5td_98 ._iconWrapper_1t5td_47:before{background-image:var(--outer-border-demand)}._demand_1t5td_98 ._iconWrapper_1t5td_47:after{background-image:var(--inner-border-demand)}._analytics_1t5td_106 ._iconWrapper_1t5td_47:before{background-image:var(--outer-border-tour)}._analytics_1t5td_106 ._iconWrapper_1t5td_47:after{background-image:var(--inner-border-tour)}._tour_1t5td_114 ._iconWrapper_1t5td_47:before{background-image:var(--outer-border-tour)}._tour_1t5td_114 ._iconWrapper_1t5td_47:after{background-image:var(--inner-border-tour)}@media (max-width: 960px){._highlight_1t5td_21{padding:0}}@media (max-width: 720px){._serviceHighlights_1t5td_12{display:grid;grid-template-columns:1fr 1fr;gap:0px;grid-auto-rows:auto;margin-bottom:0;width:100%}._highlight_1t5td_21{padding:16px;position:relative;justify-content:space-around;height:180px}._highlight_1t5td_21:nth-child(5){grid-column:span 2;justify-self:center}._highlight_1t5td_21:nth-child(1):after,._highlight_1t5td_21:nth-child(3):after{content:"";position:absolute;top:0;bottom:-10px;right:-10px;width:1px;background-color:var(--border-outline-btn)}._highlight_1t5td_21:nth-child(2):after,._highlight_1t5td_21:nth-child(4):after{content:none}._highlight_1t5td_21:not(:nth-last-child(1)):before{content:"";position:absolute;left:0;right:0;bottom:-10px;height:1px;background-color:var(--border-outline-btn)}}._containerText_znv64_1{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:640px;margin-top:44px}._title_znv64_10{font-weight:700;font-size:64px;line-height:64px;text-align:center}._subTitle_znv64_17{font-weight:400;font-size:16px;line-height:28px;text-align:center}._redText_znv64_24{font-weight:700;color:var(--bright)}._btn_znv64_29{max-width:173px;margin-top:16px}@media (max-width: 1200px){._title_znv64_10{font-size:48px;line-height:52px}}@media (max-width: 720px){._title_znv64_10{font-size:32px;line-height:40px}._subTitle_znv64_17{font-size:16px;line-height:28px}}._tourConstructor_1dkhh_1{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:32px}._containerText_1dkhh_9{display:flex;flex-direction:column;align-items:center;gap:16px}._title_1dkhh_16{font-weight:700;font-size:36px;line-height:48px;text-align:center}._subTitle_1dkhh_23{font-weight:400;font-size:16px;line-height:26px;text-align:center}._redText_1dkhh_30{font-weight:700;color:var(--bright)}._cards_1dkhh_35{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap;gap:16px;max-width:800px}._card_1dkhh_35{display:flex;flex-direction:column;gap:16px;align-items:start;max-width:256px;margin-bottom:16px}._img_1dkhh_53{width:40px;height:40px;padding:5px}._cardTitle_1dkhh_59{font-weight:700;font-size:16px;line-height:20px}._cardSubTitle_1dkhh_65{font-weight:400;font-size:14px;line-height:20px;max-width:248px}._btn_1dkhh_72{max-width:204px;margin-bottom:32px}@media (max-width: 1200px){._title_1dkhh_16{font-size:28px;line-height:36px}}@media (max-width: 960px){._card_1dkhh_35{max-width:218px}}@media (max-width: 720px){._title_1dkhh_16{font-size:22px;line-height:32px}._card_1dkhh_35{max-width:156px}}._partnerTypes_ftxmi_1{display:flex;flex-direction:column;align-items:center;gap:32px;background-color:#e8f5e8;padding:32px;border-radius:16px;max-width:1120px;width:100%;overflow:hidden}._partnersWrapper_ftxmi_14{position:relative;display:flex;flex-direction:column;align-items:center;gap:32px}._leftLine_ftxmi_22{position:absolute;top:2%;left:1%;transform:translate(-50%);z-index:1}._greenFlag_ftxmi_30{position:absolute;top:1%;left:25%;transform:translate(-50%)}._textContainer_ftxmi_37{display:flex;flex-direction:column;gap:16px;align-items:center}._title_ftxmi_44{font-weight:700;font-size:36px;line-height:48px;text-align:center}._subTitle_ftxmi_51{font-weight:400;font-size:16px;line-height:28px;max-width:680px;text-align:center}._redText_ftxmi_59{font-weight:700;color:var(--bright)}._steps_ftxmi_64{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;padding:16px;width:100%}._step_ftxmi_64{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:192px;height:104px}._img_ftxmi_84{width:56px;height:56px}._doubleChevronRight_ftxmi_89{display:flex;align-items:center;max-width:10px;max-height:10px}._stepTitle_ftxmi_96{font-weight:700;font-size:16px;line-height:20px;text-align:center}@media (max-width: 1200px){._title_ftxmi_44{font-size:28px;line-height:36px}}@media (max-width: 960px){._leftLine_ftxmi_22,._greenFlag_ftxmi_30{display:none}}@media (max-width: 720px){._partnerTypes_ftxmi_1{padding:20px 16px}._steps_ftxmi_64{flex-direction:column}._doubleChevronRight_ftxmi_89{transform:rotate(90deg)}}._questions_19uxq_1{display:flex;flex-direction:row;padding:32px 48px 32px 16px;border-radius:16px;background-color:var(--neutral);max-width:800px;box-shadow:0 .25px .5px -1.5px #0000000a,0 1.5px 3px -1px #0000000f,0 2px 12px -2px #00000014;z-index:2}._quistionsLeft_19uxq_13{display:flex;flex-direction:column;justify-content:center;padding:0 48px 0 16px;gap:16px;max-width:352px}._questionsTitle_19uxq_22{font-weight:700;font-size:28px;line-height:36px}._questionsSubtitle_19uxq_28{font-weight:400;font-size:16px;line-height:28px}._quistionsRight_19uxq_34{display:flex;flex-direction:column;gap:16px}._linkText_19uxq_40{font-weight:400;font-size:12px;line-height:16px}._btn_19uxq_46{max-width:121px}@media (max-width: 1200px){._questionsTitle_19uxq_22{font-weight:700;font-size:22px;line-height:32px}}@media (max-width: 720px){._questions_19uxq_1{padding:16px;flex-direction:column;gap:32px}}._travelInOneClick_12vrp_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:32px;width:100%}._img_12vrp_10{width:144px;height:144px}._containerText_12vrp_15{display:flex;flex-direction:column;gap:16px}._title_12vrp_21{font-weight:700;font-size:36px;line-height:48px}._subTitle_12vrp_27{font-weight:400;font-size:16px;line-height:28px}@media (max-width: 1200px){._title_12vrp_21{font-size:28px;line-height:36px}}@media (max-width: 720px){._title_12vrp_21{font-size:22px;line-height:32px}._travelInOneClick_12vrp_1{gap:16px}}._tourismIdea_vbpi1_1{display:flex;flex-direction:column;align-items:center;padding:76px 0;gap:32px;background-color:#ffe0b3;border-radius:16px;width:100%;max-width:1120px;position:relative}._containerText_vbpi1_14{display:flex;flex-direction:column;gap:16px;align-items:center;max-width:640px}._title_vbpi1_22{font-weight:700;font-size:48px;line-height:52px}._subTitle_vbpi1_28{font-weight:400;font-size:16px;line-height:28px}._link_vbpi1_34{font-weight:700;font-size:28px;line-height:36px;color:var(--alert-info-text)}._leftImg_vbpi1_41{position:absolute;left:0;bottom:0;border-bottom-left-radius:16px}._rightImg_vbpi1_48{position:absolute;right:0;bottom:0;top:0;border-top-right-radius:16px}@media (max-width: 1200px){._leftImg_vbpi1_41,._rightImg_vbpi1_48{width:180px;height:180px}._title_vbpi1_22{font-size:36px;line-height:48px;text-align:center}._link_vbpi1_34{font-size:22px;line-height:32px}}@media (max-width: 960px){._leftImg_vbpi1_41,._rightImg_vbpi1_48{display:none}._tourismIdea_vbpi1_1{padding:64px 16px}}@media (max-width: 720px){._title_vbpi1_22{font-size:26px;line-height:36px}._subTitle_vbpi1_28{text-align:center}._link_vbpi1_34{font-size:20px;line-height:28px}}._ourPartners_1jung_1{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0;position:relative;width:100%;max-width:1400px}._title_1jung_12{font-weight:700;font-size:36px;line-height:48px}._carouselWrapper_1jung_18{display:flex;justify-content:center;position:relative;overflow:hidden;width:100%}._partnersCarousel_1jung_26{display:flex;gap:16px;animation:_scroll_1jung_1 90s linear infinite}@keyframes _scroll_1jung_1{0%{transform:translate(0)}to{transform:translate(-150%)}}._img_1jung_41{padding:16px;flex-shrink:0;max-height:104px;opacity:.4;transition:opacity .4s ease;cursor:pointer}._img_1jung_41:hover{opacity:1}._fadeLeft_1jung_54,._fadeRight_1jung_55{position:absolute;top:0;bottom:0;width:80px;pointer-events:none;z-index:1}._fadeLeft_1jung_54{left:0;background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,.5) 30%,rgba(255,255,255,.2) 70%,transparent 100%)}._fadeRight_1jung_55{right:0;background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,.5) 30%,rgba(255,255,255,.2) 70%,transparent 100%)}._forQuestionsCooperation_1jung_86{font-weight:400;font-size:16px;line-height:28px}._link_1jung_92{color:var(--alert-info-text)}@media (max-width: 1200px){._title_1jung_12{font-size:28px;line-height:36px}}@media (max-width: 720px){._title_1jung_12{font-size:22px;line-height:32px}._forQuestionsCooperation_1jung_86{text-align:center}}._aboutSmorodina_1szjk_1{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;position:relative;max-width:1400px}._title_1szjk_11{font-weight:700;font-size:36px;line-height:48px;margin-bottom:16px}._carouselWrapperTop_1szjk_18,._carouselWrapperBottom_1szjk_19{width:100%;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}._carouselWrapperTop_1szjk_18::-webkit-scrollbar,._carouselWrapperBottom_1szjk_19::-webkit-scrollbar{display:none}._aboutSmorodinaCarouselTop_1szjk_31{display:flex;gap:16px;justify-content:space-between;width:max-content}._aboutSmorodinaCarouselBottom_1szjk_38{display:flex;gap:16px;justify-content:space-between;width:calc(100% - 220px);margin-left:-110px}._imgTop_1szjk_46,._imgBottom_1szjk_47{width:190px;height:190px;object-fit:cover;border-radius:20px;scroll-snap-align:start}._fadeLeft_1szjk_55,._fadeRight_1szjk_56{position:absolute;top:0;bottom:0;width:80px;pointer-events:none}._fadeLeft_1szjk_55{left:-1px;background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,.5) 30%,rgba(255,255,255,.2) 70%,transparent 100%)}._fadeRight_1szjk_56{right:-1px;background:linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,.5) 30%,rgba(255,255,255,.2) 70%,transparent 100%)}@media (max-width: 1200px){._title_1szjk_11{font-size:28px;line-height:36px}}@media (max-width: 720px){._title_1szjk_11{font-size:22px;line-height:32px}._aboutSmorodinaCarouselBottom_1szjk_38{width:max-content;margin-left:0}._imgTop_1szjk_46,._imgBottom_1szjk_47{width:160px;height:160px;object-fit:cover;border-radius:20px}._fadeLeft_1szjk_55,._fadeRight_1szjk_56{position:absolute;top:0;bottom:0;width:40px;pointer-events:none}}._joinSmorodina_zv0m4_1{display:flex;flex-direction:column;background-color:var(--unfilled);padding:32px 160px;border-radius:16px;background-image:url(/assets/join-smorodina-bg-B8E1uOwL.svg);background-repeat:no-repeat;background-size:cover;max-width:1120px;width:100%}._container_zv0m4_14{display:flex;flex-direction:column;padding:32px;gap:32px;align-items:center;background-color:var(--neutral);border-radius:16px;max-width:800px}._img_zv0m4_25{max-width:322px;max-height:240px}._textContainer_zv0m4_30{display:flex;flex-direction:column;gap:8px}._title_zv0m4_36{font-weight:700;font-size:36px;line-height:48px;text-align:center}._subTitle_zv0m4_43{font-weight:400;font-size:15px;line-height:24px;text-align:center}@media (max-width: 1200px){._title_zv0m4_36{font-size:28px;line-height:36px}}@media (max-width: 960px){._joinSmorodina_zv0m4_1{padding:32px 48px}}@media (max-width: 720px){._joinSmorodina_zv0m4_1{padding:32px 16px}._title_zv0m4_36{font-size:22px;line-height:32px;text-align:center}._img_zv0m4_25{max-width:264px;max-height:197px}}._partnersBg_18g6w_1{display:flex;flex-direction:column;width:100%;max-width:1400px}._bg_18g6w_8{width:100%;max-height:480px;object-position:bottom;object-fit:cover;border-end-start-radius:50px;border-end-end-radius:50px}._borderBg_18g6w_17{height:8px;margin-top:-8px;object-fit:cover}@media (max-width: 960px){._bg_18g6w_8{max-height:400px}}@media (max-width: 720px){._bg_18g6w_8{max-height:260px}}@font-face{font-family:SF Pro Text;src:url(../fonts/SFProText-Regular.woff2) format("woff2"),url(../fonts/SFProText-Regular.woff) format("woff");font-weight:400;font-style:normal}._alfaPay_4dwsj_9{width:100%}._alfaPayBtn_4dwsj_13{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:52px;background:var(--ion-color-light-contrast);border-radius:12px;cursor:pointer}._alfaPayIcon_4dwsj_25{display:flex;align-items:center;justify-content:center}._cashback_4dwsj_31{display:flex;align-items:center;justify-content:center;position:absolute;right:10px;width:61px;height:20px;background:#ef3124;border-radius:12px;font-size:10px;font-family:var(--font-nunito);font-weight:700;color:var(--neutral)}._plus_4dwsj_46{width:12px;height:12px}._plus_4dwsj_46 path{stroke:var(--icon-bright)}._alfaPayBtn_4dwsj_13:disabled{opacity:.4}._racesOptions_1afqo_1{display:flex;flex-direction:column;gap:4px}._title_1afqo_7{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}._race_1afqo_1{display:flex;flex-direction:row;justify-content:space-between;gap:12px;border:1px solid var(--divider);box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f;border-radius:10px;padding:12px}._price_1afqo_28{white-space:nowrap;color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:400;line-height:20px;letter-spacing:.02em;text-align:left}@media (max-width: 360px){._race_1afqo_1{flex-direction:column}}._datepicker_qre3b_1{position:relative;width:100%;z-index:999}._input_qre3b_7{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e2e2e2;border-radius:12px;cursor:pointer;background:var(--neutral);gap:16px;max-height:52px;overflow:hidden}._inputValue_qre3b_21{max-height:20px;overflow:hidden;white-space:nowrap}._placeholder_qre3b_26{font-family:var(--font-nunito);font-size:14px;font-weight:700;line-height:20px;color:var(--text-muted)}._calendarIcon_qre3b_34{width:20px;height:20px}._calendar_qre3b_34{position:absolute;left:-450px;background:var(--neutral);border:1px solid #e2e2e2;border-radius:20px;box-shadow:0 4px 8px #0003;z-index:3;max-width:880px;margin:8px 16px;max-height:85vh;overflow-y:auto}._prevButton_qre3b_53{position:absolute;left:0;top:0;padding:8px;margin:12px 72px;height:36px}._nextButton_qre3b_62{position:absolute;right:0;top:0;padding:8px;margin:12px 72px;height:36px}._months_qre3b_71{display:flex;gap:16px;padding:12px;justify-content:center}._month_qre3b_71{padding:6px 14px 14px;min-width:360px}._monthTitle_qre3b_83{font-weight:700;line-height:24px;font-size:18px;text-align:center;margin-bottom:30px}._weekDays_qre3b_91{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;text-align:center;font-weight:400;font-size:12px;line-height:24px;color:var(--text)}._days_qre3b_103{display:grid;grid-template-columns:repeat(7,1fr)}._daysContainer_qre3b_108{display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;height:44px;width:46px;padding:4px 2px;margin:0 0 8px;cursor:pointer}._isHavePrice_qre3b_120{box-shadow:0 .75px 2.5px -.5px #0000000a,0 2.5px 3px -1px #0000000f,0 3px 7px -2px #00000014}._isNotHavePrice_qre3b_125{background-color:var(--gray-back)}._hoverPreview_qre3b_129{background-color:var(--muted)}._startDay_qre3b_133 ._day_qre3b_103,._startDay_qre3b_133 ._price_qre3b_134{background-color:var(--primary-default);color:var(--neutral)}._day_qre3b_103{font-weight:700;font-size:15px;line-height:24px;text-align:center}._price_qre3b_134{font-weight:600;font-size:9px;line-height:12px;text-align:center;color:var(--text-muted)}._emptyDay_qre3b_154{height:32px}._bookedDay_qre3b_158{background-color:var(--muted)}._startDay_qre3b_133{background-color:var(--primary-default);color:var(--neutral)}._pastDay_qre3b_167{color:gray}@media (max-width: 960px){._datepicker_qre3b_1{position:static;z-index:2}._calendar_qre3b_34{left:0}._months_qre3b_71{flex-wrap:wrap}}@media (max-width: 910px){._datepicker_qre3b_1{position:static;z-index:2}._calendar_qre3b_34{left:0}}@media (max-width: 810px){._calendar_qre3b_34{max-width:426px;margin:4px 16px}._months_qre3b_71{gap:4px;padding:8px}._month_qre3b_71{padding:2px 7px 7px}}@media (max-width: 480px){._input_qre3b_7{gap:8px}._calendar_qre3b_34{margin:4px 2px}._months_qre3b_71{padding:4px}._monthTitle_qre3b_83{margin:10px 0 20px}}.contract-container{text-align:center;width:100%;margin-top:76px}.contract-content{width:70%;display:inline-block}.contract-main h1{text-align:center}.contract-main h2{font-size:18px}.contract-main{text-align:justify}.contract-date{text-align:right}.contract-info{display:flex}.contract-info div{display:flex;flex-direction:column;width:45%}.contract-info div:first-of-type{border-right:1px solid #000;padding-right:10px;margin-right:10px}.contract-additional{text-align:left}.contract-additional-header{text-align:right}.contract-additional table td{border:1px solid #000;padding:5px}@media screen and (max-width: 720px){.contract-container{margin-top:52px}}._contacts_c6n5d_1{padding:32px 0 0;max-width:1120px;margin:76px auto 0}._wrapper_c6n5d_16{display:flex;flex-direction:column;gap:32px;font-family:var(--font-nunito);margin-bottom:178px}._company_name_c6n5d_24{font-size:48px;font-weight:700;line-height:52px}._container_c6n5d_30{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px}._first_block_c6n5d_36{display:flex;flex-direction:column;gap:32px}._first_block_title_c6n5d_42{font-size:16px;font-weight:400;line-height:28px}._first_block_number_c6n5d_48{font-size:28px;font-weight:700;line-height:32px;color:var(--text)}._first_block_mail_c6n5d_55{font-size:28px;font-weight:700;line-height:36px;color:var(--alert-info-text)}._links_c6n5d_62{display:flex;gap:8px}._second_block_c6n5d_67,._third_block_c6n5d_68{display:flex;flex-direction:column;gap:12px}._second_title_c6n5d_74,._third_title_c6n5d_75{font-size:12px;font-weight:400;line-height:16px}._second_subTitle_c6n5d_81,._third_subTitle_c6n5d_82{font-size:15px;font-weight:400;line-height:24px}@media (max-width: 1200px){._wrapper_c6n5d_16{margin:0 32px 178px}._company_name_c6n5d_24{font-size:36px;line-height:48px}._first_block_number_c6n5d_48,._first_block_mail_c6n5d_55{font-size:20px;line-height:28px}}@media (max-width: 960px){._company_name_c6n5d_24{font-size:36px;line-height:48px}._first_block_number_c6n5d_48,._first_block_mail_c6n5d_55{font-size:22px;line-height:32px}}@media (max-width: 960px){._container_c6n5d_30{display:flex;flex-direction:column}._wrapper_c6n5d_16{margin-bottom:32px}}@media (max-width: 720px){._contacts_c6n5d_1{margin-top:52px}}@media (max-width: 480px){._company_name_c6n5d_24{font-size:26px;line-height:36px}._first_block_number_c6n5d_48,._first_block_mail_c6n5d_55{font-size:20px;line-height:28px}}._wrapper_a1nql_1{font-family:var(--font-nunito);background-image:url("data:image/svg+xml,%3csvg%20width='1512'%20height='640'%20viewBox='0%200%201512%20640'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7035_152585)'%3e%3cg%20opacity='0.2'%3e%3cpath%20d='M1463%20-51C1411.85%20382.93%201008.66%20311.785%201059.99%20191.642C1111.32%2071.4987%201286.92%20215.199%201262.3%20329.04C1237.69%20442.882%201136.71%20521.918%201003.79%20446.063C870.878%20370.208%20937.336%20271.737%20666.101%20271.737C394.866%20271.737%20434.309%20441.822%20556.959%20437.111C679.609%20432.399%20760.841%20185%20458.082%20153.008C215.875%20127.414%20209%20-51%20209%20-51'%20stroke='%23E6E5EA'%20stroke-width='92'/%3e%3cpath%20d='M1463%20-51C1411.85%20382.93%201008.66%20311.785%201059.99%20191.642C1111.32%2071.4987%201286.92%20215.199%201262.3%20329.04C1237.69%20442.882%201136.71%20521.918%201003.79%20446.063C870.878%20370.208%20937.336%20271.737%20666.101%20271.737C394.866%20271.737%20434.309%20441.822%20556.959%20437.111C679.609%20432.399%20760.841%20185%20458.082%20153.008C215.875%20127.414%20209%20-51%20209%20-51'%20stroke='white'%20stroke-width='85'/%3e%3cpath%20d='M1463%20-51C1411.85%20382.93%201008.66%20311.785%201059.99%20191.642C1111.32%2071.4987%201286.92%20215.199%201262.3%20329.04C1237.69%20442.882%201136.71%20521.918%201003.79%20446.063C870.878%20370.208%20937.336%20271.737%20666.101%20271.737C394.866%20271.737%20434.309%20441.822%20556.959%20437.111C679.609%20432.399%20760.841%20185%20458.082%20153.008C215.875%20127.414%20209%20-51%20209%20-51'%20stroke='%23E6E5EA'%20stroke-width='79'/%3e%3cpath%20d='M1463%20-51C1411.85%20382.93%201008.66%20311.785%201059.99%20191.642C1111.32%2071.4987%201286.92%20215.199%201262.3%20329.04C1237.69%20442.882%201136.71%20521.918%201003.79%20446.063C870.878%20370.208%20937.336%20271.737%20666.101%20271.737C394.866%20271.737%20434.309%20441.822%20556.959%20437.111C679.609%20432.399%20760.841%20185%20458.082%20153.008C215.875%20127.414%20209%20-51%20209%20-51'%20stroke='white'%20stroke-width='4'%20stroke-linejoin='round'%20stroke-dasharray='17.37%2017.37'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7035_152585'%3e%3crect%20width='1512'%20height='640'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;padding:64px 16px 0;margin-top:76px}p{margin:0}a{text-decoration:none}._howItWork_a1nql_18{max-width:720px;margin:0 auto}._howItWork_title_a1nql_25{font-size:36px;font-weight:700;line-height:48px;padding-bottom:64px}._container_a1nql_32{display:flex;flex-direction:column;gap:32px;max-width:720px;margin:0 auto}._step_container_a1nql_41{display:flex;flex-direction:column;gap:16px}._step_title_a1nql_47{font-size:22px;font-weight:700;line-height:32px}._img_a1nql_53{border-radius:12px;border:1px solid var(--border-outline-btn)}._ul_a1nql_58{margin:0;padding-left:25px}._ul_a1nql_58 li{font-size:16px;font-weight:400;line-height:28px;margin-bottom:5px}._support_info_a1nql_70{display:flex;flex-direction:column;gap:16px;align-items:center;background:var(--alert-neutral);padding:32px;border-radius:12px;max-width:1120px;margin:32px auto 64px}._support_title_a1nql_82{font-size:36px;font-weight:700;line-height:48px}._support_contact_a1nql_88{display:flex;flex-direction:row;gap:16px}._number_a1nql_94{font-size:18px;font-weight:700;line-height:24px;color:var(--text)}._mail_a1nql_101{font-size:18px;font-weight:700;line-height:24px;color:var(--alert-info-text)}._support_subTitle_a1nql_108{font-size:15px;font-weight:400;line-height:24px;text-align:center;max-width:500px}@media (max-width: 1200px){._wrapper_a1nql_1{padding:76px 16px 0}._howItWork_title_a1nql_25{font-size:28px;line-height:36px;padding-bottom:76px}._step_title_a1nql_47{font-size:20px;line-height:28px}._support_info_a1nql_70{margin:32px auto}._support_title_a1nql_82{font-size:28px;line-height:36px}}@media (max-width: 720px){._howItWork_title_a1nql_25{font-size:22px;line-height:32px;padding-bottom:60px}._wrapper_a1nql_1{padding:60px 16px 0;margin-top:52px}._support_info_a1nql_70{margin:16px auto 48px}}@media (max-width: 480px){._step_title_a1nql_47{font-size:18px;line-height:28px}._ul_a1nql_58{padding-left:20px}._support_title_a1nql_82{font-size:22px;line-height:32px}._support_contact_a1nql_88{display:flex;flex-direction:column}}._body_phone_form_89mt2_1{display:flex;flex-direction:column;align-items:center;margin:auto;gap:20px;padding:50px 0 100px}._phone_form_title_89mt2_9{font-size:28px;line-height:36px;font-family:var(--font-nunito-sans)}._phone_form_89mt2_9{width:320px;max-width:80%;width:306px;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}._form_password_89mt2_25,._sms_form_89mt2_28{display:contents}._phone_form_body_89mt2_31{gap:5px;display:contents}._cont_input_code_89mt2_36{display:flex;flex-direction:row;gap:8px}._input_code_89mt2_41{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}._password_input_89mt2_56{width:100%;height:44px;border-radius:10px;padding:6px}@media screen and (max-width: 500px){._body_phone_form_89mt2_1{margin-left:15px}}@media screen and (max-width: 400px){._phone_form_title_89mt2_9{font-size:22px;line-height:32px}}._itemTemplate_17niw_1{display:block;border-radius:12px;max-height:95vh}._galleria_17niw_7 .p-galleria-indicator,._galleria_17niw_7 .p-galleria-indicator button{border-radius:8px!important}._previewPhoto_1gis3_1{width:100%;height:100%}._previewPhoto_1gis3_1 img{width:100%;height:100%;object-fit:cover;border-radius:12px}.p-image-preview,.p-image-preview-indicator{border-radius:12px!important}._mapTourRoute_om8im_1{cursor:grab}._customNumberedIcon_om8im_5{background-color:#f74439;border-radius:50%;color:var(--neutral);font-family:var(--font-nunito);font-weight:700;line-height:32px;font-size:18px;text-align:center;width:32px;height:32px;margin-left:-32px}._groupedPoints_1swg8_1{display:flex;flex-direction:column;font-family:var(--font-nunito)}._daySection_1swg8_7{margin-bottom:16px}._dayTitle_1swg8_11{font-weight:700;font-size:16px;line-height:20px}._numberedList_1swg8_17{border-left:1px solid var(--input-background-hover);margin:16px 0}._pointsContainer_1swg8_22{display:flex;flex-direction:column;margin-bottom:16px}._daySection_1swg8_7,._pointsContainer_1swg8_22:last-child{margin-bottom:0}._pointContainer_1swg8_33{display:flex;align-items:center;width:100%;gap:8px;padding-left:20px}._pointNameLarge_1swg8_41{font-size:16px;max-width:656px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;cursor:pointer;color:var(--text);font-weight:700;line-height:20px}._pointTime_1swg8_54{font-weight:600;padding:2px 6px;font-size:13px;line-height:16px;background-color:var(--contrast-high);color:var(--neutral);border-radius:18px;text-align:center}._namePointType_1swg8_65{font-weight:400;font-size:12px;line-height:16px;padding-left:20px}._expandButton_1swg8_72{background:none;border:none;cursor:pointer;padding:4px;color:var(--text)}._expandedContent_1swg8_80{margin-top:8px;padding-left:40px}._description_1swg8_85{font-weight:400;font-size:15px;line-height:24px;margin-bottom:8px}._picturesContainer_1swg8_92{display:flex;flex-wrap:wrap;gap:4px}._picture_1swg8_92{width:144px;height:144px;border-radius:12px}._media_body_vj0s9_1{margin-top:76px;display:flex;flex-direction:column;align-items:center}._media_image_container_vj0s9_9{display:flex;flex-direction:column;max-width:1448px;margin:0 32px}._media_image_vj0s9_9{width:100%;max-height:480px;object-fit:cover;border-end-start-radius:50px;border-end-end-radius:50px}._borderBg_vj0s9_23{height:8px;margin-top:-8px;object-fit:cover}._media_ready_vj0s9_29{display:flex;justify-content:center;margin:44px 0 108px}._media_ready_content_vj0s9_35{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:640px;margin-top:44px;font-family:var(--font-nunito)}._media_ready_title_vj0s9_45{font-weight:700;font-size:64px;line-height:64px;text-align:center}._media_ready_subtitle_vj0s9_52{font-weight:700;font-size:28px;line-height:36px;text-align:center}._media_ready_text_vj0s9_59{font-weight:400;font-size:16px;line-height:28px;text-align:center}._media_ready_basic_vj0s9_66{font-weight:700;color:var(--bright)}._media_ready_link_vj0s9_71{color:var(--text);font-weight:700;font-size:20px;line-height:28px}@media screen and (max-width: 960px){._media_ready_title_vj0s9_45{font-size:48px;line-height:52px}._media_ready_subtitle_vj0s9_52{font-weight:700;font-size:22px;line-height:32px}._media_ready_link_vj0s9_71{font-size:18px;line-height:28px}}@media screen and (max-width: 720px){._media_body_vj0s9_1{margin-top:52px}._media_ready_content_vj0s9_35{margin:0 16px}}@media screen and (max-width: 340px){._media_ready_title_vj0s9_45{font-size:32px;line-height:40px}._media_ready_subtitle_vj0s9_52{font-weight:700;font-size:20px;line-height:26px}._media_ready_link_vj0s9_71{font-size:16px;line-height:24px}}._previewCard_x7cqf_1{position:relative;display:flex;flex-direction:column;width:100%;overflow:hidden;cursor:pointer;transition:transform .3s,box-shadow .3s}._imagesPreviewContainer_x7cqf_11{position:relative;width:100%;height:216px;overflow:hidden;border-radius:10px}._imagesPreviewContainer_x7cqf_11 img{width:100%;height:100%;object-fit:cover}._cardContent_x7cqf_25{display:flex;flex-direction:column;gap:0}._nameEvent_x7cqf_31{font-family:var(--font-nunito);font-weight:700;font-size:14px;line-height:20px;letter-spacing:.02em;font-variant-numeric:lining-nums proportional-nums;margin-bottom:5px;color:#222030;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:40px;word-break:break-word}._favourite_x7cqf_50{position:absolute;top:10px;right:10px;z-index:2;background:transparent!important;cursor:pointer;border:none!important;outline:none!important}._dots_x7cqf_61{position:absolute;bottom:10px;right:16px;left:auto;display:flex;justify-content:flex-end;z-index:2}@media (max-width: 720px){._nameEvent_x7cqf_31{font-size:13px;line-height:18px}}._imagesPreviewContainer_l9ql7_1{position:relative;width:100%;height:216px;overflow:hidden;border-radius:10px}._imageSlider_l9ql7_9{position:relative;width:100%;height:100%}._slideImage_l9ql7_15{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;opacity:0;transition:opacity .3s ease;z-index:0;pointer-events:none}._slideImage_l9ql7_15._active_l9ql7_28{opacity:1;z-index:1;pointer-events:auto}._dateCategory_l9ql7_34{font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:28px;position:absolute;left:8px;top:8px;z-index:2;padding:8px 16px;border-radius:8px;background-color:#fff;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);color:#000;box-shadow:4px 4px 10px #0000001a}._sliderControls_1o8h0_1{display:none;position:absolute;top:50%;width:100%;transform:translateY(-50%);z-index:2}._sliderControls_1o8h0_1._visible_1o8h0_10{display:flex;justify-content:space-between;padding:0 10px}._navButton_1o8h0_16{background:var(--neutral);border:none;border-radius:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer}._navButton_1o8h0_16._prev_1o8h0_28{margin-right:auto}._navButton_1o8h0_16._next_1o8h0_32{margin-left:auto}._dots_19rl6_1{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:1px;z-index:2}._dot_19rl6_1{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#0a0a0a80;margin:0 3px;cursor:pointer}._dot_19rl6_1._active_19rl6_22{background-color:#fff;width:24px;border-radius:8px;transform:scale(1.2)}._nameLocation_17mak_1{font-family:var(--font-nunito);font-weight:600;font-size:13px;line-height:16px;letter-spacing:.02em;font-variant-numeric:lining-nums proportional-nums;margin-bottom:5px;color:#222030;display:flex;align-items:center;gap:8px;padding:12px 0 0}._greenImage_17mak_16{filter:hue-rotate(90deg)}._searchContainer_jsv3o_1{display:flex;align-items:center;justify-content:space-between;max-height:60px;max-width:1448px;margin:0 auto;padding:14px 18px;border:1px solid var(--pressed-outline);border-radius:16px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014;width:100%}._left_jsv3o_16{display:flex;align-items:center;flex:1}._searchIcon_jsv3o_22{display:flex}._inputSearch_jsv3o_26{border:none;box-shadow:none;font-family:var(--font-nunito);font-size:16px;width:100%}._inputSearch_jsv3o_26:focus:active{border:none;box-shadow:none}._clearButton_jsv3o_39{display:flex;padding:0 8px;cursor:pointer}._right_jsv3o_45{font-size:15px;color:var(--text-outline-btn);font-weight:700;font-family:var(--font-nunito);cursor:pointer;border-left:1px solid var(--pressed-outline);padding-left:18px;height:36px;display:flex;align-items:center}._filterContainer_jsv3o_58{position:relative;display:flex;align-items:center}._filterSumSelected_jsv3o_64{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:-10px}@media screen and (max-width: 1200px){._searchContainer_jsv3o_1{max-height:52px;padding-left:16px;border-radius:0;box-shadow:none;margin-top:0;border:none}._inputSearch_jsv3o_26{border:none;box-shadow:none;border-right:0;font-family:var(--font-nunito);font-size:16px}._filterContainer_jsv3o_58{position:relative;display:flex;align-items:center;width:109px}._filterSumSelected_jsv3o_64{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:2px}}@media screen and (max-width: 720px){._searchContainer_jsv3o_1{max-height:52px;border-radius:0;box-shadow:none;margin-top:0;border:none;padding:14px 0 14px 12px}}._filterButtonsContainer_1xqei_1{width:100%;overflow:hidden}._filterButtons_1xqei_1{display:flex;flex-wrap:nowrap;gap:10px;padding-bottom:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;margin-top:12px}._filterButtons_1xqei_1::-webkit-scrollbar{display:none}._btn_1xqei_22{height:36px;font-size:13px;font-family:var(--font-nunito);background-color:#f4f3f6!important;box-shadow:none!important;padding:6px 12px;border-radius:8px;font-weight:600;flex-shrink:0}._clickedBtn_1xqei_34{height:28px;width:139px;font-size:13px;font-family:var(--font-nunito);background-color:var(--text)!important;color:var(--surface)!important;box-shadow:none!important;padding:6px 12px;border-radius:8px;font-weight:600;flex-shrink:0}@media screen and (max-width: 800px){._filterButtons_1xqei_1{padding-bottom:8px;flex-wrap:nowrap}}._datepicker_1p7ar_1{position:relative;width:100%;z-index:999}._input_1p7ar_7{display:flex;align-items:center;padding:14px 16px;border:1px solid #e2e2e2;border-radius:16px;cursor:pointer;background:var(--neutral);gap:8px;height:60px;overflow:hidden;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014}._inputValue_1p7ar_22{max-height:20px;overflow:hidden;white-space:nowrap;color:var(--text-muted);font-family:var(--font-nunito);font-weight:700;font-size:15px;line-height:20px}._calendarIcon_1p7ar_33{width:20px;height:20px}._calendar_1p7ar_33{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--neutral);border:1px solid #e2e2e2;border-radius:16px;box-shadow:0 4px 8px #0003;z-index:99999;max-width:700px;width:calc(100vw - 32px);max-height:90vh;overflow:auto}._prevButton_1p7ar_54{position:absolute;left:0;top:0;padding:4px;margin:10px 16px;height:32px;background-color:transparent;border:none;box-shadow:none}._nextButton_1p7ar_66{position:absolute;right:0;top:0;padding:4px;margin:10px 16px;height:32px;background-color:transparent;border:none;box-shadow:none}._months_1p7ar_78{display:flex;gap:12px;padding:8px;justify-content:center}._month_1p7ar_78{padding:4px 8px 8px;min-width:320px}._monthTitle_1p7ar_90{font-weight:700;line-height:22px;font-size:16px;text-align:center;margin-bottom:20px}._weekDays_1p7ar_98{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:6px;text-align:center;font-weight:400;font-size:12px;line-height:16px;color:#828282}._days_1p7ar_110{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}._daysContainer_1p7ar_116{display:flex;align-items:center;justify-content:center;border-radius:4px;height:34px;width:34px;padding:0;margin:0 auto 4px;cursor:pointer;transition:all .2s ease}._isHavePrice_1p7ar_129{cursor:pointer;box-shadow:0 1px 3px #0000001a}._isNotHavePrice_1p7ar_134{color:#ccc;cursor:default}._day_1p7ar_110{font-weight:500;font-size:14px;line-height:16px;text-align:center}._emptyDay_1p7ar_146{height:34px;width:34px}._bookedDay_1p7ar_151{background-color:#539730;color:#fff;border-radius:4px}._bookedDay_1p7ar_151 ._day_1p7ar_110{color:#fff}._pastDay_1p7ar_161{color:#ccc}._today_1p7ar_165{border:1px solid #539730;box-sizing:border-box}._daysContainer_1p7ar_116:hover{background-color:#5397301a}._daysContainer_1p7ar_116:hover ._day_1p7ar_110{color:inherit}._daysContainer_1p7ar_116._bookedDay_1p7ar_151:hover{background-color:#539730}._daysContainer_1p7ar_116._bookedDay_1p7ar_151:hover ._day_1p7ar_110{color:#fff}._buttonContainer_1p7ar_186{display:flex;justify-content:flex-end;padding:12px;border-top:1px solid #e2e2e2;box-shadow:0 -6px 8px -4px #00000026;margin-top:6px;gap:8px}._resetButton_1p7ar_196{padding:6px 12px;background:var(--neutral);border-radius:8px;color:var(--text);cursor:pointer;font-weight:500;transition:background-color .2s;border:none;font-size:14px}._resetButton_1p7ar_196:hover{background-color:var(--gray-back)}._applyButton_1p7ar_212{padding:6px 12px;background:#539730;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;transition:background-color .2s;font-size:14px}._applyButton_1p7ar_212:hover{background-color:#4a882c}@media (max-width: 1199px){._datepicker_1p7ar_1{position:static;z-index:2;width:90px}._input_1p7ar_7{height:42px;border:none;box-shadow:none;width:84px;margin-left:5px;padding:0}._calendar_1p7ar_33{position:fixed;left:50%!important;transform:translate(-50%)!important;top:140px;max-width:90vw;width:700px;z-index:9999}}@media (max-width: 959px){._calendar_1p7ar_33{top:120px}}@media (max-width: 720px){._calendar_1p7ar_33{max-width:95vw;width:450px;top:110px}._months_1p7ar_78{flex-wrap:wrap;justify-content:center}._month_1p7ar_78{min-width:280px}}@media (max-width: 480px){._input_1p7ar_7{gap:8px}._calendar_1p7ar_33{max-width:98vw;width:100%;height:500px}._month_1p7ar_78{min-width:260px;padding:2px 4px}._monthTitle_1p7ar_90{font-size:14px}._daysContainer_1p7ar_116{height:28px;width:28px}._day_1p7ar_110{font-size:12px}}._contMapC_ujmgi_1{position:relative;width:100%;height:100%;min-height:450px}._map_ujmgi_8{position:absolute;top:0;left:0;width:100%;height:100%;cursor:grab;z-index:998}._myLocationButton_ujmgi_18,._zoomButton_ujmgi_19{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;border:none;box-shadow:0 2px 6px #0000001a;transition:background-color .2s ease}._zoomButton_ujmgi_19:hover{background-color:#f5f5f5}._eventCard_ujmgi_37{position:absolute;z-index:1000;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;width:280px;height:280px;overflow:hidden;transition:all .3s ease;margin-bottom:16px;transform-origin:bottom center}._cardContent_ujmgi_51{position:relative;width:100%}._eventDate_ujmgi_56{position:absolute;top:8px;left:8px;background-color:#fff;border-radius:8px;padding:8px 16px;font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:20px;color:var(--text);z-index:1001}._imageContainer_ujmgi_71{position:relative;width:100%;height:184px}._eventImage_ujmgi_77{width:100%;height:100%;object-fit:cover}._navButton_ujmgi_83{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:none;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;z-index:1001;box-shadow:0 2px 6px #0000001a}._prevButton_ujmgi_101{left:8px}._nextButton_ujmgi_105{right:8px}._dotsContainer_ujmgi_109{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px}._dot_ujmgi_109{width:8px;height:8px;border-radius:50%;background-color:#ffffffb3;cursor:pointer}._activeDot_ujmgi_126{width:24px;height:8px;border-radius:10px;background-color:#fff}._locationInfo_ujmgi_133{display:flex;align-items:center;gap:8px;padding:12px 16px 8px}._locationIcon_ujmgi_140{display:flex;align-items:center;justify-content:center}._locationName_ujmgi_146{font-family:var(--font-nunito);font-weight:600;font-size:13px;line-height:16px;color:var(--text)}._eventTitle_ujmgi_154{padding:0 16px;margin:0;font-family:var(--font-nunito);font-weight:700;font-size:14px;line-height:20px;color:var(--text);cursor:pointer;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._markerContainer_ujmgi_171{position:relative}._marker_ujmgi_171{position:relative;width:24px;height:24px;cursor:pointer}._mapControls_ujmgi_182{position:absolute;top:32px;right:16px;z-index:999;display:flex;flex-direction:column;gap:8px}._controlButton_ujmgi_192{width:40px;height:40px;background-color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;color:#333;transition:background-color .2s ease}._controlButton_ujmgi_192:hover{background-color:#f5f5f5}._controlButton_ujmgi_192:active{background-color:#e5e5e5}._locationButton_ujmgi_215{margin-top:8px}._scaleControl_ujmgi_219{position:absolute;top:32px;left:32px;z-index:999}._scaleButton_ujmgi_226{background-color:#fff;border-radius:16px;padding:12px 16px;cursor:pointer;box-shadow:0 2px 8px #0000001a;-webkit-user-select:none;user-select:none}._scaleLabel_ujmgi_235{font-family:var(--font-nunito);font-size:14px;color:#777;margin-bottom:4px}._scaleValue_ujmgi_242{font-family:var(--font-nunito-sans);font-weight:700;font-size:18px;color:var(--text)}._scaleDropdown_ujmgi_249{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border-radius:16px;margin-top:8px;box-shadow:0 4px 16px #0000001a;overflow:hidden}._scaleOption_ujmgi_261{padding:12px 16px;font-family:var(--font-nunito-sans);font-size:16px;color:var(--text);cursor:pointer;transition:background-color .2s ease}._scaleOption_ujmgi_261:hover{background-color:#f5f5f5}._activeScale_ujmgi_274{background-color:#4285f4;color:#fff}._zoomControls_ujmgi_279{position:absolute;top:50%;right:16px;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;gap:8px}._zoomButton_ujmgi_19 img{width:20px;height:20px}@media (max-width: 960px){._scaleControl_ujmgi_219{top:32px;left:16px}._contMapC_ujmgi_1{min-height:350px}._eventCard_ujmgi_37{width:280px}._imageContainer_ujmgi_71{height:184px}}@media (max-width: 720px){._eventCard_ujmgi_37{width:250px;height:250px}}@media (max-width: 480px){._scaleControl_ujmgi_219{top:16px;left:16px}._contMapC_ujmgi_1{min-height:300px}._eventCard_ujmgi_37{width:260px}._imageContainer_ujmgi_71{height:160px}._eventTitle_ujmgi_154{font-size:18px;line-height:24px}._mapControls_ujmgi_182{top:16px;right:16px;gap:6px}._controlButton_ujmgi_192{width:36px;height:36px}._scaleButton_ujmgi_226{padding:8px 12px}._scaleLabel_ujmgi_235{font-size:12px}._scaleValue_ujmgi_242{font-size:16px}._zoomControls_ujmgi_279{right:12px;gap:6px}._zoomButton_ujmgi_19,._controlButton_ujmgi_192{width:40px;height:40px}._zoomButton_ujmgi_19 img{width:18px;height:18px}}._viewToggle_1o04a_1{display:flex}._viewToggleButtons_1o04a_5{display:flex;gap:8px}._viewToggleButton_1o04a_5{width:197px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}._viewToggleButtonContent_1o04a_19{display:flex;align-items:center;gap:8px}._viewToggleButtonIcon_1o04a_25{width:32px;height:32px}@media (max-width: 1199px){._viewToggleButtons_1o04a_5{gap:4px}}@media (max-width: 719px){._viewToggle_1o04a_1{width:100%;justify-content:center}._viewToggleButton_1o04a_5{width:304px}}._EventPromoBlock_4eh59_1{display:flex;flex-direction:column;align-items:center;padding:20px;border-radius:10px;margin:0 auto;gap:32px}._EventPromoBlockTitle_4eh59_11{font-family:var(--font-nunito-sans);font-size:64px;font-weight:700;line-height:64px;letter-spacing:-.02em;text-align:center;color:var(--text)}._EventPromoBlockDescription_4eh59_21{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:center;color:var(--text)}._afifa_4eh59_31{color:#539730}._EventPromoBlockButton_4eh59_35{align-self:center;width:272px;height:56px;border-radius:12px;background-color:#539730;font-family:var(--font-nunito);color:#fff;font-size:16px;font-weight:700;line-height:20px;text-align:center;background-image:url(/src/image/bgDots/bgDots.svg\ );background-blend-mode:multiply;background-repeat:no-repeat;background-size:auto;background-position:-6px -6px;background-size:30px 30px;background-position:-10px -6px;background-size:304px 66px}@media (max-width: 719px){._EventPromoBlock_4eh59_1{padding:16px}._EventPromoBlockTitle_4eh59_11{font-size:32px;line-height:64px;white-space:pre-wrap}._EventPromoBlockDescription_4eh59_21{font-size:14px;line-height:24px}}._leftMenuFilterV3_ygbnb_1{position:relative}.p-sidebar .p-sidebar-header{box-shadow:0 4px 8px #0000001f;height:76px;padding:16px 8px 16px 16px}.p-sidebar-left .p-sidebar{width:360px;height:100%}.p-sidebar-content{padding:0;margin-bottom:76px}.p-link:focus-visible{box-shadow:none}._title_ygbnb_25{color:var(--text);font-family:var(--font-nunito);font-size:18px;font-weight:700;line-height:24px;text-align:left}._filterSumSelected_ygbnb_34{font-family:var(--font-nunito);font-weight:600;background-color:#539730;width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:-10px}@media (max-width: 720px){.p-sidebar .p-sidebar-header{height:52px}}._footer_oqbwi_1{position:fixed;bottom:0;width:358px;height:76px;box-shadow:0 -4px 8px #0000001f;display:flex;flex-direction:row;align-items:center;gap:4px;padding:0 16px}._btn_oqbwi_14{padding:0 12px;text-align:center;border-radius:8px;height:36px;font-family:var(--font-nunito);font-size:15px;background-blend-mode:multiply;font-weight:700;line-height:20px;letter-spacing:0px;background-color:#539730;width:162px;color:#fff}._regionBlock_1sezo_1{display:flex;flex-direction:column;gap:4px;width:100%;padding:16px}._container_1sezo_9{display:flex;flex-direction:column;gap:8px}._title_1sezo_15{font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;text-align:left}.p-inputtext{font-family:var(--font-nunito);font-weight:400;font-size:14px;line-height:20px}.p-autocomplete .p-autocomplete-multiple-container{width:100%;background:var(--input-background);border:1px solid var(--input-normal-border, rgba(0, 0, 0, 0));border-radius:10px;min-height:44px}.p-autocomplete-panel._customPanel_1sezo_38 .p-autocomplete-items-wrapper{max-width:312px}.p-autocomplete-token{background-color:var(--bright);max-width:286px}.p-autocomplete-token-label{max-width:234px}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight{background-color:var(--bright)}.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item{font-family:var(--font-nunito);font-weight:400;font-size:16px;line-height:20px;white-space:break-spaces}.p-inputtext{font-family:var(--font-nunito);font-weight:400;font-size:16px;line-height:20px}.p-inputwrapper-focus .p-autocomplete-multiple-container{box-shadow:none;border-color:var(--input-normal-border, rgba(0, 0, 0, 0))}._checkboxBlock_9nrit_1{font-family:var(--font-nunito);display:flex;flex-direction:column;gap:8px}._title_9nrit_8{font-size:14px;font-weight:600;line-height:20px;text-align:left}._text_9nrit_15{display:flex;gap:4px}._helpCircle_9nrit_20{cursor:pointer}._checkboxRow_9nrit_24{display:flex;align-items:center;gap:4px;font-weight:400;font-size:15px;line-height:20px}._filters_p1l1q_1{display:flex;flex-direction:column;gap:40px;padding:16px}._eventsBody_ihdnp_1{margin-top:43px;display:flex;flex-direction:column;align-items:center;padding:0;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}._paginationContainer_ihdnp_13{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:32px}._buttonContent_ihdnp_21{font-family:var(--font-nunito);font-weight:700;font-size:15px;line-height:20px;display:flex;align-items:center;gap:8px}._viewToggleButtonContainerTablet_ihdnp_31{display:none}._eventsTitle_ihdnp_35{padding:58px 101px 35px 100px;background-repeat:no-repeat;background-position:-7px -15px;background-image:url(/assets/first-page-bg-V2-DXeMtjb2.png);font-size:40px;line-height:52px;font-family:var(--font-nunito-sans);font-weight:700;color:var(--text);margin:0;text-align:center}._eventsTitle_ihdnp_35 span{color:#539730}._eventDatepickerInput_ihdnp_53{margin-top:2px;padding:30px 16px!important;border:1px solid var(--pressed-outline)!important;border-radius:16px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014}._filterCounterInSearch_ihdnp_62{position:absolute;top:4px;right:105px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#539730;color:#fff;border-radius:50%;font-size:12px;font-weight:600;margin-left:6px;line-height:1}._filterCounter_ihdnp_62{position:absolute;top:-4px;right:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#539730;color:#fff;border-radius:50%;font-size:12px;font-weight:600;margin-left:6px;line-height:1}._eventsContainers_ihdnp_97{display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;row-gap:16px;max-width:1512px;padding:16px 0;width:100%;margin:0 auto;box-sizing:border-box}._searchAndFiltersContainer_ihdnp_109{display:flex;flex-direction:column;width:100%;max-width:1512px;margin:0 auto;padding:0 32px;box-sizing:border-box}._searchContainer_ihdnp_119{display:flex;align-items:center;gap:20px;height:52px;width:100%;margin-bottom:20px}._filterMainButtonContainer_ihdnp_128{display:flex;flex-direction:column}._filterActionsContainer_ihdnp_133{display:flex;justify-content:space-between;align-items:center}._filterSubButtonContainer_ihdnp_139{display:flex;justify-content:flex-start;width:auto;gap:16px;margin-bottom:0}._filterButtonContainer_ihdnp_147{position:relative}._viewToggle_ihdnp_31{display:flex}._viewToggleButtons_ihdnp_155{display:flex;gap:8px}._viewToggleButton_ihdnp_31{width:197px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}._viewToggleButtonContent_ihdnp_169{display:flex;align-items:center;gap:8px}._viewToggleButtonCart_ihdnp_175{display:flex;align-items:center}._searchBox_ihdnp_180{flex:1;min-width:0}._datepickerBox_ihdnp_185{flex:0 0 200px}._eventsSection_ihdnp_189{width:100%;max-width:1512px;margin:0 auto;display:flex;flex-direction:column;align-items:center;padding:0 32px;box-sizing:border-box}._eventsMapSection_ihdnp_200{width:100%;max-width:1512px;margin:0 auto;padding:0 32px;box-sizing:border-box}._stickySearch_ihdnp_208{position:fixed;top:76px;left:0;right:0;padding:0 39px 0 24px;background-color:#fff;z-index:999;box-sizing:border-box}._stickyPadding_ihdnp_219{padding-top:133px}._titleContainer_ihdnp_223{max-width:1512px;width:100%;margin:0 auto;display:flex;justify-content:center;position:relative;padding:0;box-sizing:border-box}._stickySearch_ihdnp_208>div{max-width:1452px;margin:5px auto 0;width:100%;box-sizing:border-box}._stickySearch_ihdnp_208 ._filterMainButtonContainer_ihdnp_128{display:flex}._stickySearch_ihdnp_208 ._filterActionsContainer_ihdnp_133{margin-top:8px;display:flex;justify-content:space-between;align-items:center}._stickySearch_ihdnp_208 ._filterSubButtonContainer_ihdnp_139{display:flex;justify-content:flex-start;width:auto;gap:16px;margin-bottom:0}._stickySearch_ihdnp_208 ._viewToggle_ihdnp_31{display:flex}._iconWithRightPadding_ihdnp_264{padding-right:10px}._rotatedArrow_ihdnp_268{display:inline-flex;transform:rotate(90deg)}._filterButton_ihdnp_147{height:36px;font-family:var(--font-nunito);font-weight:700;font-size:15px;line-height:20px}._filterButtonTablet_ihdnp_280,._eventsTitleTablet_ihdnp_284{display:none}._mapContainer_ihdnp_288{width:100%;height:636px;border-radius:16px;background-color:#f4f3f6;overflow:hidden;margin-top:16px}._titleAndToggle_ihdnp_297{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:16px;position:relative}._mapPlaceholder_ihdnp_306{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}._eventsTitleContainer_ihdnp_315{display:flex;justify-content:center;align-items:center}._contentContainer_ihdnp_321{width:100%;max-width:1512px;margin:0 auto;padding:0 32px;box-sizing:border-box;position:relative}._pageHeader_ihdnp_330{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:24px}._filterButtonInSearch_ihdnp_337{margin-left:-9px;font-weight:700;font-size:15px;line-height:20px}@media (max-width: 1199px){._contentContainer_ihdnp_321{padding:0 16px}._eventsContainers_ihdnp_97{grid-template-columns:repeat(3,1fr);gap:16px}._filterButtonContainer_ihdnp_147{display:none}._filterButtonTablet_ihdnp_280{display:block;width:100px}._searchContainer_ihdnp_119{border:2px solid #f4f3f6;gap:0;margin:0}._divider_ihdnp_369{border-left:2px solid #f4f3f6;height:80%;margin:8px}._searchAndFiltersContainer_ihdnp_109{padding:0}._datepickerBox_ihdnp_185{flex:0 0 1px}._filterMainButtonContainer_ihdnp_128{flex-direction:row-reverse;padding:0 16px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014}._eventsTitleTablet_ihdnp_284{display:block;font-size:40px;line-height:40px;font-family:var(--font-nunito-sans);font-weight:700;color:var(--text);text-wrap:nowrap;margin-top:20px}._eventsTitleTablet_ihdnp_284 span{color:#539730}._eventsTitle_ihdnp_35{display:none;font-size:32px;line-height:36px}._stickySearch_ihdnp_208{margin:0 auto;padding:0}._stickySearch_ihdnp_208 ._searchContainer_ihdnp_119{margin-bottom:0}._stickySearch_ihdnp_208>div{margin:0 auto}._filterActionsContainer_ihdnp_133{display:flex;align-items:center}._viewToggleButtons_ihdnp_155{gap:4px}._titleAndToggle_ihdnp_297{display:block;text-align:center;margin-bottom:8px}._viewToggleButtonContainer_ihdnp_31{display:none}._viewToggleButtonContainerTablet_ihdnp_31{display:block;margin-top:16px;width:100%;display:flex}}@media (max-width: 959px){._eventsTitleTablet_ihdnp_284{margin-top:0}._eventsContainers_ihdnp_97{grid-template-columns:repeat(2,1fr)}._eventsMapSection_ihdnp_200{padding:172px 32px 0}._filterSubButtonContainer_ihdnp_139{margin-left:auto}._eventsTitle_ihdnp_35{font-size:28px;line-height:32px}._stickyPadding_ihdnp_219{padding-top:150px}}@media (max-width: 719px){._searchContainer_ihdnp_119{gap:5px}._filterButtonInSearch_ihdnp_337{width:100px;margin:0}._mapContainer_ihdnp_288{height:500px}._contentContainer_ihdnp_321{padding:0 12px}._eventsMapSection_ihdnp_200{padding:172px 16px 0}._mapContainer_ihdnp_288{margin-top:16px}._eventsContainers_ihdnp_97{grid-template-columns:1fr}._filterMainButtonContainer_ihdnp_128{flex-direction:column-reverse}._eventsTitleTablet_ihdnp_284{font-size:26px;line-height:36px;white-space:pre-wrap;text-align:center}._eventsTitleTablet_ihdnp_284 span:before{content:"\a"}._eventsSection_ihdnp_189{padding:0 16px}._stickySearch_ihdnp_208{top:52px}._filterCounterInSearch_ihdnp_62{right:87px}._divider_ihdnp_369{display:none}._filterActionsContainer_ihdnp_133{flex-direction:column-reverse;gap:12px}._viewToggle_ihdnp_31{width:100%;justify-content:center}._eventsTitle_ihdnp_35{font-size:24px;line-height:28px;text-align:center;white-space:pre-wrap}._eventsTitle_ihdnp_35 span:before{content:"\a"}._stickyPadding_ihdnp_219{padding-top:130px}}._tourParameters_655q0_1{max-width:1512px;margin:0 auto}._leftBlock_655q0_7{height:100%}._rightBlock_655q0_11{padding:0 20px 0 288px}._parameters_655q0_15{gap:12px;margin-bottom:32px;font-family:var(--font-nunito-sans);font-weight:700;font-size:28px;line-height:36px}._parametersTitle_655q0_24{font-weight:700;font-size:28px;line-height:36px;margin-top:10px}._iconBack_655q0_31{cursor:pointer;margin:8px}@media (max-width: 1200px){._parametersTitle_655q0_24{font-weight:700;font-size:22px;line-height:32px}}@media (max-width: 960px){._tourParameters_655q0_1{margin:16px}._leftBlock_655q0_7{display:none}._rightBlock_655q0_11{padding:0}}._progressLine_sh77c_1{position:relative;width:100%;height:8px;background-color:var(--alert-neutral-text);margin:28px 0 12px;border-radius:8px}._progressBar_sh77c_10{position:absolute;top:0;left:0;height:100%;background-color:var(--neutral);transition:width .3s ease;border-top-left-radius:8px;border-bottom-left-radius:8px}._progressBall_sh77c_21{position:absolute;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background-color:var(--neutral);transition:left .3s ease}._checkpointLine_sh77c_32{position:absolute;top:-4px;right:42.2px;width:2px;height:12px;background-color:var(--text-secondary)}._checkmark_sh77c_41{position:absolute;top:-19px;left:50%;transform:translate(-50%);background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.9688%201.78357C14.2256%202.50928%2015.2712%203.55067%2016.0019%204.80465C16.7327%206.05863%2017.1232%207.48171%2017.1349%208.93302C17.1467%2010.3843%2016.7791%2011.8135%2016.0688%2013.0792C15.3584%2014.3448%2014.3298%2015.4029%2013.0848%2016.1488C11.8398%2016.8948%2010.4216%2017.3026%208.9705%2017.332C7.51944%2017.3613%206.08588%2017.0112%204.81171%2016.3163C3.53755%2015.6213%202.46698%2014.6057%201.70597%2013.3698C0.944969%2012.134%200.519924%2010.7208%200.472917%209.27024L0.46875%209.00024L0.472917%208.73024C0.519586%207.29106%200.938373%205.88854%201.68845%204.6594C2.43853%203.43026%203.49429%202.41645%204.75283%201.7168C6.01136%201.01716%207.42971%200.655567%208.86959%200.667267C10.3095%200.678968%2011.7218%201.06357%2012.9688%201.78357ZM11.8913%206.7444C11.7478%206.60092%2011.5568%206.51473%2011.3543%206.502C11.1518%206.48926%2010.9516%206.55086%2010.7913%206.67524L10.7129%206.7444L7.96875%209.48774L6.89125%208.41107L6.81292%208.3419C6.65257%208.21762%206.45239%208.15609%206.24992%208.16886C6.04745%208.18164%205.85659%208.26783%205.71314%208.41129C5.56968%208.55474%205.48349%208.7456%205.47071%208.94807C5.45794%209.15055%205.51946%209.35072%205.64375%209.51107L5.71292%209.5894L7.37958%2011.2561L7.45792%2011.3252C7.60406%2011.4386%207.78378%2011.5002%207.96875%2011.5002C8.15372%2011.5002%208.33344%2011.4386%208.47958%2011.3252L8.55792%2011.2561L11.8913%207.92274L11.9604%207.8444C12.0848%207.68407%2012.1464%207.48386%2012.1337%207.28134C12.1209%207.07881%2012.0347%206.8879%2011.8913%206.7444Z'%20fill='%2371B54E'/%3e%3c/svg%3e");width:17px;height:18px}._statusParameters_ifzvc_1{display:flex;flex-direction:column;font-family:var(--font-nunito);position:fixed;max-width:256px;max-height:85vh;overflow:auto;gap:12px}._statusField_ifzvc_12{display:flex;flex-direction:row;align-items:center;gap:12px;font-weight:700;font-size:16px;line-height:20px}._currentStatusContainer_ifzvc_22{background-image:url(/assets/status-tour-bg-Cr2NCCpF.png);background-repeat:repeat;padding:20px;border-radius:16px;margin:32px 0 18px;background-size:150px}._currentStatus_ifzvc_22{color:var(--neutral);font-weight:400;font-size:12px;line-height:16px;margin-bottom:4px}._statusValue_ifzvc_39{color:var(--neutral);font-weight:700;font-size:22px;line-height:32px}._statusModerate_ifzvc_46{color:var(--text-orange)}._statusPublish_ifzvc_50{color:var(--text-success-light)}._statusReject_ifzvc_54{color:var(--text-danger-light)}._textStatus_ifzvc_58{color:var(--neutral);font-weight:400;font-size:14px;line-height:20px;margin-bottom:16px}._progressLine_ifzvc_66{margin-bottom:12px}@media (max-width: 960px){._statusParameters_ifzvc_1{display:flex;flex-direction:column;font-family:var(--font-nunito);position:static;max-width:100%}._statusField_ifzvc_12{display:none}._currentStatusContainer_ifzvc_22{margin:0}}._buttonsStatus_1b782_1{display:flex;flex-direction:column;gap:16px}._informationsAlerts_kg5r4_1{display:flex;flex-direction:column;gap:8px;background-color:var(--alert-info);max-width:320px;min-width:320px;padding:16px;font-family:var(--font-nunito);border-radius:18px;height:max-content}._info_kg5r4_1{font-weight:400;font-size:14px;line-height:20px;color:#6a7aff}._title_kg5r4_20{font-weight:700;font-size:15px;line-height:24px}._subTitle_kg5r4_26{display:flex;flex-direction:column;gap:8px;font-weight:400;font-size:14px;line-height:20px}@media (max-width: 1200px){._informationsAlerts_kg5r4_1{display:none}}._container_kmkzs_1{display:flex;flex-direction:column;gap:32px}._subContainer_kmkzs_7{display:flex;gap:15px}._btnPlus_kmkzs_12{width:36px;min-height:36px;padding:6px}._fields_kmkzs_18{display:flex;flex-direction:column;gap:4px;width:100%}._fieldsContainer_kmkzs_25{display:flex;flex-direction:column;gap:32px;max-width:70%}._fieldsRow_kmkzs_32{display:flex;justify-content:space-between;gap:16px}._fieldOvernight_kmkzs_38{max-width:120px}._titleField_kmkzs_42{font-weight:600;font-size:14px;line-height:20px;padding-left:6px}._timeWrapper_kmkzs_48{position:relative;width:100%;min-height:52px}._inputTime_kmkzs_54{width:100%;min-height:52px;border-radius:8px;background-color:#f4f3f6;border:none;padding-right:40px;padding-left:12px;font-size:14px;line-height:20px}._clockIcon_kmkzs_66{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px;pointer-events:none}._textMuted_kmkzs_76{font-weight:400;font-size:12px;line-height:16px;padding:0 6px;color:var(--text-muted)}._disabled_kmkzs_84{opacity:.5;pointer-events:none}._removeBlockBtn_kmkzs_89{display:flex;align-items:center;justify-content:center;padding:8px;margin-bottom:6px}._removeIcon_kmkzs_97{width:20px;height:20px}._subContainer_kmkzs_7{display:flex;align-items:flex-end}@media (max-width: 1200px){._fieldsContainer_kmkzs_25{max-width:80%}}@media (max-width: 720px){._subContainer_kmkzs_7{display:flex;flex-direction:column;gap:15px}}._wrapper_10w6h_1{padding:32px;max-width:720px;width:100%;border:1.5px solid var(--border-outline-btn);border-radius:18px;font-family:var(--font-nunito);box-shadow:0 .25px .5px -1.5px #0000000a,0 1.5px 3px -1px #0000000f,0 2px 12px -2px #00000014}._container_10w6h_12{display:flex;flex-direction:column;gap:32px}._title_10w6h_18{font-weight:700;font-size:28px;line-height:36px;font-family:var(--font-nunito-sans)}._statusContainer_10w6h_25{display:none}._grayText_10w6h_29,._greenText_10w6h_30{font-weight:400;font-size:13px;line-height:16px}._grayText_10w6h_29,._isNotNecessary_10w6h_37{color:var(--text-muted)}._greenText_10w6h_30{color:var(--text-filled-success)}._titleContainer_10w6h_45{display:flex;align-items:center;justify-content:space-between;gap:8px}._tooltipWrapper_10w6h_52{display:none}@media (max-width: 1200px){._wrapper_10w6h_1{max-width:100%}._title_10w6h_18{font-weight:700;font-size:22px;line-height:32px}._tooltipWrapper_10w6h_52{display:block}}@media (max-width: 960px){._statusContainer_10w6h_25{display:block;margin-bottom:8px}}@media (max-width: 720px){._title_10w6h_18{font-weight:700;font-size:20px;line-height:26px}}._tooltipContainer_19bcd_1{position:relative;display:inline-block}._iconWrapper_19bcd_6{cursor:pointer}._tooltip_19bcd_1{position:absolute;z-index:3;margin-top:8px;padding:16px;background-color:var(--alert-info);border-radius:18px;width:320px;left:-50%;transform:translate(-100%);box-shadow:0 2px 8px #00000026}._tooltipTitle_19bcd_23{font-weight:700;font-size:15px;line-height:24px;margin-bottom:8px}._tooltipSubTitle_19bcd_30{font-weight:400;font-size:14px;line-height:20px}@media (max-width: 480px){._tooltip_19bcd_1{transform:translate(-80%)}}._wrapper_gnclm_1{display:flex;flex-direction:column;gap:4px;font-family:var(--font-nunito);width:100%;flex:1}._countBlock_gnclm_10{display:flex;flex-direction:row;gap:8px;width:100%}._container_gnclm_17{display:flex;flex-direction:column;gap:4px;width:100%}._calendar_gnclm_24{min-height:52px;width:100%;min-width:140px;box-sizing:border-box;flex:1}._title_gnclm_32{text-wrap:nowrap;font-size:14px;font-weight:600;line-height:20px;text-align:left;margin-left:8px}._error_gnclm_41{color:var(--bright);font-size:14px;font-weight:600;line-height:20px}.p-calendar:not(.p-calendar-disabled).p-focus>.p-inputtext,.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus,.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus,.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus{box-shadow:none;border-color:var(--input-normal-border, rgba(0, 0, 0, 0))}.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover,.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover{color:var(--bright)}.p-datepicker table td>span.p-highlight,.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight,.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight{background:var(--bright)}.p-calendar .p-inputtext{width:100%;min-height:40px;background:var(--input-background);border:1px solid var(--input-normal-border, rgba(0, 0, 0, 0));border-radius:10px 0 0 10px;font-size:16px}.p-button{background:var(--input-background);border:1px solid var(--input-normal-border, rgba(0, 0, 0, 0));padding-right:10px;border-radius:0 10px 10px 0}.p-button:focus{box-shadow:none;border-color:var(--input-normal-border, rgba(0, 0, 0, 0))}._invalid_gnclm_115{border:1px solid var(--input-border-error);box-shadow:none;border-radius:10px}@media (max-width: 720px){._calendar_gnclm_24{min-height:52px;width:100%;min-width:auto}}._container_i8kwg_1{display:flex;flex-direction:column;gap:32px}._subContainer_i8kwg_6{display:flex;gap:20px}._fields_i8kwg_11{display:flex;flex-direction:column;gap:4px;width:100%}._fieldsContainer_i8kwg_18{display:flex;flex-direction:column;gap:32px;max-width:70%}._fieldsRow_i8kwg_25{display:flex;justify-content:space-between;gap:16px}._fieldOvernight_i8kwg_31{max-width:120px}._titleField_i8kwg_35{font-weight:600;font-size:14px;line-height:20px;padding-left:6px}._textMuted_i8kwg_42{font-weight:400;font-size:12px;line-height:16px;padding:0 6px;color:var(--text-muted)}._disabled_i8kwg_50{display:flex;flex-direction:column;gap:32px;opacity:.5;pointer-events:none}@media (max-width: 1200px){._fieldsContainer_i8kwg_18{max-width:80%}}@media (max-width: 720px){._subContainer_i8kwg_6{display:flex;flex-direction:column}}._subTitle_fdseu_1{font-weight:700;font-size:16px;line-height:28px;margin-top:-20px}._grayText_fdseu_8{color:var(--text-muted)}._photoContainer_fdseu_12{display:flex;flex-direction:column;gap:32px}._availablePhotos_fdseu_18{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}._availablePhotosContainer_fdseu_25{display:flex;flex-direction:column;align-items:center;gap:8px}._visible_fdseu_32,._container_fdseu_38{position:relative;max-width:120px;max-height:120px}._hoverContent_fdseu_44{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--neutral);font-weight:600;font-size:16px;line-height:20px;background:#0006;padding:10px;border-radius:12px;display:flex;justify-content:center;align-items:center;text-align:center;width:120px;height:120px;cursor:pointer;opacity:0;transition:opacity .1s ease-in-out}._hoverContent_fdseu_44:hover{opacity:1}._visibleText_fdseu_71{display:flex;flex-direction:column;justify-content:center;align-items:center}._mainTag_fdseu_78{position:absolute;top:4px;left:4px;background:var(--hover-bright);color:#fff;padding:5px 10px;border-radius:12px;max-height:20px;max-width:62px;display:flex;align-items:center;justify-content:center}._mainText_fdseu_93{font-weight:600;font-size:13px;line-height:16px}._deletePhoto_fdseu_99{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted);cursor:pointer}._photos_fdseu_107{width:120px;height:120px;border-radius:12px;object-fit:cover}._addPhotos_fdseu_114{background-image:repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--neutral-25) 5px,var(--neutral-25) 10px);border-radius:12px}._fileInputLabel_fdseu_125{display:flex;flex-direction:column;align-items:center;padding:36px;gap:8px;cursor:pointer}._fileInputLabel_fdseu_125._disabledLabel_fdseu_134{opacity:.5;cursor:not-allowed}._blueText_fdseu_139{color:var(--alert-info-text);font-weight:700;font-size:16px;line-height:20px;text-align:center}._text_fdseu_147{color:var(--text);font-weight:700;font-size:16px;line-height:20px}._textMuted_fdseu_154{color:var(--text-muted);font-weight:400;font-size:12px;line-height:16px}._disabled_fdseu_134{display:flex;flex-direction:column;gap:32px;opacity:.5;pointer-events:none}._grayText_fdseu_8{color:var(--text-muted);font-weight:700;font-size:16px;line-height:28px}._blackText_fdseu_176{color:var(--text);font-weight:700;font-size:16px;line-height:28px}@media (max-width: 1200px){._photo_fdseu_12{max-width:100%}}@media (max-width: 720px){._visible_fdseu_32,._container_fdseu_38{max-width:93px;max-height:93px}._hoverContent_fdseu_44{width:93px;height:93px;font-weight:600;font-size:13px;line-height:18px}._photos_fdseu_107{width:93px;height:93px}}._suitableContainer_1uc1t_1{display:flex;flex-direction:column;gap:16px}._item_1uc1t_7{display:flex;align-items:center;gap:8px}._description_1uc1t_13{color:var(--text-muted);font-size:14px}._disabled_1uc1t_18{display:flex;flex-direction:column;gap:16px;opacity:.5;pointer-events:none}._routeMap_ohrtj_1,._container_ohrtj_7{display:flex;flex-direction:column;gap:32px}._pointBlock_ohrtj_13{border:2px dashed #ff7c74;border-radius:12px;margin-bottom:16px}._hasPoint_ohrtj_19{border:2px dashed #1fbc5e}._point_ohrtj_13{display:flex;flex-direction:column;gap:8px;padding:24px}._pointContainer_ohrtj_30{display:flex;justify-content:space-between;gap:8px}._pointTitle_ohrtj_36{font-family:var(--font-nunito-sans);font-weight:700;font-size:20px;line-height:28px;color:#333}._pointDescription_ohrtj_44{font-weight:400;font-size:14px;line-height:20px;color:#666}._pointDescriptionBlue_ohrtj_51{font-weight:400;font-size:16px;line-height:20px;color:var(--alert-info-text)}._pointTime_ohrtj_58{font-weight:700;font-size:14px;line-height:20px;color:#333}._coordinates_ohrtj_65{font-family:monospace;font-size:12px;color:#666;margin-top:4px}._setUpRoute_ohrtj_72{max-width:196px;margin-top:16px}._disabled_ohrtj_77{opacity:.5;pointer-events:none}@media (max-width: 1200px){._pointTitle_ohrtj_36{font-weight:700;font-size:22px;line-height:32px}}._modalSetUpRoute_1yi6p_1{--width: 100%;--height: 100%}._container_1yi6p_6{display:flex;flex-direction:row;justify-content:space-between;width:100%;font-family:var(--font-nunito);overflow:auto}._mapContainerSmall_1yi6p_15{width:55%}._mapContainerLarge_1yi6p_19{width:70%}._routeContainer_1yi6p_23{display:flex;flex-direction:column;overflow:auto;position:relative}._closeBtn_1yi6p_30{position:absolute;top:20px;right:20px;z-index:1;cursor:pointer}._routeContainerSmall_1yi6p_38{width:30%}._routeContainerLarge_1yi6p_42{width:45%}._stageTwoCoor_1yi6p_46,._stageOneCoor_1yi6p_47{display:flex;flex-direction:column;gap:32px;padding:32px 32px 0}._routeTitle_1yi6p_54{font-family:var(--font-nunito-sans);font-weight:700;font-size:22px;line-height:32px}._tourTimeZone_1yi6p_61{display:flex;flex-direction:column;gap:4px}._titleField_1yi6p_67{font-weight:600;font-size:14px;line-height:20px}._textMuted_1yi6p_73{font-weight:400;font-size:12px;line-height:16px;padding:0 6px;color:var(--text-muted)}._collectionPoints_1yi6p_81{border:2px dashed #ff7c74;border-radius:12px}._collectionPoints_1yi6p_81:has(._hasCollectionPoint_1yi6p_86){border:2px dashed #1fbc5e}._hasCollectionPointparking_1yi6p_90{border-radius:12px;border:2px dashed #1fbc5e}._collectionPoint_1yi6p_81{display:flex;flex-direction:column;gap:8px;padding:32px;cursor:pointer}._addedPointTour_1yi6p_104{display:flex;flex-direction:row;align-items:center;gap:8px}._plus_1yi6p_111{font-size:42px;color:var(--text-muted)}._collectionPointTitle_1yi6p_116{font-family:var(--font-nunito-sans);font-weight:700;font-size:28px;line-height:36px}._collectionPointContainer_1yi6p_123{display:flex;flex-direction:row;justify-content:space-between;align-items:center}._collectionPointDescription_1yi6p_130{font-weight:400;font-size:14px;line-height:20px}._collectionPointDescriptionBlue_1yi6p_136{font-weight:400;font-size:16px;line-height:20px;color:var(--alert-info-text);max-width:323px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._collectionPointTime_1yi6p_147{font-weight:700;font-size:16px;line-height:28px}._additionalPointsContainer_1yi6p_153{display:flex;flex-direction:column;gap:16px}._additionalPointsTitle_1yi6p_159{font-weight:700;font-size:16px;line-height:20px}._grayText_1yi6p_165{color:var(--text-muted)}._additionalPoints_1yi6p_153{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;width:100%;gap:4px}._additionalPoint_1yi6p_153{display:flex;flex-direction:column;align-items:center;gap:8px;background-color:var(--unfilled);padding:20px;width:100%;border-radius:12px;max-width:101px;cursor:pointer}._additionalPointImg_1yi6p_191{width:40px;height:40px}._additionalPointName_1yi6p_196{font-weight:400;font-size:12px;line-height:16px}._additionalPointPlus_1yi6p_202{display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;background-color:var(--neutral);width:28px;height:28px;border-radius:50%}._groupedPoints_1yi6p_214{display:flex;flex-direction:column}._daySection_1yi6p_219{margin-bottom:16px}._dayTitle_1yi6p_223{font-weight:700;font-size:16px;line-height:20px}._numberedList_1yi6p_229{border-left:1px solid var(--input-background-hover);margin:16px 0}._pointsContainer_1yi6p_234{display:flex;flex-direction:column;margin-bottom:16px}._daySection_1yi6p_219,._pointsContainer_1yi6p_234:last-child{margin-bottom:0}._pointContainer_1yi6p_245{display:flex;align-items:center;width:100%;gap:8px;padding-left:20px}._pointNameSmall_1yi6p_253{font-weight:400;font-size:16px;line-height:28px;color:var(--alert-info-text);max-width:323px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;cursor:pointer}._pointNameLarge_1yi6p_266{font-weight:400;font-size:16px;line-height:28px;color:var(--alert-info-text);max-width:656px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;cursor:pointer}._pointTime_1yi6p_279{font-weight:700;font-size:16px;line-height:28px;padding-left:8px}._namePointType_1yi6p_286{font-weight:400;font-size:12px;line-height:16px;padding-left:20px}._addCoor_1yi6p_293{display:flex;flex-direction:row;align-items:start}._addCoorText_1yi6p_299{display:flex;flex-direction:column;gap:8px}._addCoorTitle_1yi6p_305{font-weight:700;font-size:28px;line-height:36px}._addCoorDescription_1yi6p_311{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted)}._formAddCoor_1yi6p_318{display:flex;flex-direction:column;gap:16px}._fieldsRow_1yi6p_324{display:flex;flex-direction:row;gap:12px}._fieldNumberDay_1yi6p_330{max-width:144px}._fieldNumberTime_1yi6p_334{max-width:120px}._checkboxContainer_1yi6p_338{display:flex;flex-direction:row;gap:16px}._checkboxField_1yi6p_344{display:flex;flex-direction:row}.ql-container{width:100%;max-height:288px}.cont-header{width:100%}._addPhotos_1yi6p_358{background-image:repeating-linear-gradient(-45deg,transparent,transparent 5px,var(--neutral-25) 5px,var(--neutral-25) 10px);border-radius:12px}._previewContainer_1yi6p_369{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-top:15px}._previewImageWrapper_1yi6p_377{position:relative;width:120px;height:120px}._previewImage_1yi6p_377{width:100%;height:100%;object-fit:cover;border-radius:12px}._removeImageButton_1yi6p_390{position:absolute;top:5px;right:5px;background-color:#ffffffb3;border:none;border-radius:50%;width:24px;height:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .2s}._removeImageButton_1yi6p_390:hover{background-color:#ffffffe6}._removeImageButton_1yi6p_390 svg{width:16px;height:16px;color:#333}._fileInputLabel_1yi6p_416._disabled_1yi6p_416{opacity:.5;cursor:not-allowed}._fileInputLabel_1yi6p_416{display:flex;flex-direction:column;align-items:center;padding:36px;gap:8px;cursor:pointer}._blueText_1yi6p_430{color:var(--alert-info-text);font-weight:700;font-size:16px;line-height:20px;text-align:center}._text_1yi6p_73{color:var(--text);font-weight:700;font-size:16px;line-height:20px}._textMuted_1yi6p_73{color:var(--text-muted);font-weight:400;font-size:12px;line-height:16px}._buttons_1yi6p_452{display:flex;flex-direction:row;justify-content:space-between;padding:32px;position:absolute;bottom:0;left:0;right:0}._btnSave_1yi6p_463{width:124px;height:44px}._button_1yi6p_452{width:100%;max-width:124px}._parkingPlaceholder_1yi6p_473{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--unfilled);border-radius:12px;cursor:pointer}._collectionPointHeader_1yi6p_484{font-family:var(--font-nunito-sans);font-weight:700;font-size:28px;line-height:36px}@media (max-width: 1200px){._mapContainerSmall_1yi6p_15,._mapContainerLarge_1yi6p_19,._routeContainerSmall_1yi6p_38,._routeContainerLarge_1yi6p_42{width:50%}._collectionPointTitle_1yi6p_116{font-weight:700;font-size:22px;line-height:32px}}@media (max-width: 960px){._container_1yi6p_6{display:flex;flex-direction:column;padding-bottom:100px}._mapContainerSmall_1yi6p_15,._mapContainerLarge_1yi6p_19,._routeContainerSmall_1yi6p_38,._routeContainerLarge_1yi6p_42{width:100%}._mapContainerSmall_1yi6p_15,._mapContainerLarge_1yi6p_19{height:400px}._routeContainer_1yi6p_23{overflow:visible;position:static}._pointNameSmall_1yi6p_253{max-width:100%}._buttons_1yi6p_452{position:fixed;bottom:0;left:0;right:0;z-index:100;width:100%;height:100px;box-sizing:border-box}}@media (max-width: 720px){._mapContainerSmall_1yi6p_15,._mapContainerLarge_1yi6p_19{height:280px}}._editorContainer_xomio_1{border-radius:12px}._charCount_xomio_4{margin-left:auto;font-size:14px;color:#666}._editor_xomio_1{height:356px;background-color:#f4f3f6}._errorText_xomio_13{color:#ff3b30;font-size:14px;margin-top:8px;font-weight:500}._contMapC_rim3e_1 ._map_rim3e_1{width:100%;height:100vh;position:relative;cursor:grab}._contMapC_rim3e_1 .leaflet-top.leaflet-left{display:none}._customNumberedIcon_rim3e_12{background-color:#f74439;border-radius:50%;color:var(--neutral);font-family:var(--font-nunito);font-weight:700;line-height:32px;font-size:18px;text-align:center}@media (max-width: 960px){._contMapC_rim3e_1 ._map_rim3e_1{height:400px}}@media (max-width: 720px){._contMapC_rim3e_1 ._map_rim3e_1{height:280px}}._contMapAddCoor_1ki5x_1{position:relative;width:100%;height:100vh;cursor:grab}._contMapAddCoor_1ki5x_1 ._map_1ki5x_8{width:100%;height:100%;position:absolute;top:0;left:0}._contMapAddCoor_1ki5x_1 .leaflet-top.leaflet-left{display:none}._searchWrapper_1ki5x_20{position:absolute;top:16px;left:76px;right:76px;z-index:1000}._searchInput_1ki5x_28{width:100%;background:var(--neutral)!important}._custom-numbered-icon_1ki5x_33{background-color:#38f;border-radius:50%;color:#fff;font-weight:700;text-align:center;line-height:32px;font-size:14px}@media (max-width: 960px){._contMapAddCoor_1ki5x_1{height:400px}}@media (max-width: 720px){._contMapAddCoor_1ki5x_1{height:280px}._searchWrapper_1ki5x_20{left:16px;right:16px}}._contMapC_yfv1o_1 ._map_yfv1o_1{width:100%;height:360px;border-radius:12px;position:relative;cursor:grab}._contMapC_yfv1o_1 .leaflet-top.leaflet-left{display:none}._customNumberedIcon_yfv1o_13{background-color:#f74439;border-radius:50%;color:var(--neutral);font-family:var(--font-nunito);font-weight:700;line-height:32px;font-size:18px;text-align:center}._disabled_ug8kw_1{opacity:.5;pointer-events:none}.p-editor-container .p-editor-content .ql-editor{background:transparent}._container_1sc8r_1{display:flex;flex-direction:column;gap:32px}._subContainer_1sc8r_6{display:flex;gap:20px}._fields_1sc8r_11{display:flex;flex-direction:column;gap:4px;width:100%}._fieldsContainer_1sc8r_18{display:flex;flex-direction:column;gap:32px;max-width:70%}._fieldsRow_1sc8r_25{display:flex;justify-content:space-between;gap:16px}._fieldOvernight_1sc8r_31{max-width:120px}._titleField_1sc8r_35{font-weight:600;font-size:14px;line-height:20px;padding-left:6px}._textMuted_1sc8r_42{font-weight:400;font-size:12px;line-height:16px;padding:0 6px;color:var(--text-muted)}._disabled_1sc8r_50{display:flex;flex-direction:column;gap:32px;opacity:.5;pointer-events:none}@media (max-width: 1200px){._fieldsContainer_1sc8r_18{max-width:80%}}@media (max-width: 1200px){._subContainer_1sc8r_6{display:flex;flex-direction:column}}h1{margin:0}._parameters_1mv38_5{display:flex;flex-direction:column;gap:32px;padding-bottom:32px}._container_1mv38_12{display:flex;gap:32px;height:100%}._genresContainer_tr6zf_1{display:flex;flex-wrap:wrap;gap:16px}._genreItem_tr6zf_7{display:flex;align-items:center;gap:8px;width:100%;max-width:288px}._genreTitle_tr6zf_15{font-weight:400;font-size:15px;line-height:20px}._description_tr6zf_21{font-weight:400;font-size:12px;line-height:16px;color:var(--text-muted)}._disabled_tr6zf_28{display:flex;flex-wrap:wrap;gap:16px;opacity:.5;pointer-events:none}@media (max-width: 720px){._genreItem_tr6zf_7{max-width:100%}}._searchContainerDesktop_10bkh_1{display:flex;align-items:center;border:1px solid var(--pressed-outline);border-radius:16px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014;padding-right:18px;justify-content:space-between}._paginationContainer_10bkh_11{display:flex;align-items:center;justify-content:space-between}._paginationInfo_10bkh_16{font-family:var(--font-nunito);font-weight:400;font-size:12px;color:var(--text-muted)}._filterButtonInSearch_10bkh_23{position:relative;font-weight:700;font-size:15px;line-height:20px}._filterCounterInSearch_10bkh_30{position:absolute;top:-1px;right:2px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#539730;color:#fff;border-radius:50%;font-size:12px;font-weight:600;margin-left:6px;line-height:1}._divider_10bkh_48{border-left:2px solid #f4f3f6;height:36px;margin:0 8px}._myPosters_10bkh_54{margin-top:76px;display:flex;flex-direction:column;gap:20px;padding:32px;font-family:var(--font-nunito);max-width:1512px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}._header_10bkh_68{display:flex;flex-direction:column;gap:12px}._headerTablet_10bkh_73{display:none}._btnBack_10bkh_77{max-width:96px}._title_10bkh_81{font-size:36px;font-weight:700;line-height:48px;color:var(--text);font-family:var(--font-nunito-sans)}._titleBlock_10bkh_89{display:flex;justify-content:space-between;gap:12px}@media (max-width: 1200px){._paginationContainer_10bkh_11{padding:32px}._searchContainerDesktop_10bkh_1{border-radius:0;box-shadow:none}._divider_10bkh_48{display:none}._headerTablet_10bkh_73{display:flex;flex-direction:column;gap:12px;padding:28px 32px}._myPosters_10bkh_54{padding:0;gap:0px}._header_10bkh_68{display:none}}@media (max-width: 960px){._paginationContainer_10bkh_11{padding:0 16px}._headerTablet_10bkh_73{padding:20px 16px 22px}}@media (max-width: 720px){._myPosters_10bkh_54{margin-top:52px}._searchContainerTablet_10bkh_134{padding-right:2px}._paginationContainer_10bkh_11{flex-direction:column;padding:0 0 32px 16px}._paginationContainer_10bkh_11>:last-child{align-self:flex-start}}._imgContainer_lpmp2_1{position:relative;width:160px;height:160px;min-width:160px}._img_lpmp2_1{width:100%;height:100%;border-radius:10px;object-fit:cover}._posterCount_lpmp2_15{position:absolute;bottom:8px;right:8px;background-color:#2229;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);color:#fff;padding:3px 8px;border-radius:4px;font-size:18px;font-weight:700}._listPosters_lpmp2_29{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}._posterCard_lpmp2_35{display:flex;align-items:flex-start}._posterInfo_lpmp2_40{display:flex;flex-direction:column;justify-content:center;padding:32px;gap:8px}._posterTitleBlock_lpmp2_48{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._posterTitle_lpmp2_48{font-family:var(--font-nunito-sans);font-size:20px;font-weight:700;line-height:28px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:56px}._posterDate_lpmp2_68{font-size:15px;font-weight:400;line-height:24px;color:var(--text)}._btnBlock_lpmp2_75{display:flex;gap:8px}._btn_lpmp2_75{height:36px}._mobBtnBlock_lpmp2_84{display:none}._emptyStateContainer_lpmp2_88{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;width:100%;background-color:#f9f9f9;border-radius:12px;margin:0 16px}._emptyStateMessage_lpmp2_101{font-size:18px;line-height:26px;color:var(--text-muted);margin-bottom:20px;max-width:400px}._createButton_lpmp2_109{padding:12px 24px;font-weight:600}@media (max-width: 1200px){._posterInfo_lpmp2_40{padding:6px 16px 16px}._imgContainer_lpmp2_1{width:140px;height:140px;min-width:140px}._posterCard_lpmp2_35{padding:0 32px}}@media (max-width: 960px){._posterCard_lpmp2_35,._mobBtnBlock_lpmp2_84{padding:0 16px}._posterInfo_lpmp2_40{padding:28px 16px 0}._listPosters_lpmp2_29{grid-template-columns:repeat(1,1fr)}}@media (max-width: 720px){._imgContainer_lpmp2_1{width:140px;height:140px;min-width:140px}._btnBlock_lpmp2_75{display:none}._mobBtnBlock_lpmp2_84{display:flex;gap:8px;margin-bottom:16px}._listPosters_lpmp2_29{grid-template-columns:repeat(1,1fr);gap:8px}}@media (max-width: 720px){._emptyStateContainer_lpmp2_88{padding:40px 16px;margin:0}._emptyStateMessage_lpmp2_101{font-size:16px;line-height:22px}}._buttonsContainer_1rfyu_1{display:flex;gap:8px}._btn_1rfyu_6{height:36px}._searchContainer_97yg4_1{display:flex;align-items:center;justify-content:space-between;max-height:60px;margin:0 auto;padding:14px 18px;width:100%}._left_97yg4_11{display:flex;align-items:center;flex:1}._searchIcon_97yg4_17{display:flex}._inputSearch_97yg4_21{border:none;box-shadow:none;font-family:var(--font-nunito);font-size:16px;width:100%}._inputSearch_97yg4_21:focus:active{border:none;box-shadow:none}._clearButton_97yg4_34{display:flex;padding:0 8px;cursor:pointer}._right_97yg4_40{font-size:15px;color:var(--text-outline-btn);font-weight:700;font-family:var(--font-nunito);cursor:pointer;border-left:1px solid var(--pressed-outline);padding-left:18px;height:36px;display:flex;align-items:center}._filterContainer_97yg4_53{position:relative;display:flex;align-items:center}._filterSumSelected_97yg4_59{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:-10px}@media (max-width: 1200px){._searchContainer_97yg4_1{max-height:52px;padding-left:16px;border-radius:0;box-shadow:none;margin-top:0;border:none}._inputSearch_97yg4_21{border:none;box-shadow:none;border-right:0;font-family:var(--font-nunito);font-size:16px}._filterContainer_97yg4_53{position:relative;display:flex;align-items:center;width:109px}._filterSumSelected_97yg4_59{font-family:var(--font-nunito);font-weight:600;background-color:var(--hover-bright);width:20px;height:19px;text-align:center;border-radius:10px;color:var(--surface);font-size:13px;position:absolute;top:-10px;right:2px}}@media (max-width: 720px){._searchContainer_97yg4_1{max-height:52px;border-radius:0;box-shadow:none;margin-top:0;border:none;padding:14px 0 14px 12px}}._filterButtonsContainer_1ms0c_1{width:100%;overflow:hidden}._filterButtons_1ms0c_1{display:flex;flex-wrap:nowrap;gap:10px;padding-bottom:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}._filterButtons_1ms0c_1::-webkit-scrollbar{display:none}._btn_1ms0c_21,._clickedBtn_1ms0c_22{height:28px;font-size:13px;font-family:var(--font-nunito);padding:6px 12px;border-radius:8px;font-weight:600;flex-shrink:0;transition:background-color .2s ease,color .2s ease}._btn_1ms0c_21{background-color:#f4f3f6}._clickedBtn_1ms0c_22{background-color:var(--text)!important;color:var(--surface)!important}@media (max-width: 1200px){._filterButtonsContainer_1ms0c_1{padding:8px 16px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 2px 14px -2px #00000014}}@media (max-width: 800px){._filterButtons_1ms0c_1{padding-bottom:8px;flex-wrap:nowrap}}._customPagination_1imew_1{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin:20px 0}._navButton_1imew_10{background-color:#f5f3f7;color:#333;padding:0 15px;border-radius:100px;min-height:32px;min-width:90px;display:flex;align-items:center;justify-content:center;font-size:14px;border:none;cursor:pointer;gap:4px}._navButton_1imew_10:disabled{opacity:.5;cursor:default}._pageLinks_1imew_31{display:flex;align-items:center;gap:6px}._pageButton_1imew_37{min-width:32px;height:32px;border-radius:50%;background-color:#f5f3f7;color:#333;font-weight:500;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}._active_1imew_51{background-color:#ff3b30;color:#fff}._ellipsis_1imew_56{padding:0 4px;color:#999;font-size:16px;-webkit-user-select:none;user-select:none}@media (max-width: 720px){._customPagination_1imew_1{gap:5px}._navButton_1imew_10{min-width:32px;height:32px;padding:0;font-size:0}._navButton_1imew_10 svg{font-size:16px}._pageButton_1imew_37{min-width:28px;height:28px}._pageLinks_1imew_31{gap:4px}}._eventSummary_hgf0h_1{display:flex;flex-direction:column;gap:16px;padding:12px 0 12px 72px}._topRow_hgf0h_8{display:flex;align-items:center;gap:8px}._backBtn_hgf0h_14{height:44px;width:44px;border:none!important;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014;cursor:pointer}._favoriteBtn_hgf0h_23,._shareBtn_hgf0h_24{background-color:transparent;border:none;height:36px;width:36px;cursor:pointer}._middleRow_hgf0h_32{display:flex;justify-content:space-between;margin-right:72px}._eventName_hgf0h_38{font-family:var(--font-nunito-sans);font-weight:700;font-size:48px;line-height:52px;color:var(--text);margin:0 0 0 50px}._goingBtn_hgf0h_47{height:44px;width:126px;background-image:url(/assets/bgDots-DeXzRKFY.svg);background-repeat:no-repeat;background-blend-mode:multiply;margin:0 78px}._eventInfoContainer_hgf0h_56{display:flex;flex-direction:column;gap:4px;margin:0 0 32px 50px}._mainInfoRow_hgf0h_63{display:flex;align-items:center;gap:16px}._infoSection_hgf0h_69{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}._sectionIcon_hgf0h_76{height:24px;width:24px;display:flex;align-items:center;justify-content:center}._sectionContent_hgf0h_84{display:flex;flex-direction:column}._sectionTitle_hgf0h_89{font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:22px;color:var(--text);margin:0}._coordinatesSection_hgf0h_98{margin-left:32px}._coordinates_hgf0h_98{font-family:var(--font-nunito);font-weight:400;font-size:14px;line-height:20px;color:#b0afb8;margin:0;padding:0}._mobileSubscribeBtn_hgf0h_112{display:none}._notMobileSubscribeBtn_hgf0h_116{display:block}@media (max-width: 720px){._eventName_hgf0h_38{font-size:26px;line-height:36px;margin:0}._eventSummary_hgf0h_1{padding:12px 0 12px 16px}._eventInfoContainer_hgf0h_56{margin:0}._mainInfoRow_hgf0h_63{flex-direction:column;align-items:flex-start;gap:8px}._infoSection_hgf0h_69{align-items:center}._sectionIcon_hgf0h_76{display:flex;align-items:center;justify-content:center}._notMobileSubscribeBtn_hgf0h_116{display:none}._mobileSubscribeBtn_hgf0h_112{display:block;margin-top:8px}}._pageContainer_3ry59_1{display:flex;height:100vh;max-width:1512px;margin:0 auto}._leftContent_3ry59_8{width:100%}._events_body_3ry59_12{padding-top:76px}._eventLogistics_uxx0i_1{margin:32px;font-family:var(--font-nunito)}._cardContainer_uxx0i_6{position:relative;display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start;gap:8px;width:100%}._iconWrapper_uxx0i_15{border-radius:20px;border:2px solid var(--light-green);width:64px;height:64px;display:flex;justify-content:center;align-items:center;margin-bottom:8px}._iconWrapperOutline_uxx0i_26{background-color:var(--muted-green);border-radius:16px;width:54px;height:54px;display:flex;justify-content:center;align-items:center}._card_uxx0i_6{display:flex;flex-direction:column;align-items:center;max-width:200px;width:100%;text-align:center}._cardIcon_uxx0i_44{height:64px;width:64px;margin-bottom:8px}._cardContainer_uxx0i_6:before{content:"";position:absolute;top:-30px;left:0;width:100%;border-top:1.5px solid #22203014}._typeName_uxx0i_59{position:relative;display:flex;align-items:center;gap:4px;margin-bottom:8px;font-weight:400;font-size:15px;line-height:24px;color:var(--text-muted)}._helpCircle_uxx0i_71{position:absolute;right:-20px;width:16px;height:16px;cursor:pointer;opacity:.7;transition:opacity .2s}._helpCircle_uxx0i_71:hover{opacity:1}._value_uxx0i_85{font-weight:700;font-size:15px;line-height:24px;color:var(--text)}._divider_uxx0i_92{width:1px;height:120px;background:linear-gradient(180deg,#fff,#e6e5ea 50.51%,#fff)}._geolocationLink_uxx0i_98{font-weight:700;font-size:15px;line-height:24px;color:#f74439;text-decoration:underline;cursor:pointer}._browserInstructions_uxx0i_107{white-space:pre-wrap}.p-tooltip{white-space:normal!important;word-break:break-word!important;max-width:300px!important}@media (max-width: 720px){._cardContainer_uxx0i_6{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;justify-items:center;align-items:start}._divider_uxx0i_92{display:none}}@media (min-width: 340px){._eventLogistics_uxx0i_1{margin:16px}}._tourGallery_dipd5_1{width:100%;position:relative}._tourGallery_dipd5_1:before,._tourGallery_dipd5_1:after{display:none}._imageContainer_dipd5_11{display:flex;justify-content:flex-start;padding:0;overflow:hidden;width:100%}._carouselTrack_dipd5_19{display:flex;justify-content:flex-start;transition:transform .5s ease;gap:8px;width:100%;padding:0 32px}._carouselItem_dipd5_28{flex:1;min-width:calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3);transition:all .3s ease}._img_dipd5_35{width:100%;height:350px;object-fit:cover;border-radius:24px;cursor:pointer}._sliderControls_dipd5_43{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}._visible_dipd5_51{opacity:1}._navButton_dipd5_55{color:#000;border:none;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s;position:absolute;top:50%;transform:translateY(-50%);background-color:var(--surface);box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014}._prev_dipd5_75{left:16px}._next_dipd5_79{right:16px}._navButton_dipd5_55:hover{background-color:var(--surface)}._singleImage_dipd5_87 ._carouselTrack_dipd5_19{justify-content:center;transform:none!important}._centerImage_dipd5_92{justify-content:center}._singleItem_dipd5_96{flex:0 0 auto}._indicators_dipd5_100{display:flex;justify-content:center;gap:8px;margin-top:12px}._indicator_dipd5_100{width:8px;height:8px;border-radius:50%;background-color:#ccc;cursor:pointer}._activeIndicator_dipd5_115{background-color:#333}@media (max-width: 720px){._imageContainer_dipd5_11{padding:0}._carouselItem_dipd5_28{min-width:254px;flex:0 0 254px}._img_dipd5_35{height:200px}._singleImage_dipd5_87 ._carouselTrack_dipd5_19{justify-content:center}._singleItem_dipd5_96{min-width:100%;max-width:100%}}._eventDescription_2sjcw_1{display:flex;flex-direction:column;gap:32px;padding:82px 232px 32px}._genres_2sjcw_8{display:flex;flex-wrap:wrap;gap:8px}._badge_2sjcw_14{background-color:#0d99ff1a;border-radius:4px;padding:4px 8px;font-size:14px;line-height:20px;font-weight:500;color:var(--primary)}._badge_2sjcw_14:nth-child(2){background-color:#56cc531a;color:#56cc53}._description_2sjcw_29{line-height:28px;font-family:var(--font-nunito);font-size:16px;font-weight:400px;color:#222030}@media (max-width: 1200px){._eventDescription_2sjcw_1{padding:32px}}._infoCardsContainer_15stq_1{display:flex;gap:16px;min-height:auto;height:100%}._infoCard_15stq_1{flex:1;padding:48px;background-color:#f9f7ff;border-radius:16px}._title_15stq_14{font-family:var(--font-nunito-sans);font-weight:700;font-size:20px;line-height:28px;color:var(--text)}._parkingInfo_15stq_21{background-color:#ede8f5;background-image:url(/assets/bgDots-DeXzRKFY.svg);border-radius:0 16px 16px 0}._locationTitle_15stq_26{margin-bottom:2px;font-family:var(--font-nunito);font-weight:400;font-size:15px;color:var(--text)}._mapContainer_15stq_34{position:relative;border-radius:16px 0 0 16px;overflow:hidden;width:50%;min-height:auto}._parkingOptions_15stq_42{list-style-type:none;counter-reset:item;padding:0;display:flex;flex-direction:column;gap:24px}._parkingOption_15stq_42{position:relative;padding-left:20px}._parkingOption_15stq_42:before{counter-increment:item;content:counter(item) ".";position:absolute;left:0;top:0;font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:28px;color:#ff6b6b}._parkingTitle_15stq_69{display:inline-block;margin-bottom:12px;font-family:var(--font-nunito);font-weight:700;font-size:15px;line-height:28px;color:var(--text)}._locationContainer_15stq_79{display:flex;margin-bottom:12px;position:relative;padding-left:30px;margin-left:-30px}._marker_15stq_87{position:absolute;width:16px;height:16px;left:10px;top:0}._locationTextContainer_15stq_95{display:flex;flex-direction:column}._address_15stq_100{margin:0;font-family:var(--font-nunito);font-size:14px;line-height:20px;color:var(--text)}._coordinates_15stq_108{margin:0;color:var(--text-muted);font-family:var(--font-nunito);font-size:15px;line-height:24px}._parkingDescription_15stq_116{margin-top:8px;font-family:var(--font-nunito);font-weight:400;font-size:15px;margin-left:-19px}._description_15stq_124{margin-top:8px;font-family:var(--font-nunito);font-weight:400;font-size:15px}._organizerLine_15stq_130{font-family:var(--font-nunito);font-weight:700;font-size:15px;line-height:24px;color:#212121;margin:0}._contactInfo_15stq_139{font-weight:400;color:var(--text-muted);margin-left:4px}._contactValue_15stq_145{color:var(--text)}._organizerInfo_15stq_149{display:block}@media (max-width: 960px){._infoCardsContainer_15stq_1{display:flex;flex-direction:column;gap:16px;min-height:auto}._parkingInfo_15stq_21{border-radius:0 0 16px 16px}._mapContainer_15stq_34{border-radius:16px 16px 0 0}._mapContainer_15stq_34{width:100%;min-height:auto;height:300px}}._contMapC_ydiql_1{position:relative;width:100%;height:100%}._contMapC_ydiql_1 ._map_ydiql_7{position:absolute;top:0;left:0;width:100%;height:100%;cursor:grab;z-index:998}._contMapC_ydiql_1 .leaflet-top.leaflet-left{display:none}._imageTooltip_ydiql_21{position:absolute;z-index:1000}._hoverImage_ydiql_26{width:112px;height:112px;object-fit:cover;border-radius:24px}@media (max-width: 960px){._contMapC_ydiql_1{height:350px}}@media (max-width: 480px){._contMapC_ydiql_1{height:300px}}._wrapper_hv7vf_1{padding:64px 0 0;width:100%;display:flex;justify-content:center;align-items:center;background-image:url("data:image/svg+xml,%3csvg%20width='745'%20height='482'%20viewBox='0%200%20745%20482'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4025_41600)'%3e%3cpath%20d='M-29%20122C142.075%20133.222%20499.581%20229.932%20561%20527'%20stroke='%23F9F9FB'%20stroke-width='136'/%3e%3cpath%20d='M-29%20122C142.075%20133.222%20499.581%20229.932%20561%20527'%20stroke='white'%20stroke-width='128'/%3e%3cpath%20d='M-29%20122C142.075%20133.222%20499.581%20229.932%20561%20527'%20stroke='%23F9F9FB'%20stroke-width='120'/%3e%3cpath%20d='M-29%20122C142.075%20133.222%20499.581%20229.932%20561%20527'%20stroke='white'%20stroke-width='2.28'%20stroke-linejoin='round'%20stroke-dasharray='9.9%209.9'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4025_41600'%3e%3crect%20width='745'%20height='482'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-position:0 -129px}._inner_hv7vf_12{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background-color:#fce7d1;max-width:1550px;height:344px;width:100%}._classicMusic_hv7vf_25{position:absolute;top:0;right:0}._imageDrawing_hv7vf_31{position:absolute;bottom:0;left:0}._textContainner_hv7vf_36{width:58%}._subtitle_hv7vf_40{font-family:var(--font-nunito);font-size:16px;line-height:28px;font-weight:400;color:var(--text);margin-bottom:8px}._title_hv7vf_49{font-family:var(--font-nunito-sans);font-weight:700;font-size:38px;line-height:48px;color:var(--text);margin-bottom:24px}._Button_hv7vf_58{font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:20px;padding:12px 24px;background-color:#fff;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px #0000001a}@media (max-width: 720px){._subtitle_hv7vf_40{font-family:var(--font-nunito);font-size:16px;line-height:28px;font-weight:400;color:var(--text);margin-bottom:8px}._title_hv7vf_49{font-family:var(--font-nunito-sans);font-weight:700;font-size:22px;line-height:30px;color:var(--text);margin-bottom:16px}._title_hv7vf_49 span{display:block}._classicMusic_hv7vf_25,._imageDrawing_hv7vf_31{width:100px}._wrapper_hv7vf_1{padding:64px 0 0}}@media (max-width: 415px){._subtitle_hv7vf_40{font-size:12px}._classicMusic_hv7vf_25{width:70px}._imageDrawing_hv7vf_31{width:80px}._Button_hv7vf_58{padding:10px}._wrapper_hv7vf_1{padding:32px 0 0}}._journeyStart_17mni_1{display:flex;flex-direction:column;gap:16px;padding:32px 148px;position:relative}._container_17mni_9{z-index:3}._title_17mni_13{font-weight:700;font-size:36px;line-height:48px;max-width:544px}._redText_17mni_20{color:var(--bright)}._pointJourneyStart_17mni_24{display:flex;flex-direction:column;gap:8px;margin-left:36px}._journeyPoint_17mni_31{display:flex;align-items:center;gap:16px;padding:16px;background-color:var(--neutral);border-radius:20px;max-width:544px;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014}._point2_17mni_45{margin-left:32px}._point3_17mni_49{margin-left:64px}._img_17mni_53{width:40px;height:40px}._subtitle_17mni_58{font-weight:700;font-size:18px;line-height:24px}._bg1_17mni_64,._bg2_17mni_65,._bg3_17mni_66{width:181.21px;height:216.9px;box-shadow:0 4px 4px #22203014;position:absolute}._bg4_17mni_73{position:absolute;bottom:0;left:0}._bg1_17mni_64{transform:rotate(-33.94deg);top:91.65px;left:-53px;z-index:1}._bg2_17mni_65{transform:rotate(15deg);top:-93px;right:42.91px;z-index:2}._bg3_17mni_66{transform:rotate(39.61deg);top:25px;right:-65.81px;z-index:1}@media (max-width: 1200px){._title_17mni_13{font-size:28px;line-height:36px}}@media (max-width: 960px){._journeyStart_17mni_1{padding:32px 52px}}@media (max-width: 720px){._journeyStart_17mni_1{padding:16px}._journeyPoint_17mni_31{max-width:100%}._pointJourneyStart_17mni_24{margin-left:0}._title_17mni_13{font-size:22px;line-height:32px}._bg1_17mni_64,._bg2_17mni_65,._bg3_17mni_66{width:85.92px;height:101.65px}._bg2_17mni_65{top:-13px;right:-10.09px}._bg3_17mni_66{top:44px;right:-65.81px}._point1_17mni_148,._point2_17mni_45,._point3_17mni_49{margin-left:0}}@media (max-width: 560px){._title_17mni_13{max-width:250px}}._contMapC_14jfa_1{position:relative;z-index:1}._contMapC_14jfa_1 ._map_14jfa_6{width:40.7%;height:100%;position:fixed;right:0;bottom:0;cursor:grab;z-index:998}._contMapC_14jfa_1 .leaflet-top.leaflet-left{display:none}._customNumberedIcon_14jfa_20{background-color:#f74439;border-radius:50%;color:var(--neutral);font-family:var(--font-nunito);font-weight:700;line-height:32px;font-size:18px;text-align:center}._imageTooltip_14jfa_31{position:absolute;z-index:1000}._hoverImage_14jfa_36{width:112px;height:112px;object-fit:cover;border-radius:24px}@media (max-width: 1200px){._contMapC_14jfa_1 ._map_14jfa_6{width:100%;height:400px;position:static}}@media (max-width: 720px){._contMapC_14jfa_1 ._map_14jfa_6{height:726px}}._tourDescription_dpiw3_1{display:flex;flex-direction:column;gap:32px;margin:8px 116px 32px}._genres_dpiw3_8{display:flex;flex-wrap:wrap;gap:4px}._shortDescription_dpiw3_14{max-height:144px;overflow:hidden;position:relative}._shortDescription_dpiw3_14:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to top,rgba(255,255,255,1) 20%,rgba(255,255,255,.5) 50%,rgba(255,255,255,.2) 70%,transparent 100%);pointer-events:none}._openFullDesc_dpiw3_37{max-height:none}._showMore_dpiw3_41{cursor:pointer;font-weight:400;font-size:15px;line-height:24px;color:var(--alert-info-text);align-self:flex-start}@media (max-width: 1200px){._tourDescription_dpiw3_1{margin:8px 140px 32px}}@media (max-width: 960px){._tourDescription_dpiw3_1{margin:8px 52px 32px}}@media (max-width: 720px){._tourDescription_dpiw3_1{margin:16px}}._tourFAQ_1nj33_1{padding:32px 136px}._faqsContainer_1nj33_5{display:flex;flex-direction:column;align-items:center;gap:16px}._title_1nj33_12{font-weight:700;font-size:36px;line-height:48px}._accordionContainer_1nj33_18{display:flex;flex-direction:column;gap:8px;width:100%;border-radius:20px}._itemAccordion_1nj33_26{border-radius:12px;border:1px solid #FFFFFF;box-shadow:0 1px 2px -.25px #00000005,0 2px 4px -.5px #0000000a,0 4px 8px -1px #0000000f}._itemAccordion_1nj33_26 ion-item{--min-height: 56px;--background: var(--surface);--background-activated: transparent;--background-focused: transparent;--background-hover: transparent;--background-activated-opacity: transparent;--background-focused-opacity: transparent;--background-hover-opacity: transparent;--border-width: 0 0 0 0;--ripple-color: transparent}._reviewText_1nj33_45{font-weight:700;font-size:18px;line-height:24px;padding-left:8px}._responseText_1nj33_52{font-weight:400;font-size:15px;line-height:24px;padding:0 24px 16px;white-space:pre-wrap}@media (max-width: 1200px){._tourFAQ_1nj33_1{padding:32px 160px}._title_1nj33_12{font-size:28px;line-height:36px}}@media (max-width: 960px){._tourFAQ_1nj33_1{padding:32px 40px}}@media (max-width: 720px){._tourFAQ_1nj33_1{padding:32px 16px}._title_1nj33_12{font-size:22px;line-height:32px}}._tourInclusions_1c315_1{display:flex;flex-direction:row;width:100%;position:relative;margin:32px 0}._crack_1c315_9{position:absolute;left:50%;transform:translate(-50%);z-index:2;height:100%}._includesInThePrice_1c315_17,._notIncludesInThePrice_1c315_17{display:flex;flex-direction:column;gap:16px;padding:48px;width:50%;position:relative;z-index:1}._fullWidth_1c315_27{width:100%;border-radius:0/0px!important}._stars_1c315_35{position:absolute;top:85px;right:35px;z-index:1}._plus_1c315_42{position:absolute;top:20px;left:19px}._includesInThePrice_1c315_17{background:var(--light-green-back);border-top-right-radius:32px;border-bottom-right-radius:32px;position:relative}._notIncludesInThePrice_1c315_17{background:var(--hover-outline);border-top-left-radius:32px;border-bottom-left-radius:32px}._title_1c315_61{font-weight:700;font-size:22px;line-height:32px;z-index:2}._description_1c315_68{z-index:2}._shortDescriptionInc_1c315_72,._shortDescriptionNotInc_1c315_72{max-height:144px;overflow:hidden;position:relative;z-index:2}._openFullDesc_1c315_79{max-height:none;z-index:2}._shortDescriptionInc_1c315_72:after,._shortDescriptionNotInc_1c315_72:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;pointer-events:none}._shortDescriptionInc_1c315_72:after{background:linear-gradient(to top,rgba(242,252,239,1),rgba(242,252,239,.5) 40%,rgba(242,252,239,.2) 70%,transparent 100%)}._shortDescriptionNotInc_1c315_72:after{background:linear-gradient(to top,rgba(249,249,251,1),rgba(249,249,251,.5) 40%,rgba(249,249,251,.2) 70%,transparent 100%)}._showMore_1c315_114{cursor:pointer;font-weight:400;font-size:15px;line-height:24px;color:var(--alert-info-text);align-self:flex-start}@media (max-width: 1200px){._title_1c315_61{font-size:20px;line-height:28px}}@media (max-width: 720px){._tourInclusions_1c315_1{flex-direction:column;gap:8px}._includesInThePrice_1c315_17,._notIncludesInThePrice_1c315_17{border-radius:32px;width:100%}._title_1c315_61{font-size:18px;line-height:28px}._crack_1c315_9{display:none}}._tourItinerary_qqq2z_1{display:flex;flex-direction:column;font-family:var(--font-nunito);margin:0 148px}._dayHeader_qqq2z_8{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:12px 0;border-bottom:1px solid var(--border-outline-btn);gap:8px}._dayTitle_qqq2z_18{font-weight:700;font-size:28px;line-height:36px;color:var(--bright)}._daysList_qqq2z_25{max-height:0;overflow:hidden;opacity:0}._expandedList_qqq2z_31{max-height:100%;opacity:1;margin-top:16px}._pointsContainer_qqq2z_37{display:flex;flex-direction:row;gap:30px;margin:10px 0}._pointContainer_qqq2z_44{display:flex;align-items:flex-start;flex-direction:column;gap:16px;position:relative}._pointIconContainer_qqq2z_52{display:flex;flex-direction:column;align-items:center;margin-top:-10px}._outerCircle_qqq2z_59{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;border:1px solid #D0CED6;margin:1px 0}._innerCircle_qqq2z_70{display:flex;justify-content:center;align-items:center;width:34px;height:34px;border-radius:50%;border:1px solid #D0CED6}._flagIcon_qqq2z_80{width:24px;height:24px;border-radius:50%}._roadIcon_qqq2z_86{width:48px;height:100%;background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='160'%20viewBox='0%200%2040%20160'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_497_14097)'%3e%3cpath%20d='M28%200L26.2757%208.62141C22.1329%2029.3354%2022.1329%2050.6646%2026.2757%2071.3786L28%2080L29.7243%2088.6214C33.8671%20109.335%2033.8671%20130.665%2029.7243%20151.379L28%20160'%20stroke='%23D0CED6'/%3e%3cpath%20d='M12%200L10.2757%208.62141C6.13293%2029.3354%206.13293%2050.6646%2010.2757%2071.3786L12%2080L13.7243%2088.6214C17.8671%20109.335%2017.8671%20130.665%2013.7243%20151.379L12%20160'%20stroke='%23D0CED6'/%3e%3cpath%20d='M20%200L18.2757%208.62141C14.1329%2029.3354%2014.1329%2050.6646%2018.2757%2071.3786L20%2080L21.7243%2088.6214C25.8671%20109.335%2025.8671%20130.665%2021.7243%20151.379L20%20160'%20stroke='%23D0CED6'%20stroke-dasharray='4%204'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_497_14097'%3e%3crect%20width='40'%20height='160'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:repeat-y}._pointContent_qqq2z_93{display:flex;flex-direction:column;gap:8px;max-width:100%;overflow:hidden}._pointName_qqq2z_101{font-size:16px;color:var(--text);font-weight:700;font-size:20px;line-height:28px}._pointTime_qqq2z_109{font-weight:700;font-size:18px;line-height:24px;color:var(--text-secondary);border-radius:18px;text-align:left}._expandButton_qqq2z_118{background:none;border:none;cursor:pointer;padding:4px;color:var(--text)}._plus_qqq2z_126,._minus_qqq2z_130{font-size:24px}._description_qqq2z_134{font-weight:400;font-size:15px;line-height:24px;margin-bottom:8px}._picturesContainer_qqq2z_141{display:flex;flex-wrap:wrap;gap:8px}._picture_qqq2z_141{width:260px;height:260px;border-radius:12px}@media (max-width: 1200px){._tourItinerary_qqq2z_1{margin:0 140px}._dayTitle_qqq2z_18{font-size:22px;line-height:32px}._pointName_qqq2z_101{font-size:18px}}@media (max-width: 960px){._tourItinerary_qqq2z_1{margin:0 32px}}@media (max-width: 720px){._tourItinerary_qqq2z_1{margin:0 16px}._dayTitle_qqq2z_18{font-size:20px;line-height:26px}._pointName_qqq2z_101{font-size:16px}._picture_qqq2z_141{width:124px;height:124px}}._tourQuiestions_xl9wy_1{display:flex;justify-content:center;background-color:#fce7d1;padding:32px 136px;position:relative}._container_xl9wy_9{display:flex;flex-direction:column;align-items:center;padding:44px 0;max-width:640px;z-index:1}._subTitle_xl9wy_18{font-weight:400;font-size:16px;line-height:28px}._title_xl9wy_24{font-weight:700;font-size:48px;line-height:52px;text-align:center;margin-bottom:16px}._btn_xl9wy_32{border:none}._leftImage_xl9wy_36,._rightImage_xl9wy_36{position:absolute;width:210px;height:225px}._leftImage_xl9wy_36{left:0;bottom:0}._rightImage_xl9wy_36{right:0;top:0}@media (max-width: 1200px){._container_xl9wy_9{max-width:480px}._title_xl9wy_24{font-size:36px;line-height:48px}}@media (max-width: 960px){._tourQuiestions_xl9wy_1{padding:32px 120px}._leftImage_xl9wy_36,._rightImage_xl9wy_36{width:170px;height:195px}}@media (max-width: 720px){._tourQuiestions_xl9wy_1{padding:20px 16px}._container_xl9wy_9{max-width:328px}._leftImage_xl9wy_36,._rightImage_xl9wy_36{width:100px;height:115px}._title_xl9wy_24{font-size:26px;line-height:36px}}._tourReviews_q538u_1{display:flex;flex-direction:column;padding:32px;gap:16px;position:relative}._title_q538u_9{font-weight:700;font-size:28px;line-height:36px}._reviewsContainer_q538u_15{display:flex;flex-direction:row;gap:16px;width:100%;transition:transform .5s ease}._reviewsCard_q538u_23{display:flex;flex-direction:column;gap:8px;padding:24px;min-width:360px;min-height:212px;background-color:var(--hover-outline);border-radius:24px}._userName_q538u_34{font-weight:700;font-size:16px;line-height:20px}._rating_q538u_40{display:flex;align-items:center;gap:8px}._date_q538u_46{font-weight:700;font-size:12px;line-height:16px;color:var(--text-muted);padding-top:3px}._text_q538u_54{font-weight:400;font-size:15px;line-height:24px}._shortText_q538u_60{max-height:212px;overflow:hidden;position:relative}._shortText_q538u_60:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,rgba(249,249,251,1) 40%,rgba(249,249,251,.5) 70%,rgba(249,249,251,.2) 90%,transparent 100%);pointer-events:none}._openFullText_q538u_83{max-height:fit-content}._imagesContainer_q538u_87{display:flex;flex-wrap:wrap;gap:8px}._img_q538u_93{width:120px;height:120px}._reply_q538u_98{display:flex;flex-direction:column;gap:8px;background-color:#fff;border-radius:24px;padding:24px}._userNameContainer_q538u_107{display:flex;align-items:baseline;gap:8px}._readAll_q538u_113{position:absolute;bottom:24px;font-weight:400;font-size:15px;line-height:24px;color:var(--alert-info-text);cursor:pointer;z-index:1}._hiddenAll_q538u_124{position:static}._sliderControls_q538u_128{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}._visible_q538u_136{opacity:1}._navButton_q538u_140{color:#000;border:none;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s;position:absolute;top:50%;transform:translateY(-50%);background-color:var(--surface);box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014}._prev_q538u_159{left:16px;top:170px}._next_q538u_164{right:16px;top:170px}._navButton_q538u_140:hover{background-color:var(--surface)}@media (max-width: 1200px){._title_q538u_9{font-size:22px;line-height:32px}}@media (max-width: 720px){._tourReviews_q538u_1{padding:16px;gap:0px;margin-bottom:40px}._title_q538u_9{font-size:20px;line-height:26px}._prev_q538u_159,._next_q538u_164{top:110px}}._tourPage_17v28_1{display:flex;flex-direction:row;width:100%;padding-top:76px;max-height:100vh;overflow-y:auto;font-family:var(--font-nunito);overflow-x:hidden}._topDivider_17v28_12{display:none}._container_17v28_16{display:flex;flex-direction:column;gap:32px;margin-top:32px;width:60%}._sheetContent_17v28_24{touch-action:pan-y}._footerContainer_17v28_28{margin:0 32px}._sheetHeader_17v28_32{display:flex;justify-content:center;padding:10px 0}._sheetHeaderLine_17v28_38{width:40px;height:4px;background-color:#e0e0e0;border-radius:2px}._sheetContent_17v28_24{overflow-x:hidden;width:100%;position:relative;touch-action:pan-y}@media (max-width: 1200px){._tourPage_17v28_1{flex-direction:column}@keyframes _moveUpDown_17v28_1{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}._topDivider_17v28_12{display:flex;justify-content:center;width:100%;animation:_moveUpDown_17v28_1 2s ease-in-out infinite}._divider_17v28_76{display:flex;width:44px;height:4px;background-color:gray;border-radius:8px;margin:10px 0}._container_17v28_16{width:100%;margin-top:0;overflow-x:hidden;touch-action:pan-y}}@media (max-width: 720px){._tourPage_17v28_1{padding-top:52px}}@media (max-width: 480px){._container_17v28_16{gap:0px}}._tourOverview_10xj6_1{display:flex;flex-direction:row;margin-left:72px;gap:32px;border-radius:16px;width:100%}._container_10xj6_10{display:flex;flex-direction:column;gap:8px;width:100%}._ratingAndActions_10xj6_17{display:flex;flex-direction:row;gap:16px}._backBtn_10xj6_23{height:44px;width:44px;border:none!important;box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014}._ratingContainer_10xj6_31{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}._ratingCount_10xj6_39{font-size:18px;font-weight:700;line-height:24px}._reviewsCount_10xj6_45{font-size:18px;font-weight:700;line-height:24px;color:var(--text-muted)}._favoriteBtn_10xj6_52{background-color:transparent;height:36px;width:36px}._shareBtn_10xj6_58{background-color:transparent}._btnContainer_10xj6_62{display:flex;flex-direction:row;align-items:center;gap:8px}._regionContainer_10xj6_69{display:flex;gap:8px}._tourName_10xj6_74{font-size:48px;font-weight:700;line-height:52px;padding-right:15px;text-wrap:wrap;max-width:calc(100% - 72px)}._tourRegion_10xj6_83{font-size:18px;font-weight:700;line-height:24px}._topDivider_10xj6_89{width:44px;height:4px;background-color:gray;border-radius:8px;margin:10px auto;display:none;position:absolute;top:10px;left:50%;transform:translate(-50%)}@keyframes _moveUpDown_10xj6_1{0%{transform:translateY(0) translate(-50%)}50%{transform:translateY(-4px) translate(-50%)}to{transform:translateY(0) translate(-50%)}}@media (max-width: 960px){._tourName_10xj6_74{font-size:36px;line-height:48px}}@media (max-width: 720px){._tourOverview_10xj6_1{margin-left:0;margin-top:-16px;padding:14px 0 16px 16px;background-color:var(--surface);border-radius:24px 24px 0 0;box-shadow:0 -4px 12px #0000001a;position:relative}._tourName_10xj6_74{font-size:26px;line-height:36px;max-width:calc(100% - 24px)}._backBtn_10xj6_23{display:none}._topDivider_10xj6_89{display:block;animation:_moveUpDown_10xj6_1 2s ease-in-out infinite}}._tourLogistics_1qk1s_1{margin:0 32px}._tourLogisticTop_1qk1s_5{margin-top:76px}._cardContainer_1qk1s_9{display:flex;flex-direction:row;justify-content:space-evenly;align-items:flex-start;gap:8px;width:100%}._card_1qk1s_9{display:flex;flex-direction:column;align-items:center;max-width:200px;width:100%;text-align:center}._iconWrapper_1qk1s_27{border-radius:20px;border:2px solid var(--hover-muted);width:64px;height:64px;display:flex;justify-content:center;align-items:center;margin-bottom:8px}._iconWrapperOutline_1qk1s_38{background-color:var(--pink-back);border-radius:16px;width:54px;height:54px;display:flex;justify-content:center;align-items:center}._typeName_1qk1s_48{display:flex;align-items:center;gap:4px;font-weight:400;font-size:15px;line-height:24px;color:var(--text-muted);margin-left:0;margin-bottom:8px}._helpCircle_1qk1s_60{cursor:pointer}._value_1qk1s_64{font-weight:700;font-size:15px;line-height:24px;color:var(--text);text-align:center}._divider_1qk1s_72{width:1px;height:120px;background:linear-gradient(180deg,#fff,#e6e5ea 50.51%,#fff)}._geolocationLink_1qk1s_78{font-weight:700;font-size:15px;line-height:24px;color:var(--bright);text-decoration:underline;text-align:center}._geolocationLink_1qk1s_78:hover{cursor:pointer}@media (max-width: 1200px){._tourLogisticTop_1qk1s_5{margin-top:116px}}@media (max-width: 720px){._cardContainer_1qk1s_9{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;justify-items:center;align-items:start}._tourLogistics_1qk1s_1{padding:32px 0}._divider_1qk1s_72{display:none}}@media (max-width: 630px){._tourLogisticTop_1qk1s_5{margin-top:288px}}@media (max-width: 480px){._tourLogisticTop_1qk1s_5{margin-top:225px}}._tourGallery_12eac_1{width:100%;position:relative}._tourGallery_12eac_1:before,._tourGallery_12eac_1:after{content:"";position:absolute;top:0;bottom:0;width:32px;pointer-events:none;z-index:1}._tourGallery_12eac_1:before{left:0;background:linear-gradient(to left,#fff0,#fff)}._tourGallery_12eac_1:after{right:0;background:linear-gradient(to right,#fff0,#fff)}._imageContainer_12eac_27{display:flex;padding:0 32px;overflow:hidden}._carouselTrack_12eac_33{display:flex;transition:transform .5s ease;gap:8px}._carouselItem_12eac_39{min-width:calc(30% - 8px);flex:0 0 calc(30% - 8px);transition:flex .5s ease,min-width .5s ease}._firstActiveImage_12eac_45{min-width:440px;flex:0 0 440px}._img_12eac_50{width:100%;height:320px;object-fit:cover;border-radius:24px;cursor:pointer}._sliderControls_12eac_58{display:flex;justify-content:space-between;align-items:center;opacity:0;transition:opacity .3s ease}._visible_12eac_66{opacity:1}._navButton_12eac_70{color:#000;border:none;width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s;position:absolute;top:50%;transform:translateY(-50%);background-color:var(--surface);box-shadow:0 1.75px 3.5px -.5px #0000000a,0 3.5px 7px -1px #0000000f,0 7px 14px -2px #00000014}._prev_12eac_89{left:16px}._next_12eac_93{right:16px}._navButton_12eac_70:hover{background-color:var(--surface)}@media (max-width: 720px){._tourGallery_12eac_1:before,._tourGallery_12eac_1:after{width:16px}._imageContainer_12eac_27{padding:0 16px}._img_12eac_50{height:200px}._firstActiveImage_12eac_45{min-width:274px;flex:0 0 274px}}._datepicker_143sf_1{position:relative;width:100%;z-index:999}._input_143sf_7{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e2e2e2;border-radius:12px;cursor:pointer;background:var(--neutral);gap:16px;max-height:52px;overflow:hidden}._inputValue_143sf_21{max-height:20px;overflow:hidden;white-space:nowrap}._calendarIcon_143sf_27{width:20px;height:20px}._calendar_143sf_27{position:absolute;left:-30px;background:var(--neutral);border:1px solid #e2e2e2;border-radius:20px;box-shadow:0 4px 8px #0003;z-index:3;max-width:880px;margin:8px 16px;max-height:80vh;overflow-y:auto}._prevButton_143sf_46{position:absolute;left:0;top:0;padding:8px;margin:12px 72px;height:36px}._nextButton_143sf_55{position:absolute;right:0;top:0;padding:8px;margin:12px 72px;height:36px}._months_143sf_64{display:flex;gap:16px;padding:12px;justify-content:center}._month_143sf_64{padding:6px 14px 14px;min-width:360px}._monthTitle_143sf_76{font-weight:700;line-height:24px;font-size:18px;text-align:center;margin-bottom:30px}._weekDays_143sf_84{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;text-align:center;font-weight:400;font-size:12px;line-height:24px;color:var(--text)}._days_143sf_96{display:grid;grid-template-columns:repeat(7,1fr)}._daysContainer_143sf_101{display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;height:44px;width:46px;padding:4px 2px;margin:0 0 8px;cursor:pointer}._isHavePrice_143sf_113{box-shadow:0 .75px 2.5px -.5px #0000000a,0 2.5px 3px -1px #0000000f,0 3px 7px -2px #00000014}._isNotHavePrice_143sf_118{background-color:var(--gray-back)}._hoverPreview_143sf_122{background-color:var(--muted)}._startDay_143sf_126 ._day_143sf_96,._startDay_143sf_126 ._price_143sf_127{background-color:var(--primary-default);color:var(--neutral)}._day_143sf_96{font-weight:700;font-size:15px;line-height:24px;text-align:center}._price_143sf_127{font-weight:600;font-size:9px;line-height:12px;text-align:center;color:var(--text-muted)}._emptyDay_143sf_147{height:32px}._bookedDay_143sf_151{background-color:var(--muted)}._startDay_143sf_126{background-color:var(--primary-default);color:var(--neutral)}._pastDay_143sf_160{color:gray}._saveButtonContainer_143sf_164{padding:16px 24px}._saveButton_143sf_164{font-family:var(--font-nunito);font-weight:700;font-size:16px;line-height:20px;width:124px;height:44px}@media (max-width: 1020px){._datepicker_143sf_1{position:static;z-index:2}._calendar_143sf_27{left:0}}@media (max-width: 910px){._datepicker_143sf_1{position:static;z-index:2}._calendar_143sf_27{left:0}._months_143sf_64{display:flex}}@media (max-width: 760px){._months_143sf_64{flex-wrap:wrap}}@media (max-width: 720px){._calendar_143sf_27{max-width:426px;margin:4px 16px;height:100%;max-height:100%;top:53px;width:100%;position:fixed;height:65vh}._weekDays_143sf_84{gap:35px}._months_143sf_64{gap:4px;padding:8px;flex-wrap:wrap;justify-content:center}._closeContainer_143sf_226{font-family:var(--font-nunito);font-weight:700;font-size:18px;line-height:24px;display:flex;align-items:center;justify-content:space-between;padding:10px 0 16px 16px}._month_143sf_64{padding:40px 7px 7px}._prevButton_143sf_46{top:70px;left:-58px}._nextButton_143sf_55{top:70px;right:-58px}}@media (max-width: 480px){._input_143sf_7{gap:8px}._calendar_143sf_27{margin:4px 0}._months_143sf_64{padding:4px}._monthTitle_143sf_76{margin:10px 0 20px}}._tourBooking_1ek67_1{display:flex;align-items:center;position:relative}._tourBookingFixed_1ek67_7{position:fixed;top:76px;left:0;width:59.3%;z-index:999}._bookingContainer_1ek67_15{display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px 0 12px 32px;width:100%;background-color:var(--status-gray-text);background-image:url("data:image/svg+xml,%3csvg%20width='912'%20height='76'%20viewBox='0%200%20912%2076'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_595_9651)'%3e%3cpath%20d='M597.083%20-134.688C650.971%20-159.16%20706.087%20-152.662%20747.085%20-127.366M686.449%20329.385C654.514%20254.085%20684.713%20203.596%20724.336%20152.76M775.133%20-104.868C813.256%20-65.4899%20827.248%20-5.00117%20793.254%2057.6823C780.23%2081.6983%20763.746%20103.284%20747.194%20124.06'%20stroke='%23555265'%20stroke-width='1.33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='7.95%207.95'/%3e%3cpath%20d='M113.645%20218.568C83.5321%20186.698%2072.3429%20157.866%2069.3085%20147.185C66.7855%20138.303%2065.2241%20129.349%2064.4443%20120.434M109.155%20-214.393C133.461%20-195.77%20141.291%20-170.958%20139.771%20-143.004M134.64%20-110.981C127.669%20-83.0195%20114.8%20-53.2868%20101.886%20-24.2855C95.0329%20-8.89663%2070.3888%2035.6827%2064.9175%2086.5982'%20stroke='%23555265'%20stroke-width='1.33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='8.08%208.08'/%3e%3cpath%20d='M215.283%20-227.21C215.283%20-227.21%20201.924%20-92.0396%20330.456%20-93.1102C442.08%20-94.0399%20510.933%20-154.717%20567.664%20-181.97C627.409%20-210.672%20754.671%20-240.178%20832.486%20-120.852C890.199%20-32.3545%20854.395%2051.6394%20818.981%20103.88C799.04%20133.296%20708.333%20225.571%20764.264%20330.49'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M109.162%20-262.265C150.843%20-227.21%20180.187%20-163.032%20155.118%20-89.8985C138.595%20-41.6959%2066.0338%2066.9559%20125.683%20170.064C173.02%20251.889%20309.147%20259.253%20383.83%20199.571C412.726%20176.479%20480.553%20137.603%20547.087%20162.014C617.218%20187.743%20624.299%20268.247%20624.299%20303.011'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M860.421%20312.499C860.421%20312.499%20784.525%20267.768%20813.653%20180.262C831.288%20127.285%20884.19%2098.3791%20884.19%20-12.2493'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M5.42847%20-202.502C132.61%20-215.087%20101.616%20-87.055%2069.4718%20-34.9992C48.8513%20-1.60511%2023.7397%2031.6376%2015.0472%2087.0955C4.93266%20151.624%2019.3222%20286.142%20163.604%20321.021'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M273.423%20211.249C244.201%20211.433%20208.398%20201.263%20178.473%20159.826C141.964%20109.271%20158.167%2068.2844%20171.382%2059.9356C182.263%2053.061%20197.837%2050.8636%20211.064%2071.9511C224.292%2093.0375%20226.147%20113.275%20241.262%20134.618C258.75%20159.312%20274.769%20165.915%20286.192%20171.277C310.73%20182.795%20302.588%20211.067%20273.423%20211.249Z'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M707.929%20-111.542C732.154%20-103.869%20754.104%20-87.9619%20766.71%20-61.9364C787.316%20-19.396%20772.767%207.91988%20760.981%2014.8802C752.765%2019.7317%20741.074%2019.1483%20733.917%201.60383C726.761%20-15.9406%20729.143%20-29.5843%20720.665%20-47.5171C706.475%20-77.5357%20689.593%20-80.0471%20685.842%20-92.4489C682.015%20-105.1%20694.469%20-115.804%20707.929%20-111.542Z'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_595_9651'%3e%3crect%20width='912'%20height='410'%20fill='white'%20transform='translate(0%20-167)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;height:100%}._container_1ek67_29{display:flex;flex-direction:row;align-items:center;gap:10px;z-index:2}._dataPickerContainer_1ek67_37{width:100%;min-width:210px;max-width:210px;z-index:2}._superCar_1ek67_50{position:absolute;right:44px;bottom:2px;z-index:0}@media (min-width: 1200px) and (max-width: 1381px){._bookingContainer_1ek67_15{width:100%;flex-direction:column}._dataPickerContainer_1ek67_37{max-width:100%}}@media (max-width: 1200px){._bookingContainer_1ek67_15,._tourBookingFixed_1ek67_7{width:100%}}@media (max-width: 960px){._tourBooking_1ek67_1{flex-direction:column}._bookingContainer_1ek67_15{padding:12px}._giftBox_1ek67_44{right:154px}}@media (max-width: 860px){._dataPickerContainer_1ek67_37{min-width:185px}}@media (max-width: 720px){._tourBooking_1ek67_1{flex-direction:column;margin-bottom:54px}._tourBookingFixed_1ek67_7{top:52px}._bookingContainer_1ek67_15{flex-direction:column;padding:16px}._container_1ek67_29{width:100%}._dataPickerContainer_1ek67_37{max-width:100%}._giftBox_1ek67_44{right:-23px}}@media (max-width: 480px){._dataPickerContainer_1ek67_37{min-width:100px}}._numberParticipants_1gu12_1{position:relative;width:100%;max-width:190px;min-width:180px}._input_1gu12_8{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e2e2e2;border-radius:12px;cursor:pointer;background:var(--neutral);gap:16px;max-height:52px}._inputValue_1gu12_21{max-height:20px;overflow:hidden;white-space:nowrap}._participantsPopUp_1gu12_27{position:absolute;top:60px;right:0;background:var(--neutral);border:1px solid #e2e2e2;border-radius:12px;box-shadow:0 4px 8px #0003;z-index:2}._countContainer_1gu12_38{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:15px;padding:16px}._countParticipantsName_1gu12_47{font-weight:400;font-size:15px;line-height:20px}._countParticipants_1gu12_47{font-weight:700;font-size:18px;line-height:24px}._countBtns_1gu12_59{display:flex;flex-direction:row;align-items:center;gap:12px}._countBtn_1gu12_59{height:36px;width:36px}@media (max-width: 860px){._numberParticipants_1gu12_1{min-width:170px}}@media (max-width: 720px){._numberParticipants_1gu12_1{max-width:100%}}@media (max-width: 480px){._input_1gu12_8{gap:8px}._numberParticipants_1gu12_1{min-width:100px}}._btnPay_jfs1m_1{min-width:185px;background-image:url(/assets/bgDots-DeXzRKFY.svg);background-blend-mode:overlay;z-index:1;border-radius:12px}._btnDisabled_jfs1m_9{cursor:not-allowed!important}._price_jfs1m_13{font-size:16px;font-weight:700;line-height:20px;text-align:center}._numberTravelers_jfs1m_20{font-size:12px;font-weight:600;line-height:16px;text-align:center}@media (max-width: 720px){._btnPay_jfs1m_1{max-width:100%}}._installmentPlanFromAlfaBank_1kn2w_1{position:absolute;top:-32px;right:48px;display:flex;gap:8px;background:linear-gradient(180deg,#ffcecb,#fff7f7);padding:6px 12px;border-top-left-radius:12px;border-top-right-radius:12px;cursor:pointer}._installmentPlanText_1kn2w_14{font-weight:700;font-size:14px;line-height:20px;color:var(--pressed-bright);text-align:center}@media (max-width: 720px){._installmentPlanFromAlfaBank_1kn2w_1{right:10px}}@media (max-width: 480px){._installmentPlanFromAlfaBank_1kn2w_1{position:absolute;top:auto;right:auto;bottom:-44px;border-radius:0 0 12px 12px/0px 0px 12px 12px;background:linear-gradient(180deg,#fff7f7,#ffcecb);padding:12px 24px}}ion-modal._modal_cwy37_1{--border-radius: 12px;--max-width: 400px;--height: auto}._modalContentainer_cwy37_7{padding:76px 24px 24px;display:flex;flex-direction:column;align-items:center;gap:16px;font-family:var(--font-nunito);background:linear-gradient(180deg,#fff7f7,#ffcecb)}._mainContent_cwy37_17{display:flex;flex-direction:column;align-items:center;gap:16px}._title_cwy37_24{font-weight:700;font-size:28px;line-height:36px;text-align:center}._installmentPoints_cwy37_31{display:flex;flex-direction:column;gap:3px}._pointItem_cwy37_37{font-weight:400;font-size:16px;line-height:28px}._btn_cwy37_43{margin-top:24px;background:linear-gradient(90deg,#fff0,#fff6,#fff0);background-blend-mode:overlay}@media (max-width: 960px){._title_cwy37_24{font-size:22px;line-height:32px}}@media (max-width: 480px){ion-modal._modal_cwy37_1{--width: 90%}._title_cwy37_24{font-size:20px;line-height:26px}}._tourBooking_wxsbp_1{display:flex;align-items:center;position:relative}._tourBookingFixed_wxsbp_7{position:fixed;top:76px;left:0;width:59.3%;z-index:999}._dataPickerContainer_wxsbp_15{display:flex;gap:10px}._bookingContainer_wxsbp_20{display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px 0 12px 32px;width:100%;background-color:var(--status-gray-text);background-image:url("data:image/svg+xml,%3csvg%20width='912'%20height='76'%20viewBox='0%200%20912%2076'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_595_9651)'%3e%3cpath%20d='M597.083%20-134.688C650.971%20-159.16%20706.087%20-152.662%20747.085%20-127.366M686.449%20329.385C654.514%20254.085%20684.713%20203.596%20724.336%20152.76M775.133%20-104.868C813.256%20-65.4899%20827.248%20-5.00117%20793.254%2057.6823C780.23%2081.6983%20763.746%20103.284%20747.194%20124.06'%20stroke='%23555265'%20stroke-width='1.33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='7.95%207.95'/%3e%3cpath%20d='M113.645%20218.568C83.5321%20186.698%2072.3429%20157.866%2069.3085%20147.185C66.7855%20138.303%2065.2241%20129.349%2064.4443%20120.434M109.155%20-214.393C133.461%20-195.77%20141.291%20-170.958%20139.771%20-143.004M134.64%20-110.981C127.669%20-83.0195%20114.8%20-53.2868%20101.886%20-24.2855C95.0329%20-8.89663%2070.3888%2035.6827%2064.9175%2086.5982'%20stroke='%23555265'%20stroke-width='1.33'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-dasharray='8.08%208.08'/%3e%3cpath%20d='M215.283%20-227.21C215.283%20-227.21%20201.924%20-92.0396%20330.456%20-93.1102C442.08%20-94.0399%20510.933%20-154.717%20567.664%20-181.97C627.409%20-210.672%20754.671%20-240.178%20832.486%20-120.852C890.199%20-32.3545%20854.395%2051.6394%20818.981%20103.88C799.04%20133.296%20708.333%20225.571%20764.264%20330.49'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M109.162%20-262.265C150.843%20-227.21%20180.187%20-163.032%20155.118%20-89.8985C138.595%20-41.6959%2066.0338%2066.9559%20125.683%20170.064C173.02%20251.889%20309.147%20259.253%20383.83%20199.571C412.726%20176.479%20480.553%20137.603%20547.087%20162.014C617.218%20187.743%20624.299%20268.247%20624.299%20303.011'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M860.421%20312.499C860.421%20312.499%20784.525%20267.768%20813.653%20180.262C831.288%20127.285%20884.19%2098.3791%20884.19%20-12.2493'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M5.42847%20-202.502C132.61%20-215.087%20101.616%20-87.055%2069.4718%20-34.9992C48.8513%20-1.60511%2023.7397%2031.6376%2015.0472%2087.0955C4.93266%20151.624%2019.3222%20286.142%20163.604%20321.021'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M273.423%20211.249C244.201%20211.433%20208.398%20201.263%20178.473%20159.826C141.964%20109.271%20158.167%2068.2844%20171.382%2059.9356C182.263%2053.061%20197.837%2050.8636%20211.064%2071.9511C224.292%2093.0375%20226.147%20113.275%20241.262%20134.618C258.75%20159.312%20274.769%20165.915%20286.192%20171.277C310.73%20182.795%20302.588%20211.067%20273.423%20211.249Z'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3cpath%20d='M707.929%20-111.542C732.154%20-103.869%20754.104%20-87.9619%20766.71%20-61.9364C787.316%20-19.396%20772.767%207.91988%20760.981%2014.8802C752.765%2019.7317%20741.074%2019.1483%20733.917%201.60383C726.761%20-15.9406%20729.143%20-29.5843%20720.665%20-47.5171C706.475%20-77.5357%20689.593%20-80.0471%20685.842%20-92.4489C682.015%20-105.1%20694.469%20-115.804%20707.929%20-111.542Z'%20stroke='%23555265'%20stroke-width='1.33333'%20stroke-miterlimit='10'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_595_9651'%3e%3crect%20width='912'%20height='410'%20fill='white'%20transform='translate(0%20-167)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;height:100%}._rentCarContainer_wxsbp_34{display:flex}._superCar_wxsbp_38{position:absolute;right:44px;bottom:2px;z-index:0}._container_wxsbp_45{display:flex;gap:12px}._title_wxsbp_50{font-size:15px;font-weight:700;line-height:24px;color:var(--neutral);text-wrap:wrap}@media (max-width: 1200px){._bookingContainer_wxsbp_20,._tourBookingFixed_wxsbp_7{width:100%}}@media (max-width: 960px){._tourBooking_wxsbp_1{flex-direction:column}._bookingContainer_wxsbp_20{padding:12px}}@media (max-width: 720px){._tourBooking_wxsbp_1{flex-direction:column;margin-bottom:44px}._tourBookingFixed_wxsbp_7{top:52px}._bookingContainer_wxsbp_20{flex-direction:column;padding:20px}._container_wxsbp_45{width:100%;flex-direction:column}._br_wxsbp_98{display:none}._title_wxsbp_50{text-wrap:wrap;text-align:center}._rentCarContainer_wxsbp_34{margin-right:0;position:relative}._superCar_wxsbp_38{position:absolute;right:-15px;bottom:-10px}}._button_ss65a_1{font-weight:700;font-size:16px;line-height:20px;width:216px;height:52px;background:linear-gradient(90deg,#fff0,#fff6,#fff0);background-blend-mode:overlay;background-image:url(/assets/bgDots-DeXzRKFY.svg);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;z-index:1}@media (max-width: 720px){._button_ss65a_1{width:100%}}._header_i3l4u_1{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;flex-direction:row;justify-content:space-between;max-width:1200px;width:100%;margin:0 auto;background-color:var(--surface);padding:32px 0 16px}._header_wrapper_i3l4u_16{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px}._logo_i3l4u_24{width:114px;height:76px;cursor:pointer}._header_title_i3l4u_30{display:flex;flex-direction:column;padding-top:20px;gap:4px}._account_i3l4u_37{font-family:var(--font-nunito);font-size:14px;line-height:20px;font-weight:400;color:var(--text)}._account_title_i3l4u_45{font-family:var(--font-nunito);font-size:22px;line-height:32px;font-weight:700;color:var(--text)}._button_container_i3l4u_53{display:flex;align-items:center;padding-top:32px}._button_items_i3l4u_59{display:flex;flex-direction:row;width:100%;gap:8px}._company_data_i3l4u_66{width:204px!important;box-shadow:none!important;border:1px solid var(--border-outline-btn);color:var(--text-muted)!important}._button_user_i3l4u_73{width:44px!important;padding:0 12px!important;box-shadow:none!important;border:1px solid #e6e5ea}._button_login_i3l4u_80{border-radius:12px;padding:0 16px;height:44px;background-color:var(--bright);width:110px}@media screen and (max-width: 1160px){._header_i3l4u_1{padding:10px 16px 8px}}@media screen and (max-width: 720px){._header_i3l4u_1{flex-direction:column}._header_title_i3l4u_30{padding-top:0}._header_wrapper_i3l4u_16{display:flex;flex-direction:column;align-items:start;gap:32px}}.employees-settings-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-settings-page .upper-line{display:flex;flex-direction:row;justify-content:space-between}.employees-settings-page .upper-line .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-create-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-create-page .upper-line{display:flex;flex-direction:row;justify-content:space-between}.employees-create-page .upper-line .cont-l{gap:12px;display:flex;flex-direction:row}.employees-create-page .upper-line .cont-l .btn-back{width:36px}.employees-create-page .upper-line .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-create-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-create-page .body-create .first-line{display:flex;flex-direction:row;gap:32px}.employees-create-page .body-create .first-line .left{display:flex;flex-direction:column;gap:16px;width:600px}.employees-create-page .body-create .first-line .left .line-input{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.employees-create-page .body-create .first-line .left .line-input .input-create-oper-user{width:404px}.employees-create-page .body-create .first-line .left .line-input .text{padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.employees-create-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:404px}.employees-create-page .body-create .first-line .left .line-input-textarea .text{padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .first-line .right{width:584px}.employees-create-page .body-create .cont-1{display:flex;flex-direction:column;border-radius:10px;width:1216px;padding:20px;gap:16px;border:1px solid var(--divider)}.employees-create-page .body-create .cont-1 .title{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 2px}.employees-create-page .body-create .cont-1 .title .cont-text{display:flex;flex-direction:row;align-items:center;gap:8px}.employees-create-page .body-create .cont-1 .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .cont-1 .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.employees-create-page .body-create .cont-1 .cont-items{display:flex;flex-direction:row;gap:20px}.employees-create-page .body-create .cont-1 .cont-items .item{display:flex;flex-direction:column;gap:8px;width:280px}.employees-create-page .body-create .cont-1 .cont-items .item .title-item{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.employees-create-page .body-create .cont-1 .cont-items .item .line-item{padding:2px}.referral-settings-page{width:100%;height:auto;max-width:1120px;margin:156px auto;display:flex;flex-direction:column;justify-content:center;gap:20px}.referral-settings-page .upper-cont{display:flex;flex-direction:column;align-items:center;gap:4px}.referral-settings-page .upper-cont .tbr{display:flex;width:100%;flex-direction:row;justify-content:space-between}.referral-settings-page .upper-cont .tbr .title{display:flex;align-items:center;font-family:var(--font-nunito-sans);gap:12px;color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.referral-settings-page .upper-cont .tbr .btn-return{width:36px;height:36px;border:1px solid var(--border-outline-btn)}.referral-settings-page .upper-cont .tbr .btn-save{width:107px}.referral-settings-page .upper-cont .status-cont{padding:4px 0;display:flex;flex-direction:row;width:100%;justify-content:flex-start}.referral-settings-page .upper-cont .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.referral-settings-page .inf-cont{display:flex;flex-direction:row;gap:32px}.referral-settings-page .inf-cont .contl{width:100%;display:flex;flex-direction:column;gap:16px}.referral-settings-page .inf-cont .contl .line-input{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.referral-settings-page .inf-cont .contl .line-input .text{width:100%;max-width:200px;padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.referral-settings-page .inf-cont .contl .line-input .input-company{width:100%}.referral-settings-page .inf-cont .contl .line-input .input-descr-cont{display:flex;flex-direction:column;width:100%;gap:4px}.referral-settings-page .inf-cont .contl .line-input .input-descr-cont .descr-inn{color:var(--warning);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.referral-settings-page .inf-cont .contl .line-input .input-descr-cont .descr{display:none;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.referral-settings-page .inf-cont .contl .line-input.line-input-with-descr{align-items:flex-start}.referral-settings-page .inf-cont .contr{width:100%}.referral-settings-page .inf-cont .container{display:flex;flex-direction:column;width:100%;border-radius:10px;padding:20px;gap:16px;border:1px solid var(--divider)}.referral-settings-page .inf-cont .container .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.referral-settings-page .inf-cont .container .line-r{display:flex;flex-direction:column;gap:4px}.referral-settings-page .inf-cont .container .line-r .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 6px}.referral-settings-page .inf-cont .container .line-r .helper-area{color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0}.employees-info-oper-user-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-info-oper-user-page .upper-line{display:flex;flex-direction:column;gap:4px}.employees-info-oper-user-page .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between}.employees-info-oper-user-page .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.employees-info-oper-user-page .upper-line .tbr .cont-l .btn-back{width:36px}.employees-info-oper-user-page .upper-line .tbr .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .upper-line .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;margin-left:48px}.employees-info-oper-user-page .upper-line .status-cont{padding:4px 48px}.employees-info-oper-user-page .upper-line-n{display:flex;flex-direction:row;justify-content:space-between}.employees-info-oper-user-page .upper-line-n .cont-l{gap:12px;display:flex;flex-direction:row}.employees-info-oper-user-page .upper-line-n .cont-l .btn-back{width:36px}.employees-info-oper-user-page .upper-line-n .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-info-oper-user-page .body-create .first-line{display:flex;flex-direction:row;max-width:1216px;gap:32px;width:100%;height:100%}.employees-info-oper-user-page .body-create .first-line .left,.employees-info-oper-user-page .body-create .first-line .right{display:flex;flex-direction:column;gap:16px;width:100%}.employees-info-oper-user-page .body-create .first-line .left .line-input{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input .input-create-oper-user{width:404px}.employees-info-oper-user-page .body-create .first-line .left .line-input .text{padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:404px}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .text{padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .cont-1{display:flex;flex-direction:column;border-radius:10px;width:1216px;padding:20px;gap:16px;border:1px solid var(--divider)}.employees-info-oper-user-page .body-create .cont-1 .title{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 2px}.employees-info-oper-user-page .body-create .cont-1 .title .cont-text{display:flex;flex-direction:row;align-items:center;gap:8px}.employees-info-oper-user-page .body-create .cont-1 .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .cont-1 .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.employees-info-oper-user-page .body-create .cont-1 .cont-items{display:flex;flex-direction:row;gap:20px}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item{display:flex;flex-direction:column;gap:8px;width:280px}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item .title-item{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item .line-item{padding:2px}@media screen and (max-width: 1160px){.referral-settings-page{padding:0 32px}}@media screen and (max-width: 960px){.referral-settings-page{padding:30px 32px 32px}.referral-settings-page .inf-cont{display:flex;flex-direction:column;gap:32px}}@media screen and (max-width: 720px){.employees-settings-page{width:100vw;padding:20px 16px}.employees-settings-page .upper-line{flex-direction:column;gap:12px}.employees-settings-page .upper-line .title{font-size:20px;line-height:28px}.employees-settings-page .upper-line .btn-create{width:110px}.employees-settings-page .tabs{white-space:nowrap;overflow:scroll}.employees-settings-page .tabs::-webkit-scrollbar{display:none}.employees-settings-page .tabs{-ms-overflow-style:none;scrollbar-width:none}.employees-create-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-create-page .upper-line{display:flex;flex-direction:row;justify-content:space-between}.employees-create-page .upper-line .cont-l{gap:12px;display:flex;flex-direction:row}.employees-create-page .upper-line .cont-l .btn-back{width:36px}.employees-create-page .upper-line .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-create-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-create-page .body-create .first-line{display:flex;flex-direction:row;gap:32px}.employees-create-page .body-create .first-line .left{display:flex;flex-direction:column;gap:16px;width:600px}.employees-create-page .body-create .first-line .left .line-input{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.employees-create-page .body-create .first-line .left .line-input .input-create-oper-user{width:404px}.employees-create-page .body-create .first-line .left .line-input .text{padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.employees-create-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:404px}.employees-create-page .body-create .first-line .left .line-input-textarea .text{padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .first-line .right{width:584px}.employees-create-page .body-create .cont-1{display:flex;flex-direction:column;border-radius:10px;width:1216px;padding:20px;gap:16px;border:1px solid var(--divider)}.employees-create-page .body-create .cont-1 .title{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 2px}.employees-create-page .body-create .cont-1 .title .cont-text{display:flex;flex-direction:row;align-items:center;gap:8px}.employees-create-page .body-create .cont-1 .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.employees-create-page .body-create .cont-1 .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.employees-create-page .body-create .cont-1 .cont-items{display:flex;flex-direction:row;gap:20px}.employees-create-page .body-create .cont-1 .cont-items .item{display:flex;flex-direction:column;gap:8px;width:280px}.employees-create-page .body-create .cont-1 .cont-items .item .title-item{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.employees-create-page .body-create .cont-1 .cont-items .item .line-item{padding:2px}.referral-settings-page{width:100%;height:auto;padding:195px 32px 32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.referral-settings-page .upper-cont{display:flex;flex-direction:column;align-items:center;gap:4px}.referral-settings-page .upper-cont .tbr{display:flex;width:100%;flex-direction:row;justify-content:space-between}.referral-settings-page .upper-cont .tbr .title{font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.referral-settings-page .upper-cont .tbr .btn-save{width:107px}.referral-settings-page .upper-cont .status-cont{padding:4px 0;display:flex;flex-direction:row;width:100%;justify-content:flex-start}.referral-settings-page .upper-cont .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.referral-settings-page .inf-cont{display:flex;flex-direction:column;gap:32px}.referral-settings-page .inf-cont .contl{width:100%;display:flex;flex-direction:column;gap:16px}.referral-settings-page .inf-cont .contl .line-input{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.referral-settings-page .inf-cont .contl .line-input .text{width:184px;padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.referral-settings-page .inf-cont .contl .line-input .input-company{width:100%}.referral-settings-page .inf-cont .contl .line-input .input-descr-cont{display:flex;flex-direction:column;gap:4px}.referral-settings-page .inf-cont .contl .line-input .input-descr-cont .descr{color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0 6px}.referral-settings-page .inf-cont .contl .line-input.line-input-with-descr{align-items:flex-start}.referral-settings-page .inf-cont .container{display:flex;flex-direction:column;width:100%;border-radius:10px;padding:20px;gap:16px;border:1px solid var(--divider)}.referral-settings-page .inf-cont .container .title{color:var(--text);font-family:var(--font-nunito);font-size:16px;font-weight:700;line-height:20px;letter-spacing:0em;text-align:left}.referral-settings-page .inf-cont .container .line-r{display:flex;flex-direction:column;gap:4px}.referral-settings-page .inf-cont .container .line-r .text{color:var(--text);font-family:var(--font-nunito);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 6px}.referral-settings-page .inf-cont .container .line-r .helper-area{color:var(--link);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;padding:0}.employees-info-oper-user-page{width:100%;height:auto;padding:32px;display:flex;flex-direction:column;justify-content:center;gap:20px}.employees-info-oper-user-page .upper-line{display:flex;flex-direction:column;gap:4px}.employees-info-oper-user-page .upper-line .tbr{display:flex;flex-direction:row;justify-content:space-between}.employees-info-oper-user-page .upper-line .tbr .cont-l{gap:12px;display:flex;flex-direction:row}.employees-info-oper-user-page .upper-line .tbr .cont-l .btn-back{width:36px}.employees-info-oper-user-page .upper-line .tbr .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .upper-line .last-change{width:100%;color:var(--text-muted);font-family:var(--font-nunito);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;margin-left:48px}.employees-info-oper-user-page .upper-line .status-cont{padding:4px 48px}.employees-info-oper-user-page .upper-line-n{display:flex;flex-direction:row;justify-content:space-between}.employees-info-oper-user-page .upper-line-n .cont-l{gap:12px;display:flex;flex-direction:row}.employees-info-oper-user-page .upper-line-n .cont-l .btn-back{width:36px}.employees-info-oper-user-page .upper-line-n .cont-l .title{font-family:var(--font-nunito);color:var(--text);font-size:28px;font-weight:640;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.employees-info-oper-user-page .body-create{display:flex;flex-direction:column;gap:32px}.employees-info-oper-user-page .body-create .first-line{display:flex;flex-direction:row;gap:32px}.employees-info-oper-user-page .body-create .first-line .left{display:flex;flex-direction:column;gap:16px;width:600px}.employees-info-oper-user-page .body-create .first-line .left .line-input{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input .input-create-oper-user{width:404px}.employees-info-oper-user-page .body-create .first-line .left .line-input .text{padding:4px 6px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea{display:flex;flex-direction:row;gap:12px;justify-content:space-between}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .input-create-oper-user{width:404px}.employees-info-oper-user-page .body-create .first-line .left .line-input-textarea .text{padding:4px 6px;display:flex;align-items:center;height:52px;font-family:var(--font-nunito);color:var(--text);font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .first-line .right{width:584px}.employees-info-oper-user-page .body-create .cont-1{display:flex;flex-direction:column;border-radius:10px;width:1216px;padding:20px;gap:16px;border:1px solid var(--divider)}.employees-info-oper-user-page .body-create .cont-1 .title{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 2px}.employees-info-oper-user-page .body-create .cont-1 .title .cont-text{display:flex;flex-direction:row;align-items:center;gap:8px}.employees-info-oper-user-page .body-create .cont-1 .title .text{font-family:var(--font-nunito);color:var(--text);font-size:18px;font-weight:700;line-height:24px;letter-spacing:0em;text-align:left}.employees-info-oper-user-page .body-create .cont-1 .title .subtext{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left}.employees-info-oper-user-page .body-create .cont-1 .cont-items{display:flex;flex-direction:row;gap:20px}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item{display:flex;flex-direction:column;gap:8px;width:280px}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item .title-item{font-family:var(--font-nunito);color:var(--text-muted);font-size:12px;font-weight:400;line-height:24px;letter-spacing:.02em;text-align:left;text-transform:uppercase}.employees-info-oper-user-page .body-create .cont-1 .cont-items .item .line-item{padding:2px}}@media screen and (max-width: 480px){.referral-settings-page .inf-cont .contl .line-input{flex-direction:column;align-items:start}.referral-settings-page .upper-cont .tbr{flex-direction:column;gap:12px}.referral-settings-page .upper-cont .tbr .title{flex-direction:column;align-items:start}}.profile-ref{display:flex;flex-direction:column;justify-content:center;gap:52px;width:100%;height:auto;max-width:1120px;margin:156px auto}.profile-ref .upper-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.profile-ref .upper-line .title{display:flex;align-items:center;gap:12px;font-family:var(--font-nunito);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:left;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}.profile-ref .upper-line .btn-return{width:36px;height:36px;border:1px solid var(--border-outline-btn)}.profile-ref .upper-line .cont-btn{display:flex;flex-direction:row;gap:8px}.profile-ref .upper-line .cont-btn .btn-save{width:107px}.profile-ref .lower-line{display:flex;flex-direction:column;gap:32px;max-width:640px;padding:32px;border-radius:12px;border:1px solid var(--divider)}.profile-ref .profile-inf{display:flex;flex-direction:column;max-width:600px;width:100%;font-family:var(--font-nunito);gap:16px}.profile-ref .profile-inf .line-input{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.profile-ref .profile-inf .line-input .text{width:184px;height:44px;padding:12px 6px;gap:4px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.profile-ref .profile-inf .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile-ref .profile-inf .line-input .cont-text-descript{display:flex;flex-direction:column;width:184px;padding:0 6px;height:44px;justify-content:center}.profile-ref .profile-inf .line-input .cont-text-descript .text-disc{font-size:14px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;color:var(--text)}.profile-ref .profile-inf .line-input .cont-text-descript .dop-text-disc{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile-ref .profile-inf .line-input .input-profile{width:484px}.profile-ref .profile-inf .alert-place{display:flex;flex-direction:row;justify-content:end}.profile-ref .profile-inf .alert-place .repeat-cont{display:flex;flex-direction:column;gap:8px;width:415px}.profile-ref .profile-inf .alert-place .repeat-cont .alert-profile-email{padding:12px;gap:12px;width:415px}.profile-ref .profile-inf .alert-place .repeat-cont .alert-profile-email .cont-close-alert{right:12px;top:12px}.profile-ref .profile-inf .alert-place .repeat-cont .repeat-message{width:max-content}.profile-ref .profile-inf .alert-place .repeat-cont .repeat-message .image path{stroke:var(--icon-transparent-bckg)}.profile-ref .profile-inf .alert-place .repeat-cont .repeat-message:hover .image path{stroke:var(--icon-transparent-bckg-hover)}.profile-ref .profile-inf .alert-place .repeat-cont .repeat-message:active .image path{stroke:var(--icon-transparent-bckg-hover)}.profile-ref .referral-profile-container{width:100%}.profile-ref .referral-profile{border:1px solid var(--divider);display:flex;font-family:var(--font-nunito);flex-direction:column;gap:12px;padding:20px;border-radius:12px;width:100%;margin-bottom:32px}.profile-ref .referral-profile .title{font-size:16px;font-weight:700;line-height:20px}.profile-ref .referral-profile .item-title{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile-ref .referral-profile .item-subtitle{font-size:15px;font-weight:400;line-height:24px}.profile-ref .button{display:flex;flex-direction:row;gap:8px}@media screen and (max-width: 1160px){.profile-ref{padding:0 32px}}@media screen and (max-width: 780px){.profile-ref{padding:32px}}@media screen and (max-width: 720px){.profile-ref{width:100%;padding:176px 32px 32px;gap:20px}.profile-ref .upper-line{display:flex;flex-direction:row;align-items:start;gap:12px}.profile-ref .upper-line .title{font-size:20px;line-height:28px}.profile-ref .lower-line{flex-direction:column;gap:32px}.profile-ref .profile-inf{width:100%}.profile-ref .profile-inf .line-input{flex-direction:column;align-items:start}.profile-ref .profile-inf .line-input .text{height:20px;padding:0 6px;gap:8px}.profile-ref .profile-inf .line-input .doptext{font-size:12px;font-weight:400;line-height:16px;letter-spacing:.04em;text-align:left;color:var(--text-muted)}.profile-ref .profile-inf .line-input .cont-text-descript{display:flex;flex-direction:row;width:100%;padding:0 6px;height:20px;justify-content:start;align-items:center;gap:8px}.profile-ref .profile-inf .line-input .input-profile,.profile-ref .profile-inf .alert-place .repeat-cont .alert-profile-email{width:100%}.profile-ref .referral-profile{border-radius:10px;width:100%}}@media screen and (max-width: 480px){.profile-ref .upper-line,.profile-ref .button{flex-direction:column}.profile-ref .upper-line .title{flex-direction:column;align-items:flex-start}}._wrapper_9ro21_1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;background:var(--gray-back);padding:16px;border-radius:12px}._container_9ro21_12{display:flex;flex-direction:column;gap:4px}._title_9ro21_18{font-family:var(--font-nunito);font-size:14px;line-height:20px;font-weight:400;color:var(--text)}._links_9ro21_26{font-family:var(--font-nunito);font-size:18px;line-height:24px;font-weight:700;color:var(--text)}@media screen and (max-width: 620px){._wrapper_9ro21_1{flex-direction:column;align-items:start}._links_9ro21_26{font-size:16px}}._wrapper_58zio_1{display:flex;flex-direction:row;gap:16px}._card_58zio_7{position:relative;display:flex;flex-direction:column;gap:8px;border:1px solid var(--border-outline-btn);border-radius:12px;padding:30px 16px 16px;height:200px;width:100%;max-width:268px;font-family:var(--font-nunito);color:var(--text)}._card_block_58zio_22{display:flex;flex-direction:row;align-items:center;gap:8px}._container_58zio_29{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;height:100%}._orange_text_58zio_37{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;color:#fe8034}._green_text_58zio_47{font-family:var(--font-nunito);font-size:13px;font-weight:600;line-height:16px;letter-spacing:0em;text-align:left;color:#029c3f}._title_58zio_57{font-size:14px;line-height:20px;font-weight:400;color:var(--text)}._info_icon_58zio_64{position:absolute;right:10.5px;top:10.5px;cursor:pointer}._count_large_58zio_71{font-size:36px;line-height:48px;font-weight:700}._count_small_58zio_77{font-size:22px;line-height:32px;font-weight:700}._reward_title_58zio_83{font-size:14px;line-height:20px;font-weight:400}._select_button_58zio_89{height:20px!important;border:none}@media screen and (max-width: 960px){._card_58zio_7{max-width:268px}._wrapper_58zio_1{flex-wrap:wrap}}@media screen and (max-width: 720px){._card_58zio_7{max-width:336px}._wrapper_58zio_1{display:grid;grid-template-columns:1fr 1fr}}@media screen and (max-width: 600px){._card_58zio_7{max-width:100%}._wrapper_58zio_1{display:grid;grid-template-columns:1fr}}._referralContentContainer_1yben_1{display:flex;flex-direction:column;max-width:1120px;margin:156px auto;gap:32px}@media screen and (max-width: 1160px){._referralContentContainer_1yben_1{margin:108px 32px}}@media screen and (max-width: 780px){._referralContentContainer_1yben_1{margin:156px 32px}}@media screen and (max-width: 720px){._referralContentContainer_1yben_1{flex-direction:column;margin:288px 10px 32px}}._wrapper_j75cu_1{display:flex;flex-direction:column;gap:16px}._title_j75cu_7{font-family:var(--font-nunito);font-size:20px;line-height:28px;font-weight:700;color:var(--text)}._container_j75cu_15{display:flex;flex-direction:row;gap:16px}._programRules_j75cu_21{display:flex;flex-direction:row;align-items:flex-start;gap:23.5px;background:var(--pink-back);width:100%;height:100%;border-radius:12px;padding:25px}._programRules_j75cu_21 img{padding-top:7.5px}._rulesContainer_j75cu_37{display:flex;flex-direction:column;gap:8px}._rulesTitle_j75cu_43{font-family:var(--font-nunito);font-size:18px;line-height:24px;font-weight:700;color:var(--text)}._rulesSubTitle_j75cu_51{font-family:var(--font-nunito);font-size:14px;line-height:20px;font-weight:400;color:var(--text)}._rulesButton_j75cu_59{display:flex;flex-direction:row;justify-content:space-between;margin-top:8px}._btn_j75cu_66{max-width:117px;border:none!important}._promotions_j75cu_71{display:flex;flex-direction:row;align-items:flex-start;gap:23.5px;background:var(--light-green-back);width:100%;height:100%;border-radius:12px;padding:25px}._promotions_j75cu_71 img{padding-top:7.5px}._promotionsContainer_j75cu_87{display:flex;flex-direction:column;gap:8px}._promotionsTitle_j75cu_93{font-family:var(--font-nunito);font-size:18px;line-height:24px;font-weight:700;color:var(--text)}._promotionsSubTitle_j75cu_101{font-family:var(--font-nunito);font-size:14px;line-height:20px;font-weight:400;color:var(--text)}._promotionsButton_j75cu_109{display:flex;flex-direction:row;justify-content:space-between;margin-top:8px}@media screen and (max-width: 720px){._container_j75cu_15{flex-direction:column}}._login_referral_container_rafou_1{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;position:relative;padding:20px;box-sizing:border-box;flex:1 1 auto}._login_title_rafou_14{gap:8px;display:flex;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}._login_referral_form_rafou_30{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px;width:320px;max-width:90%;padding-bottom:50px}._login_rafou_1,._password_rafou_43,._password_container_rafou_46{width:100%}._password_text_rafou_50{font-family:var(--font-nunito);font-size:12px;line-height:16px;color:var(--text-muted);font-weight:400;margin-top:4px;text-align:left;width:100%;padding-left:6px;letter-spacing:.04em}._lower_btn_text_rafou_63{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer}@media screen and (max-height: 1000px){._login_referral_container_rafou_1{justify-content:flex-start;padding-top:100px}}@media screen and (max-width: 960px){._login_referral_container_rafou_1{width:100%}}._code_referral_container_uklvv_1{width:55%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;position:relative;padding:20px;box-sizing:border-box;flex:1 1 auto}._code_title_uklvv_15{display:flex;flex-direction:column;gap:8px;align-items:center;font-family:var(--font-nunito-sans);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center}._title_lower_uklvv_28{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}._code_referral_form_uklvv_38{display:contents}._input_code_uklvv_42{border:0;outline:0;background:var(--substrate);border-radius:10px;min-width:68px;height:88px;color:var(--text);font-family:var(--font-nunito);font-size:32px;font-weight:600;line-height:40px;letter-spacing:0em;text-align:center}._cont_input_code_uklvv_58{display:flex;flex-direction:row;gap:8px}._btn_timer_uklvv_64{font-family:var(--font-nunito);color:var(--text-unfilled);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em;text-align:left;padding:0 8px}._btn_timer_disabled_uklvv_75{opacity:.4}@media screen and (max-width: 960px){._code_referral_container_uklvv_1{width:100%}}._authorization_referral_container_1c7bo_1{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;position:relative;padding:20px 20px 50px;box-sizing:border-box;flex:1 1 auto}._authorization_title_1c7bo_14{gap:8px;display:flex;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-size:28px;font-weight:700;line-height:36px;letter-spacing:0em;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}._authorization_referral_form_1c7bo_30{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px;width:320px;max-width:90%}._login_1c7bo_41,._password_1c7bo_42{width:100%}._lower_btn_1c7bo_45{display:flex;gap:16px}._lower_btn_text_1c7bo_50{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer}@media screen and (max-width: 960px){._authorization_referral_container_1c7bo_1{width:100%}}@media screen and (max-height: 460px){._authorization_referral_container_1c7bo_1{justify-content:flex-start}}._authorization_referral_container_fjrui_1{display:flex;width:100%;height:100%;margin:auto;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}._authorization_referral_container_fjrui_1::-webkit-scrollbar{display:none}._authorization_referral_image_fjrui_14{width:45%;height:100vh;position:sticky;top:0;overflow:hidden}._authorization_image_fjrui_22{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 960px){._authorization_referral_container_fjrui_1{flex-direction:column;align-items:center}._authorization_referral_image_fjrui_14{width:100%;height:400px;position:relative;flex:0 0 auto}}@media screen and (max-width: 340px){._authorization_referral_image_fjrui_14{height:200px}}._access_recovery_container_jz0kz_1{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:32px;position:relative;padding:20px;box-sizing:border-box;flex:1 1 auto}._modal_login_recovery_jz0kz_13{width:520px;max-width:520px;height:auto;border-radius:12px}._body_modal_login_jz0kz_20{height:100%;display:flex;flex-direction:column;padding:32px 16px;gap:32px;position:relative;align-items:center;max-height:calc(100vh - 64px);overflow:auto}._title_jz0kz_32{gap:8px;display:flex;position:relative;z-index:1;flex-direction:column;align-items:center;font-family:var(--font-nunito-sans);color:var(--text);font-weight:700;line-height:36px;letter-spacing:0em;font-size:28px;text-align:center;font-variation-settings:"wdth" 100,"GRAD" 0,"slnt" 0,"XTRA" 428,"XOPQ" 96,"YOPQ" 88,"YTLC" 514,"YTUC" 712,"YTAS" 750,"YTDE" -203,"YTFI" 738}._cont_jz0kz_49{display:flex;flex-direction:column;align-items:center}._title_lower_jz0kz_54{font-family:var(--font-nunito);color:var(--text);font-size:15px;font-weight:400;line-height:24px;letter-spacing:.01em;text-align:center}._form_login_jz0kz_63{width:320px;max-width:100%;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;gap:16px}._login_jz0kz_74,._password_jz0kz_75{width:100%;height:44px;padding:6px;border-radius:10px}._btn_login_jz0kz_81{width:137px;height:44px;border-radius:12px;padding:0 16px;display:flex;justify-content:center;font-family:var(--font-nunito);font-size:15px;font-weight:600;line-height:20px;letter-spacing:0em}._lower_btn_jz0kz_94{position:relative;z-index:1;display:flex;flex-direction:row;gap:16px;align-items:center}._lower_btn_text_jz0kz_102{font-family:var(--font-nunito);font-size:16px;font-weight:400;line-height:16px;letter-spacing:.02em;text-align:center;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}@media screen and (max-width: 960px){._access_recovery_container_jz0kz_1{width:100%}}@media screen and (max-height: 460px){._access_recovery_container_jz0kz_1{justify-content:flex-start}}ion-modal._firstPurchaseDiscount_6t3l8_1{--max-width: 838px;--width: 100%;--height: max-content;--border-radius: 10px;--overflow: auto}._firstPurchaseDiscount_6t3l8_1{padding:0 16px}._wrapper_6t3l8_13{font-family:var(--font-nunito);color:var(--text);position:relative}._buttonClose_6t3l8_19{position:absolute;right:16px;top:16px;background-color:inherit}._firstStep_6t3l8_26{background-image:url(/assets/purchase-discount-bg-1-BRxO_3tH.png);background-size:cover;background-repeat:no-repeat;margin:44px;padding:126px 40px;border-radius:10px}._twoStep_6t3l8_35{background-image:url(/assets/purchase-discount-bg-2-CvpSxEGd.png);background-size:cover;background-repeat:no-repeat;margin:44px;padding:60px 0 206px;border-radius:10px;display:flex;justify-content:center}._fistStepContainer_6t3l8_46{display:flex;flex-direction:column;gap:32px}._twoStepContainer_6t3l8_52{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:30px;max-width:511px}._informationContainer_6t3l8_61{display:flex;flex-direction:column;gap:16px}._row_6t3l8_67{display:flex;flex-direction:row;gap:16px;max-height:72px}._discount_6t3l8_74{display:flex;flex-direction:column;justify-content:center;gap:16px}._text_6t3l8_81{font-weight:800;font-size:40px;line-height:100%;line-height:70%}._textTwoStep_6t3l8_88{font-weight:800;font-size:40px;line-height:138%;text-align:center}._textRed_6t3l8_95{color:var(--bright);font-size:100px;font-weight:700;line-height:79%}._textTwoStepRed_6t3l8_102{color:var(--bright)}._description_6t3l8_106{font-size:14px;font-weight:700;line-height:20px;max-width:287px}._checkEmail_6t3l8_113{font-size:14px;font-weight:700;line-height:20px;text-align:center}._checkEmailRed_6t3l8_120{color:var(--bright);font-size:14px;font-weight:700;line-height:20px}._buttons_6t3l8_127{display:flex;flex-direction:row;gap:8px}._input_6t3l8_133{max-width:197px;background-color:var(--elevated)}._button_6t3l8_19{max-width:163px;width:100%}._twoStepButton_6t3l8_143{width:103px}@media (max-width: 1200px){._firstStep_6t3l8_26{background-image:url(/assets/purchase-discount-bg-1-BRxO_3tH.png);background-size:cover;background-repeat:no-repeat;margin:44px;padding:126px 40px;border-radius:10px}._twoStep_6t3l8_35{background-image:url(/assets/purchase-discount-bg-2-CvpSxEGd.png);background-size:cover;background-repeat:no-repeat;margin:44px;padding:60px 0 206px;border-radius:10px}}@media (max-width: 720px){._firstStep_6t3l8_26{margin:40px;padding:65px 95px 65px 20px}._fistStepContainer_6t3l8_46,._twoStepContainer_6t3l8_52{gap:20px}._informationContainer_6t3l8_61,._discount_6t3l8_74{gap:8px}._row_6t3l8_67{gap:8px;max-height:44px}._textRed_6t3l8_95{font-size:62px}._text_6t3l8_81{font-size:24px}._description_6t3l8_106{max-width:215px;font-size:12px;line-height:134%}._twoStep_6t3l8_35{margin:40px;padding:39px 0 128px}._textTwoStep_6t3l8_88{font-size:24px;max-width:307px}._checkEmail_6t3l8_113,._checkEmailRed_6t3l8_120{font-size:12px;line-height:134%}}@media (max-width: 590px){._buttons_6t3l8_127{flex-direction:column}._input_6t3l8_133,._button_6t3l8_19{max-width:197px}}@media (max-width: 480px){._buttonClose_6t3l8_19{right:8px;top:8px}._firstStep_6t3l8_26{padding:40px 0 40px 16px;margin:40px 20px 20px}._fistStepContainer_6t3l8_46,._twoStepContainer_6t3l8_52{gap:12px}._informationContainer_6t3l8_61,._discount_6t3l8_74{gap:6px}._row_6t3l8_67{gap:6px;max-height:27px}._textRed_6t3l8_95{font-size:38px}._text_6t3l8_81{font-size:14px}._description_6t3l8_106{max-width:215px;font-size:8px;line-height:134%}._buttons_6t3l8_127{gap:6px}._twoStep_6t3l8_35{margin:40px 20px 20px;padding:40px 0 103px}._textTwoStep_6t3l8_88{font-size:14px;max-width:179px}._checkEmail_6t3l8_113,._checkEmailRed_6t3l8_120{font-size:8px;line-height:134%}}._unSubscribeMail_19pj2_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;gap:16px;width:100%;height:100%;font-family:var(--font-nunito)}._text_19pj2_14{font-size:28px}
