.heading{font-weight:600;margin:0}.heading.h1{font-size:20px;line-height:24px}.heading.h2,.heading.h3{font-size:16px;line-height:20px}.heading.h4{font-size:15px;line-height:18px}.heading.h5{font-size:14px;line-height:17px}.heading.h6{font-size:13px;line-height:16px}
.page-heading-layout{display:flex;align-items:center;padding:10px 0}
.error-component{background-color:#f5f5f5;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column}
.configuration-multi-office-code-icon{cursor:pointer;font-size:18px}
.configuration-multi-office-component{display:flex;gap:30px}.configuration-multi-office-item{flex:1}
.configuration-office-item-priority{font-size:15px;color:var(--blue-400-text);padding:3px;margin-right:5px}.configuration-office-item-name-wrapper{display:flex;align-items:center}.configuration-office-item-name{font-weight:500}.configuration-office-item-map-marker{font-size:15px}.configuration-office-item-map-marker.active{color:var(--blue-400-text)}.configuration-office-item-actions{display:flex;align-items:center;justify-content:flex-end;min-height:32px}.configuration-office-item-action{cursor:pointer}.configuration-office-item-moderation{font-size:12px;font-weight:500;color:var(--blue-400-text)}.configuration-office-item-delete{font-size:17px;color:var(--blue-400-text);padding:3px}.configuration-office-item-crown{display:flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:50%;border:1px solid var(--gray-850-border);background-color:var(--white-bg)}.configuration-office-item-crown svg{width:11px;height:auto}.configuration-office-item-crown.active{background-color:var(--blue-400-bg);border-color:var(--blue-400-border)}.configuration-office-item-crown.active svg path{fill:#fff}
.configuration-office-list-filter{margin-top:-60px}.configuration-office-list{width:100%}.configuration-office-list .table-head-component .table-cell-component:nth-child(1){width:2%}.configuration-office-list .table-head-component .table-cell-component:nth-child(2){width:35%}.configuration-office-list .table-head-component .table-cell-component:nth-child(3){width:50%}.configuration-office-list .table-head-component .table-cell-component:nth-child(4){width:11%}.configuration-office-list-add{display:flex;align-items:center;gap:100px}.configuration-office-list-add-content{flex:1;font-size:13px;line-height:21px;color:var(--blue-250-text)}
.configuration-office-toolbar-action-item{min-width:200px}
.configuration-office-toolbar-component{display:flex;justify-content:space-between}.configuration-office-toolbar-actions{display:flex;min-height:40px}.configuration-office-toolbar-actions>*:not(:first-child){margin-left:10px}
.map-component{background-color:var(--blue-950-bg);height:180px;overflow:hidden}
.craft-tour-menu-tooltip{width:220px}.craft-tour-menu-tooltip-content{padding:10px 0}.craft-tour-menu-tooltip-option{color:#333;padding:5px 20px;cursor:pointer}.craft-tour-menu-tooltip-option:hover{background-color:#efefef}
.filter-with-statuses-component{position:relative}.filter-with-statuses-main{display:inline-flex}.filter-with-statuses-sub-main{display:flex;position:absolute;right:0;top:-52px;color:var(--blue-250-text);font-size:13px;font-weight:500}.filter-with-statuses-group-separator{margin:0 3px}
.selecting-action-panel{position:sticky;bottom:10px;background-color:var(--blue-400-bg);padding:10px 20px;color:#fff;border-radius:10px;border-radius:4px;display:flex;align-items:center;animation:show-up .3s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s}.selecting-action-panel .selecting-action-panel-close{display:flex;align-items:center;cursor:pointer;transition:all .2s ease-in-out}.selecting-action-panel .selecting-action-panel-close:hover{opacity:.8}@keyframes show-up{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}
.tariff-state-info-component{display:flex;flex-direction:column}.tariff-state-info-description{margin-top:10px;font-size:13px;font-weight:400;line-height:21px}
.toast-component{border:0}.toast-component.toast-success{background-color:#e0f0d8;color:#28a745}.toast-component.toast-warning{background-color:#fcf8e3;color:#c49f5d}.toast-component.toast-error{background-color:#f8d7da;color:#ad2d37}.toast-component.toast-info{background-color:#e2f1fb;color:var(--blue-400-bg)}
.badge-component{display:inline-block;vertical-align:middle;text-align:center;font-size:10px;font-weight:600;text-transform:uppercase;border-radius:10px;min-width:8px;height:15px;line-height:15px;padding:0 4px}.badge-component.primary{background-color:#347eaf;color:#fff}.badge-component.attention{background-color:#ee3f58;color:#fff}.badge-component.red{background-color:var(--red-600-text);color:#fff}.badge-component.white{background-color:var(--white-bg);color:#347eaf}.badge-component.white-red{background-color:var(--white-bg);color:var(--red-600-text)}
.tour-buy-autocomplete-item-component{padding:5px 20px;font-size:13px}.tour-buy-autocomplete-item-main{color:#333;font-weight:500}.tour-buy-autocomplete-item-secondary{color:#5c6672}.tour-buy-autocomplete-item-tertiary{color:#999}.tour-buy-autocomplete-item-secondary a[href^=tel],.tour-buy-autocomplete-item-tertiary a[href^=tel]{pointer-events:none;color:inherit;text-decoration:none;cursor:default}
.button-component{box-sizing:border-box;cursor:pointer}.button-component.disabled{cursor:default;pointer-events:none}.button-contained{display:block;border-width:1px;border-style:solid;color:var(--white-text);border-radius:4px;user-select:none;text-align:center}.button-contained.button-s{padding:7px 10px;font-size:12px;font-weight:400}.button-contained.button-m{padding:10px 20px;font-size:13px;font-weight:500}.button-contained.only-icon{padding:10px;height:40px;width:40px}.button-contained.button-primary{background-color:#0077b6;border-color:#0077b6}.button-contained.button-primary:hover{background-color:#0088d0;border-color:#0088d0}.button-contained.button-secondary{background-color:#6c757d;border-color:#6c757d}.button-contained.button-secondary:hover{background-color:#78828a;border-color:#78828a}.button-contained.button-success{background-color:#28a745;border-color:#28a745}.button-contained.button-success:hover{background-color:#2dbc4e;border-color:#2dbc4e}.button-contained.button-danger{background-color:#fb6856;border-color:#fb6856}.button-contained.button-danger:hover{background-color:#fc7e6f;border-color:#fc7e6f}.button-contained.button-warning{color:#c49f5d;background-color:#fcf8e3;border-color:#fcf8e3}.button-contained.button-warning:hover{background-color:#faf2cc;border-color:#faf2cc}.button-contained.button-info{color:var(--blue-400-text);background-color:#e2f1fb;border-color:#e2f1fb}.button-contained.button-info:hover{background-color:#cce6f8;border-color:#cce6f8}.button-contained.button-light{color:var(--blue-250-text);background-color:#eef2f8;border-color:#eef2f8}.button-contained.button-light:hover{background-color:#dce4f1;border-color:#dce4f1}.button-contained.button-dark{background-color:#333;border-color:#333}.button-contained.button-dark:hover{background-color:#404040;border-color:#404040}.button-contained.invalid{color:var(--white-text);background-color:red;border-color:red}.button-contained.invalid:hover{background-color:#ff1a1a;border-color:#ff1a1a}.button-contained.disabled{border-color:var(--gray-450-border);background-color:var(--gray-450-border)}.button-outlined{display:block;border-width:1px;border-style:solid;border-radius:4px;user-select:none;text-align:center}.button-outlined.button-s{padding:7px 10px;font-size:12px;font-weight:400}.button-outlined.button-m{padding:10px 20px;font-size:13px;font-weight:500}.button-outlined.only-icon{padding:10px;height:40px;width:40px}.button-outlined.button-primary{color:#0077b6}.button-outlined.button-primary:hover{color:var(--white-text);background-color:#0077b6;border-color:#0077b6}.button-outlined.button-secondary{color:#6c757d}.button-outlined.button-secondary:hover{color:var(--white-text);background-color:#6c757d;border-color:#6c757d}.button-outlined.button-success{color:#28a745}.button-outlined.button-success:hover{color:var(--white-text);background-color:#28a745;border-color:#28a745}.button-outlined.button-danger{color:#ad2d37}.button-outlined.button-danger:hover{color:var(--white-text);background-color:#fb6856;border-color:#fb6856}.button-outlined.button-dark{color:#333}.button-outlined.button-dark:hover{color:var(--white-text);background-color:#333;border-color:#333}.button-outlined.invalid{border-color:red;color:red}.button-outlined.invalid:hover{color:var(--white-text);background-color:red;border-color:red}.button-outlined.disabled{border-color:var(--gray-450-border);color:var(--gray-450-border)}.button-text{color:#0077b6;font-weight:500;padding:0}.button-text:hover{text-decoration:underline}.button-text.button-white{color:#fff}.button-text.button-s{font-size:12px}.button-text.button-m{font-size:13px}.button-text.button-l{font-size:14px}.button-text.disabled{color:var(--gray-450-text)}.button-text.invalid{color:var(--red-400-text)}.button-text.underlined{text-decoration:underline}.button-text.underlined:hover{text-decoration:none}
.tariff-option-state-component{width:15px;height:15px;margin:auto;color:var(--blue-250-text);font-size:14px}.tariff-option-state-component.tviconclose{color:#8c98a9;font-size:14px}.tariff-option-state-component.tviconcheck{color:var(--blue-400-text);font-size:17px}
.status-component{border-radius:4px;font-size:13px;cursor:default}.status-component.default{background-color:#ededed;color:#777}.status-component.error{background:#fddede;color:#af4e4e}.status-component.info{background:#e2f1fb;color:#347eaf}.status-component.success{background:#e0f0d8;color:#468847}.status-component.warning{background:#fcf8e3;color:#b78730}.status-component.size-s{line-height:10px;padding:10px}.status-component.size-m{line-height:20px;padding:10px 20px}
.popper-component{position:absolute;z-index:9999;list-style:none;margin:0;overflow:hidden;box-sizing:border-box;border-radius:4px;background-color:#fff;box-shadow:0px 8px 16px 0px rgba(0,0,0,.15);overflow-y:auto;scrollbar-width:thin}.popper-component::-webkit-scrollbar{width:5px;background:#f1f1f1}.popper-component::-webkit-scrollbar-thumb{background:#c1c1c1}.popper-component.popper-transition-enter{opacity:0}.popper-component.popper-transition-enter-active{opacity:1;transition:opacity .1s}.popper-component.popper-transition-exit{opacity:1}.popper-component.popper-transition-exit-active{opacity:0;transition:opacity .1s}
.new-tooltip-component.inline{display:inline-block}.new-tooltip-content{padding:7px 14px;font-size:12px;line-height:18px;font-weight:400;color:#fff;background-color:#333;white-space:pre-line}
.info-component{color:#347eaf;cursor:pointer}.info-component.size-xxs{font-size:14px}.info-component.size-xs{font-size:16px}.info-component.size-s{font-size:18px}.info-component.size-m{font-size:20px}
.label-component{display:block;font-size:12px;line-height:15px;font-weight:400}.label-default-color{color:var(--blue-250-text)}.label-error-color{color:red}
.input-component{position:relative}.input-component-body{box-sizing:border-box;display:flex;align-items:center;max-width:100%;width:100%;border-radius:4px}.input-component-body.theme-color-primary{background-color:var(--blue-950-bg);color:var(--blue-250-text);border:1px solid var(--blue-950-border)}.input-component-body.theme-color-primary input{background-color:var(--blue-950-bg);color:var(--blue-250-text)}.input-component-body.theme-color-blue{background-color:var(--blue-940-bg);color:var(--blue-450-text);border:1px solid var(--blue-940-bg)}.input-component-body.theme-color-blue input{background-color:var(--blue-940-bg);color:var(--blue-450-text);font-weight:600}.input-component-body.theme-color-white{background-color:var(--white-bg);color:var(--blue-250-text);border:1px solid var(--gray-850-border)}.input-component-body.theme-color-white input{background-color:var(--white-bg);color:var(--blue-250-text)}.input-component-body.theme-color-transparent{background-color:rgba(0,0,0,0);color:var(--blue-250-text);border:1px solid rgba(0,0,0,0)}.input-component-body.theme-color-transparent input{background-color:rgba(0,0,0,0);color:var(--blue-250-text)}.input-component-body.border-color-primary{border-color:var(--blue-950-border)}.input-component-body.border-color-transparent{border-color:rgba(0,0,0,0)}.input-component-body.invalid{border:1px solid red}.input-component-body.disabled{opacity:.8}.input-component-body.size-s{height:32px;padding:7px 10px}.input-component-body.size-s input{line-height:16px}.input-component-body.size-m{height:40px;padding:10px 10px}.input-component-body.size-m input{line-height:18px}.input-component-body.font-size-s{font-size:13px}.input-component-body.font-size-m{font-size:16px}.input-component-body.font-weight-size-s input{font-weight:500}.input-component-body.font-weight-size-m input{font-weight:600}.input-component-body.font-weight-size-l input{font-weight:700}.input-component-body input{display:block;box-sizing:border-box;width:100%;outline:none;border:none;padding:0}.input-component-body input[type=number]{-moz-appearance:textfield}.input-component-body input[type=number]:hover,.input-component-body input[type=number]:focus{-moz-appearance:number-input}.input-component-body input[type=number]::-webkit-outer-spin-button,.input-component-body input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-component-body input[type=button]{text-align:start}.input-component-body input[type=time]::-webkit-calendar-picker-indicator{background:none;display:none}.input-component-body input::placeholder{color:var(--blue-250-text)}
.virtualized-list-component{overflow-y:auto;scrollbar-width:thin;position:relative}.virtualized-list-component::-webkit-scrollbar{width:5px;background:#f1f1f1}.virtualized-list-component::-webkit-scrollbar-thumb{background:#c1c1c1}.virtualized-list-items{position:relative}.virtualized-list-item{position:absolute;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@keyframes skeleton-animation{to{background-position:300% 0,0 0}}.base-select-anchor{outline:none;box-sizing:border-box;border-radius:4px;width:100%;display:flex;align-items:center;font-weight:500;cursor:pointer}.base-select-anchor.disabled{opacity:.6;cursor:default}.base-select-anchor.size-s.action-type-none .base-select-anchor-value{padding:7px 10px}.base-select-anchor.size-s .base-select-anchor-value{padding:7px 3px 7px 10px;line-height:16px}.base-select-anchor.size-s .base-select-anchor-arrow{padding:7px 10px 7px 3px;line-height:16px}.base-select-anchor.size-s .base-select-anchor-reset{padding:7px 10px 7px 3px;line-height:16px}.base-select-anchor.size-s .base-select-anchor-reset:after{height:14px}.base-select-anchor.size-m.action-type-none .base-select-anchor-value{padding:10px}.base-select-anchor.size-m .base-select-anchor-value{padding:10px 4px 10px 10px;line-height:18px}.base-select-anchor.size-m .base-select-anchor-arrow{padding:10px 10px 10px 4px;line-height:18px}.base-select-anchor.size-m .base-select-anchor-reset{padding:10px 10px 10px 4px;line-height:18px}.base-select-anchor.size-m .base-select-anchor-reset:after{height:18px}.base-select-anchor.theme-color-primary{background-color:var(--blue-950-bg);border:1px solid var(--blue-950-bg);color:var(--blue-250-text)}.base-select-anchor.theme-color-white{background-color:var(--white-bg);border:1px solid var(--gray-850-border);color:var(--blue-250-text)}.base-select-anchor.border-color-primary{border-color:var(--blue-950-border)}.base-select-anchor.border-color-transparent{border-color:rgba(0,0,0,0)}.base-select-anchor.invalid{border:1px solid red}.base-select-anchor-value{box-sizing:border-box;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.base-select-anchor-arrow{font-size:18px;line-height:18px}.base-select-anchor-arrow::after{font-family:"TVicons";content:"";display:block}.base-select-anchor-reset::after{display:block;background-size:100%;width:13px;content:"";background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml;base64,IDxzdmcgd2lkdGg9JzEzcHgnIGhlaWdodD0nMTNweCcgdmlld0JveD0nNSA1IDE1IDE1JyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J002Ljk2OTY3IDE2LjQ2OTdDNi42NzY3OCAxNi43NjI2IDYuNjc2NzggMTcuMjM3NCA2Ljk2OTY3IDE3LjUzMDNDNy4yNjI1NiAxNy44MjMyIDcuNzM3NDQgMTcuODIzMiA4LjAzMDMzIDE3LjUzMDNMNi45Njk2NyAxNi40Njk3Wk0xMy4wMzAzIDEyLjUzMDNDMTMuMzIzMiAxMi4yMzc0IDEzLjMyMzIgMTEuNzYyNiAxMy4wMzAzIDExLjQ2OTdDMTIuNzM3NCAxMS4xNzY4IDEyLjI2MjYgMTEuMTc2OCAxMS45Njk3IDExLjQ2OTdMMTMuMDMwMyAxMi41MzAzWk0xMS45Njk3IDExLjQ2OTdDMTEuNjc2OCAxMS43NjI2IDExLjY3NjggMTIuMjM3NCAxMS45Njk3IDEyLjUzMDNDMTIuMjYyNiAxMi44MjMyIDEyLjczNzQgMTIuODIzMiAxMy4wMzAzIDEyLjUzMDNMMTEuOTY5NyAxMS40Njk3Wk0xOC4wMzAzIDcuNTMwMzNDMTguMzIzMiA3LjIzNzQ0IDE4LjMyMzIgNi43NjI1NiAxOC4wMzAzIDYuNDY5NjdDMTcuNzM3NCA2LjE3Njc4IDE3LjI2MjYgNi4xNzY3OCAxNi45Njk3IDYuNDY5NjdMMTguMDMwMyA3LjUzMDMzWk0xMy4wMzAzIDExLjQ2OTdDMTIuNzM3NCAxMS4xNzY4IDEyLjI2MjYgMTEuMTc2OCAxMS45Njk3IDExLjQ2OTdDMTEuNjc2OCAxMS43NjI2IDExLjY3NjggMTIuMjM3NCAxMS45Njk3IDEyLjUzMDNMMTMuMDMwMyAxMS40Njk3Wk0xNi45Njk3IDE3LjUzMDNDMTcuMjYyNiAxNy44MjMyIDE3LjczNzQgMTcuODIzMiAxOC4wMzAzIDE3LjUzMDNDMTguMzIzMiAxNy4yMzc0IDE4LjMyMzIgMTYuNzYyNiAxOC4wMzAzIDE2LjQ2OTdMMTYuOTY5NyAxNy41MzAzWk0xMS45Njk3IDEyLjUzMDNDMTIuMjYyNiAxMi44MjMyIDEyLjczNzQgMTIuODIzMiAxMy4wMzAzIDEyLjUzMDNDMTMuMzIzMiAxMi4yMzc0IDEzLjMyMzIgMTEuNzYyNiAxMy4wMzAzIDExLjQ2OTdMMTEuOTY5NyAxMi41MzAzWk04LjAzMDMzIDYuNDY5NjdDNy43Mzc0NCA2LjE3Njc4IDcuMjYyNTYgNi4xNzY3OCA2Ljk2OTY3IDYuNDY5NjdDNi42NzY3OCA2Ljc2MjU2IDYuNjc2NzggNy4yMzc0NCA2Ljk2OTY3IDcuNTMwMzNMOC4wMzAzMyA2LjQ2OTY3Wk04LjAzMDMzIDE3LjUzMDNMMTMuMDMwMyAxMi41MzAzTDExLjk2OTcgMTEuNDY5N0w2Ljk2OTY3IDE2LjQ2OTdMOC4wMzAzMyAxNy41MzAzWk0xMy4wMzAzIDEyLjUzMDNMMTguMDMwMyA3LjUzMDMzTDE2Ljk2OTcgNi40Njk2N0wxMS45Njk3IDExLjQ2OTdMMTMuMDMwMyAxMi41MzAzWk0xMS45Njk3IDEyLjUzMDNMMTYuOTY5NyAxNy41MzAzTDE4LjAzMDMgMTYuNDY5N0wxMy4wMzAzIDExLjQ2OTdMMTEuOTY5NyAxMi41MzAzWk0xMy4wMzAzIDExLjQ2OTdMOC4wMzAzMyA2LjQ2OTY3TDYuOTY5NjcgNy41MzAzM0wxMS45Njk3IDEyLjUzMDNMMTMuMDMwMyAxMS40Njk3WicgZmlsbD0nIzJiM2Y1YScgLz48L3N2Zz4=")}
.base-select-component{position:relative}.base-select-search{padding:10px 10px 0}
.select-component-tooltip-content{padding:10px 0}.select-component-item{color:var(--gray-200-text);box-sizing:border-box;padding:8px 20px;cursor:pointer;font-size:13px;font-weight:500}.select-component-item:hover{background-color:var(--blue-950-bg)}.select-component-item.active{color:#347eaf;background-color:#e2f1fb}.select-component-item.disabled{opacity:.6;cursor:default}.select-component-item.invisible{display:none}.select-component-items{overflow-y:auto;scrollbar-width:thin}.select-component-items::-webkit-scrollbar{width:5px;background:#f1f1f1}.select-component-items::-webkit-scrollbar-thumb{background:#c1c1c1}
.notification-component{display:flex;align-items:center;font-size:13px;font-weight:500;border-radius:4px}.notification-component.color-error{color:var(--white-text)}.notification-component.color-disclaimer{color:#af4e4e}.notification-component.color-info{color:#0077b6}.notification-component.color-success{color:#468847}.notification-component.color-warning{color:#b78730}.notification-component.size-xxs{padding:0}.notification-component.size-xs{line-height:20px;padding:5px 10px}.notification-component.size-s{line-height:20px;padding:15px}.notification-component.size-m{line-height:20px;padding:20px}.notification-contained.color-disclaimer{background:#fddede;border:1px solid #e6bdbd}.notification-contained.color-error{background-color:var(--red-600-bg)}.notification-contained.color-info{background-color:#e2f1fb}.notification-contained.color-success{background-color:#e0f0d8}.notification-contained.color-warning{background-color:#fcf8e3}.notification-text{width:100%}
.time-picker-component .time-picker-input{display:block;width:100%;max-width:100%;background-color:var(--blue-950-bg);color:var(--blue-250-text);border:1px solid var(--blue-950-border);border-radius:4px;box-sizing:border-box;width:100%;line-height:10px;outline:none;font-size:13px;font-weight:500}.time-picker-component .time-picker-input.size-s{height:32px;padding:6px 10px}.time-picker-component .time-picker-input.size-m{height:40px;padding:10px}.time-picker-component .time-picker-input::-webkit-inner-spin-button,.time-picker-component .time-picker-input::-webkit-outer-spin-button,.time-picker-component .time-picker-input::-webkit-clear-button{-webkit-appearance:none;margin:0}.time-picker-component .time-picker-input::-webkit-calendar-picker-indicator{-webkit-appearance:none;visibility:hidden}
.tooltip-component,.tooltip-container{position:absolute;z-index:99;background-color:#fff;list-style:none;margin:0;overflow:hidden;box-sizing:border-box;background:#fff;border-radius:4px;box-shadow:0 0 6px #6f6f6f;overflow-y:auto;scrollbar-width:thin}.tooltip-component::-webkit-scrollbar,.tooltip-container::-webkit-scrollbar{width:5px;background:#f1f1f1}.tooltip-component::-webkit-scrollbar-thumb,.tooltip-container::-webkit-scrollbar-thumb{background:#c1c1c1}
.office-address-component{display:flex;gap:20px}.office-address-value{flex:1;position:relative}.office-address-clear{font-size:13px;cursor:pointer}.office-address-result-item{padding:5px 20px;color:var(--gray-200-text);cursor:pointer}.office-address-result-item:hover{background-color:#e2f1fb;color:#347eaf}
.office-address-data-item{margin-top:20px;margin-right:220px;display:flex;flex-direction:column;gap:20px}.office-address-data-map{margin-top:20px;margin-right:220px;border-radius:4px;overflow:hidden}.office-address-data-metro-color{width:9px;height:9px;margin-right:10px;display:inline-block;border-radius:20px}
.office-main-data-component{display:flex;gap:20px}.office-main-data-item{display:flex;flex-direction:column;gap:20px}.office-main-data-item:nth-child(1){flex:1}.office-main-data-item:nth-child(2){width:200px}

.office-rating-form-component>*:not(:last-child){margin-bottom:20px}.office-rating-form-row{display:flex;align-items:flex-end;gap:20px}.office-rating-form-input{flex:1}
.office-rating-value-component>*:not(:last-child){margin-bottom:15px}.office-rating-value-row{display:flex;align-items:flex-end;gap:20px}.office-rating-value{width:44px}.office-rating-value-anchor span{display:block;font-size:16px}
.office-schedule-time-wrapper{display:flex;gap:10px}
.office-schedule-data-component{display:flex;gap:40px}
.office-moderation-attention{display:flex;align-items:center}
.configuration-where-buy-item{width:390px}.configuration-where-buy-attention{display:flex;align-items:center}.configuration-where-buy-attention-focus{font-weight:700;color:var(--red-250-text)}
.configuration-offices-sticky-toolbar{margin-top:-30px;padding-top:30px;background-color:var(--white-bg);position:sticky;top:0;z-index:1}
.search-input-component .tooltip-container{max-height:none;padding:0;width:300px;left:60px;height:300px}.search-input-component .tooltip-container .search-input-items{height:100%;overflow-y:auto;scrollbar-width:thin}.search-input-component .tooltip-container .search-input-items::-webkit-scrollbar{width:5px;background:#f1f1f1}.search-input-component .tooltip-container .search-input-items::-webkit-scrollbar-thumb{background:#c1c1c1}.search-input-component .tooltip-container .search-input-items .select-item{padding:5px 10px;cursor:pointer}.search-input-component .tooltip-container .search-input-items .select-item:hover{background-color:#efefef}.search-input-component .tooltip-container .search-input-items .select-item .find-field-item{position:static}.search-input-component .tooltip-container .search-input-items .select-item .field-item{color:#a5a5a5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.task-form{display:flex;flex-direction:column;gap:10px}.task-form .search-input-component{width:100%}.task-form .react-datepicker__input-container,.task-form .time-picker-component{position:relative}.task-form .react-datepicker__input-container::after,.task-form .time-picker-component::after{font-family:"TVicons";padding:7px;position:absolute;right:0;bottom:0;pointer-events:none}.task-form .react-datepicker__input-container::after{content:""}.task-form .time-picker-component::after{content:""}.task-form-row{display:flex;gap:10px}.task-form-date,.task-form-time,.task-form-text{width:180px}.task-form-actions{flex:1;display:flex;gap:10px}.task-form-actions>*{flex:1}.task-form-comment{width:100%;margin:0;border-radius:4px;font-size:13px;text-align:left;height:32px;box-sizing:border-box;padding:7px 10px;background-color:var(--blue-950-bg);color:var(--blue-250-text);border:1px solid var(--blue-950-border)}.task-form-submit{display:flex;justify-content:center}
.task-form-complete-component{font-size:13px}.task-form-complete-action{color:var(--blue-250-text);text-transform:initial;font-size:13px;text-align:center}.task-form-complete-tab{display:flex;flex-direction:column;gap:15px}.task-form-complete-title{margin:0 auto}.task-form-complete-comment{color:var(--blue-250-text);margin:0 auto}
.lead-list-reminder{background:#effdde;border:1px solid #bde6bd;border-radius:4px;padding:15px 20px;color:#4eaf4e;position:relative}.lead-list-reminder:not(:last-child){margin-bottom:10px}.lead-list-reminder.expired{background:#fddede;border:1px solid #e6bdbd;color:#af4e4e}.lead-list-reminder button.reminder-button{display:inline-block;vertical-align:top}.lead-list-reminder .link{text-decoration:underline}.reminder-button-block{position:absolute;right:10px;top:10px}.reminder-button{background:#fff;border:1px solid #ddd;padding:7px 10px;cursor:pointer;margin-left:5px;border-radius:2px}.reminder-button span{margin-right:5px}.reminder-button:first-child span{margin-right:0}
.lead-status-select-button{width:fit-content;padding:8px 10px;border-radius:4px;font-size:12px;line-height:15px;letter-spacing:0px}.lead-status-select-button:hover{opacity:.85}.lead-status-select-button.lead-status-select-newest{color:#fff;background-color:#aaa}.lead-status-select-button.lead-status-select-selection_tour{color:#fff;background-color:#dfab55}.lead-status-select-button.lead-status-select-waiting_payment{color:#fff;background-color:#6ab354}.lead-status-select-button.lead-status-select-hot{color:#fff;background-color:#fa7000}.lead-status-select-button.lead-status-select-go_later{color:#fff;background-color:#815109}.lead-status-select-button.lead-status-select-disclaimer{color:#fff;background-color:#ab0909}.lead-status-select-button.lead-status-select-tour_bought{color:#fff;background-color:#47980c}.lead-status-select-button.lead-status-select-deleted{color:#fff;background-color:#c9ad80}
.nights-picker-component-body .TVSelect{border:1px solid var(--blue-950-border);border-radius:4px;box-sizing:border-box;padding:10px 10px;font-weight:500;background:var(--blue-950-bg)}.nights-picker-component-body .TVSelect:hover .TVSelectContent{border-bottom-color:rgba(0,0,0,0)}.nights-picker-component-body .TVSelect.TVStyleTheme1 .TVSelectArrow{margin-left:auto}.nights-picker-component-body.disabled{pointer-events:none;opacity:.6}
.site-question-description{font-size:13px;font-weight:400;line-height:21px}.site-question-actions{margin-top:20px;display:flex;gap:10px}.site-question-create{flex:21}.site-question-exist{flex:19}
.site-info-request-modal-body{padding:30px}
.tariff-head-table-row-title{font-size:16px;font-weight:700;color:var(--gray-200-text);white-space:nowrap}
.tariff-table-cell-component{font-size:14px;font-weight:500}.tariff-table-cell-component.background-color-default{background-color:var(--blue-950-bg)}.tariff-table-cell-selected:not(.tariff-table-cell-head){border-left:1px solid var(--blue-400-text);border-right:1px solid var(--blue-400-text);background-color:#f2f8fb}.tariff-table-cell-selected.background-color-default{background-color:#e2ecf4}.tariff-table-cell-selected.tariff-table-cell-head{background-color:var(--blue-400-bg);color:#fff;border-radius:10px 10px 0 0}
.tariff-table-component{width:100%}.tariff-table-component .tariff-table-head{background-color:#fff;position:sticky;top:0}.tariff-table-component .tariff-table-head .table-cell-component:nth-child(1){width:45%}
.notification-action-button{min-width:210px}
.finance-tariff-table-notes{display:flex;flex-direction:column;gap:15px}
.notification-action-component{display:flex;align-items:center;font-size:13px;font-weight:500;border-radius:4px}.notification-action-component.color-info,.notification-action-component.color-error{background-color:var(--blue-950-bg);color:var(--blue-250-text)}.notification-action-component.color-blue{background-color:var(--blue-940-bg);color:var(--blue-450-text)}.notification-action-component.size-m{padding:20px 30px;line-height:20px}.notification-action-component.size-l{padding:30px;line-height:20px}.notification-action-content{flex:1;display:flex;flex-direction:column}.notification-action-icon{align-self:flex-start;line-height:1}.notification-action-title{font-weight:700;font-size:13px;line-height:1}.notification-action-text{font-size:13px;font-weight:400;line-height:20px}.notification-action-buttons{display:flex;align-items:center;gap:10px}
.finance-tariff-table-modal-body{padding:30px}
.modules-statistic-block-table{width:100%}
.stars-component-body{background-color:var(--blue-950-bg);color:var(--blue-250-text);border:1px solid var(--blue-950-border);border-radius:4px;padding:0 5px;box-sizing:border-box;width:100%;display:flex;align-items:center}.stars-component-body.size-s{height:32px}.stars-component-body.size-m{height:40px}.stars-component-body.invalid{border:1px solid red}.stars-component-body.disabled{pointer-events:none;opacity:.6}
.hotel-info-collections-component{overflow-y:auto;scrollbar-width:thin;height:262px;background:var(--blue-950-bg);border-radius:4px;padding:15px 18px;box-sizing:border-box}.hotel-info-collections-component::-webkit-scrollbar{width:5px;background:#f1f1f1}.hotel-info-collections-component::-webkit-scrollbar-thumb{background:#c1c1c1}.hotel-info-collections-component>*:not(:last-child){margin-bottom:15px}
.hotel-info-form-ui-video{display:flex;align-items:flex-end;gap:20px}.hotel-info-form-ui-video>*:first-child{flex:1}.hotel-info-form-ui-label{display:flex;align-items:flex-end;justify-content:space-between;min-height:17px}.hotel-info-form-ui-info{display:flex;font-size:12px;line-height:17px;color:var(--blue-250-text)}
.floating-cart-preview-component{width:100px;height:70px;position:fixed;padding:13px;z-index:200000;background-color:#edf2f5;cursor:pointer;box-sizing:border-box;opacity:1;line-height:1;border-radius:5px 0 0 5px}.floating-cart-preview-component::before{font-family:"TVicons";content:"";font-size:32px;color:#707070;display:block;text-align:center}.floating-cart-preview-component::after{content:"В подборку";font-size:10px;color:#777;display:block;text-align:center;text-transform:uppercase;margin-top:6px;font-weight:500}.floating-cart-preview-count{box-sizing:border-box;min-width:24px;height:24px;padding:0 3px;background-color:var(--red-500-bg);border-radius:24px;border:2px solid #efefef;position:absolute;right:24px;top:7px;font-size:12px;font-weight:700;line-height:20px;text-align:center;color:#fff}.TVMapVisible .floating-cart-preview-component{z-index:0}
.hotel-info-form-component{padding:30px}
