/* <reset.css> */
@font-face {
    font-family: 'UTMNokia';
    src: url('../../fonts/UTMNokia/utm_nokia-webfont.woff2') format('woff2'),
         url('../../fonts/UTMNokia/utm_nokia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {font-family: 'Segoe UI', sans-serif;background: #fefbc1;color: #000}
@media (min-width: 1220px) {.uk-container {max-width: 1100px;padding: 0;}}
@media (max-width: 1220px) {.uk-container {padding: 0 0px}}
h1, h2, h3, h4, h5, h6 {font-size: 16px;line-height: 20px;}
*, :before, :after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
ul, ol {margin: 0;padding: 0;}
:before, :after {font-weight: normal;}
form input[type=text]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {font-size: 13px;line-height: 18px;color: #898989;}
form input[type=text]::-moz-placeholder, form textarea::-moz-placeholder {font-size: 13px;line-height: 18px;color: #898989;}
form input[type=text]:-ms-input-placeholder, form textarea:-ms-input-placeholder {font-size: 13px;line-height: 18px;color: #898989;}
form input[type=text]:-moz-placeholder, form textarea:-moz-placeholder {font-size: 13px;line-height: 18px;color: #898989;}

#toTop {position: fixed; z-index: 9999; right: 30px;clip: rect(auto, auto, auto, auto); }
@media (max-width: 959px) {#toTop {right: 5px;}}
#toTop a {
	display: block;
	width: 50px;height: 50px;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 50px;
    background-size: 50px;
    background-image: url(../../img/gotop.png);
}
/* </reset.css> */