@media (max-width: 390px) {
  .header__logo img {
    width: 128px;
    height: 26px;
  }
  .header__nav-menu {
    top: 50px;
    right: 20px;
  }
  .header__language-img {
    width: 12px;
    height: 12px;
  }
  .header__language {
    margin-right: 20px;
  }
  .header__burger-menu {
    width: 20px;
    height: 14px;
  }
  .header__burger-menu--active .header__burger-menu-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
  }
  .header__burger-menu--active .header__burger-menu-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
  }
  .header__language-menu--active {
    max-height: 320px;
  }
  .header__language-menu {
    padding: 30px;
  }

  .hero .container,
  .about-us .container,
  .out-expertise .container,
  .contact .container,
  .why-ursa .container {
    padding-top: 20px;
  }
  .hero > .container {
    background-position: bottom;
  }
  .hero .container {
    height: 315px;
  }
  .hero__content {
    width: 100%;
  }
  .hero__title {
    font-size: 35px;
  }
  .hero__description {
    font-size: 14px;
  }
  .header {
    height: 50px;
  }
  .scroll-text__content {
    gap: 0 14px;
  }
  .scroll-text {
    height: 24px;
    margin-bottom: 20px;
  }
  .scroll-text__item {
    font-size: 12px;
  }
  .info-block__value {
    font-size: 24px;
    line-height: 1;
  }
  .info-block__label {
    font-size: 10px;
    line-height: 1;
  }
  .solutions {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .solutions__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .solutions__image {
    display: none;
  }
  .solutions__contents {
    grid-template-columns: 30% 65%;
    gap: 12px;
    grid-template-areas:
      "col1 col2"
      "col3 col3"
      "col4 col4";
  }
  .solutions__image-content {
    display: block;
    width: 85px;
    height: 95px;
  }
  .solutions__button {
    width: 100%;
  }
  .solutions__text,
  .solutions__description {
    font-size: 14px;
  }
  .solutions__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .solutions__details {
    max-width: none;
    width: 100%;
    gap: 14px 0;
  }
  .solutions__details a {
    display: flex;
    width: 100%;
    height: 51px;
    font-size: 14px;
  }

  .what-we-do__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .what-we-do__description {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .what-we-do__blocks {
    flex-flow: row wrap;
    gap: 20px 12px;
    flex-direction: row;
  }
  .what-we-do__block {
    max-width: 134px;
    width: 100%;
  }
  .what-we-do__number {
    font-size: 20px;
  }
  .what-we-do__image {
    margin: 8px 0px;
    width: 134px;
    height: 110px;
  }
  .what-we-do__block-arrow-img {
    width: 8px;
    height: 8px;
  }
  .what-we-do {
    margin-bottom: 40px;
  }
  .join-ursa-network__title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .join-ursa-network__description {
    font-size: 14px;
    margin: 0;
  }
  .join-ursa-network__intro {
    margin-bottom: 12px;
  }
  .join-ursa-network__button {
    order: 1;
    width: 100%;
    font-size: 14px;
  }
  .join-ursa-network__feature {
    max-width: 85px;
    width: 100%;
  }
  .join-ursa-network__feature-text {
    font-size: 10px;
    margin-top: 4px;
  }
  .join-ursa-network__image {
    width: 100%;
    height: 102px;
  }
  .join-ursa-network__features {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
  }
  .join-ursa-network {
    margin-bottom: 40px;
  }

  /* About */

  .about-us__title {
    font-size: 20px;
  }
  .about-us__description {
    font-size: 14px;
    max-width: none;
    width: 100%;
  }
  .about-us__stats {
    gap: 20px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about-us__stat {
    max-width: 130px;
  }
  .about-us__stat-number {
    font-size: 24px;
  }
  .about-us__stat-description {
    font-size: 10px;
  }
  .about-us__stat-img {
    max-width: 134px;
    height: 150px;
    margin: 8px 0;
  }
  .about-us {
    margin-bottom: 40px;
  }
  .our-story__title {
    font-size: 20px;
  }
  .our-story__image {
    display: none;
  }
  .our-story__image-text {
    max-width: 85px;
    height: 163px;
  }
  .our-story__image-text.oib {
    grid-row: 1 / 1;
  }
  .our-story__text {
    gap: 12px;
  }
  .our-story__text > p:nth-child(2) {
    font-size: 14px;
    max-width: 200px;
    width: 100%;
  }
  .osd2 {
    font-size: 14px;
    grid-column: 1 / 3;
  }
  .our-story {
    margin-bottom: 40px;
  }
  .our-mission__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .our-mission__description {
    font-size: 14px;
  }
  .our-mission__goal {
    margin: 20px 0;
    font-size: 14px;
  }
  .our-mission__item-title {
    font-size: 12px;
  }
  .our-mission__item-description {
    font-size: 10px;
  }
  .our-mission__item-img {
    margin: 8px 0;
    width: 100%;
    height: 130px;
  }
  .our-mission__item:nth-child(1) img {
    content: url("../assets/images/Breakpoints/phone/our-mission-mobile-img-1.png");
  }
  .our-mission__item:nth-child(2) img {
    content: url("../assets/images/Breakpoints/phone/our-mission-mobile-img-2.png");
  }
  .our-mission__item:nth-child(3) img {
    content: url("../assets/images/Breakpoints/phone/our-mission-mobile-img-3.png");
  }
  .our-mission__item {
    width: 100%;
  }
  .our-mission__list {
    gap: 12px;
  }
  .our-mission {
    margin-bottom: 40px;
  }
  .our-values__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .our-values__number {
    font-size: 20px;
  }
  .our-values__name {
    font-size: 12px;
  }
  .our-values__description {
    font-size: 10px;
  }
  .our-values__img {
    margin: 8px 0px;
    height: 110px;
  }
  .our-values__group {
    gap: 0 12px;
    display: flex;
    justify-content: center;
  }
  .our-values__item {
    max-width: 134px;
    width: 100%;
  }
  .our-values__list {
    gap: 20px;
  }
  .our-values {
    margin-bottom: 40px;
  }
  .our-certificates {
    margin-bottom: 40px;
  }
  .out-expertise__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .out-expertise > .container {
    padding-top: 40px;
  }
  .out-expertise {
    margin-bottom: 40px;
  }
  .air-freight h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .air-freight > .container {
    padding-top: 40px;
  }
  .air-freight__description {
    font-size: 14px;
    margin: 16px 0;
  }
  .air-freight .air-freight__subtitle {
    font-size: 14px;
    margin: 20px 0;
  }
  .air-freight__image {
    display: none;
  }
  .air-freight__image-text {
    display: block;
  }
  .air-freight__image-text img {
    width: 100%;
    height: 100px;
  }
  .air-freight__item-number {
    font-size: 20px;
  }
  .air-freight .air-freight__item-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .air-freight__item-description {
    font-size: 12px;
  }
  .air-freight__item {
    display: flex;
    flex-direction: column;
  }
  .air-freight__list {
    gap: 16px 0;
  }
  .air-freight__cta-text {
    display: none;
  }
  .air-freight__wrapper {
    margin-bottom: 16px;
  }
  .air-freight__cta-button {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 51px;
  }
  .air-freight {
    margin-bottom: 40px;
  }
  .land-freight > .container {
    padding-top: 40px;
  }
  .land-freight__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .air-freight__image {
    display: none;
  }
  .air-freight__image-phone img {
    max-width: 280px;
    width: 100%;
    height: 100px;
  }
  .land-freight__subtitle {
    margin: 20px 0;
    font-size: 14px;
  }
  .air-freight__item-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .land-freight {
    margin-bottom: 40px;
  }
  .ocean-freight__subtitle {
    margin: 0 0 20px 0 !important;
  }
  .ocean-freight__image-text {
    display: block;
    text-align: center;
  }
  .supply-chain__img {
    display: none;
  }
  .supply-chain__img-text {
    display: block;
  }
  .supply-chain__img-text img {
    max-width: 280px;
    width: 100%;
    height: 100px;
  }
  .supply-chain__cta-text {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .multi-modal__subtitle {
    margin: 20px 0 16px 0;
  }
  .multi-modal__image {
    display: none;
  }
  .multi-modal__image-text {
    display: block;
    content: url("../assets/images/Breakpoints/phone/multi-modal-phone-img.png");
    width: 100%;
    height: 100%;
  }
  .multi-modal__wrapper {
    margin-top: 20px;
  }
  .multi__cta-text {
    display: block;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .minivan-service__title {
    margin: 20px 0 16px !important;
  }
  .minivan-service__image {
    display: none;
  }
  .minivan-service__image-text {
    display: block;
  }
  .minivan-service__image-text img {
    width: 100%;
    height: 100px;
  }
  .minivan-service__list {
    gap: 20px 0;
  }
  .minivan-service__item-questions-wrapper p:nth-child(1) {
    font-size: 14px;
  }
  .minivan-service__item-questions-wrapper p:nth-child(2) {
    font-size: 12px;
  }
  .minivan-service .minivan-service__cta-text {
    font-size: 14px;
    margin: 20px 0;
    display: block;
  }
  .minivan-service__item-questions-wrapper div {
    padding-right: 0;
  }
  .minivan-service__item-questions-wrapper div:nth-child(3) p,
  .minivan-service__item-questions-wrapper div:nth-child(4) p {
    margin-right: -80px;
  }
  .minivan-service__item-questions-wrapper {
    gap: 16px 0;
  }
  .minivan-service .minivan-service__cta-text:nth-child(3),
  .minivan-service .minivan-service__cta-text:nth-child(4),
  .minivan-service .minivan-service__cta-text:nth-child(5),
  .minivan-service .minivan-service__cta-text:nth-child(6) {
    display: none;
  }
  .minivan-service__item-questions {
    margin-bottom: 16px;
  }
  .afmi {
    width: 85px;
    height: 170px;
  }

  .why-ursa > .container {
    padding-top: 40px;
  }
  .air-freight__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .air-freight__subtitle {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .why-ursa__list {
    max-width: 231px;
    width: 100%;
    gap: 20px 0;
  }
  .why-ursa {
    margin-bottom: 40px;
  }
  .ursa-network__text p:nth-child(2) {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ursa-network__text {
    gap: 20px 12px;
  }
  .ursa-network__subtitle {
    margin-bottom: 0;
  }
  .ursa-network__content {
    gap: 0 12px;
  }
  .ursa-network__img {
    display: none;
  }
  .ursa-network__img-text {
    display: block;
  }
  .ursa-network__img-text img {
    width: 85px;
    height: 159px;
  }
  .ursa-network__btn {
    display: block;
    width: 100%;
    height: 51px;
    font-size: 14px;
  }
  .ursa-network {
    margin-bottom: 40px;
  }
  .contact > .container {
    padding-top: 40px;
  }
  .contact__info-img img {
    width: 85px;
    height: 80px;
  }
  .contact__info {
    gap: 0 12px;
    display: flex;
    flex-wrap: nowrap;
  }
  .contact__info-block {
    max-width: 182px;
    width: 100%;
  }
  .contact__info-block div {
    font-size: 10px;
  }
  .footer__contact-subtitle {
    display: none;
  }
  .footer__contact {
    gap: 10px 0;
  }
  .contact__content {
    gap: 50px 0;
  }
  .contact__form::before {
    content: "Have questions? Reach out to us!";
    font-size: 13px;
    font-weight: 700;
    width: 160px;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
  }
  .contact__group {
    margin-bottom: 24px;
  }
  .contact__input,
  .contact__input::placeholder {
    font-size: 12px;
    font-weight: 500;
    height: 34px;
  }
  .contact__button {
    display: block;
    width: 100%;
    height: 51px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 19px;
  }
  .contact {
    margin-bottom: 40px;
  }
  .solutions__title i,
  .join-ursa-network__title i {
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
  }
  .our-values__title i,
  .out-expertise__title i,
  .air-freight__title i {
    font-size: 23px;
  }
  .popup {
    max-width: 208px;
    width: 100%;
    height: min-content;
    padding: 12px;
  }
  .popup__text {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .popup p {
    font-size: 10px;
  }
  .popup p:nth-child(3) {
    margin: 8px 0;
  }
  .popup__close-btn {
    display: block;
    width: 100%;
    height: 31px;
    font-size: 10px;
    font-weight: 700;
  }

  .footer {
    padding: 20px 12px;
  }
  .footer__logo > img {
    width: 84px;
    height: 17px;
  }
  .footer__nav-list {
    gap: 10px 0;
  }
  .footer__nav-item {
    font-size: 10px;
  }
  .footer__contact {
    font-size: 10px;
    gap: 12px 0;
    max-width: 134px;
    width: 100%;
  }
  .footer__contact-icon {
    width: 8px;
    height: 10px;
  }
  .footer__logo {
    margin-right: 100%;
  }
  .footer > .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  .footer {
    height: 164px;
  }
  .air-freight__image-text {
    margin: 0 auto;
  }
}
