:root{font-family:Montserrat,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background:#fff;color:#000}.app-router{flex:1 0 auto;padding-top:112px}@media (max-width: 980px){.app-router{padding-top:60px}}@font-face{font-family:Xolonium;src:url(/fonts/Xolonium-Bold.otf) format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular_0.ttf) format("truetype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Semibold_0.ttf) format("truetype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold_0.ttf) format("truetype");font-display:swap;font-weight:700;font-style:normal}.new-header{position:fixed;top:0;left:0;right:0;z-index:1000;font-family:Gilroy,sans-serif;color:#fff;pointer-events:none}.new-header *{box-sizing:border-box}.new-header a,.new-header button{pointer-events:auto}.new-header-top{width:min(1280px,calc(100% - 40px));margin:0 auto;background-color:#303030;border-radius:0 0 5px 5px;transition:opacity .25s ease,transform .25s ease}.new-header.is-scrolled .new-header-top{opacity:0;transform:translateY(-100%);pointer-events:none}.new-header-top-container{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 20px}.new-header-top-text{margin:0;color:#ffffffb3;font-size:14px;font-weight:500}.new-header-top-contacts{display:flex;align-items:center;gap:24px}.new-header-contact-label{color:#ffffffb3;font-size:14px}.new-header-contact-link,.new-header-mobile-contacts a,.new-header-mobile-contacts button{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#fff;text-decoration:none;font-size:14px;font-weight:600;font-family:Gilroy,sans-serif;cursor:pointer;padding:0}.new-header-contact-icon-wrapper,.new-header-scroll-contact{width:46px;height:24px;border:1px solid currentColor;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;padding:0}.new-header-contact-icon,.new-header-scroll-contact img{max-width:20px;max-height:16px}.new-header-main{width:100%;min-height:64px;display:flex;align-items:flex-end;transition:transform .25s ease}.new-header-main-container{width:min(1280px,calc(100% - 40px));min-height:54px;margin:0 auto;display:flex;align-items:center;gap:clamp(20px,4vw,65px);padding:0 20px;transition:background-color .25s ease,border-radius .25s ease,min-height .25s ease}.new-header.is-scrolled .new-header-main{transform:translateY(-38px)}.new-header.is-scrolled .new-header-main-container{min-height:50px;background-color:#4f4f4f;border-radius:5px}.new-header-light .new-header-main-container{background-color:#f7f9fc;border-radius:0}.new-header-procedure:not(.is-scrolled) .new-header-main-container{background-color:#f8f5e3}.new-header-light.is-scrolled .new-header-main-container{background-color:#4f4f4f;border-radius:5px}.new-header-logo{display:flex;align-items:center;flex-shrink:0}.new-header-logo img{display:block;width:204px;height:auto}.new-header.is-scrolled .new-header-logo{display:none}.new-header-desktop-nav{display:flex;align-items:center;gap:clamp(18px,2.4vw,35px)}.new-header-nav-item{position:relative}.new-header-nav-button{background:none;border:0;color:#fff;padding:8px 0;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap}.new-header-light:not(.is-scrolled) .new-header-nav-button{color:#4f4f4f}.new-header-light:not(.is-scrolled) .new-header-nav-button:hover{color:#d2a900}.new-header-nav-button:hover{color:#f8c700}.new-header-nav-dropdown,.new-header-auth-menu{position:absolute;top:100%;left:0;margin-top:14px;min-width:220px;background:#303030;border-radius:5px;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;box-shadow:0 4px 12px #00000038;overflow:hidden}.new-header-nav-item:hover .new-header-nav-dropdown,.new-header-auth-dropdown:hover .new-header-auth-menu{opacity:1;visibility:visible;transform:translateY(0)}.new-header-dropdown-link,.new-header-auth-menu button{display:block;width:100%;padding:15px 20px;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.2);color:#fff;font-family:Gilroy,sans-serif;font-size:14px;font-weight:500;text-align:left;text-decoration:none;cursor:pointer}.new-header-dropdown-link:last-child,.new-header-auth-menu button:last-child{border-bottom:0}.new-header-dropdown-link:hover,.new-header-auth-menu button:hover{background:#f8c700;color:#4f4f4f}.new-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:32px;flex:1;min-width:170px}.new-header-scroll-contacts,.new-header-mobile-scroll-contacts{display:none;align-items:center;gap:10px}.new-header.is-scrolled .new-header-scroll-contacts{display:flex}.new-header-scroll-contact{color:#fff}.new-header-auth{display:flex;align-items:center;gap:10px}.new-header-user-icon-link,.new-header-mobile-user-icon-link{width:28px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#f8c700;cursor:pointer;padding:0}.new-header-user-icon{width:23px;height:24px;fill:currentColor}.new-header-auth-link{border:0;background:transparent;color:#ffffffb3;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;cursor:pointer;padding:0}.new-header-light:not(.is-scrolled) .new-header-auth-link,.new-header-light:not(.is-scrolled) .new-header-auth-divider{color:#4f4f4f}.new-header-light:not(.is-scrolled) .new-header-auth-link:hover{color:#d2a900}.new-header-auth-link:hover{color:#f8c700}.new-header-auth-divider{color:#ffffffb3}.new-header-auth-dropdown{position:relative}.new-header-auth-menu{right:0;left:auto}.new-header-mobile-nav{display:none;margin-left:auto}.new-header-burger{width:36px;height:32px;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;padding:0;border:0;background:transparent;cursor:pointer}.new-header-burger span{display:block;height:2px;width:30px;background:#fff}.new-header-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#fff;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;padding:10px 20px 30px;font-family:Gilroy,sans-serif}.new-header-mobile-menu.is-open{transform:translate(0)}.new-header-mobile-menu-header{height:50px;display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}.new-header-mobile-logo img{display:block;width:204px;max-width:70vw}.new-header-close{border:0;background:transparent;cursor:pointer}.new-header-mobile-auth{display:flex;align-items:center;gap:10px;margin-bottom:50px}.new-header-mobile-auth .new-header-auth-divider{display:none}.new-header-mobile-auth-outline,.new-header-mobile-auth-filled{height:50px;flex:1;border-radius:10px;font-family:Gilroy,sans-serif;font-size:15px;font-weight:600;cursor:pointer}.new-header-mobile-auth-outline{border:1px solid #4f4f4f;background:#fff;color:#4f4f4f}.new-header-mobile-auth-filled{border:1px solid #f8c700;background:#f8c700;color:#4f4f4f}.new-header-mobile-menu-nav{border-bottom:1px solid #e5e5e5;padding-bottom:40px;margin-bottom:30px}.new-header-mobile-menu-item{margin-bottom:28px}.new-header-mobile-menu-button{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:20px;font-weight:600;text-decoration:none;cursor:pointer;padding:0}.new-header-accordion-arrow{width:12px;height:12px;border-right:2px solid rgba(79,79,79,.55);border-bottom:2px solid rgba(79,79,79,.55);transform:rotate(45deg);transition:transform .2s ease}.new-header-mobile-menu-item.is-open .new-header-accordion-arrow{transform:rotate(225deg)}.new-header-mobile-submenu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.new-header-mobile-menu-item.is-open .new-header-mobile-submenu{grid-template-rows:1fr}.new-header-mobile-submenu>*{overflow:hidden}.new-header-mobile-submenu-link{display:block;margin-top:18px;color:#4f4f4f;font-size:15px;font-weight:500;text-decoration:none}.new-header-mobile-contacts{color:#4f4f4f}.new-header-mobile-contacts p{margin:0 0 18px;color:#4f4f4fb3;font-size:16px}.new-header-mobile-contacts a,.new-header-mobile-contacts button{color:#4f4f4f;display:flex;margin-top:16px;font-size:18px}@media (max-width: 1180px){.new-header-desktop-nav{gap:18px}.new-header-nav-button,.new-header-auth-link{font-size:14px}.new-header-main-container{gap:18px}}@media (max-width: 980px){.new-header-top{display:none}.new-header-main{min-height:60px;align-items:center}.new-header-main-container{width:100%;min-height:60px;background:#303030eb;border-radius:0}.new-header.is-scrolled .new-header-main{transform:none}.new-header.is-scrolled .new-header-main-container{border-radius:0}.new-header-light .new-header-main-container,.new-header-light.is-scrolled .new-header-main-container{background:#f7f9fc;border-radius:0}.new-header-procedure .new-header-main-container,.new-header-procedure.is-scrolled .new-header-main-container{background:#f8f5e3}.new-header-light .new-header-burger span{background:#4f4f4f}.new-header-logo,.new-header.is-scrolled .new-header-logo{display:flex}.new-header-logo img{width:150px}.new-header-desktop-nav,.new-header-actions{display:none}.new-header-mobile-nav{display:flex;align-items:center;gap:16px}.new-header.is-scrolled .new-header-mobile-scroll-contacts{display:flex}}@media (max-width: 430px){.new-header-main-container{padding:0 20px}.new-header-logo img{width:132px}.new-header-mobile-scroll-contacts{display:none!important}}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular_0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium_0.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Semibold_0.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold_0.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.procedures-page{min-height:70vh;margin-top:-112px;padding-top:112px;background:#f7f9fc;color:#4f4f4f;font-family:Gilroy,sans-serif}.procedures-page *{box-sizing:border-box;font-family:inherit}.procedures-content{max-width:1280px;margin:0 auto;padding:52px 20px 90px}.procedures-breadcrumb{display:flex;align-items:center;gap:5px;width:100%;padding-bottom:15px;border-bottom:1px solid rgba(79,79,79,.25);color:#4f4f4f80;font-size:14px;font-weight:500}.procedures-breadcrumb a{color:#4f4f4f;text-decoration:none}.procedures-title{margin:40px 0;color:#4f4f4f;font-size:36px;font-weight:700;line-height:1}.procedures-tabs{display:flex;gap:10px}.procedures-tab{width:241px;height:44px;border:1px solid rgba(248,199,0,.7);border-radius:5px;background:#f7f9fc;color:#4f4f4f;box-shadow:none;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.procedures-tab.active{background:#f8c700b3;box-shadow:0 1px 4px .3px #4f4f4f66}.procedures-tab:disabled{cursor:wait;opacity:.7}.procedures-search-row{height:60px;display:flex;align-items:center;margin:20px 0;padding-right:5px;border:.5px solid rgba(79,79,79,.5);border-radius:10px}.procedures-search{min-width:0;flex:1;display:flex;align-items:center;gap:14px;padding:0 16px}.procedures-search img{width:20px;height:20px;flex-shrink:0}.procedures-search input{width:100%;border:0;outline:none;background:transparent;color:#4f4f4f;font-size:16px;font-weight:400}.procedures-search input::placeholder{color:#4f4f4f80}.procedures-button{height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease}.procedures-button:hover{background:#fff;color:#4f4f4f}.procedures-button-secondary{background:#fff}.procedures-search-button{width:100px;border-radius:8px}.procedures-mobile-filter-button,.procedures-mobile-search-button{display:none}.procedures-select-container{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.procedures-select,.procedures-customer-input{width:305px;-webkit-user-select:none;user-select:none}.procedures-select-wide{min-width:280px;width:360px}.procedures-select .ant-select-selector,.procedures-customer-input.ant-input{min-height:44px;padding:10px 14px;border:1px solid #e0e0e0!important;border-radius:6px!important;background:#fff!important;box-shadow:none!important;color:#4f4f4f;font-size:16px;transition:border-color .2s ease,box-shadow .2s ease}.procedures-select .ant-select-selector{min-height:44px!important;padding:6px 38px 6px 14px!important;cursor:pointer!important}.procedures-select:hover .ant-select-selector,.procedures-customer-input.ant-input:hover{border-color:#bdbdbd!important}.procedures-select.ant-select-focused .ant-select-selector,.procedures-customer-input.ant-input:focus{border-color:#9e9e9e!important;box-shadow:0 2px 8px #00000014!important}.procedures-select .ant-select-selection-overflow{gap:8px}.procedures-select .ant-select-selection-placeholder,.procedures-customer-input.ant-input::placeholder{color:#4f4f4f80;font-size:16px;font-weight:400}.procedures-select .ant-select-arrow{right:14px;color:#999}.procedures-select-tag{max-width:180px;height:21px;display:inline-flex;align-items:center;gap:6px;margin:2px 0;padding:4px 8px;border-radius:4px;background:#f8c70066;color:#4f4f4f;font-size:14px;font-weight:500;line-height:1}.procedures-select-tag span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.procedures-select-tag button{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:0;background:transparent;color:#666;font-size:14px;line-height:1;cursor:pointer;padding:0}.procedures-select-tag button:hover{color:#333}.procedures-select-dropdown{padding:3px!important;border:1px solid #e0e0e0;border-radius:5px!important;box-shadow:0 4px 12px #0000001a!important}.procedures-select-dropdown .ant-select-item{min-height:0;margin-bottom:1px;padding:10px!important;border-radius:5px;color:#4f4f4f;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.procedures-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-selected){background-color:#f5f5f5!important}.procedures-select-dropdown .ant-select-item-option-selected{background-color:#4f4f4f!important;color:#fff!important}.procedures-select-dropdown .ant-select-item-option-selected .ant-select-item-option-state{color:#fff}.procedures-select-dropdown .rc-virtual-list-scrollbar-thumb{background:#bdbdbd!important}.procedures-tags-bar{display:flex;align-items:center;gap:12px;margin-bottom:60px;padding:16px 20px;border-radius:8px;background:#fefce8}.procedures-tags-list{flex:1;display:flex;flex-wrap:wrap;gap:10px}.procedures-filter-tag{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 14px;border:0;border-radius:6px;background:#f8c70066;color:#4f4f4f;font-size:16px;font-weight:500;cursor:pointer}.procedures-filter-tag img{width:12px;height:12px}.procedures-clear-all{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#898989;font-size:16px;font-weight:500;cursor:pointer}.procedures-clear-all img{width:22px;height:22px}.procedures-results-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px;padding-top:20px}.procedures-results-count{color:#4f4f4f;font-size:16px;font-weight:500}.procedures-sort-dropdown{position:relative;display:inline-block}.procedures-sort-trigger{min-width:220px;display:flex;align-items:center;gap:20px;padding:12px 0;border:0;border-radius:8px;background:transparent;color:#4f4f4f;font-size:16px;font-weight:500;line-height:1;cursor:pointer}.procedures-sort-icon{display:flex;flex-direction:column;gap:3px;flex-shrink:0}.procedures-sort-icon span{display:block;height:2px;border-radius:1px;background-color:#333}.procedures-sort-icon span:nth-child(1){width:16px}.procedures-sort-icon span:nth-child(2){width:12px}.procedures-sort-icon span:nth-child(3){width:8px}.procedures-sort-trigger-text{flex:1;text-align:left}.procedures-sort-arrow{width:10px;height:10px;flex-shrink:0;border-left:2px solid #666;border-bottom:2px solid #666;transform:rotate(135deg);transition:transform .2s ease}.procedures-sort-trigger.open .procedures-sort-arrow{transform:rotate(-45deg)}.procedures-sort-menu{min-width:260px;position:absolute;top:calc(100% + 8px);left:0;z-index:20;padding:8px;border-radius:12px;background:#fff;box-shadow:0 4px 20px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.procedures-sort-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.procedures-sort-option{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:0;border-radius:8px;background:transparent;color:#4f4f4f;font-size:16px;font-weight:500;line-height:1;text-align:left;cursor:pointer;transition:background-color .15s ease}.procedures-sort-option:hover:not(.selected){background-color:#f5f5f5}.procedures-sort-option.selected{background-color:#4f4f4f;color:#fff}.procedures-sort-option.selected .procedures-sort-icon span{background-color:#fff}.procedures-sort-option-text{line-height:1.4}.procedures-loader{min-height:360px;display:flex;align-items:center;justify-content:center}.procedures-results-list{display:flex;flex-direction:column;gap:40px}.procedures-result-card{overflow:hidden;border:.5px solid rgba(248,199,0,.7);border-radius:10px;background:#fff}.procedures-result-header{min-height:65px;display:flex;align-items:center;gap:clamp(24px,10vw,179px);padding:20px 24px;background:#f8c700b3}.procedures-result-number{color:#0052ff;font-size:14px;font-weight:500;text-decoration:none}.procedures-result-status{color:#4f4f4f;font-size:14px;font-weight:500}.procedures-result-status span{color:#0052ff}.procedures-result-status.status-cancel span{color:#b42318}.procedures-result-status.status-active span{color:#087443}.procedures-result-body{display:grid;grid-template-columns:minmax(0,1fr) 320px;padding:24px}.procedures-result-title{margin:0 0 35px}.procedures-result-title a{color:#4f4f4f;font-size:20px;font-weight:700;line-height:1.2;text-decoration:none}.procedures-result-title a:hover{color:#0052ff}.procedures-result-details{display:flex;flex-direction:column;gap:15px}.procedures-result-detail{display:grid;grid-template-columns:150px minmax(0,1fr);gap:20px}.procedures-detail-label{color:#b9b9b9;font-size:14px;font-weight:700}.procedures-detail-value{color:#4f4f4f;font-size:14px;font-weight:700;line-height:1.35}.procedures-result-side{padding-left:20px;border-left:.5px solid #f8c700}.procedures-favorite{min-height:34px;margin-bottom:22px;padding:0 14px;border:1px solid rgba(248,199,0,.7);border-radius:6px;background:#fff;color:#4f4f4f;font-size:13px;font-weight:600;cursor:pointer}.procedures-favorite.active{background:#f8c700b3}.procedures-result-price{color:#4f4f4f;font-size:32px;font-weight:700;line-height:1}.procedures-result-date{display:flex;flex-direction:column;gap:10px;margin-top:36px}.procedures-result-date-label{color:#b9b9b9;font-size:14px;font-weight:700}.procedures-result-date-value{color:#4f4f4f;font-size:16px;font-weight:500}.procedures-empty{margin:90px 0}.procedures-pagination{display:flex;justify-content:center;margin-top:60px}.procedures-pagination .ant-pagination-item,.procedures-pagination .ant-pagination-prev,.procedures-pagination .ant-pagination-next{border-color:#f8c700b3;border-radius:5px}.procedures-pagination .ant-pagination-item-active{background:#ffd600;border-color:#ffd600}.procedures-filter-drawer{font-family:Gilroy,sans-serif}.procedures-filter-drawer .ant-drawer-title{color:#4f4f4f;font-weight:700}.procedures-drawer-fields{display:flex;flex-direction:column;gap:28px}.procedures-drawer-fields label{display:flex;flex-direction:column;gap:12px;color:#4f4f4f;font-size:16px;font-weight:700}.procedures-drawer-fields .ant-checkbox-group{display:flex;flex-direction:column;gap:10px;font-weight:500}.procedures-drawer-actions{display:flex;flex-direction:column;gap:12px;margin-top:32px}@media (max-width: 980px){.procedures-page{margin-top:-60px;padding-top:60px}.procedures-content{padding-top:32px}.procedures-results-header{align-items:flex-start;flex-direction:column-reverse;gap:24px}.procedures-result-body{grid-template-columns:1fr}.procedures-result-side{margin-top:24px;padding:24px 0 0;border-top:.5px solid #f8c700;border-left:0}}@media (max-width: 640px){.procedures-content{padding:13px 20px 60px}.procedures-breadcrumb{display:none}.procedures-title{margin:10px 0 40px;font-size:24px}.procedures-tabs{flex-direction:column;gap:20px}.procedures-tab{width:100%;border-color:#4f4f4f}.procedures-tab.active{border-color:#f8c700b3}.procedures-mobile-filter-button{width:100%;height:44px;display:flex;align-items:center;justify-content:center;margin-top:20px;border:1px solid #4f4f4f;border-radius:5px;background:#f7f9fc;color:#4f4f4f;font-size:16px;font-weight:600}.procedures-search-row{margin:40px 0 15px}.procedures-search-button{display:none}.procedures-mobile-search-button{width:100%;height:60px;display:block;margin-bottom:8px}.procedures-select-container{display:none}.procedures-search input{text-overflow:ellipsis}.procedures-tags-bar{align-items:flex-start;flex-direction:column;margin-top:20px;margin-bottom:40px}.procedures-result-header{min-height:0;flex-direction:column;align-items:stretch;gap:0;padding:0}.procedures-result-number,.procedures-result-status{display:block;width:100%;padding:13px 15px}.procedures-result-number{border-bottom:.5px solid rgba(79,79,79,.5)}.procedures-result-body{padding:0 10px 20px}.procedures-result-title{margin:15px 0 20px}.procedures-result-title a{font-size:14px;line-height:1.25}.procedures-result-details{gap:20px}.procedures-result-detail{grid-template-columns:1fr;gap:10px}.procedures-result-side{margin-top:20px}.procedures-result-price{font-size:24px;line-height:1.25}.procedures-result-date{margin-top:20px}.procedures-sort-dropdown,.procedures-sort-trigger{width:100%}.procedures-sort-trigger{min-width:193px}.procedures-sort-menu{right:0;left:auto}.procedures-results-list{gap:20px}}.procedure-detail-page{margin-top:-112px;background:#fff;color:#4f4f4f;font-family:Gilroy,sans-serif}.procedure-detail-page *{box-sizing:border-box}.procedure-detail-container,#procedure-detail-block{width:min(100%,1280px);margin:0 auto}.procedure-detail-colored-container{max-width:none;margin-bottom:40px;padding-top:163px;background:#f8f5e3}.procedure-detail-page-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;width:100%;padding-bottom:15px;border-bottom:1px solid rgba(79,79,79,.25);color:#b9b9b9;font-size:14px;font-weight:400;line-height:17px}.procedure-detail-page-breadcrumb a,.procedure-detail-page-breadcrumb span{color:#b9b9b9;text-decoration:none}.procedure-detail-page-breadcrumb a:hover{color:#4f4f4f}.procedure-detail-page-header{padding:20px 0}.procedure-detail-page-title{max-width:1120px;margin:0 0 20px;color:#4f4f4f;font-size:32px;font-weight:700;line-height:40px}.procedure-detail-submit-button{display:inline-flex;align-items:center;justify-content:center;width:241px;height:50px;border:0;border-radius:5px;background:#fc0;color:#4f4f4f;font-size:16px;font-weight:600;line-height:20px;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.procedure-detail-submit-button:hover{background:#f0c000;color:#4f4f4f;transform:translateY(-1px)}.procedure-detail-secondary-content{padding-bottom:60px}@media (max-width: 1320px){.procedure-detail-container,#procedure-detail-block{padding-right:20px;padding-left:20px}#procedure-detail-block{width:100%}}@media (max-width: 1024px){.procedure-detail-page{margin-top:-60px}.procedure-detail-container,#procedure-detail-block{padding-right:20px;padding-left:20px}.procedure-detail-colored-container{padding-top:73px;margin-bottom:40px}.procedure-detail-page-breadcrumb{font-size:14px;line-height:17px}.procedure-detail-page-header{padding:20px 0}.procedure-detail-page-title{font-size:16px;line-height:20px}.procedure-detail-submit-button{width:100%;max-width:241px;height:50px;font-size:14px;line-height:17px}}.procedure-card-main{width:min(100%,1280px);margin:0 auto;padding:0 0 60px;color:#4f4f4f;font-family:Gilroy,sans-serif}.procedure-card-main *{box-sizing:border-box}.procedure-card-info-section{overflow:hidden;margin-bottom:40px;border:2px solid #f8f5e3;border-radius:10px;background:#fff}.procedure-card-info-section-header{padding:15px 20px;background:#f8f5e3}.procedure-card-info-section-title{margin:0;color:#4f4f4f;font-size:28px;font-weight:700;line-height:35px}.procedure-card-info-section-body{padding:30px 20px}.procedure-card-info-row{display:flex;margin-bottom:30px}.procedure-card-info-row:last-child{margin-bottom:0}.procedure-card-info-label{flex:0 0 400px;color:#b9b9b9;font-size:16px;font-weight:600;line-height:20px}.procedure-card-info-value{flex:1;color:#4f4f4f;font-size:16px;font-weight:600;line-height:20px}.procedure-card-link,.procedure-card-more-link{color:#0052ff;text-decoration:none}.procedure-card-link:hover,.procedure-card-more-link:hover{text-decoration:underline}.procedure-card-lot-card+.procedure-card-lot-card{margin-top:40px;padding-top:40px;border-top:2px solid #f8f5e3}.procedure-card-lot-header{display:flex;align-items:flex-start;margin-bottom:22px}.procedure-card-lot-number{margin:8px 40px 8px 0;padding:8px 14px 6px;flex-shrink:0;border-radius:5px;background:#4f4f4f;color:#fff;font-size:16px;font-weight:600;line-height:20px}.procedure-card-lot-title{margin:0;color:#4f4f4f;font-size:20px;font-weight:600;line-height:25px}.procedure-card-lot-section-title{margin:0 0 30px;padding-top:30px;border-top:2px solid #f8f5e3;color:#4f4f4f;font-size:20px;font-weight:600;line-height:25px}.procedure-card-lot-section-title:first-of-type{padding-top:0;border-top:0}.procedure-card-data-table{width:100%;border-collapse:collapse}.procedure-card-data-table th,.procedure-card-data-table td{padding:12px 16px;border-bottom:1px solid #e0e0e0;text-align:left}.procedure-card-data-table th{border-bottom:2px solid #f8f5e3;color:#b9b9b9;font-size:16px;font-weight:600;line-height:20px}.procedure-card-data-table td{color:#4f4f4f;font-size:16px;font-weight:600;line-height:20px}.procedure-card-data-table tbody tr:nth-child(2n){background:#f8f5e3}.procedure-card-file-list{display:flex;flex-direction:column;gap:8px}.procedure-card-file-link{color:#0052ff;text-decoration:none;word-break:break-word}.procedure-card-file-link:hover{text-decoration:underline}.procedure-card-empty{display:flex;align-items:center;justify-content:center;min-height:120px;text-align:center;color:#b9b9b9;font-size:16px;font-weight:600}.procedure-card-more-link{display:inline-flex;align-items:center;gap:15px;margin-top:-10px;padding-left:47px;font-size:16px;font-weight:500;line-height:19px}.procedure-card-mobile{display:none}@media (max-width: 1024px){.procedure-card-main{padding:0 20px 60px}.procedure-card-info-section{margin-bottom:40px}.procedure-card-info-section-title{font-size:16px;line-height:20px}.procedure-card-info-section-body{padding:20px}.procedure-card-info-row{flex-direction:column;gap:10px;margin-bottom:15px}.procedure-card-info-label{flex:0;font-size:14px;line-height:17px}.procedure-card-info-value{font-size:14px;line-height:17px}.procedure-card-lot-header{flex-direction:column;gap:20px}.procedure-card-lot-number{margin:0;font-size:14px;line-height:17px}.procedure-card-lot-title,.procedure-card-lot-section-title{font-size:14px;line-height:17px}.procedure-card-lot-section-title{padding-top:20px}.procedure-card-desktop{display:none}.procedure-card-mobile{display:block}.procedure-card-mobile-item{padding:20px 0;border-bottom:2px solid #f8f5e3}.procedure-card-mobile-item:first-child{padding-top:0}.procedure-card-more-link{padding-left:0;font-size:14px;line-height:17px}}.v2-lot-wrapper{background:#f8fafc}.v2-lot-container{padding:0 80px}.v2-lot-content{padding:40px 0;background:#f8fafc}.v2-lot-grid{display:flex;flex-direction:column;gap:30px}.v2-lot-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.v2-lot-header{padding:18px 40px;background:var(--background-second-color);border-bottom:1px solid #e2e8f0}.v2-lot-header-main{display:flex;justify-content:space-between;align-items:center}.v2-lot-number{display:flex;align-items:center;gap:12px;font-size:1.25rem;font-weight:600;color:#fff}.v2-lot-number-icon{font-size:1.5rem}.v2-lot-status{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffffe6;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.v2-lot-status-indicator{width:8px;height:8px;border-radius:50%;background:#10b981;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.v2-lot-status-text{font-weight:500;color:#10b981;font-size:.9rem}.v2-lot-body{padding:0}.v2-lot-info{padding:32px 40px;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;border-bottom:1px solid #f1f5f9}.v2-lot-info-content{flex:1}.v2-lot-name{font-size:1.375rem;font-weight:600;color:#1a202c;margin:0 0 24px;line-height:1.4}.v2-lot-provision-grid{display:flex;flex-direction:column;gap:20px}.v2-lot-provision-item{display:flex;align-items:flex-start;gap:12px}.v2-lot-provision-icon{font-size:1.25rem;margin-top:2px;flex-shrink:0}.v2-lot-provision-content{display:flex;flex-direction:column;gap:4px}.v2-lot-provision-key{font-weight:600;color:#4a5568;font-size:.9rem}.v2-lot-provision-value{color:#1a202c;font-weight:500}.v2-lot-price-section{display:flex;flex-direction:column;align-items:flex-end;min-width:200px}.v2-lot-price{display:flex;align-items:center;gap:8px;padding:16px 20px;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff}.v2-lot-price-not-provided{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#64748b}.v2-lot-price-icon{font-size:1.25rem}.v2-lot-price-value{font-size:1.25rem;font-weight:600}.v2-lot-collapse-section{padding:0 40px 32px}.v2-lot-collapse{background:transparent!important}.v2-lot-collapse .ant-collapse-item{border:none!important}.v2-lot-collapse .ant-collapse-header{padding:0!important;background:transparent!important;align-items:center!important}.v2-lot-collapse .ant-collapse-content{border:none!important;background:transparent!important}.v2-lot-collapse .ant-collapse-content-box{padding:20px 0 0!important}.v2-lot-collapse-header{display:flex;align-items:center;gap:12px;color:#3b82f6;font-size:1rem;font-weight:500;transition:all .3s ease;cursor:pointer;padding:8px 0}.v2-lot-collapse-header:hover{color:#1d4ed8;transform:translate(4px)}.v2-lot-collapse-icon{font-size:1.125rem;transition:transform .3s ease}.v2-lot-collapse .ant-collapse-item-active .v2-lot-collapse-icon{transform:rotate(180deg)}@media (max-width: 1280px){.v2-lot-container{padding:0 20px}}@media (max-width: 991px){.v2-lot-hero-title{font-size:2.5rem}.v2-lot-hero-subtitle{font-size:1.25rem}.v2-lot-container{padding:0 20px}.v2-lot-header{padding:20px 30px}.v2-lot-info{padding:24px 30px;flex-direction:column;gap:24px}.v2-lot-price-section{align-items:flex-start;width:100%}.v2-lot-price,.v2-lot-price-not-provided{justify-content:center}.v2-lot-collapse-section{padding:0 30px 24px}}@media (max-width: 768px){.v2-lot-hero{height:25vh;padding:40px 0}.v2-lot-hero-title{font-size:2rem}.v2-lot-hero-subtitle{font-size:1.125rem}.v2-lot-content{padding:40px 0}.v2-lot-header-main{gap:12px}.v2-lot-status{align-self:flex-start}.v2-lot-name{font-size:1.25rem}.v2-lot-provision-item{gap:8px}.v2-lot-provision-icon{align-self:flex-start}}@media (max-width: 480px){.v2-lot-hero{height:20vh;padding:30px 0}.v2-lot-hero-title{font-size:1.75rem}.v2-lot-hero-subtitle{font-size:1rem;margin-top:15px}.v2-lot-header{padding:16px 20px}.v2-lot-info{padding:20px}.v2-lot-collapse-section{padding:0 20px 20px}.v2-lot-number,.v2-lot-price-value{font-size:1.125rem}}.v2-lot-collapse-wrapper{display:flex;flex-direction:column;gap:32px}.v2-lot-collapse-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 12px #0000000f;border:1px solid #f1f5f9}.v2-lot-collapse-header-section{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.v2-lot-collapse-section-icon{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff}.v2-lot-collapse-section-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.v2-lot-collapse-timeline{padding:60px 16px 0}.v2-lot-timeline{margin:0!important}.v2-lot-timeline .ant-timeline-item{padding-bottom:28px!important}.v2-lot-timeline .ant-timeline-item-content{margin-left:28px!important}.v2-lot-timeline-item{display:flex;align-items:flex-start;gap:12px}.v2-lot-timeline-icon{font-size:1.125rem;flex-shrink:0;margin-top:2px}.v2-lot-timeline-content{display:flex;flex-direction:column;gap:4px}.v2-lot-timeline-key{font-weight:600;color:#4a5568;font-size:.9rem}.v2-lot-timeline-value{color:#1a202c;font-weight:500}.v2-lot-timeline-clock{color:#10b981!important;font-size:14px!important}.v2-lot-collapse-content-grid{display:flex;flex-direction:column;gap:20px}.v2-lot-collapse-content-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#f8fafc;border-radius:12px;border-left:4px solid #667eea;transition:all .3s ease}.v2-lot-collapse-content-item:hover{background:#edf2f7;transform:translate(4px)}.v2-lot-collapse-content-icon{font-size:1.25rem;flex-shrink:0;margin-top:2px}.v2-lot-collapse-content-info{display:flex;flex-direction:column;gap:6px;flex:1}.v2-lot-collapse-content-key{font-weight:600;color:#4a5568;font-size:.9rem}.v2-lot-collapse-content-value{color:#1a202c;font-weight:500;line-height:1.4;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.v2-lot-tooltip-icon{color:#667eea;cursor:pointer;transition:color .3s ease}.v2-lot-tooltip-icon:hover{color:#5a67d8}.v2-lot-positions-table{border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.v2-lot-table-positions{font-size:.875rem}.v2-lot-table-positions .ant-table-thead>tr>th{background:var(--background-second-color)!important;color:#fff!important;font-weight:600!important;padding:16px 12px!important;border-bottom:1px solid #cbd5e0!important}.v2-lot-table-positions .ant-table-tbody>tr>td{padding:12px!important;border-bottom:1px solid #e2e8f0!important;transition:all .3s ease}.v2-lot-table-positions .ant-table-tbody>tr:hover>td{background:#f7fafc!important}.v2-lot-table-positions .ant-table-pagination{margin:16px!important}.v2-lot-table-positions .ant-pagination-item-active{border-color:#667eea!important}.v2-lot-table-positions .ant-pagination-item-active a{color:#667eea!important}.v2-lot-table-positions .ant-table-empty .ant-table-tbody>tr>td{border-bottom:none!important}@media (max-width: 991px){.v2-lot-collapse-wrapper{gap:24px}.v2-lot-collapse-section{padding:24px}.v2-lot-collapse-header-section{margin-bottom:20px}.v2-lot-collapse-section-icon{width:36px;height:36px;font-size:1.25rem}.v2-lot-collapse-section-title{font-size:1.125rem}.v2-lot-collapse-content-item{padding:16px;flex-direction:column;text-align:center;gap:12px}.v2-lot-collapse-content-icon{align-self:center}.v2-lot-timeline-item{flex-direction:column;text-align:center;gap:8px}.v2-lot-table-positions .ant-table-thead>tr>th{font-size:.8rem}.v2-lot-table-positions .ant-table-tbody>tr>td{padding:10px 8px!important;font-size:.8rem}}@media (max-width: 768px){.v2-lot-collapse-section{padding:20px}.v2-lot-collapse-header-section{flex-direction:column;text-align:center;gap:12px}.v2-lot-collapse-content-value{flex-direction:row;align-items:start;gap:4px}.v2-lot-table-positions{font-size:.8rem}.v2-lot-table-positions .ant-table-thead>tr>th,.v2-lot-table-positions .ant-table-tbody>tr>td{padding:8px 6px!important}}@media (max-width: 480px){.v2-lot-collapse-wrapper{gap:20px}.v2-lot-collapse-section{padding:16px}.v2-lot-collapse-section-title{font-size:1rem}.v2-lot-collapse-content-item{padding:12px}.v2-lot-table-positions .ant-table-thead>tr>th{font-size:.75rem;padding:8px 4px!important}.v2-lot-table-positions .ant-table-tbody>tr>td{font-size:.75rem;padding:6px 4px!important}}.procedure-documents-v2-main{padding-bottom:0}.procedure-documents-v2-link{color:#0052ff;text-decoration:none;word-break:break-word}.procedure-documents-v2-link:hover{text-decoration:underline}.procedure-documents-v2-file-list{display:flex;flex-direction:column;gap:8px}@media (max-width: 1024px){.procedure-documents-v2-main{padding:0 0 60px}}.procedure-changes-documents-v2-component{background:#f8fafc}.procedure-changes-documents-v2-container{padding:0 80px}.procedure-changes-documents-v2-content{padding:40px 0;background:#f8fafc}.procedure-changes-documents-v2-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px}.procedure-changes-documents-v2-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.procedure-changes-documents-v2-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.procedure-changes-documents-v2-card-header{display:flex;align-items:center;gap:16px;padding:24px 32px;background:var(--background-second-color);border-bottom:1px solid #e2e8f0}.procedure-changes-documents-v2-card-icon{font-size:1.5rem;background:#ffffffe6;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.procedure-changes-documents-v2-card-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.procedure-changes-documents-v2-card-content{padding:24px 32px;display:flex;flex-direction:column;gap:16px}.procedure-changes-documents-v2-item{display:flex;align-items:flex-start;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;border-left:4px solid #667eea;transition:all .3s ease}.procedure-changes-documents-v2-item:hover{background:#edf2f7;transform:translate(4px)}.procedure-changes-documents-v2-item-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;box-shadow:0 2px 8px #0000001a}.procedure-changes-documents-v2-item-icon img{width:20px;height:20px;object-fit:contain}.procedure-changes-documents-v2-item-content{display:flex;flex-direction:column;gap:4px;flex:1}.procedure-changes-documents-v2-filename{color:#3b82f6;font-weight:500;text-decoration:none;line-height:1.4;transition:color .3s ease;word-break:break-word}.procedure-changes-documents-v2-filename:hover{color:#1d4ed8;text-decoration:underline}.procedure-changes-documents-v2-publish-datetime,.procedure-changes-documents-v2-publish-status,.procedure-changes-documents-v2-publish-editorial-staff{font-size:.75rem;color:#64748b;font-weight:400}.procedure-changes-documents-v2-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;text-align:center;color:#64748b}.procedure-changes-documents-v2-empty-icon{font-size:3rem;opacity:.5}.procedure-changes-documents-v2-empty-text{margin:0;font-size:.9rem;line-height:1.5}@media (max-width: 1280px){.procedure-changes-documents-v2-container{padding:0 20px}}@media (max-width: 991px){.procedure-changes-documents-v2-hero-title{font-size:2.5rem}.procedure-changes-documents-v2-hero-subtitle{font-size:1.25rem}.procedure-changes-documents-v2-container{padding:0 20px}.procedure-changes-documents-v2-grid{grid-template-columns:1fr;gap:24px}.procedure-changes-documents-v2-card-header,.procedure-changes-documents-v2-card-content{padding:20px 24px}.procedure-changes-documents-v2-card-icon{width:36px;height:36px;font-size:1.25rem}.procedure-changes-documents-v2-card-title{font-size:1.125rem}}@media (max-width: 768px){.procedure-changes-documents-v2-hero{height:25vh;padding:40px 0}.procedure-changes-documents-v2-hero-title{font-size:2rem}.procedure-changes-documents-v2-hero-subtitle{font-size:1.125rem}.procedure-changes-documents-v2-content{padding:40px 0}.procedure-changes-documents-v2-item{flex-direction:column;text-align:center;gap:12px}.procedure-changes-documents-v2-item-icon{display:none}.procedure-changes-documents-v2-card-header{flex-direction:column;text-align:center;gap:12px}}@media (max-width: 480px){.procedure-changes-documents-v2-hero{height:20vh;padding:30px 0}.procedure-changes-documents-v2-hero-title{font-size:1.75rem}.procedure-changes-documents-v2-hero-subtitle{font-size:1rem;margin-top:15px}.procedure-changes-documents-v2-card-header,.procedure-changes-documents-v2-card-content{padding:16px 20px}.procedure-changes-documents-v2-item{padding:12px;text-align:start}.procedure-changes-documents-v2-empty{padding:24px 16px}.procedure-changes-documents-v2-empty-icon{font-size:2.5rem}}#tariff-header{display:flex;justify-content:space-between;align-items:center;padding:40px 80px}#tariff-header-name{font-weight:600;margin:0;font-size:32px}.tariff-submenu{padding:20px 80px;background-color:var(--primary-color);color:var(--secondary-color);display:flex;gap:40px}.tariff-submenu-item{text-decoration:none;color:var(--secondary-color);font-size:16px;font-weight:400;position:relative;padding:0 10px;display:inline-block}.tariff-submenu-item:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--secondary-color);transform:translate(-50%);transition:width .3s ease}.tariff-submenu-item:hover{color:var(--secondary-color)}.tariff-submenu-item:hover:after{width:calc(100% + 20px)}.tariff-submenu-item-active:after{width:100%}@media screen and (max-width: 1280px){#tariff-header{padding:20px}#tariff-header-name{font-size:14px}.tariff-submenu{padding:15px;justify-content:space-evenly}.tariff-submenu-item{font-size:16px;padding:0 5px}.tariff-submenu-item:hover:after{width:calc(100% + 10px)}}@media screen and (max-width: 991px){#tariff-header{padding:20px}#tariff-header-name{font-size:14px}.tariff-submenu{padding:15px 10px;flex-direction:column;gap:5px}.tariff-submenu-item{font-size:12px;padding:0 5px}.tariff-submenu-item:hover:after{width:100%}}.supplier-page{margin-top:-112px;background:#fff;color:#4f4f4f;font-family:Gilroy,sans-serif;overflow:hidden}.supplier-page *{box-sizing:border-box}.supplier-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.supplier-button:hover{background:#fff;color:#4f4f4f}.supplier-hero{min-height:720px;display:flex;align-items:flex-end;background:linear-gradient(0deg,#00000094,#00000094),url(/images/backgrounds/postavshikam.png) center / cover no-repeat;border-bottom:1px solid #000}.supplier-hero-content{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:230px 0 50px;position:relative;z-index:1}.supplier-hero-title{max-width:678px;margin:0 0 20px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.2;text-transform:uppercase}.supplier-hero-title span{color:#f8c700}.supplier-hero-description{max-width:955px;margin:0 0 57px;color:#fff;font-size:16px;font-weight:500;line-height:28px}.supplier-hero-features{display:grid;grid-template-columns:repeat(3,1fr);row-gap:70px;column-gap:40px;width:100%;margin:0 0 81px;padding:0;list-style:none}.supplier-hero-feature{max-width:387px;min-height:30px;display:flex;align-items:center;gap:20px;color:#fff;font-size:16px;font-weight:500;line-height:22px}.supplier-hero-feature img{width:30px;height:30px;flex-shrink:0}.supplier-hero-button{width:253px;height:50px}.supplier-container{max-width:1280px;margin:0 auto}.supplier-steps-section{padding:100px 20px 120px;background:#f7f9fc}.supplier-section-title{margin:0 0 80px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}.supplier-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#f7f9fc}.supplier-step-card{min-height:320px;display:block;margin:0 -1px 0 0;padding:54px 7px 80px;border:.5px solid #4f4f4f;background:transparent;color:#4f4f4f;font-family:Gilroy,sans-serif;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.supplier-step-card:hover{border-color:#f8c700;background:#f8c700;box-shadow:0 1px 4px 2px #4f4f4f66;color:#4f4f4f;z-index:1}.supplier-step-number{display:block;margin-bottom:30px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:64px;font-weight:700;line-height:77px}.supplier-step-title{margin:0 0 20px;color:#4f4f4f;font-size:20px;font-weight:600;line-height:28px}.supplier-step-description{max-width:260px;margin:0 auto;color:#4f4f4f;font-size:16px;font-weight:500;line-height:22px}.supplier-consultation-section{display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion.jpg) center / cover no-repeat}.supplier-consultation-content{width:min(100%,1200px);display:flex;flex-direction:column;align-items:center;text-align:center}.supplier-consultation-content h2{margin:0 0 20px;color:#fff;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.15}.supplier-consultation-content>p{max-width:900px;margin:0 0 45px;color:#fff;font-size:20px;font-weight:500;line-height:1.35}.supplier-consultation-form{width:min(100%,605px);display:flex;flex-direction:column;align-items:center;gap:28px}.supplier-form-fields{width:100%;display:flex;gap:45px}.supplier-form-input{width:100%;height:50px;padding:0 20px;border:1px solid #fff;border-radius:10px;outline:none;background:transparent;box-shadow:0 1px 4px .3px #4f4f4f66;color:#fff;font-family:Gilroy,sans-serif;font-size:16px}.supplier-form-input::placeholder{color:#fff}.supplier-form-input:focus{border-color:#f8c700}.supplier-checkboxes{width:100%;display:flex;flex-direction:column;gap:14px;text-align:left}.supplier-checkbox-label{display:flex;align-items:flex-start;gap:14px;color:#fff;font-size:15px;line-height:1.5;cursor:pointer}.supplier-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.supplier-checkbox-custom{width:24px;height:24px;margin-top:1px;flex-shrink:0;border:1px solid #4f4f4f;border-radius:5px;background:#fff;position:relative}.supplier-checkbox-label input:checked+.supplier-checkbox-custom{background:#f8c700;border-color:#f8c700}.supplier-checkbox-label input:checked+.supplier-checkbox-custom:after{content:"";position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.supplier-checkbox-label a{color:#c1c8d9;text-decoration:none}.supplier-submit-button{width:241px;height:50px}.supplier-submit-button.ant-btn{color:#4f4f4f}@media (max-width: 980px){.supplier-page{margin-top:-60px}.supplier-hero-content{padding-top:120px}.supplier-hero-features{grid-template-columns:1fr 1fr;row-gap:30px}.supplier-steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.supplier-hero{min-height:760px}.supplier-hero-content{width:calc(100% - 40px);padding-bottom:50px}.supplier-hero-title{font-size:30px;line-height:36px}.supplier-hero-description{margin-bottom:24px;font-size:14px;line-height:24px}.supplier-hero-features{grid-template-columns:1fr;gap:18px;margin-bottom:40px}.supplier-hero-feature{max-width:none;align-items:flex-start;gap:10px;font-size:14px;line-height:22px}.supplier-hero-feature img{width:24px;height:24px}.supplier-hero-button{width:219px;height:52px}.supplier-steps-section{padding:60px 20px}.supplier-section-title{margin-bottom:40px}.supplier-steps-grid{max-width:360px;margin:0 auto;grid-template-columns:1fr}.supplier-step-card{min-height:0;border-bottom:0;padding:42px 16px}.supplier-step-card:last-child{border-bottom:.5px solid #4f4f4f}.supplier-form-fields{flex-direction:column;gap:20px}.supplier-consultation-section{padding:50px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion_mobile.jpg) center / cover no-repeat}.supplier-consultation-content>p{font-size:16px}}.consultation-section{display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion.jpg) center / cover no-repeat;font-family:Gilroy,sans-serif}.consultation-section *{box-sizing:border-box}.consultation-content{width:min(100%,1200px);display:flex;flex-direction:column;align-items:center;text-align:center}.consultation-content h2{margin:0 0 20px;color:#fff;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.15}.consultation-content>p{max-width:900px;margin:0 0 45px;color:#fff;font-size:20px;font-weight:500;line-height:1.35}.consultation-form{width:min(100%,605px);display:flex;flex-direction:column;align-items:center;gap:28px}.consultation-form-fields{width:100%;display:flex;gap:45px}.consultation-form-input{width:100%;height:50px;padding:0 20px;border:1px solid #fff;border-radius:10px;outline:none;background:transparent;box-shadow:0 1px 4px .3px #4f4f4f66;color:#fff;font-family:Gilroy,sans-serif;font-size:16px}.consultation-form-input::placeholder{color:#fff}.consultation-form-input:focus{border-color:#f8c700}.consultation-checkboxes{width:100%;display:flex;flex-direction:column;gap:14px;text-align:left}.consultation-checkbox-label{display:flex;align-items:flex-start;gap:14px;color:#fff;font-size:15px;line-height:1.5;cursor:pointer}.consultation-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.consultation-checkbox-custom{width:24px;height:24px;margin-top:1px;flex-shrink:0;border:1px solid #4f4f4f;border-radius:5px;background:#fff;position:relative}.consultation-checkbox-label input:checked+.consultation-checkbox-custom{background:#f8c700;border-color:#f8c700}.consultation-checkbox-label input:checked+.consultation-checkbox-custom:after{content:"";position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.consultation-checkbox-label a{color:#c1c8d9;text-decoration:none}.consultation-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.consultation-button:hover{background:#fff;color:#4f4f4f}.consultation-submit-button{width:241px;height:50px}.consultation-submit-button.ant-btn{color:#4f4f4f}@media (max-width: 640px){.consultation-section{min-height:680px;padding:60px 20px;background-image:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion_mobile.jpg)}.consultation-content>p{font-size:16px;line-height:1.45}.consultation-form-fields{flex-direction:column;gap:20px}}.customer-page{margin-top:-112px;background:#fff;color:#4f4f4f;font-family:Gilroy,sans-serif;overflow:hidden}.customer-page *{box-sizing:border-box}.customer-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.customer-button:hover{background:#fff;color:#4f4f4f}.customer-hero{min-height:720px;display:flex;align-items:flex-end;background:linear-gradient(0deg,#00000094,#00000094),url(/images/backgrounds/postavshikam.png) center / cover no-repeat;border-bottom:1px solid #000}.customer-hero-content{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:230px 0 50px;position:relative;z-index:1}.customer-hero-title{max-width:1280px;margin:0 0 20px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.2;text-transform:uppercase}.customer-hero-title span{color:#f8c700}.customer-hero-description{max-width:955px;margin:0 0 70px;color:#fff;font-size:16px;font-weight:500;line-height:28px}.customer-hero-features{display:grid;grid-template-columns:repeat(3,1fr);row-gap:70px;column-gap:40px;width:100%;margin:0 0 81px;padding:0;list-style:none}.customer-hero-feature{max-width:387px;min-height:30px;display:flex;align-items:center;gap:20px;color:#fff;font-size:16px;font-weight:500;line-height:22px}.customer-hero-feature img{width:30px;height:30px;flex-shrink:0}.customer-hero-button{width:214px;height:50px}.customer-container{max-width:1280px;margin:0 auto}.customer-steps-section{padding:100px 20px 120px;background:#f7f9fc}.customer-section-title{margin:0 0 80px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}.customer-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#f7f9fc}.customer-step-card{min-height:320px;display:block;margin:0 -1px 0 0;padding:54px 7px 80px;border:.5px solid #4f4f4f;background:transparent;color:#4f4f4f;font-family:Gilroy,sans-serif;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.customer-step-card:hover{border-color:#f8c700;background:#f8c700;box-shadow:0 1px 4px 2px #4f4f4f66;color:#4f4f4f;z-index:1}.customer-step-number{display:block;margin-bottom:30px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:64px;font-weight:700;line-height:77px}.customer-step-title{margin:0 0 20px;color:#4f4f4f;font-size:20px;font-weight:600;line-height:28px}.customer-step-description{max-width:260px;margin:0 auto;color:#4f4f4f;font-size:16px;font-weight:500;line-height:22px}.customer-consultation-section{display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion.jpg) center / cover no-repeat}.customer-consultation-content{width:min(100%,1200px);display:flex;flex-direction:column;align-items:center;text-align:center}.customer-consultation-content h2{margin:0 0 20px;color:#fff;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.15}.customer-consultation-content>p{max-width:900px;margin:0 0 45px;color:#fff;font-size:20px;font-weight:500;line-height:1.35}.customer-consultation-form{width:min(100%,605px);display:flex;flex-direction:column;align-items:center;gap:28px}.customer-form-fields{width:100%;display:flex;gap:45px}.customer-form-input{width:100%;height:50px;padding:0 20px;border:1px solid #fff;border-radius:10px;outline:none;background:transparent;box-shadow:0 1px 4px .3px #4f4f4f66;color:#fff;font-family:Gilroy,sans-serif;font-size:16px}.customer-form-input::placeholder{color:#fff}.customer-form-input:focus{border-color:#f8c700}.customer-checkboxes{width:100%;display:flex;flex-direction:column;gap:14px;text-align:left}.customer-checkbox-label{display:flex;align-items:flex-start;gap:14px;color:#fff;font-size:15px;line-height:1.5;cursor:pointer}.customer-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.customer-checkbox-custom{width:24px;height:24px;margin-top:1px;flex-shrink:0;border:1px solid #4f4f4f;border-radius:5px;background:#fff;position:relative}.customer-checkbox-label input:checked+.customer-checkbox-custom{background:#f8c700;border-color:#f8c700}.customer-checkbox-label input:checked+.customer-checkbox-custom:after{content:"";position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.customer-checkbox-label a{color:#c1c8d9;text-decoration:none}.customer-submit-button{width:241px;height:50px}.customer-submit-button.ant-btn{color:#4f4f4f}@media (max-width: 980px){.customer-page{margin-top:-60px}.customer-hero-content{padding-top:120px}.customer-hero-features{grid-template-columns:1fr 1fr;row-gap:30px}}@media (max-width: 760px){.customer-steps-grid{grid-template-columns:1fr}}@media (max-width: 640px){.customer-hero{min-height:880px}.customer-hero-content{width:calc(100% - 40px);padding-bottom:50px}.customer-hero-title{font-size:30px;line-height:36px}.customer-hero-description{margin-bottom:24px;font-size:14px;line-height:24px}.customer-hero-features{grid-template-columns:1fr;gap:18px;margin-bottom:40px}.customer-hero-feature{max-width:none;align-items:flex-start;gap:10px;font-size:14px;line-height:22px}.customer-hero-feature img{width:24px;height:24px}.customer-hero-button{width:214px;height:52px}.customer-steps-section{padding:60px 20px}.customer-section-title{margin-bottom:40px}.customer-steps-grid{max-width:360px;margin:0 auto}.customer-step-card{min-height:0;border-bottom:0;padding:42px 16px}.customer-step-card:last-child{border-bottom:.5px solid #4f4f4f}.customer-form-fields{flex-direction:column;gap:20px}.customer-consultation-section{padding:50px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion_mobile.jpg) center / cover no-repeat}.customer-consultation-content>p{font-size:16px}}.tariff-special-customers{background:var(--background-third-color);min-height:51.8vh}.tariff-special-customers-container{padding:0 80px}.tariff-special-customers-notice{padding:40px 0}.tariff-special-customers-notice-card{background:#fff;padding:30px;border-radius:16px;border-left:4px solid #f59e0b;box-shadow:0 4px 20px #00000014;display:flex;align-items:flex-start;gap:20px}.tariff-special-customers-notice-header{display:flex;align-items:center;gap:12px;margin-bottom:0}.tariff-special-customers-notice-icon{font-size:1.5rem}.tariff-special-customers-notice-header h3{font-size:1.25rem;color:#1a202c;margin:0}.tariff-special-customers-notice-text{color:#4a5568;line-height:1.6;margin:0;flex:1}.tariff-special-customers-notice-text strong{color:#1a202c}.tariff-special-customers-content{padding-bottom:60px}.tariff-special-customers-header-section{text-align:center;margin-bottom:60px}.tariff-special-customers-section-title{font-size:32px;font-weight:600;margin:0 0 16px;color:#1a202c}.tariff-special-customers-section-subtitle{font-size:18px;color:#4a5568;margin:0;line-height:1.6}.tariff-special-customers-collapse-block{display:flex;flex-direction:column;gap:20px;max-width:1300px;margin:0 auto}.tariff-special-customers-collapse-block .ant-collapse-header{align-items:center!important}.tariff-special-customers-collapse-label{display:flex;align-items:center;gap:12px}.tariff-special-customers-company-icon{font-size:1.25rem}.tariff-special-customers-company-name{font-weight:600;font-size:1.125rem;color:#1a202c}.tariff-special-customers-collapse{border:none!important;border-radius:12px!important;background:#fff!important;box-shadow:0 2px 12px #00000014!important;overflow:hidden}.tariff-special-customers-collapse .ant-collapse-item{border:none!important;border-radius:12px!important}.tariff-special-customers-collapse .ant-collapse-header{padding:24px 32px!important;background:#fff!important;border-radius:12px 12px 0 0!important;transition:all .3s ease!important}.tariff-special-customers-collapse .ant-collapse-header:hover{background:#f8fafc!important}.tariff-special-customers-collapse .ant-collapse-content{border:none!important;border-radius:0 0 12px 12px!important;background:#f4f4f4!important}.tariff-special-customers-collapse .ant-collapse-content-box{padding:32px!important}.tariff-special-customers-content-wrapper{line-height:1.6}.tariff-special-customers-description{color:#4a5568}.tariff-special-customers-description h1,.tariff-special-customers-description h2,.tariff-special-customers-description h3,.tariff-special-customers-description h4,.tariff-special-customers-description h5,.tariff-special-customers-description h6{color:#1a202c;margin-top:1.5em;margin-bottom:.5em}.tariff-special-customers-description p{margin-bottom:1em}.tariff-special-customers-description ul,.tariff-special-customers-description ol{margin-bottom:1em;padding-left:1.5em}.tariff-special-customers-description li{margin-bottom:.5em}.tariff-special-customers-description strong{color:#1a202c;font-weight:600}@media (max-width: 1280px){.tariff-special-customers-container{padding:0 20px}}@media (max-width: 991px){.tariff-special-customers-hero-title{font-size:2.5rem}.tariff-special-customers-hero-subtitle{font-size:1.25rem}.tariff-special-customers-container{padding:0 20px}.tariff-special-customers-notice-card{flex-direction:column;gap:15px;text-align:center;padding:25px}.tariff-special-customers-collapse .ant-collapse-header{padding:20px 24px!important}.tariff-special-customers-collapse .ant-collapse-content-box{padding:24px!important}}@media (max-width: 768px){.tariff-special-customers-hero{height:30vh;padding:40px 0}.tariff-special-customers-hero-title{font-size:2rem}.tariff-special-customers-hero-subtitle{font-size:1.125rem}.tariff-special-customers-content{padding:60px 0}.tariff-special-customers-section-title{font-size:1.75rem}.tariff-special-customers-section-subtitle{font-size:1rem}.tariff-special-customers-collapse-block{gap:16px}.tariff-special-customers-company-name{font-size:1rem}}@media (max-width: 480px){.tariff-special-customers-hero{height:25vh;padding:30px 0}.tariff-special-customers-hero-title{font-size:1.75rem}.tariff-special-customers-hero-subtitle{font-size:1rem;margin-top:15px}.tariff-special-customers-content{padding:40px 0}.tariff-special-customers-notice-card{padding:20px}.tariff-special-customers-collapse .ant-collapse-header{padding:16px 20px!important}.tariff-special-customers-collapse .ant-collapse-content-box{padding:20px!important}.tariff-special-customers-collapse-label{gap:8px}.tariff-special-customers-company-icon{font-size:1.125rem}}.market-tariffs{background:var(--background-third-color)}.market-tariffs-container{padding:0 80px}.market-tariffs-notice-section{padding:40px 0}.market-tariffs-notice-card{background:#fff;padding:30px;border-radius:16px;border-left:4px solid #f59e0b;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:20px}.market-tariffs-notice-header{display:flex;align-items:center;gap:12px;margin-bottom:0}.market-tariffs-notice-icon{font-size:1.5rem}.market-tariffs-notice-header h3{font-size:1.25rem;color:#1a202c;margin:0}.market-tariffs-notice-text{color:#4a5568;line-height:1.6;margin:0;flex:1}.market-tariffs-services-section{padding:0 0 60px}.market-tariffs-services-grid{display:grid;grid-template-columns:1fr 2fr;gap:40px}.market-tariffs-service-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.market-tariffs-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.market-tariffs-free-services{border-left:4px solid #10b981}.market-tariffs-paid-services{border-left:4px solid #3b82f6}.market-tariffs-service-header{display:flex;align-items:center;margin-bottom:2rem}.market-tariffs-service-header .market-tariffs-service-icon{font-size:2rem;margin-right:1rem}.market-tariffs-service-header h3{font-size:1.5rem;color:#1a202c;margin:0}.market-tariffs-service-list{display:flex;flex-direction:column;gap:.5rem}.market-tariffs-service-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;transition:background-color .3s ease}.market-tariffs-service-item:hover{background:#edf2f7}.market-tariffs-service-icon-active{color:#10b981;font-size:1.25rem;margin-top:2px;flex-shrink:0}.market-tariffs-service-icon-inactive{color:#6b7280;font-size:1.25rem;margin-top:2px;flex-shrink:0}.market-tariffs-service-item span{color:#4a5568;line-height:1.5}@media (max-width: 1280px){.market-tariffs-container{padding:0 20px}}@media (max-width: 991px){.market-tariffs-hero-title{font-size:2.5rem}.market-tariffs-hero-subtitle{font-size:1.25rem}.market-tariffs-services-grid{grid-template-columns:1fr;gap:30px}.market-tariffs-service-card{padding:30px}.market-tariffs-notice-card{flex-direction:column;gap:15px;text-align:center}}@media (max-width: 768px){.market-tariffs-services-section{padding:0 0 40px}.market-tariffs-notice-section{padding:40px 0}.market-tariffs-container{padding:0 20px}.market-tariffs-service-card{padding:25px 20px}.market-tariffs-service-header{margin-bottom:1.5rem}.market-tariffs-service-header h3{font-size:1.25rem}}@media (max-width: 480px){.market-tariffs-services-section,.market-tariffs-notice-section{padding:30px 0}.market-tariffs-service-item{padding:.75rem}.market-tariffs-service-item span{font-size:.9rem}}#help-header{display:flex;justify-content:space-between;align-items:center;padding:40px 80px}#help-header-name{font-weight:600;margin:0;font-size:32px}.help-submenu{padding:20px 80px;background-color:var(--primary-color);color:var(--secondary-color);display:flex;gap:40px}.help-submenu-item{text-decoration:none;color:var(--secondary-color);font-size:16px;font-weight:400;position:relative;padding:0 10px;display:inline-block}.help-submenu-item:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--secondary-color);transform:translate(-50%);transition:width .3s ease}.help-submenu-item:hover{color:var(--secondary-color)}.help-submenu-item:hover:after{width:calc(100% + 20px)}.help-submenu-item-active:after{width:100%}@media screen and (max-width: 1280px){#help-header{padding:20px}#help-header-name{font-size:14px}.help-submenu{padding:15px}.help-submenu-item{font-size:16px;padding:0 5px}.help-submenu-item:hover:after{width:calc(100% + 10px)}}@media screen and (max-width: 991px){#help-header{padding:20px}#help-header-name{font-size:14px}.help-submenu{padding:15px 10px;flex-direction:column;gap:5px}.help-submenu-item{font-size:12px;padding:0}.help-submenu-item:hover:after{width:100%}}.help-questions-v2-wrapper{margin-top:-112px;overflow:hidden;background:#f7f9fc;color:#4f4f4f;font-family:Gilroy,sans-serif}.help-questions-v2-wrapper *{box-sizing:border-box}.help-questions-v2-hero{min-height:720px;display:flex;align-items:flex-end;background:linear-gradient(0deg,#00000094,#00000094),url(/images/backgrounds/knowledge_banner.jpg) center / cover no-repeat;border-bottom:1px solid #000}.help-questions-v2-hero-content{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:230px 0 50px;position:relative;z-index:1}.help-questions-v2-hero h1{max-width:760px;margin:0 0 20px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.2;text-transform:uppercase}.help-questions-v2-hero p{max-width:955px;margin:0;color:#fff;font-size:16px;font-weight:500;line-height:28px}.help-questions-v2-content{padding:100px 20px 120px;background:#f7f9fc}.help-questions-v2-container{max-width:1280px;margin:0 auto}.help-questions-v2-container h2{max-width:1040px;margin:0 auto 42px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.25;text-align:center;text-transform:uppercase}.help-questions-v2-page-switch{display:flex;justify-content:center;gap:24px;margin:60px 20px 0}.help-questions-v2-page-link{min-width:178px;height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#fff;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f38;font-size:16px;font-weight:600;line-height:1;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,box-shadow .2s ease}.help-questions-v2-page-link:hover,.help-questions-v2-page-link.is-active{background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66}.help-questions-v2-collapse-block{max-width:1040px;margin:0 auto}.help-questions-v2-collapse{border:0!important;border-radius:0!important;background:transparent!important}.help-questions-v2-collapse .ant-collapse-item{border:0!important;border-bottom:1px solid rgba(79,79,79,.25)!important;border-radius:0!important;background:transparent!important}.help-questions-v2-collapse .ant-collapse-header{min-height:76px;align-items:center!important;padding:24px 0!important;border-radius:0!important;background:transparent!important;transition:background-color .2s ease,padding .2s ease!important}.help-questions-v2-collapse .ant-collapse-item-active>.ant-collapse-header{background:transparent!important}.help-questions-v2-question{color:#4f4f4f;font-size:18px;font-weight:600;line-height:26px}.help-questions-v2-collapse .ant-collapse-expand-icon{width:42px;min-width:42px;max-width:42px;height:42px;min-height:42px;max-height:42px;display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;margin-inline-start:20px!important;padding:0!important;border:1px solid #d4d9e3;border-radius:7px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.help-questions-v2-collapse .ant-collapse-header:hover .ant-collapse-expand-icon,.help-questions-v2-collapse .ant-collapse-item-active .ant-collapse-expand-icon{border-color:#f8c700;background:#fffdf0}.help-questions-v2-arrow{width:14px;height:8px;display:block;color:#4f4f4f;transition:transform .24s ease}.help-questions-v2-arrow.is-active{transform:rotate(180deg)}.help-questions-v2-collapse .ant-collapse-content{border:0!important;background:transparent!important}.help-questions-v2-collapse .ant-collapse-content-box{padding:0 20px 28px!important;color:#4f4f4f;font-size:16px;font-weight:500;line-height:26px}.help-questions-v2-answer p{margin:0 0 14px}.help-questions-v2-answer p:last-child{margin-bottom:0}@media (max-width: 980px){.help-questions-v2-wrapper{margin-top:-60px}.help-questions-v2-hero-content{padding-top:120px}}@media (max-width: 640px){.help-questions-v2-hero{min-height:680px}.help-questions-v2-hero-content{width:calc(100% - 40px);padding-bottom:50px}.help-questions-v2-hero h1{font-size:30px;line-height:36px}.help-questions-v2-hero p{font-size:14px;line-height:24px}.help-questions-v2-content{padding:60px 20px}.help-questions-v2-container h2{margin-bottom:44px}.help-questions-v2-page-switch{flex-direction:column;gap:12px;margin-top:44px}.help-questions-v2-page-link{width:100%;min-width:0}.help-questions-v2-collapse .ant-collapse-header{min-height:68px;padding:20px 0!important}.help-questions-v2-question{font-size:16px;line-height:24px}}.help-knowledge-v2-wrapper{margin-top:-112px;overflow:hidden;background:#f7f9fc;color:#4f4f4f;font-family:Gilroy,sans-serif}.help-knowledge-v2-wrapper *{box-sizing:border-box}.help-knowledge-v2-hero{min-height:720px;display:flex;align-items:flex-end;background:linear-gradient(0deg,#00000094,#00000094),url(/images/backgrounds/knowledge_banner.jpg) center / cover no-repeat;border-bottom:1px solid #000}.help-knowledge-v2-hero-content{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:230px 0 50px;position:relative;z-index:1}.help-knowledge-v2-hero h1{max-width:760px;margin:0 0 20px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.2;text-transform:uppercase}.help-knowledge-v2-hero p{max-width:955px;margin:0;color:#fff;font-size:16px;font-weight:500;line-height:28px}.help-knowledge-v2-content{padding:100px 20px 120px;background:#f7f9fc}.help-knowledge-v2-container{max-width:1280px;margin:0 auto}.help-knowledge-v2-container h2{max-width:1040px;margin:0 auto 42px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.25;text-align:center;text-transform:uppercase}.help-knowledge-v2-page-switch{display:flex;justify-content:center;gap:24px;margin:60px 20px 0}.help-knowledge-v2-page-link{min-width:178px;height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#fff;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f38;font-size:16px;font-weight:600;line-height:1;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,box-shadow .2s ease}.help-knowledge-v2-page-link:hover,.help-knowledge-v2-page-link.is-active{background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66}.help-knowledge-v2-role-switch{display:flex;justify-content:center;gap:24px;margin-bottom:72px}.help-knowledge-v2-role-button{min-width:178px;height:50px;border:1px solid #f8c700;border-radius:10px;background:#fff;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f38;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.help-knowledge-v2-role-button:hover,.help-knowledge-v2-role-button.is-active{background:#f8c700;box-shadow:0 1px 4px .3px #4f4f4f66}.help-knowledge-v2-collapse-block{max-width:1040px;margin:0 auto}.help-knowledge-v2-collapse{border:0!important;border-radius:0!important;background:transparent!important}.help-knowledge-v2-collapse .ant-collapse-item{border:0!important;border-bottom:1px solid rgba(79,79,79,.25)!important;border-radius:0!important;background:transparent!important}.help-knowledge-v2-collapse .ant-collapse-header{min-height:76px;align-items:center!important;padding:24px 0!important;border-radius:0!important;background:transparent!important;transition:background-color .2s ease,padding .2s ease!important}.help-knowledge-v2-collapse .ant-collapse-item-active>.ant-collapse-header{background:transparent!important}.help-knowledge-v2-question{color:#4f4f4f;font-size:18px;font-weight:600;line-height:26px}.help-knowledge-v2-collapse .ant-collapse-expand-icon{width:42px;min-width:42px;max-width:42px;height:42px;min-height:42px;max-height:42px;display:inline-flex!important;align-items:center;justify-content:center;flex-shrink:0;margin-inline-start:20px!important;padding:0!important;border:1px solid #d4d9e3;border-radius:7px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.help-knowledge-v2-collapse .ant-collapse-header:hover .ant-collapse-expand-icon,.help-knowledge-v2-collapse .ant-collapse-item-active .ant-collapse-expand-icon{border-color:#f8c700;background:#fffdf0}.help-knowledge-v2-arrow{width:14px;height:8px;display:block;color:#4f4f4f;transition:transform .24s ease}.help-knowledge-v2-arrow.is-active{transform:rotate(180deg)}.help-knowledge-v2-collapse .ant-collapse-content{border:0!important;background:transparent!important}.help-knowledge-v2-collapse .ant-collapse-content-box{padding:0 20px 28px!important;color:#4f4f4f;font-size:16px;font-weight:500;line-height:26px}.help-knowledge-v2-answer p{margin:0 0 14px}.help-knowledge-v2-answer p:last-child{margin-bottom:0}@media (max-width: 980px){.help-knowledge-v2-wrapper{margin-top:-60px}.help-knowledge-v2-hero-content{padding-top:120px}}@media (max-width: 640px){.help-knowledge-v2-hero{min-height:680px}.help-knowledge-v2-hero-content{width:calc(100% - 40px);padding-bottom:50px}.help-knowledge-v2-hero h1{font-size:30px;line-height:36px}.help-knowledge-v2-hero p{font-size:14px;line-height:24px}.help-knowledge-v2-content{padding:60px 20px}.help-knowledge-v2-role-switch{flex-direction:column;gap:12px;margin-bottom:44px}.help-knowledge-v2-page-switch{flex-direction:column;gap:12px;margin-top:44px}.help-knowledge-v2-page-link,.help-knowledge-v2-role-button{min-width:0;width:100%}.help-knowledge-v2-collapse .ant-collapse-header{min-height:68px;padding:20px 0!important}.help-knowledge-v2-question{font-size:16px;line-height:24px}}.knowledge-wrapper{margin-bottom:2rem;display:flex;gap:15px}.sidenav-wrapper{width:260px}.sidenav-wrapper>.rs-sidenav>.rs-sidenav-body{> .rs-sidenav-nav >{.rs-dropdown >{.rs-dropdown-toggle{padding-left:15px}}}}.instructions-iframe{height:93vh;width:100%;border-radius:10px;border:none}.panel-wrapper:before{border-top:none!important}.panel-blocks{width:100%}@media screen and (max-width: 991px){.knowledge-wrapper{flex-direction:column}.sidenav-wrapper{width:100%}.panel-blocks{width:auto}.instructions-iframe{height:auto}}.help-form-v2-wrapper{margin-top:-112px;background:#f7f9fc;color:#4f4f4f;font-family:Gilroy,sans-serif}.help-form-v2-wrapper *{box-sizing:border-box}.support-container{max-width:1280px;margin:0 auto;padding:244px 0 40px}.support-container h1{margin:0 0 50px;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:45px;text-align:center}.support-container .form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.support-container .form-group-sup{margin-bottom:25px}.support-container .form-group-sup label{display:block;margin-bottom:10px;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.support-container input[type=text],.support-container input[type=email],.support-container input[type=tel],.support-container textarea{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:15px;transition:border-color .2s ease}.support-container input[type=text]:focus,.support-container input[type=email]:focus,.support-container input[type=tel]:focus,.support-container textarea:focus{outline:none;border-color:#999}.support-container .form-group-sup input::placeholder,.support-container .form-group-sup textarea::placeholder{color:#4f4f4f80;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.support-container textarea{min-height:180px;resize:vertical}.support-container .custom-select-sup{position:relative}.support-container .select-trigger-sup{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#4f4f4f80;cursor:pointer;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-align:left;transition:border-color .2s ease}.support-container .select-trigger-sup.has-value{color:#333}.support-container .select-trigger-sup:hover,.support-container .select-trigger-sup.open{border-color:#999}.support-container .select-arrow{width:20px;height:20px;transition:transform .2s ease}.support-container .select-trigger-sup.open .select-arrow{transform:rotate(180deg)}.support-container .select-dropdown-sup{position:absolute;z-index:100;top:calc(100% + 4px);right:0;left:0;display:none;overflow:hidden;border:1px solid #e0e0e0;border-radius:8px;background:#fff;box-shadow:0 4px 12px #0000001a}.support-container .select-dropdown-sup.open{display:block}.support-container .select-option{display:block;width:100%;padding:12px 16px;border:0;background:transparent;color:#4f4f4f;cursor:pointer;font-family:Gilroy,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px;text-align:left;transition:background-color .15s ease}.support-container .select-option:hover{background-color:#f5f5f5}.support-container .select-option.selected{background-color:#4f4f4f;color:#fff}.support-container .checkbox-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;gap:20px;margin-bottom:50px}.support-container .custom-checkbox{display:flex;align-items:center;justify-content:center;width:20px;min-width:20px;height:20px;margin-top:2px;padding:0;border:1px solid #e0e0e0;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.support-container .custom-checkbox.checked{border-color:#333;background-color:#333}.support-container .custom-checkbox svg{display:none;width:14px;height:14px;color:#fff}.support-container .custom-checkbox.checked svg{display:block}.support-container .checkbox-label{margin:0;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.support-container .checkbox-label a{color:#0052ff;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-decoration:none}.support-container .checkbox-label a:hover{text-decoration:underline}.support-container .submit-btn{display:inline-flex;align-items:center;justify-content:center;width:279px;height:50px;border:0;border-radius:5px;background:#fc0;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:20px;box-shadow:none}.support-container .submit-btn:hover,.support-container .submit-btn:focus{background:#f0c000!important;color:#4f4f4f!important}@media (max-width: 1320px){.support-container{padding-right:20px;padding-left:20px}}@media (max-width: 402px){.help-form-v2-wrapper{margin-top:-60px}.support-container{max-width:1280px;margin:0 auto;padding:100px 20px 40px}.support-container h1{margin-bottom:50px;font-size:24px;line-height:30px;text-align:center}.support-container .form-row{grid-template-columns:1fr;gap:0;margin-bottom:40px}.support-container .form-group-sup{margin-bottom:20px}.support-container .checkbox-wrapper{gap:10px;margin-bottom:50px}.support-container .checkbox-label,.support-container .checkbox-label a{font-size:14px;line-height:24px}.support-container .checkbox-label{display:flex;flex-direction:column;align-items:flex-start;width:100%;cursor:pointer}.support-container .submit-btn{width:279px;height:50px;margin-left:42px}}.news-wrapper{padding:40px 80px;background:#f8fafc;min-height:62vh}.news-wrapper-h1{font-weight:600;font-size:32px;margin-top:0}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.news-list-empty{display:grid;grid-template-columns:repeat(1,1fr);gap:40px}.news-item-block{display:flex;flex-direction:column;justify-content:space-between;background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 20px #00000014}.news-item-title{font-weight:600;font-size:18px;margin:0}.news-item-text{font-size:14px;margin:20px 0;text-align:justify;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;text-overflow:ellipsis}.news-item-add-info-block{display:flex;justify-content:space-between;align-items:flex-end}.news-item-add-info-content{display:flex;flex-direction:column;gap:10px;font-size:14px}.news-item-info{display:flex}.news-item-add-info-key{width:180px;color:var(--grey-color)}.news-button{border-radius:4px;font-size:14px;font-weight:500}@media screen and (max-width: 1280px){.news-wrapper{padding:40px 20px;min-height:50vh}.news-grid{gap:20px}.news-item-block{padding:15px 20px}.news-item-title{font-size:16px}.news-item-text{font-size:12px;margin:10px 0}.news-item-add-info-content{gap:10px}.news-item-info{font-size:12px}.news-item-add-info-key{width:180px}.news-button{font-size:14px;padding:8px 32px}}@media screen and (max-width: 991px){.news-wrapper{padding:10px;min-height:67vh}.news-wrapper-h1{text-align:center}.news-grid{gap:20px;grid-template-columns:1fr}.news-item-block{padding:10px}.news-item-title{font-size:16px}.news-item-text{font-size:12px;margin:10px 0}.news-item-add-info-content{gap:10px}.news-item-info{font-size:12px;gap:5px}.news-item-add-info-key{width:auto}.news-button{padding:6px 20px;font-size:12px}}#news-detail-wrapper{padding:40px 80px}.news-detail-additional-info{display:flex;justify-content:space-between;font-size:14px}.news-detail-link{text-decoration:none}.news-detail-title{margin:40px 0 20px;font-weight:600}.news-detail-text{font-size:18px;font-weight:500}@media screen and (max-width: 1280px){#news-detail-wrapper{padding:20px}.news-detail-text{font-size:16px}}@media screen and (max-width: 991px){#news-detail-wrapper{padding:10px}.news-detail-text{font-size:16px}}.not-found{display:flex;align-items:center;justify-content:center;height:60vh}.home-wrapper{position:relative;overflow:hidden;background:#fff;color:#4f4f4f;font-family:Gilroy,sans-serif;margin-top:-112px}.home-wrapper *{box-sizing:border-box}.home-new-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.home-new-button:hover{background:#fff;color:#4f4f4f}.home-hero{min-height:720px;display:flex;align-items:flex-end;background:linear-gradient(0deg,#0009,#0009),url(/images/backgrounds/main_hero.jpg) center / cover no-repeat;border-bottom:1px solid #000}.home-hero-content{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:180px 0 50px}.home-hero-title{max-width:1054px;margin:0 0 20px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.2;text-transform:uppercase}.home-hero-title span{color:#f8c700}.home-hero-description{max-width:780px;margin:0 0 70px;color:#fff;font-size:20px;font-weight:500;line-height:32px}.home-hero-button{width:241px;height:54px}.home-section-title,.home-trust-title{margin:0;font-family:Xolonium,sans-serif;font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1.15;text-transform:uppercase}.home-wrapper .russia-map-section{width:100%;padding:80px 120px 120px;background-color:#fff}.home-wrapper .section-title{margin:0 0 60px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:36px;font-weight:700;font-style:normal;line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase}.home-wrapper .content-wrapper{display:flex;align-items:center;gap:121px;margin:0 auto}.home-wrapper .cta-block{display:flex;flex-direction:column;align-items:center;gap:20px;flex-grow:0}.home-wrapper .cta-button{width:200px;height:54px}.home-wrapper .cta-description{height:0;margin:0;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;font-style:normal;line-height:100%;letter-spacing:0;text-align:center}.home-wrapper .map-container{position:relative;flex:1;flex-grow:2}.home-wrapper .russia-map{display:block;width:100%;height:auto}.home-wrapper .spider-container{position:absolute;width:100%;height:100%;pointer-events:none}.home-wrapper .spider-container canvas{display:block;width:100%;height:100%}.home-spider-container{top:0;right:0;bottom:0;left:0}.home-trust-section{background:#1a1a1a;padding:80px 20px;box-shadow:0 1px 4px .3px #4f4f4f66}.home-trust-container{max-width:1280px;margin:0 auto}.home-trust-title{margin-bottom:100px;color:#fff;text-align:center}.home-stats-grid{max-width:1080px;margin:0 auto 108px;display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));column-gap:clamp(70px,14vw,227px);row-gap:80px}.home-stat-item{opacity:0;transform:translate(-70px)}.home-stat-item:nth-child(2n){transform:translate(70px)}.home-stat-item.active{animation:homeStatIn 1s ease-out forwards}@keyframes homeStatIn{to{opacity:1;transform:translate(0)}}.home-stat-value{margin-bottom:10px;color:#f8c700;font-family:Xolonium,sans-serif;font-size:clamp(52px,7vw,72px);font-weight:700;line-height:1}.home-stat-description{color:#ffffffb3;font-size:20px;font-weight:500;line-height:1.25}.home-marquee-container{position:relative;height:75px;overflow:hidden}.home-marquee-container:before,.home-marquee-container:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none}.home-marquee-container:before{left:0;background:linear-gradient(to right,#1a1a1a,transparent)}.home-marquee-container:after{right:0;background:linear-gradient(to left,#1a1a1a,transparent)}.home-marquee-track{height:100%;width:max-content;display:flex;align-items:center;gap:130px;animation:homeMarquee 30s linear infinite}.home-marquee-container:hover .home-marquee-track{animation-play-state:paused}.home-logo-item{height:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-logo-item img{max-height:70px;max-width:190px}@keyframes homeMarquee{to{transform:translate(-50%)}}.home-maincards-section{padding:120px 25px}.home-maincards-container{max-width:1280px;margin:0 auto;display:flex;gap:25px}.home-maincard{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;padding:33px 20px 31px;border-radius:10px;background:#fff;box-shadow:0 1px 4px .3px #4f4f4f66;text-align:center}.home-maincard-icon-container{height:46px;margin-bottom:22px}.home-maincard-icon{height:100%}.home-maincard h2{margin:0 0 15px;color:#4f4f4f;font-size:20px;font-weight:700;line-height:1}.home-maincard p{max-width:310px;min-height:34px;margin:0 0 15px;color:#4f4f4f;font-size:14px;font-weight:500;line-height:1.2}.home-maincard-button{width:81px;height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700}.home-maincard-button:hover{background:#fff}.home-maincard-button img{width:17px;height:12px}.home-consultation-section{display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion.jpg) center / cover no-repeat}.home-consultation-content{width:min(100%,1200px);display:flex;flex-direction:column;align-items:center;text-align:center}.home-consultation-content h2{margin:0 0 20px;color:#fff;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.15}.home-consultation-content>p{max-width:900px;margin:0 0 45px;color:#fff;font-size:20px;font-weight:500;line-height:1.35}.home-consultation-form{width:min(100%,605px);display:flex;flex-direction:column;align-items:center;gap:28px}.home-form-fields{width:100%;display:flex;gap:45px}.home-form-input{width:100%;height:50px;padding:0 20px;border:1px solid #fff;border-radius:10px;outline:none;background:transparent;box-shadow:0 1px 4px .3px #4f4f4f66;color:#fff;font-family:Gilroy,sans-serif;font-size:16px}.home-form-input::placeholder{color:#fff}.home-form-input:focus{border-color:#f8c700}.home-checkboxes{width:100%;display:flex;flex-direction:column;gap:14px;text-align:left}.home-checkbox-label{display:flex;align-items:flex-start;gap:14px;color:#fff;font-size:15px;line-height:1.5;cursor:pointer}.home-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.home-checkbox-custom{width:24px;height:24px;margin-top:1px;flex-shrink:0;border:1px solid #4f4f4f;border-radius:5px;background:#fff;position:relative}.home-checkbox-label input:checked+.home-checkbox-custom{background:#f8c700;border-color:#f8c700}.home-checkbox-label input:checked+.home-checkbox-custom:after{content:"";position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.home-checkbox-label a{color:#c1c8d9;text-decoration:none}.home-submit-button{width:241px;height:50px}.home-submit-button.ant-btn{color:#4f4f4f}@media (max-width: 980px){.home-wrapper{margin-top:-60px}.home-hero{min-height:690px}.home-hero-content{padding-top:120px}.home-maincards-container{flex-direction:column}.home-stats-grid{grid-template-columns:1fr;row-gap:40px;text-align:center}.home-stat-item{transform:translateY(30px)}.home-maincards-container{max-width:520px}}@media (max-width: 640px){.home-hero{min-height:760px}.home-hero-content{width:calc(100% - 40px);padding-bottom:90px}.home-hero-description{margin-bottom:60px;font-size:16px;line-height:22px}.home-hero-button{width:219px;height:52px}.home-maincards-section{padding:60px 20px}.home-maincards-container{width:100%}.home-form-fields{flex-direction:column;gap:20px}.home-consultation-section{padding:50px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion_mobile.jpg) center / cover no-repeat}.home-consultation-content>p{font-size:16px}.home-marquee-track{gap:60px;animation-duration:20s}.home-marquee-container{height:36px}.home-logo-item img{max-height:30px;max-width:120px}}@media (max-width: 402px){.home-wrapper .russia-map-section{padding:60px 20px}.home-wrapper .content-wrapper{flex-direction:column;gap:40px}.home-wrapper .cta-block{order:1}.home-wrapper .cta-button{height:52px}.home-wrapper .map-container{order:0;width:100%}.home-wrapper .cta-description{height:auto}.home-wrapper .cta-left,.home-wrapper .cta-right{width:100%}}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Regular_0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Medium_0.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Semibold_0.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/fonts/Gilroy-Bold_0.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}.about-page{margin-top:-112px;background:#f4f7fb;color:#4f4f4f;font-family:Gilroy,sans-serif;overflow:hidden}.about-page *{box-sizing:border-box;font-family:inherit}.about-container{width:min(100%,1120px);margin:0 auto;padding:0 20px}.about-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.about-button:hover{background:#fff;color:#4f4f4f}.about-hero{height:800px;min-height:800px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:#1c1c1c}.about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0000009e,#0000009e),url(/images/backgrounds/background_about_company.jpg) center / cover no-repeat;transform:scaleX(-1)}.about-hero-content{width:min(1280px,calc(100% - 40px));margin:0 auto;padding:260px 0 110px;position:relative;z-index:1}.about-hero h1{max-width:980px;margin:0 0 26px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,48px);font-weight:700;line-height:1.16;text-transform:uppercase}.about-hero h1,.about-hero h1 span{font-family:Xolonium,sans-serif}.about-hero-brand{white-space:nowrap}.about-hero h1 .about-hero-brand{color:#fff}.about-hero h1 .about-hero-brand span,.about-hero h1 span{color:#f8c700}.about-hero p{max-width:860px;margin:0 0 16px;color:#fff;font-size:17px;font-weight:600;line-height:1.65}.about-details-section,.about-documents-section{background:#f4f7fb}.about-details-section{padding:92px 0 48px}.about-documents-section{padding:44px 0 110px}.about-details-section h2,.about-documents-section h2{margin:0 0 36px;color:#4f4f4f;font-size:clamp(26px,3vw,32px);font-weight:700;line-height:1.2}.about-requisites{width:min(100%,830px);margin:0}.about-requisite-row{display:grid;grid-template-columns:280px 1fr;gap:28px;margin-bottom:22px;font-size:16px;line-height:1.35}.about-requisite-row dt{color:#a0a4ad;font-weight:500}.about-requisite-row dd{margin:0;color:#4f4f4f;font-weight:500}.about-download-requisites{width:240px;height:54px;display:inline-flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;padding:0 18px;border:1px solid #d4d9e3;border-radius:10px;background:#fff;box-shadow:0 1px 4px #4f4f4f47;color:#4f4f4f;font-size:16px;font-weight:600;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.about-download-requisites:hover{border-color:#f8c700;box-shadow:0 2px 8px #4f4f4f52;color:#4f4f4f}.about-download-requisites img,.about-document-download img{width:18px;height:18px}.about-documents{width:100%}.about-document-group{padding:0 0 46px;border-bottom:1px solid #d8dde7}.about-document-group+.about-document-group{padding-top:42px}.about-document-group:last-child{border-bottom:0}.about-document-heading{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px}.about-document-dot{width:10px;height:10px;margin-top:8px;flex-shrink:0;border-radius:50%;background:#f8c700}.about-document-heading h3{margin:0 0 8px;color:#4f4f4f;font-size:20px;font-weight:700}.about-document-heading span,.about-document-count-download{color:#005bff;font-size:15px;font-weight:500}.about-document-count-download{padding:0;border:0;background:transparent;font-family:Gilroy,sans-serif;cursor:pointer}.about-document-count-download:hover{color:#0048c9}.about-document-count-download:disabled{color:#9097a3;cursor:default}.about-document-list{display:flex;flex-direction:column;gap:16px}.about-document-row{min-height:42px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:20px}.about-document-file{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#c6cfdf}.about-document-file img{width:22px;height:22px}.about-document-name{color:#4f4f4f;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none}.about-document-name:hover{color:#005bff}.about-document-download{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;justify-self:end;border:1px solid #d4d9e3;border-radius:7px;background:#fff;transition:border-color .2s ease,background-color .2s ease}.about-document-download:hover{border-color:#f8c700;background:#fffdf0}.about-document-empty{padding:20px 0;color:#9097a3;font-size:16px}.about-documents-loader{min-height:160px;display:flex;align-items:center;justify-content:center}.about-consultation-section{display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion.jpg) center / cover no-repeat}.about-consultation-content{width:min(100%,1200px);display:flex;flex-direction:column;align-items:center;text-align:center}.about-consultation-content h2{margin:0 0 20px;color:#fff;font-size:clamp(24px,4vw,32px);font-weight:700;line-height:1.15}.about-consultation-content>p{max-width:900px;margin:0 0 45px;color:#fff;font-size:20px;font-weight:500;line-height:1.35}.about-consultation-form{width:min(100%,605px);display:flex;flex-direction:column;align-items:center;gap:28px}.about-form-fields{width:100%;display:flex;gap:45px}.about-form-input{width:100%;height:50px;padding:0 20px;border:1px solid #fff;border-radius:10px;outline:none;background:transparent;box-shadow:0 1px 4px .3px #4f4f4f66;color:#fff;font-family:Gilroy,sans-serif;font-size:16px}.about-form-input::placeholder{color:#fff}.about-form-input:focus{border-color:#f8c700}.about-checkboxes{width:100%;display:flex;flex-direction:column;gap:14px;text-align:left}.about-checkbox-label{display:flex;align-items:flex-start;gap:14px;color:#fff;font-size:15px;line-height:1.5;cursor:pointer}.about-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.about-checkbox-custom{width:24px;height:24px;margin-top:1px;flex-shrink:0;border:1px solid #4f4f4f;border-radius:5px;background:#fff;position:relative}.about-checkbox-label input:checked+.about-checkbox-custom{background:#f8c700;border-color:#f8c700}.about-checkbox-label input:checked+.about-checkbox-custom:after{content:"";position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.about-checkbox-label a{color:#c1c8d9;text-decoration:none}.about-submit-button{width:241px;height:50px}.about-submit-button.ant-btn{color:#4f4f4f}@media (max-width: 980px){.about-page{margin-top:-60px}.about-hero-content{padding-top:130px}}@media (max-width: 720px){.about-hero{height:auto;min-height:680px}.about-hero-content{width:calc(100% - 40px);padding-bottom:70px}.about-hero p{font-size:15px;line-height:1.55}.about-details-section{padding-top:60px}.about-documents-section{padding-bottom:70px}.about-requisite-row{grid-template-columns:1fr;gap:6px;margin-bottom:18px}.about-document-row{grid-template-columns:38px 1fr 38px;gap:12px}.about-document-file,.about-document-download{width:38px;height:38px}.about-document-name{font-size:14px}.about-form-fields{flex-direction:column;gap:20px}.about-consultation-section{padding:50px 20px;background:linear-gradient(0deg,#000000a6,#000000a6),url(/images/backgrounds/consultaion_mobile.jpg) center / cover no-repeat}.about-consultation-content>p{font-size:16px}}.services-v2-wrapper{margin-top:-112px;background:#f7f9fc;color:#4f4f4f;font-family:Gilroy,sans-serif}.services-v2-wrapper *{box-sizing:border-box}.services-v2-support-container{max-width:1280px;min-height:calc(100vh - 225px);margin:0 auto;padding:244px 0 80px}.services-v2-support-container h1{margin:0 0 20px;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:45px;text-align:center}.services-v2-description{max-width:880px;margin:0 auto 50px;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-align:center}.services-v2-form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.services-v2-form-group{margin-bottom:25px}.services-v2-form-group label{display:block;margin-bottom:10px;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.services-v2-form-group input{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#333;font-size:15px;transition:border-color .2s ease}.services-v2-form-group input:focus{outline:none;border-color:#999}.services-v2-form-group input::placeholder{color:#4f4f4f80;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.services-v2-custom-select{position:relative}.services-v2-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#4f4f4f80;cursor:pointer;font-family:Gilroy,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-align:left;transition:border-color .2s ease}.services-v2-select-trigger.has-value{color:#333}.services-v2-select-trigger:hover,.services-v2-select-trigger.open{border-color:#999}.services-v2-select-arrow{width:20px;height:20px;transition:transform .2s ease}.services-v2-select-trigger.open .services-v2-select-arrow{transform:rotate(180deg)}.services-v2-select-dropdown{position:absolute;z-index:100;top:calc(100% + 4px);right:0;left:0;display:none;overflow:hidden;border:1px solid #e0e0e0;border-radius:8px;background:#fff;box-shadow:0 4px 12px #0000001a}.services-v2-select-dropdown.open{display:block}.services-v2-select-option{display:block;width:100%;padding:12px 16px;border:0;background:transparent;color:#4f4f4f;cursor:pointer;font-family:Gilroy,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px;text-align:left;transition:background-color .15s ease}.services-v2-select-option:hover{background-color:#f5f5f5}.services-v2-select-option.selected{background-color:#4f4f4f;color:#fff}.services-v2-submit-btn{display:inline-flex;align-items:center;justify-content:center;width:279px;height:50px;border:0;border-radius:5px;background:#fc0;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:20px;box-shadow:none}.services-v2-submit-btn:hover,.services-v2-submit-btn:focus{background:#f0c000!important;color:#4f4f4f!important}@media (max-width: 1320px){.services-v2-support-container{padding-right:20px;padding-left:20px}}@media (max-width: 402px){.services-v2-wrapper{margin-top:-60px}.services-v2-support-container{padding:100px 20px 40px}.services-v2-support-container h1{margin-bottom:20px;font-size:24px;line-height:30px}.services-v2-description{margin-bottom:40px;font-size:14px;line-height:22px}.services-v2-form-row{grid-template-columns:1fr;gap:0}.services-v2-form-group{margin-bottom:20px}.services-v2-submit-btn{width:279px;height:50px;margin-left:42px}}.procurement-support-page{margin-top:-112px;overflow:hidden;background:#f7f9fc;color:#4f4f4f;font-family:Gilroy,sans-serif}.procurement-support-page *{box-sizing:border-box}.procurement-support-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #f8c700;border-radius:10px;background:#f8c700;color:#4f4f4f;box-shadow:0 1px 4px .3px #4f4f4f66;font-family:Gilroy,sans-serif;font-size:16px;font-weight:600;line-height:1;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.procurement-support-button:hover{background:#fff;color:#4f4f4f}.procurement-support-hero{position:relative;min-height:720px;display:flex;align-items:flex-end;overflow:hidden;border-bottom:1px solid #000}.procurement-support-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/backgrounds/procurement_support.jpg) center / cover no-repeat;transform:scaleX(-1)}.procurement-support-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000094}.procurement-support-hero-content{position:relative;z-index:1;width:min(1280px,calc(100% - 40px));margin:0 auto;padding:230px 0 50px}.procurement-support-hero h1{max-width:760px;margin:0 0 20px;color:#fff;font-family:Xolonium,sans-serif;font-size:clamp(30px,4vw,40px);font-weight:700;line-height:1.2;text-transform:uppercase}.procurement-support-hero p{max-width:760px;margin:0 0 57px;color:#fff;font-size:18px;font-weight:500;line-height:30px}.procurement-support-hero-button{width:219px;height:50px}.procurement-support-content-section{padding:100px 20px 110px;background:#f7f9fc}.procurement-support-container{max-width:1280px;margin:0 auto}.procurement-support-container h2{margin:0 0 80px;color:#4f4f4f;font-family:Xolonium,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:700;line-height:1.2;text-align:center;text-transform:uppercase}.procurement-support-card-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:90px;background:#f7f9fc}.procurement-support-card{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;margin:0 -1px 0 0;padding:54px 7px 80px;border:.5px solid #4f4f4f;background:transparent;color:#4f4f4f;text-align:center;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.procurement-support-card:hover{z-index:1;border-color:#f8c700;background:#f8c700;box-shadow:0 1px 4px 2px #4f4f4f66}.procurement-support-card-icon{width:82px;height:70px;display:block;flex-shrink:0;background-color:#4f4f4f;mask:var(--support-icon) center / contain no-repeat;-webkit-mask:var(--support-icon) center / contain no-repeat}.procurement-support-card p{max-width:245px;margin:0;color:#4f4f4f;font-size:18px;font-weight:600;line-height:26px}.procurement-support-includes h2{margin-bottom:34px;text-align:left}.procurement-support-includes ol{max-width:890px;margin:0;padding-left:27px;color:#4f4f4f}.procurement-support-includes li{margin-bottom:20px;font-size:18px;font-weight:500;line-height:26px}.procurement-support-includes li::marker{font-weight:700}.procurement-support-includes strong{font-weight:700}@media (max-width: 980px){.procurement-support-page{margin-top:-60px}.procurement-support-hero-content{padding-top:120px}.procurement-support-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.procurement-support-hero{min-height:760px}.procurement-support-hero-content{width:calc(100% - 40px);padding-bottom:50px}.procurement-support-hero h1{font-size:30px;line-height:36px}.procurement-support-hero p{margin-bottom:40px;font-size:14px;line-height:24px}.procurement-support-content-section{padding:60px 20px}.procurement-support-container h2{margin-bottom:40px;text-align:center}.procurement-support-card-grid{max-width:360px;margin:0 auto 60px;grid-template-columns:1fr}.procurement-support-card{min-height:0;border-bottom:0;padding:42px 16px}.procurement-support-card:last-child{border-bottom:.5px solid #4f4f4f}.procurement-support-includes h2{text-align:left}.procurement-support-includes li{font-size:15px;line-height:23px}}.new-footer{margin-top:120px;font-family:Gilroy,sans-serif}.new-footer *{box-sizing:border-box}.new-footer-container{width:min(1280px,calc(100% - 40px));margin:0 auto 15px;padding:38px 0;border-top:1px solid rgba(79,79,79,.25);border-bottom:1px solid rgba(79,79,79,.25)}.new-footer-desktop{display:flex;justify-content:space-between;gap:60px}.new-footer-left{display:flex;flex-direction:column;max-width:290px}.new-footer-logo{display:inline-flex}.new-footer-logo img{width:204px;height:auto}.new-footer-tagline{margin:26px 0 42px;color:#4f4f4fb3;font-size:14px;line-height:20px}.new-footer-contacts{display:flex;flex-direction:column;gap:30px}.new-footer-contact-item{display:flex;align-items:center;gap:15px;color:#4f4f4f;font-size:20px;font-weight:700;line-height:20px;text-decoration:none}.new-footer-contact-item:hover{color:#f8c700}.new-footer-contact-icon{width:20px;max-height:20px;flex-shrink:0}.new-footer-feedback-btn{width:151px;height:50px;display:inline-flex;align-items:center;justify-content:center;margin:34px 0 37px;border:1px solid #e5e5e5;border-radius:10px;background:transparent;color:#4f4f4f;font-size:16px;font-weight:600;text-decoration:none;transition:border-color .2s ease,background-color .2s ease}.new-footer-feedback-btn:hover{border-color:#f8c700;background:#f8c700}.new-footer-social{display:flex;gap:10px}.new-footer-social-link{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(79,79,79,.5);border-radius:5px}.new-footer-social-link:hover{border-color:#f8c700}.new-footer-social-link img{max-width:24px;max-height:18px}.new-footer-nav{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));grid-auto-rows:minmax(86px,auto);column-gap:clamp(30px,5vw,80px);row-gap:60px;padding-top:14px}.new-footer-nav-title{display:block;margin:0 0 20px;color:#4f4f4f;font-size:14px;font-weight:600;line-height:17px;text-decoration:none}.new-footer-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.new-footer-nav-list a{color:#4f4f4fb3;font-size:14px;line-height:17px;text-decoration:none}.new-footer-nav-list a:hover,.new-footer-nav-title:hover{color:#f8c700}.new-footer-mobile{display:none;flex-direction:column;align-items:center;text-align:center}.new-footer-logo-center{margin-bottom:15px}.new-footer-tagline-center{margin:0 0 30px}.new-footer-contacts-center{align-items:center;margin-bottom:30px}.new-footer-mobile-nav{width:100%;margin-bottom:20px}.new-footer-accordion{margin-bottom:20px}.new-footer-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;border:0;background:transparent;color:#4f4f4f;font-family:Gilroy,sans-serif;font-size:16px;font-weight:700;line-height:20px;text-decoration:none;cursor:pointer}.new-footer-accordion-arrow{width:9px;height:9px;border-right:2px solid #4f4f4f;border-bottom:2px solid #4f4f4f;transform:rotate(45deg);transition:transform .2s ease}.new-footer-accordion-trigger[aria-expanded=true] .new-footer-accordion-arrow{transform:rotate(225deg)}.new-footer-accordion-content{max-height:0;overflow:hidden;display:flex;flex-direction:column;gap:15px;transition:max-height .25s ease,padding-top .25s ease}.new-footer-accordion-content.is-open{max-height:220px;padding-top:15px}.new-footer-accordion-content a{color:#4f4f4fb3;font-size:16px;font-weight:500;text-decoration:none}.new-footer-feedback-btn-center{margin:0 0 20px}.new-footer-social-center{justify-content:center}.new-footer-bottom{width:min(1280px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:15px;color:#4f4f4fb3;font-size:14px;line-height:20px}.new-footer-bottom p{margin:0}.new-footer-bottom a{color:#7f7f7f;text-decoration:none}.new-footer-bottom a:hover{color:#4f4f4f}@media (max-width: 980px){.new-footer{margin-top:70px}.new-footer-container{padding:24px 0;width:min(640px,calc(100% - 40px))}.new-footer-desktop{display:none}.new-footer-mobile{display:flex}.new-footer-bottom{width:min(640px,calc(100% - 40px));font-size:12px}}@media (max-width: 520px){.new-footer-contact-item{font-size:17px}.new-footer-bottom{align-items:flex-start;flex-direction:column-reverse;gap:8px}}body[data-platform=STAN_TORGI]{--primary-color: #4f4f4f;--primary-color-hover: #8f8f8f;--secondary-color: #F5F5DC;--secondary-color-hover: #d6d6c0;--third-color: #3DBA03;--grey-color: #8F8F8F;--dark-blue-color: #09005D;--light-blue-color: #0066FF;--background-first-color: linear-gradient(265.2deg, #898989 19.63%, #ABABAB 37.84%, #ABABAB 66.52%, #898989 86.01%);--background-second-color: linear-gradient(265.2deg, #898989 19.63%, #ABABAB 37.84%, #ABABAB 66.52%, #898989 86.01%);--background-third-color: linear-gradient(265.2deg, #b39001 19.63%, #F8C700 37.84%, #F8C700 66.52%, #b39001 86.01%);--background-fourth-color: linear-gradient(265.2deg, #CDCDCD 19.63%, #e3e3e3 37.84%, #e3e3e3 66.52%, #CDCDCD 96.01%);--procedure-time-up-color: #82a9ff;--procedure-canceled-color: #82a9ff}
