@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap";:root{--net-white: #fff;--net-black-1: #0e0e0e;--net-black-2: #383838;--net-gray-1: #ededed;--net-gray-2: #a3a3a3;--net-blue: #2a2273;--net-orange-1: #ff6000;--net-orange-2: #ff60001a;--net-shadow: 0 13px 22px rgb(41 39 78 / 22%)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}*:focus{outline:0}::selection{color:var(--net-white);background:var(--net-orange-1)}[v-cloak]>*{display:none}#app[v-cloak]{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;align-items:center;justify-items:center;width:100%;height:100vh;background:var(--net-white);overflow:hidden}[v-cloak]:after{content:"";display:block;width:50px;height:50px;border-radius:100%;border:5px solid;border-color:var(--net-orange-1) transparent var(--net-orange-1) transparent;animation:loading 1.2s linear infinite}@keyframes loading{to{transform:rotate(360deg)}}body{color:var(--net-black-2);font-size:18px;font-family:roboto;overflow-y:scroll}img,svg{display:block}.website-header{height:100px;background:var(--net-white);position:relative;z-index:2}.website-header>div{display:grid;grid-template-columns:repeat(2,auto);align-items:center;justify-content:space-between;max-width:1260px;height:100%;margin:auto;padding:0 20px}.website-header .logo img{max-width:300px}.website-header .contacts{display:grid;grid-template-columns:repeat(2,auto);gap:40px}.website-header .contacts>div{display:grid;grid-template-columns:50px auto;gap:15px;align-items:center}.website-header .contacts>div>div:first-child{display:flex;align-items:center;justify-content:center;width:50px;height:50px;padding:10px;color:var(--net-orange-1);background:var(--net-orange-2);border-radius:100%}.website-header .contacts svg{height:25px}.website-header .contacts>div>div:last-child a{color:var(--net-blue);font-weight:700;font-family:poppins;text-decoration:none;transition:color .3s}.website-header .contacts>div>div:last-child a:hover{color:var(--net-orange-1)}.website-header .contacts>div>div:last-child span{display:block;margin-top:5px}.website-header button{display:none}.website-nav{max-width:1260px;margin:auto;padding:0 20px}.website-nav ul{display:grid;grid-auto-flow:column;grid-auto-columns:auto;gap:40px;align-items:center;justify-content:start;height:70px;padding:0 40px;background:var(--net-blue);list-style:none}.website-nav a{color:var(--net-white);font-weight:700;font-family:poppins;text-decoration:none;transition:color .3s}.website-nav .current a,.website-nav a:hover{color:var(--net-orange-1)}.website-footer{color:var(--net-gray-2);background:var(--net-black-1)}.website-footer>span{display:block;padding:20px;text-align:center}.website-footer>small{display:block;padding:0 20px 20px;font-size:12px;text-align:center}.website-footer>div{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1260px;margin:auto;padding:100px 20px 50px;line-height:1.5}.website-footer h2{display:flex;align-items:center;height:40px;margin-bottom:60px;color:var(--net-white);position:relative}.website-footer h2:after{content:"";display:block;width:20px;height:3px;background:var(--net-orange-1);position:absolute;bottom:-25px}.website-footer a{color:inherit;text-decoration:none;transition:color .3s}.website-footer a:hover{color:var(--net-orange-1)}.website-footer ul{display:grid;gap:20px;list-style:none}.website-footer li{display:flex;align-items:center}.website-footer li:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-angle-double-right fa-w-10'><path fill='rgb(255,96,0)' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17zm128-17l-117.8-116c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17L255.3 256 153.1 356.4c-4.7 4.7-4.7 12.3 0 17l7.1 7.1c4.7 4.7 12.3 4.7 17 0l117.8-116c4.6-4.7 4.6-12.3-.1-17z'></path></svg>");flex-shrink:0;width:15px;height:25px;margin-right:12px;margin-left:3px}.website-footer .contact li:before{display:none}.website-footer li svg{width:20px;height:20px;margin-right:10px;color:var(--net-orange-1);text-align:center}.website-footer img{height:50px;margin-right:5px}h1,h2,h3{color:var(--net-black-1);font-family:poppins;font-weight:700;line-height:1.25}.button{display:inline-flex;align-items:center;color:var(--net-white);text-decoration:none;border:4px solid;border-color:var(--net-orange-1);border-radius:5px;transition:border .3s,background .3s;cursor:pointer}.button[disabled]{background:var(--net-gray-1)!important;border-color:var(--net-gray-1)!important;cursor:default}.btn-big{height:60px;padding:0 40px;font-size:18px}.btn-small{height:40px;padding:0 20px;font-size:16px}.btn-transparent{background:none}.btn-transparent:hover,.btn-orange{background:var(--net-orange-1)}.btn-orange:hover{background:var(--net-black-1);border-color:var(--net-black-1)}.default-text-article{line-height:1.5}.default-text-article h2{font-size:40px}.default-text-article h3{font-size:30px}form a,.default-text-article a:not(.button){color:inherit;text-decoration:none;border-bottom:1px solid var(--net-black-1);transition:.3s}form a:hover,.default-text-article a:not(.button):hover{color:var(--net-orange-1);border-color:var(--net-orange-1)}.default-text-article ol,.default-text-article ul{padding-left:16px}.default-text-article>*:not(:last-child){margin-bottom:20px}.index-top{background:url(/images/bg-index.webp) center no-repeat;background-size:cover;position:relative}.index-top:before{content:"";width:100%;height:100%;background:#1b1a1faa;position:absolute;top:0;left:0}.index-top>div{display:grid;align-items:center;max-width:1260px;min-height:650px;margin:auto;padding:100px 20px;position:relative;z-index:1}.index-top article{display:grid;gap:40px;align-content:center;max-width:700px;height:100%;color:var(--net-white)}.index-top h1{color:var(--net-white);font-size:58px;text-transform:uppercase;line-height:1.1}.index-top h1>span{display:block;color:var(--net-orange-1)}.index-top p{line-height:1.75}.subsites-top{background:url(/images/bg-breadcrumb.webp) center no-repeat;background-size:cover;position:relative;z-index:0}.subsites-top:before{content:"";background:#1b1a1faa;width:100%;height:100%;position:absolute;top:0;left:0}.subsites-top>div{display:grid;align-items:center;max-width:1260px;min-height:350px;margin:auto;padding:0 20px;position:relative;z-index:1}.subsites-top h1{margin-top:50px;color:var(--net-white);font-size:58px;line-height:1}.breadcrumb{display:flex;margin-top:20px;list-style:none}.breadcrumb>li{display:flex;align-items:center;color:var(--net-white);line-height:1}.breadcrumb>li:not(:last-child):after{content:"";display:flex;align-items:center;width:8px;height:20px;margin:0 15px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512' fill='%23fff'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E") center no-repeat}.breadcrumb a{color:var(--net-orange-1);text-decoration:none;transition:opacity .3s}.breadcrumb a:hover{opacity:.75}.about-us>div{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;align-items:stretch;max-width:1260px;margin:auto;padding:100px 20px}.about-us>div>div{position:relative}.about-us img{max-width:100%;margin:auto;position:absolute;bottom:-100px}.services{background:var(--net-gray-1)}.services>div.texts{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;align-items:center;max-width:1260px;margin:auto;padding:100px 20px}.services>div.boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1260px;margin:auto;padding:0 20px 100px}.services>div.boxes a{display:block;padding:40px;color:inherit;text-decoration:none;background:var(--net-white);box-shadow:var(--net-shadow);transition:.3s;overflow:hidden;position:relative}.services>div.boxes a:before{content:"";width:50px;height:50px;background:linear-gradient(-150deg,var(--net-blue) 5%,var(--net-orange-1) 95%);border-radius:100%;position:absolute;right:-15px;top:-15px}.services>div.boxes a:after{content:"";width:100px;height:100px;background:linear-gradient(-150deg,var(--net-blue) 5%,var(--net-orange-1) 95%);border-radius:100%;position:absolute;opacity:.15;bottom:20px;left:20px}.services>div.boxes a:before,.services>div.boxes a:after{transition:.3s}.services>div.boxes a:hover:before,.services>div.boxes a:hover:after{transform:scale(1.5)}.services>div.boxes div:nth-child(2) a{margin-top:80px}.services>div.boxes a:hover{transform:scale(1.05)}.services>div.boxes h3{display:flex;align-items:center;margin-bottom:30px;font-size:30px}.services>div.boxes svg{width:50px;height:50px;margin-right:20px;color:var(--net-orange-1);text-align:center}.services>div.boxes p{line-height:1.5}.favourites>div{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:center;max-width:1260px;margin:auto;padding:100px 20px}.favourites .plans-boxes{grid-column:span 2}.plans-boxes.grid-50-50{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.plans>div{max-width:1260px;margin:auto;padding:100px 20px}.plans-headline{margin-bottom:40px}.plans-headline h2{font-size:40px;text-align:center}.alert{display:flex;align-items:center;margin:40px 0;padding:20px;color:var(--net-white);font-size:20px;font-weight:700;font-family:poppins;background:var(--net-orange-1)}.alert svg{flex-shrink:0;height:40px;margin-right:20px}.plans-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.plans-boxes>article{padding:30px;background:url(/images/bg-services.webp) top center no-repeat;background-size:125%;box-shadow:var(--net-shadow);overflow:hidden;position:relative}.plans-boxes h3{margin:30px 0 30px -30px;padding:10px 10px 10px 30px;color:var(--net-white);font-size:25px;background:var(--net-blue)}.plans-boxes strong{font-family:poppins}.plans-boxes small{font-size:13px}.plans-boxes .price{display:block;color:var(--net-orange-1);font-size:30px;line-height:1}.plans-boxes .price>span{color:var(--net-gray-2);font-size:14px;font-weight:400;font-family:roboto}.plans-boxes .price>span:before{content:"/";margin:0 5px;font-size:30px}.plans-boxes ul{display:grid;gap:20px;margin:30px 0;padding-top:10px;list-style:none}.plans-boxes ul:before{content:"";width:80%;height:1px;margin:-10px auto 0;background:var(--net-gray-2)}.plans-boxes li{display:flex;align-items:center;margin-right:-10px;font-size:16px}.plans-boxes li:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='rgb(255,96,0)' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'></path></svg>");flex-shrink:0;width:15px;height:15px;margin-right:10px;color:var(--net-orange-1)}.plans-boxes li>strong{margin-left:4px}.badge{display:flex!important;align-items:center;justify-content:center;width:150px;height:30px;color:var(--net-white);font-size:14px;text-transform:uppercase;background:var(--net-orange-1);transform:rotate(45deg);position:absolute;top:20px;right:-40px}.services-text{background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.services-text:before{content:"";width:100%;height:100%;background:#201e35dd;position:absolute;top:0;left:0}.services-text .button{margin-top:40px}.services-text.internet{background-image:url(/images/bg-internet.webp)}.services-text.television{background-image:url(/images/bg-television.webp)}.services-text.phone{background-image:url(/images/bg-phone.webp)}.services-text>div{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;max-width:1260px;margin:auto;padding:100px 20px;color:var(--net-white);position:relative;z-index:1}.services-text h2{color:var(--net-white)}.services-advantages{background:var(--net-gray-1)}.services-advantages>div{display:grid;grid-template-columns:repeat(2,1fr);gap:60px;max-width:1260px;margin:auto;padding:100px 20px}.services-advantages>div>div{position:relative}.services-advantages img{max-width:100%;border:10px solid var(--net-white);position:absolute;bottom:0;box-shadow:var(--net-shadow)}.services-advantages-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:start}.services-advantages-boxes>article{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center;padding:20px;font-size:16px;font-family:poppins;line-height:1.3;background:var(--net-white);border-left:10px solid var(--net-orange-1);box-shadow:var(--net-shadow)}.services-advantages-boxes>article>div{display:flex;align-items:center;justify-content:center;width:75px;height:75px;background:var(--net-orange-2);border-radius:100%}.services-advantages-boxes svg{width:40px;height:40px;color:var(--net-orange-1)}.vsa-item{border:1px solid var(--net-gray-2);border-radius:5px}.vsa-item__content{padding:20px}.vsa-item__trigger__icon{display:flex;align-items:center;width:15px;height:100%;position:absolute;top:0;right:20px}.vsa-item__trigger__icon:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgb(14,14,14)' d='M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z'></path></svg>");width:15px;height:25px}.vsa-item__trigger__icon.vsa-item__trigger__icon--is-active:before{transform:rotate(180deg)}button:hover .vsa-item__trigger__icon:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgb(255,96,0)' d='M413.1 222.5l22.2 22.2c9.4 9.4 9.4 24.6 0 33.9L241 473c-9.4 9.4-24.6 9.4-33.9 0L12.7 278.6c-9.4-9.4-9.4-24.6 0-33.9l22.2-22.2c9.5-9.5 25-9.3 34.3.4L184 343.4V56c0-13.3 10.7-24 24-24h32c13.3 0 24 10.7 24 24v287.4l114.8-120.5c9.3-9.8 24.8-10 34.3-.4z'></path></svg>")}.tv-accordion{display:grid;gap:20px;margin:100px 0}.tv-accordion button{width:100%;padding:20px;color:var(--net-black-1);font-size:20px;font-family:poppins;text-align:left;border:0;background:none;cursor:pointer;position:relative}.tv-accordion button:hover{color:var(--net-orange-1)}.tv-accordion .tv-list{column-count:4;list-style:none}.tv-accordion .tv-list li{padding-left:25px;font-size:16px;position:relative}.tv-accordion .tv-list li:not(:last-child){margin-bottom:20px}.tv-accordion .tv-list li:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='rgb(255,96,0)' d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'></path></svg>");width:15px;height:15px;margin-right:10px;color:var(--net-orange-1);position:absolute;left:0}.tv-features{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.flip{color:var(--net-white);background:transparent;width:100%;height:100%;perspective:1000px}.flip:after{content:"";display:block;padding-top:100%}.flip-inner{position:absolute;width:100%;height:100%;text-align:center;transition:transform 1s;transform-style:preserve-3d}.flip:hover .flip-inner{transform:rotateY(180deg)}.flip-front,.flip-back{display:grid;gap:40px;align-content:center;justify-items:center;width:100%;height:100%;border-radius:5px;backface-visibility:hidden;position:absolute}.flip-front{background:var(--net-orange-1)}.flip-back{padding:20px;background:var(--net-blue);transform:rotateY(180deg)}.flip svg{height:50px}.flip h3{height:55px;color:var(--net-white);font-size:20px}.flip p{font-size:16px;line-height:1.5}.contact>div{max-width:1260px;margin:auto;padding:100px 20px}.contact h2{text-align:center}form{display:grid;gap:20px;max-width:900px;margin:100px auto 0;line-height:1.5}form .grid-33-33-33{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}input,select,textarea{width:100%;height:50px;padding:0 20px 0 10px;color:inherit;font-size:inherit;font-family:inherit;line-height:1.5;background:var(--net-gray-1);border:0;border-left:10px solid transparent;transition:border-color .3s}textarea{min-height:200px;padding:12px 20px 12px 10px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--net-orange-1)}input[type=checkbox]{display:none}.checkbox{display:inline-grid;grid-template-columns:repeat(2,auto);gap:10px;justify-content:start;padding-left:30px;position:relative}.checkbox:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='currentColor' d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm16 400c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v352z'></path></svg>");width:20px;height:20px;position:absolute;left:0}input:checked+.checkbox:before{content:url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path fill='rgb(255,96,0)' d='M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 32c8.823 0 16 7.178 16 16v352c0 8.822-7.177 16-16 16H48c-8.822 0-16-7.178-16-16V80c0-8.822 7.178-16 16-16h352m-34.301 98.293l-8.451-8.52c-4.667-4.705-12.265-4.736-16.97-.068l-163.441 162.13-68.976-69.533c-4.667-4.705-12.265-4.736-16.97-.068l-8.52 8.451c-4.705 4.667-4.736 12.265-.068 16.97l85.878 86.572c4.667 4.705 12.265 4.736 16.97.068l180.48-179.032c4.704-4.667 4.735-12.265.068-16.97z'></path></svg>")}.form-button-wrapper{display:grid;justify-content:end}@media (max-width: 1150px){.services-text>div{grid-template-columns:1fr}.services-advantages>div{align-items:center}.services-advantages img{position:static}.services-advantages-boxes{grid-template-columns:1fr}}@media (max-width: 950px){.website-header .contacts{grid-template-columns:auto}.website-header .contacts>div:last-child{display:none}.website-footer>div{grid-template-columns:1fr}.about-us>div{grid-template-columns:1fr}.about-us img{position:static;margin-bottom:-100px}.services>div.texts{grid-template-columns:1fr;gap:40px}.services>div.boxes{grid-template-columns:1fr}.services>div.boxes a{max-width:500px;margin:auto}.services>div.boxes div:nth-child(2) a{margin-top:0}.favourites>div{grid-template-columns:1fr}.favourites .plans-boxes{grid-column:span 1}.plans-boxes{grid-template-columns:repeat(2,1fr)}.services-text>div{grid-template-columns:1fr}.services-advantages>div{grid-template-columns:1fr}.services-advantages img{margin-top:0}.services-advantages-boxes{grid-template-columns:repeat(2,1fr)}.tv-accordion .tv-list{column-count:2}.flip-front,.flip-back{gap:20px}.flip svg{height:40px}.flip h3{font-size:18px}.flip p{font-size:14px}}@media (max-width: 750px){.website-header{width:100%;height:70px;position:fixed}.website-header .logo img{max-width:200px}.website-header .contacts{display:none}.website-header button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:var(--net-orange-1);background:none;border:0}.website-header button svg{height:100%}.website-header.menu-closed button svg:last-child,.website-header.menu-opened button svg:first-child{display:none}.website-nav{padding:0}.website-nav ul{grid-auto-flow:row;grid-auto-columns:1fr;gap:20px;width:100%;height:auto;text-align:right;padding:20px;position:absolute;top:70px}.menu-opened .website-nav ul{display:grid}.menu-closed .website-nav ul{display:none}.website-main{padding-top:70px}.index-top h1{font-size:35px}.subsites-top>div{min-height:200px}.subsites-top h1{margin:0;font-size:35px}.plans-headline h2,.default-text-article h2{font-size:25px}.plans-boxes h3,.default-text-article h3,.services>div.boxes h3{font-size:20px}.plans-boxes.grid-50-50,.plans-boxes{grid-template-columns:1fr}.plans-boxes>article{width:100%;max-width:400px;margin:auto}.services-advantages-boxes{grid-template-columns:1fr}.tv-accordion .tv-list{column-count:1}.tv-features{grid-template-columns:repeat(2,1fr)}.flip-front,.flip-back{gap:40px}.flip svg{height:50px}.flip h3{font-size:20px}.flip p{font-size:18px}form .grid-33-33-33{grid-template-columns:1fr}}@media (max-width: 550px){.flip-front,.flip-back{gap:20px}.flip svg{height:30px}.flip h3{font-size:18px}.flip p{font-size:14px}}.modal{display:grid;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;background:#0005;position:fixed;z-index:2}.modal h1{font-size:25px}.modal form{display:grid;gap:20px;padding:30px;background:var(--net-white);position:relative}.modal form>button{color:var(--net-gray-2);background:none;border:0;cursor:pointer;position:absolute;top:20px;right:20px}.modal a{color:inherit;transition:.3s}.modal a:hover{color:var(--net-black-1)}.modal .buttons{display:grid;justify-content:center}
