.hero-slider{
    padding-left: 60px;
    padding-right: 60px;
}
.hero-section{
    background-color:#324243;
    padding: 0;
    position: relative;
}
.arrow-down-icon{
    display:flex;
    justify-content:center;
    padding-top: 20px;
}
.arrow-down-icon a{
    transition: transform 0.2s ease-in-out;
}
.arrow-down-icon a:hover{
    animation: moveUpDown 0.6s ease-in-out infinite;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Регулируйте высоту перемещения */
    }
    100% {
        transform: translateY(0);
    }
}
.container{
    max-width: 100%;
    padding: 0;
}
.hero-section .slider-item{
    border-radius:16px;
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center;
}
.slider-item .slider-texts{
    width: 60%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    position:absolute;
    background:linear-gradient(116.45deg, rgba(0, 0, 0, 0.65) 12.11%, rgba(0, 0, 0, 0) 70.69%);
    padding:60px;
}
.slider-item .slider-texts .heading{
    font-size: 10vh;
    font-weight:700;
    line-height:76px;
    color:#fff;
    text-transform:uppercase;
    margin-bottom:40px;
}

.slider-item .slider-texts .pre-heading{
    color: rgba(255, 255, 255, 0.5);
    font-family: 'RobotoCondensedZbw', Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.slider-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 700px;
}

.slider-item .slider-texts{
    width: 50%;
    position: relative;
    z-index: 2;
}
.slider-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1; 
}

.slider-item .button, .slider-item .btn {
    cursor: pointer;
    display: flex;
    background: #FF6633;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    padding: 11px 20px;
    text-decoration: none;
    border: 1px solid #FF6633;
    border-radius: 12px;
    transition: all 0.2s ease;
    min-height: auto;
}
.slider-item .button:hover, .slider-item .btn:hover {
    background: #FF6633;
    color: #fff;
    border: 1px solid #FF6633;
}
/* .acf-fields > .acf-field{
    padding: 2px!important;
}
.acf-table thead{
    display: none;
}
.acf-field-670eb623aca87 .ui-sortable .acf-row{
    display: flex;
    flex-direction: column;
}
.acf-field-670eb623aca87 .ui-sortable .acf-row td{
    width: 100%!important;
} */

/*************************FLOATING BUTTON******************************/

.floating_button{
    position: fixed;
    z-index: 10;
    bottom: 40px;
    right: 40px;
    background: #FF6633;
    padding: 14px 27px;
    border-radius: 12px;
}
.floating_button .floating_button_inn{
    display: flex;
    align-items: center;
    gap: 24px;
}
.floating_button a{
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0;
    transition: all 0.2s ease-in-out;
}
.floating_button a:hover{
    color: #fff;
    font-size: 16px;
}
.btn_info::before{
    background: url(../img/calendar.png) center center no-repeat;
}
.btn_tel::before{
    background: url(../img/phone.png) center center no-repeat;
}
.btn_email::before{
    background: url(../img/mail.png) center center no-repeat;
}

.btn_info::before, .btn_tel::before, .btn_email::before{
    content: "";
    width: 24px;
    height: 24px;
    background-size: cover;
}

/*************************FLOATING BUTTON******************************/

/*************************MEDIA******************************/

@media (max-width: 1550px) {
    /* .hero-section .slider-item .slider-texts .heading{
        font-size: 60px;
        line-height: 100%;
    } */
}
@media (max-width: 1280px) {
    .hero-section .slider-item .slider-texts .heading{
        font-size: 60px;
        line-height: 60px;
    }
    .hero-section .slider-item .slider-texts {
        background: linear-gradient(110.45deg, rgba(0, 0, 0, 0.65) 12.11%, rgba(0, 0, 0, 0) 70.69%);
        width: 55%;
    }
}
@media (max-width: 1024px) {
    .hero-section .slider-item .slider-texts .heading{
        font-size: 55px;
        line-height: 55px;
    }
    .hero-section .slider-item .slider-texts {
        background: linear-gradient(110.45deg, rgba(0, 0, 0, 0.65) 12.11%, rgba(0, 0, 0, 0) 70.69%);
        width: 60%;
    }
}
@media (max-width: 900px) {
    .hero-section .slider-item .slider-texts{
        width: 65%;
    }
}
@media (max-width: 769px) {
    .hero-slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-section .slider-item .slider-texts .heading{
        font-size: 40px;
        line-height: 40px;
    }
    .hero-section .slider-item .slider-texts{
        width: 100%;
        justify-content: end;
        padding: 40px;
    }
}
@media (max-width: 500px) {
    
    .hero-slider {
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero-section .slider-item .slider-texts{
        padding: 0 24px 24px 24px;
    }
    .slider-item .button, .slider-item .btn{
        font-size: 16px;
    }
    .slider-item .button span, .slider-item .btn span{
        display: none;
    }
    .hero-section .slider-item .slider-texts .heading {
        font-size: 57px;
        line-height: 55px;
    }
    .floating_button{display: none;}
}
@media (max-width: 360px) {
    .hero-section .slider-item .slider-texts .heading {
        font-size: 50px;
        line-height: 55px;
    }
}
/*************************MEDIA******************************/