
 @font-face {
 font-family: 'SeroPro';
 src: url('https://domclick.ru/platform/topline/fonts/SeroPro-regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
 }
@font-face {
 font-family: 'SeroPro';
 src: url('https://domclick.ru/platform/topline/fonts/SeroPro-medium.woff') format('woff');
 font-weight: 500;
 font-style: normal;
 }
html, body {
 font-family: 'SeroPro', Helvetica, serif;
 -webkit-font-smoothing: antialiased;
 background-color: #ffffff;
 }
body{
 margin: 48px 48px 64px 64px;
 }
#domclick__calculator{
 margin-top: 29px;
 }
#domclick__result{
 transition: margin 150ms;
 }
