.aboutPage{align-items:flex-start;background:#fff;min-height:calc(100vh - 100px);overflow-y:auto;padding:9.3vh 0 0;width:100%}.pageHeader{color:#000;font-family:Manrope;font-size:2.8rem;font-weight:300;line-height:2.8rem;margin-bottom:9rem;text-transform:uppercase;width:90%}.aboutContainer{align-items:center;display:flex;flex-direction:column;width:100%}.aboutPage .sliderContainer{margin-bottom:7.5rem}.human{display:flex;flex-direction:row;flex-wrap:wrap;position:relative}.human .photo{height:200px;position:relative;width:40%;z-index:1}.human .photo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.human .info{margin:0 auto;width:50%}.human .info .name{color:#000;font-family:Manrope;font-size:1.7rem;font-weight:500;line-height:1.7rem;margin-bottom:.5rem}.human .info .post{color:#949dac;font-family:Open Sans;font-size:.9rem;font-weight:400;letter-spacing:.1em;line-height:1.3rem;margin-bottom:.5rem}.human .info .slogan{color:#000;font-family:Open Sans;font-size:1rem;font-weight:400;line-height:1.4rem;margin-bottom:0}.human .skills{background:#1f1b20;padding:0 0 4rem;transform-origin:left}.human .skills .skill{display:flex;flex-direction:column;width:80%}.human .skills .skill .title{color:#fff;font-family:Manrope;font-size:1.4rem;font-weight:500;line-height:1.4rem;margin-bottom:.6rem}.human .skills .skill .description{color:#fff;font-family:Open Sans;font-size:1rem;font-weight:400}.human .skills .blockName{color:#fff;font-family:Manrope;font-weight:500;letter-spacing:.05em;text-align:right;text-transform:uppercase;width:90%}.human .projects{display:flex;flex-direction:column;margin-left:auto;width:90%}.human .projects .blockName{color:#000;font-family:Manrope;font-size:1.9rem;font-weight:500;line-height:1.9rem;margin-bottom:1.3rem;text-transform:uppercase}.human .projects ul{display:flex;flex-direction:column;margin:0;padding:0 0 0 2.2rem}.human .projects ul li{color:#000;cursor:pointer;display:flex;font-family:Open Sans;font-size:1rem;font-weight:400;line-height:1.4rem;margin-bottom:.4rem}.reviewSlider .sliderBackground .pageWrapper{align-items:flex-start}.review{align-items:center;display:flex;justify-content:center;width:100vw}.reviewInner{display:flex;flex-direction:column;width:90%}.reviewInner .quotes{transform-origin:right}.reviewInner .quotes img{-o-object-fit:contain;object-fit:contain}.reviewInner .content{color:#000;font-family:Open Sans;font-weight:400;transform-origin:right}.reviewInner .delimeter{background:#c3ccd9;height:.5px;width:100%}.reviewInner .user{align-items:center;display:flex;width:100%}.reviewInner .user .photo{border-radius:50%;height:67px;margin-right:25px;overflow:hidden;width:67px}.reviewInner .user .photo img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.reviewInner .user .content{display:flex;flex-direction:column}.reviewInner .user .content .name{font-family:Manrope;font-size:1.2rem;font-weight:700;line-height:1.4rem;margin-bottom:2px}.reviewInner .user .content .company{color:#949dac;font-family:Open Sans;font-size:.9rem;font-weight:400;letter-spacing:.1em;line-height:1.4rem;text-transform:uppercase}.certificatesWrapper{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem;position:relative}.certificatesSliderControls{margin-bottom:7.5rem}.certificates{z-index:1}.certificate{display:flex;flex-direction:column}.certificate .name{color:#fff;font-family:Open Sans;font-size:.9rem;font-weight:400;line-height:1.4rem;margin-bottom:2.5rem}.partnersWrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:7.5rem;width:90%}.partnersWrapper .partner img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.worthsWrapper{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:7.5rem;width:90%}.worthsWrapper .worth{margin:5rem 10%;width:30%}.worthsWrapper .worth:last-child{margin-bottom:0}.worthsWrapper .worth .title{border-bottom:.5px solid #c3ccd9;color:#000;font-family:Manrope;font-size:2rem;font-weight:500;line-height:2rem;margin-bottom:1.1rem;padding-bottom:1.1rem;text-transform:uppercase;width:75%}.worthsWrapper .worth .description{font-family:Open Sans;font-size:1rem;font-weight:400;line-height:1.4rem}@media screen and (min-width:1025px){.pageHeader{padding-left:6.8vw;width:calc(100% - 13.6vw)}.teamSlider .slide{min-width:100vw}.human{display:grid;grid-template-areas:"photo . projects" "photo . projects";grid-template-columns:auto 1.2fr 1fr;grid-template-rows:auto auto;width:93.2vw}.human .photo{grid-area:photo;height:85%;transform:translateX(20%);width:18vw}.human .info{grid-column:2;grid-row:1;margin:0 auto 2.2rem;width:70%}.human .skills{grid-column:2;grid-row:2}.human .skills .blockName{font-size:2.4rem;margin-bottom:1rem;margin-left:1.7rem;margin-top:1.7rem}.human .skills .skill{margin:0 auto 2rem;width:70%}.human .skills .skill:last-child{margin-bottom:0}.human .projects{grid-area:projects;margin:auto;width:50%}.certificatesWrapper{padding:0 6.8vw;width:100%}.certificatesWrapper:before{background:#1f1b20;bottom:0;content:"";height:65%;left:0;position:absolute;width:97%}.certificates{align-items:flex-end;display:grid;grid-template-columns:repeat(4,auto);justify-content:space-between;width:100%}.certificate{opacity:0}.certificate img{margin-bottom:1rem;max-height:36vh;max-width:20vw;-o-object-fit:contain;object-fit:contain}.partnersWrapper{display:grid;gap:5rem 15%;grid-template-columns:1fr 1fr 1fr 1fr;width:70%}.partnersWrapper .partner{align-items:center;display:flex;justify-content:center}.reviewInner{display:grid;grid-template-areas:"user ." "user .";grid-template-columns:1fr 1.2fr;grid-template-rows:auto auto;width:100%}.reviewInner .user .photo{height:5rem;width:5rem}.reviewInner .delimeter{display:none}.reviewInner .user{align-self:center;grid-area:user;justify-self:center;width:auto}.reviewInner .content{background:#1f1b20;color:#fff;font-size:1rem;line-height:1.4rem;padding:1rem 16rem 6rem 5rem}.reviewInner .quotes{background:#1f1b20;padding:6rem 12rem 0 5rem}.reviewInner .quotes img{height:1.4rem}.reviewInner .user .content{background:#0000;color:#000;padding:0}.worthsWrapper{width:80%}.worthsWrapper .worth:first-child,.worthsWrapper .worth:nth-child(2){margin-top:0}.worthsWrapper .worth:nth-child(3){margin-bottom:0}}@media screen and (max-width:1024px){.aboutPage{overflow-x:hidden;overflow-y:auto}.aboutPage .sliderContainer{margin-bottom:5.5rem}.pageHeader{font-size:1.8rem;line-height:1.8rem;margin-bottom:4.3rem;padding-left:0}.teamSlider .pageWrapper{align-items:flex-start}.human{display:flex;width:100vw}.human .photo{height:unset}.human .info .name{font-size:1.4rem;line-height:1.4rem;margin-bottom:.8rem}.human .info .post{font-size:.86rem;line-height:.86rem;margin-bottom:.8rem}.human .info .slogan{font-size:1rem;line-height:1.4rem;margin-bottom:2.6rem}.human .skills{align-items:center;display:flex;flex-direction:column;margin:0 0 0 auto;padding:2.5rem 0;transform:translateY(-70px);width:90%}.human .skills .blockName{font-size:2.4rem;margin-bottom:3.2rem}.human .skills .skill:not(:last-child){margin-bottom:1.8rem}.human .skills .skill .title{font-size:1.2rem;line-height:1.8rem;margin-bottom:.1rem}.human .skills .skill .description{font-size:1rem;line-height:1.4rem}.human .projects .blockName{font-size:1.4rem;line-height:1.4rem;margin-bottom:1rem}.human .projects ul li{font-size:1rem;line-height:1.4rem}.human .projects ul li:not(:last-child){margin-bottom:.5rem}.review{align-items:center;display:flex;justify-content:center;width:100vw}.reviewInner{display:flex;flex-direction:column;width:90%}.reviewInner .quotes{margin-bottom:1rem}.reviewInner .content{font-size:1rem;line-height:1.4rem}.reviewInner .delimeter{margin:2.6rem 0}.reviewInner .user{display:flex;width:100%}.reviewInner .user .photo{border-radius:50%;height:67px;margin-right:25px;width:67px}.reviewInner .user .content .name{font-size:1.1rem;line-height:1.8rem;margin-bottom:0}.reviewInner .user .content .company{font-size:.9rem;line-height:1.8rem}.certificatesWrapper{margin-bottom:5.5rem;padding:2rem 0;position:relative;width:100vw}.certificatesWrapper:before{background:#1f1b20;content:"";height:100%;position:absolute;right:0;top:0;width:80%}.certificatesWrapper .certificates{width:90%}.certificate{align-items:center;flex-direction:row;margin-bottom:2.7rem;width:100%}.certificate img{max-height:30vmax;max-width:40vw;-o-object-fit:contain;object-fit:contain}.certificate .name{font-size:1rem;line-height:1rem;margin-bottom:0;margin-left:1rem}.partnersWrapper{margin-bottom:1rem}.partnersWrapper .partner{margin-bottom:4.5rem;max-height:150px;width:35%}.partnersWrapper .partner:nth-child(2n){margin-left:auto}.worthsWrapper{flex-direction:column;margin-bottom:5.5rem}.worthsWrapper .worth{margin:0 0 2.6rem;width:100%}.worthsWrapper .worth .title{font-size:1.4rem;line-height:1.4rem;margin-bottom:1rem;padding-bottom:1rem;padding-top:0;text-transform:uppercase;width:100%}.worthsWrapper .worth .description{font-size:1rem;line-height:1.4rem}}@media screen and (max-width:768px) and (max-device-height:740px){.aboutContainer .pageHeader{padding-right:10%}}@media screen and (min-width:600px) and (max-width:1023px){.human .photo{width:30%}}.technologies{background:#1f1b20;display:grid;gap:5.55rem;grid-template-columns:auto auto;margin-bottom:7.5rem;overflow:hidden;padding:10.6rem 15% 8rem 17.4rem;position:relative;width:100%}.technologies .page_name{height:100%;left:0;pointer-events:none;position:absolute;top:0}.technologies .page_name img{height:100%;-o-object-fit:contain;object-fit:contain}.technologies .type{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.technologies .type h3{color:#fff;font-family:Manrope;font-size:1.66rem;font-weight:300;margin:0 0 2.22rem;padding:0;text-transform:uppercase}.technologies .type ul{display:flex;flex-direction:row;margin:0;padding:0}.technologies .type ul li{color:#fff;font-family:Manrope;font-size:1.15rem;font-weight:300;letter-spacing:.15em;list-style:none;text-transform:uppercase}.technologies .type ul li:not(:last-child){margin-right:2.22rem}@media screen and (max-width:1700px){.technologies{padding:10.6rem 10% 8rem 13.4rem}}@media screen and (max-width:1366px){.technologies{padding:10.6rem 15% 8rem 17.4rem}}@media screen and (max-width:1280px){.technologies{padding-left:13rem}}@media screen and (max-width:1024px){.technologies{gap:2.8rem;grid-template-columns:1fr;padding:8.6rem 5%}.technologies .page_name{opacity:.3;will-change:transform}.technologies .type h3{font-size:1.8rem;margin-bottom:1.57rem}.technologies .type ul{flex-wrap:wrap}.technologies .type ul li{font-size:1.1rem;margin-bottom:.8rem}.technologies .type ul li:not(:last-child){margin-right:1.45rem}}@media screen and (max-width:900px){.technologies .page_name{height:100vh}}
