@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family:SamsungSharpSansBold;
    src:url('/projects/sites/units/default/fonts/SamsungSharpSans-Bold.ttf');
}
@font-face {
    font-family:SamsungOne;
    src:url('/projects/sites/units/default/fonts/SamsungOne-400.ttf');
}
@font-face {
    font-family:KZ_Gothic;
    src:url('/projects/sites/units/default/fonts/KZCenturyGothic/KZ_GOTHIC.ttf')
}
@font-face {
    font-family:KZ_GothicBold;
    src:url('/projects/sites/units/default/fonts/KZCenturyGothic/KZ_GOTHICB.ttf')
}
@font-face {
    font-family:HelveticaNeueCyrLight;
    src:url('/projects/sites/units/default/fonts/helvetica/HelveticaNeueCyr-Light.ttf');
}
@font-face {
    font-family:HelveticaNeueCyrMedium;
    src:url('/projects/sites/units/default/fonts/helvetica/HelveticaNeueCyr-Medium.woff');
}
@font-face {
    font-family:HelveticaNeueCyrRoman;
    src:url('/projects/sites/units/default/fonts/helvetica/HelveticaNeueCyr-Roman.woff');
}
html, body{
    width:100%;
    height:100%;
    color:#111111;
    margin:0;
    padding:0;
    font-family: SamsungSharpSansBold;
    font-weight: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
    color:#010101;
}
body {
    line-height:1;
    
}
div, article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
    box-sizing: border-box;
    position: relative;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
    color:#3E51FB;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    border:1px #333 solid;
}
table tr td{
    padding:8px;
    margin:0;
    border-collapse:collapse;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clear{
    clear:both;
}
::-webkit-scrollbar { width: 9px; }

::-webkit-scrollbar-track {
  background: #f3f0f0;
  border-radius: 7px;
  box-shadow: inset 0 0 6px rgba(23, 22, 22, 0.22);
}

::-webkit-scrollbar-thumb {
  background: #a0c8d8;
  background: -moz-linear-gradient(left, #a4c3d0 0%, #28a3ca 50%, #b2d2de 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #accfde), color-stop(50%, #2caad2), color-stop(100%, #bce0ee));
  background: -webkit-linear-gradient(left, #a3bfcc 0%, #29b8e5 50%, #b1d3e0 100%);
  background: -o-linear-gradient(left, #9ebecc 0%, #29b8e5 50%, #a0c5d4 100%);
  background: -ms-linear-gradient(left, #9dc1d0 0%, #29b8e5 50%, #aed2e0 100%);
  background: linear-gradient(to right, #a6c9d8 0%, #29b8e5 50%, #b2d2de 100%);
  border-radius: 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1);
}