.project{padding-bottom:100px;width:100%;position:relative;background:#fff;color:#0d0e12}.project__wrapper{padding-top:59px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:80px}.project__top{width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px}.project__top-left{width:calc(100% - 629px);display:flex;flex-direction:column;align-items:flex-start}.project__top-left--title{width:100%;text-align:left}.project__top-left--title h1{color:#0d0e12;font-size:24px;line-height:24px;font-weight:700}.project__top-left--status{margin-top:7px;width:fit-content;padding:0 8px;height:25px;border-radius:4px;display:flex;justify-content:center;align-items:center}.project__top-left--status span{color:#fff;font-size:12px;line-height:150%;font-weight:400}.project__top-left--status.implemented{background:#629476}.project__top-left--status.process{background-color:#f5a43b}.project__top-left--info{margin-top:23px;width:100%;padding:20px;border:1px solid #F1F1F1;border-radius:6px;box-shadow:0 6px 24px -6.25px #3d3d3d1a;display:grid;grid-template-columns:246px 1fr;gap:4px 20px}.project__top-left--info-item{width:100%;text-align:left}.project__top-left--info-item p{color:#525252;font-size:14px;line-height:24px;font-weight:400}.project__top-left--info-item p strong{color:#0d0e12;font-weight:500;margin-right:6px}.project__top-left--info-item p a{text-decoration:none;color:#525252;font-size:14px;line-height:24px;font-weight:400;transition:color .4s}.project__top-left--info-item p a:hover{color:#84a3ff}.project__top-left--desc{width:100%;text-align:left;margin-top:49px;overflow:hidden;max-height:9999px}.project__top-left--desc.is-collapsed{max-height:150px}.project__top-left--desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400}.project__top-left--desc p strong{font-weight:700}.project__top-left--desc a{text-decoration:underline;color:#84a3ff;font-size:16px;line-height:24px;font-weight:400}.project__top-left--more{cursor:pointer;margin-top:12px;text-decoration:underline;color:#365ed7;font-size:16px;line-height:24px;font-weight:400;transition:color .4s ease}.project__top-left--more:hover{color:#84a3ff}.project__gallery{max-width:584px;width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:15px}.project__gallery-current{cursor:pointer;width:100%;height:534px;border-radius:6px;overflow:hidden}.project__gallery-current img{width:100%;height:100%;object-fit:cover;object-position:center;transition:scale .4s ease}.project__gallery-current:hover img{scale:1.08}.project__gallery-other{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.project__gallery-other--item{cursor:pointer;width:calc((100% - 24px)/4);height:145px;flex-shrink:0;border-radius:4px;overflow:hidden}.project__gallery-other--item img{width:100%;height:100%;object-fit:cover;object-position:center;transition:scale .4s ease}.project__gallery-other--item:hover img{scale:1.08}.project__results{width:100%;background:#f9faff;border-radius:12px;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.project__results-title{width:100%;text-align:left}.project__results-title h2{font-size:24px;line-height:36px;font-weight:700}.project__results-desc{width:100%;text-align:left}.project__results-desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400}.project__results-desc p strong{font-weight:700}.project__documents{width:100%;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;background:#f9faff;border-radius:12px}.project__documents-title{width:100%;text-align:left}.project__documents-title h2{font-size:24px;line-height:36px;font-weight:700}.project__documents-tabs{width:100%;display:flex;flex-direction:row;align-items:center;gap:15px}.project__documents-tabs .app-button{border-radius:2px;height:40px;background:#fff;border:1px solid #F1F1F1}.project__documents-tabs .app-button--text{font-size:12px;line-height:150%;font-weight:400;color:#0d0e12}.project__documents-tabs .app-button:hover{border:1px solid #1B1E4E}.project__documents-tabs .app-button.active{background:#1b1e4e;border:1px solid #1B1E4E}.project__documents-tabs .app-button.active span{color:#fff}.project__documents-files{margin-top:40px;width:100%;display:flex;flex-direction:column;align-items:flex-start}.project__documents-file{width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding-top:24px;padding-bottom:24px;border-bottom:1px solid #F1F1F1}.project__documents-file:only-child{padding-top:0;padding-bottom:0;border-bottom:none}.project__documents-file:first-child{padding-top:0}.project__documents-file:last-child{border-bottom:none;padding-bottom:0}.project__documents-file--title{justify-self:start;color:#525252;font-size:16px;line-height:24px;font-weight:400}.project__documents-file--date{justify-self:center;text-align:center;color:#525252;font-size:16px;line-height:24px;font-weight:400}.project__documents-file--link{justify-self:end;text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:11px}.project__documents-file--link span{color:#365ed7;font-size:16px;line-height:24px;font-weight:400;transition:color .4s ease}.project__documents-file--link-icon{display:flex;align-items:center;justify-content:center}.project__documents-file--link-icon svg{width:10px;height:12px;color:#365ed7;transition:color .4s ease}.project__documents-file--link:hover span{color:#84a3ff}.project__documents-file--link:hover .project__documents-file--link-icon svg{color:#84a3ff}.project__join{width:100%;display:flex;flex-direction:column;align-items:center;gap:40px}.project__join-top{width:100%;display:flex;flex-direction:column;align-items:center;gap:24px}.project__join-top--title{width:100%;text-align:left}.project__join-top--title h2{font-size:24px;line-height:36px;font-weight:700}.project__join-top--desc{width:100%;text-align:left}.project__join-top--desc p{color:#525252;font-size:16px;line-height:25px;font-weight:400}.project__join-list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:32px}.project__join-item{border-radius:12px;width:calc((100% - 64px) / 3);padding:24px;background:#fff;box-shadow:0 6px 24px -6.25px #3d3d3d1a;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.project__join-item--wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.project__join-item--image{display:flex;align-items:center;justify-content:center}.project__join-item--image svg{width:358px;height:223px}.project__join-item--title{margin-top:39px;width:100%;text-align:left}.project__join-item--title h3{font-size:18px;line-height:150%;font-weight:700}.project__join-item--desc{margin-top:16px;width:100%;text-align:left}.project__join-item--desc p{color:#525252;font-size:16px;line-height:24px;font-weight:400}.project__join-item--list{margin-top:39px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.project__join-item--list span{color:#0d0e12;font-size:16px;line-height:24px;font-weight:700}.project__join-item--list ul,.project__join-item--list ol{width:100%;list-style:none;padding-left:0;margin:0}.project__join-item--list ul li,.project__join-item--list ol li{color:#525252;font-size:16px;line-height:24px;font-weight:400;position:relative;padding-left:24px}.project__join-item--list ul li:before,.project__join-item--list ol li:before{content:"";position:absolute;left:9px;top:11px;width:6px;height:6px;border-radius:50%;background-color:#525252}.project__join-item--button{margin-top:39px;width:100%}.project__join-mobile{border-radius:12px;width:100%;padding:24px;background:#fff;box-shadow:0 6px 24px -6.25px #3d3d3d1a;display:flex;flex-direction:column;align-items:flex-start;gap:39px}.project__join-mobile--image{width:100%;display:flex;align-items:center;justify-content:center}.project__join-mobile--image svg{width:100%;height:auto}.project__join-mobile--accordion{width:100%}.project__join-mobile--accordion-head{cursor:pointer;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.project__join-mobile--accordion-head--title{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.project__join-mobile--accordion-head--title h3{color:#0d0e12;font-size:18px;line-height:150%;font-weight:700}.project__join-mobile--accordion-head--title-arrow{display:flex;align-items:center;justify-content:center}.project__join-mobile--accordion-head--title-arrow svg{width:20px;height:14px;color:#0d0e12;transition:transform .4s ease;transform-origin:center}.project__join-mobile--accordion-head--title-arrow.rotate-180 svg{transform:scaleX(-1) rotate(180deg)}.project__join-mobile--accordion-head--desc{width:100%;text-align:left}.project__join-mobile--accordion-head--desc p{color:#525252;font-size:16px;line-height:150%;font-weight:400}.project__join-mobile--accordion-body{width:100%;margin-top:39px;display:flex;flex-direction:column;align-items:flex-start}.project__join-mobile--accordion-body--list{margin-top:39px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.project__join-mobile--accordion-body--list span{color:#0d0e12;font-size:16px;line-height:24px;font-weight:700}.project__join-mobile--accordion-body--list ul,.project__join-mobile--accordion-body--list ol{width:100%;list-style:none;padding-left:0;margin:0}.project__join-mobile--accordion-body--list ul li,.project__join-mobile--accordion-body--list ol li{color:#525252;font-size:16px;line-height:24px;font-weight:400;position:relative;padding-left:24px}.project__join-mobile--accordion-body--list ul li:before,.project__join-mobile--accordion-body--list ol li:before{content:"";position:absolute;left:9px;top:11px;width:6px;height:6px;border-radius:50%;background-color:#525252}.project__join-mobile--accordion-body--button{margin-top:39px;width:100%}.project__mobile{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.project__mobile-title{width:100%;text-align:left}.project__mobile-title h1{color:#0d0e12;font-size:24px;line-height:130%;font-weight:700}.project__mobile-status{width:fit-content;padding:0 8px;height:25px;border-radius:4px;display:flex;justify-content:center;align-items:center}.project__mobile-status span{color:#fff;font-size:12px;line-height:150%;font-weight:400}.project__mobile-status.implemented{background:#629476}.project__mobile-status.process{background-color:#f5a43b}@media screen and (max-width: 1280px){.project__top{flex-direction:column}.project__top-left{width:100%}.project__top-left--info{grid-template-columns:1fr 1fr}.project__gallery{max-width:100%}.project__join-item{width:calc((100% - 32px)/2)}}@media screen and (max-width: 1024px){.project{padding-bottom:55px}.project__wrapper{padding-top:24px;gap:32px}.project__top{gap:0}.project__top-left--info{margin-top:32px;width:100%;background:transparent;box-shadow:none;border:none;padding:0;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.project__top-left--desc{margin-top:32px}.project__gallery{margin-top:20px;gap:9px}.project__gallery-current{height:420px}.project__gallery-other{gap:5px}.project__gallery-other--item{width:calc((100% - 15px)/4)}.project__results{padding:24px}.project__results-title h2{font-size:18px;line-height:27px}.project__documents{padding:24px}.project__documents-tabs{flex-direction:column;gap:8px}.project__documents-files{margin-top:0}.project__documents-file{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:12px;padding-bottom:12px}.project__documents-file:only-child{padding-top:0;padding-bottom:0;border-bottom:none}.project__documents-file:first-child{padding-top:0}.project__documents-file:last-child{border-bottom:none;padding-bottom:0}.project__join{margin-top:39px;gap:32px}}@media screen and (max-width: 768px){.project__gallery-current{height:320px}.project__gallery-other--item{height:87px}}
