.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}
:root{--header-y-offset:26px;--header-content:52px;--header-height:calc(var(--header-content) + var(--header-y-offset)*2);--x-offset:40px;--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:16,15,15;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,#ffffff26,#fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:hsla(0,3%,6%,.175);--bs-border-radius:0.25rem;--bs-border-radius-sm:0.2rem;--bs-border-radius-lg:0.3rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fcf8e3}*,:after,:before{box-sizing:border-box}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(16,15,15,0);background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);margin:0;text-align:var(--bs-body-text-align)}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:var(--bs-highlight-bg);padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--bs-code-color);font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}.js-focus-visible button:focus:not(.focus-visible),button:focus:not(.focus-visible).js-focus-visible{outline:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}button{background-color:#0000;border:0;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;padding:0;text-transform:inherit}button,button:active{color:inherit}ol,ul{margin-bottom:0}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:5rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:4.5rem}.display-3{font-size:4rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}.display-5{font-size:3rem}.display-5,.display-6{font-weight:300;line-height:1.2}.display-6{font-size:2.5rem}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote,.editor blockquote,.wysiwyg blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child,.editor blockquote>:last-child,.wysiwyg blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.editor .img-responsive,.editor img:not([class]),.img-fluid,.img-thumbnail,.wysiwyg .img-responsive,.wysiwyg img:not([class]){height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.editor figure,.figure,.wysiwyg figure{display:inline-block}.editor figure img,.figure-img,.wysiwyg figure img{line-height:1;margin-bottom:.5rem}.editor figure figcaption,.figure-caption,.wysiwyg figure figcaption{color:#6c757d;font-size:.875em}@font-face{font-display:swap;font-family:TT Runs;font-weight:400;src:url(/local/templates/report2023/frontend/build/fonts/tt-runs_regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:TT Runs;font-weight:500;src:url(/local/templates/report2023/frontend/build/fonts/tt-runs_medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:TT Runs;font-weight:600;src:url(/local/templates/report2023/frontend/build/fonts/tt-runs_demibold.woff2) format("woff2")}@font-face{font-display:swap;font-family:SourceSans3;font-weight:400;src:url(/local/templates/report2023/frontend/build/fonts/SourceSans3-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:SourceSans3;font-weight:600;src:url(/local/templates/report2023/frontend/build/fonts/SourceSans3-SemiBold.woff2) format("woff2")}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes zoomIn{0%{transform:scale3d(0,0,1)}to{transform:scaleX(1)}}@keyframes zoomInY{0%{transform:scaleY(0)}to{transform:scaleX(1)}}@keyframes zoomInX{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.15)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translate(0)}}@keyframes bounceZoom{0%{transform:scaleX(0)}66%{transform:scaleX(1.05)}to{transform:scale(1)}}.fadeInDown{animation:fadeInDown .5s cubic-bezier(.34,.08,.16,.86) .2s backwards}.zoomIn{animation:zoomIn .5s cubic-bezier(.34,.08,.16,.86) .2s backwards}.zoomInY{animation:zoomInY .5s cubic-bezier(.34,.08,.16,.86) .2s backwards}.bounceZoom{animation:bounceZoom .5s cubic-bezier(.34,.08,.16,.86) .2s backwards;transform-origin:0 50%}.fadeInLeft{animation-duration:.66s;animation-fill-mode:backwards;animation-name:fadeInLeft;animation-timing-function:cubic-bezier(.34,.08,.16,.86)}.fadeInTop{animation-duration:.66s;animation-fill-mode:backwards;animation-name:fadeInTop;animation-timing-function:cubic-bezier(.34,.08,.16,.86)}.fadeIn{animation:fadeIn .25s cubic-bezier(.34,.08,.16,.86)}.a-item{animation:fadeInDown .6s cubic-bezier(.34,.08,.16,.86) .9s backwards}html.js [data-reveal]{opacity:0;transform:translate3d(0,15px,0);transition-duration:.6s,.6s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.25,.25,0,1),cubic-bezier(.25,.25,0,1)}html.js [data-reveal].is-reveal{opacity:1;transform:translateZ(0)}body{-webkit-tap-highlight-color:rgba(0,0,0,0);display:flex;flex-direction:column;font-family:SourceSans3;min-height:100vh;overflow-x:hidden}app-cookies-agreement:not(:defined){display:none}.js-focus-visible :focus:not(.focus-visible){outline:none}.main{display:flex;flex:1 1 auto;flex-direction:column}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.wrapper{display:block;margin-left:auto;margin-right:auto;max-width:1700px;padding-left:40px;padding-right:40px;width:100%}.developer{transition:transform .6s cubic-bezier(.25,.25,0,1);will-change:transform}.inner-page .developer svg path{fill:#100f0f}.developer.focus-visible.js-focus-visible,.js-focus-visible .developer.focus-visible{transform:scale(1.1)}.developer:focus-visible{transform:scale(1.1)}.cookies-banner__title{font-size:clamp(16px,14.1538461538px + .5128205128vw,24px);font-weight:600;letter-spacing:-2px;line-height:1.17}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:TT Runs;margin:0}.h1,.h2,h1,h2{font-size:clamp(28px,20.6153846154px + 2.0512820513vw,60px);font-weight:600;letter-spacing:-1px;line-height:1.07}.h3,h3{font-size:clamp(20px,15.3846153846px + 1.2820512821vw,40px);line-height:1.1}.h3,.text-xl,h3{font-weight:600;letter-spacing:-2px}.text-xl{font-size:clamp(24px,18px + 1.6666666667vw,50px);line-height:1.08}.index-cities__title b,.text-lg{font-family:TT Runs;font-size:48px;font-weight:600;letter-spacing:-.03em;line-height:40px}.index-cities__title span,.text-md{font-family:TT Runs;font-size:32px;font-weight:600;letter-spacing:-.03em;line-height:1}.text-sm{font-size:clamp(12px,11.5384615385px + .1282051282vw,14px);font-weight:600;line-height:1.4}.body-text,.header-title,body{font-size:clamp(13px,11.8461538462px + .3205128205vw,18px);font-weight:400;letter-spacing:-1px;line-height:1.11}.link{--bg-size:0% 100%;--bg-size-hover:100% 100%;--underline-height:1px;background-image:linear-gradient(#0000 calc(100% - var(--underline-height)),currentColor var(--underline-height));background-repeat:no-repeat;background-size:var(--bg-size);display:inline;text-decoration:none;transition:background-size .4s ease-in-out,color .2s ease,opacity .2s ease}.link,.link:hover{color:inherit}.link:active{background-size:var(--bg-size)}.js-focus-visible .link.focus-visible,.link.focus-visible.js-focus-visible{background-size:var(--bg-size);outline-color:currentColor;outline-offset:3px}.link:focus-visible{background-size:var(--bg-size);outline-color:currentColor;outline-offset:3px}.js-focus-visible .link.focus-visible:after,.js-focus-visible .link.focus-visible:before,.link.focus-visible.js-focus-visible:after,.link.focus-visible.js-focus-visible:before{outline:none}.link:focus-visible:after,.link:focus-visible:before{outline:none}.link-underline{--bg-size:100% 100%;--bg-size-hover:0% 100%}.link-split-chars{display:flex;line-height:1.2;overflow:hidden;white-space:pre-wrap}.link-split-chars>div{display:flex!important}a{color:#ca4442;text-decoration:none;transition:color .6s cubic-bezier(.25,.25,0,1)}a:hover{color:#e96040}.round-btn{--size:0px;--left:0px;--top:0px;border:1px solid #fff9;border-radius:28px;color:#fff;display:flex;font-size:clamp(14px,13.0769230769px + .2564102564vw,18px);font-weight:500;line-height:1.22;-webkit-mask-image:linear-gradient(#000,#fff);overflow:hidden;padding:16px 24px 15px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .7s cubic-bezier(.25,.25,0,1),transform .6s cubic-bezier(.25,.25,0,1)}.round-btn:after{background-color:#fff;border-radius:50%;content:"";height:var(--size);left:var(--left);position:absolute;top:var(--top);transform:scale(0);transform-origin:center;transition:transform 1.4s cubic-bezier(.25,.25,0,1);width:var(--size)}.js-focus-visible .round-btn.focus-visible,.round-btn.focus-visible.js-focus-visible{color:#e96040}.round-btn:focus-visible{color:#e96040}.js-focus-visible .round-btn.focus-visible:after,.round-btn.focus-visible.js-focus-visible:after{transform:scale(2)}.round-btn:focus-visible:after{transform:scale(2)}.round-btn:hover{color:#fff}.round-btn:active{transform:scale(.9)}.round-btn__text{position:relative;text-align:center;z-index:1}p{margin:0}p+p{margin-top:1em}.s-offset,.s-offset-wrap{--offset:10px}.s-offset-wrap{margin-left:calc(var(--offset)*-1);margin-right:calc(var(--offset)*-1)}.s-offset{padding-left:var(--offset);padding-right:var(--offset)}.m-offset,.m-offset-wrap{--offset:42px}.m-offset-wrap{margin-left:calc(var(--offset)*-1);margin-right:calc(var(--offset)*-1)}.m-offset{padding-left:var(--offset);padding-right:var(--offset)}.l-offset,.l-offset-wrap{--offset:110px}.l-offset-wrap{margin-left:calc(var(--offset)*-1);margin-right:calc(var(--offset)*-1)}.l-offset{padding-left:var(--offset);padding-right:var(--offset)}.l-divider{border-bottom:1px solid #0000001a}.page__section{position:relative}.page__section:last-child{padding-bottom:28px}.page-curtain,.page__section--intro{overflow:hidden}.page-curtain{contain:strict;display:none;height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:12}.page-curtain.is-active{display:block;pointer-events:auto}.inner-to-index-curtain{background-color:#100f0f}.index-to-inner-curtain{background-color:#fff}.mobile-gradient-popup{--bottom-offset:78px;background:#e346434d;border-radius:27px;bottom:var(--bottom-offset);display:flex;flex-direction:column;gap:8px;height:100%;left:var(--x-offset);max-height:58px;padding:4px;position:fixed;transition:max-height .9s cubic-bezier(.25,.25,0,1);width:calc(100% - var(--x-offset)*2);will-change:max-height;z-index:11}.mobile-gradient-popup.is-open{max-height:calc(100vh - var(--header-height) - var(--bottom-offset)*2)}.mobile-gradient-popup.is-open .gradient-list{max-height:100%}.mobile-gradient-popup:not(.is-open) .gradient-list{transition:max-height .27s cubic-bezier(.25,.25,0,1) .27s}.mobile-gradient-popup:not(.is-open) .cities-list__item{opacity:0}.mobile-gradient-popup .button-gradient{width:100%}.gradient-list{background:linear-gradient(89.32deg,#e34643 -17.54%,#ea673e 106.93%);border-radius:24px;flex:1 1 100%;flex-direction:column;max-height:0;overflow:hidden}.cities-list-popup,.gradient-list{display:flex;justify-content:center}.cities-list-popup{align-items:center;flex-wrap:wrap;gap:8px 2px;max-height:100%;overflow-y:auto;padding:16px}.button-gradient{align-items:center;background:linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%);border-radius:24px;display:flex;font-size:14px;font-weight:600;height:50px;justify-content:space-between;line-height:18px;padding:16px 24px;text-transform:uppercase}.button-gradient__icon{height:8px;position:relative;width:10px}.button-gradient__icon span{background-color:#fff;height:1px;left:0;margin-top:-.5px;position:absolute;top:50%;transition:transform .6s cubic-bezier(.25,.25,0,1),margin .6s cubic-bezier(.25,.25,0,1);width:100%}.button-gradient__icon span:first-child{margin-top:-4px}.is-open .button-gradient__icon span:first-child{margin-top:-.5px;transform:rotate(45deg)}.is-open .button-gradient__icon span:nth-child(2){transform:scaleX(0)}.button-gradient__icon span:last-child{margin-top:3px}.is-open .button-gradient__icon span:last-child{margin-top:-.5px;transform:rotate(135deg)}.ss-main{--radius:40px}.ss-main .ss-single-selected{background-color:#f5f5f5;border:none;border-radius:var(--radius);color:#100f0f;font-size:18px;height:50px;line-height:20px;min-width:220px;padding:14px 26px 16px}.ss-main .ss-single-selected .ss-arrow span{border-color:#100f0f}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.ss-content{background-color:#f5f5f5;border:none;border-radius:calc(var(--radius)/2);color:#100f0f;margin-top:10px;padding:14px 26px 16px}.ss-content .ss-list{scrollbar-color:#e96040 #0000}.ss-content .ss-list::-webkit-scrollbar{background-color:#e9604003;height:8px;width:8px}.ss-content .ss-list::-webkit-scrollbar-thumb{background-color:#e96040;border-radius:4px}.ss-content .ss-list .ss-option{transition:color .6s cubic-bezier(.25,.25,0,1)}.ss-content .ss-list .ss-option.ss-disabled{background-color:#0000;color:#ca4442}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover:not(.ss-disabled){background-color:#0000;color:#e96040}.preloader{align-items:center;background-color:#100f0f;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;overflow:clip;position:fixed;top:0;width:100%;z-index:100}.inner-page .preloader{background-color:#fff}html.no-js .preloader{display:none}@keyframes rotate{0%{transform:rotate(0deg)}32%{transform:rotate(120deg)}33%{transform:rotate(120deg)}65%{transform:rotate(240deg)}66%{transform:rotate(240deg)}99%{transform:rotate(1turn)}to{transform:rotate(1turn)}}.preloader__logo{animation:rotate 5s ease-in-out infinite both;display:flex;height:136px;width:136px}.index-page .preloader__logo svg path{fill:#fff}.preloader__logo svg{max-height:100%;max-width:100%}.aside-list{display:flex;flex-direction:column;gap:24px}.aside-list__item{position:relative}.aside-list__link{color:inherit;text-decoration:none;transition:color .6s cubic-bezier(.25,.25,0,1)}.aside-list__link:before{background-color:#ca4442;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:7px;transform:scale(0);transition:transform .6s cubic-bezier(.25,.25,0,1);width:6px}.aside-list__link.is-active{color:#ca4442;pointer-events:none}.aside-list__link.is-active:before{transform:scale(1)}.aside-list__link.is-active .aside-list__link-text{transform:translateX(14px)}.aside-list__link.focus-visible.js-focus-visible,.js-focus-visible .aside-list__link.focus-visible{color:#e96040}.aside-list__link:focus-visible{color:#e96040}.aside-list__link.focus-visible.js-focus-visible:before,.js-focus-visible .aside-list__link.focus-visible:before{transform:scale(1)}.aside-list__link:focus-visible:before{transform:scale(1)}.aside-list__link.focus-visible.js-focus-visible .aside-list__link-text,.js-focus-visible .aside-list__link.focus-visible .aside-list__link-text{transform:translateX(10px)}.aside-list__link:focus-visible .aside-list__link-text{transform:translateX(10px)}.aside-list__link-text{transition:transform .6s cubic-bezier(.25,.25,0,1)}.editor table:not([class]),.table,.wysiwyg table:not([class]){border:1px solid #100f0f33;border-radius:20px;font-size:.9rem;line-height:1;width:100%}.editor table:not([class]) tr:first-child td,.table tr:first-child td,.wysiwyg table:not([class]) tr:first-child td{border-top:none}.editor table:not([class]) tr:last-child td,.table tr:last-child td,.wysiwyg table:not([class]) tr:last-child td{border-bottom:none}.editor table:not([class]) tr td:first-child,.table tr td:first-child,.wysiwyg table:not([class]) tr td:first-child{border-left:none}.editor table:not([class]) tr td:last-child,.table tr td:last-child,.wysiwyg table:not([class]) tr td:last-child{border-right:none}.editor table:not([class]) th,.table th,.wysiwyg table:not([class]) th{color:#ca4442;min-width:14.0625vw}.editor table:not([class]) td,.table td,.wysiwyg table:not([class]) td{color:#212529}.editor table:not([class]) td,.editor table:not([class]) th,.table td,.table th,.wysiwyg table:not([class]) td,.wysiwyg table:not([class]) th{border:1px solid #100f0f33;box-sizing:border-box;padding:8px 11px;text-align:left}.editor table:not([class]) td:first-child,.editor table:not([class]) td:last-child,.editor table:not([class]) th:first-child,.editor table:not([class]) th:last-child,.table td:first-child,.table td:last-child,.table th:first-child,.table th:last-child,.wysiwyg table:not([class]) td:first-child,.wysiwyg table:not([class]) td:last-child,.wysiwyg table:not([class]) th:first-child,.wysiwyg table:not([class]) th:last-child{border-radius:20px}.table-responsive{display:flex;overflow:hidden;overflow-x:auto;padding-bottom:.9375vw}.table-responsive::-webkit-scrollbar{height:3px}.table-responsive::-webkit-scrollbar-track{background:#0000}.table-responsive::-webkit-scrollbar-thumb,.table-responsive::-webkit-scrollbar-thumb:hover{background:linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%)}.editor table:not([class]),.table-bordered,.wysiwyg table:not([class]){border:1px solid #100f0f33;border-radius:20px;flex:1 1 100%}.editor .table-bordered table:not([class]),.editor table:not([class]) .table,.editor table:not([class]) table,.table-bordered .editor table:not([class]),.table-bordered .table,.table-bordered .wysiwyg table:not([class]),.table-bordered table,.wysiwyg .table-bordered table:not([class]),.wysiwyg table:not([class]) .table,.wysiwyg table:not([class]) table{border:none}.pie{display:flex}.pie-chart{--chart-x-offset:80px;width:50%}.pie-chart__wrapper{margin:0 auto;width:calc(100% - var(--chart-x-offset)*2)}.pie-legend{flex:none;justify-content:center;width:50%}.pie-legend,.pie-legend__list{display:flex;flex-direction:column}.pie-legend__list{gap:40px;padding-left:0}.pie-legend__item{align-items:center;display:flex;gap:8px;padding-left:16px;position:relative}.pie-legend__item:before{background-color:currentColor;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:8px}.pie-legend__name{max-width:130px}.video-wrap{overflow:hidden;padding-top:56.25%;position:relative}.video-wrap iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.compare-view{align-items:flex-start;display:flex}.compare-view__count{align-items:center;display:flex;margin-right:16px}.compare-view__icon img{width:100%}.compare-view__caption{font-size:clamp(15px,14.3076923077px + .1923076923vw,18px);line-height:1.15;text-transform:lowercase}.compare-card__top{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%271337%27 height=%27339%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Cg style=%27mix-blend-mode:overlay%27 stroke=%27%23FBFBFB%27 clip-path=%27url%28%23b%29%27%3E%3Cpath opacity=%27.4%27 d=%27M1695.43-130.373C1602.86.815 1449.22 62.299 1288.84 51.74c-56.2-3.7-124.86-24.168-191.07-55.08-66.2-30.908-129.812-72.203-175.946-117.459-46.187-45.309-74.584-94.317-71.004-140.683 3.569-46.226 39.008-90.534 122.229-126.32 153.701-66.093 258.311-166.222 343.941-248.182 7.5-7.181 14.86-14.223 22.09-21.089 44.92-42.662 84.91-78.494 124.91-99.346 39.91-20.804 79.77-26.661 124.55-9.422 40.5 15.593 76.56 50.144 105.58 96.597 29.02 46.438 50.95 104.662 63.24 167.395 24.59 125.507 10.57 268.733-61.93 371.476Z%27 stroke-width=%273%27/%3E%3Cpath opacity=%27.3%27 d=%27M1718.46 22.22c-157.35 139.879-371.85 172.498-573.37 111.181-70.68-21.505-152.198-68.12-227.427-127.287-75.224-59.163-144.084-130.823-189.472-202.359-45.414-71.58-67.196-142.82-48.689-201.262 18.479-58.353 77.287-104.397 194.163-125.24 215.405-38.415 378.415-134.782 511.975-213.734 11.7-6.916 23.17-13.697 34.43-20.294 69.95-40.981 131.7-74.808 189.05-89.506 57.28-14.68 110.12-10.263 162.32 25.232 47.21 32.097 82.97 87.084 106.17 155.055 23.19 67.96 33.8 148.818 30.78 232.531-6.06 167.453-66.66 346.104-189.93 455.683Z%27 stroke-width=%272%27/%3E%3Cpath opacity=%27.2%27 d=%27M1704.9 197.49c-231.47 132.923-506.11 117.916-740.309-10.267-82.18-44.98-171.278-123.904-249.298-216.736-78.018-92.829-144.929-199.533-182.758-300.047-37.838-100.538-46.536-194.764-8.325-262.741 38.189-67.935 123.357-109.856 273.761-105.503 276.829 8.014 503.699-69.305 689.679-132.689 16.29-5.55 32.26-10.993 47.92-16.263 97.3-32.732 182.69-58.757 257.71-62.17 74.99-3.412 139.58 15.768 195.31 73.445 50.39 52.148 80.56 129.736 91.78 220.096 11.21 90.354 3.47 193.436-21.93 296.513-50.79 206.169-172.17 412.215-353.54 516.362Z%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Cpath fill=%27%23fff%27 d=%27M0 0h1337v339H0z%27/%3E%3C/clipPath%3E%3CclipPath id=%27b%27%3E%3Crect width=%271337%27 height=%27339%27 rx=%2720%27 fill=%27%23fff%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%);background-position:100% 0;background-repeat:no-repeat;background-size:cover;border-radius:10px;color:#fbfbfb;display:flex;flex-direction:column;overflow:hidden;position:relative}.compare-card__footer{align-items:flex-end;display:flex;justify-content:space-between;margin-top:auto;z-index:1}.compare-card__bottom{border-bottom:1px solid #0000001a;display:flex}.compare-card__module+.compare-card__module{border-left:1px solid #0000001a}.compare-card__subcaption{color:#100f0f;line-height:1;width:25%}.compare-card__title{font-size:clamp(15px,12.9230769231px + .5769230769vw,24px)}.compare-card__icon img{height:100%;max-height:100%;max-width:100%;width:100%}.compare-tile{background-position:0 100%;background-repeat:no-repeat;background-size:cover;border-radius:20px;color:#fbfbfb;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.compare-tile--min{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27665%27 height=%27590%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg style=%27mix-blend-mode:overlay%27 stroke=%27%23FBFBFB%27 clip-path=%27url%28%23a%29%27%3E%3Cpath opacity=%27.4%27 d=%27M1228.43 168.432c-92.57 131.188-246.212 192.673-406.586 182.114-56.202-3.701-124.867-24.168-191.072-55.08-66.198-30.909-129.814-72.203-175.948-117.459-46.187-45.309-74.584-94.318-71.004-140.683 3.569-46.226 39.008-90.535 122.229-126.32C659.75-155.09 764.359-255.219 849.987-337.18c7.502-7.18 14.858-14.222 22.09-21.089 44.924-42.661 84.911-78.493 124.915-99.346 39.908-20.803 79.768-26.661 124.548-9.421 40.5 15.592 76.56 50.144 105.58 96.597 29.02 46.438 50.95 104.661 63.24 167.394 24.59 125.508 10.57 268.733-61.93 371.476Z%27 stroke-width=%273%27/%3E%3Cpath opacity=%27.3%27 d=%27M1251.46 321.026c-157.35 139.879-371.846 172.497-573.367 111.181-70.679-21.506-152.201-68.12-227.43-127.287-75.224-59.163-144.084-130.823-189.472-202.36-45.414-71.58-67.196-142.819-48.689-201.261 18.479-58.353 77.287-104.397 194.163-125.241 215.403-38.415 378.417-134.781 511.975-213.734 11.698-6.915 23.169-13.696 34.43-20.294 69.95-40.98 131.7-74.807 189.05-89.505 57.28-14.68 110.12-10.263 162.32 25.231 47.21 32.097 82.97 87.085 106.17 155.056 23.19 67.96 33.8 148.818 30.78 232.53-6.06 167.454-66.66 346.105-189.93 455.684Z%27 stroke-width=%272%27/%3E%3Cpath stroke-opacity=%27.2%27 d=%27M1237.9 496.295c-231.47 132.924-506.112 117.917-740.309-10.267-82.18-44.98-171.278-123.903-249.298-216.735C170.275 176.463 103.364 69.76 65.535-30.754 27.697-131.292 18.999-225.518 57.21-293.495 95.4-361.431 180.567-403.352 330.971-398.998c276.829 8.013 503.7-69.305 689.679-132.689 16.29-5.55 32.26-10.994 47.92-16.264 97.3-32.732 182.69-58.756 257.71-62.169 74.99-3.412 139.58 15.767 195.31 73.445 50.39 52.147 80.56 129.736 91.78 220.096 11.21 90.354 3.47 193.435-21.93 296.513-50.79 206.169-172.17 412.214-353.54 516.361Z%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Crect width=%27664.5%27 height=%27590%27 rx=%2724%27 fill=%27%23fff%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(163.21deg,#e34643 9.5%,#ea673e 73.69%)}.compare-tile--max{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%27665%27 height=%27590%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg style=%27mix-blend-mode:overlay%27 stroke=%27%23FBFBFB%27 clip-path=%27url%28%23a%29%27%3E%3Cpath opacity=%27.4%27 d=%27M734.428 947.432c-92.569 131.188-246.21 192.678-406.584 182.118-56.202-3.7-124.867-24.17-191.072-55.08-66.198-30.91-129.814-72.21-175.948-117.463-46.187-45.309-74.584-94.318-71.004-140.683 3.569-46.226 39.008-90.535 122.23-126.321 153.7-66.092 258.309-166.221 343.937-248.182 7.502-7.18 14.858-14.222 22.09-21.089 44.924-42.661 84.911-78.493 124.915-99.346 39.91-20.803 79.765-26.661 124.545-9.421 40.503 15.592 76.559 50.144 105.588 96.597 29.02 46.438 50.946 104.661 63.238 167.394 24.592 125.508 10.563 268.733-61.935 371.476Z%27 stroke-width=%273%27/%3E%3Cpath opacity=%27.3%27 d=%27M757.461 1100.03c-157.351 139.87-371.847 172.49-573.368 111.18-70.679-21.51-152.201-68.12-227.43-127.29-75.224-59.16-144.084-130.823-189.472-202.36-45.414-71.579-67.196-142.819-48.689-201.261 18.479-58.353 77.287-104.397 194.163-125.241 215.403-38.415 378.417-134.781 511.975-213.734 11.698-6.915 23.169-13.696 34.43-20.294 69.951-40.98 131.702-74.807 189.05-89.505 57.28-14.68 110.115-10.263 162.321 25.231 47.207 32.097 82.966 87.085 106.165 155.056 23.196 67.96 33.807 148.818 30.781 232.53-6.054 167.454-66.661 346.105-189.926 455.688Z%27 stroke-width=%272%27/%3E%3Cpath opacity=%27.2%27 d=%27M743.905 1275.3c-231.478 132.92-506.117 117.91-740.314-10.27-82.18-44.98-171.278-123.9-249.298-216.74-78.018-92.827-144.929-199.53-182.758-300.044-37.838-100.538-46.536-194.764-8.325-262.741 38.189-67.936 123.357-109.857 273.761-105.503 276.829 8.013 503.7-69.305 689.682-132.689 16.285-5.55 32.257-10.994 47.922-16.264 97.296-32.732 182.69-58.756 257.709-62.169 74.983-3.412 139.574 15.767 195.306 73.445 50.39 52.147 80.56 129.736 91.78 220.096 11.21 90.354 3.47 193.435-21.93 296.513-50.79 206.169-172.169 412.216-353.535 516.366Z%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27a%27%3E%3Crect width=%27664.6%27 height=%27590%27 rx=%2724%27 fill=%27%23fff%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"),linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%)}.compare-tile__top{align-items:flex-start;display:flex;justify-content:space-between;z-index:1}.compare-tile__head{display:flex;flex-direction:column;height:100%;z-index:1}.compare-tile__title{margin-bottom:28px}.compare-tile__count{margin-top:auto}.compare-tile__bottom{display:flex;flex:none;margin-top:auto;z-index:1}.compare-tile--max .compare-tile__bottom{border-top-color:#1f1f1f1a}.compare-tile__item{display:flex;flex-direction:column;width:50%}.compare-tile__left,.compare-tile__right{align-items:flex-start;border:1px solid #fff3;border-radius:14px;display:flex;flex:1 1 100%;flex-direction:column;padding:10px 20px 16px}.compare-tile__caption{align-items:flex-end;display:inline-flex;height:80px;margin-top:auto;padding-right:10px;text-transform:lowercase}.compare-tile__subcount{margin-bottom:38px;margin-left:auto}.compare-card__count-and-caption{align-items:flex-start;display:inline-flex}.count-big{font-family:TT Runs;font-size:clamp(48px,35.0769230769px + 3.5897435897vw,104px);font-weight:600;letter-spacing:-.03em;line-height:1}.graph-table{padding-bottom:13px;position:relative}.graph-table__body{border-bottom:1px solid #100f0f1a;display:flex;margin-bottom:2.083334vw;max-height:665px;padding-left:9%;position:relative}.graph-table__y{animation-delay:.3s;bottom:0;display:flex;flex-direction:column-reverse;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0}.graph-table__y .graph-table__head{border-right:1px solid #100f0f1a;box-sizing:border-box;height:100%;overflow:hidden;padding-left:15px;width:6.1824%}.graph-table__y .graph-table__head:not(:last-child):before{border-bottom:1px dashed #100f0f0d;content:"";left:0;position:absolute;right:0}.graph-table__y .graph-table__head>span{align-items:center;display:flex;height:100%}.graph-table__head{color:#100f0f66;font-size:17px;font-weight:600}.graph-table__main{width:93.8177%}.graph-table__list{box-sizing:border-box;display:flex;height:100%;padding-top:2.083334vw}.graph-table__item{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.graph-table__x{display:flex;font-weight:500}.graph-table__x .graph-table__head{width:100%}.graph-col{align-items:flex-end;display:flex;height:100%;margin:0 auto;text-align:center;width:100%}.graph-col__inner{position:relative;width:100%}.graph-col__fill{height:100%;position:relative;transform-origin:50% 100%}.graph-col__value{align-items:center;display:flex;font-weight:600;justify-content:center;left:50%;letter-spacing:-2px;position:absolute;top:50%;transform:translate(-50%,-50%)}.graph-col__value span{align-items:center;border-radius:4px;color:#fbfbfb;display:inline-flex;font-size:clamp(15px,12.9230769231px + .5769230769vw,24px);padding:0 5px}.info-list{display:flex}.info-list::-webkit-scrollbar{height:3px}.info-list::-webkit-scrollbar-track{background:#0000}.info-list::-webkit-scrollbar-thumb,.info-list::-webkit-scrollbar-thumb:hover{background-color:#e96040}.info-list__item{width:100%}.info-card{border:1px solid #d9d9d9;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:100%}.info-card__bottom{align-items:flex-end;display:flex;justify-content:space-between;margin-top:auto}.info-card__count{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%);-webkit-background-clip:text;background-clip:text;margin-bottom:14px;margin-left:auto;padding-right:3px}.info-card__icon{align-items:center;display:flex;flex:none;justify-content:center}.info-card__icon .info-card__caption{color:#100f0f;text-transform:lowercase}.info-card__icon .info-card__caption-no-lowercase{color:#100f0f}.info-card__icon img{width:100%}.info-card__icon--top{margin-left:auto}.info-card--list .info-card__caption{max-width:none}.info-card--list .info-card__head:last-child{margin-bottom:0;margin-top:auto}.header{height:var(--header-height);left:0;padding:var(--header-y-offset) var(--x-offset);position:-webkit-sticky;position:sticky;right:0;top:0;z-index:10}.inner-page .header{background-color:#fff}.header__inner{align-items:center;display:flex;justify-content:space-between}.header-sgk-link{letter-spacing:0;margin-left:11.2vw;margin-right:11.2vw;text-transform:uppercase}.header-title{margin-right:auto}.header__logo{width:162px}.header__logo a{display:flex}.header__logo svg{max-width:100%}.header-city-select{margin-left:auto}.footer{margin-top:auto}.hero{background:#100f0f;height:100%;inset:0;position:absolute;width:100%}.intro__cities{bottom:0;left:0;position:absolute}.index-page .header__logo svg path{fill:#fff}.index-page{color:#fff;overflow:hidden}.index-cities{bottom:var(--x-offset);display:flex;flex-direction:column;gap:46px;position:absolute;right:var(--x-offset)}.index-cities__title{align-items:flex-end;display:flex;gap:16px;justify-content:flex-end;text-align:right}.index-cities{max-width:31.5vw}.cities-list{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end}.index-report-link{z-index:1}.header-title{font-family:SourceSans3}.index-decor{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.hidden-path{visibility:hidden}.lottie{align-items:center;display:flex;height:100%;inset:0;position:fixed;width:100%}.intro-video,.video-bg{height:100%;inset:0;position:absolute;width:100%}.intro-video{object-fit:cover}.inner-page{--aside-width:17.4%;--content-offset:4.32vw}.page__main{display:flex}.page__aside{z-index:1}.page__content{margin-left:auto;padding:0 calc(var(--content-offset)*2) 0 var(--content-offset);width:calc(100% - var(--aside-width))}.page-head__title{margin-bottom:20px}.page-head__title:last-child{margin-bottom:0}.editor table:not([class]),.wysiwyg table:not([class]){width:100%}.editor table[border="0"],.wysiwyg table[border="0"]{background:#0000;border:0;width:inherit}.editor table[border="0"]>tbody>tr>td,.editor table[border="0"]>tbody>tr>th,.editor table[border="0"]>tfoot>tr>td,.editor table[border="0"]>tfoot>tr>th,.editor table[border="0"]>thead>tr>td,.editor table[border="0"]>thead>tr>th,.wysiwyg table[border="0"]>tbody>tr>td,.wysiwyg table[border="0"]>tbody>tr>th,.wysiwyg table[border="0"]>tfoot>tr>td,.wysiwyg table[border="0"]>tfoot>tr>th,.wysiwyg table[border="0"]>thead>tr>td,.wysiwyg table[border="0"]>thead>tr>th{background:#0000;border:0}.editor .img-rounded,.wysiwyg .img-rounded{border-radius:.25rem!important}.editor .img-circle,.wysiwyg .img-circle{border-radius:.25rem!important;border-radius:50%}.editor img.pull-left,.editor img[align=left],.wysiwyg img.pull-left,.wysiwyg img[align=left]{float:left;margin-right:1rem}.editor img.pull-right,.editor img[align=right],.wysiwyg img.pull-right,.wysiwyg img[align=right]{float:right;margin-left:1rem}.editor .text-center img,.editor img.text-center,.wysiwyg .text-center img,.wysiwyg img.text-center{display:block;margin-left:auto;margin-right:auto}.editor .table-responsive,.wysiwyg .table-responsive{margin:40px 0;max-width:1260px;width:100%}.editor .table-responsive:first-child,.wysiwyg .table-responsive:first-child{margin-top:0}.editor .table-responsive:last-child,.wysiwyg .table-responsive:last-child{margin-bottom:0}.editor .h1,.editor .h2,.editor .h3,.editor .h4,.editor .h5,.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.wysiwyg .h1,.wysiwyg .h2,.wysiwyg .h3,.wysiwyg .h4,.wysiwyg .h5,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5{margin-bottom:15px;margin-top:15px}.editor .h1:first-child,.editor .h2:first-child,.editor .h3:first-child,.editor .h4:first-child,.editor .h5:first-child,.editor h1:first-child,.editor h2:first-child,.editor h3:first-child,.editor h4:first-child,.editor h5:first-child,.wysiwyg .h1:first-child,.wysiwyg .h2:first-child,.wysiwyg .h3:first-child,.wysiwyg .h4:first-child,.wysiwyg .h5:first-child,.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child{margin-top:0}.editor .h1:last-child,.editor .h2:last-child,.editor .h3:last-child,.editor .h4:last-child,.editor .h5:last-child,.editor h1:last-child,.editor h2:last-child,.editor h3:last-child,.editor h4:last-child,.editor h5:last-child,.wysiwyg .h1:last-child,.wysiwyg .h2:last-child,.wysiwyg .h3:last-child,.wysiwyg .h4:last-child,.wysiwyg .h5:last-child,.wysiwyg h1:last-child,.wysiwyg h2:last-child,.wysiwyg h3:last-child,.wysiwyg h4:last-child,.wysiwyg h5:last-child{margin-bottom:0}.editor .h4+ol,.editor .h4+ul,.editor .h5+ol,.editor .h5+ul,.editor h4+ol,.editor h4+ul,.editor h5+ol,.editor h5+ul,.wysiwyg .h4+ol,.wysiwyg .h4+ul,.wysiwyg .h5+ol,.wysiwyg .h5+ul,.wysiwyg h4+ol,.wysiwyg h4+ul,.wysiwyg h5+ol,.wysiwyg h5+ul{margin-top:20px}.editor p,.wysiwyg p{margin-bottom:15px;margin-top:15px}.editor p:first-child,.wysiwyg p:first-child{margin-top:0}.editor p:last-child,.wysiwyg p:last-child{margin-bottom:0}.editor ul,.wysiwyg ul{list-style:none;margin:40px 0;max-width:1260px;padding:0}.editor ul:first-child,.wysiwyg ul:first-child{margin-top:0}.editor ul:last-child,.wysiwyg ul:last-child{margin-bottom:0}.editor ul>li,.wysiwyg ul>li{padding-left:16px;position:relative}.editor ul>li:before,.wysiwyg ul>li:before{background:#ca4442;border-radius:50%;content:"";height:5px;left:0;position:absolute;top:.5em;width:5px}.editor ul>li+li,.wysiwyg ul>li+li{margin-top:1.2em}.editor ol,.wysiwyg ol{counter-reset:list;list-style:none;margin:40px 0;max-width:1260px;padding:0}.editor ol:first-child,.wysiwyg ol:first-child{margin-top:0}.editor ol:last-child,.wysiwyg ol:last-child{margin-bottom:0}.editor ol>li,.wysiwyg ol>li{padding-left:16px;position:relative}.editor ol>li:before,.wysiwyg ol>li:before{color:#ca4442;content:counter(list) ")";counter-increment:list;left:0;margin-top:0;position:absolute;top:0}.editor ol>li+li,.wysiwyg ol>li+li{margin-top:1.2em}.editor .video-wrap,.wysiwyg .video-wrap{margin-left:0;margin-right:0}.editor .video-wrap:first-child,.wysiwyg .video-wrap:first-child{margin-top:0}.editor .video-wrap:last-child,.wysiwyg .video-wrap:last-child{margin-bottom:0}.editor table,.wysiwyg table{margin-left:0;margin-right:0}.editor img,.wysiwyg img{border-radius:20px;display:block;height:auto;margin-right:auto}.editor .caption+img,.wysiwyg .caption+img{margin-top:13px}.editor img+.caption,.wysiwyg img+.caption{margin-top:20px}@media(max-width:1279px){:root{--x-offset:30px}.header .developer,body:not(.index-page) .header-sgk-link{display:none}.header-title{margin-left:auto;margin-right:0}.header .header-sgk-link,.header__title,body:not(.index-page) .header-title{display:none}.index-page .header__title{display:block;margin-left:auto;margin-right:auto}.index-page .mobile-footer .header-sgk-link{display:block;margin-left:0;margin-right:0}.mobile-footer{align-items:center;bottom:30px;display:flex;justify-content:space-between;left:var(--x-offset);position:absolute;width:calc(100% - var(--x-offset)*2)}.cities-list,.index-cities__title,.index-report-link .index-report-link__text{display:none}.header-title{max-width:137px;opacity:.7}.desctop-report-link{display:none}}@media(max-width:1023px){:root{--x-offset:20px}.mobile-gradient-popup{--bottom-offset:58px}.mobile-footer{bottom:20px}}@media(max-width:959px)and (min-width:768px){.compare-card__subcaption{font-size:12px}.info-card__caption{font-size:12px;max-width:150px}}@media(max-width:959px)and (min-width:579px){.l-offset,.l-offset-wrap{--offset:30px}.l-divider{padding-bottom:38px}.compare-card__top{padding-bottom:26px;padding-top:22px}}@media(max-width:959px){.s-offset,.s-offset-wrap{--offset:3px}.m-offset,.m-offset-wrap{--offset:16px}.page__section{max-width:100vw;padding-bottom:19px;padding-top:19px;width:100%}.page__section--intro{height:100vh;margin-top:calc(var(--header-height)*-1);padding:0}.section__head{margin-bottom:27px}.section__subhead{margin-bottom:40px}.section__title{max-width:620px}.section__subtitle{max-width:440px}.section__caption{margin-top:15px}.ss-main{--radius:24px}.ss-main .ss-single-selected{height:40px}.ss-content,.ss-main .ss-single-selected{font-size:13px;line-height:26px;padding:7px 16px}.aside-list{display:none}.editor table:not([class]) th,.table th,.wysiwyg table:not([class]) th{min-width:108px}.table-responsive{padding-bottom:12px}.pie{flex-direction:column;gap:34px}.pie-chart{--chart-x-offset:60px;width:100%}.pie-legend{width:100%}.pie-legend__list{flex-direction:row;gap:24px;justify-content:space-between;overflow:hidden;overflow-x:auto;padding-bottom:.9375vw}.pie-legend__list::-webkit-scrollbar{height:3px}.pie-legend__list::-webkit-scrollbar-track{background:#0000}.pie-legend__list::-webkit-scrollbar-thumb,.pie-legend__list::-webkit-scrollbar-thumb:hover{background:linear-gradient(266.28deg,#e34643 10.24%,#ea673e 81.88%)}.pie-legend__item{align-items:flex-start;flex:none;flex-direction:column;gap:0;padding-left:0}.pie-legend__item:before{top:9px;transform:none}.pie-legend__name{max-width:80px}.pie-legend__count{padding-left:12px}.video-wrap{border-radius:10px}.compare-view__count{margin-right:3px}.compare-view__icon{height:50px;width:50px}.compare-view__caption{max-width:80px}.compare-card__top{min-height:232px}.compare-card__bottom{padding:16px 0}.compare-card__module{padding-bottom:10px;padding-top:10px}.compare-card__subcaption{font-size:10px}.compare-card__title{letter-spacing:-1px;line-height:1.07;max-width:150px}.compare-card__head{margin-bottom:0}.compare-card__subtitle{line-height:1;margin-bottom:23px;max-width:130px}.compare-tile{padding-top:17px}.compare-tile__title{margin-bottom:27px;max-width:156px}.compare-tile__count{margin-left:auto;padding-bottom:31px;padding-top:31px}.compare-tile__bottom{padding-bottom:19px;padding-top:14px}.graph-table__body{height:190px;margin-bottom:20px;padding-left:60px}.graph-table__y{flex:none}.graph-table__y .graph-table__head{padding:0;width:50px}.graph-table__y .graph-table__head>span{padding-left:20px}.graph-table__head{font-size:12px;line-height:12px}.graph-table__main{width:100%}.graph-table__list{overflow:hidden;overflow-x:auto;padding-top:20px}.graph-table__list::-webkit-scrollbar{display:none}.graph-table__item{min-width:72px;padding:0 8px}.graph-table__x .graph-table__head{min-width:72px;padding:8px 3px 0}.graph-table__x{overflow:hidden;overflow-x:auto}.graph-table__x::-webkit-scrollbar{display:none}.graph-col__fill{border-radius:8px}.graph-col__value span{border-radius:60px;height:13px;padding:0 5px}.info-list{overflow-x:auto}.info-list:not(:first-child){padding-top:10px}.info-list:not(:last-child){padding-bottom:20px}.info-list::-webkit-scrollbar{display:none}.info-card{min-height:150px;padding-bottom:10px;padding-top:10px}.info-card__icon,.info-card__icon--top{height:36px;width:36px}.info-card__descr{margin-right:10px}.info-card__head{margin-bottom:23px}.info-card__caption{font-size:10px;line-height:1;max-width:120px}.header__logo{width:99px}.inner-page{--aside-width:0%;--content-offset:0px}.page__main{flex-direction:column}.page__aside,.page__content{padding-inline:var(--x-offset)}.page__content{width:100%}.page-head:not(:last-child){padding-bottom:26px}.page-head__title{max-width:620px}.page-head__caption{max-width:580px}.editor>:not(.table-wrap),.wysiwyg>:not(.table-wrap){margin-right:40px}.editor .video-wrap,.editor img,.wysiwyg .video-wrap,.wysiwyg img{margin-bottom:15px;margin-top:15px}}@media(max-width:767px){:root{--x-offset:10px}.h3,.text-xl,h3{letter-spacing:-1px}.text-xl{line-height:1.08}.section__subtitle{max-width:240px}.compare-tile__caption{height:68px}.graph-table__head{font-size:10px;line-height:10px}.mobile-footer{bottom:10px}}@media(max-width:579px){.l-offset,.l-offset-wrap{--offset:20px}.l-divider{padding-bottom:38px}.compare-card__top{flex-direction:column;padding-bottom:20px;padding-top:19px}.compare-card__bottom{overflow:hidden;overflow-x:auto}.compare-card__bottom::-webkit-scrollbar{display:none}.compare-card__module{flex:none;width:75%}.compare-list__item+.compare-list__item{margin-top:8px}.graph-table__body{padding-left:55px}.graph-table__item{padding:0 3px}.info-list__item{flex:none;width:83%}.info-list__item:first-child{padding-right:0}.info-list__item:last-child:not(:first-child){padding-left:8px}.info-list__item:not(:first-child):not(:last-child){padding:0 8px}}@media(min-width:580px){.compare-card__module{display:flex;flex-direction:column;width:50%}.compare-card__subcaption{margin-top:auto}.compare-list{display:flex;margin:0 -5px}.compare-list__item{padding:0 5px;width:50%}}@media(min-width:960px)and (max-width:2559px){.s-offset,.s-offset-wrap{--offset:5px}.m-offset,.m-offset-wrap{--offset:32px}.l-offset,.l-offset-wrap{--offset:4.375vw}.l-divider{padding-bottom:4.6875vw}}@media(min-width:960px)and (max-width:1279px){.inner-page{--aside-width:22.5%}}@media(min-width:960px){.page__section{padding-bottom:2.34375vw;padding-top:2.34375vw}.page__section--intro{height:100vh;margin-top:calc(var(--header-height)*-1);padding:0}.section__head{margin-bottom:3.229166vw}.section__subhead{margin-bottom:3.385416667vw}.section__subhead._line{display:flex}.section__subhead._line>.section__caption{line-height:1.1;margin-left:auto;margin-top:0;max-width:16.7561777vw}.section__subhead+.info-list{padding-top:0}.section__subtitle{width:70%}.section__caption{margin-top:1.6145833334vw;width:40vw}.aside-list{max-height:100%;overflow-x:hidden;overflow-y:auto;padding:30px 40px;scrollbar-color:#e96040 #f5f5f5;scrollbar-width:thin}.aside-list::-webkit-scrollbar{width:3px}.aside-list::-webkit-scrollbar-track{background:#0000}.aside-list::-webkit-scrollbar-thumb,.aside-list::-webkit-scrollbar-thumb:hover{background-color:#e96040}.aside-select{display:none}.editor table:not([class]) td,.editor table:not([class]) th,.table td,.table th,.wysiwyg table:not([class]) td,.wysiwyg table:not([class]) th{padding:1.09375vw 1.5104166667vw}.editor table:not([class]) .table__num,.table .table__num,.wysiwyg table:not([class]) .table__num{max-width:2.708334vw;padding:1.09375vw .67708334vw}.video-wrap{border-radius:1.0416666667vw}.compare-view__icon{height:4.1666666667vw;width:4.1666666667vw}.compare-card__top{border-radius:1.5625vw;min-height:23.4375vw;padding-bottom:2.6041666667vw;padding-top:2.6041666667vw}.compare-card__bottom{height:12.5vw;margin:0;padding:1.5625vw 0}.compare-card__module{padding-bottom:.5208333333vw;padding-top:1.7708333333vw}.compare-card__subcaption{font-size:.7291666667vw}.compare-card__title{letter-spacing:-2px;line-height:1.17;max-width:280px}.compare-card__icon{height:4.1666666667vw;width:4.1666666667vw}.compare-tile{padding-top:1.770833334vw}.compare-tile__title{margin-bottom:4.6875vw;max-width:260px}.compare-tile__count{margin-left:auto;margin-top:auto;padding-bottom:3.6458333333vw}.compare-tile__bottom{margin:auto -.885416667vw;padding-bottom:1.302083334vw;padding-top:1.09375vw}.graph-table__body{height:23.9583333333vw}.graph-table__head{font-size:.8854166667vw}.graph-table__item{padding:0 .5208333333vw}.graph-table__x .graph-table__head{padding:1.0416666667vw .5208333333vw 0}.graph-col__fill{border-radius:1.0416666667vw}.info-list{min-height:13.8020833333vw}.info-list:not(:first-child){padding-top:1.7708333333vw}.info-list:not(:last-child){padding-bottom:1.7708333333vw}.info-list .info-list--compare,.info-list--compare.info-list:not(:first-child){padding-bottom:0;padding-top:10px}.info-card{padding-bottom:1.5104166667vw;padding-top:1.5104166667vw}.info-card__bottom{align-items:flex-end;display:flex;margin-top:auto}.info-card__icon,.info-card__icon--top{height:4.1666666667vw;width:4.1666666667vw}.info-card__descr{color:#100f0f;max-width:50%}.header-city-select{margin-right:11.2vw}.page__aside{background-color:#f5f5f5;border-radius:0 24px 24px 0;height:calc(100vh - var(--header-height));left:0;padding-block:24px;position:fixed;top:var(--header-height);width:var(--aside-width)}.page-head:not(:first-child){padding-top:1.77083334vw}.page-head:not(:last-child){padding-bottom:2.34375vw}.page-head__title{max-width:83.78379%}.page-head__caption{max-width:60%}.editor>*,.wysiwyg>*{margin-right:8.85vw}.editor .h1,.editor .h2,.editor .h3,.editor .h4,.editor .h5,.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.wysiwyg .h1,.wysiwyg .h2,.wysiwyg .h3,.wysiwyg .h4,.wysiwyg .h5,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5{margin-bottom:1.614583334vw;margin-top:1.614583334vw}.editor .video-wrap,.editor img,.wysiwyg .video-wrap,.wysiwyg img{margin-bottom:2.0833333333vw;margin-top:2.0833333333vw}}@media(min-width:1280px){.mobile-footer,.mobile-gradient-popup{display:none}.index-report-link{align-items:flex-start;bottom:var(--x-offset);display:flex;flex-direction:column;gap:18px;left:var(--x-offset);position:absolute}}@media(min-width:2560px){.s-offset,.s-offset-wrap{--offset:10px}.m-offset,.m-offset-wrap{--offset:42px}.l-offset,.l-offset-wrap{--offset:110px}.l-divider{padding-bottom:125px}.section__subhead{margin-bottom:85px}.compare-card__top{min-height:480px;padding-bottom:65px;padding-top:45px}.compare-card__bottom{height:auto;min-height:440px}.compare-tile__count{padding-bottom:144px}.graph-table__body{margin-bottom:55px}}@media(any-hover:hover),(hover:hover)and (pointer:fine){.developer:hover{transform:scale(1.1)}.link:hover{background-size:var(--bg-size-hover);color:inherit;cursor:pointer}.round-btn:hover,a:hover{color:#e96040}.round-btn:hover:after{transform:scale(2)}.aside-list__link:hover:not(.is-active){color:#e96040}.aside-list__link:hover:not(.is-active):before{transform:scale(1)}.aside-list__link:hover:not(.is-active) .aside-list__link-text{transform:translateX(10px)}}
app-lit-popup{--leave-duration:0.3s;contain:strict;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}app-lit-popup:not(.lit-popup--opened){visibility:hidden}app-lit-popup[data-lit-popup-preset=default]{transition:opacity var(--leave-duration) ease,visibility var(--leave-duration) ease}app-lit-popup[data-lit-popup-preset=default]:not(.lit-popup--opened){opacity:0}.lit-popup-overlay{background-color:#000;opacity:.64}.lit-popup-container,.lit-popup-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.lit-popup-container{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}
.map-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.map-wrapper{border-radius:20px;display:flex;height:30vw;overflow:hidden;position:relative}.card-overlay{background-color:#000;display:none;height:100%;left:0;opacity:.4;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:9998}.card-overlay.card-overlay--visible{opacity:.3;visibility:visible}.map{height:100%;left:0;position:absolute;top:0;width:100%}.map *{touch-action:auto}.map-loader{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.map-placemark{color:#000;display:flex;position:relative}.map-placemark.is-hovered .map-placemark__card{animation:fadeIn .6s cubic-bezier(.25,.25,0,1) both;display:block}.map-placemark__inner{align-items:center;background-color:#f8f9fa;border-radius:141px;display:flex}.map-placemark__card{animation:fadeOut .6s cubic-bezier(.25,.25,0,1);display:none;padding-inline:16px 32px;white-space:nowrap}.map-placemark__icon{flex:none;height:62px;width:62px;z-index:1}.map-placemark__icon img{height:100%;max-height:100%;max-width:100%;width:100%}.map-placemark__text{font-weight:400}@media(max-width:1279px){.map-placemark__card{padding:8px}.map-placemark__icon{height:32px;width:32px}}@media(max-width:959px){.map-wrapper{height:320px}}@media screen and (max-width:767px){.card-overlay{display:block}}
