.account-specs-block{padding:50px 0 90px;max-width:var(--container-max-width);margin:0 auto}.account-specs__container{background:var(--color-cyan-light);border-radius:20px;display:flex;align-items:center;justify-content:space-between;position:relative;padding:40px 50px;min-height:280px}.account-specs__content{flex:0 0 55%;max-width:617px;position:relative;z-index:2}.account-specs__title{margin-bottom:25px}.account-specs__list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-specs__item{background:var(--color-white);border-radius:10px;padding:12px 15px;display:flex;align-items:flex-start}.account-specs__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:var(--color-white);color:var(--color-white);border-radius:4px;margin-right:15px;flex-shrink:0;margin-top:1px}.account-specs__text{color:var(--color-text);margin:0}.account-specs__image-wrapper{position:absolute;right:-9%;bottom:0;height:140%;width:50%;z-index:1;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;transform:translate(var(--pos-x,0%),var(--pos-y,0%))}.account-specs__image{max-height:100%;width:auto;max-width:100%;object-fit:contain;object-position:bottom center}@media (max-width:991px){.account-specs__title{font-size:var(--font-size-h1)!important;line-height:var(--line-height-h1)!important}.account-specs__item{padding:11px 15px}.account-specs-block{padding:40px 0 70px;overflow:visible}.account-specs__container{flex-direction:column;padding:35px 35px 233px;align-items:flex-start}.account-specs__content{flex:0 0 100%;max-width:100%;width:100%;margin-bottom:10px}.account-specs__list{grid-template-columns:1fr;gap:11px}.account-specs__image-wrapper{position:absolute;right:-24%;top:auto;transform:translate(var(--pos-x-mobile,0%),var(--pos-y-mobile,0%));height:264px;width:auto;margin:0 auto 0;justify-content:center;z-index:2}.account-specs__image{width:auto;max-width:max-content!important;height:100%}}