/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.1;
}
ol, ul {
    list-style-position: inside;
}
li {
    padding-bottom: 5px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
    display: block;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    background-color: #e84e1b;
}
b {
    font-weight: bold;
}
h1 {
    font-size: 26px;
}
p {
    padding: 10px 0; 
}
.cap {
    width: 662px;
    position: relative;
    margin: 50px auto;
    padding: 28px 38px 38px 40px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 7px 7px 5px rgba(0,0,0,.55);
}
.cap__right {
    float: left;
    margin-left: 62px;
    margin-top: 10px;
}
.cap__logo {
    width: 191px;
    height: 246px;
    float: left;
    background: transparent url('img/kenguru-logo.svg') no-repeat 0 0;
    background-size: 191px 246px;
}
.phone,
.comming-soon-txt {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
}
.plain-txt {
    margin-bottom: 10px;
    font-size: 19px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.mn { margin: 0; }
.comming-soon-txt {
    font-size: 42px;
    line-height: 53px;
    margin-bottom: 33px;
}
.phone {
    font-size: 39px;
    margin-bottom: 10px;
}
a { color: #0071bc; }