@font-face {
    font-family: MuseoSansCyrl;
    src: url(fonts/woff2/MuseoSansCyrl100.woff2) format("woff2"),url(fonts/woff/MuseoSansCyrl100.woff) format("woff"),url(fonts/otf/MuseoSansCyrl100.otf) format("opentype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: MuseoSansCyrl;
    src: url(fonts/woff2/MuseoSansCyrl300.woff2) format("woff2"),url(fonts/woff/MuseoSansCyrl300.woff) format("woff"),url(fonts/otf/MuseoSansCyrl300.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: MuseoSansCyrl;
    src: url(fonts/woff2/MuseoSansCyrl700.woff2) format("woff2"),url(fonts/woff/MuseoSansCyrl700.woff) format("woff"),url(fonts/otf/MuseoSansCyrl700.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: MuseoSansCyrl;
    src: url(fonts/woff2/MuseoSansCyrl900.woff2) format("woff2"),url(fonts/woff/MuseoSansCyrl900.woff) format("woff"),url(fonts/otf/MuseoSansCyrl900.otf) format("opentype");
    font-weight: 900;
    font-style: normal
}
.create-site {
position: fixed;
bottom: 40px;
right: 50px;
z-index: 9999;
}
.create-site a:hover {
   box-shadow: 0 0 0 2px #e9e9e9;
}
.create-site a {
   margin-bottom: 0;
   display: inline-block;
   height: 50px;
   font-family: MuseoSansCyrl,sans-serif;
   font-size: 11px;
   font-weight: 700;
   line-height: 49px;
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   text-decoration: none;
   letter-spacing: .12em;
   text-transform: uppercase;
   cursor: pointer;
   background-color: #000;
   background-image: none;
   border: 1px solid #000;
   border-radius: 25px;
   box-shadow: 0 0 0 0 transparent;
   transition: .2s;
   will-change: box-shadow;
   background: #e9e9e9;
   color: #000;
   border-color: #e9e9e9;
   padding: 0 40px;
}