

.header--home__h1{
    padding-top: 26px;
    display: flex;
    justify-content: center;

    margin-bottom: 36.5px;
}

.header--home__h1__text{
    color: var(--Text-Main, #020202);
    font-family: 'Stapel';
    font-display: fallback;
    font-size: 80px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;

    text-align: center;
}

.header--home__h1__arrow {
    position: relative;
    top: 17px;
    width: 75px;
    height: 75px;
}

.header--home-advantages{
    display: flex;
    justify-content: center;
    margin-bottom: 40.5px;
    gap: 24px;
}

.header--home__advantages__item {
    color: var(--blue, #032C53);
    text-align: center;
    font-family: "Euclid Circular B";
    font-display: fallback;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 27.84px */
}

.home__header-advantages-important_item {
    border-bottom: 1px solid var(--gold, #BA975E);
}

.header--home__image_block{
    display: flex;
    justify-content: center;
    margin-bottom: 99px;
}

.header--home__image_block__image{
    width: 860px;
    height: 269px;
}

.header--home__presentation{
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.header--home__presentation__welcome, .header--home__presentation__offer {
    width: 622px;
    height: 160px;
}

.header--home__presentation__offer {
    color: var(--Text-Two, #4C4C4C);
    font-family: "Euclid Circular B";
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 20.88px */
}

.header--home__presentation__offer__text {
    color: var(--Text-Two, #4C4C4C);
    font-family: "Euclid Circular B";
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%; /* 20.88px */

    padding-bottom: 18px;
}

.header--home__presentation__welcome__text {
    
    color: var(--Text-Main, #020202);
    font-family: Stapel;
    font-display: fallback;
    font-size: 36px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%;
}

.button--contact_us{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 187px;
    height: 50px;
    border-radius: 8px;
    background: var(--blue, #032C53);

    color: var(--Clear-White, #FFF);
    text-align: center;
    font-family: "Euclid Circular B";
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 18.56px */

    /* transition: font-size 0.2s; */

    cursor: pointer;

    position: relative;
}

.button--contact_us:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
      rgba(255, 255, 255, 0.8), /* Цвет блика */
      rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
    );
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear; /* Анимация блика */
}

.button--contact_us:hover::before {
    animation: none;
}

.button--contact_us:hover {
    font-size: 17px;
}
  
/* Ключевые кадры для анимации блика */
@keyframes shine {
    0% {
      left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
    }
    20% {
      left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
    }
    100% {
      left: 100%; /* Завершение анимации */
    }
}

@media (max-width:1450px){
    .header--home__h1__text{
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 52px;
        font-style: normal;
        font-weight: 200;
        line-height: normal;
    }    

    .header--home__h1__arrow {
        top: 8px;
        width: 42px;
        height: 42px;
    }

    .header--home__presentation__welcome__text {
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 28px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%; /* 33.6px */
    }
    
    .header--home__presentation__offer__text {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 16.24px */
    }

    .header--home__advantages__item {
        color: var(--blue, #032C53);
        text-align: center;
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 18.56px */
    }
}

@media (max-width:1050px) {
    .header--home__h1 {
        justify-content: left;
        text-align: left;
        padding-top: 88px;
    }

    .header--home__h1__text {
        text-align: left;
    }

    .header--home-advantages {
        flex-direction: column;
        gap: 12px;
        text-align: left;
        align-items: start;
    }

    .header--home__advantages__dot {
        display: none;
    }

    .header--home__advantages__item {
        color: var(--blue, #032C53);
        text-align: center;
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 16.24px */
    }

    .header--home__image_block__image {
        height: 249px;
        width: 100%;
        object-fit: cover;
        object-position: 0%;
        position: relative;
        top: -40px;
        left: 24px;
    }

    .header--home__image_block {
        margin-bottom: 15px;
    }

    .header--home__presentation__welcome__text {
        color: var(--Text-Main, #020202);
        font-family: Stapel;
    font-display: fallback;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%; /* 24px */
    }

    .header--home__presentation__offer__text {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 116%; /* 16.24px */
    }

    .header--home__presentation {
        height: 300px;
        gap: 15px;
    }
}

@media (max-width:500px) {
    .header--home__presentation {
        height: 360px;
        gap: 15px;
    }
}