.tooltip {
  display: inline-block;
  position: relative;
}
.tooltip:hover .tooltip__svg::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.tooltip:hover .tooltip__title {
  top: 40px;
  opacity: 1;
}

.tooltip__svg {
  position: relative;
  height: 24px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.tooltip__svg svg {
  fill: rgba(0, 14, 51, 0.3);
}
.tooltip__svg::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 14, 51, 0.15);
  content: "";
}

.tooltip__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  padding: 12px 12px 0;
  top: -110vh;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background: #60687A;
  border-radius: 8px;
  color: #ffffff;
  width: 35vw;
  z-index: 20;
}
.tooltip__title:after {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  content: "";
  border: 12px solid transparent;
  border-bottom: 8px solid #60687A;
  border-top-width: 0;
}
.tooltip__title ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.tooltip__title li {
  list-style: disc;
}
.tooltip__title li:not(:last-of-type) {
  margin-bottom: 10px;
}
.tooltip__title > div {
  margin-bottom: 12px;
}
.tooltip__title p {
  margin-bottom: 8px;
}
.tooltip__title table {
  margin-bottom: 12px;
  border-collapse: collapse;
}
.tooltip__title th, .tooltip__title td {
  padding-right: 8px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%;font-family:"Golos UI",Arial,Helvetica,sans-serif;font-size:16px;font-weight:400;color:#040614}body{margin:0}details,main{display:block}h1{font-size:2em}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;text-decoration:none;-webkit-transition:.3s;transition:.3s}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-height:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:"Golos UI";src:url(../fonts/GolosUI/GolosUI-Bold.woff2) format("woff2"),url(../fonts/GolosUI/GolosUI-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Golos UI";src:url(../fonts/GolosUI/GolosUI-Medium.woff2) format("woff2"),url(../fonts/GolosUI/GolosUI-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Golos UI";src:url(../fonts/GolosUI/GolosUI-Regular.woff2) format("woff2"),url(../fonts/GolosUI/GolosUI-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}button{cursor:pointer;-webkit-transition:.3s;transition:.3s;border:transparent;background:0 0;padding:0}ul{list-style:none;padding:0}h1,h2,h3,h4,p,ul{margin:0}.input-hidden,input[type=radio]{width:1px;height:1px;opacity:0;position:absolute;clip:rect(0,0,0,0)}.body.scroll-off{overflow:hidden}.body__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.main{-webkit-box-flex:1;-ms-flex:1;flex:1}.container{max-width:1366px;margin:0 auto;padding:0 48px}.container_admin{padding:0 104px 0 168px}@media (max-width:1366px){.container_admin{max-width:100%}}@media (max-width:1024px){.container{padding:0 40px}.container_admin{max-width:100%;padding:0 40px 0 100px}}@media (max-width:767px){.container{padding:0 16px}.container_admin{max-width:100%;padding:0 16px 0 76px}}
.error__info {
  padding: 50px;
  border-radius: 6px;
  background: no-repeat 95% bottom url("../img/general/error.png"), -webkit-linear-gradient(358.01deg, #E0EEFF 1.69%, #E8F2FF 96.87%);
  background: no-repeat 95% bottom url("../img/general/error.png"), linear-gradient(91.99deg, #E0EEFF 1.69%, #E8F2FF 96.87%);
  margin-bottom: 30px;
}
.error__info h1 {
  font-size: 3.5rem;
  line-height: 56px;
  margin-bottom: 20px;
}
.error__info h2 {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 32px;
}

.error__text {
  margin-bottom: 30px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .error__info h1 {
    font-size: 2.5rem;
    line-height: 40px;
  }
  .error__info h2 {
    font-size: 1.25rem;
    line-height: 20px;
  }
}
.feedback > button {
  display: none;
}
.feedback > button svg {
  fill: #ffffff;
}

.feedback__wrapper {
  width: 250px;
  line-height: 20px;
  background: #ffffff;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.columns .column {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
}
.columns .column:first-child {
  margin-left: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-1 {
  width: 8.3333333%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-2 {
  width: 16.6666667%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-3 {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-4 {
  width: 33.3%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-5 {
  width: 41.6666667%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-6 {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-7 {
  width: 58.3%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-8 {
  width: 66.6666667%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-9 {
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-10 {
  width: 83.3%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-11 {
  width: 91.6666667%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.columns .column.is-12 {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0deg,0%,100%,.75);border:0;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;-webkit-box-shadow:0 0 0 5px #19f;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}.tabulator{position:relative;background-color:#888;text-align:left;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{min-width:100%}.tabulator[tabulator-layout=fitDataTable]{display:inline-block}.tabulator.tabulator-block-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tabulator .tabulator-header{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-bottom:1px solid #999;background-color:#e6e6e6;white-space:nowrap;overflow:hidden;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-header.tabulator-header-hidden{display:none}.tabulator .tabulator-header .tabulator-col{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-right:1px solid #aaa;background:#e6e6e6;text-align:left;vertical-align:bottom;overflow:hidden}.tabulator .tabulator-header .tabulator-col.tabulator-moving{position:absolute;border:1px solid #999;background:#cdcdcd;pointer-events:none}.tabulator .tabulator-header .tabulator-col,.tabulator .tabulator-header .tabulator-col .tabulator-col-content,.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{padding:0 8px}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{cursor:pointer;opacity:.6}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder,.tabulator-row .tabulator-responsive-collapse table tr td{position:relative}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #999;padding:1px;background:#fff}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{width:calc(100% - 22px)}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;right:4px}.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #aaa;overflow:hidden;margin-right:-1px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{margin-top:2px;width:100%;text-align:center}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{height:auto!important}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{margin-top:3px}.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{width:0;height:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:25px}.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover{cursor:pointer;background-color:#cdcdcd}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{color:#bbb}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter,.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter,.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{color:#666}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;text-orientation:mixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{padding-right:0;padding-top:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{padding-right:0;padding-bottom:20px}.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;right:0;top:4px;bottom:auto}.tabulator .tabulator-header .tabulator-frozen{position:absolute;z-index:10}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator .tabulator-header .tabulator-calcs-holder{-webkit-box-sizing:border-box;box-sizing:border-box;min-width:600%;background:#f3f3f3!important;border-top:1px solid #aaa;border-bottom:1px solid #aaa;overflow:hidden}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-header .tabulator-frozen-rows-holder{min-width:600%}.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{display:none}.tabulator .tabulator-tableholder{position:relative;width:100%;white-space:nowrap;overflow:auto;-webkit-overflow-scrolling:touch}.tabulator .tabulator-tableholder:focus{outline:0}.tabulator .tabulator-tableholder .tabulator-placeholder{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{min-height:100%;min-width:100%}.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{display:inline-block;text-align:center;padding:10px;color:#ccc;font-weight:700;font-size:20px;white-space:normal}.tabulator .tabulator-tableholder .tabulator-table{position:relative;display:inline-block;background-color:#fff;white-space:nowrap;overflow:visible}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{font-weight:700;background:#e2e2e2!important}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{border-bottom:2px solid #aaa}.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{border-top:2px solid #aaa}.tabulator .tabulator-footer{border-top:1px solid #999;color:#555;font-weight:700;white-space:nowrap;-ms-user-select:none;user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator .tabulator-footer .tabulator-footer-contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabulator .tabulator-footer .tabulator-footer-contents:empty{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder{-webkit-box-sizing:border-box;box-sizing:border-box;width:calc(100% + 20px);text-align:left;background:#f3f3f3!important;border-bottom:1px solid #aaa;border-top:1px solid #aaa;overflow:hidden}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{background:#f3f3f3!important}.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{display:none}.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{margin-bottom:-5px;border-bottom:none}.tabulator .tabulator-footer>*+.tabulator-page-counter{margin-left:10px}.tabulator .tabulator-footer .tabulator-page-counter{font-weight:400}.tabulator .tabulator-footer .tabulator-paginator{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right;font-family:inherit;font-size:inherit}.tabulator .tabulator-footer .tabulator-page-size{display:inline-block;margin:0 5px;padding:2px 5px;border:1px solid #aaa;border-radius:3px}.tabulator .tabulator-footer .tabulator-pages{margin:0 7px}.tabulator .tabulator-footer .tabulator-page{display:inline-block;margin:0 2px;padding:2px 5px;border:1px solid #aaa;border-radius:3px;background:rgba(255,255,255,.2)}.tabulator .tabulator-footer .tabulator-page:disabled{opacity:.5}.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{cursor:pointer;background:rgba(0,0,0,.2);color:#fff}.tabulator .tabulator-col-resize-handle{position:relative;display:inline-block;width:6px;margin-left:-3px;margin-right:-3px;z-index:10;vertical-align:middle}.tabulator .tabulator-col-resize-handle:hover{cursor:ew-resize}.tabulator .tabulator-col-resize-handle:last-of-type{width:3px;margin-right:0}.tabulator .tabulator-alert{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;z-index:100;height:100%;width:100%;background:rgba(0,0,0,.4);text-align:center}.tabulator .tabulator-alert .tabulator-alert-msg{display:inline-block;margin:0 auto;padding:10px 20px;border-radius:10px;background:#fff;font-weight:700;font-size:16px}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{border:4px solid #333;color:#000}.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{border:4px solid #d00;color:#590000}.tabulator-row{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:22px;background-color:#fff}.tabulator-row.tabulator-selectable:hover{background-color:#bbb;cursor:pointer}.tabulator-row.tabulator-selected:hover{cursor:pointer}.tabulator-row.tabulator-row-moving{border:1px solid #000;background:#fff}.tabulator-row.tabulator-moving{position:absolute;border-top:1px solid #aaa;border-bottom:1px solid #aaa;pointer-events:none;z-index:15}.tabulator-row .tabulator-row-resize-handle{position:absolute;right:0;bottom:0;left:0;height:5px}.tabulator-row .tabulator-row-resize-handle.prev{top:0;bottom:auto}.tabulator-row .tabulator-row-resize-handle:hover{cursor:ns-resize}.tabulator-row .tabulator-frozen{display:inline-block;position:absolute;background-color:inherit;z-index:10}.tabulator-row .tabulator-frozen.tabulator-frozen-left{border-right:2px solid #aaa}.tabulator-row .tabulator-frozen.tabulator-frozen-right{border-left:2px solid #aaa}.tabulator-row .tabulator-responsive-collapse{-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px;border-top:1px solid #aaa;border-bottom:1px solid #aaa}.tabulator-row .tabulator-responsive-collapse:empty{display:none}.tabulator-row .tabulator-responsive-collapse table{font-size:14px}.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{padding-right:10px}.tabulator-popup-container,.tabulator-row .tabulator-cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.tabulator-row .tabulator-cell{position:relative;border-right:1px solid #aaa;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabulator-row .tabulator-cell.tabulator-editing{border:1px solid #1d68cd;outline:0;padding:0}.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{border:1px;background:0 0;outline:0}.tabulator-row .tabulator-cell.tabulator-validation-fail{border:1px solid #d00}.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{border:1px;background:0 0;color:#d00}.tabulator-row .tabulator-cell.tabulator-row-handle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{width:80%}.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{width:100%;height:3px;margin-top:2px;background:#666}.tabulator-row .tabulator-cell .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid #aaa;border-bottom:2px solid #aaa}.tabulator-row .tabulator-cell .tabulator-data-tree-control,.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabulator-row .tabulator-cell .tabulator-data-tree-control{vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid #333;border-radius:2px;background:rgba(0,0,0,.1);overflow:hidden}.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{cursor:pointer;background:rgba(0,0,0,.2)}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:0 0}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:#333}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;height:15px;width:15px;border-radius:20px;background:#666;color:#fff;font-weight:700;font-size:1.1em}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{opacity:.7}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{display:initial}.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close,.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{display:none}.tabulator-row .tabulator-cell .tabulator-traffic-light{display:inline-block;height:14px;width:14px;border-radius:14px}.tabulator-row.tabulator-group{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;padding:5px 5px 5px 10px;background:#ccc;font-weight:700;min-width:100%}.tabulator-row.tabulator-group:hover{cursor:pointer;background-color:rgba(0,0,0,.1)}.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-row.tabulator-group.tabulator-group-level-1{padding-left:30px}.tabulator-row.tabulator-group.tabulator-group-level-2{padding-left:50px}.tabulator-row.tabulator-group.tabulator-group-level-3{padding-left:70px}.tabulator-row.tabulator-group.tabulator-group-level-4{padding-left:90px}.tabulator-row.tabulator-group.tabulator-group-level-5{padding-left:110px}.tabulator-row.tabulator-group .tabulator-group-toggle{display:inline-block}.tabulator-row.tabulator-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-print-table .tabulator-print-table-group span,.tabulator-row.tabulator-group span{margin-left:10px;color:#d00}.tabulator-popup-container{position:absolute;background:#fff;border:1px solid #aaa;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2);font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10000}.tabulator-popup{padding:5px;border-radius:3px}.tabulator-tooltip{max-width:min(500px,100%);padding:3px 5px;border-radius:2px;-webkit-box-shadow:none;box-shadow:none;font-size:12px;pointer-events:none}.tabulator-menu .tabulator-menu-item{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{opacity:.5}.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{cursor:pointer;background:#efefef}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{padding-right:25px}.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after{display:inline-block;position:absolute;top:calc(5px + .4em);right:10px;height:7px;width:7px;content:"";border-width:1px 1px 0 0;border-style:solid;border-color:#aaa;vertical-align:top;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.tabulator-menu .tabulator-menu-separator{border-top:1px solid #aaa}.tabulator-edit-list{max-height:200px;font-size:14px;overflow-y:auto;-webkit-overflow-scrolling:touch}.tabulator-edit-list .tabulator-edit-list-item{padding:4px;color:#333;outline:0}.tabulator-edit-list .tabulator-edit-list-item.active{color:#fff;background:#1d68cd}.tabulator-edit-list .tabulator-edit-list-item.active.focused{outline:1px solid rgba(255,255,255,.5)}.tabulator-edit-list .tabulator-edit-list-item.focused{outline:1px solid #1d68cd}.tabulator-edit-list .tabulator-edit-list-item:hover{cursor:pointer;color:#fff;background:#1d68cd}.tabulator-edit-list .tabulator-edit-list-placeholder{padding:4px;color:#333;text-align:center}.tabulator-edit-list .tabulator-edit-list-group{border-bottom:1px solid #aaa;padding:6px 4px 4px;color:#333;font-weight:700}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{padding-left:12px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{padding-left:20px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{padding-left:28px}.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{padding-left:36px}.tabulator.tabulator-ltr{direction:ltr}.tabulator.tabulator-rtl{text-align:initial;direction:rtl}.tabulator.tabulator-rtl .tabulator-header .tabulator-col{text-align:initial;border-left:1px solid #aaa;border-right:initial}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{margin-right:initial;margin-left:-1px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{padding-right:0;padding-left:25px}.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{left:8px;right:initial}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{border-right:initial;border-left:1px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{margin-right:initial;margin-left:5px;border-bottom-left-radius:initial;border-bottom-right-radius:1px;border-left:initial;border-right:2px solid #aaa}.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{margin-right:initial;margin-left:5px}.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{text-align:initial}.tabulator-print-fullscreen{position:absolute;top:0;bottom:0;left:0;right:0;z-index:10000}body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){display:none!important}.info__general table,.tabulator-print-table{border-collapse:collapse}.tabulator-print-table .tabulator-data-tree-branch{display:inline-block;vertical-align:middle;height:9px;width:7px;margin-top:-9px;margin-right:5px;border-bottom-left-radius:1px;border-left:2px solid #aaa;border-bottom:2px solid #aaa}.tabulator-print-table .tabulator-print-table-group{-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #999;border-right:1px solid #aaa;border-top:1px solid #999;padding:5px 5px 5px 10px;background:#ccc;font-weight:700;min-width:100%}.tabulator-print-table .tabulator-print-table-group:hover{cursor:pointer;background-color:rgba(0,0,0,.1)}.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{margin-right:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;border-bottom:0}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{padding-left:30px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{padding-left:50px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{padding-left:70px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{padding-left:90px!important}.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{padding-left:110px!important}.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{display:inline-block}.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{display:inline-block;width:0;height:0;margin-right:16px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;border-left:6px solid #666;vertical-align:middle}.tabulator-print-table .tabulator-data-tree-control{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;height:11px;width:11px;margin-right:5px;border:1px solid #333;border-radius:2px;background:rgba(0,0,0,.1);overflow:hidden}.tabulator-print-table .tabulator-data-tree-control:hover{cursor:pointer;background:rgba(0,0,0,.2)}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{display:inline-block;position:relative;height:7px;width:1px;background:0 0}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after,.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{position:absolute;content:"";left:-3px;top:3px;height:1px;width:7px;background:#333}.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{display:inline-block;position:relative;height:7px;width:1px;background:#333}.breadcrumbs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}.breadcrumbs,.breadcrumbs li,.breadcrumbs ul{display:-webkit-box;display:-ms-flexbox;display:flex}.breadcrumbs li{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs li svg{fill:#8c94a5;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin:0 10px}.breadcrumbs a{font-size:.875rem;color:#8c94a5}.breadcrumbs>a,.breadcrumbs__clip,.catalog__list.square .catalog__list-text div::before{display:none}.breadcrumbs>a svg{fill:#040614}.breadcrumbs_light a{color:#afb4c0}.breadcrumbs_light .breadcrumbs__compare svg,.breadcrumbs_light>a svg{fill:#fff}.breadcrumbs_light li svg{fill:#afb4c0}.breadcrumbs_light .breadcrumbs__compare button{color:#fff}.breadcrumbs_light .breadcrumbs__amount{background:rgba(255,255,255,.2);color:#fff}.breadcrumbs__compare,.catalog__list.square .catalog__list-text span{white-space:nowrap}.breadcrumbs__compare svg{fill:#1b6fc6;margin-right:5px}.breadcrumbs__compare-btn{font-size:16px;color:#1b6fc6;font-weight:500}.breadcrumbs__compare-btn:hover{opacity:.7}.breadcrumbs__amount{font-size:14px;font-weight:500;padding:1px 6px 2px;border-radius:50%;background:rgba(23,121,211,.1);color:#373c4c}@media (max-width:767px){.breadcrumbs>a{display:block}.breadcrumbs__amount{color:#fff;background:#8c94a5}.breadcrumbs_light .breadcrumbs__amount{background:rgba(23,121,211,.1);color:#373c4c}.breadcrumbs ul,.breadcrumbs_light .breadcrumbs__chart,.breadcrumbs_light .breadcrumbs__compare-btn span{display:none}.breadcrumbs_light .breadcrumbs__clip{display:block}.breadcrumbs_light .breadcrumbs__compare{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.buttons{border:1px solid #000;padding:15px 20px;border-radius:10px}.buttons,.buttons h2{margin-bottom:30px}.btn{min-width:183px;color:#fff;padding:10px 16px 12px;background:#f47a55;font-size:1.125rem;font-weight:500;border-radius:8px;border:1px solid #f47a55}.btn:hover{background:#fff;color:#f47a55}.btn_cancel,.btn_gray{border-color:transparent}.btn_cancel{background:0 0;color:#1b6fc6}.btn_gray{background:rgba(23,121,211,.1);color:#040614}.btn_gray svg{-webkit-transition:.3s;transition:.3s;fill:#09121f}.btn_gray:hover svg{fill:#f47a55}.btn-delete{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px;background:#ffefed;border-radius:8px;margin-left:10px}.btn-delete svg{fill:#fc2925}.btn-delete_gray{background:rgba(4,6,20,.2)}.btn-delete_gray svg{fill:#fff}.btn-delete:hover,.btn-print:hover,.calendar a:hover,.calendar select:hover,.link:hover{opacity:.7}.link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:1rem;color:#1b6fc6;padding:10px 35px}.link svg{margin-right:8px}.link_border{font-size:1.125rem;font-weight:500;border:1px solid rgba(23,121,211,.5);border-radius:8px}.check,.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex}.check{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.check svg{margin-left:5px;fill:rgba(140,148,165,.7)}.checkbox{cursor:pointer}.checkbox input+div{min-width:20px;height:20px;border:2px solid rgba(0,14,51,.3);border-radius:4px;margin-right:10px}.checkbox input:checked+div{border-color:#1b6fc6;background:no-repeat center url(../img/general/check.svg) #1b6fc6}.checkbox_item{margin-bottom:24px}.checkbox_item svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);margin:4px 11px 0 0}.checkbox_item .half-check{border:2px solid #1b6fc6;position:relative}.checkbox_item .half-check::after{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px;height:2px;content:"";background:#1b6fc6}.calendar{display:none;text-align:center;position:absolute;z-index:20;top:300%;right:0;width:326px;max-height:400px;background:#fff;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);border-radius:8px;padding:25px 16px}.calendar ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.calendar li,.calendar ul,.calendar__arrow{display:-webkit-box;display:-ms-flexbox;display:flex}.calendar li{width:42px;height:36px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.calendar a,.calendar select{font-weight:500;color:#1b6fc6}.calendar select{border:transparent;cursor:pointer;outline:transparent}.calendar__arrow{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 32px}.calendar__arrow button:first-of-type{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.calendar__arrow button:last-of-type{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.calendar__arrow button:hover,.calendar__numbers li:hover,.catalog__list-info h3 a:hover{opacity:.7}.calendar__days li{color:#8c94a5;font-weight:500;font-size:14px}.calendar__numbers li{cursor:pointer}.calendar__numbers .highlight{background:#edeeef}.calendar__numbers .end,.calendar__numbers .start{position:relative;color:#fff}.calendar__numbers .end span,.calendar__numbers .start span{display:inline-block;position:absolute;content:"";background:#040614;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:50%;left:50%;border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.calendar__numbers .end{border-top-right-radius:50%;border-bottom-right-radius:50%}.calendar__numbers .start{border-top-left-radius:50%;border-bottom-left-radius:50%}.catalog__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:56px}.catalog__controls,.catalog__controls a,.catalog__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog__controls{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}.catalog__controls li{margin:0 8px 8px 0}.catalog__controls a{border:1px solid #373c4c;border-radius:16px;color:#040614;padding:5px 6px 5px 12px}.catalog__controls a div{margin-left:2px;padding:1px 6px;background:rgba(0,14,51,.05);font-weight:500;border-radius:20px}.catalog__controls a.active,.catalog__controls a:hover{background:#040614;color:#fff}.catalog__controls a.active div,.catalog__controls a:hover div{background:rgba(255,255,255,.2)}.catalog__controls_down{margin-bottom:40px}.catalog__cards{width:73.5%}.catalog__filter{position:sticky;top:70px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 0;background:#fff;z-index:20}.catalog__sort select{border:transparent;color:#1b6fc6;cursor:pointer}.catalog__sort select:hover{-webkit-transition:.3s;transition:.3s;opacity:.7}.catalog__filter,.catalog__list.square,.catalog__list.square .catalog__list-info,.catalog__list>li,.catalog__switch{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog__switch-view{padding:2px;border-radius:8px;background:rgba(0,14,51,.15)}.catalog__switch-view a{display:inline-block;padding:4px 13px 3px 12px;border-radius:6px;border:1px solid transparent}.catalog__switch-view a.active,.catalog__switch-view a:hover{border-color:rgba(0,14,51,.05);background:#fff}.catalog__search,.catalog__search button,.catalog__search div{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog__search{display:none}.catalog__search button,.catalog__search div{display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500}.catalog__search button{color:#1b6fc6;font-size:1.125rem;margin-right:4px}.catalog__search svg,.compare-info__info>ul>li a svg{margin-right:7px}.catalog__search div{width:20px;height:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;background:#8c94a5;font-size:.875rem;color:#fff}.catalog__list{margin-bottom:8px}.catalog__list.square,.catalog__list>li{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog__list>li{padding:25px 30px 32px 24px;background:#f8f9fa;border-radius:16px;margin-bottom:8px}.catalog__list.square{-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog__list.square>li{width:49.5%}.catalog__list.square .catalog__list-info{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog__list.square .catalog__list-info h3{-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog__list.square .catalog__list-text{margin-bottom:30px}.catalog__list.square .catalog__list-text div,.catalog__list.square>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog__list.square .catalog__list-text span:first-of-type{margin-bottom:8px}.catalog__list.square .catalog__list-company{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.catalog__list.square .tags-card{width:100%}.catalog__list-dates,.catalog__list-dates div,.catalog__list-text,.catalog__list-text div{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog__list-dates div,.catalog__list-text div{position:relative}.catalog__list-dates div:not(:first-of-type),.catalog__list-text div:not(:first-of-type){margin-left:22px}.catalog__list-dates div:not(:first-of-type)::before,.catalog__list-text div:not(:first-of-type)::before{position:absolute;content:"";width:2px;height:2px;background:#f47a55;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-11px}.catalog__list-dates span,.catalog__list-text span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem}.catalog__list-dates span:first-of-type,.catalog__list-text span:first-of-type{color:rgba(0,14,51,.45);margin-right:4px}.catalog__list-dates,.compare-list.scroll .compare-list__controls,.compare-list.scroll .compare-list__tags{display:none}.catalog__list-info{width:85%}.catalog__list-info .tags-card{margin-bottom:6px}.catalog__list-info svg{rgba(0,14,51,.3);margin-left:10px}.catalog__list-info h3{font-weight:500;font-size:1.125rem;margin-bottom:24px}.catalog__list-info h3 a{color:#040614}.catalog__list-company{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog__list-company .controls-card,.compare-info__switch .check+label{margin-bottom:0}.catalog__list-img{-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog__list-img img{display:block;margin-left:auto}.catalog__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:4px 16px;font-size:.875rem;border-top:1px solid rgba(143,153,163,.4)}.catalog__pagination,.catalog__pagination-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog__pagination-wrapper span{color:#8c94a5}.catalog__pagination-wrapper .catalog__sort{margin-right:22px}.catalog__pagination-controls,.catalog__pagination-controls ul,.catalog__pagination-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog__pagination-controls li{padding:7px 8px;color:#373c4c;cursor:pointer;-webkit-transition:.3s;transition:.3s}.catalog__pagination-controls li.active{font-weight:500;color:#040614}.catalog__pagination-controls li.hidden{color:#afb4c0}.catalog__pagination-controls li:hover{opacity:.5}.catalog__pagination-controls button{padding:7px 8px}.catalog__pagination-controls button:first-of-type{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.catalog__pagination-controls button:last-of-type{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.catalog__pagination-controls button:hover,.compare-info__info>ul>li a:hover,.compare-info__inner-list button:hover,.compare-list__controls button:hover,.download-docs button:hover{opacity:.7}.catalog__pagination-controls button:hover:disabled{opacity:1}.catalog__pagination-controls button:disabled svg{fill:rgba(0,14,51,.3)}.catalog__pagination-controls svg{-webkit-transition:.3s;transition:.3s;fill:#1b6fc6}@media (max-width:1250px){.catalog__list-info h3{width:95%}.catalog__list-dates,.catalog__list-dates div,.catalog__list-text,.catalog__list-text div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog__list-dates div:not(:first-of-type),.catalog__list-text div:not(:first-of-type){margin-left:0}.catalog__list-dates div:not(:last-of-type),.catalog__list-text div:not(:last-of-type){margin-bottom:20px}.catalog__list-dates div::before,.catalog__list-text div::before{display:none}.catalog__list-dates span:first-of-type,.catalog__list-text span:first-of-type{margin-bottom:8px}}@media (max-width:1024px){.catalog__cards{width:100%}.catalog__filter .catalog__sort,.catalog__switch-view{display:none}.catalog__switch{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog__search{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:767px){.catalog__list{margin-bottom:8px}.catalog__list-info{width:100%}.catalog__list-info h3{width:100%;margin:0 0 18px}.catalog__list-info .catalog__list-text,.catalog__pagination-controls button,.catalog__pagination-wrapper span{display:none}.catalog__list-dates{display:block;margin-bottom:28px}.catalog__wrapper{margin-bottom:27px}.catalog__list li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px 24px 32px}.catalog__list-company{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.catalog__pagination{padding:4px}.catalog__sort{font-size:0;margin-left:0}.catalog__sort select{font-size:1rem}.catalog__pagination-controls li:not(.active){display:none}}.compare-info__list>ul>li,.compare-info__switch{display:-webkit-box;display:-ms-flexbox;display:flex}.compare-info__switch{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:12px;margin-bottom:22px}.compare-info__switch .download-docs{margin-right:0}.compare-info__list>ul{border-top:1px solid #dddfe4}.compare-info__list>ul>li{padding:25px 0}.compare-info__list>ul>li:not(:last-of-type){border-bottom:1px solid #dddfe4}.compare-info__list>ul>li.open .compare-info__info>ul{max-height:1000px;padding-top:27px}.compare-info__list>ul>li.open .compare-info__info h2 svg{-webkit-transform:rotate(0);transform:rotate(0)}.compare-info__list_problems{height:600px}.compare-info__info{width:100%}.compare-info__info h2{font-size:1.25rem;cursor:pointer;padding-left:5px}.compare-info__info h2 svg{-webkit-transition:.3s;transition:.3s;margin:0 10px 3px 0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.compare-info__info p:not(:last-of-type){margin-bottom:40px}.compare-info__info>ul{line-height:20px;max-height:0;overflow:hidden;-webkit-transition:.3s;transition:.3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.compare-info__info>ul>li{width:31.5%;padding:0 12px}.compare-info__info>ul>li:not(:last-of-type){margin-bottom:8px}.compare-info__info>ul>li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#1b6fc6}.compare-info__info>ul>li div{position:relative;top:10px;width:11px;height:2px;background:#040614}.compare-info__inner-list ul{margin-bottom:6px;max-height:150px;overflow:hidden;-webkit-transition:max-height .5s;transition:max-height .5s}.compare-info__inner-list ul.open,.info__general td ul.open{max-height:1500px}.compare-info__inner-list li:not(:last-of-type){margin-bottom:6px}.compare-info__inner-list button{color:#1b6fc6;font-weight:500}.compare-info__inner-list button span{background:rgba(23,121,211,.1);border-radius:20px;padding:0 6px;color:#373c4c}.compare-info__inner-list_dots ul{padding-left:17px;max-height:none}.compare-info__inner-list_dots ul li{list-style:disc}@media (max-width:767px){.compare-info__info>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.compare-info__info>ul>li{width:100%}.compare-info__info>ul>li div{position:static}}.compare-top{padding-top:23px}.compare-list{position:sticky;top:70px;margin-bottom:68px;background:#fff;z-index:20}.compare-list h2{font-weight:500;font-size:1.125rem;margin-bottom:24px;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:24px}.compare-list>ul,.compare-list>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex}.compare-list>ul{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.compare-list>ul>li{border-top:1px solid #dddfe4;max-width:31.6%;padding:31px 12px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.compare-list.scroll{border-bottom:1px solid #dddfe4}.compare-list.scroll>ul>li{border-color:transparent;padding-top:16px}.compare-top__header{margin-bottom:32px;padding:0 12px}.compare-top__header .breadcrumbs__compare{display:none}.compare-top__header h1{font-size:1.875em}.compare-list__controls,.compare-list__tags{display:-webkit-box;display:-ms-flexbox;display:flex}.compare-list__tags{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.compare-list__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.compare-list__controls a{color:#fff;padding:5px 16px 6px;background:#f47a55;border:1px solid #f47a55;border-radius:6px;margin-right:15px}.compare-list__controls a:hover{background:0 0;color:#f47a55}.compare-list__controls button{font-weight:500}.compare-list__controls svg{fill:#1b6fc6}@media (max-width:767px){.compare-list{position:static}.compare-list>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.compare-list>ul>li{max-width:100%;padding:31px 10px}.compare-top__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:23px}.compare-top__header .breadcrumbs{margin-bottom:0}.compare-top__header h1{font-size:1.125rem}}.controls-card{margin-bottom:34px;white-space:nowrap}.controls-card a svg{fill:rgba(0,14,51,.3)}.controls-card a:hover{opacity:.5}.controls-card a.is-active svg{fill:#f47a55}.controls-card__btn{display:inline-block}.controls-card__btn:not(:last-child){margin-right:19px}.download-docs,.download-docs a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.download-docs{position:relative;margin-right:12px}.download-docs a:hover,.download-docs button{color:#1b6fc6}.download-docs button svg{fill:#1b6fc6}.download-docs ul{position:absolute;top:105%;display:none;background:#fff;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08);border-radius:4px;width:100%}.download-docs a{font-size:.875rem;color:#040614;padding:9px 16px}.download-docs a svg{min-width:12px;fill:#8c94a5;margin-right:14px}.download-docs a:hover svg{-webkit-transition:.3s;transition:.3s;fill:#1b6fc6}.download-docs.open ul{display:block}.download-docs.open button svg,.sidebar__main-list>li.open .sidebar__item>svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.feedback{width:22%}.feedback>button{display:none}.feedback>button svg{fill:#fff}.feedback__wrapper{line-height:20px;background:#fff}.feedback__wrapper h2{display:none;font-weight:400;font-size:1.5rem;margin-bottom:16px}.feedback__wrapper a,ul.info__list-stages a,ul.info__list-steps a{color:#1b6fc6}.feedback__wrapper a:hover{opacity:.7}.feedback__wrapper h3{font-weight:600;font-size:18px;margin-bottom:16px}.feedback__wrapper>button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:24px;color:#1b6fc6}.feedback__wrapper>button:hover{opacity:.6}.feedback__contacts svg,.feedback__wrapper>button svg{margin-right:10px}.feedback__contacts,.feedback__contacts a,.feedback__wrapper>button{display:-webkit-box;display:-ms-flexbox;display:flex}.feedback__contacts{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}.feedback__contacts a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.feedback__contacts span:first-of-type{font-size:14px;color:#8c94a5}.feedback__acts,.feedback__request-block{margin-bottom:40px}.feedback__request-block:not(:last-of-type){margin-bottom:16px}.feedback__request-block span{display:inline-block;font-weight:700;margin-bottom:4px}.feedback__request-block div{font-size:14px;color:#8c94a5;margin-bottom:4px}.feedback__acts a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.feedback__acts a:not(:last-of-type){margin-bottom:8px}.feedback__acts a svg{position:relative;top:3px;min-width:15px;margin-right:10px;fill:#1b6fc6}@media (max-width:1024px){.feedback{width:100%;position:fixed;z-index:100;right:-100%;top:0;bottom:0;background:rgba(0,0,0,.3);-webkit-transition:right .5s;transition:right .5s}.feedback.open{right:0}.feedback>button{display:block;position:absolute;top:35px;left:12px}.feedback__wrapper{padding:32px 16px 24px 28px;height:100%;overflow-y:auto;margin-left:40px}.feedback__wrapper h2{display:block}.feedback__wrapper>button{font-weight:500}}.fields__wrapper{margin:0 auto;width:77%}.field{margin-bottom:27px}.field>span{position:relative;display:inline-block;margin:0 0 7px 12px}.field>span svg{margin-left:10px;fill:rgba(0,14,51,.3)}.field.required>span:after{position:absolute;top:0;content:"";right:-10px;width:4px;height:4px;border-radius:50%;background:#e11900;margin-right:3px}.field.error .field__wrapper{border-color:#fc2925}.field.error .field__error{display:block}.field__wrapper{border:2px solid transparent}.field__container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.field__wrapper{width:100%;background:rgba(0,14,51,.05);border-radius:8px;padding:4px;min-height:44px;position:relative}.field__wrapper input[type=text]{border:transparent;background:0 0;padding:6px;width:90%;outline:0}.field__wrapper svg{fill:#1b6fc6}.field__wrapper>button{position:absolute;top:0;right:0;padding:10px 12px}.field__wrapper>button:hover,.header__nav button:hover,.header__user button:hover,.info__general td button:hover{opacity:.7}.field__wrapper.open:not(.field__wrapper_calendar){border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:inset 0 0 0 2px rgba(23,121,211,.5);box-shadow:inset 0 0 0 2px rgba(23,121,211,.5);background:#fff}.field__wrapper.open:not(.field__wrapper_calendar) .select__down{display:block}.field__wrapper_calendar{position:relative}.field__wrapper_calendar.open .calendar{display:block}.field__error{display:none;margin:8px 0 0 12px;font-size:.875rem;color:#fc2925}@media (max-width:767px){.fields{width:100%}}.footer{border-top:1px solid rgba(140,148,165,.3);padding:8px 0}.footer_filter{position:absolute;left:0;right:0;bottom:0;padding:16px 0 40px}.footer_filter .footer__wrapper{padding:0 48px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer_filter .btn{min-width:115px;font-size:1rem;padding:5px 16px 7px}.footer_filter .btn:first-of-type{margin-right:8px}.footer__info,.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__info{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__info svg{fill:#fc2925;margin-right:8px}@media (max-width:1024px){.footer_admin .footer__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__info{margin-bottom:20px}}@media (max-width:767px){.btn{min-width:100%}.footer_filter .footer__wrapper{padding:0 19px}.popup__main form .filter{margin:0 0 16px}}.header{padding:12px 0;border-bottom:1px solid rgba(140,148,165,.3);position:sticky;top:0;background:#fff;z-index:30;height:70px}.header_admin .header__logo{display:none}.header_admin .header__nav ul{margin-left:157px}.header,.header__nav ul,.header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__wrapper{max-width:1366px;width:100%;margin:0 auto;padding:0 65px 0 22px}.header__wrapper label{display:none;cursor:pointer;position:relative;width:18px;height:16px;margin:0 29px 0 7px}.header__wrapper label span,.header__wrapper label::after,.header__wrapper label::before{position:absolute;width:100%;height:2px;background:#60687a;-webkit-transition:.5s;transition:.5s}.header__wrapper label span{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}.header__wrapper label::after{content:"";top:0}.header__wrapper label::before{content:"";bottom:0}.header__nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.header__nav ul{margin-left:47px}.header__nav li{font-size:.875rem}.header__nav li:not(:last-of-type){margin-right:32px}.header__nav a{color:#040614}.header__nav a.active,.header__nav a:hover{color:#f47a55;font-weight:500}.header__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__user button{margin-left:5px;padding:5px}.header__user-img{position:relative}.header__user-img::after{display:none;position:absolute;width:10px;height:10px;background:#47dc68;border-radius:50%;content:"";bottom:0;right:0}.header__wrapper-svg{fill:#60687a}.header__logo-svg{fill:#040614}@media (max-width:1250px){.header__wrapper{padding-right:22px}.header__nav ul{margin-left:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:1024px){.header__nav{display:none}.header__nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__nav li{font-size:1.5rem;margin-bottom:20px}.header__wrapper label{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.header__wrapper input:checked~.header__nav{position:fixed;top:0;right:0;left:0;bottom:0;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:50}.header__wrapper input:checked+label{position:relative;z-index:60}.header__wrapper input:checked+label span{display:none}.header__wrapper input:checked+label::after{top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.header__wrapper input:checked+label::before{top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.header__logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header__user{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__user::after{display:block}}@media (max-width:767px){.header__user-img::after{display:block}}.info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.info__wrapper{width:72%}.info__wrapper>ul{padding-left:25px}.info__wrapper>ul li{list-style:disc}.info__wrapper h2{font-size:24px;margin-bottom:24px}.info__wrapper h3{font-size:1.125rem;margin-bottom:20px}.info__wrapper>p,.info__wrapper>ul{font-size:1.125rem;line-height:24px}.info__general,.info__wrapper>p{margin-bottom:64px}.info__general th{vertical-align:top;padding:18px 16px 18px 0;color:#60687a;font-weight:400;min-width:286px;text-align:left}.info__general td{padding:18px 0;line-height:20px}.info__general td ul{max-height:130px;overflow:hidden;-webkit-transition:max-height .5s;transition:max-height .5s}.info__general td li:not(:last-of-type){margin-bottom:7px}.info__general td button{padding-top:8px;color:#1b6fc6}.info__general td,.info__general th{border-top:1px solid #dddfe4;border-bottom:1px solid #dddfe4}.info__list-get{margin-bottom:94px}.info__list-get li{margin-bottom:18px}.info__list-status{margin-bottom:25px}.info__list-status p,.slider__main .flickity-slider>li .tags-card{margin-bottom:10px}.info__list-status li:not(:last-of-type){margin-bottom:25px}.info__status{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info__status svg{margin-right:5px}.info__status_success{color:#0fa764}.info__status_success svg{fill:#0fa764}.info__status_error{color:#fc2925}.info__status_pending{color:#bc8b2c}.info__status_pending svg{fill:#bc8b2c}.info__check label,.info__extra{display:-webkit-box;display:-ms-flexbox;display:flex}.info__extra{font-size:1rem;padding:16px;background:#f4fafb;border-radius:8px;margin-bottom:44px;line-height:20px}.info__extra_warn{background:#fffaf0}.info__extra svg{min-width:20px;margin-right:10px;fill:#1b6fc6}.info__check{margin-bottom:68px}.info__check label{font-size:1.125rem;line-height:24px}.info__check div{min-width:20px;height:20px;border:2px solid rgba(0,14,51,.3);border-radius:4px;margin-right:10px;cursor:pointer}.info__check input:checked+div{border:2px solid #1b6fc6;background:no-repeat center url(../img/general/check.svg) #1b6fc6}.info__list-other{margin-bottom:64px}.info__list-project{margin-bottom:80px}.info__list-project li:not(:last-of-type){margin-bottom:22px}.info__list-docs{margin-bottom:64px}.info__list-docs li:not(:last-of-type){margin-bottom:24px}.info__list-docs a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1rem;font-weight:500;margin:13px 0 7px;color:#1b6fc6}.info__list-docs a:hover{opacity:.7}.info__list-docs svg{margin-right:8px}.info__list-docs:last-of-type{margin-bottom:105px}.info__list-switch{margin-bottom:16px}.info__list-switch h2,.slider__main .flickity-slider>li .controls-card{margin-bottom:0}ul.info__list-steps{padding:4px 0 0;margin-bottom:68px}ul.info__list-steps li{list-style:none}ul.info__list-steps li:not(:last-of-type){margin-bottom:48px}.info__event ul a,ul.info__list-steps li>a{display:-webkit-box;display:-ms-flexbox;display:flex}ul.info__list-steps li>a svg{min-width:18px;margin-right:18px}ul.info__list-steps h3{font-size:1.25rem}ul.info__list-steps p{margin-bottom:20px}ul.info__list-stages{margin-bottom:85px}ul.info__list-stages h3{margin-bottom:12px;font-size:1.25rem;font-weight:400}ul.info__list-stages li{display:inline-block;width:100%;position:relative;list-style:none;padding-left:32px}ul.info__list-stages li:not(:last-of-type){border-left:1px solid #8c94a5;padding-bottom:34px}.info__item-stages{display:none}.info__item-stages h4{font-weight:400;font-size:1.25rem;margin-bottom:16px}.info__item-stages button{background:rgba(23,121,211,.1);border-radius:6px;padding:5px 16px 7px;font-size:1rem;margin-bottom:36px}.info__item-stages .info__extra:last-child,.info__item-stages button:last-child,.info__item-stages p:last-child{margin-bottom:0}.info__item-stages p{margin-bottom:34px}.info__item-stages .info__extra_warn{margin-bottom:24px}.info__item-clock{fill:#1b6fc6}.info__circle,.info__item-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info__item-time{font-size:1rem;color:#8c94a5;margin-bottom:25px}.info__item-time svg{margin-right:5px}.info__circle{position:absolute;top:-6px;left:-18px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;color:#fff;font-size:18px;background:#040614;border-radius:50%}.info__circle_light{background:#8c94a5}.info__stages-svg{fill:#fff}.info__tabs,.info__tabs a{display:inline-block;border-radius:6px}.info__tabs{padding:2px;background:rgba(0,14,51,.15);margin-bottom:44px}.info__tabs a{padding:10px 16px;font-size:1.125rem;color:#040614}.info__tabs a.active{background:#fff}.info__event a:hover,.info__tabs a:hover{opacity:.7}.info__event{padding-bottom:36px;margin-bottom:63px}.info__event:not(:last-of-type){border-bottom:1px solid rgba(140,148,165,.3);margin-bottom:36px}.info__event>p{font-size:1.125rem;margin-bottom:24px}.info__event-svg{fill:#1b6fc6}.info__event a{color:#1b6fc6}.info__event ul{padding:0;width:80%}.info__event ul li{list-style:none}.info__event ul li{margin-bottom:15px}.info__event ul svg{min-width:18px;margin-right:15px}.info__event ul p,.info__event-email a{font-size:1.125rem}.info__event-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:28px}.info__event-title h3{font-size:1.25rem;margin-bottom:0}.info__event-title span{white-space:nowrap;color:#8c94a5}.info__event-email{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:24px}.info__event-email a:not(:last-of-type){margin-bottom:24px}.info__download>span{display:block;font-weight:700;font-size:18px;margin-bottom:12px}.info__download-file,.info__download-info>div{display:-webkit-box;display:-ms-flexbox;display:flex}.info__download-file{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 22px;background:#f1f4f7;border-radius:8px}.info__download-controls,.info__download-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info__download-info svg{min-width:24px}.info__download-info>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:26px}.info__download-info span:first-of-type{font-size:1.125rem}.info__download-info span:last-of-type{font-size:.875rem;color:rgba(0,14,51,.3)}.info__download-controls button:not(:last-of-type){margin-right:20px}.info__download-controls button:hover{opacity:.5}@media (max-width:1024px){.info__wrapper{width:100%}}@media (max-width:767px){.info__wrapper{width:100%}.info__wrapper h2{font-size:1.25rem}.info__general{display:none}ul.info__list-steps h3{font-size:1.125rem}ul.info__list-stages h3{font-size:1.25rem;line-height:28px}.info__check-stages+label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.info__event-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.info__event-title h3{margin-bottom:10px}}.menu{padding:16px 16px 16px 0;background:#f8f9fa;border-radius:16px;max-width:270px}.menu__item.active .menu__link,.menu__item:hover .menu__link{border-color:#f47a55;color:#040614}.menu__item:not(:last-of-type){margin-bottom:4px}.menu__link{margin-top:4px;display:block;font-size:1.125rem;color:#8c94a5;border-left:3px solid transparent;padding:12px 0 8px 27px}.logo-add{border:1px dashed #afb4c0;border-radius:8px;width:270px;height:180px;padding:10px}.logo-add__wrapper,.popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.logo-add__wrapper{background:#f1f4f7;width:100%;height:100%;border-radius:4px}.logo-add__wrapper .link{cursor:pointer;padding:8px 16px 12px}.popup{background:rgba(0,0,0,.3);position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;color:#001729}.popup>button{position:absolute;top:38px;left:12px;display:none}.popup>button svg{fill:#fff}.popup_filter{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.popup_filter .popup__header{padding-top:32px;border-color:transparent}.popup_filter .popup__header h2{font-size:2rem;font-weight:400}.popup_filter .popup__content{height:100vh;max-width:none;width:416px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup_filter .popup__main{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 0 89px}.popup_filter>button{display:block;right:430px;left:auto}.popup__wrapper{padding:32px 48px 24px}.popup__content{border-radius:2px;background:#fff;max-width:816px}.popup__header{position:relative;padding:48px 60px 16px;border-bottom:1px solid #dddfe4}.popup__header a{display:none}.popup__header a svg{fill:#1b6fc6}.popup__header button{position:absolute;top:23px;right:23px}.popup__header button svg{fill:#8c94a5;-webkit-transition:.3s;transition:.3s}.popup__header button:hover svg{fill:#001729}.popup__main{position:relative;margin:3px;height:290px;padding:32px 48px 24px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(140,148,165,.3) transparent}.popup__main form::-webkit-scrollbar,.popup__main::-webkit-scrollbar,.select__down>ul::-webkit-scrollbar{width:4px;background:0 0}.popup__main form::-webkit-scrollbar-thumb,.popup__main::-webkit-scrollbar-thumb{border-radius:2px;background:rgba(140,148,165,.3)}.popup__main .filter,.popup__main form .filter{margin-bottom:16px}.popup__main form{height:100%;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(140,148,165,.3) transparent}.popup__main>ul>li{padding:20px 16px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.popup__main>ul>li:not(:last-of-type){border-bottom:1px solid #dddfe4}.popup__main>ul>li.open .popup__info p,.popup__main>ul>li.open .popup__info ul{max-height:1000px;padding-top:12px}.popup__main>ul>li.open .popup__icon svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.popup__main_problems{height:600px}.popup__icon{margin-right:15px}.popup__icon svg,.popup__info p,.popup__info ul{-webkit-transition:.3s;transition:.3s}.popup__info span{font-weight:700;font-size:18px;line-height:24px}.popup__info p,.popup__info ul{line-height:20px;max-height:0;overflow:hidden}.popup__info ul{padding-left:25px}.popup__info li{list-style:disc}.popup__info li:not(:last-of-type){margin-bottom:8px}@media (max-width:1024px){.popup_filter .search__wrapper{margin-left:0}}@media (max-width:767px){.popup>button{display:block}.popup_filter>button{right:auto;left:12px}.popup_filter .popup__content{width:320px;margin-left:40px}.popup__wrapper{padding:32px 19px 24px}.popup__content{height:100%;margin-left:40px;overflow-y:auto}.popup__header{padding:32px 16px 16px 28px;display:-webkit-box;display:-ms-flexbox;display:flex}.popup__header a{display:block;margin:6px 16px 0 0}.popup__header h2{font-size:1.5rem;font-weight:400}.popup__header button{display:none}.popup__main{padding:0 16px 89px}.popup__main>ul>li{padding:20px 0 20px 14px}}.navigator-top{padding:24px 0 48px}.navigator-top h1{font-size:3rem;color:#fff;margin-bottom:32px}.navigator-top h1 svg{display:none}.navigator-top_bg{max-width: 1366px;margin: auto;background:no-repeat 99% bottom url(../img/general/figures.png) #60687a}.navigator-top_admin h1,.slider__main h3 a{color:#040614}.navigator-top_admin .navigator-top__form{margin-right:20px}.navigator-top_admin .navigator-top__form input{background-image:none}.navigator-top_admin .navigator-top__form .navigator-top__btn:hover{background:0 0;border-color:#f47a55;color:#f47a55}.navigator-top__wrapper{padding:0 12px}.navigator-top__form{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:80%}.navigator-top__form input{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 38px 0 12px;height:100%;border-radius:8px;background:no-repeat 99% center url(../img/general/microphone.svg) #f8f9fa;border-width:0;margin-right:8px;outline:0}.navigator-top__form input::-webkit-input-placeholder{color:#8c94a5}.navigator-top__form input::-moz-placeholder{color:#8c94a5}.navigator-top__form input:-ms-input-placeholder{color:#8c94a5}.navigator-top__form input::-ms-input-placeholder{color:#8c94a5}.navigator-top__form input::placeholder{color:#8c94a5}.navigator-top__btn{height:100%;font-weight:500;font-size:1.125rem;color:#f8f9fa;padding:0 26px;background:#f47a55;border:1px solid transparent;border-radius:8px}.navigator-top__btn:hover{background:0 0;border-color:#f8f9fa}.navigator-top__control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:70%}.navigator-top__add,.navigator-top__container,.navigator-top__control{display:-webkit-box;display:-ms-flexbox;display:flex}.navigator-top__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navigator-top__add{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;font-size:18px;color:#1b6fc6;border:1px solid rgba(23,121,211,.5);border-radius:8px;padding:8px 16px 8px 13px}.navigator-top__add svg{margin-right:6px}@media (max-width:1024px){.navigator-top__wrapper{padding:0}}@media (max-width:767px){.navigator-top{padding:25px 0 16px;background-image:none}.navigator-top h1{font-size:1.5rem;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigator-top h1 svg{display:inline-block}.navigator-top .breadcrumbs{margin-bottom:16px}.navigator-top__form{width:100%}.navigator-top__form input{background-position:95% center;margin-right:0}.navigator-top__form button{display:none}.navigator-top__control{margin-bottom:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.navigator-top__control .navigator-top__btn{font-size:1rem}.navigator-top__control .navigator-top__form{margin:0 0 20px;height:30px}.navigator-top__control .navigator-top__form input{width:10px;max-width:100%}.navigator-top__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.search{width:23%}.search>button{display:none}.search>button svg{fill:#fff}.search__wrapper{background:#fff}.search__header,.search__switch .check+label{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.search__header{padding:21px 0;margin-bottom:16px;position:sticky;z-index:20;top:70px;background:#fff}.search__header svg,.select__tags svg{fill:#8c94a5}.search__header,.search__header-wrapper,.search__header-wrapper span{display:-webkit-box;display:-ms-flexbox;display:flex}.search__header-wrapper h3{margin-right:8px;font-size:1.125rem;white-space:nowrap}.search__header-wrapper span{width:20px;height:20px;font-size:.875rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;color:#fff;background:#8c94a5;border-radius:50%}.search__switch{margin-bottom:29px}.search__switch .check+label{font-size:1rem;margin-bottom:0;width:100%}.search__switch .check+label span{margin-left:12px}.search__buttons a,.search__buttons button{width:100%;font-size:1.125rem;font-weight:500}.search__buttons button{height:44px;background:rgba(23,121,211,.1);border-radius:8px;margin-bottom:16px}.search__buttons button:hover{color:#1b6fc6}.search__buttons a{display:inline-block;text-align:center;color:#1b6fc6}@media (max-width:1024px){.search{margin-top:0;width:100%;position:fixed;z-index:100;right:-100%;top:0;bottom:0;background:rgba(0,0,0,.3);-webkit-transition:right .5s;transition:right .5s}.search>button{display:block;position:absolute;top:39px;left:12px}.search.open{right:0}.search__header a,.search__header-wrapper span{display:none}.search__header{position:static;padding:0}.search__wrapper{padding:32px 48px 24px;height:100%;margin-left:40px;overflow-y:auto}.search__wrapper h3{font-size:1.5rem;color:#001729;font-weight:400;margin-left:12px}}.field .tox .tox-edit-area__iframe,.field .tox .tox-menubar,.field .tox .tox-statusbar,.field .tox .tox-toolbar,.field .tox .tox-toolbar__overflow,.field .tox .tox-toolbar__primary{background:rgba(0,14,51,.07)}.field .tox.tox-tinymce{border-color:transparent;border-radius:8px}.field .tox .tox-editor-header{border-bottom:1px solid rgba(140,148,165,.5)}.field .tox .tox-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.field .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:none}.select__tags{margin-right:31px}.select__tags li{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:5px 12px 5px 10px;background:#fff;border:1px solid rgba(140,148,165,.7);border-radius:16px}.select__tags li:not(:last-of-type){margin-bottom:4px}.select__tags button{margin-left:7px}.select__tags button:hover,.slider__accordion a:hover,.slider__accordion h2:hover,.slider__main h3 a:hover{opacity:.7}.select__down{display:none;position:absolute;z-index:20;width:100%;left:0;right:0;padding:12px 6px 12px 12px;top:100%;border-radius:0 0 8px 8px;background:#fff;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.08)}.select__down>ul{margin-right:3px;max-height:260px;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(140,148,165,.7) transparent}.select__down>ul::-webkit-scrollbar-thumb{border-radius:2px;background:rgba(140,148,165,.7)}.select__list{padding:0 0 22px 32px}.select__list li:not(:last-of-type){margin-bottom:24px}.slider{background:#f1f4f7;margin-bottom:32px}.slider__wrapper{padding:24px 0}.slider__wrapper.open .slider__accordion{margin-bottom:24px}.slider__wrapper.open .slider__accordion>svg{-webkit-transform:translateY(-50%) rotate(0);transform:translateY(-50%) rotate(0)}.slider__wrapper.open .slider__main{display:block}.slider__accordion{padding-left:15px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.slider__accordion h2{cursor:pointer;-webkit-transition:.3s;transition:.3s}.slider__accordion>svg{position:absolute;top:50%;left:-15px;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg)}.slider__accordion a{font-weight:500;color:#1b6fc6}.slider__accordion a svg{margin-right:3px}.slider__main{overflow:hidden;display:none}.slider__main .flickity-slider>li,.slider__main>ul{display:-webkit-box;display:-ms-flexbox;display:flex}.slider__main>ul{margin-bottom:32px}.slider__main h3{font-weight:500;font-size:1.125rem;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:25px;line-height:24px}.slider__main .flickity-viewport{position:static}.slider__main .flickity-slider>li{min-height:100%;padding:25px 24px 32px;width:31.5%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;margin-right:30px;border-radius:16px}.slider__buttons button:first-of-type{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.slider__buttons button:last-of-type{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.slider__buttons button:hover{background:#1779d3}.slider__buttons button:hover svg{fill:#f1f4f7}.slider__buttons button svg{-webkit-transition:.3s;transition:.3s;fill:#1779d3}.slider__controls{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.slider__buttons,.slider__buttons button,.slider__controls{display:-webkit-box;display:-ms-flexbox;display:flex}.slider__buttons button{width:36px;height:36px;border-radius:50%;border:1px solid #1779d3;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider__buttons button:first-of-type{margin-right:16px}@media (max-width:1250px){.slider__main .flickity-slider>li{width:48.5%}}@media (max-width:767px){.slider__accordion h2{font-size:1.25rem}.slider__accordion a{display:none}.slider__main .flickity-slider>li{width:100%}.slider__accordion{-webkit-box-pack:baseline;-ms-flex-pack:baseline;justify-content:baseline;padding-left:32px}.slider__accordion svg{left:0}}.support-top{padding:23px 12px 34px}.support-top__info,.support-top__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.support-top__main h1{font-size:1.875rem;margin-bottom:26px}.support-top__info li:not(:last-of-type){margin-right:42px}.support-top__info div:first-of-type{color:rgba(0,14,51,.45);font-size:.875rem;margin-bottom:8px}.support-top__info div:last-of-type{color:#000e33;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.support-top__info svg{margin-left:10px;fill:#fc2925}.support-top__company{margin-left:32px;padding-top:16px}@media (max-width:1024px){.support-top{padding:23px 0 34px}.support-top__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-top__info li:not(:last-of-type){margin:0 0 20px}}@media (max-width:767px){.support-top__info,.support-top__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.support-top__info{-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-top__info li:not(:last-of-type){margin:0 0 20px}.support-top__main h1{font-size:1.5rem}.support-top__company{text-align:center;margin:0 0 50px;padding-top:0}}.check+label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;margin-bottom:44px}.check+label div{position:relative;width:40px;height:22px;background:rgba(0,14,51,.15);border-radius:20px;margin-left:12px;cursor:pointer}.check+label div::after{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:2px;content:"";width:18px;height:18px;background:#fff;border-radius:50%}.check+label~.info__list-stages li:first-of-type,.tabulator-row.hidden .table-controls__eye svg:first-of-type{display:none}.check:checked+label div{background:#1b6fc6}.check:checked+label div::after{left:auto;right:2px}.check:checked~.info__list-stages li:first-of-type{display:inline-block}.check:checked~.info__list-stages h3{margin-bottom:22px}.check:checked~.info__list-stages .info__item-stages{display:block}.tabulator{border:transparent;font-size:16px;margin-bottom:30px}.tabulator .tabulator-header{border-bottom:2px solid rgba(140,148,165,.4);font-weight:500;color:#040614}.tabulator .tabulator-header .tabulator-col{border-color:transparent;background:#fff}.tabulator .tabulator-header .table-controls{position:sticky;right:0;background-color:#fff}.tabulator .tabulator-footer{border-top:2px solid rgba(140,148,165,.4);background-color:#fff;font-size:14px}.tabulator .tabulator-footer .tabulator-page{border-color:transparent;color:#373c4c}.tabulator .tabulator-footer .tabulator-page.active{color:#040614;font-weight:500}.tabs__download button,.tabulator .tabulator-footer .tabulator-page[data-page=first],.tabulator .tabulator-footer .tabulator-page[data-page=last]{display:none}.tabulator .tabulator-footer .tabulator-page-size{border-color:transparent;color:#1b6fc6;font-weight:500;outline:0}.tabulator .tabulator-footer .tabulator-paginator{font-weight:400;color:#040614}.tabulator .tabulator-footer .tabulator-footer-contents{padding:11px 16px;color:#8c94a5}.tabulator .tabulator-tableholder .tabulator-table{color:#040614}.table-info{display:-webkit-box;display:-ms-flexbox;display:flex;white-space:normal}.table-info svg{min-width:20px;height:20px;margin-right:6px}.tabulator-col-title-holder{margin-bottom:14px}.tabulator-col-title-holder input[type=checkbox],.tabulator-row .tabulator-cell input[type=checkbox]{width:20px;height:20px}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);border:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{border:0}.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg);border:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{width:12px;height:12px;background:no-repeat center/cover url(../img/general/arrow-back.svg);-webkit-transform:rotate(90deg);transform:rotate(90deg);border:0}.tabulator .tabulator-header .tabulator-col .tabulator-col-content{padding:12px 5px 5px}.tabulator-row:not(:last-of-type){border-bottom:1px solid rgba(143,153,163,.4)}.tabulator-row.tabulator-row-even{background-color:#fff}.tabulator-row.tabulator-selected,.tabulator-row.tabulator-selected:hover{background-color:#fff2ee}.tabulator-row .tabulator-cell{border-right-color:transparent;padding:12px 14px}.tabulator-row .table-controls{position:sticky;right:0;background-color:#fff;border-left:1px solid rgba(140,148,165,.3)}.tabulator-row .table-controls__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabulator-row .table-controls__wrapper a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.tabulator-row .table-controls__wrapper a:first-of-type{margin-right:10px}.tabulator-row.hidden{color:rgba(0,14,51,.3)}.tabulator-row.hidden .table-controls__eye svg:last-of-type{display:block}.table-controls__eye svg:last-of-type{display:none}.tabulator-header-filter input{outline:0;border-color:transparent;font-size:14px}.tabs,.tabs ul{position:relative}.tabs{margin-bottom:40px}.tabs ul{display:-webkit-box;display:-ms-flexbox;}.tabs ul::after{position:absolute;bottom:0;z-index:-1;width:100%;content:"";border-bottom:1px solid rgba(140,148,165,.3)}.tabs li{z-index:10}.tabs li.active .tabs__link,.tabs li:hover .tabs__link{color:#040614;border-bottom-color:#f47a55}.tabs .flickity-viewport{width:100%}.tabs__link{margin-left:2px;margin-right:2px;display:inline-block;font-weight:500;padding:15px 12px;color:#8c94a5;border-bottom:3px solid transparent}.tabs__link span{font-size:14px;padding:1px 6px;background:rgba(0,14,51,.05);font-weight:500;border-radius:20px}.tabs__download{position:absolute;top:15px;right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tabs__download svg{margin-right:4px}.tabs__download a{font-weight:500;color:#1b6fc6}.tabs__download a:hover{opacity:.7}@media (max-width:1250px){.tabs ul{margin-bottom:18px}.tabs li{white-space:nowrap}.tabs li a.active{color:#040614;border-bottom-color:#f47a55}.tabs__download{position:static}}@media (max-width:1024px){.tabs__download{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs__download button{display:block}.tabs__download a{font-size:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs__download a svg{width:15px;height:17px}}.tags-card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tags-card li{padding:2px 4px;background:rgba(221,223,228,.7);border-radius:4px;font-size:.875rem;margin:0 12px 10px 0}.tags-card li.active{background:#e6f2ed;color:#0fa764}.equipment{width:31.5%;padding:24px 16px 16px;background:#f8f9fa;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-bottom:27px}.equipment h2{font-size:1.125rem;margin-bottom:20px;padding-left:12px}.equipment__main-list>li.open svg,.sidebar.open .sidebar__button svg{-webkit-transform:rotate(0);transform:rotate(0)}.equipment__main-list>li.open .equipment__list,.sidebar.open li.open .sidebar__item-list{max-height:2000px}.equipment__title{font-size:1.125rem;padding:12px 10px 12px 15px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex}.equipment__title svg{-webkit-transition:.5s;transition:.5s;margin-right:9px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.equipment__list{font-size:1.125rem;-webkit-transition:.5s;transition:.5s;max-height:0;overflow:hidden}.equipment__list-link{color:#040614;display:block;padding:12px 10px 12px 42px}.equipment__list-link.active{background:rgba(140,148,165,.3);border-radius:4px}@media (max-width:767px){.equipment{width:100%}}.sidebar{position:fixed;z-index:30;top:0;left:0;bottom:0;background:#040614;width:64px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.875rem;overflow:hidden;-webkit-transition:width .5s;transition:width .5s}.sidebar svg{fill:#8c94a5}.sidebar,.sidebar a{color:#dddfe4}.sidebar li.open .sidebar__item-list{max-height:0}.sidebar.open{width:272px}.sidebar.open .sidebar__button{border-color:rgba(140,148,165,.3)}.sidebar__main-list{width:272px;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:auto}.sidebar__main-list>li{padding:22px 23px}.sidebar__main-list>li.open .sidebar__item{color:#8c94a5}.sidebar__main-list::-webkit-scrollbar{width:4px;background:0 0}.sidebar__main-list::-webkit-scrollbar-thumb{width:4px;background:#8c94a5;border-radius:2px}.sidebar__item-link,.sidebar__main-item{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar__item-link span span,.sidebar__main-item span span{display:inline-block;position:relative;padding-right:15px}.sidebar__item-link span span::after,.sidebar__item-list span::after,.sidebar__main-item span span::after{content:"";width:2px;height:2px;background:#dddfe4;border-radius:50%;position:absolute;top:50%;right:6px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sidebar__item-link.active,.sidebar__main-item.active{color:#f47a55}.sidebar__item-link.active svg,.sidebar__main-item.active svg{fill:#f47a55}.sidebar__item-link:hover,.sidebar__main-item:hover{color:#8c94a5}.sidebar__logo{padding:16px;width:272px}.sidebar__logo svg{min-width:32px;margin-right:16px}.sidebar__logo-link{font-size:11px;line-height:16px}.sidebar__logo-link:hover{opacity:.8}.sidebar__container,.sidebar__item,.sidebar__logo-link,.sidebar__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.sidebar__container,.sidebar__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sidebar__container{min-width:20px;margin-right:22px}.sidebar__item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;-webkit-transition:.3s;transition:.3s}.sidebar__item:hover{color:#8c94a5}.sidebar__item svg{-webkit-transition:.5s;transition:.5s}.sidebar__item-list{max-height:0;overflow:hidden;-webkit-transition:max-height .5s;transition:max-height .5s}.sidebar__item-list ul{padding:16px 0 0 42px}.sidebar__item-list li{padding:16px 0}.sidebar__item-list li:last-of-type{padding-bottom:0}.sidebar__item-list li a{display:inline-block}.sidebar__item-list span{position:relative;padding-right:15px}.sidebar__buttons{padding:24px;border-top:1px solid transparent}.sidebar__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#dddfe4;cursor:pointer}.sidebar__button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sidebar__button:hover{opacity:.7}

.navigator-top__add:hover {
  background-color: rgba(23,121,211,.05);
}


.table-rows select {
  border-color: transparent;
  color: #1B6FC6;
  font-weight: 500;
  outline: none;
}

.tabulator {
  border: transparent;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
}
.tabulator .tabulator-header {
  border-bottom: 2px solid rgba(140, 148, 165, 0.4);
  font-weight: 500;
  color: #040614;
}
.tabulator .tabulator-header .tabulator-col {
  border-color: transparent;
  background: #ffffff;
}
.tabulator .tabulator-header .table-controls {
  position: sticky;
  right: 0;
  background-color: #fff;
}
.tabulator .tabulator-footer {
  border-top: 2px solid rgba(140, 148, 165, 0.4);
  background-color: #ffffff;
  font-size: 14px;
}
.tabulator .tabulator-footer .tabulator-page {
  border-color: transparent;
  color: #373C4C;
}
.tabulator .tabulator-footer .tabulator-page.active {
  color: #040614;
  font-weight: 500;
}
.tabulator .tabulator-footer .tabulator-page[data-page=first],
.tabulator .tabulator-footer .tabulator-page[data-page=last] {
  display: none;
}
.tabulator .tabulator-footer .tabulator-page-size {
  border-color: transparent;
  color: #1B6FC6;
  font-weight: 500;
  outline: none;
}
.tabulator .tabulator-footer .tabulator-paginator {
  font-weight: normal;
  color: #040614;
}
.tabulator .tabulator-footer .tabulator-footer-contents {
  padding: 11px 16px;
  color: #8C94A5;
}
.tabulator .tabulator-tableholder .tabulator-table {
  color: #040614;
}

.table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
}
.table-info svg {
  min-width: 20px;
  height: 20px;
  margin-right: 6px;
}

.tabulator-col-title-holder {
  margin-bottom: 14px;
}
.tabulator-col-title-holder input[type=checkbox] {
  width: 20px;
  height: 20px;
}

#table-story .tabulator-col-title-holder {
  margin-bottom: 0;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border: none;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 12px;
  height: 12px;
  background: no-repeat center/cover url("../img/general/arrow-back.svg");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border: none;
}

#table-story.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  display: none;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 12px 5px 5px 5px;
}

#table-story.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 12px;
}

.tabulator-row:not(:last-of-type) {
  border-bottom: 1px solid rgba(143, 153, 163, 0.4);
}
.tabulator-row.tabulator-row-even {
  background-color: #fff;
}
.tabulator-row.tabulator-selected {
  background-color: #FFF2EE;
}
.tabulator-row.tabulator-selected:hover {
  background-color: #FFF2EE;
}
.tabulator-row .tabulator-cell {
  border-right-color: transparent;
  padding: 12px 14px;
}
.tabulator-row .tabulator-cell span {
  overflow: hidden;
  width: 100%;
  white-space: pre-wrap;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}
.tabulator-row .tabulator-cell input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.tabulator-row .table-controls {
  position: sticky;
  right: 0;
  background-color: #fff;
  border-left: 1px solid rgba(140, 148, 165, 0.3);
}
.tabulator-row .table-controls__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabulator-row .table-controls__wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tabulator-row .table-controls__wrapper a:first-of-type {
  margin-right: 10px;
}
.tabulator-row .table-controls__link {
  color: #1B6FC6;
  font-weight: 500;
}
.tabulator-row .table-controls__link svg {
  margin-right: 10px;
}
.tabulator-row.hidden {
  color: rgba(0, 14, 51, 0.3);
}
.tabulator-row.hidden .table-controls__eye svg:first-of-type {
  display: none;
}
.tabulator-row.hidden .table-controls__eye svg:last-of-type {
  display: block;
}

#table-story .tabulator-row.tabulator-selected {
  background-color: transparent;
}

.table-controls__eye svg:last-of-type {
  display: none;
}

.tabulator-header-filter input {
  outline: none;
  border-color: transparent;
  font-size: 14px;
}

.tabulator-popup {
  width: 300px;
}

.check + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-bottom: 44px;
}
.check + label div {
  position: relative;
  width: 40px;
  height: 22px;
  background: rgba(0, 14, 51, 0.15);
  border-radius: 20px;
  margin-left: 12px;
  cursor: pointer;
}
.check + label div::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 50%;
}
.check:checked + label div {
  background: #1B6FC6;
}
.check:checked + label div::after {
  left: auto;
  right: 2px;
}
.check:checked ~ .info__list-stages li:first-of-type {
  display: inline-block;
}
.check:checked ~ .info__list-stages h3 {
  margin-bottom: 22px;
}
.check:checked ~ .info__list-stages .info__item-stages {
  display: block;
}




.field {
  margin-bottom: 24px;
}
.field span {
  display: inline-block;
  margin: 0 0 7px 12px;
}
.field .choices__inner {
  border-radius: 8px;
  border-color: transparent;
  padding-right: 30px;
  background: no-repeat 95% 18px url("../img/general/arrow-close.svg") rgba(0,14,51,.05);
}
.field .choices__input {
  display: inline-block;
  background-color: transparent;
  min-width: 10px !important;
  width: 100% !important;
}
.field .choices__input.hidden::-webkit-input-placeholder {
  color: transparent;
}
.field .choices__input.hidden::-moz-placeholder {
  color: transparent;
}
.field .choices__input.hidden:-ms-input-placeholder {
  color: transparent;
}
.field .choices__input.hidden::-ms-input-placeholder {
  color: transparent;
}
.field .choices__input.hidden::placeholder {
  color: transparent;
}
.field .is-open .choices__inner {
  border: 2px solid rgba(23, 121, 211, 0.5);
  border-radius: 8px 8px 0px 0px;
  background: no-repeat 95% 18px url("../img/general/arrow-open.svg") #ffffff;
}
.field .is-open .choices__list--dropdown,
.field .is-open .choices__list[aria-expanded] {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 8px 8px;
  border-color: transparent;
}
.field .choices__list--multiple .choices__item {
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(140, 148, 165, 0.7);
  border-radius: 16px;
  color: #040614;
}
.field .choices[data-type*=select-multiple] .choices__button,
.field .choices[data-type*=text] .choices__button {
  border-left-color: transparent;
  background-image: url("../img/general/close.svg");
  background-size: 12px;
  min-width: 12px;
  margin: 0 0 0 5px;
}
.field .choices__list--multiple .choices__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  word-break: normal;
}
.field .choices__input {
  font-size: 1rem;
}
.field .choices__list--dropdown .choices__list::-webkit-scrollbar,
.field .choices__list[aria-expanded] .choices__list::-webkit-scrollbar {
  background: transparent;
  width: 4px;
}
.field .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb,
.field .choices__list[aria-expanded] .choices__list::-webkit-scrollbar-thumb {
  background: rgba(140, 148, 165, 0.7);
  border-radius: 2px;
}
.field .choices__list--dropdown .choices__item,
.field .choices__list[aria-expanded] .choices__item {
  font-size: 1rem;
}
.field .choices__list--dropdown .choices__item--selectable,
.field .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 10px;
}


.mceNoEditor {
    display: block;
    width: 100%;
    background: 0 0;
    padding: 7.5px;
    min-height: 120px;
    border: 0;
    resize: none;
    border-radius: 8px;
}

.info__default h1,.info__default h2,.info__default h3 {
font-size: 100%;
}
.info__default ul, .info__default ol {
  padding-left: 40px;
  list-style: initial;
  margin: 1em 0;
}
.info__default ol {
  list-style: decimal;
}
.info__default ul li, .info__default ol li {
  margin-bottom: 6px;
  font-size: 1.125rem;
}
.info__default p {
  line-height: normal;
  font-size: 1.125rem;
  margin: 1em 0;
}
.info__default a{
  color: #1b6fc6;
}
.info__default a:hover, .info__default a:focus {
  opacity: 0.7;
  color: #1b6fc6;
}

.delete_btn {
  width: 157px;
  height: 44px;
  background: #FC2925;
  border-radius: 8px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  color: white;
}

.footer {
  position: sticky;
  bottom: 0;
  background: #ffffff;
}

.btn__disabled {
pointer-events: none;
cursor: not-allowed;
background:#ccc;
}

.loader {
  padding: 64px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F8F9FA;
  border-radius: 16px;
}

.loader__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
}

.loader__icon svg {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.loader__text {
  margin-left: 24px;
}
.loader__text h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 12px;
}
.loader__text p {
  font-size: 1.125rem;
  line-height: 24px;
  color: #60687A;
}

.loader__icon svg {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.support-top__controls-link {
    color: #1b6fc6;
    font-weight: 500;
}



.link, .dropzone .dz-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: 1rem;
  color: #1B6FC6;
  padding: 10px 35px;
}
.link svg, .dropzone .dz-button svg {
  margin-right: 8px;
}
.link:hover, .dropzone .dz-button:hover {
  opacity: 0.7;
}

.link_border, .dropzone .dz-button {
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid rgba(23, 121, 211, 0.5);
  border-radius: 8px;
  margin-bottom: 24px;
}
.dropzone-single-file.is-default {
  position: relative;
}
.dropzone-single-file.is-default .dz-message {
  width: 100%;
  height: 100%;
}
.dropzone-single-file.is-default .dz-message .dz-button {
  width: 100%;
  height: 100%;
}
.dropzone-single-file.is-default .dz-clickable {
  position: absolute;
  opacity: 0;
}
.dropzone-single-file.is-default .dz-preview .dz-image,
.dropzone-single-file.is-default .dz-preview .dz-details,
.dropzone-single-file.is-default .dz-preview .dz-progress,
.dropzone-single-file.is-default .dz-preview .dz-success-mark,
.dropzone-single-file.is-default .dz-preview .dz-error-mark {
  display: none !important;
}

.dropzone {
  background: #F1F4F7;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dropzone .dz-button {
  cursor: pointer;
  padding: 8px 16px 12px;
  margin-bottom: 0;
}
.dropzone .dz-preview {
  display: none !important;
}

.story .link, .story .dropzone .dz-button, .dropzone .story .dz-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.download {
  border: 1px dashed rgba(140, 148, 165, 0.7);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  max-width: 723px;
}
.download_selected {
  border: 1px solid rgba(140, 148, 165, 0.3);
  border-radius: 8px 8px 0px 0px;
}

.download__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download__icon {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download__doc {
  font-size: 1.125rem;
  margin-bottom: 2px;
  line-height: 24px;
}
.download__info {
  font-size: 0.875rem;
  color: #8C94A5;
}

.download__close svg {
  fill: #8C94A5;
}
.download__close.hidden {
  display: none;
}

.download-docs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
.download-docs button {
  color: #1B6FC6;
}
.download-docs button svg {
  fill: #1B6FC6;
}
.download-docs button:hover {
  opacity: 0.7;
}
.download-docs ul {
  position: absolute;
  top: 105%;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  width: 100%;
}
.download-docs a {
  font-size: 0.875rem;
  color: #040614;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 16px;
}
.download-docs a svg {
  min-width: 12px;
  fill: #8C94A5;
  margin-right: 14px;
}
.download-docs a:hover {
  color: #1B6FC6;
}
.download-docs a:hover svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #1B6FC6;
}
.download-docs.open ul {
  display: block;
}
.download-docs.open button svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.download {
  border: 1px dashed rgba(140, 148, 165, 0.7);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  max-width: 664px;
}
.download_selected {
  border: 1px solid rgba(140, 148, 165, 0.3);
}
.download_selected .download__doc {
  color: #040614;
}

.download__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download__icon {
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download__file {
  color: #8C94A5;
}

.download__doc {
  font-size: 1.125rem;
  margin-bottom: 2px;
  line-height: 24px;
}
.download__doc label {
  color: #1B6FC6;
}

.download__info {
  font-size: 0.875rem;
}

.download__close svg {
  fill: #8C94A5;
}
.download__close.hidden {
  display: none;
}

.btn-delete_gray-cross svg {
    fill: #afb4c0;
}
.btn-delete_gray-cross {
    background: rgba(0,14,51,.07);
}


.event-block__item {
  position: relative;
  border: 1px solid rgba(0, 14, 51, 0.15);
  border-radius: 16px;
  padding: 31px 54px 18px 24px;
}
.event-block__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.event-block__item:hover .event-block__prompt {
  display: block;
}

.event-block__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}

.event-block__text {
  margin-bottom: 24px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: auto;
}

.event-block__text::-webkit-scrollbar {
  width: 2px;
}

.event-block__date-label {
  font-size: 14px;
  line-height: 18px;
  color: #8C94A5;
}

.event-block__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-block__date li:not(:last-of-type) {
  margin-right: 110px;
}
.event-block__date span {
  display: block;
}

.event-block__edit {
  position: absolute;
  bottom: 27px;
  right: 27px;
}

.event-block__date-label {
  margin-bottom: 8px;
}

.event-block__prompt {
  display: none;
  position: absolute;
  background: #60687A;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 10;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 18px;
  padding: 12px;
  border-radius: 8px;
}
.event-block__prompt::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #60687A;
}
.event-block__prompt p:not(:last-of-type) {
  margin-bottom: 15px;
}

.compare-list>ul>li {
    min-width: 33%;
}

.compare-list__controls a {
    color: #fff;
    padding: 5px 16px 6px;
    background: #f47a55;
    border: 1px solid #f47a55;
    border-radius: 6px;
    margin-right: 15px;
}
.slider__main .flickity-slider>li {
    padding: 25px 25px 22px;
}

.field__wrapper input[type=text] {
    width: 100%;
}

@media (max-width: 1024px) {
    .search__header {
        margin-top: 64px;
    }
}
@media (max-width: 767px) {
    .catalog__pagination {
        padding: 4px;
    }
    .catalog__pagination-controls li:not(.active) {
        display:flex;
    }
}
.navigator-top__form input {
    background: no-repeat 99%  #f8f9fa;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.compare-info__inner-list ul {
    overflow-y: scroll;
    -webkit-scrollbar: 4px;
}

.compare-info__inner-list ul::-webkit-scrollbar {
  width: 4px;
}

.btn:disabled {
    background: #ccc;
    border: 1px solid #ccc;
}
.btn:hover:disabled {
    color: #fff;
}

.public_btn {
  min-width: 183px;
  color: #ffffff;
  padding: 10px 16px 12px;
  background: #F47A55;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #F47A55;
}

.public_btn:hover {
  background: #ffffff;
  color: #F47A55;
  cursor: pointer;
}

.public_btn:disabled {
  background: var(--neutral-secondary, rgba(140, 148, 165, 0.70));
  border: 1px solid rgba(140, 148, 165, 0.70);
}

.public_btn:disabled:hover {
  background: var(--neutral-secondary, rgba(140, 148, 165, 0.70));
  color: #ffffff;
}

.search__header-back {
    display: none;
}

@media (max-width: 767px) {
.breadcrumbs ul, .breadcrumbs_light .breadcrumbs__chart, .breadcrumbs_light .breadcrumbs__compare-btn span {
    display: block;
}
.breadcrumbs ul, .breadcrumbs_light .breadcrumbs__compare-btn span {
    display: none;
}
.breadcrumbs_light .breadcrumbs__amount {
    background: rgba(255,255,255,.2);
    color: #fff;
}
.navigator-top__form button {
    display: block;
}
}

.breadcrumbs__amount {
    font-size: 14px;
    font-weight: 500;
    padding: 1px 6px 2px;
    border-radius: 10px;
    background: rgba(23,121,211,.1);
    color: #373c4c;
}

.feedback__wrapper>div>button {
    display: none;
}

@media (max-width: 1024px) {
.manage_link {
    display: none;
}
.search__header-back {
    display: block;
}
.search__wrapper {
    margin-left: 0px;
}
.feedback__wrapper {
    margin-left: 0px;
    width: 100%;
    margin-top: 64px;
}
.feedback__wrapper>div>button  {
    display: block;
}
}
.info__list-status {
    margin-bottom: 25px;
    padding-left: 20px;
    list-style: initial;
    font-size: 1.125rem;
    padding-left: 40px;
}
.btn-delete {
    cursor: pointer;
}
.info__wrapper>ul li ol li {
    list-style: decimal;
}

.info__item-stages .info__default ul li, .info__item-stages .info__default ol li {
  display: list-item;
  margin-bottom: 6px;
  font-size: 1.125rem;
  list-style: initial;
  width: initial;
  position: unset;
  padding-bottom: unset;
  padding-left: unset;
  border-left: unset;
}
.info__item-stages .info__default ol li {
  list-style: decimal;
}
.check:checked~.info__list-stages .info__default li:first-of-type {
display: list-item;
}

.info__general td ul {
    max-height: 125px;
}
