@media screen and (max-width: 1250px) {
  .headerAuth-module__headerMenuProfile__qngCL {
    width: 40px;
  }
}

.headerAuth-module__avatar__rT1Yz {
  width: 38px;
  height: 38px;
  background-size: cover;
  border-radius: 50%;
}

.headerAuth-module__avatarCompact__NC3o9 {
  width: 20px;
  height: 20px;
  margin: auto;
}
.HeaderAvatarMenuItem-module__avatarImage__QB4SE {
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    width: 38px;
    height: 38px;
  }
  
.authLoader-module__loaderWrapper__XXJa4 {
    padding: 20px;
}

.authLoader-module__loader__03QnN {
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 30px / 2);
    top: calc(50% - 30px / 2 - 1px);
    border: 2px solid #5c5c5c;
    border-right-color: transparent;
    border-radius: 50%;
    animation: authLoader-module__loadingspin__MomAe 1s linear infinite;
}

@keyframes authLoader-module__loadingspin__MomAe {
    100% {
        transform: rotate(360deg);
    }
}

/*# sourceMappingURL=HeaderAuth.e2dc08d21432f13fd3cc.css.map*/