.common-video{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.common-video__play-button{position:absolute;padding:10px 9px 10px 11px;cursor:pointer;border-radius:50%;background:#161616;color:#ffca00;opacity:.9;font-size:16px}.common-video__play-button--active{opacity:0;cursor:default}.common-video__play-button--thick{font-size:32px;padding:18px 17px 18px 20px}@media screen and (max-width:1024px){.common-video__play-button--thick{font-size:22px;padding:13px 12px 13px 16px}}.common-video__actions{position:absolute;right:16px;bottom:100px;display:flex;flex-direction:column;gap:16px}.common-video__item{position:relative;display:flex;justify-content:center;align-items:center;border-radius:8px;width:100%;height:100%;max-height:100%;background-color:#161616;overflow:hidden}@media screen and (max-width:1024px){.common-video__item{border-radius:0}}.common-video__item--overview video{-o-object-fit:cover;object-fit:cover}@media screen and (min-aspect-ratio:5/8)and (max-width:1024px){.common-video__item--overview video{-o-object-fit:contain;object-fit:contain}}.common-video__item--horizontal video{-o-object-fit:contain;object-fit:contain}.common-video__video{position:absolute;inset:0;background:#000;height:100%;width:100%;border-radius:inherit;pointer-events:none;transition:opacity .2s}.common-video__video>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:inherit}.common-video__video--loading{opacity:.75}.common-video__info{cursor:default;position:absolute;bottom:0;left:0;width:100%;padding:16px 16px 0;color:#fff;font-size:1.4rem;display:flex;justify-content:space-between;background:linear-gradient(180deg,transparent,#000);background-blend-mode:multiply;flex-direction:column;align-items:end}.common-video__info__name{width:100%;margin-right:auto;font-size:2.4rem;line-height:3.6rem;font-weight:700;display:-webkit-box;overflow:hidden;word-wrap:break-word;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media only screen and (max-width:768px){.common-video__info__name{max-width:90%}}.common-video__error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center}.common-video__progress--container{width:100%;display:flex;align-items:center;gap:8px}.common-video__progress--wrapper{flex:1;padding:12px 0}.common-video__progress--wrapper--overview{padding:24px 0}@media only screen and (max-width:768px){.common-video__progress--wrapper--overview{padding-top:8px}}.common-video__progress{width:100%;height:4px;background:#848484;border-radius:2px;cursor:pointer;transition:transform .1s}.common-video__progress--dragged{transform:scaleY(1.5);transform-origin:center}.common-video__progress-value{display:block;height:100%;width:0;background-color:#ffca00;border-radius:inherit}.common-video__loader{border:8px solid #fff;border-left-color:#ffca00;width:72px;height:72px;border-radius:50%;animation:spin 1s linear infinite;position:absolute}.common-video__loader:after,.common-video__loader:before{content:"";width:5px;height:7px;border-radius:50%;background:#ffca00;position:absolute;left:2px}.common-video__loader:before{top:2px}.common-video__loader:after{bottom:2px}@keyframes spin{to{transform:rotate(1turn)}}@media screen and (max-width:1024px){.common-video__loader{width:48px;height:48px;border-width:5px}.common-video__loader:after,.common-video__loader:before{width:4px;height:4px;left:1px}.common-video__loader:before{top:2px}.common-video__loader:after{bottom:2px}}.common-video__timer{font-size:1.6rem;font-weight:500}@media only screen and (max-width:768px){.common-video__timer{position:absolute;right:16px;bottom:3.8rem;font-size:1.4rem}}.common-video .videos__views-count{margin-top:-36px;gap:4px 0;font-size:1.8rem}@media only screen and (min-width:768px){.common-video .videos__views-count{font-size:2rem}}@keyframes blink{0%{box-shadow:0 0 #fff}50%{box-shadow:0 0 8px #fff}to{box-shadow:0 0 #fff}}
