:root{--primary:#fc0;--color-primary:var(--primary);--color-green:#4ca12e;--color-grey:#4ca12e;--color-grey-light:#4ca12e;--bg-primary:var(--primary);--bg-primary-hover:color-mix(in oklab,var(--bg-primary) 90%,#000 10%);--bg-primary-color:#000;--bg-light:#f6f4ee;--border-color-light:#e8e1ca;--font-family-base:"Roboto",sans-serif;--font-family-custom:"Poppins",sans-serif}.headerIcons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;position:relative}.headerIcons__item{-ms-flex-negative:0;flex-shrink:0;height:60px;text-align:center;width:60px}.headerIcons__item>a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:#f6f4ee;border:1px solid #e8e1ca;border-radius:10px 0 10px 0;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-family:Poppins,sans-serif;height:100%;justify-content:center;text-decoration:none;width:100%}.headerIcons__item:active,.headerIcons__item:focus,.headerIcons__item:focus-within,.headerIcons__item:hover{border-radius:5px 5px 0 0!important;height:70px;margin-bottom:-10px;padding-bottom:10px}.headerIcons__item:active>a,.headerIcons__item:focus-within>a,.headerIcons__item:focus>a,.headerIcons__item:hover>a{background:var(--bg-primary);border-color:var(--bg-primary);color:#fff}.headerIcons__item:active .headerIcons__dropdown,.headerIcons__item:focus .headerIcons__dropdown,.headerIcons__item:focus-within .headerIcons__dropdown,.headerIcons__item:hover .headerIcons__dropdown{display:block}.headerIcons__item--contacts{display:none}.headerIcons__icon{display:block;height:32px;position:relative;width:32px}.headerIcons__icon svg{height:100%;width:100%}.headerIcons__count{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--bg-primary);border:1px solid #f6f4ee;border-radius:50%;color:var(--bg-primary-color);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-8px;text-align:center;top:-8px;width:24px}.headerIcons__label{display:block;font-family:Poppins,sans-serif;font-size:.9rem;overflow:hidden;padding:0 .25rem;text-overflow:ellipsis;white-space:nowrap}.headerIcons__icon--letters{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;justify-content:center;margin:0 auto .5rem;padding:0;text-align:center;text-transform:uppercase;width:38px}.headerIcons__dropdown{background:#cb2735;border-radius:5px;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.1);box-shadow:0 15px 15px rgba(0,0,0,.1);color:#fff;display:none;min-width:320px;padding:1rem;position:absolute;right:0;text-align:left;top:calc(100% + 10px);z-index:9}@media only screen and (max-width:950px){.headerIcons{margin-left:auto}.headerIcons__item{height:50px;margin-left:5px;width:50px}.headerIcons__item>a{background:#cb2735;color:#fff}.headerIcons__item:active,.headerIcons__item:focus,.headerIcons__item:focus-within,.headerIcons__item:hover{background:#f0ece3;border-radius:3px;height:50px;margin-bottom:0;padding-bottom:0}.headerIcons__item:active .headerIcons__dropdown,.headerIcons__item:focus .headerIcons__dropdown,.headerIcons__item:focus-within .headerIcons__dropdown,.headerIcons__item:hover .headerIcons__dropdown{display:none}.headerIcons__item--contacts{display:block}.headerIcons__icon{margin:0}.headerIcons__icon,.headerIcons__icon--letters{height:30px;width:30px}.headerIcons__icon__count{background:#fff;font-size:.7rem;right:-13px;top:-13px}.headerIcons__label{display:none}}@media only screen and (max-width:500px){.headerIcons__item:first-child{border:none}}