.c-button{display:inline-block;padding:.45em 1em;border:0;border-radius:4px;text-align:center;vertical-align:middle;font-weight:700;cursor:pointer;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.21);user-select:none}.c-button.alt{min-width:130px;padding:.35em .9em;border:1px solid #ffe78a;border-radius:50em;box-shadow:0 1px 0 0 rgba(0,0,0,.12);background-color:#ffe78a;font-weight:400;font-size:1.08rem}.c-button.alt:hover{color:#09c}.c-button.alt-toggled{min-width:130px;padding:.35em .9em;border:1px solid #fff;border-radius:50em;box-shadow:none;font-weight:400;font-size:1.08rem}.c-button.alt-toggled:hover{color:#09c}.c-button.alt-light{padding:.25em .8em;border:1px solid #d6d6d6;border-radius:50em;font-size:.95em;box-shadow:none;font-weight:400}.c-button.alt-light:hover{color:#09c}
.c-popup{display:block;width:100%;max-width:100%;border-radius:4px;position:absolute;z-index:-100;visibility:hidden;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transform:scaleY(0);transform:scaleY(0);transition:visiblity .25s,transform .25s;box-shadow:0 4px 5px rgba(0,0,0,.15);line-height:1.3;background-color:#fff}.c-popup.open{z-index:300;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.c-popup .scroll-y{max-height:220px;padding:10px}
.c-list{padding:0;margin:0}.c-list.ls-disc{list-style:disc}.c-list.ls-circle{list-style:circle}.c-list.ls-none{list-style:none}.c-list.ls-square{list-style:square}.c-list.hover .c-list-item:hover{cursor:default;background-color:#d8eefb}.c-list-item{padding:.25em}.c-list-item.selected{background-color:#d8eefb}.c-list-separator{display:block;margin:5px 0;border-bottom:1px solid #ccc}
.c-spinner{display:inline-block;min-width:16px;min-height:16px;vertical-align:middle;background:url("/img/load_indicator.gif") 50% no-repeat}
.c-yandex-map-container{margin-bottom:1em;position:relative}.c-yandex-map{height:calc(100vh - 200px)}.c-yandex-map [class$=map-copyrights-promo]{pointer-events:none;opacity:.01}.c-yandex-map-empty .ymaps-2-1-73-events-pane:after{content:"";position:absolute;top:50px;left:50px;right:50px;bottom:50px;background-color:rgba(5,202,119,.15);border:2px solid #05ca77;pointer-events:none}
.c-yandex-map-polygon-draw{display:none;position:absolute;z-index:1;top:0;left:0;right:0;bottom:0}.c-yandex-map-polygon-draw.enabled{display:block}
.c-form-field{display:flex;align-items:center;margin-bottom:.5em}.c-form-field-label{flex:1 0 30%}.c-form-field-input{flex:1 1 100%}.c-form-field-suffix{flex:0 1 40px;text-align:center}
.c-text-field.border .c-text-field-element{border:1px solid #ddd}.c-text-field.c-overlimit .c-text-field-counter{color:#900}.c-text-field.c-overlimit.border .c-text-field-element{border-color:#900}.c-text-field-wrap{display:flex;align-items:center}.c-text-field-counter{flex:0 1 40px;color:#888;text-align:center}.c-text-field-element{flex:1 1 100%;height:auto;min-height:26px;padding:.25em;border-radius:4px;border:none;line-height:20px;color:#333;background-color:#fff;-webkit-appearance:none}.c-text-field-element[type=text]{padding:3px;margin-bottom:0}
.c-text-area{font-size:1rem}.c-text-area.border .c-text-area-element{border:1px solid #ddd}.c-text-area.c-overlimit .c-text-area-counter{color:#900}.c-text-area.c-overlimit.border .c-text-area-element{border-color:#900}.c-text-area-wrap{display:flex;align-items:center}.c-text-area-counter{flex:0 1 40px;color:#888;text-align:center}.c-text-area-element{flex:1 1 100%;height:auto;min-height:26px;padding:.25em;border-radius:4px;border:none;line-height:20px;color:#333;background-color:#fff;-webkit-appearance:none;font-size:1rem}.c-text-area-element[type=text]{padding:3px;margin-bottom:0}
.c-select-head{display:block;width:100%;height:auto;min-height:26px;padding:.25em 20px .25em 8px;border:1px solid #d1d2d7;border-radius:4px;position:relative;overflow:hidden;background-color:#fff;cursor:pointer;line-height:26px;text-align:left;white-space:nowrap;text-decoration:none;color:#333}.c-select-head:after{content:"";position:absolute;top:50%;right:4px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-image:url("/img/paladin/sprites/search-block-1cc7c42da38900a96bb97069c2bd8e42.png");background-position:-91px -104px;width:16px;height:16px}.c-select-head:hover{color:#09c}.c-select-head:hover:after{background-position:-73px -104px;width:16px;height:16px}.c-select-head.open:after{background-position:-127px -104px;width:16px;height:16px}.c-select-head.open:hover:after{background-position:-122px -84px;width:16px;height:16px}.c-select-head.disabled{border:1px solid #ddd;background:#f4f4f4 none;cursor:default;color:#999}.c-select-head.disabled:hover{color:#999}.c-select-head.disabled:after{display:none}.c-select-selected{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;user-select:none}
.c-select-popup{display:block;width:100%;max-width:100%;margin-top:1px;border-radius:4px;position:absolute;z-index:3;visibility:hidden;-webkit-transform:scaleY(0);transform:scaleY(0);line-height:1.3;background-color:#fff}.c-select-popup.open{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.c-select-head~.c-select-popup{z-index:1100;-webkit-transform-origin:center top;transform-origin:center top;transition:visiblity .25s,transform .25s;box-shadow:0 4px 5px rgba(0,0,0,.15)}.c-select-popup .scroll-y{display:block;max-height:30vh;padding:10px}.c-select-popup.c-select-popup-up{bottom:100%;-webkit-transform-origin:center bottom;transform-origin:center bottom}.c-select-popup.multiple .c-select-item{position:relative;padding-left:15px}.c-select-popup.multiple .c-select-item:before{content:"";width:8px;height:8px;border:1px solid #aaa;position:absolute;top:11px;left:0}.c-select-separator{display:block;margin:5px -10px;border-bottom:1px solid #ccc}.c-select-item{display:block;min-height:1em;padding-left:13px;padding-top:4px;padding-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;user-select:none;cursor:default}.c-select-item.selected{font-weight:700;background:url(/img/paladin/rubrikator_sprite.png) no-repeat -100px 3px}.c-select-item:hover{background-color:#d8eefb}.c-select-item-sub{padding-left:26px}.c-select-item-any,.c-select-item-default{margin-bottom:.5em}.c-select-item-empty:last-of-type{margin-top:8px;position:relative;overflow:visible}.c-select-item-empty:last-of-type:after{content:"";border-top:1px solid #ccc;position:absolute;top:-4px;left:-10px;right:-10px}.c-select-search{display:block;padding:10px 10px 0}.c-select-search-input{width:100%;height:auto;padding:.25em .5em}.c-select-popup-footer{display:none}.media-lt768 .c-select-head~.c-select-popup{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:column;flex-wrap:nowrap;width:auto;position:fixed;top:20px;left:20px;right:20px;bottom:20px;transition:visiblity .25s}.media-lt768 .c-select-head~.c-select-popup .scroll-y{max-height:none;flex:1 1 99%}.media-lt768 .c-select-head~.c-select-popup .c-select-popup-footer{display:block;flex:0 0 auto;padding:10px}
.c-select,.c-select-wrap{display:inline-flex;width:100%;max-width:100%;position:relative;font-size:1rem;vertical-align:middle;box-shadow:none}.c-select-wrap.only-list .c-select-popup,.c-select.only-list .c-select-popup{position:relative}.c-select-label{padding:3px;white-space:nowrap}.c-select-label~.c-select-element{width:0}.c-select-element{position:relative;flex:1 1 0px}.media-lt768 .c-select-head~.c-select-popup.open~.c-select-fade{position:fixed;z-index:199;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.25)}
.c-select-chain{font-size:0}.c-select-chain-element{margin-bottom:10px;vertical-align:top;font-size:1rem}.c-select-chain-element .c-select{display:block}
.c-select-range{display:inline-block;vertical-align:middle}.c-select-range-wrap{display:table;width:100%;font-size:0}.c-select-range-item{display:table-cell;width:49%;font-size:1rem;vertical-align:middle}.c-select-range-item:first-of-type .c-select-range-mimic{border-radius:4px 0 0 4px}.c-select-range-item:last-of-type .c-select-range-mimic{border-radius:0 4px 4px 0}.c-select-range-item.separator{width:1%;padding:3px}
.c-checkbox{display:inline-block;vertical-align:middle;position:relative}.c-checkbox.search-filter .c-checkbox-hint{right:10px}.c-checkbox-wrap{display:flex;align-items:center}.c-checkbox-input{display:none}.c-checkbox-input:checked~.c-checkbox-mimic{box-shadow:none}.c-checkbox-input:checked~.c-checkbox-mimic:after{background-repeat:no-repeat;background-image:url("/img/paladin/sprites/search-block-1cc7c42da38900a96bb97069c2bd8e42.png");background-position:-194px -84px;width:18px;height:18px}.c-checkbox-input:checked:disabled~.c-checkbox-mimic:after{background-position:-212px -84px;width:16px;height:16px}.c-checkbox-input:disabled~.c-checkbox-mimic{cursor:not-allowed;background-color:#ccc}.c-checkbox-mimic{display:inline-flex;justify-content:center;align-items:center;width:26px;height:26px;margin-top:-1px;margin-right:.25em;border:1px solid transparent;border-radius:4px 4px 4px 4px;line-height:16px;box-shadow:inset 0 1px 0 0 #b8c2ce}.c-checkbox-mimic:after{content:"";display:block;width:18px;height:18px}.c-checkbox-mimic.search-block-apply{width:auto;height:auto;margin:-1px 0 0;float:none;border:none}.c-checkbox-label{display:inline}.c-checkbox-hint{width:26px;height:26px;border:1px solid #76aac5;border-radius:16px;position:absolute;z-index:1;top:0;right:0;text-align:center;font-size:0;text-decoration:none;user-select:none;color:rgba(0,0,0,.51);background-color:hsla(0,0%,100%,.75)}.c-checkbox-hint:before{content:"?";font-size:14px;line-height:24px;color:#777}.c-checkbox-hint-text{max-width:300px;padding:.5em;margin-top:.5em;border:1px solid #76aac5;border-radius:4px;position:absolute;z-index:50;top:100%;left:50%;font-size:14px;color:#000;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff}.c-checkbox-hint-outer{font-size:13px;color:#000;opacity:.53}
.c-radio{display:inline-block;vertical-align:middle}.c-radio-wrap{display:flex;align-content:stretch}.c-radio-item{display:inline-block;flex-grow:1;font-size:0}.c-radio-item:first-of-type .c-radio-mimic{border-radius:4px 0 0 4px}.c-radio-item:last-of-type .c-radio-mimic{border-radius:0 4px 4px 0}.c-radio-input{display:none}.c-radio-input:disabled~.c-radio-mimic{cursor:not-allowed;background-color:#ccc}.c-radio-mimic{display:block;padding:.5em;text-align:center;background-color:#fff;box-shadow:0 1px 0 0 #b8c2ce;font-size:1rem}
.c-range{display:inline-block;vertical-align:middle}.c-range-wrap{display:table;width:100%;font-size:0}.c-range-item{display:table-cell;width:49%;font-size:1rem;vertical-align:middle}.c-range-item:first-of-type .c-range-mimic{border-radius:4px 0 0 4px}.c-range-item:last-of-type .c-range-mimic{border-radius:0 4px 4px 0}.c-range-item.separator{width:1%;padding:3px}.c-range-input{display:inline-block;width:100%;max-width:100%;height:auto;min-height:26px;padding:.35em;margin:0;border:2px solid transparent;border-radius:4px;position:relative;z-index:1;color:#000;font-size:1em;line-height:1.2;box-shadow:0 1px 0 0 rgba(0,0,0,.12);background:#fff}
html{font-size:14px}

/*# sourceMappingURL=global.css.map*/