.block-top .isin {
  margin-right: 12px;
}
.block-top .isin-code {
  margin-left: -5px;
}
.block-top .isin-code:after {
  margin-left: 19px;
  height: 18px;
  width: 18px;
}
.block-top {
  height: 841px;
  /*background-image: url(../images/main-1.jpg);*/
  /*background-size: 50% auto;*/
  /*background-repeat: no-repeat;*/
  /*background-position: right 0px top 0px;*/
}
.block-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  min-height: 748px;
  background-image: url(../images/main-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 12px center;
  z-index: -1;
}
@media (max-width: 395px) {
  .block-top:after {
    width: 100%;
    background-image: url(../images/block-top-mobile.jpg);
    background-position: right 0px top -9px;
    height: 90%;
  }
}
@media (max-width: 768px) {
  .block-top {
    height: 739px;
  }
}
@media (max-width: 768px) and (min-width: 396px) {
  .block-top:after {
    width: 100%;
    background-image: url(../images/block-top-mobile.jpg);
    background-position: right 0px top 0px;
  }
}



.block-top .sub-title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #54545A;
}
@media (max-width: 1495px) {
  .block-top {
    background-size: 748px auto;
  }
}