/*
	Theme Name:        Unilogix
	Description:       WordPress тема для сайта Unilogix
	Author:            Dima Braim
	Author URI:        https://dimabraim.website/
	Version:           1.0.01
	Requires at least: 6.8.2
	Tested up to:      6.9.4
	Requires PHP:      8.4
	Text Domain:       unilogix
*/

:root {
  --color-white: #fff;
  --color-light: #eaeaea;
  --color-black: #262527;
  --color-grey: #2a2a2a;
  --color-accent: #dadf37;
  --color-background-primary: var(--color-white);
  --color-text-primary: #2a2a2a;
  --color-text-second: #2a2a2a;
  --color-text-light: #cdcccc;
  --wrapper-size: 1360px;
  --wrapper-gap: calc((100% - var(--wrapper-size)) / 2);
  --lineheight: 1.65;
  --userfont: "Inter, Prompt, Stapel, sans-serif";
  --systemfont: "-apple-system, BlinkMacSystemFont, Arial, sans-serif";
  --animation-slow: all .5s ease;
  --animation-primary: all .3s ease;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/Inter-Light.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Inter-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Inter-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Prompt;
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/Prompt-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Prompt;
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Prompt-Medium.woff2") format("woff2");
}

@font-face {
  font-family: Prompt;
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/Prompt-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: Prompt;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Prompt-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Stapel;
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/Stapel-Expanded-Bold.woff2") format("woff2");
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-primary);
  color: var(--color-text-primary);
}

body {
  margin: 0;
}

a {
  color: unset;
}

a.link {
  text-decoration: none;
}

a.link_hover:hover {
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

ul, ol {
  padding-left: 18px;
}

body {
  font-family: var(--userfont, var(--systemfont, sans-serif));
  line-height: var(--lineheight, 1.65);
  font-size: var(--font-size-primary);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}

::placeholder {
  color: #666;
}

::selection {
  background-color: var(--color-accent);
  color: #fff;
}

input, textarea {
  outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid, textarea:required:valid {
  border-color: green;
}

p {
  font-family: Inter, serif;
}

section {
  margin: 0 auto;
}

.container {
  max-width: var(--wrapper-size);
  height: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (width <= 750px) {
  .container {
    padding: 0 1rem;
  }
}

.fill-btn {
  text-transform: uppercase;
  background-color: var(--color-accent);
  color: var(--color-text-primary);
  transition: var(--animation-primary);
  border: 2px solid var(--color-accent);
  cursor: pointer;
  border-radius: 2rem;
  padding: .6rem 1.5rem;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.fill-btn:hover {
  backdrop-filter: blur(4px);
  color: var(--color-accent);
  background: #2a2a2abf;
}

.fill-btn.black {
  border: 2px solid var(--color-grey);
  background-color: var(--color-grey);
  color: var(--color-accent);
}

.fill-btn.black:hover {
  background-color: var(--color-accent);
  color: var(--color-grey);
}

@media (width >= 880px) {
  .header-fix header .logotype svg .logotext path {
    fill: var(--color-black);
    transition: all .3s;
  }

  .header-fix header.scroll .logotype svg .logotext path {
    fill: var(--color-white);
  }
}

.logo-black header .custom-logo-link svg,
.logo-black header .custom-logo-link img {
  filter: brightness(0);
  transition: filter .3s;
}

.logo-black header.scroll .custom-logo-link svg,
.logo-black header.scroll .custom-logo-link img {
  filter: none;
}

header {
  z-index: 10;
  opacity: 1;
  max-width: 100%;
  padding: 0 2rem;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
}

header.scroll {
  backdrop-filter: blur(4px);
  background: #2a2a2abf;
  transition: all .5s;
  position: fixed;
  transform: translateY(0);
}

header.scroll nav {
  height: 60px;
}

header.scroll .logotype svg {
  max-width: 180px;
}

header nav {
  justify-content: space-between;
  align-items: center;
  max-width: 1750px;
  height: 120px;
  margin: 0 auto;
  transition: all .5s;
  display: flex;
}

header .logotype {
  align-items: center;
  display: flex;
}

header .logotype svg {
  max-width: 250px;
  transition: all .5s;
}

.custom-logo,
.custom-logo-link svg {
  width: 209px;
  height: auto;
}

header .nav__wrapper .navigation {
  gap: 1rem;
  margin: 0;
  padding: 0;
  font-family: Inter, serif;
  list-style: none;
  display: flex;
}

header .nav__wrapper .navigation .nav-item {
  text-transform: uppercase;
  color: var(--color-white);
  backdrop-filter: blur(4px);
  cursor: pointer;
  transition: var(--animation-primary);
  background: #2a2a2abf;
  border-radius: 2rem;
  padding: .4rem 1.2rem;
  font-weight: 300;
  position: relative;
}

header .nav__wrapper .navigation .nav-item:hover, header .nav__wrapper .navigation .nav-item:hover > a {
  color: var(--color-accent);
}

header .nav__wrapper .navigation .nav-item a {
  text-transform: uppercase;
  color: var(--color-white);
  transition: var(--animation-primary);
  gap: .5rem;
  font-weight: 300;
  text-decoration: none;
}

header .nav__wrapper .navigation .nav-item a svg path {
  transition: var(--animation-primary);
}

header .nav__wrapper .navigation .nav-item a:hover svg path {
  fill: #dadf37;
}

header .nav__wrapper .navigation .nav-request {
  background: var(--color-accent);
  outline: 2px solid var(--color-accent);
  outline-offset: -2px;
}

header .nav__wrapper .navigation .nav-request a {
  color: var(--color-text-primary);
}

header .nav__wrapper .navigation .nav-request .nav-request__full {
  display: none;
}

header .nav__wrapper .navigation .nav-request:hover {
  background: #2a2a2abf;
}

header .nav__wrapper .navigation .nav-social ul {
  gap: 1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

header .nav__wrapper .navigation .nav-social ul .social-contact {
  width: 41px;
  height: 41px;
  transition: var(--animation-primary);
  justify-content: center;
  padding: 0;
  display: flex;
}

header .nav__wrapper .navigation .nav-social ul .whatsapp:hover {
  background-color: #25d366;
}

header .nav__wrapper .navigation .nav-social ul .viber:hover {
  background-color: #7360f2;
}

header .nav__wrapper .navigation .nav-social ul .telegram:hover {
  background-color: #27a0df;
}

header .nav__wrapper .navigation .nav-social li, header .nav__wrapper .navigation .nav-social a {
  align-items: center;
  display: flex;
}

header .nav__wrapper .navigation .nav-social li:hover svg path, header .nav__wrapper .navigation .nav-social a:hover svg path {
  fill: #fff;
}

header .nav__wrapper .navigation .dropdown {
  position: relative;
}

header .nav__wrapper .navigation .dropdown svg {
  padding-right: 4px;
}

header .nav__wrapper .navigation .dropdown:hover .dropdown-menu {
  display: block;
}

header .nav__wrapper .navigation .dropdown:hover:after {
  content: "";
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 100%;
  left: 0;
}

header .nav__wrapper .navigation .dropdown-menu {
  background-color: var(--color-grey);
  border-radius: 1rem;
  width: auto;
  display: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
}

header .nav__wrapper .navigation .dropdown-menu ul {
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

header .nav__wrapper .navigation .dropdown-menu ul li {
  padding: 10px 16px;
  transition: all .3s;
}

header .nav__wrapper .navigation .dropdown-menu ul li a {
  white-space: nowrap;
  color: var(--color-text-light);
  transition: var(--animation-primary);
  font-size: 14px;
  font-weight: 300;
}

header .nav__wrapper .navigation .dropdown-menu ul li:hover a {
  color: var(--color-accent);
}

header .call {
  display: none;
}

header .burger {
  cursor: pointer;
  display: none;
}

header .burger span {
  background-color: #fff;
  width: 28px;
  height: 1px;
  margin: 4px 0;
  transition: all .3s;
  display: block;
}

header.visible {
  position: fixed;
}

@media (width <= 1140px) {
  header {
    height: 60px;
    padding: 0;
  }

  header .logotype {
    flex: 2;
  }

  header .logotype img {
    max-width: 180px;
  }

  header nav {
    height: 60px;
    transition: var(--animation-primary);
    justify-content: space-between;
    padding: 0 1rem;
    position: relative;
  }

  header .nav__wrapper {
    backdrop-filter: blur(4px);
    background: #2a2a2af2;
    width: 100%;
    height: 100vh;
    padding: 5rem 0 0;
    transition: all .3s;
    position: absolute;
    top: 59px;
    left: -100%;
  }

  header .nav__wrapper .navigation {
    text-align: center;
    flex-direction: column;
    align-items: center;
    font-family: Stapel, serif;
    font-weight: 500;
  }

  header .nav__wrapper .navigation .dropdown:hover:after {
    content: none;
  }

  header .nav__wrapper .navigation li {
    margin: 0;
    padding: 10px 0;
  }

  header .nav__wrapper .navigation .nav-social {
    order: 3;
    padding-top: 4rem;
  }

  header .nav__wrapper .navigation .nav-social ul {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    row-gap: 2rem;
    display: grid;
  }

  header .nav__wrapper .navigation .nav-social ul li {
    margin: 0 auto;
    padding: 0;
  }

  header .nav__wrapper .navigation .nav-social ul li a {
    align-items: center;
  }

  header .nav__wrapper .navigation .nav-social ul li:first-child {
    grid-area: 2 / 1 / 3 / 4;
  }

  header .nav__wrapper .navigation .nav-social ul li.nav-phone {
    display: none;
  }

  header .nav__wrapper .navigation .nav-item {
    backdrop-filter: none;
    background: none;
  }

  header .nav__wrapper .navigation .nav-request {
    background: var(--color-accent);
    padding: .4rem 1.2rem;
    border-radius: 2rem;
  }

  header .nav__wrapper .navigation .nav-request a {
    font-family: Inter, serif;
  }

  header .nav__wrapper .navigation .nav-request .nav-request__short {
    display: none;
  }

  header .nav__wrapper .navigation .nav-request .nav-request__full {
    display: inline;
  }

  header .nav__wrapper .navigation .nav-item .dropdown-menu {
    background-color: #0000;
    border-radius: 0;
    height: 0;
    transition: height .3s, visibility 0s linear .3s;
    display: block;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  header .nav__wrapper .navigation .nav-item .dropdown-menu ul {
    align-items: center;
    gap: .5rem;
    padding-top: .5rem;
  }

  header .nav__wrapper .navigation .nav-item .dropdown-menu ul li {
    padding: .4rem 0;
  }

  header .nav__wrapper .navigation .nav-item .dropdown-menu.open {
    visibility: visible;
    transition: height .3s, visibility linear;
  }

  header .call {
    place-items: center;
    margin-left: auto;
    display: flex;
  }

  header .call svg {
    width: 41px;
    height: 41px;
  }

  header .burger {
    backdrop-filter: blur(4px);
    background: #2a2a2abf;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 14px;
    display: flex;
  }

  header.open nav {
    background: #2a2a2a;
  }

  header.open .nav__wrapper {
    z-index: 100;
    left: 0;
  }

  header.open .burger span:first-child {
    transform: translateY(9px)rotate(135deg);
  }

  header.open .burger span:nth-child(2) {
    opacity: 0;
  }

  header.open .burger span:nth-child(3) {
    transform: translateY(-9px)rotate(-135deg);
  }
}

.hero {
  background-color: var(--color-black);
  height: 81dvh;
  max-height: 800px;
  padding-top: 4rem;
}

.hero__wrapper {
  background-image: url("assets/images/hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
  display: grid;
}

.hero__info {
  flex: 50%;
}

.hero__info h1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--color-accent);
  margin-bottom: 1rem;
  font-family: Stapel, serif;
  font-size: clamp(1.37rem, 2vw, 2.55rem);
  font-weight: 700;
  line-height: 120%;
}

.hero__info p {
  letter-spacing: .01em;
  color: var(--color-light);
  text-wrap: balance;
  padding-bottom: 3rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 124%;
}

.hero__fig {
  flex: 50%;
  height: 100%;
}

.hero__fig spline-viewer {
  width: 100%;
  height: 100%;
}

.hero__fig img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

@media (width <= 1350px) {
  .hero .container {
    padding: 0;
  }

  .hero .hero__wrapper {
    grid-template-columns: .7fr 1fr;
    padding: 0 2rem;
  }

  .hero .hero__info p {
    font-size: 1rem;
  }
}

@media (width <= 850px) {
  .hero {
    height: 680px;
  }

  .hero .hero__wrapper {
    grid-template-rows: 300px 1fr;
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding: 0 1rem;
  }

  .hero .hero__info {
    text-align: center;
    text-wrap: balance;
    flex-direction: column;
    order: 2;
    justify-content: center;
    display: flex;
  }

  .hero .hero__info h1 {
    margin: 0;
  }

  .hero .hero__info p {
    text-wrap: balance;
    padding-bottom: 1rem;
  }

  .hero .hero__fig img {
    object-fit: contain;
    order: 1;
    height: 200px;
  }
}

.about-main {
  background-color: #fff;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.about-main__wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  padding-top: 6rem;
  display: flex;
  position: relative;
}

.about-main__head:before {
  content: url("assets/images/about-fig-1.svg");
  transform: translate(var(--before-x, -110%), var(--before-y, 30%));
  position: absolute;
  top: 3rem;
  right: 0;
}

.about-main__head:after {
  content: url("assets/images/about-fig-2.svg");
  transform: translate(var(--after-x, 110%), var(--after-y, -30%));
  position: absolute;
  bottom: 13rem;
  left: 0;
}

.about-main__head h2 {
  text-transform: uppercase;
  text-align: center;
  color: #8f8f8f;
  opacity: 0;
  font-family: Inter, serif;
  font-size: 1.12rem;
  font-weight: 400;
  transform: translateY(40px);
}

.about-main__head p {
  letter-spacing: .02em;
  text-align: center;
  opacity: 0;
  max-width: 1080px;
  font-size: clamp(1.1rem, 4vw, 1.8rem);
  font-weight: 400;
  line-height: 125%;
  transform: translateY(40px);
}

.about-main__footer {
  position: relative;
}

.about-main__footer figure {
  margin: 0;
  transform: scale(.7);
}

@media (width <= 1350px) {
  .about-main__wrapper {
    gap: 2rem;
    padding-top: 2rem;
  }

  .about-main__head:before, .about-main__head:after, .about-main__footer:before {
    display: none;
  }
}

@media (width <= 850px) {
  .about-main {
    margin-top: -40px;
  }
}

@media (width <= 650px) {
  .about-main__footer figure img {
    width: 100%;
  }
}

.transport {
  background-color: var(--color-white);
}

.transport-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0 4rem;
  display: flex;
}

.transport-header h2 {
  margin: 0 0 .2rem;
  font-family: Stapel, serif;
  font-size: clamp(1.4rem, 4vw, 2.38rem);
  text-transform: uppercase;
}

.transport-header p {
  max-width: 800px;
  margin: 0;
  font-size: clamp(1rem, 4vw, 1.25rem);
  font-weight: 300;
  line-height: 127%;
}

.transport__wrapper {
  background-color: var(--color-white);
  height: 700px;
  margin: 0 auto;
  position: relative;
}

.transport__wrapper ul {
  flex-direction: row;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.transport__wrapper ul:hover li:hover {
  width: 70%;
}

.transport__wrapper ul:hover li:hover:after {
  opacity: 0;
}

.transport__wrapper ul:hover li:hover:before {
  opacity: 1;
}

.transport__wrapper ul:hover li:hover p, .transport__wrapper ul:hover li:hover .fill-btn {
  opacity: 1;
  visibility: visible;
}

.transport__wrapper ul:hover li:hover .transport__txt {
  bottom: 80px;
}

.transport__wrapper ul li {
  will-change: width transform;
  width: 25%;
  height: 700px;
  color: var(--color-white);
  background-position: 100%;
  background-size: cover;
  transition: all .8s cubic-bezier(.27, .2, 0, .99);
  position: relative;
  overflow: hidden;
}

.transport__wrapper ul li:before {
  content: "";
  backdrop-filter: blur(12px);
  width: 100%;
  height: 100%;
  transition: var(--animation-primary);
  opacity: 0;
  background: linear-gradient(#00000094 57.09%, #414400 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

.transport__wrapper ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  transition: var(--animation-primary);
  opacity: 1;
  background: linear-gradient(#0000 10%, #000 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

.transport__wrapper ul li:first-child {
  background-image: url("assets/images/transport-1.jpg");
}

.transport__wrapper ul li:nth-child(2) {
  background-image: url("assets/images/transport-2.jpg");
}

.transport__wrapper ul li:nth-child(3) {
  background-image: url("assets/images/transport-3.jpg");
}

.transport__wrapper ul li:nth-child(4) {
  background-image: url("assets/images/transport-4.jpg");
}

.transport__wrapper ul li .transport__txt {
  z-index: 1;
  padding-left: 1rem;
  font-family: Inter, serif;
  transition: all .7s;
  position: absolute;
  bottom: -8rem;
}

.transport__wrapper ul li .transport__txt .title {
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.transport__wrapper ul li .transport__txt .title img {
  width: 48px;
  height: 48px;
}

.transport__wrapper ul li .transport__txt h4 {
  text-transform: uppercase;
  z-index: 1;
  max-width: 320px;
  margin: 0;
  padding: 0;
  font-size: clamp(1.1rem, 4vw, 1.3rem);
  font-weight: 400;
  line-height: normal;
}

.transport__wrapper ul li .transport__txt p {
  opacity: 0;
  visibility: hidden;
  width: 540px;
  padding-bottom: 2rem;
  font-weight: 300;
  line-height: normal;
  transition: all .7s;
}

.transport__wrapper ul li .transport__txt .fill-btn {
  opacity: 0;
  visibility: hidden;
}

@media (width <= 980px) {
  .transport-header {
    text-align: left;
    align-items: flex-start;
  }

  .transport__wrapper {
    height: calc(70vh - 50px);
    overflow: hidden;
  }

  .transport__wrapper::-webkit-scrollbar {
    display: none;
  }

  .transport__wrapper ul {
    scroll-snap-type: x mandatory;
    display: -webkit-box;
    overflow: auto;
  }

  .transport__wrapper ul:hover li:hover {
    width: 45%;
  }

  .transport__wrapper ul li {
    scroll-snap-align: start;
    justify-content: flex-end;
    width: 45%;
    height: 100%;
    padding: 0;
    position: relative;
  }

  .transport__wrapper ul li:after {
    content: "";
    background: linear-gradient(#0000 7%, #000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
  }

  .transport__wrapper ul li .transport__txt {
    padding: 0 1rem;
    top: 200px;
  }

  .transport__wrapper ul li .transport__txt p {
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 0 0 1rem;
  }

  .transport__wrapper ul li .transport__txt .fill-btn {
    opacity: 1;
    visibility: visible;
  }
}

@media (width <= 750px) {
  .transport-header {
    padding: 2rem 1rem;
  }

  .transport-header h2 {
    line-height: normal;
  }

  .transport-header p {
    font-size: 1rem;
  }
}

@media (width <= 650px) {
  .transport__wrapper ul:hover li:hover {
    width: 90%;
  }

  .transport__wrapper ul:hover li:hover:before {
    backdrop-filter: blur();
  }

  .transport__wrapper ul:hover li:hover .fill-btn {
    opacity: 1;
    visibility: visible;
  }

  .transport__wrapper ul:hover li:hover .transport__txt {
    bottom: 3rem;
  }

  .transport__wrapper ul li {
    width: 90%;
  }

  .transport__wrapper ul li .transport__txt {
    top: auto;
    bottom: 3rem;
  }

  .transport__wrapper ul li .transport__txt .title {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
    height: 114px;
    padding-bottom: 2rem;
  }

  .transport__wrapper ul li .transport__txt .title h4 {
    max-width: 60%;
    font-size: 1rem;
  }

  .transport__wrapper ul li .transport__txt p {
    display: none;
  }

  .transport__wrapper ul li .transport__txt .fill-btn {
    opacity: 1;
    visibility: visible;
  }
}

.approach {
  background-color: var(--color-black);
  margin-top: -1px;
  padding: 6rem 0;
  position: relative;
}

.approach .swiper {
  width: 100%;
  height: 100%;
}

.approach .swiper-slide {
  background: #fff;
  height: auto;
  font-size: 18px;
}

.approach .swiper-pagination {
  bottom: var(--swiper-pagination-bottom, 4px);
}

.approach h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-family: Stapel, serif;
  font-size: clamp(1.4rem, 4vw, 2.38rem);
  font-weight: 700;
  line-height: 120%;
}

.approach-swiper .swiper-wrapper {
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  display: grid;
}

.approach-swiper .swiper-wrapper .swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
}

.approach-swiper .swiper-wrapper .swiper-slide:first-child {
  background: linear-gradient(154deg, #31a78b 0%, #31a78b00 40%), linear-gradient(#d5dc21 0% 100%);
  grid-column: 1 / 4;
}

.approach-swiper .swiper-wrapper .swiper-slide:first-child:after {
  content: "";
  background-image: url("assets/images/card-fig-1.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.approach-swiper .swiper-wrapper .swiper-slide:first-child h4 {
  max-width: 400px;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(2) {
  background-color: #1c61aa;
  grid-column: 4 / 6;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(2) h4 {
  max-width: 200px;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(2):after {
  content: "";
  background-image: url("assets/images/plane.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 315px;
  height: 280px;
  position: absolute;
  bottom: -100px;
  right: 0;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(2) .approach-item {
  color: var(--color-white);
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(3) {
  background-color: #262527;
  background-image: radial-gradient(47.42% 105.25% at 97.83% 101.62%, #dca821 0%, #dca82100 100%);
  grid-column: 1 / 3;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(3):after {
  content: "";
  background-image: url("assets/images/img-2.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(3) .approach-item {
  color: var(--color-white);
  padding-right: 20%;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(4) {
  background: linear-gradient(320deg, #31a78b 0%, #31a78b00 40%), linear-gradient(#d5dc21 0% 100%);
  grid-column: 3 / 6;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(4):after {
  content: "";
  background-image: url("assets/images/img-3.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: -24px;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(4) h4 {
  max-width: 400px;
}

.approach-swiper .swiper-wrapper .swiper-slide:nth-child(4) .approach-item {
  padding-right: 20%;
}

.approach-swiper .swiper-wrapper .swiper-slide .approach-item {
  z-index: 2;
  padding: 2rem;
  position: relative;
}

.approach-swiper .swiper-wrapper .swiper-slide .approach-item h4 {
  text-wrap: balance;
  text-transform: uppercase;
  margin: 0;
  font-family: Inter, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
}

.approach-swiper .swiper-wrapper .swiper-slide .approach-item p {
  letter-spacing: -.01em;
  text-wrap: balance;
  padding-bottom: 4rem;
  font-size: clamp(1rem, 4vw, 1.25rem);
  font-weight: 400;
  line-height: 124%;
}

@media (width <= 760px) {
  .approach {
    padding: 2rem 0;
  }

  .approach .swiper-pagination {
    z-index: 2;
  }

  .approach .swiper-pagination-bullet {
    opacity: 1;
    background-color: #d9d9d9;
  }

  .approach .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color-accent);
  }

  .approach-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
    display: flex;
  }

  .approach-swiper .swiper-wrapper .swiper-slide .approach-item {
    padding: 1rem;
    padding-right: 0 !important;
  }

  .approach-swiper .swiper-wrapper .swiper-slide .approach-item h4 {
    font-size: 1.15rem;
  }
}

.logistic {
  background: #ededed;
  overflow: hidden;
}

.logistic img {
  background-position: 0 100%;
  background-size: cover;
  width: 100%;
}

.logistic__wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 0 2rem;
  display: flex;
}

.logistic__wrapper h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: .5rem;
  font-family: Stapel, serif;
  font-size: clamp(1.4rem, 4vw, 2.38rem);
  font-weight: 700;
  line-height: 120%;
}

.logistic__wrapper p {
  max-width: 780px;
  margin: 0;
  padding-bottom: 2rem;
  font-size: clamp(1rem, 4vw, 1.25rem);
  font-weight: 300;
  line-height: 120%;
}

@media (width <= 760px) {
  .logistic img {
    background-position: 0;
    background-size: contain;
    width: auto;
    height: 260px;
  }
}

.indicators {
  padding: 4rem 0rem 0;
}

.indicators__header {
  h2 {
    font-family: 'Stapel', serif;
    font-weight: 700;
    font-size: clamp(1.4rem, 4vw, 2.38rem);
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
}

.indicators__animations {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

.indicators-card {
  flex: 1 1 0%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(60px);
}

@media (max-width: 768px) {
  .indicators__animations {
    flex-direction: column;
  }
}


.work {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 6rem 2rem;
  display: flex;
}

.work__wrapper {
  background-image: url("assets/images/work-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  max-width: 1750px;
  height: 486px;
}

.work__wrapper .work__content {
  color: var(--color-light);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  height: 100%;
  padding: 0 4rem;
  display: flex;
}

.work__wrapper .work__content h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
  font-family: Stapel, serif;
  font-size: clamp(1.45rem, 4vw, 4.25rem);
  font-weight: 700;
  line-height: 120%;
}

.work__wrapper .work__content p {
  max-width: 700px;
  margin: 0;
}

.work__wrapper .work__actions {
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.work__wrapper .work__actions ul {
  gap: 1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.work__wrapper .work__actions ul a {
  width: 48px;
  height: 48px;
  transition: var(--animation-primary);
  background-color: #ededed;
  border-radius: 50%;
}

.work__wrapper .work__actions ul a svg path {
  fill: var(--color-black);
  transition: var(--animation-primary);
}

.work__wrapper .work__actions ul a:hover {
  color: #dadf37;
  backdrop-filter: blur(4px);
  background: #2a2a2abf;
}

.work__wrapper .work__actions ul a:hover svg path {
  fill: #dadf37;
}

.work__wrapper .work__actions li, .work__wrapper .work__actions a {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width <= 1140px) {
  .work__wrapper {
    background-size: cover;
    border-radius: 1rem;
    height: auto;
  }

  .work__wrapper .work__content {
    padding: 4rem 0;
  }
}

@media (width <= 750px) {
  .work {
    padding: 4rem 1rem;
  }

  .work__wrapper {
    background-image: url("assets/images/work-bg-mobile.png");
    background-size: cover;
    border-radius: 1rem;
    height: auto;
  }

  .work__wrapper .work__content {
    text-wrap: balance;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
  }

  .work__wrapper .work__content p {
    line-height: normal;
  }

  .work__wrapper .work__actions {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .work__wrapper .work__actions ul {
    margin-bottom: 0;
  }
}

.services {
  background-color: var(--color-black);
  padding: 4rem 0;
  overflow: hidden;
}

.services__header {
  padding-bottom: 2rem;
}

.services__header h2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-family: Stapel, serif;
  font-size: clamp(1.4rem, 4vw, 2.38rem);
  font-weight: 700;
}

.services__header p {
  color: var(--color-light);
  max-width: 780px;
  font-size: clamp(1rem, 4vw, 1.25rem);
  font-weight: 300;
  line-height: 127%;
}

.services__wrapper {
  overflow: hidden;
}

.services__wrapper .service-slide-item {
  transition: var(--animation-primary);
  background-color: #1c1a1c;
  border-radius: .5rem;
  grid-template-rows: auto 88px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.services__wrapper .service-slide-item:after {
  content: "";
  background-image: url("assets/images/corner-b.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.services__wrapper .service-slide-item:hover .overlay-info {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.services__wrapper .service-slide-item:hover span {
  color: var(--color-light);
}

.services__wrapper .service-slide-item img {
  transition: var(--animation-primary);
  border-radius: .5rem;
  width: 100%;
  height: auto;
}

.services__wrapper .service-slide-item .service-action {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1rem 1rem;
  font-family: Inter, serif;
  font-weight: 400;
  display: flex;
}

.services__wrapper .service-slide-item .service-action h3 {
  text-transform: uppercase;
  color: var(--color-light);
  text-align: left;
  max-width: 280px;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

.services__wrapper .service-slide-item .service-action p {
  color: var(--color-accent);
  margin: 0;
  font-size: .8rem;
  line-height: normal;
  text-decoration: none;
  position: relative;
}

.services__wrapper .service-slide-item .overlay-info {
  background-color: var(--color-accent);
  opacity: 0;
  visibility: hidden;
  transition: var(--animation-primary);
  border-radius: .5rem;
  padding: 1rem;
  position: absolute;
  inset: 1rem 0 0;
}

.services__wrapper .service-slide-item .overlay-info h3 {
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0;
  padding: 1rem 0;
  font-family: Inter, serif;
  font-weight: 400;
  line-height: normal;
}

.services__wrapper .service-slide-item .overlay-info p {
  margin: 0;
  padding-bottom: 5rem;
  font-size: clamp(1rem, 4vw, 1.12rem);
  line-height: normal;
}

.services__wrapper .service-slide-item span {
  text-transform: uppercase;
  color: var(--color-accent);
  transition: var(--animation-primary);
  z-index: 2;
  font-family: Stapel, serif;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: 0;
  right: 8px;
}

@media (width <= 750px) {
  .services {
    padding: 2rem 0;
  }
}

@media (width <= 550px) {
  .services__wrapper {
    overflow: visible;
  }

  .services__wrapper .service-slide-item .service-action p {
    font-size: .8rem;
  }
}

.faq-hero {
  background-image: url("assets/images/faq-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  max-height: 640px;
}

.faq-hero .faq__wrapper {
  text-align: center;
  height: 100%;
  color: var(--color-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  display: flex;
}

.faq-hero .faq__wrapper h1 {
  text-transform: uppercase;
  margin: 0;
  padding-top: 4rem;
  font-family: Stapel, serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 700;
}

.faq-hero .faq__wrapper p {
  max-width: 700px;
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 400;
}

.faq-hero .faq__wrapper p a {
  color: var(--color-accent);
  transition: var(--animation-primary);
}

.faq-hero .faq__wrapper p a:hover {
  color: var(--color-black);
}

.faq-body {
  background-color: #fff;
  padding: 4rem 2rem 8rem;
}

.faq__wrapper .accordion {
  max-width: 80%;
  margin: 0 auto;
}

.faq__wrapper .accordion ul {
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.faq__wrapper .accordion ul li {
  cursor: pointer;
  transition: var(--animation-primary);
  border: 1px solid #0000;
  border-radius: 1.25rem;
}

.faq__wrapper .accordion ul li .accordion-button {
  height: 2.4rem;
  transition: var(--animation-primary);
  background-color: #ededed;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq__wrapper .accordion ul li .accordion-button .accordion-title {
  width: 100%;
  transition: var(--animation-primary);
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.faq__wrapper .accordion ul li .accordion-button .accordion-title span {
  background-color: var(--color-black);
  width: 40px;
  height: 40px;
  color: var(--color-light);
  transition: var(--animation-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.faq__wrapper .accordion ul li .accordion-button .accordion-title:hover span {
  background-color: var(--color-accent);
  color: var(--color-black);
}

.faq__wrapper .accordion ul li .accordion-button .accordion-title:before {
  content: "";
  width: 24px;
  height: 24px;
  transition: var(--animation-primary);
  background-image: url("assets/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  right: 0;
  transform: rotate(0);
}

.faq__wrapper .accordion ul li:last-child {
  border-bottom: none;
}

.faq__wrapper .accordion ul li.active {
  border: 1px solid #aeaeae;
}

.faq__wrapper .accordion ul li.active .accordion-button {
  background-color: #fff;
}

.faq__wrapper .accordion ul li.active .accordion-button .accordion-title span {
  background-color: var(--color-accent);
  color: var(--color-black);
}

.faq__wrapper .accordion ul li.active .accordion-button .accordion-title:before {
  transform: rotate(180deg);
}

.faq__wrapper .accordion .content {
  padding: 0 1rem 4rem;
  position: relative;
}

.faq__wrapper .accordion .content p {
  margin: 0;
}

@media (width <= 1180px) {
  .faq__wrapper {
    padding: 4rem 0 8rem;
  }

  .faq__wrapper .accordion {
    max-width: 100%;
  }
}

@media (width <= 768px) {
  .faq-body {
    padding: 4rem 0 8rem;
  }
}

.contact {
  background-color: #fff;
  padding-top: 10rem;
}

.contact-head {
  grid-template-columns: 1fr .8fr;
  padding-bottom: 3rem;
  display: grid;
}

.contact-head figure {
  height: 100%;
  margin: 0 0 0 1rem;
}

.contact-head figure img {
  border-radius: 1rem 0 0 1rem;
  width: 100%;
  height: auto;
}

.contact-head .contact-form {
  background: linear-gradient(0deg, #fbfbfb 0%, #ededed 100%);
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  margin: 0 1rem 0 -1rem;
  padding: 3rem;
}

.contact-head .contact-form .form h1 {
  text-transform: uppercase;
  font-family: Stapel, serif;
  font-size: 1.75rem;
  font-weight: 900;
}

.contact-head .contact-form .form p {
  max-width: 360px;
  font-size: 1.12rem;
  font-weight: 400;
}

.contact-head .contact-form .form form {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding-top: 1rem;
  display: inline-flex;
}

.contact-head .contact-form .form form input {
  border: none;
  border-radius: 2.5rem;
  padding: .75rem 2.12rem;
  font-family: Inter, serif;
}

.contact-head .contact-form .form form textarea {
  resize: none;
  border: none;
  border-radius: 2.5rem;
  padding: .75rem 2.12rem;
  font-family: Inter, serif;
}

.contact-head .contact-form .form form button {
  align-self: flex-start;
}

.consent-checkbox {
  align-items: flex-start;
  gap: .75rem;
  cursor: pointer;
  display: flex;
}

.consent-checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.consent-checkbox__box {
  background-color: var(--color-light);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  transition: var(--animation-primary);
  flex-shrink: 0;
  margin-top: .15rem;
  position: relative;
}

.consent-checkbox__box:after {
  content: "";
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  width: 11px;
  height: 6px;
  opacity: 0;
  transition: var(--animation-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%) rotate(-45deg);
}

.consent-checkbox input:checked ~ .consent-checkbox__box {
  background-color: var(--color-accent);
}

.consent-checkbox input:checked ~ .consent-checkbox__box:after {
  opacity: 1;
}

.consent-checkbox input:focus-visible ~ .consent-checkbox__box {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.consent-checkbox__text {
  color: var(--color-text-second);
  font-family: Inter, serif;
  font-size: .85rem;
  line-height: 140%;
}

.consent-checkbox__text a {
  color: inherit;
  text-decoration: underline;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-head .contact-form .form-answer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.contact-head .contact-form.form-send .form-answer{
  display: flex;
}

.contact-head .contact-form.form-send .form{
  display: none;
}

.contact-head .contact-form .form-answer h1 {
  text-transform: uppercase;
  font-family: Stapel, serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: normal;
}

.contact-head .contact-form .form-answer p {
  margin: 0;
  padding-bottom: 3rem;
  font-size: 1.12rem;
  font-weight: 400;
}

.contact-footer {
  padding: 0 1rem 6rem;
}

.contact-footer h2 {
  text-transform: uppercase;
  color: #8f8f8f;
  font-family: Inter, serif;
  font-size: 1.12rem;
  font-weight: 400;
}

.contact-footer .contact-footer__wrapper {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.contact-footer .contact-item h3 {
  color: var(--color-accent);
  font-family: Stapel, serif;
  font-size: 1rem;
}

.contact-footer .contact-item a, .contact-footer .contact-item p {
  font-family: Inter, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 127%;
  text-decoration: none;
}

.contact-footer .contact-item a:hover {
  text-decoration: underline;
}

@media (width <= 1280px) {
  .contact-footer .contact-footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-head figure img {
    object-fit: cover;
    height: 100%;
    /* max-height: 50vh; */
  }

  .contact-head .contact-form {
    padding: 2rem;
  }
}

@media (width <= 880px) {
  .contact, .contact .container {
    padding: 0;
  }

  .contact-head {
    grid-template-columns: 1fr;
  }

  .contact-head figure {
    margin: 0;
  }

  .contact-head figure img {
    border-radius: 0;
  }

  .contact-head .contact-form {
    margin: -1rem 0 0;
    padding: 2rem 1rem;
  }

  .contact-head .contact-form .form-answer h1 {
    font-size: 1.25rem;
  }

  .contact-head .contact-form .form-answer p {
    font-size: 1rem;
    line-height: normal;
  }

  .contact-footer .contact-footer__wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .contact-footer .contact-footer__wrapper .contact-item h3, .contact-footer .contact-footer__wrapper .contact-item p {
    margin: 0;
  }
}

.about-hero {
  background-image: url("assets/images/about-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-container {
  border: 2px solid #fff3;
  border-radius: 1rem;
  max-width: 1750px;
  margin: 12rem auto 2rem;
  padding: 8rem 2rem;
  position: relative;
}

.about-container:before {
  content: "";
  background-image: url("assets/images/about-fig-5.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.about-container:after {
  content: "";
  background-image: url("assets/images/about-fig-6.svg");
  background-repeat: no-repeat;
  width: 270px;
  height: 80px;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.about-hero__bottom {
  color: var(--color-white);
  justify-self: center;
  gap: 6rem;
  padding: 0 2rem 2rem;
  display: flex;
}

.about-hero__bottom .about-hero__bottom-item {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.about-hero__bottom .about-hero__bottom-item span {
  font-family: Stapel, serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.about-hero__bottom .about-hero__bottom-item p {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.12rem;
  font-weight: 400;
}

.about-hero__wrapper {
  height: 100%;
  color: var(--color-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  display: flex;
}

.about-hero__wrapper h1 {
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0;
  font-family: Stapel, serif;
  font-size: clamp(1.3rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: normal;
}

.about-hero__wrapper p {
  max-width: 880px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
}

@media (width <= 980px) {
  .about-hero {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .about-hero .about-hero__bottom {
    justify-self: start;
    gap: 1rem;
    display: grid;
  }
}

@media (width <= 760px) {
  .about-container {
    margin: 8rem 2rem 2rem;
    padding: 2rem 1rem;
  }

  .about-container:before, .about-container:after {
    content: none;
  }

  .about-hero__wrapper {
    gap: 1rem;
  }

  .about-hero__wrapper p {
    font-size: 1rem;
  }

  .about-mission__top p {
    font-size: 1rem;
    line-height: 130%;
  }
}

.about-mission {
  background-color: #fff;
  background-image: url("assets/images/map.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5rem 0 10rem;
}

.about-mission__top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.about-mission__top h2 {
  margin: 0;
  font-family: Stapel, serif;
  font-size: 2.38rem;
  font-weight: 700;
  text-transform: uppercase;
}

.about-mission__top p {
  max-width: 870px;
  margin: 0;
  font-size: 1.38rem;
  font-weight: 400;
}

.about-mission__wrapper {
  justify-content: center;
  gap: 2rem;
  padding: 0 4rem;
  display: flex;
}

.about-mission__wrapper .card {
  color: #000;
  border-radius: 1rem;
  flex: 1;
  padding: 3rem 2rem 12rem;
  position: relative;
  overflow: hidden;
}

.about-mission__wrapper .card:first-child {
  background-color: var(--color-white);
  border: 1px solid #cacaca;
}

.about-mission__wrapper .card:nth-child(2) {
  background-color: var(--color-accent);
}

.about-mission__wrapper .card:nth-child(3) {
  border: 1px solid var(--color-light);
  background: linear-gradient(0deg, #fbfbfb 0%, #ededed 100%);
}

.about-mission__wrapper .card h2 {
  text-transform: uppercase;
  font-family: Stapel, serif;
  font-size: 1.125rem;
  font-weight: 900;
  overflow-wrap: break-word;
}

@media (width <= 1320px) {
  .about-mission__wrapper {
    padding: 0;
  }
}

@media (width <= 1080px) {
  .about-mission__wrapper {
    gap: 1rem;
  }

  .about-mission__wrapper .card {
    padding: 1rem 1rem 6rem;
  }
}

@media (width <= 760px) {
  .about-mission {
    padding: 3rem 0;
  }

  .about-mission__wrapper {
    flex-direction: column;
  }
}

.about-ceo {
  background-color: var(--color-white);
  padding: 0 0 6rem;
}

.about-ceo__wrapper {
  background-color: var(--color-light);
  border-radius: 1rem;
  grid-template-columns: .7fr 1fr;
  gap: 3rem;
  padding: 2rem;
  display: grid;
}

.about-ceo__wrapper .ceo {
  border-radius: .5rem;
  width: 100%;
  height: auto;
}

.about-ceo__wrapper .about-ceo-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-ceo__wrapper .about-ceo-info h3 {
  color: var(--color-accent);
  text-transform: uppercase;
  margin: 0;
  font-family: Stapel, serif;
  font-size: 1.5rem;
  font-weight: 900;
}

.about-ceo__wrapper .about-ceo-info p {
  padding-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

@media (width <= 1080px) {
  .about-ceo__wrapper .about-ceo-info p {
    font-size: 1rem;
  }
}

@media (width <= 760px) {
  .about-ceo__wrapper {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
}

.service-hero {
  background-image: var( --bg );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-columns: repeat(2, 1fr);
  height: 90vh;
  max-height: 900px;
  display: grid;
  overflow: hidden;
}

.service-hero__wrapper {
  backdrop-filter: blur(8px);
  background: #0009;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  justify-content: flex-end;
  align-items: center;
  padding: 4rem;
  display: flex;
  box-shadow: 0 24px 40px -11px #0000001a, 0 -13px 24px -7px #0000000d;
}

.service-hero__wrapper .services-txt {
  max-width: 670px;
}

.service-hero__wrapper .services-txt h1 {
  color: var(--color-accent);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 1rem 0;
  font-family: Stapel, serif;
  font-size: clamp(1.4rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: normal;
}

.service-hero__wrapper .services-txt p {
  color: var(--color-white);
  padding-bottom: 3rem;
}

@media (width <= 1420px) {
  .service-hero__wrapper {
    padding: 4rem 2rem 2rem;
  }
}

@media (width <= 980px) {
  .service-hero {
    grid-template-columns: 1fr;
    height: auto;
    max-height: fit-content;
    background-image: var(--bg-mobile, var(--bg));
  }

  .service-hero__wrapper {
    background: linear-gradient(#03030333 0%, #030303 100%);
    border-radius: 2rem 2rem 0 0;
    margin-top: 350px;
  }

  .service-hero__wrapper .services-txt {
    max-width: 100%;
  }
}

@media (width <= 750px) {
  .service-hero.auto {
    background-image: url("assets/images/automobile-bg-mobi.jpg");
    background-position: top;
  }

  .service-hero__wrapper {
    padding: 2rem 1rem 4rem;
  }

  .service-hero__wrapper .services-txt p {
    padding-bottom: 1rem;
  }
}

.service-body {
  background-color: #fff;
  padding: 4rem 0;
}

.service-body .service-title {
  padding-bottom: 1rem;
}

.service-body .service-title h2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Stapel, serif;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: normal;
}

.service-body__wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  display: grid;
}

.service-body__wrapper .service-item .overlay:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: 8rem;
  right: 1rem;
}

.service-body__wrapper .service-item .overlay:after {
  background-image: var( --bg );
}

.service-item {
  background-color: var(--color-light);
  transition: var(--animation-primary);
  border-radius: 1rem;
  grid-template-rows: auto 88px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.service-item:after {
  content: "";
  background-image: url("assets/images/corner-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 137px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-item:hover span {
  color: var(--color-black);
}

.service-item:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.service-item img {
  transition: var(--animation-primary);
  width: 100%;
  height: auto;
}

.service-item .service-action {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1rem 1rem;
  font-family: Inter, serif;
  font-weight: 400;
  display: flex;
}

.service-item .service-action h3 {
  text-transform: uppercase;
  max-width: 280px;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
}

.service-item .service-action p {
  color: #696869;
  margin: 0;
  font-size: 1rem;
  line-height: normal;
  position: relative;
}

.service-item .service-action p:after {
  content: "";
  width: 0;
  height: 1px;
  transition: var(--animation-primary);
  background-color: #696869;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.service-item span {
  text-transform: uppercase;
  color: var(--color-accent);
  transition: var(--animation-primary);
  z-index: 2;
  font-family: Stapel, serif;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: normal;
  position: absolute;
  bottom: -.2rem;
  right: .5rem;
}

.service-item .overlay {
  opacity: 0;
  height: 100%;
  transition: var(--animation-primary);
  background-color: #d9df37;
  border-radius: 1rem;
  padding: 2rem;
  position: absolute;
  transform: translateY(32px);
}

.service-item .overlay p {
  max-width: 100%;
  margin: 0;

  position: relative;
  z-index: 1;
}

@media (width <= 1220px) {
  .service-item .service-action p {
    font-size: .85rem;
  }
}

@media (width <= 1140px) {
  .service-item:after {
    width: 100px;
    height: 44px;
  }

  .service-item span {
    font-size: 1.3rem;
    bottom: .1rem;
  }
}

@media (width <= 920px) {
  .service-body__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 500px) {
  .service-body {
    padding: 2rem 0;
  }

  .service-body .container {
    padding: 0;
    overflow: visible;
  }

  .service-body .service-title {
    padding: 0 1rem;
  }

  .service-body__wrapper {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    grid-template-columns: repeat(4, auto);
    margin-left: 1rem;
    margin-right: auto;
    position: relative;
    overflow: auto visible;
  }

  .service-body__wrapper::-webkit-scrollbar {
    display: none;
  }

  .service-item {
    scroll-snap-align: start;
    width: 75vw;
  }

  .service-item:last-child {
    margin-right: 1rem;
  }
}

.service-cta {
  background-color: #fff;
  padding: 6rem 0;
}

.service-cta__wrapper {
  background-color: var(--color-light);
  border-radius: 1rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.service-cta__wrapper img {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  height: auto;
}

.service-cta__wrapper .service-cta-txt {
  padding: 5rem;
}

.service-cta__wrapper .service-cta-txt h4 {
  color: var(--color-black);
  text-transform: uppercase;
  text-wrap: pretty;
  margin: 0 0 1rem;
  font-family: Stapel, serif;
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 700;
  line-height: normal;
}

.service-cta__wrapper .service-cta-txt p {
  font-size: 1.25rem;
}

@media (width <= 1260px) {
  .service-cta__wrapper .service-cta-txt {
    padding: 2rem;
  }
}

@media (width <= 1080px) {
  .service-cta__wrapper .service-cta-txt h4 {
    font-size: 1.2rem;
  }

  .service-cta__wrapper .service-cta-txt p {
    margin: 0;
    font-size: 1rem;
  }

  .service-cta {
    padding: 3rem 0;
  }

  .service-cta__wrapper {
    grid-template-columns: 1fr;
  }

  .service-cta__wrapper img {
    border-radius: 1rem;
  }
}

.service-advantages {
  background-color: #fff;
  padding: 6rem 0;
}

.service-advantages__wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  padding: 0 2rem;
  display: grid;
}

.service-advantages__item {
  /* text-align: center; */
  flex-direction: column;
  flex: 1;
  /* align-items: center; */
  gap: 1rem;
  display: flex;
}

.service-advantages__item img {
  width: 80px;
  height: 80px;
}

.service-advantages__item h5 {
  text-transform: uppercase;
  color: #3e3e3e;
  text-wrap: balance;
  /* height: 56px; */
  margin: 0;
  font-family: Inter, serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 127%;
}

.service-advantages__item p {
  text-wrap: balance;
  margin: 0;
}

@media (width <= 1260px) {
  .service-advantages__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
    padding: 0;
  }
}

@media (width <= 760px) {
  .service-advantages {
    padding: 3rem 0;
  }

  .service-advantages__wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .service-advantages__wrapper h5 {
    height: auto;
  }
}

.destinations {
  background-color: var(--color-black);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  max-height: 640px;
  padding: 6rem 0;
  position: relative;
}

.destinations .map-bg {
  object-fit: contain;
  width: 1340px;
  height: 700px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.destinations .map-mobi {
  display: none;
}

.destinations .map-location-point {
  background-color: var(--color-accent);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
}

.destinations .map-location-point:after {
  background: var(--color-accent);
  content: "";
  opacity: 0;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 30px;
  width: 31px;
  height: 31px;
  transition: all .25s linear;
  animation: 2s ease-in-out infinite pulsate;
  display: block;
  position: absolute;
  top: -11px;
  left: -11px;
}

@keyframes pulsate {
  0% {
    opacity: .5;
    transform: scale(.2);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

.destinations .map-point-1 {
  top: 250px;
  right: 600px;
}

.destinations .map-point-2 {
  top: 410px;
  right: 720px;
}

.destinations .map-point-3 {
  top: 570px;
  right: 620px;
}

.destinations .map-point-4 {
  top: 450px;
  right: 350px;
}

.destinations .map-point-5 {
  top: 400px;
  right: 480px;
}

.destinations .map-point-6 {
  top: 240px;
  right: 210px;
}

.destinations .map-point-7 {
  top: 350px;
  right: 400px;
}

.destinations .map-location-marker {
  background-color: var(--color-accent);
  border-radius: 1.5rem;
  gap: .5rem;
  padding: 6px 18px 4px;
  display: flex;
  position: absolute;
}

.destinations .map-location-marker span {
  text-transform: uppercase;
  font-family: Inter, serif;
  font-size: 1rem;
}

.destinations .marker-turkey {
  top: 350px;
  right: 500px;
}

.destinations .marker-russia {
  top: 230px;
  right: 350px;
}

.destinations .marker-china {
  top: 360px;
  right: 220px;
}

.destinations__wrapper {
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  display: grid;
  position: relative;
}

.destinations__wrapper .destination__txt {
  color: var(--color-light);
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.destinations__wrapper .destination__txt h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Stapel, serif;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: normal;
}

.destinations__wrapper .destination__txt p {
  font-family: Inter, serif;
  font-size: 1.3rem;
  font-weight: 400;
}

@media (width <= 750px) {
  .destinations {
    max-height: 800px;
    padding: 2rem 0 0;
    overflow: hidden;
  }

  .destinations .container {
    padding: 0;
  }

  .destinations .map-bg, .destinations .map-location-marker, .destinations .map-location-point {
    display: none;
  }

  .destinations .destinations__wrapper {
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .destinations .destinations__wrapper .destination__txt {
    padding: 0 1rem;
  }

  .destinations .destinations__wrapper .destination__txt h3 {
    margin: 0;
  }

  .destinations .destinations__wrapper .destination__txt p {
    font-size: 1rem;
  }

  .destinations .destinations__wrapper .map-mobi {
    display: block;
  }

  .destinations .destinations__wrapper .map-mobi img {
    width: 100%;
    height: auto;
  }
}

footer {
  background-color: #fff;
  padding: 2rem 0;
  font-family: Inter, serif;
}

.footer__wrapper {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 0 2rem;
  display: flex;
}

.footer-header {
  justify-content: space-between;
  width: 100%;
  max-width: 1750px;
  display: flex;
  position: relative;
}

.footer-header .footer-social, .footer-header .footer-btn {
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.footer-header .footer-social li a, .footer-header .footer-btn li a {
  width: 54px;
  height: 54px;
  transition: var(--animation-primary);
  background-color: #ededed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-header .footer-social li a svg path, .footer-header .footer-btn li a svg path {
  fill: var(--color-black);
  transition: var(--animation-primary);
}

.footer-header .footer-social li a:hover, .footer-header .footer-btn li a:hover {
  color: #dadf37;
  backdrop-filter: blur(4px);
  background: #2a2a2abf;
}

.footer-header .footer-social li a:hover svg path, .footer-header .footer-btn li a:hover svg path {
  fill: #dadf37;
}

.footer-header .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-body {
  justify-content: center;
  gap: 2rem;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.footer-body a {
  text-decoration: none;
}

.footer-body a:hover {
  text-decoration: underline;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1750px;
  display: flex;
}

.footer-legal {
  color: var(--color-text-second);
  text-align: left;
  max-width: 400px;
  font-size: .85rem;
  line-height: 150%;
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
}

@media (width <= 750px) {
  .footer__wrapper {
    padding: 0 1rem;
  }

  .footer-header {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    display: grid;
  }

  .footer-header .footer-logo {
    grid-area: 1 / 1 / 2 / 3;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .footer-header .footer-logo img {
    max-width: 100%;
  }

  .footer-header .footer-btn, .footer-header .footer-social {
    grid-column: 1 / 3;
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .footer-legal {
    text-align: center;
    max-width: 100%;
  }
}

.error {
  background-color: var(--color-white);
  height: 90vh;
}

.error__wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  height: 100%;
  padding: 0 10%;
  display: flex;
}

.error__wrapper .error__info {
  flex: 1;
}

.error__wrapper .error__info span {
  font-family: Stapel, serif;
  font-size: clamp(1.2rem, 4vw, 2rem);
}

.error__wrapper .error__info h1 {
  margin: 0;
  font-family: Stapel, serif;
  font-size: clamp(1.4rem, 4vw, 2.38rem);
}

.error__wrapper .error__info p {
  text-wrap: balance;
  margin: 0;
  padding-bottom: 3rem;
}

.error__wrapper .error__code {
  flex: 1;
}

.error__wrapper .error__code p {
  text-align: center;
  color: var(--color-accent);
  margin: 0;
  font-family: Stapel, serif;
  font-size: clamp(4rem, 6vw, 12rem);
}

.error-page {
  height: 100vh;
}

@media (width <= 1140px) {
  .error-page {
    background-color: var(--color-white);
    padding: 8rem 0;
  }

  .error__wrapper {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }
}

.txt__wrapper {
  padding-top: 10rem;
  padding-bottom: 4rem;
  max-width: 980px;
  margin: 0 auto;

  h1, h2, h3 {
    font-family: 'Inter', serif;
  }

  h1 {
    font-size: 1.64rem;
  }

  h2, h3 {
    font-size: 1rem;
    padding-top: 1rem;
  }
}
