.ChannelsList-module__-nseQa__section{background-color:#f5f5f5}.ChannelsList-module__-nseQa__container{max-width:1100px;margin:0 auto;padding:90px 24px 100px}.ChannelsList-module__-nseQa__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:64px;display:flex}.ChannelsList-module__-nseQa__header h2{letter-spacing:-.04em;color:#0a0a0a;max-width:760px;margin:0;font-size:clamp(1.9rem,4vw,2.3rem);font-weight:700;line-height:1.15}.ChannelsList-module__-nseQa__header p{color:#6b7280;max-width:620px;margin:18px 0 0;font-size:clamp(1rem,1.4vw,1.1rem);font-weight:400;line-height:1.8}.ChannelsList-module__-nseQa__flagBar{border-radius:999px;width:72px;height:5px;margin-top:28px;display:flex;overflow:hidden}.ChannelsList-module__-nseQa__flagBar span{height:100%}.ChannelsList-module__-nseQa__red1{background:#aa151b;flex:1}.ChannelsList-module__-nseQa__gold{background:#f1bf00;flex:2}.ChannelsList-module__-nseQa__red2{background:#aa151b;flex:1}.ChannelsList-module__-nseQa__regionBlock{margin-bottom:48px}.ChannelsList-module__-nseQa__regionBlock:last-of-type{margin-bottom:56px}.ChannelsList-module__-nseQa__regionTitle{color:#0a0a0a;letter-spacing:-.01em;margin:0 0 20px;font-size:18px;font-weight:700}.ChannelsList-module__-nseQa__grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}.ChannelsList-module__-nseQa__countryItem{cursor:pointer;font:inherit;appearance:none;background:#fff;border:1px solid #e2e2e2;border-radius:14px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:20px 12px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s,border-color .3s;display:flex}.ChannelsList-module__-nseQa__countryItem:hover{border-color:#0a0a0a;transform:translateY(-4px);box-shadow:0 10px 22px #00000012}.ChannelsList-module__-nseQa__countryItem:focus-visible{outline-offset:3px;outline:2px solid #0a0a0a}.ChannelsList-module__-nseQa__flagCircle{background:#f5f5f5;border:1px solid #e2e2e2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.ChannelsList-module__-nseQa__flagImg{object-fit:cover;width:100%;height:100%}.ChannelsList-module__-nseQa__countryName{color:#0a0a0a;text-align:center;font-size:13px;font-weight:700}.ChannelsList-module__-nseQa__ctaWrap{justify-content:center;margin-top:24px;display:flex}.ChannelsList-module__-nseQa__trialBtn,.ChannelsList-module__-nseQa__modalTrialBtn{color:#fff;background:#0a0a0a;border:1.5px solid #0a0a0a;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:16px 36px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.ChannelsList-module__-nseQa__trialBtn:hover,.ChannelsList-module__-nseQa__modalTrialBtn:hover{color:#0a0a0a;background:0 0;transform:translateY(-3px);box-shadow:0 10px 24px #0000001a}.ChannelsList-module__-nseQa__arrowIcon{width:16px;height:16px;transition:transform .3s}.ChannelsList-module__-nseQa__trialBtn:hover .ChannelsList-module__-nseQa__arrowIcon,.ChannelsList-module__-nseQa__modalTrialBtn:hover .ChannelsList-module__-nseQa__arrowIcon{transform:translate(4px)}.ChannelsList-module__-nseQa__modalOverlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0a0a0a8c;justify-content:center;align-items:center;padding:24px;animation:.2s ChannelsList-module__-nseQa__fadeIn;display:flex;position:fixed;inset:0}.ChannelsList-module__-nseQa__modal{background:#fff;border-radius:20px;width:100%;max-width:440px;max-height:88vh;padding:32px;animation:.25s cubic-bezier(.4,0,.2,1) ChannelsList-module__-nseQa__slideUp;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000040}.ChannelsList-module__-nseQa__modalTopRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.ChannelsList-module__-nseQa__modalClose{color:#0a0a0a;cursor:pointer;background:#f5f5f5;border:1px solid #e2e2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,transform .2s;display:flex}.ChannelsList-module__-nseQa__modalClose:hover{background:#ececec;transform:rotate(90deg)}.ChannelsList-module__-nseQa__modalClose svg{width:16px;height:16px}.ChannelsList-module__-nseQa__modalHeader{text-align:center;flex-direction:column;align-items:center;gap:4px;margin-bottom:8px;display:flex}.ChannelsList-module__-nseQa__modalFlag{border:1px solid #e2e2e2;border-radius:50%;flex-shrink:0;width:84px;height:84px;margin-bottom:16px;overflow:hidden;box-shadow:0 6px 16px #00000014}.ChannelsList-module__-nseQa__modalTitle{color:#0a0a0a;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700}.ChannelsList-module__-nseQa__modalDescription{color:#6b7280;margin:0 0 28px;font-size:14px;line-height:1.6}.ChannelsList-module__-nseQa__modalTrialBtn{width:100%}@keyframes ChannelsList-module__-nseQa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChannelsList-module__-nseQa__slideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ChannelsList-module__-nseQa__slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:900px){.ChannelsList-module__-nseQa__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.ChannelsList-module__-nseQa__container{padding:60px 20px 70px}.ChannelsList-module__-nseQa__header{margin-bottom:48px}.ChannelsList-module__-nseQa__header h2{font-size:1.7rem}.ChannelsList-module__-nseQa__header p{font-size:.95rem;line-height:1.7}.ChannelsList-module__-nseQa__grid{grid-template-columns:repeat(3,1fr);gap:12px}.ChannelsList-module__-nseQa__flagCircle{width:42px;height:42px}.ChannelsList-module__-nseQa__countryName{font-size:12px}.ChannelsList-module__-nseQa__trialBtn{justify-content:center;width:100%;max-width:280px}.ChannelsList-module__-nseQa__modal{border-radius:16px;padding:24px}.ChannelsList-module__-nseQa__modalOverlay{align-items:flex-end;padding:0}.ChannelsList-module__-nseQa__modal{max-width:100%;max-height:85vh;padding:28px 20px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;animation:.3s cubic-bezier(.4,0,.2,1) ChannelsList-module__-nseQa__slideUpMobile}.ChannelsList-module__-nseQa__modal:before{content:"";background:#e2e2e2;border-radius:999px;width:40px;height:4px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.ChannelsList-module__-nseQa__modalClose{margin-top:4px}.ChannelsList-module__-nseQa__modalHeader{margin-bottom:4px}.ChannelsList-module__-nseQa__modalFlag{width:68px;height:68px}.ChannelsList-module__-nseQa__modalTitle{font-size:18px}}
