/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

textarea {
  resize: vertical;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-variablefont.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/fonts/plusjakartasans-variablefont.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

.v-h {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-variablefont.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/fonts/plusjakartasans-variablefont.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f6f6f6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

button {
  font: inherit;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* HEADER */

.header-dark .site-header__menu-link {
  color: #1e1e1e;
}

.header-dark .site-header__button {
  background: #04317b;
  color: #f6f6f6;
}

.header-dark .site-header__menu-link::after {
  background: #04317b;
}

.header-dark .site-header__burger-line {
  background: #1e1e1e;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  padding-left: 20px;
}

@media (max-width: 720px) {
  .site-header {
    padding-left: 0;
  }
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-left: 15px;
  min-height: 96px;
}

.site-header__logo {
  position: relative;
  z-index: 60;
  flex-shrink: 0;
}

.site-header__logo-image {
  width: 158px;
  height: auto;
}

.site-header__menu {
  display: flex;
  align-items: center;
  gap: 64px;
}

.site-header__menu-link {
  position: relative;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.site-header__menu-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.35s ease;
}

.site-header__menu-link:hover::after,
.site-header__menu-link--active::after {
  width: 100%;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}

.site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 22px;
  border: 1px solid #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.site-header__button:hover {
  color: #0f2f73;
  background-color: #ffffff;
  border-color: #ffffff;
}

.site-header__burger {
  position: relative;
  z-index: 60;
  display: none;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.site-header__burger-line {
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 999px;
  background-color: #ffffff;
  transition: top 0.45s cubic-bezier(0.77, 0, 0.18, 1),
    transform 0.45s cubic-bezier(0.77, 0, 0.18, 1), width 0.35s ease,
    opacity 0.25s ease;
}

.site-header__burger-line--top {
  top: 14px;
  width: 34px;
}

.site-header__burger-line--middle {
  top: 26px;
  width: 26px;
}

.site-header__burger-line--bottom {
  top: 38px;
  width: 18px;
}

.site-header__burger.is-active .site-header__burger-line--top {
  top: 26px;
  width: 34px;
  transform: rotate(45deg);
}

.site-header__burger.is-active .site-header__burger-line--middle {
  opacity: 0;
  transform: translateX(10px);
}

.site-header__burger.is-active .site-header__burger-line--bottom {
  top: 26px;
  width: 34px;
  transform: rotate(-45deg);
}

.site-header__overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: rgba(3, 10, 29, 0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.site-header__overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-header__mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 45;
  width: min(100%, 420px);
  height: 100dvh;
  padding: 120px 28px 36px;
  overflow-y: auto;
  background: linear-gradient(
    180deg,
    rgba(16, 53, 127, 0.98) 0%,
    rgba(7, 30, 79, 0.98) 100%
  );
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.site-header__mobile-panel.is-active {
  transform: translateX(0);
}

.site-header__mobile-nav {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.site-header__mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.site-header__mobile-link {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

.site-header__mobile-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 32px;
  padding: 16px 20px;
  border: 1px solid #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

/* HERO */

.hero-main {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 80px;
  overflow: hidden;
  background: url('/images/hero-index.png') no-repeat center center / cover;
}

.hero-main.hero-index::before {
  background: none;
}

.hero-main.hero-index .hero-main__container {
  justify-content: flex-end;
}

@media (max-width: 720px) {
  .hero-main {
    background-position: right;
  }
  .hero-main.hero-index .hero-main__container {
    justify-content: flex-start;
  }
}

.hero-main.hero-index .hero-main__title {
  font-size: 40px;
}
.hero-main.hero-index .hero-main__text {
  font-size: 22px;
}

.hero-main.hero-index .hero-main__content {
  width: max-content;
  position: relative;
}

.hero-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 18, 47, 0.88) 0%,
    rgba(5, 28, 78, 0.62) 34%,
    rgba(7, 44, 115, 0.12) 68%,
    rgba(7, 44, 115, 0.02) 100%
  );
  pointer-events: none;
}

.hero-main__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 256px);
}

.hero-main__title {
  margin: 0 0 36px;
  font-family: 'Manrope', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  word-wrap: break-word;
}

.hero-main__text {
  margin: 0 0 42px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
}

.hero-main__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  background-color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.hero-main__button:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.hero-main__content {
  max-width: 845px;
  width: 100%;
}
/* TABLET */

@media (max-width: 1100px) {
  .site-header__nav,
  .site-header__button {
    display: none;
  }

  .site-header__burger {
    display: inline-flex;
  }

  .site-header__container {
    min-height: 92px;
    padding: 0 15px;
  }

  .hero-main {
    padding-top: 150px;
  }

  .hero-main__container {
    align-items: flex-start;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .site-header__logo-image {
    width: 176px;
  }

  .hero-main {
    background-position: 62% center;
  }

  .hero-main__title {
    font-size: 44px;
  }

  .hero-main__text {
    font-size: 22px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .site-header__container {
    min-height: 92px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header__logo-image {
    width: 192px;
  }

  .hero-main {
    min-height: auto;
    padding: 124px 0 84px;
    background-position: 67% center;
  }

  .hero-main::before {
    background: linear-gradient(
      180deg,
      rgba(4, 21, 58, 0.24) 0%,
      rgba(4, 21, 58, 0.12) 24%,
      rgba(4, 21, 58, 0.22) 42%,
      rgba(4, 21, 58, 0.45) 58%,
      rgba(4, 21, 58, 0.72) 76%,
      rgba(4, 21, 58, 0.92) 100%
    );
  }

  .hero-main__container {
    min-height: 0;
  }

  .hero-main__content {
    max-width: 100%;
  }

  .hero-main__title {
    margin-bottom: 26px;
    font-size: 50px;
  }

  .hero-main__text {
    margin-bottom: 34px;
    font-size: 24px;
  }

  .hero-main__button {
    min-height: 66px;
    padding: 18px 28px;
    font-size: 18px;
  }

  .site-header__mobile-link {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .site-header__container {
    min-height: 88px;
  }

  .site-header__logo-image {
    width: 170px;
  }

  .site-header__burger {
    width: 48px;
    height: 48px;
  }

  .site-header__burger-line--top {
    top: 12px;
    width: 30px;
  }

  .site-header__burger-line--middle {
    top: 23px;
    width: 23px;
  }

  .site-header__burger-line--bottom {
    top: 34px;
    width: 16px;
  }

  .site-header__burger.is-active .site-header__burger-line--top,
  .site-header__burger.is-active .site-header__burger-line--bottom {
    top: 23px;
    width: 30px;
  }

  .hero-main {
    padding: 116px 0 74px;
  }

  .hero-main__title {
    font-size: 34px;
  }

  .hero-main__text {
    font-size: 18px;
  }

  .hero-main__button {
    width: 100%;
    max-width: 320px;
    min-height: 60px;
    padding: 16px 20px;
    font-size: 16px;
  }
}

/* =========================
   1280
========================= */
@media (max-width: 1280px) {
  .site-header__menu {
    gap: 42px;
  }

  .site-header__menu-link {
    font-size: 17px;
  }

  .site-header__button {
    min-height: 72px;
    padding: 18px 20px;
    font-size: 17px;
  }

  .hero-main__title {
    font-size: 46px;
  }

  .hero-main__text {
    font-size: 22px;
  }
}

/* =========================
     1100
  ========================= */
@media (max-width: 1100px) {
  .site-header__nav,
  .site-header__button {
    display: none;
  }

  .site-header__burger {
    display: inline-flex;
  }

  .site-header__container {
    min-height: 92px;
  }

  .site-header__logo-image {
    width: 180px;
  }

  .hero-main {
    padding-top: 150px;
  }

  .hero-main__container {
    align-items: flex-start;
    min-height: auto;
  }

  .hero-main__content {
    max-width: 620px;
  }

  .hero-main__title {
    font-size: 44px;
  }

  .hero-main__text {
    font-size: 22px;
  }
}

/* =========================
     991
  ========================= */
@media (max-width: 991px) {
  .site-header__container {
    min-height: 88px;
  }

  .site-header__logo-image {
    width: 172px;
  }

  .hero-main {
    min-height: 500px;
    padding: 132px 0 72px;
    background-position: 64% center;
  }

  .hero-main::before {
    background: linear-gradient(
      180deg,
      rgba(4, 21, 58, 0.12) 0%,
      rgba(4, 21, 58, 0.08) 18%,
      rgba(4, 21, 58, 0.16) 36%,
      rgba(4, 21, 58, 0.36) 56%,
      rgba(4, 21, 58, 0.7) 78%,
      rgba(4, 21, 58, 0.92) 100%
    );
  }

  .hero-main__content {
    max-width: 100%;
  }

  .hero-main__title {
    margin-bottom: 24px;
    font-size: 42px;
  }

  .hero-main__text {
    margin-bottom: 32px;
    font-size: 21px;
  }

  .hero-main__button {
    min-height: 62px;
    padding: 16px 26px;
    font-size: 17px;
  }

  .site-header__mobile-panel {
    width: min(100%, 380px);
    padding: 110px 24px 32px;
  }

  .site-header__mobile-link {
    font-size: 24px;
  }
}

/* =========================
     767
  ========================= */
@media (max-width: 767px) {
  .site-header__container {
    min-height: 84px;
  }

  .site-header__logo-image {
    width: 160px;
  }

  .site-header__burger {
    width: 48px;
    height: 48px;
  }

  .site-header__burger-line--top {
    top: 12px;
    width: 30px;
  }

  .site-header__burger-line--middle {
    top: 23px;
    width: 23px;
  }

  .site-header__burger-line--bottom {
    top: 34px;
    width: 16px;
  }

  .site-header__burger.is-active .site-header__burger-line--top,
  .site-header__burger.is-active .site-header__burger-line--bottom {
    top: 23px;
    width: 30px;
  }

  .hero-main {
    min-height: 400px;
    padding: 118px 0 64px;
    background-position: 67% top;
  }

  .hero-main::before {
    background: linear-gradient(
      180deg,
      rgba(4, 21, 58, 0.14) 0%,
      rgba(4, 21, 58, 0.1) 22%,
      rgba(4, 21, 58, 0.24) 42%,
      rgba(4, 21, 58, 0.5) 62%,
      rgba(4, 21, 58, 0.78) 82%,
      rgba(4, 21, 58, 0.94) 100%
    );
  }

  .hero-main__title {
    font-size: 36px;
    margin-bottom: 22px;
  }

  .hero-main__text {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 28px;
  }

  .hero-main__text br,
  .hero-main__title br {
    display: none;
  }

  .hero-main__button {
    min-height: 58px;
    padding: 15px 22px;
    font-size: 16px;
  }

  .site-header__mobile-panel {
    width: 100%;
    padding: 104px 20px 28px;
  }

  .site-header__mobile-menu {
    gap: 18px;
  }

  .site-header__mobile-link {
    font-size: 22px;
  }

  .site-header__mobile-button {
    min-height: 56px;
    font-size: 16px;
  }
}

/* =========================
     480
  ========================= */
@media (max-width: 480px) {
  .site-header__container {
    min-height: 80px;
  }

  .site-header__logo-image {
    width: 148px;
  }

  .hero-main {
    min-height: 300px;
    padding: 108px 0 56px;
    background-position: 70% top;
  }

  .hero-main__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .hero-main__text {
    font-size: 17px;
    margin-bottom: 24px;
  }

  .hero-main__button {
    width: 100%;
    max-width: 300px;
    min-height: 56px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .site-header__mobile-link {
    font-size: 20px;
  }
}

/* =========================
     320
  ========================= */
@media (max-width: 320px) {
  .site-header__container {
    min-height: 74px;
    gap: 12px;
  }

  .site-header__logo-image {
    width: 132px;
  }

  .site-header__burger {
    width: 42px;
    height: 42px;
  }

  .site-header__burger-line--top {
    top: 10px;
    width: 26px;
  }

  .site-header__burger-line--middle {
    top: 20px;
    width: 20px;
  }

  .site-header__burger-line--bottom {
    top: 30px;
    width: 14px;
  }

  .site-header__burger.is-active .site-header__burger-line--top,
  .site-header__burger.is-active .site-header__burger-line--bottom {
    top: 20px;
    width: 26px;
  }

  .hero-main {
    min-height: 300px;
    padding: 96px 0 48px;
    background-position: 72% top;
  }

  .hero-main__title {
    font-size: 22px;
    margin-bottom: 16px;
    letter-spacing: 2%;
    max-width: 190px;
  }

  .hero-main__text {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 22px;
  }

  .hero-main__button {
    width: 100%;
    min-height: 52px;
    max-width: 100%;
    padding: 14px 16px;
    font-size: 15px;
  }

  .site-header__mobile-panel {
    padding: 92px 16px 24px;
  }

  .site-header__mobile-menu {
    gap: 16px;
  }

  .site-header__mobile-link {
    font-size: 18px;
  }

  .site-header__mobile-button {
    min-height: 52px;
    margin-top: 24px;
    padding: 14px 16px;
    font-size: 15px;
  }
}

.aboutWS {
  padding: 100px 0;
}

.aboutWS__container {
  max-width: 1370px;
}

/* TOP */
.aboutWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.aboutWS__label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #696969;
}

.aboutWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1e1e1e;
  margin: 0;
}

/* CONTENT */
.aboutWS__content {
  display: grid;
  grid-template-columns: 613px 1fr;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 70px;
}

.aboutWS__image img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  display: block;
}

.aboutWS__text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #1e1e1e;
  max-width: 580px;
}

/* STATS */
.aboutWS__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.aboutWS__stat {
  border-left: 1px solid #1e1e1e;
  padding: 20px 30px;
}

.aboutWS__num {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.aboutWS__stat p {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

/* =========================
     TABLET
  ========================= */
@media (max-width: 1100px) {
  .aboutWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .aboutWS__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .aboutWS__image img {
    height: 300px;
  }

  .aboutWS__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* =========================
     MOBILE
  ========================= */
@media (max-width: 767px) {
  .aboutWS {
    padding: 60px 0;
    padding-bottom: 0;
  }

  .aboutWS__top {
    margin-bottom: 24px;
  }

  .aboutWS__content {
    margin-bottom: 20px;
  }

  .aboutWS__title {
    font-size: 28px;
  }

  .aboutWS__text {
    font-size: 18px;
  }

  .aboutWS__image img {
    height: 150px;
  }

  .aboutWS__stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .aboutWS__image {
    order: 2;
  }

  .aboutWS__text {
    order: 1;
  }

  .aboutWS__num {
    font-size: 42px;
  }

  .aboutWS__stat p {
    font-size: 18px;
  }

  .aboutWS__stat p br {
    display: none;
  }
}

/* =========================
     320
  ========================= */
@media (max-width: 320px) {
  .aboutWS__title {
    font-size: 22px;
  }

  .aboutWS__text {
    font-size: 16px;
  }

  .aboutWS__num {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .aboutWS__stat p {
    font-size: 16px;
  }
}

/* SECTION */
.careerWS {
  padding: 100px 0;
}

.careerWS__container {
  max-width: 1370px;
}

/* TOP */
.careerWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.careerWS__label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #696969;
}

.careerWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
}

/* CONTENT */
.careerWS__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/* TEXT */
.careerWS__text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 40px;
  max-width: 600px;
}

/* BUTTON */
.careerWS__btn {
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #1e3c72;
  color: #1e3c72;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
}

.careerWS__btn:hover {
  background: #1e3c72;
  color: #fff;
}

/* IMAGE */
.careerWS__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* =========================
     TABLET
  ========================= */
@media (max-width: 1100px) {
  .careerWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .careerWS__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .careerWS__image img {
    height: 360px;
  }
}

/* =========================
     MOBILE (как в макете)
  ========================= */
@media (max-width: 767px) {
  .careerWS {
    padding: 60px 0;
    padding-bottom: 0;
  }

  .careerWS__top {
    margin-bottom: 20px;
  }

  .careerWS__label {
    font-size: 10px;
  }

  .careerWS__title {
    font-size: 32px;
  }

  .careerWS__content {
    display: flex;
    flex-direction: column;
  }

  /* ВАЖНО: порядок как на макете */
  .careerWS__image {
    order: 1;
  }

  .careerWS__info {
    order: 2;
  }

  .careerWS__image img {
    height: 260px;
    width: 100%;
  }

  .careerWS__text {
    font-size: 18px;
  }

  .careerWS__btn {
    width: 100%;
    text-align: center;
    padding: 16px;
  }
}

/* =========================
     320
  ========================= */
@media (max-width: 320px) {
  .careerWS__title {
    font-size: 26px;
  }

  .careerWS__text {
    font-size: 16px;
  }
}
.newsWS {
  padding: 100px 0;
}

.newsWS__container {
  max-width: 1370px;
}

/* TOP */
.newsWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.newsWS__all {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #696969;
  text-decoration: none;
  font-weight: 600;
}

.newsWS__all span {
  margin-left: 6px;
}

.newsWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

/* LIST */
.newsWS__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.newsWS__item {
  display: flex;
}

.newsWS__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* IMAGE */
.newsWS__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.newsWS__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CONTENT */
.newsWS__date {
  display: block;
  margin: 16px 0 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #696969;
}

.newsWS__card-title {
  font-family: 'Manrope', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 16px;
  flex-grow: 1;
}

.newsWS__link {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  color: #04317b;
  text-decoration: none;
  font-weight: 600;
}

.newsWS__link span {
  margin-left: 6px;
}

/* =========================
       TABLET
  ========================= */
@media (max-width: 1100px) {
  .newsWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .newsWS__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsWS__title {
    font-size: 34px;
  }
}

/* =========================
       MOBILE
  ========================= */
@media (max-width: 767px) {
  .newsWS {
    padding: 60px 0;
    padding-bottom: 0;
  }

  .newsWS__top {
    margin-bottom: 20px;
  }
  .newsWS__all {
    font-size: 10px;
  }

  .newsWS__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .newsWS__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .newsWS__card-title {
    font-size: 20px;
  }

  .newsWS__link {
    font-size: 16px;
  }
}

/* =========================
       320
  ========================= */
@media (max-width: 320px) {
  .newsWS__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .newsWS__card-title {
    font-size: 18px;
  }
}
/* SECTION */
.partnersWS {
  padding: 100px 0;
}

.partnersWS__container {
  max-width: 1370px;
}

/* TOP */
.partnersWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-bottom: 80px;
}

.partnersWS__label {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #696969;
}

.partnersWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}

/* FLEX ЛОГО КАК В МАКЕТЕ */
.partnersWS__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partnersWS__item {
  flex: 1 1 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnersWS__item img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

/* =========================
       TABLET
  ========================= */
@media (max-width: 1100px) {
  .partnersWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .partnersWS__list {
    justify-content: center;
    gap: 50px;
  }

  .partnersWS__item {
    flex: 1 1 30%;
  }

  .partnersWS__title {
    font-size: 34px;
  }
}

/* =========================
       MOBILE
  ========================= */
@media (max-width: 767px) {
  .partnersWS {
    padding: 60px 0;
  }

  .partnersWS__label {
    font-size: 10px;
  }

  .partnersWS__title {
    font-size: 28px;
  }

  .partnersWS__list {
    gap: 30px;
  }

  .partnersWS__item {
    flex: 1 1 45%;
  }

  .partnersWS__item img {
    max-height: 60px;
  }
}

/* =========================
       320
  ========================= */
@media (max-width: 320px) {
  .partnersWS__title {
    font-size: 24px;
  }

  .partnersWS__item {
    flex: 1 1 100%;
  }
}

.contactWS {
  position: relative;
  padding: 120px 0;
  background: url('/images/contact-section-bg.webp') center/cover no-repeat;
  color: #fff;
}

.contactWS__message {
  margin-top: 15px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  color: #04317b;
  opacity: 0;
  transition: 0.3s;
}

.contactWS__message.active {
  opacity: 1;
}

.contactWS__container {
  position: relative;
  z-index: 2;
}

/* =========================
     LINE 1
  ========================= */
.contactWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.contactWS__label {
  font-size: 16px;
  text-transform: uppercase;
  color: #cfcfcf;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contactWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
}

/* =========================
     LINE 2
  ========================= */
.contactWS__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.contactWS__text {
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Plus Jakarta Sans', sans-serif;
  max-width: 420px;
}

/* FORM */
.contactWS__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contactWS__form input,
.contactWS__form textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  font-size: 18px;
  color: #fff;
  outline: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contactWS__form textarea {
  resize: none;
}

.contactWS__form input::placeholder,
.contactWS__form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contactWS__btn {
  margin-top: 20px;
  width: fit-content;
  padding: 14px 32px;
  background: #fff;
  color: #1e1e1e;
  font-family: '';
  border: none;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
}

/* =========================
     TABLET
  ========================= */
@media (max-width: 1100px) {
  .contactWS__top,
  .contactWS__bottom {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================
     MOBILE
  ========================= */
@media (max-width: 767px) {
  .contactWS {
    padding: 80px 0;
  }

  .contactWS__title {
    font-size: 32px;
  }

  .contactWS__text {
    font-size: 18px;
  }

  .contactWS__btn {
    width: 100%;
  }
}

/* =========================
     320
  ========================= */
@media (max-width: 320px) {
  .contactWS__title {
    font-size: 26px;
  }

  .contactWS__text {
    font-size: 16px;
  }
}

.footerWS {
  background: #2f2f2f;
  color: #fff;
  padding: 80px 0 30px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* GRID */
.footerWS__container {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 1fr;
  gap: 60px;
}

/* LOGO */
.footerWS__logo img {
  width: 140px;
}

.footerWS__desc {
  margin-top: 20px;
  color: #bdbdbd;
  font-size: 16px;
  line-height: 1.4;
}

/* TITLES */
.footerWS__title {
  font-size: 16px;
  text-transform: uppercase;
  color: #9e9e9e;
  margin-bottom: 20px;
  font-weight: 500;
}

/* LIST */
.footerWS__list,
.footerWS__contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerWS__list li,
.footerWS__contacts li {
  margin-bottom: 12px;
  font-size: 16px;
}

/* LINKS */
.footerWS a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.footerWS a:hover {
  opacity: 0.7;
}

/* SOCIALS */
.footerWS__socials {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}

.footerWS__socials a {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.footerWS__socials a img {
  width: 24px;
  height: 24px;
}

.footerWS__socials a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* BOTTOM */
.footerWS__bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #bdbdbd;
}

/* =========================
     TABLET
  ========================= */
@media (max-width: 1100px) {
  .footerWS__container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/* =========================
     MOBILE
  ========================= */
@media (max-width: 767px) {
  .footerWS {
    padding: 60px 0 20px;
  }

  .footerWS__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footerWS__logo img {
    width: 120px;
  }

  .footerWS__socials {
    justify-content: flex-start;
  }
}

/* about-us page */

/* =========================
   SECTION
========================= */
.aboutHeroWS {
  padding: 150px 0;
  padding-bottom: 0;
}

/* GRID */
.aboutHeroWS__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* LEFT */
.aboutHeroWS__content {
  max-width: 520px;
}

.aboutHeroWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2b2b2b;
}

.aboutHeroWS__text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #2b2b2b;
}

/* RIGHT IMAGE */
.aboutHeroWS__image {
  width: 100%;
}

.aboutHeroWS__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* =========================
     TABLET
  ========================= */
@media (max-width: 1100px) {
  .aboutHeroWS__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .aboutHeroWS__title {
    font-size: 44px;
  }

  .aboutHeroWS__content {
    max-width: 100%;
  }
}

/* =========================
     MOBILE
  ========================= */
@media (max-width: 767px) {
  .aboutHeroWS {
    padding: 100px 0;
    padding-bottom: 0;
  }

  .aboutHeroWS__title {
    font-size: 36px;
  }

  .aboutHeroWS__text {
    font-size: 18px;
  }
}

/* =========================
     320
  ========================= */
@media (max-width: 320px) {
  .aboutHeroWS__title {
    font-size: 28px;
  }

  .aboutHeroWS__text {
    font-size: 16px;
  }
}

/* =========================
   SECTION
========================= */
.servicesWS {
  padding: 100px 0;
}

/* TOP */
.servicesWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.servicesWS__label {
  font-size: 20px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.servicesWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

/* =========================
     LIST
  ========================= */
.servicesWS__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* CARD */
.servicesWS__card {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
}

.servicesWS__card:hover {
  transform: translateY(-6px);
}

/* HEAD */
.servicesWS__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

.servicesWS__name {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  max-width: 70%;
  line-height: 1.3;
}

.servicesWS__num {
  font-size: 36px;
  color: #d9d9d9;
  font-family: 'Manrope', sans-serif;
}

/* =========================
     IMAGE (ключ симметрии)
  ========================= */
.servicesWS__image {
  width: 100%;
  aspect-ratio: 16 / 9; /* одинаковая высота */
  overflow: hidden;
}

.servicesWS__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

/* hover zoom */
.servicesWS__card:hover .servicesWS__image img {
  transform: scale(1.05);
}

/* =========================
     TABLET
  ========================= */
@media (max-width: 1100px) {
  .servicesWS__list {
    grid-template-columns: 1fr 1fr;
  }

  .servicesWS__title {
    font-size: 34px;
  }
}

/* =========================
     MOBILE
  ========================= */
@media (max-width: 767px) {
  .servicesWS {
    padding: 70px 0;
  }

  .servicesWS__label {
    font-size: 10px;
  }

  .servicesWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .servicesWS__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .servicesWS__title {
    font-size: 28px;
  }

  .servicesWS__name {
    font-size: 18px;
  }
}

/* =========================
     320
  ========================= */
@media (max-width: 320px) {
  .servicesWS__title {
    font-size: 24px;
  }

  .servicesWS__name {
    font-size: 16px;
  }
}

.advantagesWS {
  padding: 100px 0;
  background: url('/images/about-usa-dvantages.webp') center/cover no-repeat;
  position: relative;
}

.advantagesWS::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
}

.advantagesWS__container {
  position: relative;
  z-index: 2;
}

.advantagesWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.advantagesWS__label {
  font-size: 16px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.advantagesWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.advantagesWS__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.advantagesWS__item {
  grid-column: span 2;
}

.advantagesWS__item:nth-child(4),
.advantagesWS__item:nth-child(5) {
  grid-column: span 3;
}

.advantagesWS__card {
  background: #fff;
  padding: 30px;
  height: 100%;
}

.advantagesWS__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.advantagesWS__head h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  max-width: 75%;
  line-height: 1.3;
}

.advantagesWS__head span {
  font-size: 36px;
  color: #d9d9d9;
  font-family: 'Manrope', sans-serif;
}

.advantagesWS__card p {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #333;
}

@media (max-width: 1100px) {
  .advantagesWS__list {
    grid-template-columns: 1fr 1fr;
  }

  .advantagesWS__item,
  .advantagesWS__item:nth-child(4),
  .advantagesWS__item:nth-child(5) {
    grid-column: span 1;
  }

  .advantagesWS__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .advantagesWS {
    padding: 70px 0;
  }

  .advantagesWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }

  .advantagesWS__label {
    font-size: 10px;
  }

  .advantagesWS__list {
    grid-template-columns: 1fr;
  }

  .advantagesWS__title {
    font-size: 28px;
  }

  .advantagesWS__head h3 {
    font-size: 18px;
  }

  .advantagesWS__card p {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .advantagesWS__title {
    font-size: 24px;
  }
}

.missionWS {
  padding: 100px 0;
}

.missionWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.missionWS__label {
  font-size: 16px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.missionWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.missionWS__content {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.missionWS__text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.missionWS__image {
  width: 100%;
  height: 100%;
}

.missionWS__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* TABLET */
@media (max-width: 1100px) {
  .missionWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .missionWS__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .missionWS__title {
    font-size: 34px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .missionWS {
    padding: 20px 0;
    padding-bottom: 0;
  }
  .missionWS__label {
    font-size: 10px;
  }

  .missionWS__top {
    margin-bottom: 20px;
  }

  .missionWS__title {
    font-size: 28px;
  }

  .missionWS__text {
    font-size: 16px;
  }
}

/* 320 */
@media (max-width: 320px) {
  .missionWS__title {
    font-size: 24px;
  }
}

.hero-main.hero-services {
  background: url('/images/hero-services.webp') no-repeat center center / cover;
}

.servicesWS {
  padding: 100px 0;
}

.servicesWS__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.servicesWS__card {
  display: block;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

.servicesWS__card:hover {
  transform: translateY(-6px);
}

.servicesWS__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
}

.servicesWS__head h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 70%;
}

.servicesWS__head span {
  font-family: 'Manrope', sans-serif;
  font-size: 34px;
  color: #d9d9d9;
}

.servicesWS__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.servicesWS__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.servicesWS__card:hover .servicesWS__image img {
  transform: scale(1.05);
}

@media (max-width: 1100px) {
  .servicesWS__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .servicesWS {
    padding: 70px 0;
  }

  .servicesWS__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .servicesWS__head h3 {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .servicesWS__head span {
    font-size: 28px;
  }
}

.hero-main.hero-rail {
  background: url('/images/hero-jd.webp') no-repeat center center / cover;
}

.serviceAboutWS {
  padding: 100px 0;
  background: url('/images/services-about.webp') center/cover no-repeat;
  position: relative;
}

.serviceAboutWS::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
}

.serviceAboutWS__container {
  position: relative;
  z-index: 2;
}

.serviceAboutWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.serviceAboutWS__label {
  font-size: 16px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.serviceAboutWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.serviceAboutWS__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.serviceAboutWS__list--advantages {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

/* верх — 3 карточки */
.serviceAboutWS__list--advantages .serviceAboutWS__item:nth-child(1) {
  grid-column: span 2;
}
.serviceAboutWS__list--advantages .serviceAboutWS__item:nth-child(2) {
  grid-column: span 2;
}
.serviceAboutWS__list--advantages .serviceAboutWS__item:nth-child(3) {
  grid-column: span 2;
}

/* низ — 2 карточки по 50% */
.serviceAboutWS__list--advantages .serviceAboutWS__item:nth-child(4) {
  grid-column: span 3;
}
.serviceAboutWS__list--advantages .serviceAboutWS__item:nth-child(5) {
  grid-column: span 3;
}

@media (max-width: 767px) {
  .serviceAboutWS__list--advantages {
    grid-template-columns: 1fr;
  }

  .serviceAboutWS__item {
    grid-column: auto !important;
  }
}
.serviceAboutWS__card {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  height: 100%;
  backdrop-filter: blur(4px);
}

.serviceAboutWS__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.serviceAboutWS__head h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 700;
  max-width: 75%;
  line-height: 1.3;
}

.serviceAboutWS__head span {
  font-family: 'Manrope', sans-serif;
  font-size: 34px;
  color: #d9d9d9;
}

.serviceAboutWS__card p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 1100px) {
  .serviceAboutWS__list {
    grid-template-columns: 1fr;
  }

  .serviceAboutWS__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .serviceAboutWS {
    padding: 70px 0;
  }

  .serviceAboutWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .serviceAboutWS__title {
    font-size: 28px;
  }

  .serviceAboutWS__card {
    padding: 20px;
  }

  .serviceAboutWS__head h3 {
    font-size: 18px;
  }

  .serviceAboutWS__card p {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .serviceAboutWS__title {
    font-size: 24px;
  }
}

.importantWS {
  padding: 100px 0;
}

.importantWS__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 60px;
}

.importantWS__label {
  font-size: 16px;
  text-transform: uppercase;
  color: #8f8f8f;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.importantWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.importantWS__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  justify-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.importantWS__list--centered {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* верхний ряд (3 элемента) */
.importantWS__list--centered .importantWS__item:nth-child(1),
.importantWS__list--centered .importantWS__item:nth-child(2),
.importantWS__list--centered .importantWS__item:nth-child(3) {
  grid-column: span 2;
}

/* нижний ряд (2 элемента по центру) */
.importantWS__list--centered .importantWS__item:nth-child(4) {
  grid-column: 2 / 4;
}

.importantWS__list--centered .importantWS__item:nth-child(5) {
  grid-column: 4 / 6;
}

@media (max-width: 767px) {
  .importantWS__list--centered {
    grid-template-columns: 1fr;
  }

  .importantWS__item {
    grid-column: auto !important;
  }
}

.importantWS__card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.importantWS__card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.importantWS__card p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #1e1e1e;
}

/* TABLET */
@media (max-width: 1100px) {
  .importantWS__list {
    grid-template-columns: 1fr 1fr;
  }

  .importantWS__title {
    font-size: 34px;
  }

  .importantWS__list--centered {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .importantWS {
    padding: 70px 0;
  }

  .importantWS__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .importantWS__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .importantWS__title {
    font-size: 28px;
  }

  .importantWS__card p {
    font-size: 15px;
  }
}

/* 320 */
@media (max-width: 320px) {
  .importantWS__title {
    font-size: 24px;
  }
}

.hero-main.hero-fleet {
  background: url('/images/hero-p-s.webp') no-repeat center center / cover;
}

.hero-main.hero-multimodal {
  background: url('/images/hero-multi.webp') no-repeat center center / cover;
}

.hero-main.hero-truck {
  background: url('/images/hero-car.webp') no-repeat center center / cover;
}

.hero-main.hero-air {
  background: url('/images/hero-avia.webp') no-repeat center center / cover;
}

.hero-main.hero-oversize {
  background: url('/images/hero-n-t.webp') no-repeat center center / cover;
}

.newsWS {
  padding: 100px 0;
}

.newsWS__title {
  font-family: 'Manrope', sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.newsWS__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  list-style: none;
  padding: 0;
  margin: 0 0 60px;
}

.newsWS__card {
  display: flex;
  flex-direction: column;
}

.newsWS__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin-bottom: 15px;
}

.newsWS__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.newsWS__card:hover .newsWS__image img {
  transform: scale(1.05);
}

.newsWS__date {
  font-size: 14px;
  color: #8f8f8f;
  margin-bottom: 10px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.newsWS__name {
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.newsWS__name a {
  text-decoration: none;
  color: #1e1e1e;
}

.newsWS__link {
  font-size: 14px;
  color: #1e5aa8;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.newsWS__more {
  text-align: center;
}

.newsWS__btn {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid #1e5aa8;
  color: #1e5aa8;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
  transition: 0.3s;
}

.newsWS__btn:hover {
  background: #1e5aa8;
  color: #fff;
}

/* TABLET */
@media (max-width: 1100px) {
  .newsWS__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsWS__title {
    font-size: 34px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .newsWS {
    padding: 70px 0;
    padding-bottom: 0px;
  }

  .newsWS__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 0;
  }

  .newsWS__title {
    font-size: 28px;
    margin-bottom: 0;
  }

  .newsWS__name {
    font-size: 16px;
  }
}

/* 320 */
@media (max-width: 320px) {
  .newsWS__title {
    font-size: 24px;
  }
}

.contactsWS {
  padding: 100px 0;
}

.contactsWS__head {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
  margin-bottom: 40px;
}

.contactsWS__label {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #9a9a9a;
  text-transform: uppercase;
}

.contactsWS__title {
  font-family: 'Inter', sans-serif;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}

.contactsWS__map-wrap {
  position: relative;
}

.contactsWS__map {
  width: 100%;
  height: 420px;
}

.contactsWS__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactsWS__info {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 25px 30px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contactsWS__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contactsWS__item img {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.contactsWS__item p,
.contactsWS__item a {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #1e1e1e;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.contactsWS__item a:hover {
  color: #1e5aa8;
}

/* tablet */
@media (max-width: 1100px) {
  .contactsWS__head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contactsWS__title {
    font-size: 34px;
  }

  .contactsWS__info {
    left: 30px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .contactsWS {
    padding: 70px 0;
  }

  .contactsWS__title {
    font-size: 28px;
  }

  .contactsWS__map {
    height: 350px;
    margin-bottom: 50px;
  }

  .contactsWS__info {
    position: static;
    transform: none;
    margin-top: -40px;
    max-width: 100%;
  }
}

/* 320 */
@media (max-width: 320px) {
  .contactsWS__title {
    font-size: 24px;
  }
}
