@media (max-width: 1900px) {
  .faces__title {
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .faces__swiper .swiper-wrapper {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  .faces__title {
    max-width: calc(100% - 500px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1300px) {
  .partners__wrapper {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .faces__swiper .swiper-wrapper {
    max-width: 100%;
  }
  .faces__images img:first-child {
    left: -10%;
  }
  .faces__images img:last-child {
    right: -10%;
  }
  .partners__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .faces__title {
    max-width: 100%;
    padding: 0;
  }
  .faces__title:before,
  .faces__title:after {
    display: none;
  }
  .faces__title span {
    background: transparent;
  }
  .burger {
    position: relative;
    display: block;
    width: 33px;
    height: 24px;
    background: transparent;
  }
  .burger:before,
  .burger span,
  .burger:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
    background: var(--colorwhite);
  }
  .burger:before {
    top: 0;
  }
  .burger:after {
    top: 22px;
  }
  .burger span {
    top: 10px;
  }
  .burger.active:after,
  .burger.active:before {
    top: 10px;
    width: 75%;
  }
  .burger.active:after {
    transform: rotate(45deg);
  }
  .burger.active:before {
    transform: rotate(-45deg);
  }
  .burger.active span {
    width: 0;
  }
  .header-menu-pc {
    display: none;
  }
  .header-mobile {
    padding-top: 150px;
    display: block;
    position: fixed;
    background: var(--colorwhite);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.3s ease;
    top: -100%;
  }
  .header-mobile.active {
    top: 0;
  }
  .header__menu {
    flex-direction: column;
    color: var(--dark);
    font-weight: 600;
  }
  .about__box span {
    font-size: 1.25rem;
  }
  .about__box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about__icon svg {
    width: 70px;
  }
  .blog__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .partners__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .contacts__wrapper {
    display: block;
  }
  .contacts__map {
    margin-top: 2rem;
  }
  .contacts .contacts__item {
    justify-content: center;
  }
  .contacts .contacts__title {
    text-align: center;
  }
  .contacts .contacts__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .faces__images img {
    height: 45% !important;
  }
  .faces__images img:first-child {
    left: 0;
  }
  .faces__images img:last-child {
    right: 0;
  }
  .hero__desc-main {
    font-size: 2.75rem;
  }
}
@media (max-width: 900px) {
  .hero__textblock {
    max-width: 100% !important;
  }
  .struct__body {
    grid-template-columns: repeat(2, 1fr);
  }
  .about__box span:first-child {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__desc {
    margin-top: 2rem;
  }
  .hero__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__wrapper {
    display: block;
  }
  .hero__title,
  .hero__desc,
  .hero__desc-main {
    text-align: center;
  }
  .hero {
    padding-bottom: calc(320px + 2rem);
  }
  .hero__image {
    height: 320px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__bg:before {
    background: rgba(0, 0, 0, 0.4549019608);
    backdrop-filter: blur(10px);
  }
  .about__box span + strong {
    font-size: 3rem;
  }
  .commit__item svg {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
  }
  .faces__images img {
    height: 250px;
  }
  .faces__images img:first-child {
    left: 0;
  }
  .faces__images img:last-child {
    right: 0;
  }
  .partners__wrapper {
    gap: 24px;
  }
}
@media (max-width: 800px) {
  .faces__swiper .swiper-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 720px) {
  .faces__swiper .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog__wrapper {
    row-gap: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .blog__image {
    height: 225px;
  }
  .blog__item .desc {
    font-size: 14px;
  }
  .blog__name {
    font-size: 24px;
  }
  .commit__item svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
  }
  .hero {
    padding-top: 4rem;
  }
  .hero__desc {
    margin-top: 2rem;
  }
  .hero__btn {
    min-width: 420px;
  }
  .header .pc-vw {
    display: none;
  }
  .header-mobile .mb-vw {
    display: block;
  }
  .header-mobile .header__btn {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--accent);
    margin-top: 2rem;
  }
  .about__body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about__item {
    flex: 1 1 calc(50% - 20px);
  }
  .about__item:nth-child(3) {
    flex: 0 0 100%;
  }
}
@media (max-width: 651px) {
  .struct__desc {
    margin-top: 2rem;
  }
  .commit__item span {
    font-size: 1rem;
  }
  .commit__body {
    gap: 1rem;
  }
  .commit__item {
    margin-top: 1rem;
  }
  .footer__down {
    margin-top: 5rem;
  }
  .footer__contacts .contacts__item {
    font-size: 1.25rem;
  }
  .footer__down {
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .footer__down * {
    flex: 0 0 100%;
  }
  .footer__downitem {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .blog__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog__image {
    height: 250px;
  }
  .blog__btn {
    width: -moz-max-content !important;
    width: max-content !important;
    font-size: 1rem !important;
    padding: 10px 16px !important;
  }
  .partners__wrapper {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .commit__body {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .hero__desc-main {
    margin-top: 10px;
    font-size: 2rem;
  }
  .hero {
    padding-bottom: calc(250px + 2rem);
  }
  .hero__image {
    height: 250px;
    width: 100% !important;
  }
  .hero__image img {
    width: 100% !important;
  }
  .faces__images img {
    height: 200px !important;
  }
  .faces__images img:first-child {
    left: 0;
  }
  .faces__images img:last-child {
    right: 0;
  }
  .faces__title span {
    padding: 0 !important;
  }
}
@media (max-width: 500px) {
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .title {
    font-size: 1.75rem;
  }
  .desc {
    font-size: 1rem;
  }
  .btn {
    font-size: 1.25rem;
    padding: 1rem 24px;
  }
  .faces__item {
    height: 300px;
  }
  .contacts .contacts__item {
    gap: 10px;
    font-size: 1rem;
  }
  .contacts .contacts__item svg {
    height: 24px;
    width: 24px;
    flex: 0 0 24px;
  }
  .struct__name {
    padding: 1rem 10px;
    font-size: 1rem;
  }
  .btn {
    width: 100%;
    min-width: 0;
    width: 100%;
  }
  .footer__body > * {
    flex: 0 0 100%;
  }
  .about__box,
  .about__body {
    margin-top: 12px;
  }
  .struct__body {
    gap: 10px;
  }
  .struct__title span {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 450px) {
  .partners__wrapper {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .partners__item img {
    height: 50px;
    width: 200px;
  }
  .faces__item {
    height: 350px;
  }
}
@media (max-width: 421px) {
  .faces__btn {
    margin-top: 2rem;
  }
  .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about__item {
    flex: 0 0 100%;
  }
  .footer__contacts .contacts__item {
    font-size: 1rem;
  }
  .footer__contacts .contacts__item svg {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 390px) {
  .faces__item {
    height: 300px;
  }
  .hero__desc-main {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .btn {
    font-size: 1rem !important;
  }
  .struct__name {
    padding: 10px 8px;
    font-size: 14px;
  }
}
@media (max-width: 1920px) {
  .faces__images img:first-child,
  .faces__images img:last-child {
    height: 75%;
  }
}
@media (max-width: 1500px) {
  .faces__images img:first-child,
  .faces__images img:last-child {
    display: none;
  }
}
@media (max-width: 1300px) {
  .hero.frst .hero__desc-main {
    font-size: 2.25rem;
  }
  .hero.frst .hero__desc {
    font-size: 1rem !important;
    margin-top: 1.75rem;
  }
  .hero.frst .hero__wrapper {
    padding-left: calc(60% + 2rem);
  }
  .hero.frst .hero__image {
    width: 60vw;
  }
}
@media (max-width: 1000px) {
  .video-name {
    font-size: 1rem;
  }
  .video-thumbnail {
    height: 200px;
  }
  .hero.frst .hero__image {
    width: 100%;
    position: relative;
  }
  .hero.frst .hero .container {
    padding-left: 0;
    margin-left: 0;
  }
  .hero.frst .hero__wrapper {
    margin-top: 2rem;
    padding-left: 1rem;
  }
  .hero.frst .hero__desc {
    font-size: 1.5rem !important;
  }
  .hero.frst {
    padding-bottom: 3rem !important;
  }
  .hero.frst .hero__image img {
    -o-object-fit: cover;
    object-fit: cover;
  }
} /*# sourceMappingURL=media.css.map */