/* Настройки блока */
.section-robot-video{
    background: #0A1628;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: default;
}
.section-robot-video__container{
    width: 92%;
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
    padding-bottom: 85px;
    gap: 200px;
}

/* Левая часть */
.section-robot-video__left{
    display: flex;
    flex-direction: column;
}
.section-robot-video__h2{
    color: #63F5FF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-robot-video__h1{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.2px; /* 110% */
    letter-spacing: 1px;
    width: 600px;
    margin-top: 25px;
}
.section-robot-video__p{
    color: rgba(255, 255, 255, 0.60);
    font-family: "Inter";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px; /* 170% */
    width: 500px;
    margin-top: 40px;
    margin-bottom: 150px;
}
.section-robot-video__tegs{
    display: flex;
    gap: 12px;
    width: 660px;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    margin-top: 325px;
}
.section-robot-video__teg{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 12px 26px;
    border-radius: 100px;
    border: 0.8px solid rgba(99, 245, 255, 0.25);
    background: rgba(99, 245, 255, 0.10);
}
.section-robot-video__teg > img{
    width: 22px;
    height: 22px;
}
.section-robot-video__teg > p{
    color: #63F5FF;
    text-align: center;
    font-family: "Inter";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    
}

/* Правая часть */
.section-robot-video__right{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 32px;
}
.section-robot-video__video{
    width: 756px;
    height: 426px;
    border: 0.8px solid rgba(99, 245, 255, 0.20);
    background: rgba(255, 255, 255, 0.04);
    z-index: 2;
    border-radius: 32px;
    overflow: hidden;
}
.section-robot-video__video-overlay{
    position: absolute;
    width: 756px;
    height: 426px;
    background-color: rgba(255, 255, 255, 0.08); 
    transition: opacity 0.3s ease;
    pointer-events: none; 
    z-index: 8;
    border-radius: 32px;
}
.section-robot-video__video-overlay__hidden{
    opacity: 0;
    visibility: hidden;
}
.section-robot-video__video-btn{
    width: 131px;
    height: 131px;
    position: absolute;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.section-robot-video__video-btn > img{
    width: 131px;
    height: 131px;
    cursor: pointer;
}

.section-robot-video__video-btn__hidden{
    visibility: hidden;
    opacity: 0;
}


/* Эффект свечения */
.section-robot-video__visual-effects{
    width: 800px;
    height: 800px;
    position: absolute;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(99, 245, 255, 0.12) 0%, rgba(0, 0, 0, 0.00) 70%);
    top: 30%;
    left: 30%;
    z-index: 0;
    pointer-events: none;
}

@media(max-width:  1700px){
    .section-robot-video__container{ gap: 150px; padding-top: 70px; padding-bottom: 70px; }
    .section-robot-video__h2{ font-size: 14px; }
    .section-robot-video__h1{ font-size: 44px; line-height: 50px; width: 500px; margin-top: 25px; }
    .section-robot-video__p{ font-size: 16px; width: 450px; margin-top: 25px; margin-bottom: 120px;}

    .section-robot-video__tegs{ gap: 12px; width: 585px; margin-top: 280px; }
    .section-robot-video__teg{ gap: 6px; padding: 10px 20px; }
    .section-robot-video__teg > img{ width: 20px; height: 20px; }
    .section-robot-video__teg > p{ font-size: 12px; }

    .section-robot-video__video{ height: 380px; width: auto; }
    .section-robot-video__video-overlay{ height: 380px; width: auto; }

}

@media(max-width:  1450px){
    .section-robot-video__container{ gap: 120px; padding-top: 70px; padding-bottom: 70px; }
    .section-robot-video__h2{ font-size: 14px; }
    .section-robot-video__h1{ font-size: 44px; line-height: 50px; width: 500px; margin-top: 25px; }
    .section-robot-video__p{ font-size: 16px; width: 450px; margin-top: 25px; margin-bottom: 120px;}

    .section-robot-video__tegs{ gap: 12px; width: 585px; margin-top: 280px; }
    .section-robot-video__teg{ gap: 6px; padding: 8px 15px; }
    .section-robot-video__teg > img{ width: 20px; height: 20px; }
    .section-robot-video__teg > p{ font-size: 12px; }

    .section-robot-video__video{ height: 350px; width: auto; }
    .section-robot-video__video-overlay{ height: 350px; width: auto; }
}

@media(max-width:  1350px){
    .section-robot-video__container{ gap: 0px; padding-top: 60px; padding-bottom: 60px; }
    .section-robot-video__h2{ font-size: 13px; }
    .section-robot-video__h1{ font-size: 40px; line-height: 50px; width: 500px; margin-top: 20px; }
    .section-robot-video__p{ font-size: 15px; width: 450px; margin-top: 20px; margin-bottom: 120px;}

    .section-robot-video__tegs{ gap: 10px; width: 480px; margin-top: 270px; }
    .section-robot-video__teg{ gap: 6px; padding: 6px 10px; }
    .section-robot-video__teg > img{ width: 16px; height: 16px; }
    .section-robot-video__teg > p{ font-size: 11px; }

    .section-robot-video__video{ height: 300px; width: auto; }
    .section-robot-video__video-overlay{ height: 300px; width: auto; }
}
@media(max-width:  1280px){
    .section-robot-video__h2{ font-size: 12px; }
}
@media(max-width:  1150px){
    .section-robot-video__container{ gap: 0px; padding-top: 60px; padding-bottom: 40px; }
    .section-robot-video__h2{ font-size: 13px; }
    .section-robot-video__h1{ font-size: 34px; line-height: 40px; width: 440px; margin-top: 15px; }
    .section-robot-video__p{ font-size: 14px; width: 440px; margin-top: 15px; margin-bottom: 110px;}

    .section-robot-video__tegs{ gap: 7px; width: 440px; margin-top: 235px; }
    .section-robot-video__teg{ gap: 5px; padding: 6px 10px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 10px; }

    .section-robot-video__video{ height: 280px; width: auto; }
    .section-robot-video__video-overlay{ height: 280px; width: auto; }
}
@media(max-width:  1070px){
    .section-robot-video__container{ gap: 0px; padding-top: 60px; padding-bottom: 40px; }
    .section-robot-video__h2{ font-size: 13px; }
    .section-robot-video__h1{ font-size: 34px; line-height: 40px; width: 440px; margin-top: 15px; }
    .section-robot-video__p{ font-size: 14px; width: 440px; margin-top: 15px; margin-bottom: 110px;}

    .section-robot-video__tegs{ gap: 7px; width: 440px; margin-top: 235px; }
    .section-robot-video__teg{ gap: 5px; padding: 6px 10px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 10px; }

    .section-robot-video__video{ height: 250px; width: auto; }
    .section-robot-video__video-overlay{ height: 250px; width: auto; }
}

@media(max-width:  1000px){
    .section-robot-video__container{ padding-top: 50px; padding-bottom: 40px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 13px; text-align: center;}
    .section-robot-video__h1{ font-size: 44px; line-height: 50px; width: 440px; margin-top: 30px; text-align: center;}
    .section-robot-video__p{ font-size: 16px; width: 500px; margin-top: 30px; margin-bottom: 30px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 12px; margin-top: 30px; width: 100%; padding-left: 150px; padding-right: 150px; margin-left: 0;}
    .section-robot-video__teg{ gap: 6px; padding: 8px 15px; }
    .section-robot-video__teg > img{ width: 20px; height: 20px; }
    .section-robot-video__teg > p{ font-size: 12px; }


    .section-robot-video__video{ height: 380px; width: auto; }
    .section-robot-video__video-overlay{ height: 380px; width: auto; }
    .section-robot-video__visual-effects{ display: none; }
}
@media(max-width:  950px){
    .section-robot-video__tegs{ padding-left: 120px; padding-right: 120px;}
}
@media(max-width:  900px){
    .section-robot-video__tegs{ padding-left: 70px; padding-right: 70px;}
}
@media(max-width:  780px){
    .section-robot-video__container{ padding-top: 50px; padding-bottom: 40px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 36px; line-height: 40px; width: 440px; margin-top: 20px; text-align: center;}
    .section-robot-video__p{ font-size: 14px; width: 500px; margin-top: 20px; margin-bottom: 20px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 10px; margin-top: 25px; width: 100%; padding-left: 50px; padding-right: 50px; }
    .section-robot-video__teg{ gap: 6px; padding: 8px 14px; }
    .section-robot-video__teg > img{ width: 20px; height: 20px; }
    .section-robot-video__teg > p{ font-size: 11px; }


    .section-robot-video__video{ height: 310px; width: auto; }
    .section-robot-video__video-overlay{ height: 310px; width: auto; }
}
@media(max-width:  650px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 40px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 32px; line-height: 34px; width: 440px; margin-top: 20px; text-align: center;}
    .section-robot-video__p{ font-size: 14px; width: 400px; margin-top: 20px; margin-bottom: 20px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 8px; margin-top: 20px; width: 100%; padding-left: 50px; padding-right: 50px; }
    .section-robot-video__teg{ gap: 5px; padding: 6px 10px; }
    .section-robot-video__teg > img{ width: 20px; height: 20px; }
    .section-robot-video__teg > p{ font-size: 10px; }


    .section-robot-video__video{ height: 280px; width: auto; }
    .section-robot-video__video-overlay{ height: 280px; width: auto; }
}
@media(max-width:  650px){
    .section-robot-video__tegs{ padding-left: 20px; padding-right: 20px; }
}

@media(max-width:  575px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 40px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 28px; line-height: 30px; width: 400px; margin-top: 20px; text-align: center;}
    .section-robot-video__p{ font-size: 13px; width: 400px; margin-top: 20px; margin-bottom: 20px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 8px; margin-top: 20px; width: 100%; padding-left: 50px; padding-right: 50px; }
    .section-robot-video__teg{ gap: 5px; padding: 6px 9px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 9px; }


    .section-robot-video__video{ height: 250px; width: auto; }
    .section-robot-video__video-overlay{ height: 250px; width: auto; }
}
@media(max-width:  550px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 40px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 28px; line-height: 30px; width: 400px; margin-top: 20px; text-align: center;}
    .section-robot-video__p{ font-size: 13px; width: 400px; margin-top: 20px; margin-bottom: 20px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 9px; margin-top: 20px; width: 100%; padding-left: 50px; padding-right: 50px; }
    .section-robot-video__teg{ gap: 6px; padding: 6px 12px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 11px; }


    .section-robot-video__video{ height: 220px; width: auto; }
    .section-robot-video__video-overlay{ height: 220px; width: auto; }
}
@media(max-width:  490px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 30px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 28px; line-height: 30px; width: 350px; margin-top: 15px; text-align: center;}
    .section-robot-video__p{ font-size: 13px; width: 350px; margin-top: 15px; margin-bottom: 15px; text-align: center; }

    .section-robot-video__tegs{ position: static; gap: 9px; margin-top: 15px; width: 100%; padding-left: 20px; padding-right: 20px; }
    .section-robot-video__teg{ gap: 6px; padding: 6px 12px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 11px; }


    .section-robot-video__video{ height: 220px; width: auto; }
    .section-robot-video__video-overlay{ height: 220px; width: auto; }
}

@media(max-width:  450px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 30px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 28px; line-height: 30px; width: 350px; margin-top: 15px; text-align: center;}
    .section-robot-video__p{ font-size: 13px; width: 350px; margin-top: 15px; margin-bottom: 15px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 9px; margin-top: 15px; width: 100%; padding-left: 0px; padding-right: 0px; }
    .section-robot-video__teg{ gap: 6px; padding: 6px 12px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 11px; }


    .section-robot-video__video{ height: 200px; width: auto; }
    .section-robot-video__video-overlay{ height: 200px; width: auto; }
}

@media(max-width:  410px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 30px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 22px; line-height: 30px; width: 320px; margin-top: 15px; text-align: center;}
    .section-robot-video__p{ font-size: 12px; width: 300px; margin-top: 15px; margin-bottom: 15px; text-align: center; line-height: 24px;}

    .section-robot-video__tegs{ position: static; gap: 8px; margin-top: 15px; width: 100%; padding-left: 0px; padding-right: 0px; }
    .section-robot-video__teg{ gap: 6px; padding: 6px 10px; }
    .section-robot-video__teg > img{ width: 15px; height: 15px; }
    .section-robot-video__teg > p{ font-size: 10px; }


    .section-robot-video__video{ height: 180px; width: auto; }
    .section-robot-video__video-overlay{ height: 180px; width: auto; }
}
@media(max-width:  360px){
    .section-robot-video__container{ padding-top: 40px; padding-bottom: 30px; flex-direction: column; }
    .section-robot-video__left{ align-items: center; }
    .section-robot-video__h2{ font-size: 12px; text-align: center;}
    .section-robot-video__h1{ font-size: 22px; line-height: 30px; width: 320px; margin-top: 15px; text-align: center;}
    .section-robot-video__p{ font-size: 12px; width: 300px; margin-top: 15px; margin-bottom: 15px; text-align: center;}

    .section-robot-video__tegs{ position: static; gap: 7px; margin-top: 15px; width: 100%; padding-left: 0px; padding-right: 0px; }
    .section-robot-video__teg{ gap: 5px; padding: 6px 9px; }
    .section-robot-video__teg > img{ width: 14px; height: 14px; }
    .section-robot-video__teg > p{ font-size: 10px; }


    .section-robot-video__video{ height: 170px; width: auto; }
    .section-robot-video__video-overlay{ height: 170px; width: auto; }
}

