.header-logo img{
    width: 100px!important;
}

.video-wrap{
    width: max-content;
    height: max-content;
    position: relative;
}
.video-wrap video{
    width: 820px!important;
}

.black_sloy{
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100vh;
    background-color: rgb(1 1 1 / 51%);
}


.lang_div{
    gap: 6%;
    cursor: pointer;
    margin: 5%;
    text-decoration: none;
}
.lang{
    color: white;
    border: 1px solid white!important;
    color: white!important;
    text-align: center;

}
.active_lang{
    font-weight: bold;
    color: var(--color-primary)!important;
    border: 1px solid var(--color-primary)!important;
}




/* ------------------------------
   Большие экраны / ПК
------------------------------ */
/*@media (min-width: 1025px) {*/
/*    !* Стили для десктопов и больших экранов *!*/
/*  */
/*}*/

/* ------------------------------
   Планшеты (до 1024px)
------------------------------ */
@media (max-width: 1024px) {
    .header-logo img {
        width: 55px !important;
    }
    .video-wrap video {
        width: 374px !important;
    }
    .dm-hero-img {
        max-width: 171px;
        /* height: auto; */
    }
    .dm-hero-img {
        position: absolute;
        top: 21.5%;
        right: 34.8%;
    }

    .dm-hero-content .xb-item--title {

        padding-left: 4.5%;
        padding-top: 7%;
        margin-bottom: 173px;
    }
    .dm-hero-content .xb-item--dm-image {
        max-width: 137px;
    }
    .dm-hero-content .xb-item--dm-image {
        top: 20%;
        position: absolute;
        left: 1px;
        z-index: -1;
    }
}

/* ------------------------------
   Смартфоны (до 767px)
------------------------------ */
@media (max-width: 767px) {
    .header-logo img {
        width: 55px !important;
    }
    .video-wrap video {
        width: 374px !important;
    }
    .dm-hero-img {
        max-width: 171px;
        /* height: auto; */
    }
    .dm-hero-img {
        position: absolute;
        top: 21.5%;
        right: 34.8%;
    }

    .dm-hero-content .xb-item--title {

        padding-left: 4.5%;
        padding-top: 7%;
        margin-bottom: 173px;
    }
    .dm-hero-content .xb-item--dm-image {
        max-width: 137px;
    }
    .dm-hero-content .xb-item--dm-image {
        top: 20%;
        position: absolute;
        left: 1px;
        z-index: -1;
    }
}

/* ------------------------------
   Маленькие телефоны (до 479px)
------------------------------ */
@media (max-width: 479px) {
    .header-logo img {
        width: 55px !important;
    }
    .video-wrap video {
        width: 374px !important;
    }
    .dm-hero-img {
        max-width: 171px;
        /* height: auto; */
    }
    .dm-hero-img {
        position: absolute;
        top: 21.5%;
        right: 34.8%;
    }

    .dm-hero-content .xb-item--title {
        padding-left: 4.5%;
        padding-top: 7%;
        margin-bottom: 173px;
    }
    .dm-hero-content .xb-item--dm-image {
        max-width: 137px;
    }
    .dm-hero-content .xb-item--dm-image {
        top: 20%;
        position: absolute;
        left: 1px;
        z-index: -1;
    }
}
