body a {
	color: #00bfff; /* Цвет обычной ссылки */
    position: relative;
    cursor: pointer;
    text-decoration: none; /* Убираем подчеркивание */
}
body a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 1px; /* Высота линии */
    background-color: white; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s; /* Время эффекта */
}
body a:hover:after {
	content: ""; 
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 1px; /* Высота линии */
    background-color: white; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;  /* Время эффекта */
}
.t-align_center a:after, .t-align_center a:hover:after, .t-align_center a:hover:after,
.t396__elem[data-elem-type="shape"] a:after, .t396__elem[data-elem-type="shape"] a:hover:after,
.t396__elem[data-elem-type="image"] a:after, .t396__elem[data-elem-type="image"] a:hover:after {
    content: none;
}
#rec450218232 .t396__elem[data-elem-type="text"] a {
	color: #00bfff; /* Цвет обычной ссылки */
    position: relative;
    cursor: pointer;
    text-decoration: none; /* Убираем подчеркивание */
}
#rec450218232 .t396__elem[data-elem-type="text"] a:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px; /* Высота линии */
    background-color: white; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s; /* Время эффекта */
}

#rec450218232 .t396__elem[data-elem-type="text"] a:hover:after {
	content: ""; 
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px; /* Высота линии */
    background-color: white; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.5s;  /* Время эффекта */
}

.video1 {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
@media screen and (max-width: 470px) { .video1 {
    flex-direction: column;
    gap: 15px;
}}
@media screen and (max-width: 470px) { video {
    width: 100%;
}}

.t764__descr {
    margin-top: 0px !important;
}