@media (max-width: 991px) {
  .dashed-arrow {
    top: -40px;
    left: calc(50% - 25px);
  }

  .header {
    height: auto;
  }

  .header-image {
    flex: none;
  }

  .header-image img {
    max-width: 398px;
  }

  .header-line {
    bottom: -92px;
  }

  .header-bg {
    top: -482px;
    height: 1040px;
  }

  .header-content {
    flex-direction: column;
    gap: 60px;
    margin-top: 140px;
  }

  .header-data-block {
    flex: none;
    padding: 8px;
    background-color: transparent;
  }

  .header-data-block h1 {
    text-align: center;
  }

  .header-data-text {
    text-align: center;
  }

  .header-button {
    align-self: center;
  }

  .footer .nav-list {
    position: relative;
    left: -30px;
  }

  .logo,
  .toggle-icon {
    margin: 23px;
  }

  .logo,
  .logo img{
    height: 44px;
  }

  .linkedin-link-data {
    width: 100%;
    background: linear-gradient(90.31deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%),
    #EBF0F5;
    border-radius: 0 0 16px 16px;
  }

  .navbar-box {
    position: absolute;
    width: calc(100% - 160px);
    top: -140px;
    transition: box-shadow 0.5s ease;
  }

  .navbar {
    flex-wrap: wrap;
    padding: 0;
    height: 90px;
  }

  .navbar nav {
    display: none;
    flex-basis: 100%;
    padding: 0 32px;
    background: linear-gradient(90.31deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%),
    #EBF0F5;
    overflow: hidden;
  }

  .navbar .nav-list {
    flex-direction: column;
    width: 100%;
  }

  .navbar li {
    position: relative;
    height: 70px;
    border-bottom: 1px solid var(--light-gray);
  }

  .navbar li:first-of-type {
    height: 66px;
  }

  .navbar li:last-of-type {
    border-bottom: none;
  }

  .navbar .nav-link {
    margin: 0;
    padding: 25px 0;
    width: 100%;
  }

  .navbar .linkedin-link {
    display: none;
    margin: 16px 32px 32px;
    padding: 11px;
    height: 44px;
    width: 44px;
    border-radius: 8px;
    background-color: var(--white);
  }

  .navbar .linkedin-link img {
    width: 22px;
  }

  .navbar .nav-link::after {
    content: url("../../resources/images/icons/arrow-right-dark.svg");
    position: absolute;
    padding: 5px;
    right: -5px;
    bottom: 14px;
    font-size: 1.2em;
  }

  .navbar .nav-link[href="#about"]::after {
    bottom: 10px;
  }

  .toggle-icon {
    display: block;
    height: 44px;
    padding: 11px;
    cursor: pointer;
    border-radius: 8px;
    background-color: var(--white);
  }
}

@media (max-width: 767px) {
  .about-section,
  .industry-section,
  .services-section,
  .team-section {
    margin: 0;
    padding: 80px 24px;
    border-radius: unset;
  }

  .about-section {
    z-index: 1;
  }

  .about-image {
    width: 134px;
  }

  .about-text {
    margin-top: 8px;
    font-size: 16px;
  }

  .advantages-section {
    padding: 80px 24px;
  }

  .advantages-items {
    margin-top: 32px;
  }

  .advantages-first,
  .advantages-third {
    left: 0;
  }
  .advantages-first,
  .advantages-second {
    margin-bottom: 72px;
  }

  .advantages-item-content {
    padding: 16px;
    flex-basis: 100%;
  }

  .advantages-image img {
    width: 109px;
  }

  .advantages-bg-1 {
    top: -225px;
    right: 0;
  }

  .advantages-bg-2 {
    left: 30px;
    bottom: 45px;
  }

  .container-scroller {
    padding-top: 16px;
  }

  .contact-section {
    padding: 0;
  }

  .contact-content {
    align-items: stretch;
  }

  .contact-content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-data {
    padding: 80px 24px;
    border-radius: 0;
    min-width: unset;
  }

  .contact-heading {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .contact-greeting {
    font-size: 14px;
    margin-bottom: 32px;
    line-height: 1.6;
  }

  .contact-bg-7 {
    bottom: 0;
  }

  .contact-bg-8 {
    border-top-right-radius: 0;
  }

  .dashed-arrow {
    top: -48px;
    left: calc(50% - 25px);
  }

  .footer {
    padding: 80px 24px;
  }

  .footer-address {
    gap: 16px;
  }

  .footer-address-value {
    line-height: 1.7;
  }

  .footer-address-title {
    margin-bottom: 8px;
  }

  .footer-side-data {
    margin-top: 201px;
  }

  .footer-info {
    margin: 0 0 8px;
  }

  .footer-linkedin {
    margin-top: 16px;
  }

  .footer-nav-menu {
    width: 214px;
    margin-left: -5px;
    margin-bottom: 51px;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-content > div {
    padding: 0;
  }

  .footer-contact {
    position: absolute;
    bottom: 156px;
  }

  .footer-logo {
    margin-bottom: 19px;
  }

  .footer .nav-link {
    margin: 0;
  }

  .footer .nav-list {
    height: 96px;
    gap: 5px 0;
  }

  .form {
    width: 100%;
    max-width: 382px;
  }

  .form input,
  .form textarea {
    margin-bottom: 24px;
  }

  .header {
    padding: 0 16px;
    height: auto;
  }

  .header-content {
    margin-top: 149px;
  }

  .header-data-block h1 {
    font-size: 42px;
  }

  .header-data-text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
  }

  .header-bg {
    top: -317px;
    height: 805px;
  }

  .header-heading img {
    top: 45px;
    width: 165px;
  }

  .header-title {
    width: 145px;
  }

  .industry-items {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
    max-width: 382px;
  }

  .industry-items :nth-child(3) {
    flex-basis: 100%;
  }

  .industry-item {
    padding: 24px 20px;
  }

  .industry-item-title {
    font-size: 18px;
    width: 147px;
  }

  .industry-image {
    padding: 24px;
    width: 80px;
    height: 80px;
  }

  .industry-image img {
    width: 32px;
    height: 32px;
  }

  .industry-bg-1,
  .industry-bg-2 {
    display: none;
  }

  .footer .nav-list {
    left: 0;
  }

  .navbar-box {
    position: absolute;
    width: calc(100% - 32px);
    top: -149px;
    transition: box-shadow 0.5s ease;
  }

  .products-section {
    padding: 80px 24px 189px;
  }

  .products-items {
    gap: 8px;
    margin-top: 32px;
  }

  .product-item {
    gap: 16px;
    padding: 24px;
  }

  .products-side-content {
    flex-direction: column-reverse;
    gap: 10px;
    bottom: -117px;
    width: auto;
  }

  .products-side-content picture {
    text-align: right;
    padding: 0 16px;
  }

  .products-side-content img {
    top: 0;
  }

  .products-side-text {
    width: auto;
    line-height: 1.3;
  }

  .product-text {
    font-size: 18px;
  }

  .section-title {
    position: relative;
    z-index: 1;
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .services-content {
    padding: 24px 24px 16px;
  }

  .services-heading {
    margin: 16px 0 8px;
    font-size: 18px;
  }

  .services-items {
    margin-top: 32px;
    gap: 16px;
  }

  .services-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    min-width: unset;
    max-width: 382px;
  }

  .services-image {
    position: unset;
  }

  .team-members {
    margin-top: 32px;
    flex-direction: column;
    align-items: center;
  }

  .team-member {
    width: 100%;
    max-width: 382px;
  }

  .team-member-name {
    font-size: 18px;
  }

  .team-member-position {
    line-height: 1.4;
  }

  .team-bg-1 {
    right: -18px;
    top: -117px;
  }

  .team-bg-2 {
    left: 20px;
    bottom: -35px;
  }
}

@media (max-width: 447px) {
  .header-line h3 {
    font-size: 20px;
  }
  .header-bg {
    top: -220px;
  }
  .logo {
    margin-right: 0;
  }
  .industry-items {
    max-width: 187px;
  }
  .toggle-icon {
    margin-left: 0;
  }
}
