@media (max-width: 1300px) {
  .about {
    background: #dfe2e9 url("../png/about_bg.png") no-repeat 150px 30px/120%;
  }
}
@media (max-width: 1300px) {
  .about {
    background: #dfe2e9 url("../png/about_bg.png") no-repeat 160px 30px/110%;
  }
}
@media (min-width: 1920px) {
  html,
body {
    font-size: 20px;
  }

  .wrapper,
.header__content,
.footer__content {
    max-width: 1400px;
  }

  .story__content {
    max-width: 1500px;
  }
}
@media (min-width: 2500px) {
  html,
body {
    font-size: 24px;
  }

  .story__content {
    max-width: 1700px;
  }
}
@media (max-width: 992px) {
  .wrapper,
.header__content,
.footer__content {
    max-width: 800px;
  }

  .header {
    height: 6.25rem;
  }
  .header__content {
    width: calc(100% - 2.5rem - 5rem);
    margin-left: 2.5rem;
  }

  .main {
    height: 43rem;
    margin-top: 6.24rem;
  }
  .main__content {
    width: 29rem;
    text-align: center;
  }
  .main__content h3 {
    margin-bottom: 1rem;
  }
  .main__content .scroll {
    bottom: 6rem;
  }
  .main-about-features__item {
    width: calc(100% - 10rem);
    margin: 0 auto;
  }
  .main-about-features__item:not(:first-of-type) {
    margin-left: auto;
    margin-top: 5rem;
  }
  .main-about-logos {
    flex-wrap: wrap;
  }
  .main-about-logos__item {
    width: 50%;
  }
  .main-about-logos__item:not(:nth-of-type(3n - 2)) {
    margin-left: 0;
  }

  .facts-list__item {
    width: 100%;
    min-height: 3.75rem;
  }
  .facts-list__item:nth-of-type(even) {
    margin-left: 0;
  }
  .facts-list__item:not(:first-child) {
    margin-top: 3.2rem;
  }

  .technological-expertise-list__item {
    width: calc((100% - 5rem) / 2);
  }
  .technological-expertise-list__item:not(:nth-of-type(-n + 2)) {
    margin-top: 1.8rem;
  }
  .technological-expertise-list__item:not(:nth-child(even)) {
    margin-left: 0;
  }

  .services-list {
    width: 80%;
    margin: 2.5rem auto 0;
  }
  .services-list__item {
    width: 100%;
    min-height: 480px;
  }
  .services-list__item:hover {
    outline: none;
  }
  .services-list__item:not(:first-of-type) {
    margin-left: 0;
    margin-top: 5rem;
  }
  .services-list__item h6 {
    width: 65%;
  }
  .services-list__item .text {
    font-size: 18px;
  }
  .services-list__img img {
    max-height: 18rem;
    object-fit: cover;
    object-position: center top;
  }

  .why-us-slider {
    max-width: 80%;
  }
  .why-us-slider-wrapper {
    width: 100%;
  }
  .why-us-slider-wrapper .slick-arrow {
    top: 64%;
  }

  .recognition-block__item {
    width: 50%;
    margin-left: 0 !important;
  }

  .clients__content {
    width: calc(100% - 2.5rem * 2);
  }

  .testimonials__content {
    width: calc(100% - 2.5rem * 2);
    padding-bottom: 4.7rem;
  }
  .testimonials-slider-wrapper .slick-arrow {
    top: -20.5%;
  }

  .potential__content {
    padding: 7.1rem 0;
  }

  .footer__content {
    width: calc(100% - 2.5rem * 2);
  }
  .footer-col {
    width: calc(50% - 2.5rem);
  }
  .footer-col:first-of-type {
    width: 55%;
  }
  .footer-col:nth-of-type(2) {
    width: calc(45% - 2.5rem);
  }
  .footer-col:nth-of-type(even) {
    margin-left: 2.5rem;
  }
  .footer-col:nth-of-type(odd) {
    margin: 0;
  }
  .footer-col:not(:nth-of-type(-n + 2)) {
    margin-top: 3rem;
  }

  .about {
    background: #dfe2e9 url("../png/about_bg.png") no-repeat 43.5% 110px/220%;
  }
  .about__content {
    width: calc(100% - 5rem * 2);
  }
  .about-info {
    max-height: 445px;
  }
  .about-info .text {
    width: 410px;
  }
  .about-ceo__content {
    min-width: auto;
    flex-direction: column;
    width: calc(100% - 5rem * 2);
  }
  .about-ceo-img {
    width: 100%;
  }
  .about-ceo-img img {
    width: 60%;
  }

  .team {
    background: url("../jpg/team_bg.jpg") no-repeat 57% top/235%;
  }
  .team__content {
    width: calc(100% - 5rem * 2);
    min-width: auto;
  }
  .team-info {
    width: 395px;
    max-height: 275px;
  }

  .story__content {
    width: calc(100% - 7.5rem * 2);
  }
  .story-block {
    display: block;
  }
  .story-block__item {
    display: flex;
  }
  .story-block__item:not(:first-of-type) {
    margin-top: 2.5rem;
  }
  .story-block__item1 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .story-block__item1 h1 {
    width: 190px;
  }
  .story-block__item8 h5 {
    width: 380px;
  }

  .privacy__content {
    width: calc(100% - 5rem * 2);
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }

  h2,
h3 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .text {
    font-size: 14px;
  }

  .header {
    height: 60px;
    min-height: 60px;
  }
  .header__content {
    width: calc(100% - 20px * 2);
    margin-left: 20px;
  }
  .header__content .logo {
    width: 55px;
  }

  .navigation {
    display: none;
  }

  .menu {
    display: block;
    padding: 10px;
  }
  .menu-button.active .menu-button-line--top {
    transform: rotate(45deg);
  }
  .menu-button.active .menu-button-line--middle {
    width: 0%;
    opacity: 0;
  }
  .menu-button.active .menu-button-line--bottom {
    transform: rotate(-45deg);
  }
  .menu-button-line {
    transition: all 0.2s;
  }
  .menu-button-line--top {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: 15% center;
  }
  .menu-button-line--middle {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .menu-button-line--bottom {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: 18% center;
  }
  .menu-button:hover {
    cursor: pointer;
  }

  .menu-mobile {
    position: fixed;
    z-index: 40;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    opacity: 0;
  }
  .menu-mobile.active {
    display: flex;
    animation: fadeOut 0.25s forwards;
  }
  .menu-mobile-list__item {
    position: relative;
    font-family: "Nunito", san-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    color: #ffffff;
  }
  .menu-mobile-list__item:not(:first-child) {
    margin-top: 50px;
  }
  .menu-mobile-list__item:not(:first-child):before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
    background-color: #4466fb;
  }

  .main {
    height: 100vh;
    margin-top: 0;
  }
  .main__content {
    width: calc(100% - 2.5rem * 2);
  }
  .main-about__content {
    padding-top: 45px;
    margin: 0 20px;
    width: auto;
  }
  .main-about-features__item {
    width: 100%;
  }
  .main-about-logos {
    width: 100%;
    margin-top: 2.5rem;
  }
  .main-about-logos__item {
    width: 100%;
  }
  .main-about-logos__item img {
    width: 280px;
  }

  .buttons-block {
    display: block;
  }
  .buttons-block .button {
    width: 190px;
    display: inline-block;
    margin-left: 0;
  }
  .buttons-block .button:not(:first-of-type) {
    margin-left: auto;
    margin-top: 40px;
  }

  .facts__content {
    width: calc(100% - 40px - 30px);
    margin-left: 40px;
  }
  .facts-list__item {
    padding-left: 0;
    padding-top: 50px;
  }
  .facts-list__item::before {
    top: 2px;
    width: 30px;
    height: 30px;
    font-size: 26px;
    display: flex;
    align-items: center;
  }
  .facts-list__item:not(:first-child) {
    margin-top: 60px;
  }

  .technological-expertise-list {
    width: 160px;
    margin: 45px auto 0;
  }
  .technological-expertise-list__item {
    width: 100%;
    margin: 0 auto;
    padding-top: 11rem;
  }
  .technological-expertise-list__item:not(:first-child) {
    margin: 60px auto 0;
  }

  .services__content {
    width: calc(100% - 20px * 2);
  }
  .services-list {
    width: 100%;
  }
  .services-list__item {
    min-height: 450px;
  }
  .services-list__item h6 {
    width: 80%;
  }
  .services-list__back {
    padding: 40px 30px;
  }

  .why-us__content {
    width: calc(100% - 40px * 2);
    padding-bottom: 120px;
  }
  .why-us-slider {
    width: 100%;
    max-width: 100%;
  }
  .why-us-slider .text {
    font-size: 18px;
    width: 100%;
  }
  .why-us-slider .text--small {
    font-size: 14px;
  }
  .why-us-slider-wrapper .slick-arrow {
    bottom: -70px;
    top: auto;
    left: calc(50% - 20px - 40px);
  }
  .why-us-slider-wrapper .slick-arrow--next {
    right: calc(50% - 20px - 40px);
    left: auto;
  }

  .recognition-block__item {
    width: 100%;
    height: 168px;
  }

  .clients-slider-wrapper .slick-arrow {
    bottom: -80px;
    top: auto;
    left: calc(50% - 20px - 40px);
  }
  .clients-slider-wrapper .slick-arrow--next {
    right: calc(50% - 20px - 40px);
    left: auto;
  }

  .testimonials-slider__item {
    padding-right: 30px;
    flex-direction: column;
  }
  .testimonials-slider__img {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .testimonials-slider__img img {
    width: 100px;
    height: 100px;
    margin: 0 20px 20px 0;
  }
  .testimonials-slider__img div {
    text-align: left;
  }
  .testimonials-slider__info {
    width: 100%;
  }
  .testimonials-slider-wrapper .slick-arrow {
    bottom: -80px;
    top: auto;
    left: calc(50% - 20px - 40px);
  }
  .testimonials-slider-wrapper .slick-arrow--next {
    right: calc(50% - 20px - 40px);
    left: auto;
  }

  .footer-col {
    width: 90% !important;
  }
  .footer-col:nth-of-type(2) {
    order: 3;
    margin-left: 0;
  }
  .footer-col:not(:first-child) {
    margin-top: 3.4rem;
  }

  .about {
    background: #dfe2e9;
  }
  .about__content {
    padding-top: 90px;
    padding-bottom: 60px;
    width: calc(100% - 20px * 2);
  }
  .about-info {
    width: 100%;
    max-height: 420px;
  }
  .about-info h2 {
    width: 85%;
  }
  .about-info .text {
    width: 100%;
  }
  .about-ceo__content {
    width: calc(100% - 20px * 2);
    padding-bottom: 60px;
  }
  .about-ceo-img img {
    width: 80%;
  }
  .about-ceo-info {
    width: 100%;
    max-height: 340px;
  }
  .about-ceo-info .text {
    width: 100%;
  }

  .team {
    background: #dfe2e9;
  }
  .team__content {
    width: calc(100% - 20px * 2);
    padding: 50px 0 60px;
  }
  .team-info {
    width: 100%;
    max-height: 210px;
  }

  .story__content {
    width: calc(100% - 20px * 2);
    padding-bottom: 60px;
  }
  .story-block__item1 {
    min-height: 560px;
  }
  .story-block__item8 {
    padding: 72px 0 108px;
  }
  .story-block__item8 h5 {
    width: 250px;
  }

  .privacy__content {
    padding-top: 90px;
    width: calc(100% - 20px * 2);
  }
  .privacy h3 {
    margin-top: 28px;
  }
  .privacy .text {
    margin-top: 14px;
  }
}
.cookies-block {
  width: 90%;
  max-width: 450px;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}