/* scroll */
.v-scroll::-webkit-scrollbar {
  width: 7px;
}

.v-scroll::-webkit-scrollbar-track {
  background: #293245;
  border-radius: 10px;
}

.v-scroll::-webkit-scrollbar-thumb {
  background: #3b455b;
  border-radius: 10px;
}

.invld__r {
  padding: 15px 7px 15px 0;
  background: -o-linear-gradient(266.27deg, #0f192f 4.51%, #1c2539 96.91%);
  background: linear-gradient(183.73deg, #0f192f 4.51%, #1c2539 96.91%);
  border-radius: 10px;
}

@media (max-width: 660px) {
  .invld__r {
    padding: 5px 5px 5px 0;
  }
}

.invld__r .v-scroll {
  max-height: 800px;
  overflow: auto;
}

.invld__r .cmnt {
  padding: 35px 43px 35px 50px;
  background: transparent;
}

@media (max-width: 1200px) {
  .dp-ftr {
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 1000px) {
  .ob-tab.ob-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-m {
  display: none;
}

@media (max-width: 660px) {
  .invld__r .v-scroll {
    max-height: 400px;
  }

  .invld__r .cmnt {
    padding: 15px 15px 15px 20px;
  }

  .ob-rating__table tbody {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .ob-rating__table .table-tr {
    margin: 0;
  }

  .st-section {
    margin-top: 40px;
  }

  .dp-bill__block .n {
    font-size: 38px;
  }

  .sign-p__l h1 {
    display: none;
  }

  .sign-p__l {
    padding: 0;
  }

  .sign-p__row {
    gap: 0
  }

  .b-m {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .ob-tab__l .primary-btn {
    display: none;
  }
}


.modal-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 650px) {
  .modal-dialog {
    display: block;
    min-height: calc(100vh + 40px);
  }

  .modal .txt-block {
    padding: 20px;
  }

  .modal-content {
    height: auto;
    min-height: calc(100vh + 40px);
  }

  .bnr__el-2 img {
    -webkit-animation: none;
    animation: none;
  }

  .section-title__circle::before, .bnr__img::before {
    -webkit-animation: none;
    animation: none;
  }
}

/* */
.info-s__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

.info-s__item h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #9FCFF8;
  opacity: 0.5;
}

.info-s__item p {
  opacity: 1;
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  color: #FFFFFF;
}

.info-s__lside {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.menu__link--gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 100px;
  padding: 5px 14px;
}

.menu__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .menu__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 1000px) {
  .invest__list {
    padding-top: 51px;
  }

  .menu {
    max-height: 500px;
  }

  .menu__container {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .dp-i__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 330px) {
  .dp-ftr_i {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .alt-bon-itm {
    width: 90%;
    margin-left: auto;
  }
}

.bnr__text {
  position: relative;
  z-index: 2;
}

.bnr__text--l {
  position: relative;
  display: inline-block;
}

.bnr__text--l::before {
  content: '';
  display: block;
  background: url(../img/bnr__text--l.svg) no-repeat;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -9px;
  left: -3px;
}

.select .open>.dropdown-menu {
  width: auto;
  max-width: initial;
}

.modal-vid--cont {
  padding: 20px;
}

.modal-vid--cont iframe {
  border-radius: 10px;
}

.abtb-cntr {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 650px) {
  .modal-vid--cont iframe {
    max-width: 100%;
    height: 200px;
  }

  .abtb-cntr {
    margin-top: 20px;
  }
}

.hdr.fix {
  background: rgb(47 61 90 / 70%);
  padding: 10px 45px;
}

.input-file {
  z-index: 2;
  width: 100%;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-file:hover {
  border: 1px dashed rgba(255, 255, 255, .5);
}

.input-file span {
  width: 100%;
  padding: 25px;
  padding-left: 60px;
}

.add-file .img {
  margin-bottom: 0;
  position: absolute;
  left: 25px;
}

.add-file {
  border: 0;
  position: relative;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.sign-header--logo {
  max-width: 155px;
  position: fixed;
  top: 67px;
  left: 45px;
  z-index: 9;
}

.sign-header--btn {
  position: fixed;
  right: 45px;
  top: 30px;
  z-index: 9;
}

@media (max-width: 1150px) {
  .sign-header--logo {
    left: 30px;
  }

  .sign-header--btn {
    right: 30px;
  }
}

@media (max-width: 660px) {
  .sign-header--btn {
    width: 50px;
    height: 50px;
    padding: 0;
    gap: 0;
    font-size: 0;
    top: 15px;
    right: 15px;
  }

  .sign-header--btn::before, .sign-header--btn::after {
    display: none;
  }

  .sign-header--logo {
    max-width: 140px;
    position: fixed;
    top: 29px;
    left: 15px;
    z-index: 9;
  }
}

.abt-mr--txt .abt-info__abt-list {
  margin: 40px auto 0;
}

.abt-mr--banner {
  width: 50%;
  margin: 40px auto 0;
}

.abt-mr--banner img {
  max-width: 100%;
}

.abt-mr--txt.nws-itm.nws-ins .txt-block {
  padding-top: 40px
}

.abt-mr--bg {
  position: absolute;
  top: -56px;
  right: 77px;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  z-index: 1;
}

.abt-mr--z {
  position: relative;
  z-index: 2;
}

.abt-mr--txt {
  position: relative;
  overflow: hidden;
}

@media (max-width: 660px) {
  .abt-mr--bg {
    right: -139px;
  }
}


.hdr.longer .hdr__logo {
  max-width: 135px;
}

.hdr.longer .dn {
  padding: 35px 43px;
  font-size: 15px;
}

.hdr.longer .menu__link {
  font-size: 15px;
}

.hdr.longer .menu-c {
  padding: 10px;
}

.hdr.longer .menu__list {
  gap: 20px;
}

.company-contacts__row {
  gap: 12px;
}

.nws-itm__img img {
  max-width: 100%;
}

.note {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 22px 1fr 22px 16px;
  grid-template-columns: 16px 1fr 16px;
  gap: 22px;
  margin: 28px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.note p {
  margin: 0;
  color: #fff;
}

.txt-pi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 36px 250px;
  grid-template-columns: 1fr 250px;
  gap: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 26px 0;
}

.txt-pi p {
  margin: 0;
}

.ibg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.ibg .img {
  border-radius: 20px;
  opacity: 0.32;
  width: 100%;
  overflow: hidden;
}

.ibg .img img {
  width: 100%;
}

.ibg h4 {
  position: absolute;
  z-index: 2;
  font-weight: 700;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  max-width: 710px;
}

.pbord {
  padding: 28px 47px;
  border: 1px dashed rgba(255, 255, 255, .5);
  margin: 30px 0;
  border-radius: 8px;
  color: #fff !important;
}

.pbord p {
  color: #fff;
}

@media (max-width: 1000px) {
  .txt-pi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 660px) {
  .pbord {
    padding: 15px;
  }

  .ibg h4 {
    position: absolute;
    z-index: 2;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    max-width: 80%;
  }
}

.modal-vid .modal-content {
  background: transparent;
  padding-top: 90px;
}

.modal-vid .modal-content .modal-content {
  padding: 0
}

.modal-vid .modal-content button.close {
  top: 0;
  right: 0;
}

.modal-vid .modal-vid--cont {
  background: -o-linear-gradient(266.27deg, #0f192f 4.51%, #1c2539 96.91%);
  background: linear-gradient(183.73deg, #0f192f 4.51%, #1c2539 96.91%);
  border-radius: 10px;
}

.tariff__total .val {
  font-size: 45px;
}

.tariff__btn {
  font-size: 15px;
}

.tariff__table-cell .val {
  font-size: 14px;
}

.tariff__inf--p p {
  margin: 10px 0;
  font-size: 13px;
  opacity: 0.7;
  font-style: italic;
}

.choice {
  margin-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.choice-itm {
  text-align: center;
}

.choice-itm h3 {
  margin-bottom: 22px;
}

.or {
  width: 70px;
  height: 70px;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #495264;
}

.or::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@media (max-width: 1000px) {
  .choice {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ml-news {
  position: relative;
}

.ml-news::before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgb(255 61 0);
  right: -7px;
  top: -1px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 61, 0, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 61, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 61, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 61, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 61, 0, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 61, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 61, 0, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 61, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 61, 0, 0);
  }
}

.cmnt-itm__user--blur img {
  border-radius: 50%;
}

.personalized {
  width: 40px;
}

.sign-p .section-title {
  margin-bottom: 32px;
}

.alrt {
  margin: 50px auto;
  position: relative;
  top: -4px;
}

.invld__l .section-title {
  margin-bottom: 50px;
}

#giftApp {
  margin-top: 50px;
}

#reviewApp {
  margin-top: 50px;
}



/* christmas-promo--rev */

.christmas-promo--rev {

}


.sldr-cmmnt {
  width: 496px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.sldr-cmmnt .swiper-slide {
  width: 256px;
  background: #0e182e;
}

.sldr-cmmnt__itm {
  display: block;
  text-decoration: none;
  position: relative;
  width: 256px;
  height: 478px;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.sldr-cmmnt__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.sldr-cmmnt__txt {
  padding: 28px;
  position: absolute;
  bottom: -100%;
  left: 0;
  z-index: 3;
  -webkit-transition: bottom .9s ease-in-out;
  -o-transition: bottom .9s ease-in-out;
  transition: bottom .9s ease-in-out;
  padding-top: 100px;
}

.sldr-cmmnt__itm::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 36, 56, 0)), color-stop(244.74%, #1B2438), color-stop(244.74%, rgba(27, 36, 56, 0.37)));
  background: -o-linear-gradient(top, rgba(27, 36, 56, 0) 0%, #1B2438 244.74%, rgba(27, 36, 56, 0.37) 244.74%);
  background: linear-gradient(180deg, rgba(27, 36, 56, 0) 0%, #1B2438 244.74%, rgba(27, 36, 56, 0.37) 244.74%);
  z-index: 2;
}

.sldr-cmmnt__txt .t {
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}

.swiper-slide-active .sldr-cmmnt__txt {
  bottom: 0;
  -webkit-transition: bottom 1s ease-in-out;
  -o-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
}

.sldr-cmmnt .swiper-slide .sldr-cmmnt__itm {
  opacity: 0.5;
}

.sldr-cmmnt .swiper-slide:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;

  width: 112px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(14, 24, 46, 0)), to(#0E182E));
  background: -o-linear-gradient(right, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
  background: linear-gradient(270deg, rgba(14, 24, 46, 0) 0%, #0E182E 100%);

  top: 0;
  right: 0;
}

.sldr-cmmnt .swiper-slide.swiper-slide-next:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 24, 46, 0)), to(#0E182E));
  background: -o-linear-gradient(left, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
  background: linear-gradient(90deg, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
  right: auto;
  left: 0;
}

.sldr-cmmnt .swiper-slide-active .sldr-cmmnt__itm {
  opacity: 1;
}

.sldr-cmmnt .swiper-slide-active::before {
  display: none;
}

.sldr-cmmnt .swiper-button-next {
  right: 0;
  left: auto;
  height: 100%;
  top: 0;
  margin: 0;
  width: 111px;
}

.sldr-cmmnt .swiper-button-next::after {
  content: '';
  width: 56px;
  height: 56px;

  border: 2px solid #9FCFF8;
  border-radius: 50%;
  background: url(../img/slider-arrow.svg) no-repeat center;
}

.sldr-cmmnt .swiper-button-prev {
  right: auto;
  left: 0;
  height: 100%;
  top: 0;
  margin: 0;
  width: 111px;
}

.sldr-cmmnt .swiper-button-prev::after {
  content: '';
  width: 56px;
  height: 56px;

  border: 2px solid #9FCFF8;
  border-radius: 50%;
  background: url(../img/slider-arrow.svg) no-repeat center;

  -webkit-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);
}

.sldr-cmmnt__itm .sldr-cmmnt__img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.sldr-cmmnt__itm:hover .sldr-cmmnt__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

@media (max-width: 1000px) {
  .invld__row {
    display: block;
  }
}

@media (max-width: 660px) {
  .sldr-cmmnt {
    width: 100%;
  }

  .sldr-cmmnt__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 20px;
    margin-top: 32px;
  }

  .s-arrow {
    position: relative;
    width: 56px !important;
    height: 56px !important;
  }
}

@media (max-width: 1000px) {
  .christmas-promo--rev {
    display: block;
  }
}

.christmas-promo--rev .sldr-cmmnt{
  width: 100%;
  margin-bottom: 50px;
}
.christmas-promo--rev .sldr-cmmnt .swiper-slide{
  opacity: 1;
}
.christmas-promo--rev .sldr-cmmnt .swiper-slide:before{
  display: none;
}
.christmas-promo--rev .sldr-cmmnt .swiper-button-prev {
  background: -webkit-gradient(linear, right top, left top, from(rgba(14, 24, 46, 0)), to(#0E182E));
  background: -o-linear-gradient(right, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
  background: linear-gradient(270deg, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
}
.christmas-promo--rev .sldr-cmmnt .swiper-button-next {
  background: -webkit-gradient(linear, left top, right top, from(rgba(14, 24, 46, 0)), to(#0E182E));
  background: -o-linear-gradient(left, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
  background: linear-gradient(90deg, rgba(14, 24, 46, 0) 0%, #0E182E 100%);
}
.christmas-promo--rev .sldr-cmmnt .swiper-slide .sldr-cmmnt__itm{
  opacity: 1;
}

@media (max-width: 660px){
  .christmas-promo--rev .sldr-cmmnt .swiper-button-prev, .christmas-promo--rev .sldr-cmmnt .swiper-button-next {
    background: transparent;
  }
}



/* ====================================*/
/* OFFER */
/* ====================================*/
@media (min-width: 660px) {
  .ftr {
    margin-top: auto;
  }

  .wrapper {
    display: -ms-grid;
    display: grid;
  }

  main {
    padding-bottom: 55px;
  }
}

.offer form {
  background: -o-linear-gradient(260.81deg, #0f192f 12.18%, #1c2539 96.9%);
  background: linear-gradient(189.19deg, #0f192f 12.18%, #1c2539 96.9%);
  border-radius: 10px;
  padding: 40px;
}

.offer-select {
  margin-top: 50px;
  margin-bottom: 43px;
}

.offer-select label {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: rgba(130, 170, 208, .65);
  line-height: 122%;
  display: block;
  margin-bottom: 10px;
}

.select--line .dropdown-toggle,
.select--line .dropdown-toggle:focus,
.select--line .dropdown-toggle:hover {
  border: 0 !important;
  border-bottom: 1px dashed rgba(255, 255, 255, .2) !important;
  border-radius: 0 !important;
  padding: 0 0 14px !important;
  height: auto !important;
}

.select--line .bootstrap-select .dropdown-toggle .caret {
  right: 0 !important;
}

.bootstrap-select .dropdown-toggle .caret {
  background: url(../img/_admn/ico/ico-select.html) no-repeat center !important;
}

.select--line .bootstrap-select .filter-option-inner-inner {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 185% !important;
  color: #fff !important;
}


/* */
.alt-bon--adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alt-adv {
  position: relative;
  z-index: 99;
  display: -ms-grid;
  display: grid;
  gap: 52px;
}

.alt-adv.advHide {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
  transition: opacity 0.9s ease-in-out;
}

.alt-adv--itm {
  background: #273347;
  -webkit-box-shadow: 0px 4px 50px rgba(6, 16, 38, 0.2);
  box-shadow: 0px 4px 50px rgba(6, 16, 38, 0.2);
  border-radius: 10px;
  padding: 0 23px 23px;
  max-width: 90%;
}

.alt-adv--user {
  position: relative;
  top: -40px;
  margin: 0 auto -40px;
  text-align: center;
}

.alt-adv--user .img-circle {
  margin: 0 auto;
  width: 88px;
  height: 88px;
}

.alt-adv--user .img-circle::before {
  width: 65px;
  height: 65px;
}

.alt-adv--user .img-circle img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.alt-adv--user .alt-adv--username {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  margin-top: -8px;
  position: relative;
}

.alt-adv--itm .t {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #9fcff8;
  margin: 9px auto 14px;
}

.alt-adv--itm .ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  padding-right: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alt-adv--itm .n {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  background: -o-linear-gradient(175.39deg, #4d535f 16.26%, #ebeded 116.73%);
  background: linear-gradient(274.61deg, #4d535f 16.26%, #ebeded 116.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  white-space: nowrap;
}

.alt-adv--itm .i {
  width: 30px;
  position: absolute;
  right: -7px;
  top: -5px;
}