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