@font-face {
  font-family: "NokiaKokia";
  src: url("../assets/fonts/NokiaKokia.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/NokiaKokia.woff2") format("woff2"),
    url("../assets/fonts/NokiaKokia.woff") format("woff"),
    url("../assets/fonts/NokiaKokia.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
}
header {
  flex-shrink: 0;
}
main {
  flex-grow: 1;
}
footer {
  margin-top: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1d183b;
  background-color: #fbfbf9;
}

.container {
  max-width: 1380px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.info-block-container {
  margin: 120px auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 126px;
}

.header__content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
}

.header__content > .header__client-btn {
  padding: 0px 40px;
  width: fit-content;
}

.header__nav {
  margin: 0 auto;
}

.header__nav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 40px;
  font-size: 20px;
}

.header__nav-link--active {
  color: #eb8e17 !important;
}

.header__language {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 24px;
  position: relative;
}

.header__language-img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header__language-btn {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 11px;
  font-size: 20px;
}

.header__language-arrow {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  height: 8px;
  width: 12px;
}

.header__language-arrow--active {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.header__language-menu {
  position: absolute;
  top: 34px;
  right: -24px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform-origin: top;
  visibility: hidden;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease,
    visibility 0.3s;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease,
    transform 0.3s ease, visibility 0.3s;
  -moz-transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease,
    visibility 0.3s;
  -ms-transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease,
    visibility 0.3s;
  -o-transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease,
    visibility 0.3s;
}

.header__language-menu--active {
  opacity: 1;
  max-height: 340px;
  width: 193px;
  z-index: 1000;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.header__language-list {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.header__language-icon {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header__language-option {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0 8px;
  line-height: 1;
}

.header__client-btn {
  width: 190px;
  height: 46px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #1d183b;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.hero > .container {
  background-image: url("../assets/images/hero-bg-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 16 / 9;
}

.hero > .container {
  padding-top: 80px;
}

.hero__content {
  max-width: fit-content;
}
.hero__title {
  font-size: 128px;
  font-family: "NokiaKokia", sans-serif;
  letter-spacing: 4px;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 0.8;
  font-weight: 400;
}

.hero__description {
  max-width: 554px;
  width: 100%;
  font-size: 24px;
}

/* Scroll */
.scroll-text {
  height: 80px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-color: #1d183b;
}

.scroll-text__wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  height: 100%;
}

.scroll-text__content {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.scroll-text__item {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.wrap {
  min-width: 100%;
  height: 100%;
}

.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}

.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  justify-content: space-around;
  min-width: 100%;
}

.item {
  flex: 0 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

.scroll-text__item:nth-child(8n + 1),
.scroll-text__item:nth-child(8n + 2),
.scroll-text__item:nth-child(8n + 3),
.scroll-text__item:nth-child(8n + 4) {
  color: #eb8e17;
}

.item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.marquee {
  animation: scroll 20s linear infinite;
}

.reverce {
  animation-direction: reverse;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}
/* Scroll */

.info-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0 40px;
}

.info-block__value {
  font-size: 90px;
  font-weight: 800;
}

.info-block__item:nth-child(1) {
  max-width: 215px;
  width: 100%;
}

.info-block__item:nth-child(2) {
  max-width: 180px;
  width: 100%;
}

.solutions__details a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.join-ursa-network__features > a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-block__item:nth-child(3) {
  max-width: 180px;
  width: 100%;
}

.info-block__item:nth-child(4) {
  max-width: 390px;
  width: 100%;
}

.info-block__label {
  font-size: 20px;
}

.land-freight {
  margin-bottom: 80px;
}

.solutions {
  margin-bottom: 120px;
}
.solutions__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 85% 15%;
  gap: 32px 20px;
  grid-template-areas:
    "col1 col2 col3a"
    "col1 col2 col3b";
}
.solutions__image {
  grid-area: col1;
}
.solutions__text {
  grid-area: col3a;
  display: grid;
  align-items: end;
}
.solutions__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
  width: 100%;
}

.solutions__details {
  align-self: flex-end;
  margin: 0;
}

.air-freight__image-phone,
.ocean-freight__image-text,
.multi-modal__image-text,
.supply-chain__img-text,
.solutions__image-content {
  display: none;
}

.solutions__title,
.what-we-do__title,
.join-ursa-network__title,
.about-us__title,
.our-story__title,
.our-mission__title,
.our-values__title,
.our-certificates__title,
.out-expertise__title,
.air-freight__title {
  font-family: "NokiaKokia", sans-serif;
  font-size: 64px;
  font-weight: 400;
  color: #39a8e0;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 80px;
}

.air-freight__cta a {
  display: flex;
}

.btc,
.header__client-btn-burger.btc {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}

.solutions__title b,
.what-we-do__title b,
.join-ursa-network__title b,
.about-us__title b,
.our-story__title b,
.our-mission__title b,
.our-values__title b,
.our-certificates__title b,
.out-expertise__title b,
.air-freight__title b {
  font-weight: 400;
  color: #1d183b;
}

.our-mission__item {
  width: min-content;
}

.solutions__details {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 32px 0;
  margin-top: auto;
  max-width: 440px;
  width: 100%;
}

.solutions__title i,
.join-ursa-network__title i,
.our-values__title i,
.out-expertise__title i,
.air-freight__title i {
  font-style: normal;
  font-weight: 900;
  font-size: 72px;
}

.our-values__title i,
.out-expertise__title i,
.air-freight__title i {
  font-weight: 800;
  font-size: 69px;
}

.join-ursa-network__title i {
  font-size: 67px;
  line-height: 1;
  letter-spacing: 2px;
}

.solutions__description {
  grid-area: col2;
  max-width: 440px;
  width: 100%;
}

.solutions__description,
.solutions__text {
  font-size: 24px;
  color: #1d183b;
}

.solutions__button {
  grid-area: col3b;
  width: fit-content;
  height: 65px;
  font-size: 24px;
  padding: 0 40px;
}

.solutions__button.header__client-btn {
  color: #fbfbf9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-do {
  margin-bottom: 120px;
}

.what-we-do__title {
  font-size: 64px;
  text-transform: uppercase;
}

.what-we-do__description {
  font-size: 24px;
  margin: 0 120px 80px 0;
}

.what-we-do__block {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  width: 100%;
}

.what-we-do__blocks {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.what-we-do__number {
  font-size: 48px;
  font-weight: 800;
}

.what-we-do__text {
  font-size: 24px;
  font-weight: 500;
}

.what-we-do__text > b {
  font-weight: 500;
}

.what-we-do__image {
  margin: 12px 0px;
}

.what-we-do__link {
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.what-we-do__block-arrow-img {
  width: 13px;
  height: 13px;
}

.learn-more-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}

.join-ursa-network {
  margin-bottom: 120px;
}

.join-ursa-network > .container {
  display: flex;
  flex-direction: column;
  gap: 0 20px;
}

.join-ursa-network__title {
  text-transform: uppercase;
  margin-right: 365px;
}

.join-ursa-network__intro {
  max-width: 670px;
  width: 100%;
  margin-bottom: 32px;
}

.join-ursa-network__description {
  font-size: 24px;
}

.join-ursa-network__button {
  width: 255px;
  font-size: 24px;
  height: 65px;
  font-weight: 700;
  margin-right: auto;
}

.join-ursa-network__feature {
  width: 210px;
}

.join-ursa-network__features {
  display: flex;
  flex-flow: row nowrap;
  gap: 0 20px;
  margin-top: 0;
}

.join-ursa-network__feature-text {
  margin-top: 12px;
  font-size: 20px;
}

.ursa-network__text > p:nth-child(2) {
  font-size: 24px;
}

.land-freight > .container {
  padding-top: 60px;
}

.footer {
  height: 241px;
  background-color: #1d183b;
  padding: 40px 0;
}

.footer > .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}

.footer__navigation {
  font-size: 20px;
  color: #fff;
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}

.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  color: #fff;
  font-size: 20px;
}

.footer__contact-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0 12px;
}

.preloader {
  opacity: 1;
  visibility: visible;
  display: flex;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 1001;
}

.preloader__text {
  font-size: 40px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  color: #1d183b;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Бургер-меню */
.header__burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.header__nav-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 85px;
  right: 40px;
  width: 208px;
  height: 312px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(-20px);
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s, transform 0.3s;
}

.scroll-top > svg:hover rect {
  fill: #eb8e17;
}

.scroll-top > svg:active rect {
  fill: #1d183b;
}

.scroll-top.show {
  display: flex;
  opacity: 1;
}

.scroll-top.hide {
  opacity: 0;
  transform: translateY(20px);
}
