:root{--ds-button-font-family:var(--ds-font-semibold);--ds-button-primary-bg:var(--ds-color-primary);--ds-button-primary-border:var(--ds-color-primary);--ds-button-primary-color:var(--ds-color-bg);--ds-button-primary-hover-bg:transparent;--ds-button-primary-hover-border:var(--ds-color-primary);--ds-button-primary-hover-color:var(--ds-color-primary);--ds-button-primary-active-bg:var(--ds-color-primary-dark);--ds-button-primary-active-border:var(--ds-color-primary-dark);--ds-button-primary-active-color:var(--ds-color-bg);--ds-button-secondary-bg:var(--ds-color-text);--ds-button-secondary-border:var(--ds-color-text);--ds-button-secondary-color:var(--ds-color-bg);--ds-button-secondary-hover-bg:transparent;--ds-button-secondary-hover-border:var(--ds-color-text);--ds-button-secondary-hover-color:var(--ds-color-text);--ds-button-secondary-active-bg:var(--ds-color-bg-inverted-muted);--ds-button-secondary-active-border:var(--ds-color-bg-inverted-muted);--ds-button-secondary-active-color:var(--ds-color-bg);--ds-button-outline-bg:transparent;--ds-button-outline-border:var(--ds-color-text);--ds-button-outline-color:var(--ds-color-text);--ds-button-outline-hover-border:var(--ds-color-primary);--ds-button-outline-active-bg:var(--ds-color-primary);--ds-button-outline-active-border:var(--ds-color-primary);--ds-button-outline-active-color:var(--ds-color-bg);--ds-button-ghost-bg:transparent;--ds-button-ghost-border:transparent;--ds-button-ghost-color:var(--ds-color-text);--ds-button-ghost-hover-bg:var(--ds-color-bg-disabled-strong);--ds-button-ghost-hover-border:var(--ds-color-bg-disabled-strong);--ds-button-ghost-hover-color:var(--ds-color-text);--ds-button-ghost-active-bg:var(--ds-color-bg-disabled);--ds-button-ghost-active-border:var(--ds-color-bg-disabled);--ds-button-ghost-active-color:var(--ds-color-text);--ds-button-text-color:var(--ds-color-text);--ds-button-text-hover-color:var(--ds-color-primary);--ds-button-light-bg:var(--ds-color-bg-subtle-alt);--ds-button-light-border:var(--ds-color-bg-subtle-alt);--ds-button-light-color:var(--ds-color-text);--ds-button-light-hover-bg:var(--ds-color-bg-hover);--ds-button-light-hover-border:var(--ds-color-bg-hover);--ds-button-dark-bg:var(--ds-color-bg-inverted);--ds-button-dark-border:var(--ds-color-bg-inverted);--ds-button-dark-color:var(--ds-color-bg);--ds-button-dark-hover-bg:var(--ds-color-bg-inverted-hover);--ds-button-dark-hover-border:var(--ds-color-bg-inverted-hover);--ds-button-disabled-bg:var(--ds-color-bg-disabled);--ds-button-disabled-border:var(--ds-color-bg-disabled);--ds-button-disabled-color:var(--ds-color-text-disabled)}.dark-mode,[data-theme=dark]{--ds-button-primary-bg:var(--ds-color-primary);--ds-button-primary-border:var(--ds-color-primary);--ds-button-primary-color:var(--ds-color-text);--ds-button-primary-hover-bg:transparent;--ds-button-primary-hover-border:var(--ds-color-text);--ds-button-primary-hover-color:var(--ds-color-text);--ds-button-primary-active-bg:var(--ds-color-primary-dark);--ds-button-primary-active-border:var(--ds-color-primary-dark);--ds-button-primary-active-color:var(--ds-color-text);--ds-button-disabled-bg:var(--ds-color-bg-inverted-muted);--ds-button-disabled-border:var(--ds-color-bg-inverted-muted);--ds-button-disabled-color:var(--ds-color-text-disabled);--ds-button-secondary-bg:var(--ds-color-bg-inverted);--ds-button-secondary-border:var(--ds-color-bg-inverted);--ds-button-secondary-color:var(--ds-color-bg);--ds-button-secondary-hover-bg:transparent;--ds-button-secondary-hover-border:var(--ds-color-bg-inverted);--ds-button-secondary-hover-color:var(--ds-color-bg-inverted);--ds-button-secondary-active-bg:var(--ds-color-bg-inverted);--ds-button-secondary-active-border:var(--ds-color-bg-inverted);--ds-button-secondary-active-color:var(--ds-color-bg);--ds-button-outline-bg:transparent;--ds-button-outline-border:var(--ds-color-text);--ds-button-outline-color:var(--ds-color-text);--ds-button-outline-hover-border:var(--ds-color-primary);--ds-button-outline-active-bg:var(--ds-color-primary);--ds-button-outline-active-border:var(--ds-color-primary);--ds-button-outline-active-color:var(--ds-color-text);--ds-button-ghost-color:var(--ds-color-text);--ds-button-ghost-border:transparent;--ds-button-ghost-hover-bg:var(--ds-color-bg-subtle);--ds-button-ghost-hover-border:var(--ds-color-bg-subtle);--ds-button-ghost-hover-color:var(--ds-color-text);--ds-button-ghost-active-bg:var(--ds-color-text-muted);--ds-button-ghost-active-border:var(--ds-color-text-muted);--ds-button-ghost-active-color:var(--ds-color-text)}.ds-button{text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;max-width:100%;transition:color var(--ds-transition-base),background-color var(--ds-transition-base),border-color var(--ds-transition-base);border:1px solid transparent;outline:none;justify-content:center;align-items:center;gap:10px;text-decoration:none;display:inline-flex;overflow:hidden}.ds-button--icon-only{width:52px;height:40px;padding:0}@media (min-width:768px){.ds-button--icon-only.ds-button--large{width:64px;height:48px}}.ds-button--icon-only.ds-button--rounded{border-radius:50%;width:40px;height:40px}@media (min-width:768px){.ds-button--icon-only.ds-button--rounded.ds-button--large{width:48px;height:48px}}.ds-button--icon-only.ds-button--rounded.ds-button--medium{width:40px;height:40px}.ds-button--icon-only.ds-button--rounded.ds-button--small{width:32px;height:32px}@media (min-width:768px){.ds-button--icon-only.ds-button--rounded.ds-button--small{width:40px;height:40px}}.ds-button[data-state=loading]{pointer-events:none;position:relative}.ds-button[data-state=loading] .ds-button__text,.ds-button[data-state=loading] .ds-button__icon,.ds-button[data-state=loading] .ds-button__arrow{visibility:hidden}.ds-button[data-state=loading]:not(.ds-button--ghost){background-color:var(--ds-button-disabled-bg)!important;border-color:var(--ds-button-disabled-bg)!important}.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--large{min-width:40px;min-height:40px}@media (min-width:768px){.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--large{min-width:48px;min-height:48px}}.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--medium,.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--small{min-width:40px;min-height:40px}.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--rounded{width:48px;min-width:48px;height:48px;min-height:48px;padding:12px}.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--rounded.ds-button--medium,.ds-button[data-state=loading]:not(.ds-button--ghost).ds-button--rounded.ds-button--small{width:40px;min-width:40px;height:40px;min-height:40px;padding:10px}.ds-button--small{font-size:14px;line-height:20px;font-family:var(--ds-button-font-family);border-radius:20px}.ds-button--small:not(.ds-button--icon-only){height:40px;padding:0 16px}.ds-button--medium{font-size:14px;line-height:20px;font-family:var(--ds-button-font-family);border-radius:20px}.ds-button--medium:not(.ds-button--icon-only){height:40px;padding:0 20px}.ds-button--large{font-size:14px;line-height:20px;font-family:var(--ds-button-font-family);border-radius:20px}.ds-button--large:not(.ds-button--icon-only){height:40px;padding:0 24px}@media (min-width:768px){.ds-button--large{border-radius:24px;font-size:16px;line-height:24px}.ds-button--large:not(.ds-button--icon-only){height:48px}}.ds-button--primary{color:var(--ds-button-primary-color);background-color:var(--ds-button-primary-bg);border-color:var(--ds-button-primary-border)}.ds-button--primary:active:not([data-state=loading]){color:var(--ds-button-primary-active-color);background-color:var(--ds-button-primary-active-bg);border-color:var(--ds-button-primary-active-border)}.ds-button--secondary{background-color:var(--ds-button-secondary-bg);border-color:var(--ds-button-secondary-border);color:var(--ds-button-secondary-color)!important}.ds-button--secondary:active:not([data-state=loading]){background-color:var(--ds-button-secondary-active-bg);border-color:var(--ds-button-secondary-active-border);color:var(--ds-button-secondary-active-color)!important}.ds-button--outline{color:var(--ds-button-outline-color);background-color:var(--ds-button-outline-bg);border-color:var(--ds-button-outline-border)}.ds-button--outline:active:not([data-state=loading]){border-color:var(--ds-button-outline-active-border);background-color:var(--ds-button-outline-active-bg);color:var(--ds-button-outline-active-color)}.ds-button--outline.disabled{border-color:var(--ds-button-disabled-border);color:var(--ds-button-disabled-color)}.ds-button--ghost{color:var(--ds-button-ghost-color);background-color:var(--ds-button-ghost-bg);border-color:var(--ds-button-ghost-border)}.ds-button--ghost[data-state=loading]{background-color:transparent!important;border-color:transparent!important}.ds-button--ghost:active:not([data-state=loading]){color:var(--ds-button-ghost-active-color);background-color:var(--ds-button-ghost-active-bg);border-color:var(--ds-button-ghost-active-border)}.ds-button--light{color:var(--ds-button-light-color);background-color:var(--ds-button-light-bg);border-color:var(--ds-button-light-border)}.ds-button--dark{color:var(--ds-button-dark-color);background-color:var(--ds-button-dark-bg);border-color:var(--ds-button-dark-border)}.ds-button--text{color:var(--ds-button-text-color);background-color:transparent;border-color:transparent}.ds-button--rounded{border-radius:50%}@media (hover:hover) and (pointer:fine){.ds-button--primary:hover:not([data-state=loading]){color:var(--ds-button-primary-hover-color);background-color:var(--ds-button-primary-hover-bg);border-color:var(--ds-button-primary-hover-border)}.ds-button--secondary:hover:not([data-state=loading]){background-color:var(--ds-button-secondary-hover-bg);border-color:var(--ds-button-secondary-hover-border);color:var(--ds-button-secondary-hover-color)!important}.ds-button--outline:hover:not([data-state=loading]){border-color:var(--ds-button-outline-hover-border)}.ds-button--ghost:hover:not([data-state=loading]){color:var(--ds-button-ghost-hover-color);background-color:var(--ds-button-ghost-hover-bg);border-color:var(--ds-button-ghost-hover-border)}.ds-button--light:hover{background-color:var(--ds-button-light-hover-bg);border-color:var(--ds-button-light-hover-border)}.ds-button--dark:hover{background-color:var(--ds-button-dark-hover-bg);border-color:var(--ds-button-dark-hover-border)}.ds-button--text:hover{color:var(--ds-button-text-hover-color)}}.dark-mode .ds-button--outline.ds-button--disabled,[data-theme=dark] .ds-button--outline.ds-button--disabled,.ds-button--outline.dark-mode.ds-button--disabled{border-color:var(--ds-color-border-disabled);background-color:transparent!important}.dark-mode .ds-button--outline[data-state=loading],[data-theme=dark] .ds-button--outline[data-state=loading],.ds-button--outline.dark-mode[data-state=loading]{border-color:var(--ds-color-border-disabled)!important;background-color:transparent!important}.ds-button--disabled,.ds-button:disabled{pointer-events:none}.ds-button--disabled{color:var(--ds-button-disabled-color)!important}.ds-button--disabled.ds-button--primary,.ds-button--disabled.ds-button--secondary{background-color:var(--ds-button-disabled-bg);border-color:var(--ds-button-disabled-border)}.ds-button--disabled.ds-button--outline{border-color:var(--ds-button-disabled-border)}.ds-button--disabled.ds-button--ghost{border-color:transparent}.ds-button--block{width:100%;display:flex}.ds-button__text{text-overflow:ellipsis;min-width:0;overflow:hidden}.ds-button__arrow{align-items:center;display:flex}.ds-button--large .ds-button__arrow-svg,.ds-button--large .ds-button__icon svg{width:12px;height:auto}@media (min-width:768px){.ds-button--large .ds-button__arrow-svg,.ds-button--large .ds-button__icon svg{width:19px;height:14px}}.ds-button__icon{flex-shrink:0;justify-content:center;align-items:center;height:100%;display:flex}.ds-button__loader{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.ds-button__loader-img{background:conic-gradient(from 90deg,rgba(130,191,0,0),#82bf00 359.327deg,rgba(130,191,0,0) 360deg);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite app-button-loader;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4.2px),#fff calc(100% - 4.2px));mask:radial-gradient(farthest-side,transparent calc(100% - 4.2px),#fff calc(100% - 4.2px))}.ds-button--medium .ds-button__loader-img,.ds-button--small .ds-button__loader-img{width:20px;height:20px}@keyframes app-button-loader{to{transform:rotate(360deg)}}:root{--ds-list-dot-color:#82bf00;--ds-list-dot-between-gap:12px;--ds-list-dot-between-t-gap:var(--ds-list-dot-between-gap);--ds-list-dot-between-m-gap:8px;--ds-list-dot-item-gap:8px;--ds-list-dot-item-t-gap:var(--ds-list-dot-item-gap);--ds-list-dot-item-m-gap:var(--ds-list-dot-item-gap);--ds-bullet-list-item-circle-bg:var(--ds-color-bg-subtle);--ds-bullet-list-item-gap:24px;--ds-bullet-list-item-circle-size:56px;--ds-bullet-list-item-description-color:var(--ds-color-text-muted)}.ds-bullet-list-item{gap:var(--ds-bullet-list-item-gap);min-height:var(--ds-bullet-list-item-circle-size);--ds-bullet-list-item-circle-size:56px;position:relative}.ds-bullet-list-item._g-24{--ds-bullet-list-item-gap:24px}.ds-bullet-list-item._g-16{--ds-bullet-list-item-gap:16px}.ds-bullet-list-item._g-12{--ds-bullet-list-item-gap:12px}.ds-bullet-list-item._g-8{--ds-bullet-list-item-gap:8px}.ds-bullet-list-item._g-4{--ds-bullet-list-item-gap:4px}.ds-bullet-list-item._medium{--ds-bullet-list-item-circle-size:32px}.ds-bullet-list-item._medium:after{top:4px;left:4px}.ds-bullet-list-item._small{--ds-bullet-list-item-circle-size:6px}.ds-bullet-list-item._small .ds-bullet-list-item__content{padding-left:calc(24px + var(--ds-bullet-list-item-gap))}.ds-bullet-list-item._small:after{content:none}.ds-bullet-list-item._small:before{top:7px;left:7px}@media (min-width:768px){.ds-bullet-list-item._small:before{top:9px;left:9px}}.ds-bullet-list-item._grey{--ds-bullet-list-item-circle-bg:var(--ds-color-bg-subtle)}.ds-bullet-list-item._blue{--ds-bullet-list-item-circle-bg:#c3dbff}.ds-bullet-list-item._green{--ds-bullet-list-item-circle-bg:var(--ds-color-primary-light)}.ds-bullet-list-item__content{padding-left:calc(var(--ds-bullet-list-item-circle-size) + var(--ds-bullet-list-item-gap));flex-direction:column;gap:8px;display:flex}.ds-bullet-list-item__description{--ds-color-text:var(--ds-color-text-muted)}.ds-bullet-list-item::marker{content:none}.ds-bullet-list-item:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4556 6.382C20.8462 6.77253 20.8462 7.40569 20.4557 7.79622L10.6337 17.6181C10.2432 18.0087 9.61006 18.0087 9.21954 17.6182L3.54388 11.9426C3.15335 11.5521 3.15334 10.9189 3.54386 10.5284C3.93438 10.1379 4.56755 10.1379 4.95808 10.5284L9.92663 15.4968L19.0414 6.38201C19.432 5.99148 20.0651 5.99148 20.4556 6.382Z' fill='%23252628'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px}.ds-bullet-list-item:before{content:"";width:var(--ds-bullet-list-item-circle-size);height:var(--ds-bullet-list-item-circle-size);background-color:var(--ds-bullet-list-item-circle-bg);border-radius:50%;transition:background-color .3s linear;position:absolute;top:0;left:0}.ds-bullet-list-item{--ds-bullet-list-item-circle-size:48px}.ds-bullet-list-item:after{top:12px;left:12px}@media (min-width:768px){.ds-bullet-list-item{--ds-bullet-list-item-circle-size:56px}.ds-bullet-list-item:after{top:16px;left:16px}}.ds-breadcrumbs{--link-border-color:transparent;--link-color:var(--ds-color-text-disabled);overflow-x:auto}.ds-breadcrumbs .ds-bullet-list-item{white-space:nowrap;--ds-bullet-list-item-circle-bg:var(--ds-color-text-disabled)}.ds-breadcrumbs .ds-bullet-list-item:hover{--ds-bullet-list-item-circle-bg:#252628;--link-color:#252628}.ds-breadcrumbs._dark .ds-bullet-list-item:hover{--ds-bullet-list-item-circle-bg:#fff;--link-color:#fff}.ds-breadcrumbs._disable-last-item .ds-bullet-list-item:last-of-type,.ds-breadcrumbs._mobile-one-item .ds-bullet-list-item:last-of-type{cursor:default;touch-action:none;pointer-events:none}.ds-breadcrumbs__content{align-items:center;gap:4px;display:flex}.ds-picture{height:100%;display:flex}.ds-picture__img{object-fit:cover;width:100%;height:100%}:root{--ds-color-text:#252628;--ds-switcher-bg:#efefef;--ds-switcher-item-active-bg:#252628;--ds-switcher-item-gap:8px;--ds-switcher-item-gap-mobile:4px}.ds-switcher__container{box-sizing:border-box;white-space:nowrap;background-color:var(--ds-switcher-bg,#fff);border-radius:24px;flex-wrap:nowrap;align-items:center;padding:1px;text-decoration:none;display:inline-flex;position:relative}.ds-switcher__active-bg{z-index:0;background-color:var(--ds-switcher-item-active-bg,#252628);border-radius:24px;width:100%;max-width:180px;height:calc(100% - 2px);position:absolute;top:1px;left:0}.ds-switcher__item{align-items:center;gap:var(--ds-switcher-item-gap-mobile,4px);box-sizing:border-box;z-index:1;cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:transparent;border-color:transparent;padding:8px 20px;display:inline-flex;position:relative}.ds-switcher__item>*{transition:color .3s linear,fill .3s linear}.ds-switcher__item .p1-semibold{color:var(--ds-color-text)}@media screen and (min-width:1225px){.ds-switcher__item{gap:var(--ds-switcher-item-gap,8px);--icon-size:24px;padding:10px 24px}.ds-switcher__item:hover{--ds-color-text:#82bf00;color:#82bf00}}.ds-switcher__item._active{--ds-color-text:#fff;color:#fff;touch-action:none;pointer-events:none;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-switcher__icon{justify-content:center;align-items:center;display:flex}.ds-switcher._disabled .ds-switcher__item{--ds-switcher-item-active-bg:#999;--ds-switcher-bg:#f4f4f4;--ds-color-text:#999;touch-action:none;pointer-events:none;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ds-switcher._size-md .ds-switcher__item{padding:8px 20px}.ds-switcher._variant-icons{--ds-switcher-item-active-bg:#fff;--ds-switcher-bg:#252628}.ds-switcher._variant-icons._size-md .ds-switcher__item{--icon-size:16px}.ds-switcher._variant-icons .ds-switcher__item{--icon-size:16px;color:#fff}.ds-switcher._variant-icons .ds-switcher__item:hover{--ds-color-text:#82bf00;color:#82bf00}@media screen and (min-width:1225px){.ds-switcher._variant-icons .ds-switcher__item{--icon-size:24px;border-radius:50%;padding:9px 10px}}.ds-switcher._variant-icons .ds-switcher__item._active{color:#252628}.left-menu{flex-direction:column;gap:16px;display:flex;position:-webkit-sticky;position:sticky;top:164px}.left-menu__item{cursor:pointer;transition:color .3s linear;color:#6d6d6d!important}.left-menu__item:hover{color:#252628!important}.left-menu__item._active{pointer-events:none;touch-action:none;color:#252628!important}@media screen and (max-width:1224px){.left-menu{display:none}}.gos-help-sopf-general{flex-direction:column;gap:16px;margin:16px 0 24px;display:flex}@media (min-width:768px){.gos-help-sopf-general{margin:24px 0 40px}}@media (min-width:1221px){.gos-help-sopf-general{margin:0 0 40px}}.gos-help-sopf-inf{flex-direction:column;gap:16px;padding-top:16px;display:flex}@media (min-width:768px){.gos-help-sopf-inf{gap:24px;padding-top:24px}}@media (min-width:1221px){.gos-help-sopf-inf{gap:40px;padding-top:0}}.gos-help-sopf-inf__descr{flex-direction:column;gap:16px;display:flex}@media (min-width:1221px){.gos-help-sopf-inf__descr{gap:24px}}.gos-help-sopf-inf__content{flex-direction:column-reverse;gap:16px;display:flex}@media (min-width:768px){.gos-help-sopf-inf__content{gap:24px}}@media (min-width:1221px){.gos-help-sopf-inf__content{flex-direction:row;align-items:flex-start;gap:48px}}.gos-help-sopf-inf__img{aspect-ratio:328/216}@media (min-width:768px){.gos-help-sopf-inf__img{aspect-ratio:736/388}}@media (min-width:1221px){.gos-help-sopf-inf__img{aspect-ratio:368/360;flex-shrink:0;max-width:368px}}.gos-help-sopf-inf__left{flex-direction:column;display:flex}@media (min-width:1221px){.gos-help-sopf-inf__left{gap:24px}}.gos-help-sopf-inf__criteria{--ds-list-dot-between-m-gap:12px;background-color:#f4f4f4;flex-direction:column;gap:16px;padding:16px;display:flex}@media (min-width:768px){.gos-help-sopf-inf__criteria{gap:24px;padding:24px}}@media (min-width:1221px){.gos-help-sopf-inf__criteria{padding:32px}.gos-help-sopf-inf__criteria .ds-list-dot{grid-template-columns:1fr 1fr;display:grid}}.gos-help-sopf-road{flex-direction:column;gap:16px;margin-top:0;padding-top:40px;display:flex}@media (min-width:768px){.gos-help-sopf-road{gap:24px;margin-top:24px;padding-top:40px}}@media (min-width:1221px){.gos-help-sopf-road{gap:40px}}.gos-help-sopf-road__tabs{flex-direction:column;gap:16px;display:flex}@media (min-width:1221px){.gos-help-sopf-road__tabs{gap:24px}}.gos-help-sopf-road__switcher{width:calc(100vw - 32px);overflow:hidden}@media (min-width:1221px){.gos-help-sopf-road__switcher{width:100%}}.gos-help-sopf-road__switcher .ds-switcher{overflow-x:auto}.gos-help-sopf-road__content{flex-direction:column-reverse;gap:16px;display:flex}@media (min-width:768px){.gos-help-sopf-road__content{gap:24px}}@media (min-width:1221px){.gos-help-sopf-road__content{flex-direction:row;align-items:flex-start;gap:48px}}.gos-help-sopf-road__img{aspect-ratio:328/216}@media (min-width:768px){.gos-help-sopf-road__img{aspect-ratio:736/388}}@media (min-width:1221px){.gos-help-sopf-road__img{aspect-ratio:368/360;flex-shrink:0;max-width:368px}}.gos-help-sopf-road__left{flex-direction:column;display:flex}@media (min-width:1221px){.gos-help-sopf-road__left{gap:24px}}.gos-help-sopf-road__criteria{--ds-list-dot-between-m-gap:12px;background-color:#f4f4f4;flex-direction:column;gap:16px;padding:16px;display:flex}@media (min-width:768px){.gos-help-sopf-road__criteria{gap:24px;padding:24px}}@media (min-width:1221px){.gos-help-sopf-road__criteria{padding:32px}}.gos-help-sopf-road__list{display:grid}@media (min-width:1221px){.gos-help-sopf-road__list{grid-template-columns:1fr 1fr;gap:12px}}.gos-help-sopf-road__list:has(.ds-list-dot:first-child:last-child){grid-template-columns:1fr}@media (min-width:1221px){.gos-help-sopf-road__list:has(.ds-list-dot:first-child:last-child) .ds-list-dot{grid-template-columns:1fr 1fr;display:grid}}.gos-help-sopf-agr{flex-direction:column;gap:24px;margin-top:0;padding-top:40px;display:flex}@media (min-width:768px){.gos-help-sopf-agr{gap:32px;padding-top:64px}}@media (min-width:1221px){.gos-help-sopf-agr{gap:80px;padding-top:80px}}.gos-help-sopf-agr__block{flex-direction:column;gap:16px;display:flex}@media (min-width:768px){.gos-help-sopf-agr__block{gap:24px}}@media (min-width:1221px){.gos-help-sopf-agr__block{gap:40px}}.gos-help-sopf-agr__tabs{flex-direction:column;gap:16px;display:flex}@media (min-width:1221px){.gos-help-sopf-agr__tabs{gap:24px}}.gos-help-sopf-agr__switcher{width:calc(100vw - 32px);overflow:hidden}@media (min-width:1221px){.gos-help-sopf-agr__switcher{width:100%}}.gos-help-sopf-agr__switcher .ds-switcher{overflow-x:auto}.gos-help-sopf-agr__content{flex-direction:column-reverse;gap:16px;display:flex}@media (min-width:768px){.gos-help-sopf-agr__content{gap:24px}}@media (min-width:1221px){.gos-help-sopf-agr__content{flex-direction:row;align-items:flex-start;gap:48px}}.gos-help-sopf-agr__img{aspect-ratio:328/216}@media (min-width:768px){.gos-help-sopf-agr__img{aspect-ratio:736/388}}@media (min-width:1221px){.gos-help-sopf-agr__img{aspect-ratio:368/360;flex-shrink:0;max-width:368px}}.gos-help-sopf-agr__left{flex-direction:column;display:flex}@media (min-width:1221px){.gos-help-sopf-agr__left{gap:24px}}.gos-help-sopf-agr__criteria{--ds-list-dot-between-m-gap:12px;background-color:#f4f4f4;flex-direction:column;gap:16px;padding:16px;display:flex}@media (min-width:768px){.gos-help-sopf-agr__criteria{gap:24px;padding:24px}}@media (min-width:1221px){.gos-help-sopf-agr__criteria{padding:32px}}.gos-help-sopf-agr__list{display:grid}@media (min-width:1221px){.gos-help-sopf-agr__list{grid-template-columns:1fr 1fr;gap:12px}}.gos-help-sopf-agr__list:has(.ds-list-dot:first-child:last-child){grid-template-columns:1fr}@media (min-width:1221px){.gos-help-sopf-agr__list:has(.ds-list-dot:first-child:last-child) .ds-list-dot{grid-template-columns:1fr 1fr;display:grid}}.gos-help-sopf-agr__banner{grid-template-columns:1fr;display:grid}@media (min-width:1221px){.gos-help-sopf-agr__banner{grid-template-columns:1fr 1fr}}.gos-help-sopf-agr__banner ._banner-content{background-color:#f4f4f4;flex-direction:column;gap:16px;padding:16px;display:flex}@media (min-width:768px){.gos-help-sopf-agr__banner ._banner-content{align-items:flex-start;gap:24px;padding:24px}}@media (min-width:1221px){.gos-help-sopf-agr__banner ._banner-content{justify-content:space-between;gap:32px;padding:32px}}.gos-help-sopf-agr__banner ._banner-img{aspect-ratio:328/228}@media (min-width:768px){.gos-help-sopf-agr__banner ._banner-img{aspect-ratio:736/240}}@media (min-width:1221px){.gos-help-sopf-agr__banner ._banner-img{aspect-ratio:504/332}.gos-help-sopf .page-wrap{overflow:initial}}.gos-help-sopf__top{border-bottom:1px solid #dedede;flex-direction:column;gap:8px;padding:24px 0 16px;display:flex}@media (min-width:768px){.gos-help-sopf__top{padding:24px 0}}@media (min-width:1221px){.gos-help-sopf__top{gap:16px;padding:32px 0}}.gos-help-sopf__top .ds-bullet-list-item._small:before{width:4px;height:4px;top:6px;left:6px}@media (min-width:768px){.gos-help-sopf__top .ds-bullet-list-item._small:before{width:6px;height:6px;top:7px;left:9px}}.gos-help-sopf__top .ds-breadcrumbs .ds-bullet-list-item{--ds-bullet-list-item-gap:-8px;display:none}@media (min-width:768px){.gos-help-sopf__top .ds-breadcrumbs .ds-bullet-list-item{--ds-bullet-list-item-gap:4px;display:flex}}.gos-help-sopf__top .ds-breadcrumbs .ds-bullet-list-item:last-of-type{display:flex}.gos-help-sopf__body{align-items:start;display:grid}@media (min-width:1221px){.gos-help-sopf__body{grid-template-columns:240px 1fr;gap:16px;padding-top:32px}}