.about-us__bg {
    background-image: url("../img/about-us/about-us-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
}

    .about-us__bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
    }

    .about-us__bg strong {
        position: absolute;
        top: 80%;
        transform: translateY(-80%);
        right: 0;
        padding: 0 150px;
        color: var(--color-white);
        font-size: 48px;
        font-weight: 800;
        line-height: 130%;
        letter-spacing: 2.4px;
    }

.our-production {
    margin: 100px 0;
}


.our-production__wrapper, .glass-and-mirror__wrapper {
    position: relative;
    display: flex;
}

.our-production__wrapper {
    justify-content: flex-end;
}

.glass-and-mirror__wrapper, .cooperation__wrapper {
    justify-content: flex-start
}


.our-production__content {
    padding: 60px;
    max-width: 740px;
    z-index: 1
}

.glass-and-mirror__wrapper .our-production__content, .cooperation__wrapper .our-production__content {
    right: 0;
    left: auto;
    background: rgba(255, 255, 255, 0.90);
}

.content__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 20px;
}

.content__description p {
    font-size: 19px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: justify;
}

    .content__description p:last-child {
        margin-bottom: 0;
    }

.our-production__img {
    flex: 0 1 74%;
    max-height: 670px;
    min-height: 500px;
}

    .our-production__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



.mfp-content, .video-container {
    height: 100%
}

    .video-container iframe {
        width: 100%;
        height: 100%
    }

.video-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mfp-hide {
    display: block !important;
    height: 100%
}
.our-shop__title {
    margin-bottom: 50px;
}
.our-shop__video {
    position: relative;
    overflow: hidden;
    height: 600px;
    width: 100%;
}
.play {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    background: var(--color-white);
    padding: 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}
/*
.our-team {
    margin-bottom: 10px;
}
.our-team__title {
    margin-bottom: 50px;
}

.our-team__wrapper {
    display: flex;
    margin: 0 -15px;
}

.our-team__columns {
    flex: 0 1 25%;
    padding: 0 15px;
}

.our-team__item .item__img {
    max-width: 360px;
    max-height: 360px;
}

    .our-team__item .item__img img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }

.our-team__item .item__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin-top: 35px;
}

.our-team__item .item__profession {
    color: rgba(18, 36, 64, 0.50);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}*/

@media (max-width: 1440px) {

    .our-production .container {
        padding: 0;
    }

    .our-production__wrapper {
        flex-direction: column-reverse;
    }

    .our-production__img {
        flex: none;
        max-height: none;
        min-height: auto;
        height: 600px
    }


    .our-production__content {
        max-width: none;
        width: 100%;
        padding: 0 150px;
        border: none;
        z-index: 1;
        overflow: hidden;
        margin-top: -80px;
        background: transparent !important;
        max-height: none;
        max-width: 100%;
    }

        .our-production__content > div {
            border: 1px solid var(--color-blue);
            padding: 40px;
            border-radius: 5px;
            background: rgba(255, 255, 255, 0.90);
        }
}

@media (max-width: 1199.99px) {
    .about-us__bg strong {
        padding: 0 50px;
        font-size: 32px;
    }

   /* .our-team__wrapper {
        flex-wrap: wrap;
    }

    .our-team__columns {
        flex: 0 1 50%;
        margin-bottom: 20px;
    }

    .our-team__item .item__img {
        max-width: 100%;
        height: 450px;
    }

        .our-team__item .item__img img {
            width: 100%;
        }

    .our-team__item .item__name {
        margin-top: 10px;
    }*/
}

@media (min-width: 1441px) {
    .our-production__content {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) !important;
        border: 1px solid var(--color-blue);
        background: linear-gradient( 270deg, #fff 0%, #fff 24.2%, rgba(255, 255, 255, 0) 100% );
    }
}

@media (max-width: 1024.99px) {
   

    .content__title {
        font-size: 20px;
    }

    .our-production__content {
        padding: 0 100px;
    }

    .content__description p {
        font-size: 16px;
    }
    .our-production {
        margin: 30px 0 24px 0;
    }
}

@media (max-width: 767.99px) {
    .about-us__bg strong {
        font-size: 24px;
        padding: 0 20px;
        top: auto;
        bottom: 50px;
        letter-spacing: normal;
    }

    .our-production__content {
        padding: 0 20px;
    }
        .our-production__content > div {
            padding: 20px;
        }
        .our-production__img {
            height: 230px;
        }
   /* .our-team__title {
        margin-bottom: 20px;
    }



    .our-team__wrapper {
        margin: 0 -5px;
    }*/

    .our-shop__title {
        margin-bottom: 20px;
    }

    .content__title {
        margin-bottom: 10px;
    }

   /* .our-team__columns {
        padding: 0 5px;
    }*/
    .content__description p {
        font-size: 12px;
    }

    .our-shop__video {
        height: 400px;
    }

   /* .our-team__item .item__img {
        height: 230px;
    }

    .our-team__item .item__name, .our-team__item .item__profession {
        font-size: 16px;
    }*/
}

/*@media (max-width: 532.99px) {
    .our-team__item .item__img {
        height: 166px;
    }

    .our-team__item .item__name, .our-team__item .item__profession {
        font-size: 13px;
    }
}*/
