.text-sub{
font-weight:400;
font-size:1.6em;
line-height:24px;
}
.header{
display:grid;
grid-template-columns:40px auto 40px;
height: 40px;
}
.header h3{
color: #13151A;
font-size: 2.6rem;
font-weight: 600;
margin: unset;
padding-left: 12px;
}
.header i{
width:40px;
height:40px;
display: flex;
justify-content: center;
align-items: center;
font-size:40px;
color:var(--text-color-dark-blue);
}
.header img {
width:40px;
height:40px;
}
#iyf6{
padding-right: 16px;
width: 520px;
margin-bottom: 32px;
margin-top: 34px;
}
.group.buttons{
display:flex;
flex-direction:column;
}
.popover{
max-height:600px;
display:block;
max-width:600px;
margin:0 0 0 0;
height:auto;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
top: 30%;
z-index:2;
background-color:#fff;
font-family:Golos;
padding-left: 4.0rem;
padding-right: 2.4rem;
padding-top: 2.8rem;
padding-bottom: 3.9rem;
border-radius:24px;
position:fixed;
}
.icon {
font-family:erz-icons;
}
.popover h2{
font-size:1.6rem;
line-height:2.4rem;
font-weight:400;
color:#344054;
text-align:center;
}
  @media (max-width: 840px){
      #iyf6 {
          padding-right: unset;
          width: unset;
          margin-top: unset;
      }
  }