@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
  }
  .founders__item:first-child .founders__text {
    width: 250px;
  }
  .scroll {
    width: 230vw;
  }
  .indust__title {
    font-size: 80px;
  }
  .scale__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1024px;
  }
  .hero__title {
    font-size: 84px;
  }
  .hero-image {
    top: auto;
    bottom: 10%;
  }
  .about__text {
    font-size: 16px;
    width: 70%;
  }
  .about__text span {
    font-size: 16px;
  }
  .about__subtext {
    font-size: 15px;
  }
  .founders__item:first-child {
    flex-direction: column;
    width: 40%;
  }
  .founders__item:first-child .founders__text {
    margin-top: 0;
    width: 100%;
  }
  .founders__item:last-child .founders__text {
    margin-top: 40px;
  }
  .founders__item:last-child {
    width: 30%;
  }
  .items__item {
    width: 40%;
  }
  .scroll {
    width: 280vw;
  }
  .indust__title {
    font-size: 66px;
    margin-bottom: 40px;
  }
  .scale__title {
    font-size: 38px;
  }
  .indust__inner {
    gap: 40px;
  }
  .advice__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 800px;
  }
  .menu {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    position: relative;
  }
  .line {
    fill: none;
    stroke: #fafafa;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 75;
    stroke-width: 6;
    stroke-dashoffset: -134;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -90;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  body.lock {
    overflow: hidden !important;
  }
  nav {
    position: fixed;
    top: 0;

    width: 100vw;
    height: 100vh;
    background-image: url("../images/mob-bg.png");
    z-index: 2;
    left: -100vw;
    transition: all 0.4s;
  }
  nav .nav {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  nav.active {
    left: 0;
  }
  .menu,
  .logo {
    z-index: 3;
  }
  .header__inner,
  .header {
    overflow: visible;
  }
  .nav__link {
    color: #fff;
    font-family: Oswald;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .nav__item {
    position: relative;
  }
  .nav__link-pre {
    display: block;
    position: absolute;
    left: -25px;
    color: #808080;
    font-family: Oswald;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
  }
  .logo {
    padding: 10px 0;
  }
  .hero__text {
    font-size: 14px;
    width: 50%;
  }
  .hero__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero__subtext {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .about {
    padding-top: 100px;
    padding-bottom: 200px;
    z-index: 2;
  }
  .about__number .inn {
    font-size: 56px;
  }
  .founders__title {
    font-size: 80px;
  }
  .founders__text {
    font-size: 14px;
  }
  .items__item {
    width: 100%;
  }
  .scale__subtitle {
    font-size: 20px;
  }
  .scale__title {
    font-size: 27px;
    padding-top: 20px;
  }
  .indust {
    padding: 50px 0;
  }
  .indust__text {
    font-size: 14px;
  }
  .indust__subtitle p {
    font-size: 44px;
  }
  .advice__title {
    font-size: 34px;
  }
  .advice__text {
    font-size: 16px;
  }
  .advice {
    padding: 150px 0 200px;
  }
  .portfolio__title {
    font-size: 80px;
  }
  .portfolio__content h4 {
    font-size: 34px;
  }
  .footer__bottom {
    margin-top: 40px;
  }
  .footer__right {
    padding-right: 0;
  }
  .form__wrap {
    width: 50%;
  }
  .hero-service__inner {
    flex-direction: column;
  }
  .hero-service__image {
    width: 60%;
  }
  .details__inner {
    flex-direction: column;
  }
  .results__item {
    flex: 45%;
  }
}
@media screen and (max-width: 800px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .hero {
    padding: 100px 0;
  }
  .hero__title {
    font-size: 56px;
    letter-spacing: -1.44px;
  }
  .hero__subtext {
    width: 300px;
    font-size: 14px;
  }
  .btn-big {
    font-size: 16px;
    width: 169px;
  }
  .btn img {
    width: 18px;
    height: 18px;
  }
  nav .nav {
    gap: 25px;
  }
  .founders__item:last-child {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 20px;
    width: 40%;
    align-self: flex-end;
  }
  .founders__content {
    display: flex;
    flex-direction: column;
  }
  .founders__text {
    width: 100% !important;
  }
  .items__text {
    font-size: 14px;
  }
  .items__title {
    font-size: 24px;
  }
  .hero__btn {
    margin-bottom: 5px;
  }
  .scroll {
    width: 100%;
    height: auto;
    margin: 50px 0;
    padding: 0 20px;
  }
  .scroll__wrapper {
    flex-direction: column;
  }
  .scroll__item-top {
    flex-direction: column;
    align-items: center;
  }
  .scroll__item-content {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
  }
  .scroll__item-bottom h3 {
    font-size: 24px;
  }
  .scroll__item-content span {
    font-size: 20px;
  }
  .scroll__item-content p,
  .scroll__item-bottom p {
    font-size: 14px;
  }
  .scale {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .scale__inner {
    padding: 20px;
  }
  .linee {
    height: 30px;
  }
  .indust__inner {
    gap: 20px;
    flex-direction: column;
  }
  .indust__item {
    max-width: 100%;
  }
  .indust {
    padding: 20px 0;
  }
  .indust__title {
    font-size: 46px;
    margin-bottom: 15px;
  }
  .advice__top {
    flex-direction: column;
  }
  .advice__btn {
    position: relative;
    margin: 10px 0 -10px;
    right: 0;
    bottom: 0;
  }
  .advice__text {
    font-size: 14px;
  }
  .btn-small {
    width: 135px;
    font-size: 16px;
  }
  .portfolio {
    padding: 0 0 50px;
  }
  .portfolio__icon {
    width: 100px;
  }
  .portfolio__subtitle {
    font-size: 18px;
    margin: -10px;
  }
  .portfolio__title {
    margin-bottom: 30px;
    font-size: 60px;
  }
  .footer__top {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .form__wrap {
    width: 100%;
    padding: 20px;
  }
  .footer__arrow {
    align-self: center;
  }
  .logo__subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .navigation a {
    font-size: 16px;
  }
  .form__title {
    font-size: 24px;
  }
  .form__subtitle {
    font-size: 14px;
    margin: 6px 0 14px;
  }
  .btn-small {
    margin-top: 20px;
  }
  .footer__text {
    font-size: 14px;
  }
  .footer__arrow {
    width: 79px;
  }
  .about {
    padding-bottom: 200px;
  }
  .founders {
    padding-bottom: 100px;
  }
  .scale__content {
    padding: 10px;
  }
  .portfolio__item {
    display: flex;
  }
  .portfolio__image {
    display: block;
    position: relative;
    width: 50%;
    pointer-events: all;
    padding: 0 20px;
  }
  .portfolio__content {
    flex-direction: column;
  }
  .portfolio__inner {
    height: 100%;
    width: 50%;
    padding-bottom: 5px;
  }
  .portfolio__content h4 {
    font-size: 28px;
  }
  .portfolio__item {
    padding: 10px 0;
  }
  .hero-service {
    padding-top: 100px;
  }
  .hero-service__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .hero-service__grey,
  .hero-service__white {
    font-size: 14px;
  }
  .hero-service__subtitle {
    margin-top: 20px;
  }
  .details {
    padding-top: 80px;
  }
  .details__text {
    font-size: 16px;
    width: 100%;
  }
  .details__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .results {
    padding: 100px 0;
  }
  .results__title {
    font-size: 40px;
  }
  .results__content h4 {
    font-size: 16px;
  }
  .results__content p {
    font-size: 14px;
  }
  .results__item {
    height: auto;
    gap: 40px;
  }
  .results__image {
    width: 20%;
  }
  .scroll__item-image {
    width: 35%;
  }
  .advice__image {
    width: 40%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .advice__image {
    width: 70%;
    margin: 20px 0;
  }
  .hero__title {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
  .hero__text {
    width: 90%;
  }
  .logo {
    width: 105px;
  }
  .hero {
    padding: 80px 0;
  }
  .hero__subtext {
    width: 50%;
    align-self: flex-end;
    margin-top: -10px;
  }
  .hero__left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero__btn {
    margin: 20px auto 5px;
  }
  .hero-image {
    width: 60%;
    right: 50%;
    top: 50%;
    translate: 50% -50%;
    bottom: auto;
  }
  .hero-bg {
    top: auto;
    bottom: 0;
    left: -100px;
  }
  .about__top {
    flex-direction: column;
  }
  .about__text {
    width: 100%;
  }
  .about__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .about__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .about__item {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .about__inner {
    gap: 30px;
  }
  .about {
    padding-bottom: 300px;
  }
  .top-bg {
    background-image: url(../images/top-bg-mobile.png);
  }
  .founders__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .founders__item:first-child {
    width: 80%;
  }
  .founders__item:last-child {
    width: 70%;
  }
  .items__item {
    padding: 15px;
  }
  .scroll__item {
    padding: 15px;
  }
  .scroll__item-content {
    margin-bottom: 40px;
  }
  .scale__title {
    font-size: 24px;
  }
  .scale__subtitle {
    font-size: 14px;
    margin: 10px 0 30px;
  }
  .indust__item ul span {
    font-size: 14px;
  }
  .advice__text {
    width: 90%;
  }
  .footer {
    padding: 32px 0;
  }
  .scroll__item-first {
    padding: 0;
  }
  .footer__right {
    gap: inherit;
    justify-content: space-between;
  }
  .hero-service__image {
    width: 100%;
  }
  .results__item {
    flex: 100%;
  }
  .results__image {
    width: 40%;
  }
}
@media screen and (max-width: 365px) {
  .scale__title {
    font-size: 20px;
  }
  .indust__title {
    font-size: 36px;
  }
}
