html {
font-family:sans-serif;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
height:100%;
}

@font-face {font-family:'MuseoSansCyrl-300'; src:url('MuseoSansCyrl-300.woff');}
@font-face {font-family:'MuseoSansCyrl-700'; src:url('MuseoSansCyrl-700.woff');}

a {outline:0; background-color:transparent; color:inherit; text-decoration:underline; color:#fff;}
a:active, a:hover {outline:0;}
a:hover {color:#fff; text-decoration:none;}


strong {font-weight:700; color:#fff; font-size:60px; line-height:50px; font-family:"MuseoSansCyrl-700", "Helvetica Neue", Arial, sans-serif;}
p {margin:7px 0px 10px 0; color:#fff;}


body {
background:#000;
background:linear-gradient(to right,rgba(47,150,233,1) 0,rgba(48,207,195,1) 100%);
background-size:cover;
width:100%; min-height:100vh;
margin:0; padding:0;
font-family:"MuseoSansCyrl-300", "Helvetica Neue", Arial, sans-serif;
color:#000;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
-ms-touch-action:manipulation;
touch-action:manipulation;
}

.box {
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
min-height:100vh;
width:100%;
flex-direction:column;
}
.box .box_message {
max-width:400px;
padding:0 15px;
margin:auto;
font-size:15px;
line-height:23px;
position:relative;
}

@media (min-width:460px) {
.box .box_message {
width:400px !important;
}
}

.box .box_message a.link {color:#186baa; border-bottom:1px solid #acd4f3;}
.box .box_message a.link:hover {color:#cd192e; border-bottom-color:#f9cdd2;}
.box .box_message a.link {display:inline-block;}

@media (min-width:680px) {
.box .box_message {font-size:17px; line-height:26px;}
}