#notify-box::-webkit-scrollbar {
  width: 6px;
  position: relative; /*ширина scrollbar  /*/
}
#notify-box::-webkit-scrollbar-track {
  background: #ededed; /* цвет дорожки  */
}
#notify-box::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 10px; /*закругления плашки  */
  border: 3px solid transparent; /*padding вокруг плашки  */
}
.btn-notify-box {
  transition: all 0.3s;
}
.btn-notify-box .btn-notify:hover {
  background-color: #f0f5ff;
}
.btn-notify-box .btn-notify:active {
  background-color: #d6e0f2;
}
.btn-notify-box .btn-notify:focus {
  border: none;
  outline: none;
}

.newHeader {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  height: auto;
  position: sticky;
  top: 0;
  z-index: 1005;
  padding: 0;
  display: block !important;
}
.header-auth-btns {
  display: flex;
  gap: 12px;
}
.newHeader__mobile-menu.mobile-burger {
  display: none;
}

.header-auth-btns button {
  padding: 8px 12px;
}

.header-auth-btns--mobile {
  margin-bottom: 16px;
}
.header-auth-btns--mobile > button {
  flex: 1;
}
.free-price-btn {
  width: 100% !important;
  text-align: center !important;
}
.left-menu__free {
  margin-bottom: 26px !important;
}

.header-auth-btns--tablet {
  display: none;
}

.newHeader__container {
  max-width: 1440px;
  margin: 0 auto;
}

.newHeader__menu-wrapper {
  display: none;
}

.newHeader__mobile-menu {
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
}

.newHeader__mobile-menu.aside-menu {
  margin-right: 20px;
}

.newHeader__mobile-menu:focus {
  outline: none;
}

.newHeader__mobile-menu:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: #333;
  transition: transform 0.3s;
}

.newHeader__mobile-menu:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: #333;
  transition: transform 0.3s;
}

.newHeader__mobile-menu span {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background: #333;
  transition: opacity 0.3s;
}

.newHeader__mobile-menu.isShow:after {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

.newHeader__mobile-menu.isShow:before {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.newHeader__mobile-menu.isShow span {
  opacity: 0;
}

.newHeader__logo {
  max-width: 128px;
  margin-right: 24px;
  line-height: 1;
}
.newHeader__logo img {
  width: 100%;
  object-fit: contain;
}
.newHeader__logo-link {
  display: inline-block;
}
.newHeader__top {
  background-color: #254d71;
  padding: 8px 0;
}

.newHeader__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
}
.newHeader__top-control {
  display: flex;
  align-items: center;
  column-gap: 24px;
  flex-shrink: 0;
}

.newHeader__top-list {
  display: flex;
  align-items: center;
}

.newHeader__top-item:not(:last-child) {
  margin-right: 16px;
}

.newHeader__top-link {
  display: inline-block;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  color: #fff !important;
}
@media screen and (max-width: 904px) {
  .newHeader__top-link {
    font-size: 11px;
  }
}

.newHeader__drop-item {
  display: flex;
  align-items: center;
}

.newHeader__bottom {
  padding: 12px 0;
}

.newHeader__drop-item:before {
  margin-left: 4px;
}

.newHeader__drop-item:before.isActive {
  transform: scale(-1);
}

.newHeader__bottom-navigation {
  display: flex;
  align-items: center;
}

.newHeader__bottom-list {
  display: flex;
  align-items: center;
}

.newHeader__bottom-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 0;
  line-height: 120%;
  color: #333;
}

.newHeader__bottom-item:not(:last-child) {
  margin-right: 16px;
}

.newHeader__bottom-sublist {
  position: absolute;
  min-width: 245px;
  padding: 12px 16px;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  box-shadow: 0px 4px 34px rgba(48, 71, 91, 0.2);
  border-radius: 3px;
  opacity: 0;
  z-index: -5;
  pointer-events: none;
  transition: all 0.3s;
}

.newHeader__bottom-subitem a {
  padding: 4px 0;
  display: block;
}

.newHeader__bottom-link {
  color: inherit;
}
.newHeader__bottom-link--attention,
.newHeader__bottom-sublink--attention {
  color: #EA5400 !important;
}

.newHeader__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
}

.newHeader__free {
  margin-right: 16px;
}

.newHeader__controls {
  position: relative;
  display: flex;
  align-items: center;
}

.select-lang {
    position: relative;
    z-index: 2;
}

.left-menu .select-lang--mobile {
  display: none;
}

.newHeader-select {
  min-width: 85px;
}

.newHeader-select select {
  font-size: 13px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c4c4c4 !important;
}

.newHeader-select .chosen-container.chosen-container-single {
  border: none;
  background-color: transparent;
}

.newHeader-select .chosen-single.chosen-default,
.newHeader-select .chosen-single {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #c4c4c4 !important;
}

.newHeader .chosen-single.chosen-default div b,
.newHeader .chosen-single div b {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/newHeader-lang-arrow.svg)
    no-repeat center !important;
  background-size: 10px !important;
}

.newHeader .chosen-container-active .chosen-single div b {
  background: url(https://smsactivate.s3.eu-central-1.amazonaws.com/assets/img/icons/newHeader-lang-arrow.svg)
    no-repeat center !important;
  background-size: 10px !important;
}

.newHeader .chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #c4c4c4;
}

.newHeader-select .chosen-container .chosen-drop {
  min-width: 165px;
  top: calc(100% + 15px);
  left: auto;
  right: 0;
  color: #333333;
  background: #ffffff;
  box-shadow: 0px 4px 34px rgb(48 71 91 / 20%);
  border-radius: 3px;
  padding: 0;
}

.newHeader-select .chosen-container:hover .chosen-single span {
  color: inherit;
}

.newHeader-select .chosen-container .chosen-results li {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.select-lang__title {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 17px;
    color: #c4c4c4;
    outline: none;
    cursor: pointer;
    padding: 0;
}
.select-lang__title:focus {
    outline: none;
}

.select-lang__title-image {
    width: 16px;
    margin-right: 8px;

}

.select-lang__title-lang {
    margin-right: 8px;
}

.select-lang__list {
    display: none;
    position: absolute;
    min-width: 165px;
    top: calc(100% + 15px);
    right: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 105%;
    color: #333;
    background: #fff;
    box-shadow: 0px 4px 34px rgba(48, 71, 91, 0.2);
    border-radius: 3px;
    padding: 8px 0;
}
.select-lang__list.isShow {
    display: block;
}

.select-lang__item {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.select-lang__option-image {
    width: 16px;
    margin-right: 8px;
}
.select-lang__option-lang > a {
  color: inherit;
  pointer-events: none;
}
.select-lang__arrow {
    width: 12px;
    transition: transform 0.3s;
}

.select-lang__arrow.active {
    transform: scale(-1);
}

.select-lang__arrow svg {
    width: 100%;
}

.left-menu {
  display: none;
  padding: 30px 0 30px 30px;
}
.left-menu__wrapper {
  padding-right: 30px;
  height: 100%;
  overflow-y: auto;
}

.left-menu__free {
  display: none;
  margin-bottom: 20px;
}

.left-menu .newHeader-select {
  display: none;
}

.left-menu__list {
  margin-bottom: 10px;
}

.left-menu__item a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.left-menu__item--attention a {
  color: #EA5400;
}

.left-menu__item button {
  font-family: "Exo 2", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.left-menu__item button svg {
  width: 12px;
}

.left-menu__item:not(:last-child) {
  margin-bottom: 10px;
}

.left-menu__spoller-title {
  outline: none;
}

.left-menu__spoller-title:focus {
  outline: none;
}

.left-menu__spoller-title svg {
  transition: transform 0.3s;
}

.left-menu__spoller-title.isActive svg {
  transform: scale(-1);
}

.left-menu__spoller-body {
  box-sizing: content-box;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.left-menu__spoller-body.isActive {
  opacity: 1;
  pointer-events: auto;
}

.left-menu__sublist {
  padding-top: 10px;
  padding-left: 10px;
}

.left-menu__subitem:not(:last-child) {
  margin-bottom: 10px;
}

.left-menu__second-list {
  display: none;
}

.left-menu__second-item a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.left-menu__second-item:not(:last-child) {
  margin-bottom: 10px;
}
.newHeader .btn-notify-box {
  margin-right: 16px;
}
.newHeader__vip {
  margin-right: 16px;
}
.user__enter {
  display: flex;
  align-items: flex-start;
}

.user__logout {
  margin-bottom: 4px;
  outline: none;
  background-color: inherit;
  border: none;
}

.user__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #254d71;
  border-radius: 10px;
  background-color: transparent;
  margin-right: 12px;
}

.user__icon svg {
  width: 16px;
  display: block;
}

.user__logout {
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
}

.user__logout-text {
  font-size: 14px;
  line-height: 120%;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #727272;
}

.user__logout:focus {
  outline: none;
}

.user__setting {
  display: flex;
  align-items: center;
}
.user__setting-icon {
  width: 16px;
}
.user__setting-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #254d71;
  border-radius: 10px;
  background-color: transparent;
  margin-right: 12px;
  cursor: pointer;
}

.user__setting-vip {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: -9px;
  right: -9px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffc952;
  border: 1px solid rgba(41, 51, 74, 0.1);
}

.user__setting-no-2fa {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    color: #FFFFFF;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D62A05;
    border: 1px solid rgba(41, 51, 74, 0.1);
}
.user__setting-button--no-fa {
    border-color: #D62A05;
}
.user__setting-button--no-fa path {
    fill: #D62A05;
}

.no-2fa-popup {
    opacity: 0;
    transition: .5s ease;
    width: 208px;
    top: calc(100% + 8px);
    transform: scale(0) translate(200px, -200px);
    left: calc(-198px + 100%);
    box-shadow: 0px 4px 34px 0px #30475B33;
    position: absolute;
    background-color: white;
    padding: 16px;
    border-radius: 3px;
}
.user__setting-button--no-fa:hover .no-2fa-popup,
.no-2fa-popup:hover {
    transform: scale(1) translate(0px, 0px);
    opacity: 1;
}
.no-2fa-popup span {
    color: #4C4C4C;
    font-size: 12px;
}
.no-2fa-popup p {
    color: #D62A05;
    margin-bottom: 8px;
    font-weight: 600;
}

.user__setting-button.active {
  background: #f0f5ff;
}

.user__setting-button:focus {
  outline: none !important;
}

.user__setting-button svg {
  width: 16px;
  display: block;
}

.user__id {
  font-size: 13px;
  line-height: 150%;
  color: #727272;
  cursor: pointer;
}

.user__balance {
  display: flex;
  align-items: center;
}

.user__balance-current {
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  color: #EA5400;
  margin-right: 8px;
}

.user__buy-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}


.user__show-balance {
  font-size: 13px;
  line-height: 130%;
}

.user__buy-button {
  width: 94px;
  height: 32px;
  text-align: center;
  padding: 5px 0 !important;
}

.user__buy-button-header {
  margin-left: 15px;
}

.user__balance-add {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #254d71;
}

.user__balance-add:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #254d71;
}

.user__balance-add:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 6px;
  transform: translate(-50%, -50%);
  background-color: #254d71;
}

.user__details {
  display: none;
  min-width: 210px;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  padding: 12px 16px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 4px 34px rgba(48, 71, 91, 0.2);
  border-radius: 3px;
}

.user__details.isShow {
  display: block;
}

.user__top-item button {
  outline: none;
  border: none;
  background-color: transparent;
}

.user__top-link {
  display: block;
  text-align: left;
  padding: 4px 0;
}

.user__top-link:focus {
  outline: none;
}

.user__rank {
  display: flex;
  align-items: center;
  padding: 4px 0;
}

.user__bottom-icon {
  width: 15px;
  margin-right: 6px;
}

.user__bottom-icon svg {
  width: 100%;
  display: block;
}

.user__bottom-rank {
  margin-right: 8px;
}

.user__bottom-rank,


.user__bottom-mail {
  font-size: 13px;
  line-height: 16px;
  color: #7f7f7f;
  padding: 4px 0;
}

.user__top-item.user__balance {
  display: none;
}

.user__top-item.user__id {
  display: none;
}

.user__bottom-logout {
  color: #3a5072 !important;
  font-family: Exo 2;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 0;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  margin: 12px 0;
}

.attention {
  margin-right: 24px;
}

.attention__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: rgba(41, 51, 74, 0.1);
  border-radius: 10px;
  cursor: pointer;
  border: none !important;
}

.attention__button:focus {
  outline: none !important;
}

.attention__button.active {
  background: #f0f5ff;
}

.attention__button svg {
  width: 14px;
}

.attention__counter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #d62a05;
  color: #fff;
  font-size: 10px;
  top: -6px;
  right: -6px;
  overflow: hidden;
}

.attention__body {
  display: none;

  position: absolute;
  z-index: 5;
  padding: 16px;
  top: calc(100% + 30px);
  right: 0;
  min-width: 330px;
  background: #fff;
  box-shadow: 0px 4px 34px rgba(48, 71, 91, 0.2);
}

.attention__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.attention__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #3a5072;
}

.attention__read {
  font-size: 12px;
  line-height: 14px;
  color: #4c4c4c;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.attention-card:not(:last-child) {
  margin-bottom: 8px;
}

.attention-card__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.attention-card__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #333;
}

.attention-card__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ea5400;
}

.attention-card__text {
  font-size: 12px;
  line-height: 130%;
  color: #4c4c4c;
  margin-bottom: 4px;
}

.attention-card__more {
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #3a5072;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.attention-card__time-create {
  font-size: 12px;
  line-height: 14px;
  color: #bcbcbc;
}
.newHeader__tablet-menu-wrapper {
  display: none;
}
.newHeader__currency--mobile {
  display: none;
}
.newHeader .newHeader__currency--mobile .v-sa-dropdown__title  {
  color: #333;
}
.newHeader .newHeader__currency--mobile .v-sa-dropdown__content {
  width: unset;
}
.newHeader .newHeader__currency--mobile .v-sa-dropdown__item {
  color: #333;
}
.newHeader .newHeader__currency--mobile .v-sa-dropdown__item .icon path {
  fill: #333;
}

.newHeader .newHeader__currency--mobile .v-sa-dropdown__title .icon path {
  stroke: #333;
}

@media (hover: hover) {
    .newHeader__bottom-item:hover > .newHeader__bottom-sublist {
        opacity: 1;
        z-index: 5;
        pointer-events: auto;
    }
    .newHeader__lang .select-lang__item:hover {
        background: #F0F5FF;
    }

  .user__logout .user__logout-text {
    transition: color 0.3s;
  }

  .user__logout:hover .user__logout-text {
    color: #ea5400;
  }

  .user__logout:hover .user__icon {
    background: #f0f5ff;
  }

  .user__logout:active .user__icon {
    background: #d6e0f2;
  }
  .newHeader__bottom-item:hover > .newHeader__drop-item {
    color: #ea5400;
  }

  .newHeader__bottom-item:hover > .newHeader__drop-item:before {
    transform: scale(-1);
  }

  .newHeader__top-item a {
    transition: color 0.3s;
  }

  .newHeader__top-item:hover a {
    color: #ea5400;
  }

  .attention__button {
    transition: background 0.3s;
  }

  .attention__button:hover {
    background: #f0f5ff;
  }

  .attention__button:active {
    background: #d6e0f2;
  }

  .user__setting-button:hover {
    background: #f0f5ff;
  }

  .user__setting-button:active {
    background: #d6e0f2;
  }
}

@media (hover: none) {
  .newHeader__bottom-sublist {
    height: 0;
  }

  .newHeader__bottom-sublist.open {
    opacity: 1;
    z-index: 5;
    pointer-events: auto;
  }
}

@media (max-width: 1560px) {
  .newHeader__container {
    padding: 0 28px;
  }

  .newHeader__bottom-wrapper {
    padding: 0;
  }
}

@media (min-width: 1288px) and (max-width: 768px) {
  .header-auth-btns--tablet {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .newHeader__mobile-menu.mobile-burger {
    display: block;
    margin: 0 0 0 16px;
  }

  .left-menu.isShow {
    left: 0;
    opacity: 1;
  }

  .left-menu__list {
    border-bottom: 1px;
  }

  .left-menu__line {
    display: none;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    margin: 20px 0;
  }

  .left-menu__subitem a {
    font-weight: 400;
    font-size: 14px;
  }

  .left-menu {
    display: block;
    width: 60%;
  }
  .newHeader__mobile-menu.aside-menu {
    display: none;
  }
  .left-menu__free {
    display: block;
  }

  .left-menu__second-list {
    display: block;
    margin-bottom: 20px;
  }

  .left-menu__line {
    display: block;
  }

  .left-menu__second-item a {
    font-size: 13px;
    font-weight: 400;
  }

  .left-menu__second-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .left-menu {
    min-width: auto;
    position: absolute;
    left: -100%;
    top: calc(100% + 1px);
    width: 35%;
    height: 100vh;
    max-height: calc(100vh - 114px);
    max-height: calc(100dvh - 114px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 5;
    opacity: 0;
    overflow: auto;
    transition: opacity 0.3s, left 0.3s;
  }

  .wrapper {
    padding-top: calc(var(--header-height) + 84px) !important; /* нужен для фикс хедера, что бы страница не залезало под хедер */
  }

}

@media (max-width: 1280px) and (min-width: 1024px) {
  .newHeader__tablet-menu {
    display: flex;
    align-items: center;
  }
  .newHeader__tablet-menu-wrapper {
    position: relative;
    display: block;
  }
}

@media (max-width: 1280px) {
  .newHeader__user > .header-auth-btns {
    display: none;
  }
  .lock {
    overflow: hidden;
  }
  .newHeader {
    position: fixed;
    left: 0;
    top: 0;
  }
  .wrapper {
    padding-top: calc(var(--header-height)); /* нужен для фикс хедера, что бы страница не залезало под хедер */
  }

  .newHeader__menu-wrapper {
    display: block;
  }

  .newHeader__container {
    max-width: 1280px;
    padding: 0 28px;
  }

  .newHeader__bottom-nav {
    display: none;
  }
  .newHeader__free {
    margin-right: 30px;
    flex-shrink: 0;
  }
  .select-lang__title-lang {
    display: none;
  }
  .newHeader__tablet-menu-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    transition: color 0.3s;
    color: #333333;
  }
  .newHeader__tablet-menu-btn.isActive {
    color: #d62a05;
  }
  .newHeader__tablet-menu-btn:focus {
    border: none;
    outline: none;
  }
  .newHeader__tablet-menu-list {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    min-width: 180px;
    top: calc(100% + 40px);
    left: 0;
    padding: 16px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .newHeader__tablet-menu-list.isActive {
    opacity: 1;
    visibility: visible;
    height: auto;
    pointer-events: auto;
  }
}
@media (max-width: 820px) {
  .newHeader__free {
    margin-right: 20px;
  }
  .newHeader .btn-notify-box {
    margin-right: 12px;
  }
  .newHeader__vip {
    margin-right: 12px;
  }
}
@media (max-width: 769px) {
  .header-auth-btns--desktop {
    display: none;
  }
  .newHeader {
    box-shadow: none;
  }
  .newHeader__lang {
    margin-left: auto;
  }

  .newHeader__top-nav {
    display: none;
  }

  .newHeader__free {
    display: none;
  }
  .newHeader__tablet-menu-wrapper {
    display: none;
  }
  .newHeader .v-sa-dropdown__content {
    left: 0;
    right: auto;
  }
  .select-lang__title-lang {
    display: block;
  }
  .newHeader__top-control .currency-change {
    display: none;
  }
  .newHeader__currency--mobile {
    display: block;
  }
}

@media (max-width: 578px) {
  .user__buy-button-header {
    display: none !important
  }
  .newHeader {
    position: fixed;
    background: #fff;
  }
  .newHeader__bottom {
    padding: 6px 0;
  }

  .newHeader__container {
    padding: 0 20px;
  }

  .newHeader__top {
    display: none;
  }

  .newHeader__logo {
    max-width: 120px;
  }

  .newHeader__controls {
    position: static;
  }

  .left-menu .select-lang--mobile {
    display: block;
  }
  .select-lang__title-lang {
    color: #333;
  }
  .select-lang__arrow svg path {
    stroke: #333;
  }
  .select-lang__list {
    top: auto;
    bottom: calc(100% + 15px);
    right: auto;
    left: 0;
  }
  .left-menu__second-list {
    margin-bottom: 20px;
  }
  .newHeader-select .chosen-container .chosen-drop {
    top: auto;
    bottom: 100%;
  }
  .newHeader-select .chosen-container .chosen-results li {
    font-size: 13px;
    font-weight: 400;
  }

  .newHeader-select {
    margin-bottom: 10px;
    display: inline-block;
  }

  .newHeader-select .chosen-single.chosen-default {
    max-width: 90px;
    font-size: 13px;
  }

  .newHeader-select .chosen-container.chosen-container-single {
    background: #ffffff;
  }

  .newHeader-select .chosen-container-single .chosen-single {
    padding: 0;
  }

  .newHeader .chosen-single.chosen-default div b,
  .newHeader .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L6 5.5L10 1.5' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
  }

  .newHeader .chosen-container-active .chosen-single div b {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 1.5L6 5.5L10 1.5' stroke='%23333333' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E") !important;
  }

  .newHeader-select .chosen-single.chosen-default,
  .newHeader-select .chosen-single {
    color: #333 !important;
    font-size: 13px;
    font-weight: 400;
  }

  .newHeader .chosen-container-active.chosen-with-drop .chosen-single {
    color: #333;
  }

  #notify-box {
    max-width: 100%;
  }

  .user__details {
    top: calc(100% + 5px);
    right: 15px;
  }

  .newHeader__mobile-menu {
    margin-right: 12px;
  }

  .left-menu {
    width: 100%;
    max-height: calc(100vh - 70px);
  }
  .breadcrumbs-active .left-menu {
    max-height: calc(100vh - 90px);
  }

  .user__logout-text {
    display: none;
  }

  .user__icon {
    margin-right: 0;
  }

  .user__info {
    display: none;
  }

  .user__rank {
    padding: 0;
  }

  .user__bottom-mail {
    padding: 0;
  }

  .user__setting-button {
    margin-right: 0;
  }
  .user__setting-icon {
    width: 16px;
    flex-shrink: 0;
  }

  .user__top-item.user__balance {
    display: flex;
    margin-bottom: 20px;
  }

  .user__top-item.user__id {
    display: flex;
  }

  .user__bottom-item:not(:last-child) {
    margin-bottom: 6px;
  }

  .attention {
    margin-right: 12px;
  }
}
