.video-proizvodstvo-wrapper {
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    width: 100%; /* Занимает всю ширину родителя */
    height: 100%;
    padding-bottom: 50vh;
    overflow: hidden;
}


.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполнение контейнера с обрезкой */
    display: none;
}

.video-player.playing {
    display: block;
}

.video-preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}
.video-preview-overlay.hidden {
    display: none;
}
.video-preview-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-button {
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform 0.2s ease;
    width: 92px;
    height: 92px;
}
.play-button:hover {
    transform: scale(1.05);
}
.play-button:active {
    transform: scale(0.95);
}
.directions-wrapper-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.directions-wrapper-link:hover {
    transform: translateY(-5px);
}

.directions-wrapper-link:hover .directions-wrapper {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.experience-emblema{
    display: none;
}

.directions-wrapper .btn {
    padding: 8px 12px;
    font-size: 14px;
}
.about-order-wrapper{
    background: url("/about/img/rasschet-bg-v2.jpg") no-repeat;
    background-size: cover;
    background-position:left;
    min-height: 433px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about-order-inner{
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 24px;
    box-shadow: inset 2px 2px 4px rgba(90, 130, 252, 0.25), inset -2px 2px 4px rgba(255, 255, 255, 0.25);
}


.consultation-wrapper:before{
    content: '';
    width: 120px;
    height: 120px;
    background: url("/proizvodstvo/mk/img/quote.svg") no-repeat;
    background-size: 120px 120px;
    position: absolute;
    top: 0;
    left: 12px;
    z-index: -1;
}
.consultation-wrapper{
    background: #EFF1F800;
    background: linear-gradient(180deg, rgba(239, 241, 248, 0.3), #EFF1F8);
    position: relative;
}


.consultation-blue-wrapper{
    margin-bottom: 24px;
}
.consultation-wrapper-img{
    max-width: 263px;
    margin-left: auto;
    margin-bottom: -20px;
    margin-right: -20px;
    margin-top: -75px;
}
.we-ready-img{
    max-width: 115%;
    margin: -50px -20px 0 -20px;
}





@media(min-width: 768px){
    .about-order-wrapper{
        background: url("/about/img/rasschet-bg-v2.jpg") no-repeat;
        background-size: cover;
        background-position:left;
        min-height: 420px;
        padding: 20px;
        justify-content: end;
    }
.about-order-inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

}
@media(min-width: 992px){

    .consultation-blue-wrapper{
        min-height: unset;
        margin-bottom: 24px;
        padding-bottom: 40px;
    }
    .consultation-wrapper:before{
        width: 200px;
        height: 200px;
        background: url("/proizvodstvo/mk/img/quote.svg") no-repeat;
        background-size: 200px 200px;
        position: absolute;
        left: 40px;
    }
    .about-order-wrapper {
        padding: 50px;
    }
    .experience-emblema{
        display: block;
        position: absolute;
        top: -50px;
        left: 50px;
        max-width: 228px;
    }

    .video-container {
        padding-bottom: 380px;
    }
}
@media(min-width: 1200px){

    .about-order-wrapper {
        padding: 100px 112px;
    }
    .about-order-inner {
        padding: 32px 40px;
    }
}
@media(min-width: 1400px){
    .consultation-blue-wrapper{
        margin-bottom: -164px;
    }
    .we-ready-img {
        max-width: 135%;
        margin: -78px -20px 0 -66px;
    }
}