.fixy{display:none;position:fixed;z-index:1;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:48px;background-color:rgba(255,255,255,0.1);-webkit-box-shadow:0 0 0 2px rgba(255,255,255,0.1);box-shadow:0 0 0 2px rgba(255,255,255,0.1)}@media (min-width: 992px){.fixy{display:block}}.fixy__list{display:block}.fixy__list-point{position:relative;left:0px;-webkit-transition:0.2s ease-in-out;transition:0.2s ease-in-out;margin-bottom:2px}.fixy__list-point:last-child{margin-bottom:0}@media (min-width: 1200px){.fixy__list-point:hover{left:-170px}.fixy__list-point:hover .fixy__item{background-color:#085391}.fixy__list-point:hover .fixy__item-icon{opacity:1}.fixy__list-point:hover .fixy__item-counter{background-color:#ffffff;color:#085391}}.fixy__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#0b1e2c;color:#ffffff;border:none;padding:0;height:48px;width:218px;padding-right:12px}.fixy__item-icon{margin:12px;width:24px;min-width:24px;height:24px;opacity:0.9}.fixy__item-text{font-size:0.9rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.fixy__item-counter{position:absolute;right:6px;top:6px;background:#1068af;font-size:0.7rem;font-style:normal;border-radius:50%;width:18px;height:18px;line-height:18px;text-align:center}