.Header-module-scss-module__Vh4g1W__header{z-index:1002;background-color:var(--color-black);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0201014d;justify-content:space-between;align-items:center;width:100%;height:70px;padding:20px;display:flex;position:sticky;top:0;left:0}.Header-module-scss-module__Vh4g1W__header__left{align-items:center;gap:15px;display:flex}.Header-module-scss-module__Vh4g1W__header__logo{flex-shrink:0}.Header-module-scss-module__Vh4g1W__header__logo img{width:75px;height:auto}.Header-module-scss-module__Vh4g1W__header_icon{fill:#cbcbcb;min-width:16px}.Header-module-scss-module__Vh4g1W__header__container{justify-content:space-around;align-items:center;display:flex}.Header-module-scss-module__Vh4g1W__header__nav{align-items:center;width:100%;margin-left:auto;display:flex}.Header-module-scss-module__Vh4g1W__header__nav_list{justify-content:center;align-items:center;column-gap:25px;display:flex}.Header-module-scss-module__Vh4g1W__header__nav_item:last-child{margin-right:20px}.Header-module-scss-module__Vh4g1W__header__link{color:#cbcbcb;text-align:center;white-space:nowrap;transition:all var(--default-transition-duration);justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:500;display:flex}.Header-module-scss-module__Vh4g1W__header__link svg{flex-shrink:0}@media (hover:hover){.Header-module-scss-module__Vh4g1W__header__link:hover{color:var(--color-white);text-shadow:0 0 5px #fff9}.Header-module-scss-module__Vh4g1W__header__link:hover svg{transition:filter var(--default-transition-duration);filter:drop-shadow(0 0 7px #fff9)}}@media (hover:none){.Header-module-scss-module__Vh4g1W__header__link:active{color:var(--color-white);text-shadow:0 0 5px #fff9}.Header-module-scss-module__Vh4g1W__header__link:active svg{transition:filter var(--default-transition-duration);filter:drop-shadow(0 0 7px #fff9)}}@media (max-width:1024px){.Header-module-scss-module__Vh4g1W__header__link{font-size:14px}}@media (max-width:768px) and (hover:hover){.Header-module-scss-module__Vh4g1W__header__link:hover{color:#fff;opacity:.7}}@media (max-width:768px) and (hover:none){.Header-module-scss-module__Vh4g1W__header__link:active{color:#fff;opacity:.7}}.Header-module-scss-module__Vh4g1W__header__login_btn{text-align:center;background-color:var(--color-orange);min-width:100px;color:var(--color-black);transition:filter var(--default-transition-duration);border-radius:24px;padding:10px;font-size:16px;font-weight:700;box-shadow:0 0 8px 2px #ff9e4866}@media (hover:hover){.Header-module-scss-module__Vh4g1W__header__login_btn:hover{filter:brightness(1.3)}}@media (hover:none){.Header-module-scss-module__Vh4g1W__header__login_btn:active{filter:brightness(1.3)}}@media (max-width:1024px){.Header-module-scss-module__Vh4g1W__header__login_btn{min-width:80px;padding:10px;font-size:16px}}.Header-module-scss-module__Vh4g1W__header__burger{z-index:1003;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;padding:0;display:none;top:20px;right:20px}.Header-module-scss-module__Vh4g1W__header .Header-module-scss-module__Vh4g1W__header__burger_line{width:30px;height:3px;transition:all var(--default-transition-duration)ease;transform-origin:50%;background:#fff;border-radius:3px;display:block}.Header-module-scss-module__Vh4g1W__header__burger.Header-module-scss-module__Vh4g1W__open span:first-child{transform:rotate(45deg)translateY(12px)}.Header-module-scss-module__Vh4g1W__header__burger.Header-module-scss-module__Vh4g1W__open span:nth-child(2){opacity:0}.Header-module-scss-module__Vh4g1W__header__burger.Header-module-scss-module__Vh4g1W__open span:nth-child(3){transform:rotate(-45deg)translateY(-12px)}@media (max-width:1024px){.Header-module-scss-module__Vh4g1W__header__container{z-index:1000;width:220px;height:100dvh;padding:60px 20px;transition:transform .4s ease-in-out;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module-scss-module__Vh4g1W__header__open{transform:translate(0)}.Header-module-scss-module__Vh4g1W__header__nav{background-color:var(--color-orange);flex-direction:column;width:100%;height:100%;display:flex;position:fixed;top:0;right:0;box-shadow:0 0 4px 4px #000}.Header-module-scss-module__Vh4g1W__header__nav_list{flex-direction:column;justify-content:center;align-items:center;padding-top:80px;display:flex}.Header-module-scss-module__Vh4g1W__header__nav_item{margin:10px 0}.Header-module-scss-module__Vh4g1W__header__link{color:#fff}.Header-module-scss-module__Vh4g1W__header__login_btn{background-color:var(--color-white);color:var(--color-black);width:140px;margin-top:10px;margin-left:20px;font-weight:700}.Header-module-scss-module__Vh4g1W__header__burger{display:flex}}.Header-module-scss-module__Vh4g1W__user__avatar{cursor:pointer;align-items:center;column-gap:10px;font-size:16px;display:flex}.Header-module-scss-module__Vh4g1W__user__avatar_img{border:1px solid var(--color-orange);border-radius:50%;max-width:50px;height:50px}.Header-module-scss-module__Vh4g1W__trust_pilot{color:#00b67a;align-items:center;column-gap:4px;font-size:16px;font-weight:700;transition:color .3s;display:flex}.Header-module-scss-module__Vh4g1W__trust_pilot p{text-shadow:0 0 5px #00b67a80}.Header-module-scss-module__Vh4g1W__trust_pilot svg{filter:drop-shadow(0 0 5px #00b67a80);flex-shrink:0}.Header-module-scss-module__Vh4g1W__trust_pilot svg path{transition:fill .3s}.Header-module-scss-module__Vh4g1W__trust_pilot:hover{color:#04eb9e}.Header-module-scss-module__Vh4g1W__trust_pilot:hover svg path{fill:#04eb9e}
.List-module-scss-module__hHuJmG__list{flex-direction:column;row-gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}.List-module-scss-module__hHuJmG__item{color:var(--color-white);cursor:pointer;z-index:1;background-color:#101010;border:1px solid #0000;border-radius:24px;justify-content:space-between;align-items:center;width:320px;height:48px;padding:10px;font-size:18px;text-decoration:none;transition:all .3s;display:flex;position:relative}.List-module-scss-module__hHuJmG__item:before{content:"";visibility:hidden;opacity:0;background:linear-gradient(90deg,#866c16 0%,#252222 100%);transition:opacity .3s}@media (max-width:768px){.List-module-scss-module__hHuJmG__item{width:100%}}@media (hover:hover){.List-module-scss-module__hHuJmG__item:hover{border:1px solid orange}.List-module-scss-module__hHuJmG__item:hover:before{z-index:0;visibility:visible;opacity:1;background:linear-gradient(90deg,#866c16 0%,#252222 75%);border-radius:24px;width:100%;height:100%;position:absolute;left:0}}@media (hover:none){.List-module-scss-module__hHuJmG__item:active{border:1px solid orange}.List-module-scss-module__hHuJmG__item:active:before{z-index:0;visibility:visible;opacity:1;background:linear-gradient(90deg,#866c16 0%,#252222 75%);border-radius:24px;width:100%;height:100%;position:absolute;left:0}}.List-module-scss-module__hHuJmG__item img{object-fit:cover;z-index:0;border-radius:50%;width:28px;height:28px}.List-module-scss-module__hHuJmG__item p{z-index:1;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;margin:0;padding-left:10px;overflow:hidden}.List-module-scss-module__hHuJmG__item span{color:orange;margin-left:auto;font-size:.6rem}.List-module-scss-module__hHuJmG__item.List-module-scss-module__hHuJmG__active{background:linear-gradient(90deg,#866c16 0%,#252222 75%);border:1px solid orange}.List-module-scss-module__hHuJmG__disabled{cursor:not-allowed;pointer-events:none;color:#ffffff59;border:1px dashed #ffffff26}.List-module-scss-module__hHuJmG__disabled img{filter:grayscale();opacity:.5}
