@media (max-width: 768px) {
  .header {
    height: 77px;
  }
  .header__language {
    margin-right: 40px;
  }
  .header__language-btn {
    font-size: 14px;
    font-weight: 500;
  }
  .header__nav-list,
  .header__client-btn {
    display: none;
  }
  .header__burger-menu {
    display: flex;
  }
  .header__nav-menu {
    padding: 30px;
  }
  .header__nav-menu-list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    font-size: 16px;
  }
  .header__nav-menu--active {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header__nav-menu--active > a {
    font-size: clamp(14px, 1vw, 16px);
    width: auto;
  }
  .our-values__title i,
  .out-expertise__title i,
  .air-freight__title i {
    font-size: 43px;
  }
  .solutions__title i,
  .join-ursa-network__title i {
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
  }
  .header__burger-menu-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .header__burger-menu--active .header__burger-menu-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
  }

  .header__burger-menu--active .header__burger-menu-line:nth-child(2) {
    opacity: 0;
  }

  .header__burger-menu--active .header__burger-menu-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
  }
  .header__client-btn-burger {
    display: block;
    width: 128px;
    font-size: 16px;
    height: 51px;
  }
  .hero > .container {
    padding-top: 13px;
  }
  .hero__title {
    font-size: 64px;
    margin-bottom: 20px;
  }
  .hero__description {
    max-width: 283px;
    width: 100%;
    font-size: 16px;
  }
  .scroll-text {
    height: 46px;
  }
  .scroll-text__content {
    gap: 0 55px;
  }
  .scroll-text__item {
    font-size: 20px;
  }
  .info-block-container {
    margin: 60px 0;
  }
  .info-block {
    gap: 0 20px;
    justify-content: center;
  }
  .info-block__value {
    font-size: clamp(16px, 6vw, 64px);
    font-weight: 800;
  }
  .info-block__label {
    font-size: clamp(10px, 2vw, 12px);
  }
  .solutions {
    margin-bottom: 60px;
  }
  .solutions > .container {
    gap: 0 16px;
  }
  .solutions__title {
    font-size: clamp(16px, 7vw, 32px);
    margin-bottom: 40px;
    word-break: break-word;
  }
  .solutions__contents {
    grid-template-columns: 25% 75%;
    grid-template-rows: auto auto auto;
    gap: 20px 15px;
    grid-template-areas:
      "col1 col2"
      "col1 col3"
      "col1 col4";
  }

  .solutions__description,
  .solutions__text {
    font-size: 16px;
    max-width: 368px;
    width: 100%;
  }
  .solutions__description {
    grid-area: col2;
  }
  .solutions__text {
    grid-area: col3;
  }
  .solutions__image {
    width: 176px;
    height: 293px;
    margin-bottom: 0;
  }
  .solutions__details {
    margin-top: 0;
    align-self: flex-start;
  }
  .solutions__button {
    grid-area: col4;
    height: 51px;
    font-size: 16px;
    align-self: end;
  }
  .what-we-do {
    margin-bottom: 60px;
  }
  .what-we-do__title {
    font-size: clamp(16px, 7vw, 32px);
    margin-bottom: 40px;
  }
  .what-we-do__description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .what-we-do__blocks {
    flex-flow: row wrap;
    gap: 40px 16px;
    flex-direction: row;
  }
  .what-we-do__number {
    font-size: 32px;
  }
  .what-we-do__block {
    max-width: 176px;
  }
  .what-we-do__text {
    font-size: 12px;
  }
  .what-we-do__image {
    width: 176px;
    height: 110px;
  }
  .what-we-do__link {
    font-size: 14px;
  }
  .what-we-do__block-arrow-img {
    width: 10px;
    height: 10px;
  }
  .join-ursa-network {
    margin-bottom: 60px;
  }
  .join-ursa-network > .container {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
  .join-ursa-network__title {
    font-size: clamp(16px, 7vw, 32px);
    margin: 0 0 40px 0;
    word-break: break-word;
  }
  .join-ursa-network__intro {
    margin-bottom: 20px;
  }
  .join-ursa-network__description {
    font-size: 16px;
    margin: 0;
  }
  .join-ursa-network__features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .join-ursa-network__image {
    width: 176px;
    height: 190px;
  }
  .join-ursa-network__feature-text {
    font-size: 14px;
  }
  .join-ursa-network__button {
    display: block;
    width: 157px;
    height: 51px;
    font-size: 16px;
    margin: 0;
    margin-top: auto;
    order: 1;
  }
  .join-ursa-network__feature {
    max-width: 176px;
    width: 100%;
  }

  /* About */
  .about-us {
    margin-bottom: 60px;
  }
  .about-us > .container {
    padding-top: 60px;
  }
  .about-us__title {
    font-size: 40px;
    margin-bottom: 42px;
  }
  .about-us__description {
    font-size: 16px;
    max-width: 272px;
    width: 100%;
  }
  .about-us__stats {
    gap: 16px;
  }
  .about-us__stat {
    max-width: 170px;
    width: 100%;
  }
  .about-us__stat-img {
    width: 170px;
    height: 132px;
    margin: 12px 0;
  }
  .about-us__stat-number {
    font-size: 32px;
  }
  .about-us__stat-title {
    font-size: 12px;
  }
  .about-us__stat-description {
    font-size: 14px;
  }
  .our-story {
    margin-bottom: 60px;
  }
  .our-story__content {
    gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .our-story__text {
    gap: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    justify-content: space-between;
  }
  .our-story__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .our-story__description {
    font-size: 16px;
  }
  .our-mission {
    margin-bottom: 60px;
  }
  .our-mission__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .our-mission__description {
    font-size: 16px;
  }
  .our-mission__item {
    max-width: 330px;
    width: 100%;
  }
  .our-mission__list {
    gap: 20px;
  }
  .our-mission__goal {
    margin: 20px 0 40px;
    font-size: 16px;
  }
  .our-mission__item-title {
    font-size: 14px;
  }
  .our-mission__item-img {
    margin: 12px 0;
    width: 100%;
    height: 163px;
  }
  .our-mission__item-description {
    font-size: 14px;
  }
  .our-values,
  .our-certificates {
    margin-bottom: 60px;
  }
  .our-values__title {
    font-size: 40px;
    margin-bottom: 80px;
  }
  .our-values__item {
    max-width: 272px;
    width: 100%;
  }
  .our-values__group {
    gap: 0 16px;
    justify-content: center;
  }
  .our-values__number {
    font-size: 32px;
  }
  .our-values__name {
    font-size: 14px;
  }
  .our-values__img {
    margin: 12px 0px;
  }
  .our-values__description {
    font-size: 14px;
  }
  .our-certificates .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .our-certificates__title {
    margin-bottom: 70px;
  }
  /* Services */
  .out-expertise {
    margin-bottom: 60px;
  }
  .out-expertise > .container {
    padding-top: 60px;
  }
  .out-expertise__title {
    font-size: 40px;
    margin-bottom: 60px;
  }

  /* Why ursa */
  .why-ursa {
    margin-bottom: 60px;
  }
  .why-ursa > .container {
    padding-top: 60px;
  }
  .air-freight__title {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .why-ursa__list {
    max-width: 464px;
    width: 100%;
    gap: 16px 0;
  }
  .air-freight__subtitle {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .air-freight__description {
    font-size: 16px;
    margin: 20px 0;
  }
  .air-freight__item-number {
    font-size: 32px;
  }
  .air-freight__item-title {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  .air-freight__item-description {
    font-size: 16px;
  }
  .why-ursa__title {
    margin-bottom: 40px;
  }
  .ursa-network {
    margin-bottom: 60px;
  }
  .ursa-network__content {
    gap: 0 16px;
  }
  .ursa-network__text > p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ursa-network__subtitle {
    margin-bottom: 16px;
  }
  .ursa-network__btn {
    display: block;
    width: 131px;
    height: 51px;
    font-size: 16px;
  }

  /* Contact */
  .contact > .container {
    padding-top: 60px;
  }
  .contact__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px 0;
    flex-wrap: wrap;
  }
  .contact__info-img {
    margin-bottom: 0;
    width: 100%;
  }
  .air-freight__wrapper > .air-freight__image {
    max-width: 325px;
    min-width: 220px;
    width: 100%;
    height: auto;
  }
  .air-freight__image img {
    width: 100%;
    height: 100%;
  }
  .cii {
    width: 100%;
  }
  .contact__info-block {
    max-width: none !important;
    width: 100% !important;
  }
  .contact__info-block div {
    font-size: 14px;
  }
  .footer__contact-subtitle {
    margin: 0;
    font-size: 16px;
  }
  .contact__info {
    gap: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact__form::before {
    content: "Have questions? Reach out to us!";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -44px;
  }
  .contact__form {
    position: relative;
  }
  .contact__input,
  .contact__input::placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .contact__button {
    display: block;
    height: 51px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .contact__checkbox-input {
    width: 12px;
    height: 12px;
  }
  .contact__checkbox {
    font-size: 12px;
  }
  .contact__form,
  .contact__group,
  .contact__input {
    width: 100%;
  }
  .contact {
    margin-bottom: 60px;
  }
  .popup {
    max-width: 463px;
    width: 100%;
    height: min-content;
    padding: 34px 20px;
  }
  .popup__text {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .popup p {
    font-size: 14px;
  }
  .popup p:nth-child(3) {
    margin: 16px 0;
  }
  .popup__close-btn {
    display: block;
    width: 86px;
    height: 51px;
    font-size: 16px;
    font-weight: 700;
  }

  /* Air-freight */
  .air-freight > .container {
    padding-top: 60px;
  }
  .air-freight h1 {
    margin-bottom: 40px;
    font-size: clamp(16px, 6vw, 64px);
  }
  .air-freight .air-freight__subtitle {
    font-size: 16px;
    margin: 0 0 40px 0;
  }
  .air-freight__wrapper {
    gap: 0 16px;
    margin-bottom: 40px;
  }
  .air-freight__item {
    gap: 0 12px;
  }
  .air-freight .air-freight__item-title {
    font-weight: 700;
  }
  .air-freight__cta-text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .air-freight__cta-text br {
    display: none;
  }
  .air-freight__cta-button {
    display: block;
    font-size: 16px;
    width: 143px;
    height: 51px;
  }
  .air-freight {
    margin-bottom: 60px;
  }
  .ocean-freight span {
    line-height: 1;
  }
  .ocean-freight__subtitle {
    margin: 0 0 20px 0 !important;
  }
  .ocean-freight__list {
    gap: 16px 0;
  }

  /* Supply */
  .supply-chain span {
    line-height: 1;
  }
  .supply-chain__img img {
    content: url("../assets/images/Breakpoints/tablet/supply-chain-tablet-img.png");
  }
  .supply-chain__list {
    gap: 20px 0;
  }

  /* Multi */
  .multi-modal .multi-modal__subtitle {
    margin-bottom: 20px !important;
  }
  .multi-modal .multi-modal__subtitle br {
    display: none;
  }
  .multi-modal__wrapper {
    margin-top: 40px;
  }
  .multi-modal span {
    line-height: 1;
  }
  .multi-modal__image img {
    width: 100%;
    height: 100%;
  }

  /* Minivan */
  .minivan-service__title {
    margin-bottom: 20px !important;
  }
  .minivan-service span {
    line-height: 1;
  }
  .minivan-service br {
    display: none;
  }
  .minivan-service__list {
    gap: 20px 0;
  }
  .minivan-service .minivan-service__cta-text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .minivan-service__item-questions {
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
    flex-direction: row;
  }
  .minivan-service__item-questions-wrapper {
    gap: 20px 0;
  }
  .minivan-service__item-questions-wrapper p:nth-child(1) {
    font-size: 16px;
  }
  .minivan-service__item-questions-wrapper p:nth-child(2) {
    font-size: 14px;
  }
  .minivan-service__item-questions-wrapper div {
    padding-right: 20px;
  }
  .minivan-service .minivan-service__cta-text:nth-child(3) {
    margin-bottom: 20px !important;
  }
  .minivan-service .minivan-service__cta-text:nth-child(4) {
    margin: 20px 0 !important;
  }
  .minivan-service .minivan-service__cta-text:nth-child(5) {
    margin-bottom: 20px !important;
  }
  .minivan-service .minivan-service__cta-text:nth-child(6) {
    margin: 20px 0 !important;
  }

  /* Land */
  .land-freight {
    margin-bottom: 60px;
  }
  .land-freight span {
    line-height: 1;
  }
  .land-freight__title {
    margin-bottom: 40px;
  }
  .land-freight__subtitle {
    margin-bottom: 40px;
  }
  .land-freight__list {
    gap: 16px 0;
  }

  .footer {
    padding: 20px 20px;
  }
  .footer > .container {
    display: flex;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
  }
  .footer__logo {
    max-width: 190px;
  }
  .footer__navigation {
    font-size: 16px;
    margin: 0;
  }
  .footer__nav-list {
    gap: 16px 0;
  }
  .footer__contact {
    font-size: 16px;
    gap: 16px 0;
    max-width: 224px;
    width: 100%;
  }
  .footer__contact-item {
    gap: 0 8px;
  }
  .footer__contact-item:nth-child(1) {
    display: flex;
    align-items: flex-start;
  }
  .footer__contact-icon {
    width: 16px;
    height: 16px;
  }
}
