<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-auth::after {
  content: '';
  display: table;
  clear: both;
}

.top-auth__buttons::after {
  content: '';
  display: table;
  clear: both;
}

.top-auth__handler {
  display: none;
}

.top-auth__button {
  color: #0088b5;
  text-decoration: none;
  height: 38px;
  line-height: 35px;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  text-align: center;
  float: left;
  background-color: white;
  font-size: 13px;
  border-radius: 4px;
  margin: 3px 0 3px 3px;
  padding: 0 24px;
}

.top-auth__button_register {
  background-color: #6ad1e8;
  color: white;
  border-color: transparent;
  padding: 0 22px;
}

.top-auth__avatar {
  float: left;
  height: 49px;
  line-height: 47px;
  margin-right: 8px;
  position: relative;
  min-width: 24px;
}

.top-auth__icon-user {
  font-size: 24px;
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 13px;
  color: #b4b4b4;
}

.top-auth__image {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.top-auth__name {
  font-size: 13px;
  padding-top: 17px;
  position: relative;
  overflow: hidden;
}

.top-auth__exit {
  float: right;
  font-size: 24px;
  height: 49px;
  line-height: 49px;
  margin-right: 11px;
  padding: 0 4px;
  color: #23b6d6;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.top-auth.top-auth_mobile {
  width: 33.33333%;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

@media (max-width: 969px) {
  .top-auth.top-auth_mobile {
    width: 8.33333%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 749px) {
  .top-auth.top-auth_mobile {
    width: 16.66667%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 480px) and (max-width: 749px) {
  .top-auth.top-auth_mobile {
    margin-left: 0;
  }
}

.top-auth.top-auth_mobile .top-auth__button {
  height: 54px;
  line-height: 51px;
  font-size: 15px;
  width: 41.9%;
}

.top-auth.top-auth_mobile .top-auth__button_register {
  width: 56%;
}

@media (max-width: 969px) {
  .top-auth.top-auth_mobile .top-auth__buttons {
    display: none;
  }
}

.top-auth.top-auth_mobile .top-auth__handler {
  padding-top: 12px;
  text-align: center;
  height: 59px;
}

@media (max-width: 969px) {
  .top-auth.top-auth_mobile .top-auth__handler {
    display: block;
  }
}

.top-auth.top-auth_mobile .top-auth__handler-button {
  font-size: 36px;
  color: #6ad1e8;
}

.menu-auth {
  position: relative;
}

.menu-auth__toggle {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  height: 44px;
  color: #0088b5;
  font-size: 13px;
  padding: 0 15px 1px 8px;
  line-height: 43px;
  transition: background 0.1s linear, color 0.1s linear;
}

.menu-auth__toggle::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
  outline: none !important;
}

.menu-auth__toggle::after {
  content: '';
  display: table;
  clear: both;
}

.menu-auth__avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  padding: 1px;
}

.menu-auth__icon-user {
  font-size: 32px;
  color: #6ad1e8;
  transition: color 0.1s linear;
}

.menu-auth__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.menu-auth__popup {
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 999;
  background-color: white;
  margin-left: 7px;
  border: 3px solid #00c6f0;
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 262px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear, top 0s linear;
  -webkit-transition-delay: 0s, 0.2s, 0s, 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s, transform 0.2s linear 0s, top 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
}

.menu-auth__link {
  display: block;
  height: 36px;
  line-height: 35px;
  text-decoration: none;
  padding: 0 13px;
}

.menu-auth__link:hover {
  background-color: #00c6f0;
  color: white;
}

.menu-auth__link:hover .menu-auth__exit {
  color: white;
}

.menu-auth__sep {
  border-top: 1px solid #c6eff4;
  margin-top: 2px;
  padding-bottom: 2px;
}

.menu-auth__exit {
  font-size: 24px;
  float: right;
  margin-top: 6px;
  color: #23b6d6;
}

.menu-auth:hover .menu-auth__toggle, .menu-auth_visible .menu-auth__toggle {
  background: #00c6f0;
  color: white;
}

.menu-auth:hover .menu-auth__icon-user, .menu-auth_visible .menu-auth__icon-user {
  color: white;
}

.menu-auth_visible .menu-auth__popup {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.2s linear, visibility 0s linear, -webkit-transform 0.2s linear;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, -webkit-transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s, transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}
</pre></body></html>