.check-block{display:flex;align-items:center;min-height:52px;padding:14px 16px;border-radius:8px;transition:background-color .3s ease-in-out;cursor:pointer}@media only screen and (max-width:1023px){.check-block{min-height:44px;padding:10px 12px;border-radius:6px}}.check-block.is-background-when-unchecked{background-color:#fff}@media(hover:hover){.check-block:hover{background-color:#e2e2e3}}.check-block__inner{display:flex;flex-wrap:nowrap;width:100%;max-width:100%;gap:8px}.check-block__value{display:block;text-transform:uppercase;font-size:20px;font-weight:500;line-height:24px;letter-spacing:-.01em}@media only screen and (max-width:1023px){.check-block__value{font-size:18px;line-height:22px}}.check-block__desc{margin-top:2px;font-size:15px;font-weight:500;line-height:20px;color:#14141499}.check-block__icon-left{width:16px!important;min-width:16px!important}.check-block__icon{flex-shrink:0;margin-left:auto;animation:fade-in .3s ease-in-out forwards}.check-block.is-checked{background-color:#2affee}.check-block.is-checked .check-block__info{max-width:calc(100% - 24px)}
