#orders-app{min-height:100%}.catalog-page{min-height:100vh;color:var(--white);background:radial-gradient(circle at 72% 9%,#525a9114,#0000 18%),linear-gradient(139deg,#242635 23.6%,#171a23 56.3%);overflow:hidden}.catalog-header .container,.catalog-main,.catalog-footer .container{width:min(1410px,100vw - 80px)}.catalog-main{margin-top:30px}.catalog-board{background:#181a27;border-radius:8px;height:1495px;position:relative}.catalog-heading{justify-content:space-between;align-items:flex-start;width:1340px;height:31px;display:flex;position:absolute;top:30px;left:30px}.catalog-heading h1{margin:0;font-family:Manrope,sans-serif;font-size:23px;font-weight:700;line-height:normal}.catalog-top-controls{align-items:center;gap:50px;margin-top:6px;display:flex}.catalog-location,.catalog-sort{height:19px;color:var(--muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-size:12px;font-weight:500;line-height:1.4;display:flex}.catalog-location img,.catalog-sort img{width:18px;height:18px}.catalog-filter-panel{background:#242836;border-radius:8px;width:1340px;height:1375px;position:absolute;top:83px;left:30px}.catalog-filters{gap:30px;width:1276px;height:40px;display:flex;position:absolute;top:38px;left:30px}.catalog-filter-field,.catalog-reset,.catalog-chip,.catalog-response,.catalog-more{cursor:pointer;white-space:nowrap;border:0;align-items:center;font-size:12px;line-height:1;display:inline-flex}.catalog-filter-field{height:40px;color:var(--muted);background:#171a23;border-radius:8px;justify-content:space-between;font-weight:400;line-height:1.6}.catalog-filter-field span{padding-left:15px;display:block}.catalog-filter-field--search{width:716px}.catalog-filter-field--select{width:160px}.catalog-filter-field--select:after{content:"";background:currentColor;width:18px;height:18px;margin-right:15px;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203V15M9%2015L6%2012M9%2015L12%2012'%20stroke='var(--stroke-0,%20%23C5CAE3)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9%203V15M9%2015L6%2012M9%2015L12%2012'%20stroke='var(--stroke-0,%20%23C5CAE3)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") 50%/contain no-repeat}.catalog-reset{background:var(--tag);color:#f9f9f9;border-radius:5px;justify-content:center;width:150px;height:40px;font-weight:500}.catalog-reset--mobile{display:none}.catalog-categories{gap:20px;width:966px;height:32px;display:flex;position:absolute;top:98px;left:30px}.catalog-chip{background:var(--button-dark);height:32px;color:var(--white);border-radius:8px;justify-content:center;padding:9px 23px 10px;font-weight:500}.catalog-orders{width:1276px;height:1175px;position:absolute;top:243px;left:60px}.catalog-order{grid-template-columns:160px 1fr;gap:20px;width:1276px;display:grid;position:relative}.catalog-order--short{height:193px}.catalog-order--tall{height:219px}.catalog-order--last{height:199px}.catalog-order+.catalog-order{margin-top:20px}.catalog-order:after{border-bottom:2px solid var(--line);content:"";position:absolute;bottom:0;left:0;right:0}.catalog-order--last:after{display:none}.catalog-order__image{object-fit:cover;border-radius:8px;width:160px;height:131px}.catalog-order__body{width:1096px}.catalog-order__top{justify-content:space-between;align-items:center;width:1095px;height:28px;display:flex}.catalog-tag{background:var(--tag);color:#f9f9f9;border-radius:5px;justify-content:center;align-items:center;height:28px;padding:8px 15px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.catalog-assignee{color:var(--muted);margin:0;font-size:12px;font-weight:500;line-height:1}.catalog-assignee strong{color:var(--white);font-weight:700}.catalog-order__title-row{justify-content:space-between;align-items:flex-start;width:1096px;height:31px;margin-top:10px;display:flex}.catalog-order__title-row h2{margin:0;font-family:Manrope,sans-serif;font-size:23px;font-weight:700;line-height:normal}.catalog-order__title-row strong{margin-top:5px;font-family:Manrope,sans-serif;font-size:16px;font-weight:700;line-height:normal}.catalog-order__description{width:1096px;color:var(--muted);margin:10px 0 0;font-size:16px;font-weight:400;line-height:1.6}.catalog-response,.catalog-more{background:var(--button-dark);height:32px;color:var(--white);border-radius:8px;justify-content:center;font-weight:500}.catalog-response{width:134px;margin-top:11px}.catalog-order--tall .catalog-response,.catalog-order--last .catalog-response{margin-top:11px}.catalog-more{width:120px;position:absolute;top:1143px;left:578px}.catalog-footer{margin-top:100px}@media (width<=1199px){.catalog-header .container,.catalog-main,.catalog-footer .container{width:min(960px,100vw - 40px)}}@media (width<=767px){.catalog-page{background:#232534;width:min(100%,360px);margin:0 auto}.catalog-header .container,.catalog-main{width:min(100%,360px)}.catalog-footer .container{width:340px}.catalog-main{margin-top:0}.catalog-board{background:#181a27;border-radius:0;height:2857px}.catalog-heading{width:340px;height:52px;display:block;top:20px;left:10px}.catalog-heading h1{font-size:17px}.catalog-top-controls{justify-content:space-between;gap:0;margin-top:10px}.catalog-filter-panel{width:340px;height:216px;top:92px;left:10px}.catalog-filters{gap:10px;width:310px;top:20px;left:15px}.catalog-filter-field--search{width:260px}.catalog-filter-field--desktop,.catalog-reset--desktop{display:none}.catalog-reset--mobile{place-items:center;width:40px;height:40px;padding:0;display:grid}.catalog-reset--mobile img{width:18px;height:18px}.catalog-categories{flex-wrap:wrap;align-content:flex-start;gap:10px;width:310px;height:116px;display:flex;top:80px;left:15px}.catalog-chip{height:32px;padding:9px 12px 10px}.catalog-orders{width:340px;height:2513px;top:324px;left:10px}.catalog-order{background:#242836;border-radius:8px;flex-direction:column;gap:0;width:340px;padding:14px 15px 20px;display:flex}.catalog-order[data-order-index="2"],.catalog-order[data-order-index="3"],.catalog-order[data-order-index="4"],.catalog-order[data-order-index="5"]{padding-top:20px}.catalog-order--short{height:568px}.catalog-order--mobile-large-copy{height:578px}.catalog-order--tall{height:595px}.catalog-order--last{height:660px}.catalog-order+.catalog-order{margin-top:20px}.catalog-order--mobile-hidden,.catalog-order:after{display:none}.catalog-order__image{flex:0 0 220px;width:310px;height:220px}.catalog-order__body{width:310px}.catalog-order__top{width:310px;height:28px;margin-top:20px}.catalog-order__title-row{width:310px;height:auto;margin-top:10px;display:block}.catalog-order__title-row h2{width:310px;font-size:17px}.catalog-order__title-row strong{margin-top:10px;display:block}.catalog-order__description{width:310px;margin-top:10px;font-size:13px}.catalog-order--mobile-large-copy .catalog-order__description{font-size:16px}.catalog-response{width:113px;margin-top:11px}.catalog-response--wide{width:134px}.catalog-order--mobile-large-copy .catalog-response{margin-top:12px}.catalog-order--last .catalog-response{margin-top:22px}.catalog-order--tall .catalog-response{margin-top:21px}.catalog-more{top:2481px;left:110px}.catalog-footer{height:730px;margin-top:50px;overflow:hidden}.catalog-footer .footer__inner{height:730px;min-height:730px}.catalog-footer .footer__nav,.catalog-footer .footer__subscribe,.catalog-footer .footer__social{margin-top:0}}
