/* slider-thumbnail start */

.slider-info__block {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}
.slider-info__slider,
.slider-info__info {
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    box-sizing: border-box;
}
.slider-thumbnails {
    width: 100%;
    display: flex;
    gap: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 468px;
}
.slider-thumbnails__main {
    flex: 1;
    min-width: 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    height: 468px;
}
.slider-thumbnails__main-item {
    outline: none;
    width: 100%;
    height: 468px;
}
.slider-thumbnails__main-link {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 468px;
}
img.slider-thumbnails__main-img {
    width: 100%;
    height: 468px !important;
    max-width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}
.slider-thumbnails__thumbnails {
    flex: 0 0 100px;
    max-width: 100px;
    box-sizing: border-box;
    height: 468px;
}
.slider-thumbnails__thumb-item {
    outline: none;
    height: 107px;
    margin-bottom: 0;
}
.slick-vertical .slick-slide {
    border: 2px solid #F2F2F2;
    transition: border 0.3s linear;
}
.slick-vertical .slick-slide.slick-slide.slick-current.slick-active {
    border: 2px solid var(--orange);
}
.slick-vertical .slick-slide:hover {
    border: 2px solid var(--orange);
}
.slider-thumbnails__thumb-btn {
    background: none;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
}
img.slider-thumbnails__thumb-img {
    width: 100%;
    height: 100% !important;
    display: block;
    object-fit: cover;
}
.slider-thumbnails__thumbnails .slick-list,
.slider-thumbnails__thumbnails .slick-track {
    height: 380px !important;
}
.slider-thumbnails__thumbnails .slick-slide {
    height: 80px !important;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.slider-thumbnails__thumbnails .slick-prev,
.slider-thumbnails__thumbnails .slick-next {
    border: none;
    width: 100%;
    height: 24px;
    z-index: 1;
    background-image: url(icon/icon-arrow-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
}
.slider-thumbnails__thumbnails .slick-prev {
    margin: 0 0 20px;
}
.slider-thumbnails__thumbnails .slick-next {
    margin: 20px 0 0;
    transform: rotate(180deg);
}
.slider-thumbnails__thumbnails .slick-prev:hover,
.slider-thumbnails__thumbnails .slick-next:hover {
    background-image: url(icon/icon-arrow-orange.svg);
}
.slider-thumbnails__thumbnails .slick-prev:hover {
    transform: rotate(180deg);
}
.slider-thumbnails__thumbnails .slick-next:hover {
    transform: rotate(0deg);
}
.slider-thumbnails__main .slick-dots {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .slider-info__block {
        flex-direction: column;
    }
    .slider-info__slider, .slider-info__info {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .slider-thumbnails__thumbnails {
        display: none !important;
    }
    .slider-thumbnails__main .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 10px;
    }
    .slider-thumbnails__main .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        flex: 0 0 10px;
        background-color: #D7D7D7;
        padding: 0;
        cursor: pointer;
    }
    .slider-thumbnails__main .slick-dots li.slick-active {
        background-color: var(--orange);
    }
    .slider-thumbnails__main .slick-dots li:before {
        display: none;
    }
    .slider-thumbnails__main .slick-dots li button {
        display: none;
    }
    
    img.slider-thumbnails__main-img {
        height: auto !important;
    }
    .slider-thumbnails__main-link,
    .slider-thumbnails__main-item,
    .slider-thumbnails__main {
        height: auto !important;
    }
}
.slider-thumbnails__main-item {
        height: auto !important;
    }
@media screen and (max-width: 640px) {
    .info-description__btns {
        flex-direction: column;
    }
}

/* slider-thumbnail end */

/* information start */

.information__row {
    display: flex;
    flex-wrap: wrap;
}
.information__col {
    flex: 0 0 50%;
    display: flex;
    gap: 30px;
    padding: 20px;
    align-items: center;
}
.information__icon {
    flex: 0 0 130px;
    width: 130px;
    height: 130px;
    background: #FF95011A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.information__title {
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--capt-color);
    margin: 0 0 8px;
}
.information__descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-color);
}
.information__descr span {
    color: var(--orange);
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .information__col {
        flex-direction: column;
        gap: 12px;
    }
    .information__title {
        text-align: center;
        margin: 0 0 4px;
    }
    .information__descr {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .information__row {
        flex-direction: column;
        gap: 12px;
    }
    .information__icon {
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
    }
    .information__img {
        transform: scale(0.8);
    }
}

/* information end */

/* similar start */

.similar__row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.similar__col {
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    flex: 0 0 calc(25% - 18px);
    padding: 16px;
    transition: border 0.3s linear;
}
.similar__images {
    width: 100%;
    max-height: 242px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
}
.similar__title {
    display: inline-flex;
    font-size: 18px;
    margin: 20px 0 0;
    color: var(--text-color);
    margin: 20px 0;
    border-bottom: 1px solid transparent;
    transition: color 0.3s linear, border 0.3s linear;
}
.similar__col:hover {
    border: 1px solid var(--orange);
}
.similar__col:hover .similar__title {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}
.similar__col_hidden {
    display: none;
}
.similar__btn_hidden {
    display: none;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.btn.btn-orange.btn-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.btn.btn-orange:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.btn.btn-orange.btn-disabled {
    display: none;
}

@media screen and (max-width: 1200px) {
    .similar__images {
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    .similar__row {
        gap: 12px;
    }
    .similar__col {
        flex: 0 0 calc(50% - 14px);
    }
    .similar__title {
        font-size: 16px;
    }
    .similar__col:hover .similar__title {
        color: var(--orange);
        border-bottom: 1px solid transparent;
    }
}

/* similar end */

/* cost-production start */

.table-cost__capt {
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #000;
}
.table-cost__table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
}
.table-cost__header {
    background-color: #FF9501;
    color: #fff;
    padding: 14px;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}
.table-cost__cell {
    padding: 16px;
    border: none;
    width: 110px;
    font-size: 16px;
}
.table-cost__cell:nth-child(1),
.table-cost__header:nth-child(1) {
    width: 200px;
    padding: 16px 14px 16px 20px;
}
.table-cost__table tbody tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.table-cost__table tbody tr:nth-child(even) {
    background-color: #F2F2F2;
}
.table-cost__table tbody tr:nth-child(odd) .table-cost__cell {
    background-color: #FFFFFF;
}
.table-cost__table tbody tr:nth-child(even) .table-cost__cell {
    background-color: #F2F2F2;
}
a.table-cost__link {
    color: #4E4B4B;
    border-bottom: 1px solid #4E4B4B;
    transition: all 0.3s linear;
}
a.table-cost__link:hover {
    color: var(--orange);
    border-bottom: 1px solid var(--orange)
}
.content a.table-cost__link {
    color: #4E4B4B;
    border-bottom: 1px solid #4E4B4B;
    transition: all 0.3s linear;
}
.content  a.table-cost__link:hover {
    color: var(--orange);
    border-bottom: 1px solid var(--orange)
}
@media screen and (max-width: 1220px) {
    .table-cost__table-container {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 8px;
        margin: 0 0 24px;
    }
    .table-cost__table {
        width: 1200px;
        margin: 0;
    }
    .table-container::-webkit-scrollbar {
        height: 4px;
    }
    .table-container::-webkit-scrollbar-track {
        background: transparent;
    }
    .table-container::-webkit-scrollbar-thumb {
        background: #BDBDBD;
        border-radius: 2px;
        width: 60px;
    }
    .table-container::-webkit-scrollbar-thumb:hover {
        background: #A5A5A5;
    }
    .table-container {
        scrollbar-width: thin;
        scrollbar-color: #BDBDBD transparent;
    }

}

/* cost-production end */

/* pdf-download start */

.pdf-download__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin: 30px 0 0;
}
.pdf-download__item {
    flex: 0 0 calc(25% - 18px);
}
a.pdf-download__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    padding: 16px;
    text-decoration: none;
    transition: border 0.3s linear;
    height: 100%;
    box-sizing: border-box;
}
a.pdf-download__link:hover {
    border-color: var(--orange);
}
.content a.pdf-download__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    padding: 20px 10px 30px;
    text-decoration: none;
    transition: border 0.3s linear;
}
.content a.pdf-download__link:hover {
    border-color: var(--orange);
}
.pdf-download__title {
    font-size: 16px;
    font-weight: 500;
    color: #4E4B4B;
    text-align: center;
}
.pdf-download__image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    margin: 32px 0 10px;
}
.pdf-download__img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
    /* border-radius: 8px; */
}
.pdf-download__save {
    font-size: 16px;
    color: #4E4B4B;
    border-bottom: 1px solid transparent;
    transition: color 0.3s linear, border 0.3s linear;
}
a.pdf-download__link:hover .pdf-download__save {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}
@media screen and (max-width: 768px) {
    .pdf-download__list {
        gap: 12px;
    }
    .pdf-download__item {
        flex: 0 0 calc(50% - 6px);
    }
}

/* pdf-download end */

/* features start */

.features__row {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.features__col {
    flex: 0 0 calc(25% - 18px);
    border: 1px solid #FF950133;
    border-radius: 20px;
    padding: 20px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.features__title {
    color: #4E4B4B;
    text-align: center;
    font-weight: 500;
}
.features__image {
    width: 100%;
    height: 187px;
}
.features__img {
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .features__image {
        height: auto
    }
}
@media screen and (max-width: 768px) {
    .features__row {
        gap: 12px;
    }
    .features__col {
        flex: 0 0 calc(50% - 8px);
    }
}

/* features end */

/* related start */

.related__row {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.related__col {
    flex: 0 0 calc(25% - 18px);
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    padding: 16px;
    transition: border 0.3s linear;
}
.related__title {
    text-align: left;
    color: #4E4B4B;
    font-size: 18px;
    border-bottom: 1px solid transparent;
    transition: color 0.3s linear, border 0.3s linear;
    display: inline-flex;
    margin: 20px 0 0;
}
.related__image {
    width: 100%;
    max-height: 323px;
    border-radius: 20px;
    overflow: hidden;
}
.related__img {
    object-fit: cover;

}
.related__col:hover {
    border: 1px solid var(--orange);
}
.related__col:hover .related__title {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}
@media screen and (max-width: 1024px) {
    .related__image {
        height: auto
    }
}
@media screen and (max-width: 768px) {
    .related__row {
        gap: 12px;
    }
    .related__col {
        flex: 0 0 calc(50% - 8px);
    }
    .related__col:hover .related__title {
        color: var(--orange);
        border-bottom: 1px solid transparent;
    }
}

/* related end */

/* our work start */

.our-work__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}
.our-work__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D7D7D7;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}
.our-work__dot_active {
    background-color: #FF9501;
}
.our-work__dot:hover {
    transform: scale(1.2);
}
.our-work__dots li {
    padding: 0 !important;
}
.our-work__dots li:before {
    display: none !important;
}

.our-work__arrow {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #D7D7D7;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 10;
}
.our-work__arrow_prev {
    left: 0;
}
.our-work__arrow_next {
    right: 0;
}

.our-work__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.our-work__slider .slick-list {
    margin: 0 -80px;
    height: 590px;
}

/* Центральный слайд - активный */
.our-work__slider .slick-center .our-work__content {
    height: 590px;
    transform: scale(1);
}

/* Боковые слайды */
.our-work__slider .slick-slide:not(.slick-center) .our-work__content {
    height: 610px;
    transform: scale(0.8);
}

.our-work__content {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.our-work__img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    border-radius: 12px;
    border-radius: 20px;
}
.our-work__slider {
    position: relative;
    overflow: hidden;
}
.our-work__slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
            90deg,
            #fff 0%,
            rgba(255,255,255,1) 6%,
            rgba(255,255,255,0.3) 20%,
            transparent 30%,
            transparent 70%,
            rgba(255,255,255,0.3) 80%,
            rgba(255,255,255,1) 94%,
            #fff 100%
    );
    pointer-events: none;
    z-index: 2;
}
.our-work__slider .slick-track,
.our-work__slider .slick-list {
    position: relative;
    z-index: 1;
}
.our-work__arrow {
    z-index: 10;
    transition: border 0.3s linear;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-work__arrow:before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
}
.our-work__arrow.our-work__arrow_prev:before {
    background-image: url(img/arrow-gray.svg);
}
.our-work__arrow.our-work__arrow_prev:hover:before {
    background-image: url(img/arrow-orange.svg);
    transform: rotate(180deg);
}
.our-work__arrow.our-work__arrow_next:before {
    background-image: url(img/arrow-gray.svg);
    transform: rotate(180deg);
}
.our-work__arrow.our-work__arrow_next:hover:before {
    background-image: url(img/arrow-orange.svg);
    transform: rotate(0deg);
}
.our-work__arrow:hover {
    border: 1px solid var(--orange);
}
@media screen and (max-width: 1024px) {
    .our-work__slider .slick-center .our-work__content {
        height: 500px;
    }
    .our-work__slider .slick-slide:not(.slick-center) .our-work__content {
        height: 510px;
    }
    .our-work__slider .slick-list {
        height: 510px;
    }
}
@media screen and (max-width: 768px) {
    .our-work__arrow {
        display: none;
    }
    .our-work__slider .slick-slide:not(.slick-center) .our-work__content {
        transform: scale(0.9);
    }
}
@media screen and (max-width: 640px) {
    .our-work__slider .slick-center .our-work__content {
        height: 372px;
    }
    .our-work__slider .slick-slide:not(.slick-center) .our-work__content {
        height: 375px;
    }
    .our-work__slider .slick-list {
        height: auto;
    }
    .our-work__img {
        object-fit: contain;
        width: 100%;
    }
    .our-work__dots {
        margin: 0;
    }
    .section__capt {
        margin: 0 0 20px;
    }
    .our-work__slider .slick-center .our-work__content {
        
        display: flex;
        align-items: center;
    }
    .our-work__slider .our-work__content {
        
        display: flex;
        align-items: center;
    }
    .our-work__slider .slick-center .our-work__content img,
    .our-work__img {
        height: auto !important;
    }

}
@media screen and (max-width: 480px) {
    .our-work__slider {
        margin: 12px 0 0;
    }
    .our-work__dots {
        margin: 10px 0 0;
    }
    /* .our-work__slider::before {
        display: none;
    } */
    .our-work__slider .slick-center .our-work__content {
        
        display: flex;
        align-items: center;
    }
    .our-work__slider .slick-center .our-work__content img,
    .our-work__img {
        height: auto !important;
    }
    .our-work__slide.slick-center .our-work__content {
        transform: scale(1);
        width: 100% !important;
        margin: 0 auto;
        opacity: 1;
        z-index: 2;
    }
}


/* our work end */

/* video start */
.video__link {
    margin: 20px 0 0;
}
.video__image {
    width: 758px;
    height: 449px;
}
.video__img {
    width: 100%;
    height: 448px;
    object-fit: cover;
    border-radius: 20px;
}
@media screen and (max-width: 860px) {
    .video__image {
        width: 100%;
        height: auto;
    }
}

/* video end */

/* about-info start */

/* Основные стили контента */
.about-info__content {
    max-width: 100%;
    margin: 10px 0 0;
}

.about-info__section {
    margin-bottom: 20px;
}

.about-info__header {
    font-weight: bold;
    margin-bottom: 4px;
}

.about-info__detail {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 0 10px;
}

.about-info__detail:before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--text-color);
    border-radius: 100%;
}

/* Стили для аккордеона */
.about-info__content .about-info__content {
    position: relative;
}

.about-info__text {
    position: relative;
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.about-info__content--collapsed .about-info__text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(158.19deg, rgba(255, 255, 255, 0) -29.49%, #FFFFFF 108.75%);
    pointer-events: none;
}

.about-info__content:not(.about-info__content--collapsed) .about-info__text::after {
    display: none;
}

/* Стили кнопки */
.about-info__action {
    border: none;
    cursor: pointer;
    font-size: 16px;
    background: none;
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
    padding: 0;
    margin: 15px 0 0;
    display: block;
    background: white;
}
.about-info__content.about-info__content--collapsed .about-info__header:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -5.49%, #FFFFFF 225.75%);
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}

/* about-info end */

/* organize start */

.organize__row {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.organize__col {
    flex: 0 0 calc(25% - 18px);
    border: 1px solid #FF950133;
    border-radius: 20px;
    padding: 30px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.organize__image {
    width: 88px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px) {
    .organize__image {
        height: auto
    }
}
@media screen and (max-width: 768px) {
    .organize__row {
        gap: 12px;
    }
    .organize__col {
        flex: 0 0 100%;
        padding: 20px;
        gap: 12px;
    }
}

/* organize end */


/*video*/
/* Стили для превью */
.video__preview-container {
    position: relative;
    max-width: 758px;
    cursor: pointer;
} 
.video__preview {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}   
.video__preview-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-height: 450px;
    object-fit: cover;
}  
.video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: #FF9501;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
} 
.video__play-icon {
    width: 80px;
    height: 80px;
    margin-left: 5px;
}
    
/* попап */
.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.video-popup.active {
    display: block;
    opacity: 1;
}  
.video-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}  
.video-popup__content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
} 
.video-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255, 149, 1, 0.7);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}  
.video-popup__player {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Соотношение 16:9 */
    position: relative;
}
.video-popup__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
@keyframes popupAppear {
    from {
        opacity: 0;
        transform: translate(-50%, -48%) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
} 
.video-popup.active .video-popup__content {
    animation: popupAppear 0.4s ease-out;
} 
@media (max-width: 1024px) {
    .video-popup__content {
        width: 95%;
        max-height: 80vh;
    } 
    .video__play-btn {
        width: 80px;
        height: 80px;
    }  
    .video__play-icon {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 768px) {
    .video__preview-container {
        margin: 15px auto 0;
    }
    .video__play-btn {
        width: 70px;
        height: 70px;
        border-width: 2px;
    }  
    .video__play-icon {
        width: 30px;
        height: 30px;
        margin-left: 3px;
    }
    
    .video-popup__content {
        max-width: 96%;
        max-height: 70vh;
        border-radius: 8px;
    }
    
    .video-popup__close {
        width: 35px;
        height: 35px;
        font-size: 20px;
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 480px) {
    .video__play-btn {
        width: 60px;
        height: 60px;
    }
    
    .video__play-icon {
        width: 25px;
        height: 25px;
    }
    
    .video-popup__content {
        max-height: 60vh;
    }
}