:root{--black-blue:#0d0c1c;--blue:#2100b1;--blue-2:#3c54dc;--blue-light:#01a2d0;--blue-dark:#271c6b;--focus-blue:#aac0dd;--hover-header:#0b0050;--bg-card-product:#ffffff;--bg-transparent:transparent;--border-card-product:#dee2e6;--color-title-product-card:#101010;--black:#101010;--grey-dark:#383a40;--border-grey-dark:var(--white);--grey:#96999c;--grey-light:#b9bec2;--grey-light-2:#dee2e6;--grey-light-3:#f6f6f6;--white:#ffffff;--bg-white:#ffffff;--static-black:#101010;--statick-black-grey:#1a1a1a;--error:#d80101;--warning:#d80101;--success:#27ae60;--gradient:linear-gradient(70deg,rgba(1,12,40,1) 7%,rgba(19,14,101,1) 30%,rgba(4,1,54,1) 40%);--gradient-static:linear-gradient(70deg,rgba(1,12,40,1) 7%,rgba(19,14,101,1) 30%,rgba(4,1,54,1) 40%);--box-shadow:0px 0px 10px 2px rgba(34,60,80,0.3) inset}[data-theme=dark]{--black-blue:var(--white);--blue:#2100b1;--blue-2:#3c54dc;--blue-light:#01a2d0;--blue-dark:#271c6b;--focus-blue:#aac0dd;--hover-header:#0b0050;--bg-card-product:#212121;--bg-transparent:#1a1a1a;--border-card-product:none;--color-title-product-card:#3c54dc;--black:var(--white);--grey-dark:var(--white);--border-grey-dark:#383a40;--grey:#96999c;--grey-light:#b9bec2;--grey-light-2:#dee2e6;--grey-light-3:#1a1a1a;--bg-white:var(--gradient);--error:#d80101;--warning:#d80101;--success:#27ae60;--gradient:radial-gradient(circle,rgba(1,12,40,1) 0%,rgba(4,1,54,1) 100%);--box-shadow:0px 0px 10px 2px rgba(140,140,140,0.3) inset}ul{padding:0;margin:0}li{list-style:none}p{padding:0;margin:0}a{text-decoration:none;display:block}a,button{color:inherit}button{border:none;background:rgba(0,0,0,0);cursor:pointer;outline:none;height:-moz-fit-content;height:fit-content;font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;font-weight:400;cursor:default}input{border:none;width:100%;font-family:Inter;font-size:1.4rem;font-weight:400}input::placeholder{color:rgba(36,36,46,.5019607843);font-family:Inter;font-size:1.4rem;font-weight:400}input::-webkit-input-placeholder{color:rgba(36,36,46,.5019607843)}input::-moz-placeholder{color:rgba(36,36,46,.5019607843)}textarea{border:none;width:100%;font-family:Inter;font-size:1.4rem;font-weight:400}textarea::placeholder{font-family:Inter;color:rgba(36,36,46,.5019607843);font-size:1.4rem;font-weight:400}body,html{position:relative;font-family:Inter,sans-serif;color:var(--white);display:flex;flex-direction:column;min-height:100vh;background:var(--white);scroll-behavior:smooth;font-size:16px}@media(max-width:3440px){body,html{font-size:14px}}@media(max-width:2048px){body,html{font-size:10px}}@media(max-width:1024px){body,html{font-size:9px}}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none}img{max-width:100%;object-fit:contain;max-height:100%;width:100%;height:100%}main{background:var(--bg-white);display:flex;flex-direction:column;flex:1 0 auto}.suspense-loader-wrap{flex:1 1;display:flex;align-items:center}.news-detail{padding:6rem 10rem}@media(max-width:1280px){.news-detail{padding:3.2rem 3.2rem 0}}@media(max-width:600px){.news-detail{padding:3.2rem 1.6rem 0}}.news-detail__loader{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.news-detail__breadcrumbs{margin-bottom:3.2rem}.news-detail__date{font-size:2rem;margin-bottom:2rem}.news-detail__date,.news-detail__title{font-weight:600;color:var(--black-blue)}.news-detail__title{font-size:5rem;margin-bottom:3.2rem}@media(max-width:600px){.news-detail__title{font-size:2.4rem}}.news-detail__img{height:60rem;border-radius:3rem;margin-bottom:3.2rem;background:var(--grey-light-3);aspect-ratio:16/9}@media(max-width:600px){.news-detail__img{height:auto;object-fit:cover;object-position:top;aspect-ratio:4/3}}.news-detail__stub-img{object-fit:contain;border-radius:3rem;margin-bottom:3.2rem;background:var(--grey-light-3)}.news-detail__text{font-size:1.4rem;color:var(--grey-dark);margin-bottom:3.2rem;font-weight:400}.news-detail__text h1{font-size:4rem;color:var(--black-blue);font-weight:600;margin-bottom:1.6rem}.news-detail__text h2{font-size:3.2rem}.news-detail__text h2,.news-detail__text h3{font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__text h3{font-size:2.8rem}.news-detail__text h4{font-size:2.4rem}.news-detail__text h4,.news-detail__text h5{font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__text h5{font-size:2.2rem}.news-detail__text h6{font-size:1.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__text p{font-size:1.4rem;font-weight:400;color:var(--grey-dark);margin-bottom:1.6rem}.news-detail__text ul{margin-bottom:1.6rem;padding-left:1.6rem}.news-detail__text ul li{color:var(--grey-dark);list-style:disc;font-size:1.4rem}.news-detail__text ol{margin-bottom:1.6rem;padding-left:2.6rem}.news-detail__text ol li{color:var(--grey-dark);list-style:auto;font-size:1.4rem}.news-detail__text a:not(button a){color:var(--blue-2);border-bottom:1px solid var(--blue-2);width:-moz-fit-content;width:fit-content;padding-bottom:.1rem}.news-detail__text a:not(button a):hover{color:var(--blue)}.news-detail__subtitle{color:var(--black-blue);font-size:1.6rem;font-weight:400;margin-bottom:1.6rem}.news-detail__subtitle h1{font-size:4rem;color:var(--black-blue);font-weight:600;margin-bottom:1.6rem}.news-detail__subtitle h2{font-size:3.2rem}.news-detail__subtitle h2,.news-detail__subtitle h3{font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle h3{font-size:2.8rem}.news-detail__subtitle h4{font-size:2.4rem}.news-detail__subtitle h4,.news-detail__subtitle h5{font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle h5{font-size:2.2rem}.news-detail__subtitle h6{font-size:1.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle p{font-size:1.4rem;font-weight:400;color:var(--grey-dark);margin-bottom:1.6rem}.news-detail__subtitle ul{margin-bottom:1.6rem;padding-left:1.6rem}.news-detail__subtitle ul li{color:var(--grey-dark);list-style:disc;font-size:1.4rem}.news-detail__subtitle ol{margin-bottom:1.6rem;padding-left:2.6rem}.news-detail__subtitle ol li{color:var(--grey-dark);list-style:auto;font-size:1.4rem}.news-detail__subtitle a:not(button a){color:var(--blue-2);border-bottom:1px solid var(--blue-2);width:-moz-fit-content;width:fit-content;padding-bottom:.1rem}.news-detail__subtitle a:not(button a):hover{color:var(--blue)}.news-detail__subtext{font-size:1.4rem;color:var(--grey-dark);margin-bottom:3.2rem;font-weight:400}.news-detail__subtext h1{font-size:4rem;color:var(--black-blue);font-weight:600;margin-bottom:1.6rem}.news-detail__subtext h2{font-size:3.2rem}.news-detail__subtext h2,.news-detail__subtext h3{font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext h3{font-size:2.8rem}.news-detail__subtext h4{font-size:2.4rem}.news-detail__subtext h4,.news-detail__subtext h5{font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext h5{font-size:2.2rem}.news-detail__subtext h6{font-size:1.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext p{font-size:1.4rem;font-weight:400;color:var(--grey-dark);margin-bottom:1.6rem}.news-detail__subtext ul{margin-bottom:1.6rem;padding-left:1.6rem}.news-detail__subtext ul li{color:var(--grey-dark);list-style:disc;font-size:1.4rem}.news-detail__subtext ol{margin-bottom:1.6rem;padding-left:2.6rem}.news-detail__subtext ol li{color:var(--grey-dark);list-style:auto;font-size:1.4rem}.news-detail__subtext a:not(button a){color:var(--blue-2);border-bottom:1px solid var(--blue-2);width:-moz-fit-content;width:fit-content;padding-bottom:.1rem}.news-detail__subtext a:not(button a):hover{color:var(--blue)}.news-detail__img-list{display:grid;grid-gap:3.2rem;gap:3.2rem;margin-bottom:3.2rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.news-detail__img-list{display:flex;flex-direction:column}}.news-detail__img-item img{border-radius:3rem;aspect-ratio:4/3;object-fit:cover}.news-detail__img-list-text{font-size:1.4rem;color:var(--grey-dark);margin-bottom:3.2rem;font-weight:400}.news-detail__img-list-text h1{font-size:4rem;color:var(--black-blue);font-weight:600;margin-bottom:1.6rem}.news-detail__img-list-text h2{font-size:3.2rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__img-list-text h3{font-size:2.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__img-list-text h4{font-size:2.4rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__img-list-text h5{font-size:2.2rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__img-list-text h6{font-size:1.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__img-list-text p{font-size:1.4rem;font-weight:400;color:var(--grey-dark);margin-bottom:1.6rem}.news-detail__img-list-text ul{margin-bottom:1.6rem;padding-left:1.6rem}.news-detail__img-list-text ul li{color:var(--grey-dark);list-style:disc;font-size:1.4rem}.news-detail__img-list-text ol{margin-bottom:1.6rem;padding-left:2.6rem}.news-detail__img-list-text ol li{color:var(--grey-dark);list-style:auto;font-size:1.4rem}.news-detail__img-list-text a:not(button a){color:var(--blue-2);border-bottom:1px solid var(--blue-2);width:-moz-fit-content;width:fit-content;padding-bottom:.1rem}.news-detail__img-list-text a:not(button a):hover{color:var(--blue)}.news-detail__subtitle-more{color:var(--black-blue);font-size:1.6rem;font-weight:400;margin-bottom:1.6rem}.news-detail__subtitle-more h1{font-size:4rem;color:var(--black-blue);font-weight:600;margin-bottom:1.6rem}.news-detail__subtitle-more h2{font-size:3.2rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle-more h3{font-size:2.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle-more h4{font-size:2.4rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle-more h5{font-size:2.2rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle-more h6{font-size:1.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtitle-more p{font-size:1.4rem;font-weight:400;color:var(--grey-dark);margin-bottom:1.6rem}.news-detail__subtitle-more ul{margin-bottom:1.6rem;padding-left:1.6rem}.news-detail__subtitle-more ul li{color:var(--grey-dark);list-style:disc;font-size:1.4rem}.news-detail__subtitle-more ol{margin-bottom:1.6rem;padding-left:2.6rem}.news-detail__subtitle-more ol li{color:var(--grey-dark);list-style:auto;font-size:1.4rem}.news-detail__subtitle-more a:not(button a){color:var(--blue-2);border-bottom:1px solid var(--blue-2);width:-moz-fit-content;width:fit-content;padding-bottom:.1rem}.news-detail__subtitle-more a:not(button a):hover{color:var(--blue)}.news-detail__subtext-more{font-size:1.4rem;color:var(--grey-dark);margin-bottom:3.2rem;font-weight:400}.news-detail__subtext-more h1{font-size:4rem;color:var(--black-blue);font-weight:600;margin-bottom:1.6rem}.news-detail__subtext-more h2{font-size:3.2rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext-more h3{font-size:2.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext-more h4{font-size:2.4rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext-more h5{font-size:2.2rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext-more h6{font-size:1.8rem;font-weight:600;color:var(--blue-2);margin-bottom:1.6rem}.news-detail__subtext-more p{font-size:1.4rem;font-weight:400;color:var(--grey-dark);margin-bottom:1.6rem}.news-detail__subtext-more ul{margin-bottom:1.6rem;padding-left:1.6rem}.news-detail__subtext-more ul li{color:var(--grey-dark);list-style:disc;font-size:1.4rem}.news-detail__subtext-more ol{margin-bottom:1.6rem;padding-left:2.6rem}.news-detail__subtext-more ol li{color:var(--grey-dark);list-style:auto;font-size:1.4rem}.news-detail__subtext-more a:not(button a){color:var(--blue-2);border-bottom:1px solid var(--blue-2);width:-moz-fit-content;width:fit-content;padding-bottom:.1rem}.news-detail__subtext-more a:not(button a):hover{color:var(--blue)}