.registration-channels-section{position:relative;width:100%;background-color:#003c8b;padding:60px 160px;box-sizing:border-box;overflow:hidden}.registration-channels-section__inner{width:100%;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;box-sizing:border-box}.registration-channel-card{background-color:#fff;border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 4px 14px rgba(0,43,99,.04);transition:transform .2s ease,box-shadow .2s ease;box-sizing:border-box;min-height:120px}.registration-channel-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,43,99,.1)}.registration-channel-icon-wrap{width:48px;height:48px;min-width:48px;background-color:#eef5ff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}.registration-channel-icon-wrap svg{width:24px;height:24px;display:block}.registration-channel-body{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.registration-channel-title{color:#002b63;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:1.25;margin:0}.registration-channel-desc,.registration-channel-hours{color:#606060;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.45;margin:0}.registration-channel-detail{color:#2f3946;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;transition:color .2s ease}.registration-channel-detail:hover{color:#005bd1;text-decoration:underline}.registration-channel-body--office .registration-channel-title{margin-bottom:8px}.registration-channel-body--phone .registration-channel-title{margin-bottom:4px}.registration-channel-body--phone .registration-channel-detail{margin-bottom:4px}.registration-channel-body--chat .registration-channel-title{margin-bottom:8px}@media (max-width:1399px){.registration-channels-section{padding:50px 60px}}@media (max-width:1024px){.registration-channels-section{padding:45px 32px}.registration-channels-section__inner{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:640px){.registration-channels-section{padding:40px 20px}.registration-channels-section__inner{grid-template-columns:1fr;gap:14px}.registration-channel-card{padding:18px 16px;min-height:auto}.registration-channel-icon-wrap{width:42px;height:42px;min-width:42px;border-radius:8px}.registration-channel-icon-wrap svg{width:20px;height:20px}}