/*==============CHECK==============*/

.check {
  border: 1px solid;
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
  font-size: 1.8rem;

  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__top {
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
  margin-left: 1.4rem;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.bank__logo {
  width: 150px;
}

.check__top-col-title {
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 1.4rem;
  }
}
/* @media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
} */
@media (max-width: 992px) {
  /* .check {
    font-size: 0.6rem;
  } */
  .mobile_hide {
    display: none;
  }
}


.un-steps__check-mobile {
  display: none;
}
.check_mobile_column_flex {
  display: flex;
  justify-content: space-between;
  color: #000;
}
@media (max-width: 768px) {
  .un-steps__check-mobile {
    display: block;

    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
  }

  .check__wrapper {
    display: none;
  }

  .check {
    border: none;
    font-size: 0.6rem;
  }

  .un-steps__check-mobile {
    margin: 0 auto;
    display: block;
    padding: 2rem .5rem;
    border: 1px grey solid;
    font-family: var(--check-font-regular) !important;
    line-height: 1.3;
    max-width: 500px;
  }
  .check-mobile__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1.5px #666 solid;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
  .check-mobile__logo {
    margin: 0.5rem auto 1rem auto;
    height: 100%;
  }
  .check-mobile__date {
    margin: 1.1rem auto;
    font-size: 1.2rem;
    color: #666;
  }
  .check-mobile_amount {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 0.5rem;
  }
  .check-mobile_sum-text {
    font-size: 1.8rem;
    color: #000;
  }
  .check_mobile__bot_block {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }

  .check_mobile_column p,
  .check_mobile_column div {
    display: block;
    /* font-size: 12px; */
    font-family: var(--check-font-regular) !important;
    margin-bottom: 0 !important;
    white-space: nowrap;
    color: #666;
  }
  .check_mobile_column div {
    text-align: center;
    margin: 8px 0 0;
  }
  .check_mobile_column_flex {
    display: flex;
    justify-content: space-between;
    color: #000;
  }
  .check_mobile_column_flex p {
    display: block;
  }
}

@media (max-width: 450px) {
  .check-mobile__date {
    font-size: 1.2rem;
  }
  .check-mobile_amount {
    font-size: 1rem;
  }
  .check-mobile_sum-text {
    font-size: 1.4rem;
    margin-top: .5rem;
  }
  .check_mobile__bot_block {
    font-size: 1.3rem;
  }

  .check_mobile_column p,
  .check_mobile_column div {
    font-size: 1.35rem;
  }
}


/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}
.comment-display{
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.comment-display div{
  display: flex;
  gap: 1rem;
}
.comment-display div span:nth-child(1){
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: .5rem;
}
.comment-block-answer{
  margin-left: 4rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
}
.block-info{
  width: 100%;
}
.block-info-comment{
  position: relative;
}
.block-info-comment__svg{
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 1.3rem;
  display: flex;
  height: 20px;
  align-items: center;
}
.block-info-comment__svg svg{
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 20px;
  padding: 5px;
}
.block-info-comment__name {
  font-weight: 700;
  color: rgb(224, 94, 0);
  padding-bottom: 1rem;
}
.block-info-comment__name span{
  font-size: 1.2rem;
  font-weight: normal;
  color: #30303093;
  padding-left: .5rem;

  
}
.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 1.2rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
}



/*================ADVCONTENT===============*/


.adv__content{
  display: flex;
  flex-direction: column;
  
}
.adv__col{
  position: sticky;
  top: 0;
  height: 700px;
  padding: 0 5px;
  width: 300px;
}
.adv__block{
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
}
.adv__title{
  font-family: var(--guardian-medium);
}
.adv__info{
  flex: 1 1 75%;
  font-family: var(--guardian-medium);
}
.adv__block div{
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.adv__img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  
}


@media (max-width: 600px) {

.block-info-comment__name span {
  padding-left: 0;
  display: block;
}

.block-info-comment__name {

  width: 80%;

}
}