@charset "UTF-8";
.checker{max-width:500px;margin:0 auto;padding:20px}.checker__title{text-align:center;font-size:24px;font-weight:700;margin-bottom:24px;color:#333}.checker__description{text-align:center;font-size:14px;color:#777;margin-bottom:40px}.checker__select-group{margin-bottom:32px}.checker__label{display:block;font-weight:700;font-size:16px;margin-bottom:12px;color:#555}.checker__select-wrapper{position:relative;margin-bottom:32px}.checker__select-wrapper::after{content:'▼';font-size:12px;color:#aaa;position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none}.checker__select{appearance:none;padding:16px 20px;border:1px solid #70BBD0;border-radius:8px;font-size:16px;background-color:#fff;color:#333;cursor:pointer;outline:none;box-shadow:0 2px 5px rgba(0, 0, 0, 0.02);font-family:inherit;transition:border-color 0.3s, box-shadow 0.3s}@media (min-width:768px){.checker__select{width:100%}}.checker__select:focus{border-color:#4aa9c3;box-shadow:0 0 0 2px rgba(112, 187, 208, 0.2)}.checker__select:invalid{color:#999}.checker__select option{color:#333}.checker__result{background-color:#FCFAf9;border-radius:8px;padding:24px 24px 24px 32px;position:relative;margin-top:24px}.checker__result-label{font-size:14px;color:#777;margin:0 0 12px 0}.checker__result-value{font-size:18px;font-weight:700;color:#333;margin:0;white-space:normal;word-break:break-all;line-height:1.6}.cta{display:block}.cta__text{text-align:center;align-items:center;display:flex;justify-content:center;position:unset;margin:0 auto}.cta__text::before,.cta__text::after{background-color:#70BBD0;border-radius:5px;content:"";height:2px;width:20px}.cta__text::before{margin-right:10px;transform:rotate(60deg)}.cta__text::after{margin-left:10px;transform:rotate(-60deg)}.cta__btn{background:linear-gradient(45deg, #3DC1E7, #6dd9f8);color:#fff;padding:20px;text-align:center;margin:0 auto;width:100%;max-width:300px;border-radius:100vw;font-size:18px;font-weight:bold;display:block}.cta__btn:hover{color:#fff;opacity:0.8}/*# sourceMappingURL=checker.css.map */