@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;600&display=swap');

* { outline:none!important; -webkit-appearance:none!important; -webkit-tap-highlight-color:transparent; box-shadow:none; }
html, body { width:100%; height:100%; font-family:Arimo, arial; font-weight:400; color:#000; font-size:20px; line-height:100%; letter-spacing:-0.01em; background:rgb(237, 237, 237); -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
header, main { max-width:742px; margin:0 auto; }
header { margin-bottom:170px; height:60px; }
h1, h2 { font-size:38px; line-height:130%; letter-spacing:-0.03em; }
h3 { font-size:28px; line-height:130%; letter-spacing:-0.03em; }
p { line-height:130%; }
small { font-size:15px; }

.app { padding:0 24px; }
.logo { position:relative; top:-5px; }
.logo:before { content:''; background:#fff; width:27px; height:27px; margin-right:15px; display:inline-block; border-radius:50%; position:relative; top:5px; }
.text-big { font-size:29px; }
.text-bold { font-weight:600; }
.text-black { color:#000; }
.rounded-4 { border-radius:24px; }
.rounded-5 { border-radius:48px; }
.bg-primary { background-color:#2278FF; }
.btn-primary { background-color:#2278FF; }

.clocks { font-size:22.6px; }
.clocks span { margin-left:30px; }

@media only screen and (max-width:992px)
{
    header { margin-bottom:100px; height:50px; }
    .text-big { font-size:24px; }
    h1, h2 { font-size:28px; }
}