@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

.fixik-slider-partners-wrapper {
    margin-top: 100px;
}

.fixik-track-img {
    bottom: -1%;
}

.fixik-footer-section {
    margin-top: 0;
}

.fixik-footer {
    margin-top: 0;
}

.slider-background-image {
    
  }

.navbar-wrapper {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
}

.primary-button {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
}

.site-logo-wrapper {
    display: inline-block;
    transition: transform 0.3s ease; /* Добавляет плавный переход */
}
  
.site-logo-wrapper:hover {
    transform: scale(0.95); /* Уменьшает размер при наведении */
}

.infinity-image {
    background-color: #000000;
}

.about-section {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
}

.heading {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
}

/* .white-heading {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 40px;
} */

.about-us-p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
}
/* 
h1 {
    max-width: 1000px;
}

.contents._55 {
    width: 60%;
} */

/* Верхний баннер */

.head-banner {
    background-image: url('../images/truck4dark.webp');
    height: calc(100vh - 99px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;

    display: flex;
    align-items: center;
}

.head-banner-content {

    display: flex;
    align-items: center;

}

.head-banner-text {
    width: 50%;

    opacity: 0;
    transform: translateX(-30%);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
}

.head-banner-text.slide-in {
    opacity: 1;
    transform: translateX(0);
}

.head-banner-text h1 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: #fff;
}

.head-banner-text p {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.head-banner-button {
    width: 50%;
    margin-top: 25px;
}

.head-banner-logo {
    width: 50%;
    text-align: center;
    align-items: center;


    opacity: 0;
    transform: translateX(30%);
    transition: transform 0.5s ease-out, opacity 1s ease-out;
}

.head-banner-logo.slide-in-reverse {
    opacity: 1;
    transform: translateX(0);
}

.head-banner-logo:hover {
    transform: scale(0.95);
}

.custom-logo-car {
    width: 45%;
    height: auto;

    margin-left: 20%;
}

.nav-menu-wrapper {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
}

@media screen and (max-width: 990px) {
    .head-banner-logo {
        display: none;
    }
    .head-banner-text {
        width: 100%;
    }
    .head-banner {

        height: calc(100vh - 99px);
        
    }
    .head-banner-text h1 {
        font-size: 40px;
    }
    .head-banner-button {
        width: 100%;
        margin-top: 30px;
    }
}

/* About us */

._24px-title {
    color: #000000;
}

.heading {
    color: #000;
}

.full-radius-svg {
    background-color: #000;
}

.service-section {
    padding-top: 100px;
}

/* Готовы к доставке? */

.vertical-left-top.width-520px {
    max-width: 60%;
}

._20px-secondary-100 {
    color: #fff;
}

@media screen and (max-width: 990px) {
    .vertical-left-top.width-520px {
        max-width: 100%;
    }
}

/* FAQ */

.faq-title {
    font-family: 'Montserrat', Arial, sans-serif;
}

.dropdown-texts-light {
    font-family: 'Montserrat', Arial, sans-serif;
}

.faq-section p {
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Преимущества */

.section-secondary-color {
    background-color: #000;
}

/* Футер */

.footer-wrapper {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-wrapper p {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;

    margin-top: 20px;
}

.fixik-footer {
    text-align: center;
}

.footer-logo-wrapper {
    transition: transform 0.3s ease;
}

.footer-logo-wrapper:hover {
    transform: scale(0.95);
}

/* How we works */

.process-number {
    
    background-color: #FF9000;
}

/* Contacts */

.title-block {
    font-family: 'Montserrat', Arial, sans-serif;
}

.title-wrapper h2 {
    margin-top: 10px;
}

.container-contact {

    margin-top: 100px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px; 
}

.contact-item {
    background-color: #e6eaeb;
    padding: 20px;
   
    display: flex;

    border-radius: 6px;

    transition: background-color 0.5s, color 0.5s;

    position: relative;

    min-height: 300px;
}

/* .contact-item::before {
    content: "";
    position: absolute;
    top: -50px; 
    left: 50%;
    transform: translateX(-50%); 
    width: 100px;
    height: 100px;
    background-color: black;
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
} */

.contact-item-circle {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 48px;
}

.material-symbols-outlined {
    font-size: 36px;
}

.contact-item:hover {
    background-color: #FF9000;
}

.contact-item:hover .contact-item-text {
    color: #fff;
}

.contact-white-text {
    color: #fff;
}

.contact-item-text {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
}

.contact-item-text h3 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 30px;
    transition: color 0.3s;
}

.contact-item-text p {
    font-family: 'Montserrat', Arial, sans-serif;
    transition: color 0.3s;
}

@media (max-width: 768px) {
    
    .container-contact {
      grid-template-columns: 1fr;
    }

    .contact-item:nth-child(n+1) {
        margin-top: 70px;
    }

    .contact-item {
        min-height: 250px;
    }
    
    .contact-item-text {
        margin-top: 30px;
    }
  }


@media screen and (max-width: 479px) {
    .service-portrait {
        min-height: 580px;
    }
}

/* Форма */

.message-sent-notification {
    font-family: 'Montserrat', Arial, sans-serif;
    border-radius: 5px;
}

.message-failed-notification {
    font-family: 'Montserrat', Arial, sans-serif;
    border-radius: 5px;
}

.check-input-text {
    font-family: 'Montserrat', Arial, sans-serif;
    color: red;
    display: none;
}