.video{padding-top:80px;position:relative}@media screen and (min-width:970px){.video:before{content:"";background-color:var(--c-white);width:100%;height:420px;pointer-events:none;position:absolute;bottom:0;left:0}}@media screen and (max-width:970px){.video{padding-top:40px}}.video__block{position:relative;overflow:hidden;border-radius:40px;width:1063px;max-width:100%;margin-left:auto;margin-right:auto;aspect-ratio:16/9;overflow:hidden;position:relative}@media screen and (max-width:970px){.video__block{border-radius:20px}}.video__block video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video__block .preview,.video__block:not(.play):after{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out;left:0;top:0}.video__block .button{-webkit-transition:none;transition:none;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}@media screen and (max-width:690px){.video__block .button{width:129px;height:40px;padding:4px 18px}}.video__block:not(.play):after{content:"";background-color:rgba(1,11,19,0.4)}.video__block.play .button,.video__block.play .preview{opacity:0;pointer-events:none}