@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Inter+Tight:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://db.onlinewebfonts.com/c/f1fcc5aed1e20fc0cdb9f8a7573625bd?family=Integral+CF+Regular);
@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url("https://fonts.cdnfonts.com/css/steelfish");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #010101;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #111;
}

img {
  vertical-align: top;
}

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

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

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

input:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

._container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.header {
  position: relative;
  z-index: 2;
}
.header__container {
  max-width: inherit;
  min-width: 1360px;
  border-radius: 0 0 15px 15px;
  padding: 22px 34px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header__language-en {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #151515;
}
.header__language-switch-wrap {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.header__language-dot {
  position: absolute;
  top: 2px;
  left: 3px;
}
.header__language-pl {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: rgba(21, 21, 21, 0.5);
}
.header__button {
  min-width: 127px;
  border-radius: 37px;
  padding: 0px 18px 8px 18px;
  background: #1d3e37;
}
.header__button:hover {
  background: #152d28;
}
.header__link {
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 9px;
  line-height: 101%;
  text-transform: uppercase;
  color: #ececec;
}

.nav-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.nav-header__link {
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: rgba(1, 1, 1, 0.4);
}
.nav-header__link:hover {
  color: #010101;
}

.current {
  text-decoration: underline;
  color: #010101;
}

.header__addition-1 {
  display: none;
}

.logo-1 {
  position: absolute;
  top: 30px;
  left: 20px;
}

.link-1 {
  font-size: 24px !important;
}

.button-1 {
  padding: 10px 18px 18px 18px;
}

.link-2 {
  font-size: 14px;
}

.language-1 {
  font-size: 17px;
}

.switch-1 img {
  width: 40px;
}

.dot-1 img {
  width: 16px;
}

._active {
  overflow: hidden;
}

.switched {
  margin-left: 14px;
}

.button-pl {
  padding: 0px 18px 8px 25px;
}

/* ============================================================================== */
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 770px) {
  .menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.menu__body {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

@media (max-width: 770px) {
  .menu__body {
    background-color: #f8f8f8;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    padding: 100px 0px 20px 0px;
  }
  .menu__body._active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (max-width: 770px) {
  .menu__list {
    display: block;
    text-align: center;
    margin-top: 120px;
  }
}
@media (max-width: 770px) {
  .menu__list li {
    margin-bottom: 30px;
  }
}
@media (max-width: 770px) {
  .menu__link {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 770px) {
  .icon-menu {
    position: relative;
    width: 30px;
    height: 17px;
    cursor: pointer;
    z-index: 5;
  }
  .nav-header__link {
    font-size: 24px;
  }
  .icon-menu span {
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background-color: #061814000;
  }
  .icon-menu span:first-child {
    top: 0px;
  }
  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }
  .icon-menu._active span {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .icon-menu._active span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
    width: 30px;
  }
}
/* ============================================================================== */
@media (max-width: 1250px) {
  .header__container {
    min-width: inherit;
  }
  .header__logo img {
    width: 122px;
  }
}
@media (max-width: 770px) {
  .header__addition-1 {
    display: block;
  }
  .header__addition-2 {
    display: none;
  }
  .header__language {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .header__button {
    max-width: 300px;
    margin: 0px auto;
  }
  .nav-header__link {
    font-size: 18px;
  }
  .header__logo img {
    width: 100%;
    max-width: 100px;
  }
}
.home {
  padding: 400px 0px 0px 0px;
  background-size: 100%;
}
.home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 309px;
}
.home__title {
  font-family: "Integral CF Regular";
  max-width: 720px;
  font-weight: 400;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ececec;
  margin-bottom: 45px;
}
.home__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.home__request {
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #010101;
  padding: 22px 52px;
  background: #ececec;
  border-radius: 75px;
}
.home__request:hover {
  background-color: #d6d6d6;
}
.home__learn-more {
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ececec;
  padding: 22px 37px;
  border: 0.75px solid #ececec;
  border-radius: 75px;
}
.home__learn-more:hover {
  background-color: #424242;
}
.home__scroll-down {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.home__scroll-down:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home__scroll-down-icon {
  margin-top: 20px;
}
.home__scroll-down-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ececec;
}
.home__video {
  position: relative;
  margin-top: -900px;
  z-index: -1;
  width: 100%;
}

.animation-word {
  display: inline-block;
}

.request-button {
  padding: 0px 18px 8px 25px;
}

.stop {
  display: inline;
}

.play {
  display: none;
}

.background-2 {
  width: 620px;
  margin-top: -900px;
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .home {
    padding: 300px 0px 0px 0px;
    background-size: inherit;
    background-position-x: 50%;
  }
  .home__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__title {
    font-size: 55px;
    text-align: center;
  }
  .home__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home__addition {
    margin: 0px auto;
  }
  .home__container {
    gap: 209px;
  }
}
@media (max-width: 768px) {
  .home {
    padding: 200px 0px 20px 0px;
  }
  .home__title {
    font-size: 45px;
  }
  .home__request {
    padding: 22px 32px;
  }
  .home__learn-more {
    padding: 22px 30px;
    font-size: 16px;
  }
}
@media (max-width: 528px) {
  .home {
    padding: 200px 0px 0px 0px;
  }
  .home__title {
    font-size: 35px;
  }
  .home__request {
    padding: 18px 32px;
    font-size: 14px;
  }
  .home__learn-more {
    padding: 16px 49px;
    font-size: 14px;
  }
  .home__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__addition {
    margin-bottom: -55px;
  }
  .stop {
    display: none;
  }
  .play {
    display: inline-block;
  }
  .background-2 {
    margin-left: -620px;
    width: 1700px;
  }
  .home__addition {
    margin-bottom: 30px;
  }
}
.info {
  padding: 150px 0px;
  background-color: white;
}
.info__title {
  max-width: 1087px;
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 54px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #010101;
  margin: 0px auto 87px auto;
}
.info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info__item {
  max-width: 440px;
  min-height: 272px;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.1), 0 48px 48px 0 rgba(0, 0, 0, 0.09), 0 108px 65px 0 rgba(0, 0, 0, 0.05), 0 192px 77px 0 rgba(0, 0, 0, 0.01), 0 300px 84px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.1), 0 48px 48px 0 rgba(0, 0, 0, 0.09), 0 108px 65px 0 rgba(0, 0, 0, 0.05), 0 192px 77px 0 rgba(0, 0, 0, 0.01), 0 300px 84px 0 rgba(0, 0, 0, 0);
  background: #ececec;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info__item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.info__item-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  color: #111;
  margin-bottom: 69px;
}
.info__item-title span {
  color: #1D3E37;
}
.info__item-text {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #111;
}

.item-blue {
  -webkit-box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.1), 0 48px 48px 0 rgba(0, 0, 0, 0.09), 0 108px 65px 0 rgba(0, 0, 0, 0.05), 0 192px 77px 0 rgba(0, 0, 0, 0.01), 0 300px 84px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 12px 26px 0 rgba(0, 0, 0, 0.1), 0 48px 48px 0 rgba(0, 0, 0, 0.09), 0 108px 65px 0 rgba(0, 0, 0, 0.05), 0 192px 77px 0 rgba(0, 0, 0, 0.01), 0 300px 84px 0 rgba(0, 0, 0, 0);
  background: #1D3E37;
}

.text-blue {
  color: #ececec;
}

.title-max {
  max-width: 281px;
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .info__title {
    font-size: 44px;
  }
  .info__item {
    max-width: 360px;
  }
  .info__item-title {
    font-size: 28px;
  }
  .info__item-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .info {
    padding: 0px 0px 50px 0px;
  }
  .info__title {
    font-size: 40px;
  }
  .info__item-title {
    font-size: 24px;
  }
  .info__item-text {
    font-size: 14px;
  }
  .info__item {
    max-width: 240px;
  }
}
@media (max-width: 528px) {
  .info__title {
    font-size: 34px;
  }
  .info__item {
    max-width: inherit;
  }
}
.services {
  padding: 100px 0px;
  background-color: white;
  margin-top: -10px;
}
.services__title {
  font-weight: 400;
  font-size: 54px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-align: center;
  color: black;
}
.services__container {
  min-height: 750px;
  position: relative;
}
.services__item {
  position: absolute;
}
.services__item img {
  max-width: 400px;
  max-height: 400px;
}
.services__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.services__item-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #ececec;
}
.services__item-icon {
  cursor: pointer;
  margin-top: 7px;
}

.item-1 {
  opacity: 1;
  /* Скрываем элемент изначально */
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /* Добавляем плавный переход */
  top: 600px;
  left: 250px;
}

.item-2 {
  top: 640px;
  right: 260px;
  opacity: 1;
  /* Изначально скрываем элемент */
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /* Плавный переход для всех свойств */
}

.item-3 {
  bottom: 0px;
  left: 500px;
  opacity: 1;
  /* Изначально скрываем */
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /* Плавный переход */
}

.item-4 {
  bottom: 300px;
  left: 200px;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.item-5 {
  bottom: 200px;
  right: 200px;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.item-1.show {
  top: 0px;
  left: 0px;
  opacity: 0;
  /* Делаем элемент видимым */
}

.item-2.show {
  top: 100px;
  right: 100px;
  opacity: 0;
  /* Делаем элемент видимым */
}

.item-3.show {
  bottom: 250px;
  left: 450px;
  opacity: 0;
  /* Делаем видимым */
}

.item-4.show {
  bottom: 0;
  left: 0;
  opacity: 0;
}

.item-5.show {
  bottom: 0;
  right: 0;
  opacity: 0;
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .services {
    padding: 70px 0px;
  }
  .services__item-image {
    width: 400px;
  }
  .services__item-image img {
    width: 70%;
  }
  .services__container {
    min-height: 900px;
  }
  .item-1.show {
    left: 40px;
    opacity: 1;
    /* Делаем элемент видимым */
  }
  .item-2.show {
    top: 50px;
    right: -70px;
    opacity: 1;
    /* Делаем элемент видимым */
  }
  .item-3.show {
    bottom: 240px;
    left: 50px;
    opacity: 1;
    /* Делаем видимым */
  }
  .item-4.show {
    bottom: 430px;
    right: -20px;
    left: inherit;
    opacity: 1;
  }
  .item-5.show {
    right: inherit;
    left: 400px;
    bottom: 100px;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 50px 0px;
  }
  .services__item-content {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 30px;
  }
  .services__title {
    font-size: 46px;
  }
  .services__item-title {
    font-size: 28px;
  }
  .item-1 {
    top: 40px;
    left: 20px;
  }
  .item-2 {
    top: 250px;
    right: -60px;
  }
  .item-4 {
    bottom: 258px;
    left: 100px;
  }
  .item-3 {
    bottom: 0px;
    left: 140px;
  }
  .item-3 img {
    width: 40%;
  }
  .item-5 {
    bottom: 150px;
    right: 0px;
    z-index: 2;
  }
  .item-1.show {
    top: 200px;
    left: 200px;
    opacity: 1;
    /* Делаем элемент видимым */
  }
  .item-2.show {
    top: 230px;
    right: -470px;
    opacity: 1;
    /* Делаем элемент видимым */
  }
  .item-3.show {
    bottom: 80px;
    left: 0px;
    opacity: 1;
    /* Делаем видимым */
  }
  .item-4.show {
    bottom: 230px;
    right: -110px;
    left: inherit;
    opacity: 1;
  }
  .item-5.show {
    right: inherit;
    left: 290px;
    bottom: 0px;
    opacity: 1;
  }
}
@media (max-width: 528px) {
  .services__item-title {
    font-size: 22px;
  }
  .item-1.show {
    left: 100px;
    opacity: 1;
    /* Делаем элемент видимым */
  }
  .item-2.show {
    top: 230px;
    right: -190px;
    opacity: 1;
    /* Делаем элемент видимым */
  }
  .item-3.show {
    bottom: 80px;
    left: 100px;
    opacity: 1;
    /* Делаем видимым */
  }
  .item-4.show {
    bottom: 230px;
    right: 0px;
    left: 100px;
    opacity: 1;
  }
  .item-5.show {
    right: -190px;
    left: inherit;
    bottom: 0px;
    opacity: 1;
  }
}
.perks {
  padding: 100px 0px 300px 0px;
  background-color: white;
}
.perks__container {
  position: relative;
}
.perks__title {
  font-family: "Integral CF Regular";
  max-width: 848px;
  font-weight: 400;
  font-size: 54px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #010101;
  margin: 0px auto 80px auto;
}
.perks__steps {
  margin: 0px auto;
}
.perks__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
  opacity: 0.3;
  margin-bottom: 75px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.perks__step:last-child {
  margin-bottom: 0;
}
.perks__step-number {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #010101;
  border: 0.73px solid #010101;
  border-radius: 73px;
  padding: 7px 14px;
}
.perks__step-text {
  font-weight: 500;
  font-size: 35px;
  color: #010101;
}
.perks__truck img {
  width: 1000px;
}

.active {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.perks__truck {
  position: absolute;
  /* Или absolute, в зависимости от ваших требований */
  right: 100%;
  /* Начальное положение вне экрана */
  margin-top: 40px;
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .perks__title {
    font-size: 44px;
  }
  .perks__step-text {
    font-size: 29px;
  }
  .perks__truck img {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .perks {
    padding: 70px 0px 200px 0px;
  }
  .perks__title {
    font-size: 40px;
  }
  .perks__step-text {
    font-size: 22px;
  }
  .perks__step {
    margin-bottom: 45px;
  }
  .perks__truck img {
    width: 600px;
  }
  .perks__truck img {
    width: 600px;
  }
}
@media (max-width: 528px) {
  .perks {
    padding: 50px 0px 200px 0px;
  }
  .perks__title {
    font-size: 34px;
  }
  .perks__step {
    gap: 10px;
  }
  .perks__step-text {
    max-width: 230px;
    font-size: 23px;
  }
  .perks__truck {
    position: absolute;
    /* Или absolute, в зависимости от ваших требований */
    right: 50%;
    /* Начальное положение вне экрана */
  }
}
.contact {
  padding: 200px 0px 100px 0px;
}
.contact__wrap {
  margin: 0px auto;
  max-width: 787px;
}
.contact__title {
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #ececec;
  margin-bottom: 60px;
}
.contact__title span {
  color: #1D3E37;
}
.contact__upper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  margin-bottom: 14px;
}
.contact__upper-input {
  min-width: 254px;
  max-width: 254px;
  border-radius: 14px;
  padding: 15px 20px 15px 27px;
  background: #ececec;
  font-weight: 500;
  font-size: 18px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #151515;
}
.contact__content {
  text-align: center;
  margin-bottom: 14px;
}
.contact__content-input {
  min-width: 787px;
  min-height: 267px;
  border-radius: 14px;
  padding: 15px 20px 15px 27px;
  font-weight: 500;
  font-size: 18px;
  line-height: 129%;
  letter-spacing: -0.02em;
  color: #151515;
}
.contact__lower-button {
  cursor: pointer;
  min-width: 787px;
  border-radius: 134px;
  padding: 20px 27px;
  background: #1D3E37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ececec;
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .contact {
    padding: 150px 0px 70px 0px;
  }
  .contact__title {
    font-size: 44px;
  }
  .contact__upper-input {
    min-width: inherit;
    max-width: 204px;
  }
  .contact__content-input {
    min-width: 645px;
  }
  .contact__lower-button {
    min-width: 645px;
    margin: 0px auto;
  }
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 40px;
  }
  .contact__upper-input {
    max-width: 154px;
  }
  .contact__content-input {
    min-width: 490px;
    min-height: 207px;
  }
  .contact__lower-button {
    min-width: 490px;
  }
}
@media (max-width: 528px) {
  .contact__title {
    font-size: 30px;
  }
  .contact__upper-input {
    max-width: 284px;
  }
  .contact__upper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__content-input {
    min-width: 290px;
    min-height: 157px;
  }
  .contact__lower-button {
    min-width: 290px;
  }
}
.footer {
  padding: 50px 0px 20px 0px;
}
.footer__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 322px;
  margin-bottom: 123px;
}
.footer__address {
  font-family: "Jost";
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #ececec;
  max-width: 344px;
}
.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
.footer__item {
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #ececec;
  margin-bottom: 15px;
  opacity: 0.75;
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__item:hover {
  color: #c5c5c5;
}
.footer__up-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  background-color: #1D3E37;
  padding: 21px;
}
.footer__up-button:hover {
  background-color: #074630;
}
.footer__number {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #ececec;
  margin-bottom: 10px;
}
.footer__number:hover {
  color: #c5c5c5;
}
.footer__lower-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 486px;
}
.footer__mail {
  font-family: "Jost";
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #ececec;
}
.footer__mail:hover {
  color: #c5c5c5;
}
.footer__rights {
  font-family: "Jost";
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  color: #ececec;
  opacity: 0.65;
}
.footer__main-title {
  font-size: 30px;
  color: white;
  margin-bottom: 20px;
}
.footer__number1 {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #ececec;
  margin-bottom: 5px;
}
.footer__number1:hover {
  color: #c5c5c5;
}
.footer__id {
  font-size: 14px;
  color: white;
  margin-bottom: 44px;
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .footer__content {
    gap: 22px;
  }
  .footer__columns {
    gap: 60px;
  }
  .footer__content {
    margin-bottom: 83px;
  }
  .footer__number {
    margin-bottom: 13px;
  }
  .footer__lower-content {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__address {
    text-align: center;
    margin: 0px auto;
  }
  .footer__columns {
    margin: 0px auto;
  }
  .footer__up-button {
    padding: 14px;
  }
}
@media (max-width: 528px) {
  .footer__up-button {
    top: 240px;
  }
  .footer__number {
    display: block;
    text-align: center;
  }
  .footer__lower-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .footer__number1 {
    display: block;
    text-align: center;
  }
  .footer__rights {
    text-align: center;
  }
  .footer__id {
    text-align: center;
  }
  .footer__main-title {
    display: block;
    text-align: center;
  }
}
.slogan {
  padding: 100px 0px;
  background-color: black;
}
.slogan__container {
  position: relative;
}
.slogan__first-title {
  position: relative;
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: 247px;
  line-height: 90%;
  text-transform: uppercase;
  color: #ececec;
  margin-bottom: 94px;
  z-index: 2;
}
.slogan__second-title {
  position: relative;
  font-family: "Steelfish", sans-serif;
  font-weight: 400;
  font-size: 247px;
  line-height: 90%;
  text-transform: uppercase;
  text-align: right;
  color: #ececec;
  z-index: 2;
}
.slogan__image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  margin-top: -290px;
  margin-bottom: 68px;
}
.slogan__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slogan__subtitle {
  max-width: 584px;
  font-family: "Integral CF Regular";
  font-weight: 400;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #ececec;
}
.slogan__text {
  max-width: 405px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #ececec;
}
.slogan__truck img {
  width: 1000px;
}

body {
  overflow-x: hidden;
}

.slogan__truck {
  position: absolute;
  /* Или absolute, в зависимости от ваших требований */
  right: 100%;
  /* Начальное положение вне экрана */
}

/* ============================================================================== */
@media (max-width: 1250px) {
  .slogan__first-title {
    font-size: 130px;
  }
  .slogan__second-title {
    font-size: 130px;
  }
  .slogan__image img {
    margin-top: 100px;
    width: 100%;
  }
  .slogan__subtitle {
    font-size: 31px;
  }
  .slogan__text {
    max-width: 255px;
    font-size: 14px;
  }
  .slogan__truck img {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .slogan__first-title {
    font-size: 100px;
  }
  .slogan__second-title {
    font-size: 100px;
  }
  .slogan__image img {
    margin-top: 130px;
  }
  .slogan__subtitle {
    font-size: 21px;
  }
  .slogan__text {
    font-size: 12px;
  }
  .slogan__content {
    gap: 10px;
  }
  .slogan__truck img {
    width: 600px;
  }
}
@media (max-width: 528px) {
  .slogan {
    padding: 70px 0px;
  }
  .slogan__first-title {
    font-size: 50px;
    margin-bottom: 510px;
    margin-left: 20px;
  }
  .slogan__second-title {
    font-size: 50px;
    margin-right: 20px;
  }
  .slogan__image img {
    margin-top: -240px;
    margin-left: -450px;
    margin-bottom: 80px;
    width: 1200px;
  }
  .slogan__image {
    margin-bottom: 100px;
  }
  .slogan__slogan-text {
    max-width: 155px;
    font-size: 10px;
  }
  .slogan__truck img {
    width: 600px;
  }
  .slogan__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
  }
  .slogan__subtitle {
    margin-bottom: 10px;
  }
  .slogan__truck {
    position: absolute;
    /* Или absolute, в зависимости от ваших требований */
    right: 50%;
    /* Начальное положение вне экрана */
  }
}