.project-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:34rem;padding:2rem;border-radius:1rem;color:#fff;color:var(--c-white);overflow:hidden}@media (min-width:1280px){.project-card{height:46.7rem;padding:6rem;justify-content:flex-start}}@media (min-width:1800px){.project-card{height:60rem}}.project-card.__cursor-pointer{cursor:pointer}.project-card:hover .project-card_image{filter:none}.project-card:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));z-index:1;z-index:var(--z-content-1)}@media (min-width:1280px){.project-card:before{background:linear-gradient(270deg,transparent,rgba(0,0,0,.6))}}.project-card.skeleton:before{display:none}.project-card_content_logo{width:-moz-max-content;width:max-content;max-width:23rem;height:5rem;margin-bottom:2rem}.project-card_content_logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.project-card_image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);transition:filter .3s ease-in-out}.project-card_content{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:2rem;height:100%;max-width:28rem;z-index:2;z-index:var(--z-content-2)}@media (min-width:1280px){.project-card_content{justify-content:space-between;max-width:48rem}}.project-card_content_tags{margin-bottom:1.6rem}@media (min-width:1280px){.project-card_content_tags{margin-bottom:3.2rem}}.project-card_content_subtitle,.project-card_content_title{color:#fff;color:var(--c-white)}.project-card_content_subtitle{margin-bottom:1rem}@media (min-width:1280px){.project-card_content_subtitle{margin-bottom:2.5rem}}.project-card_content_desc{margin-bottom:2rem}@media (min-width:1280px){.project-card_content_desc{margin-bottom:3rem}}.projects-list{position:relative;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:900px){.projects-list.__small-cards{grid-template-columns:1fr 1fr}}.projects-list.__small-cards .projects-list_card{position:relative;top:0}.projects-list_card{z-index:1;z-index:var(--z-content-1)}@media (min-width:1280px){.projects-list_card:not(:last-child){position:sticky;top:18rem}}@media (min-width:1280px){.projects-list_card.__projects-page:not(:last-child){top:25rem}}@media (min-width:1800px){.projects-list_card.__projects-page:not(:last-child){top:27rem}}.projects-list_card.__small-cards,.projects-list_card.__small-cards:not(:last-child){position:relative;top:0}.projects{position:relative;z-index:1;z-index:var(--z-content-1)}.projects_head{padding:3rem 0;background:#fff;background:var(--c-white)}@media (min-width:900px){.projects_head{padding:4rem 0}}@media (min-width:1280px){.projects_head.__sticky{position:sticky;top:6rem;z-index:1;z-index:var(--z-content-1)}}@media (min-width:1800px){.projects_head.__sticky{top:8rem}}.projects_tabs-wrap{overflow-x:auto}@media (max-width:639px){.projects_tabs-wrap{margin:0 -2rem}}.projects_tabs{margin-bottom:3rem}@media (max-width:639px){.projects_tabs{padding:0 2rem}}.projects_title{position:relative;z-index:2;z-index:var(--z-content-2);margin-bottom:0}.form-inline{background:#e6e6e8;background:var(--c-blue-10);border-radius:1rem;overflow:hidden;padding:4rem 3rem}@media (min-width:640px){.form-inline{padding:4rem 6rem}}@media (min-width:1280px){.form-inline{display:flex;justify-content:space-between;padding:4.6rem 5rem 4.6rem 8rem}}@media (min-width:1800px){.form-inline{padding:4.6rem 8rem 4.6rem 10rem}}.form-inline.__white{background:#fff;background:var(--c-white);box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}.form-inline.__background-image{display:flex;justify-content:flex-end}@media (max-width:899px){.form-inline.__background-image{background:none!important}}@media (min-width:900px){.form-inline.__background-image{padding:4rem;box-shadow:none}}@media (min-width:1800px){.form-inline.__background-image{padding:8rem}}@media (min-width:1280px){.form-inline.__big-bottom-padding{padding-bottom:8rem}}.form-inline_form{max-width:62rem;height:-moz-max-content;height:max-content;margin:auto 0}@media (max-width:1279px){.form-inline_form{margin:0 auto}}.form-inline_form.__small{max-width:100%;margin:0}@media (min-width:900px){.form-inline_form.__small{max-width:32rem;padding:4rem 3rem;background:#fff;background:var(--c-white);border-radius:1rem;box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}}@media (min-width:1280px){.form-inline_form.__small{max-width:41rem;padding:4rem}}.form-inline_title{margin-bottom:.8rem}@media (min-width:1280px){.form-inline_title{margin-bottom:1.4rem}}.form-inline_desc{margin-bottom:2rem}@media (max-width:1279px){.form-inline_image{display:none}}