@font-face{font-family:Muller;src:local('Muller Regular'),local('Muller-Regular'),url(../fonts/MullerRegular.woff2) format('woff2'),url(../fonts/MullerRegular.woff) format('woff'),url(../fonts/MullerRegular.ttf) format('truetype');font-weight:400;font-style:normal}body{box-sizing:border-box;margin:0;background-color:#000;height:100%;min-width:320px;line-height:1;-webkit-text-size-adjust:100%}a{text-decoration:none;color:#fff;text-align:center;font-family:Muller;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.wrapper{display:flex;width:100%;flex-direction:column}.header{display:flex;justify-content:center;align-items:center}.logo{margin-top:64px;width:92px}.page{display:flex;justify-content:center;flex-direction:column}video{height:calc(100vh - 200px)}.footer{display:flex;flex-direction:column;align-items:center;gap:60px;position:fixed;left:0;bottom:0;width:100%;padding-bottom:60px}.row{display:flex;gap:36px}.row1{display:flex;gap:12px}.separator{background-color:#fff;border:1px solid #fff;width:1px;height:14px}.social{width:36px;height:36px}@media only screen and (max-width:600px){.row1{flex-direction:column}.separator{display:none}}: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 60px;
}
.row {
    display: flex;
    gap: 36px;
}
.row1 {
    display: flex;
    gap: 12px;
}
.separator {
    background-color: #fff;
    border: 1px solid #fff;
    width: 1px;
    height: 14px;
}
.social {
    width: 36px;
    height: 36px;
}
@media only screen and (max-width: 600px) {
    .row1 {
        flex-direction: column;
    }
    .separator {
        display: none;
    }
}
