body {
background-color: ffffff;
font-size: 10pt;
font-family: verdana, sans-serif;
}

.center {
	background-position: center;
}

table {
	font-size: 10pt;
}

#axis:hover .move-right{
    transform: translate(15px,0);
}

.object {
    position: inherit;
    transition: all 0.5s ease-in-out;
}

a:link {
	color: 000000;
}

a:visited {
	color: 000000;
}

.shadowtext {
    text-shadow: 1px 1px 2px black, 0 0 1em red; /* Параметры тени */
    color: white; /* Белый цвет текста */
    font-size: 18; /* Размер надписи */
}

#blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}

@font-face {
    font-family: "RobotoRegular";
    src: url("fonts/RobotoRegular/RobotoRegular.eot");
    src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("fonts/RobotoLight/RobotoLight.eot");
    src: url("fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoLight/RobotoLight.woff") format("woff"),
    url("fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("fonts/RobotoMedium/RobotoMedium.eot");
    src: url("fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("fonts/RobotoBold/RobotoBold.eot");
    src: url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "OpenSansLight"; */
@font-face {
  font-family: "OpenSansLight";
  src: url("fonts/OpenSansLight/OpenSansLight.eot");
  src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"),
  url("fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
  url("fonts/OpenSansLight/OpenSansLight.ttf") format("woff");  
  font-style: normal;
  font-weight: normal;
}

/* font-family: "FuturaLight"; */
@font-face {
    font-family: 'FuturaLight';
    src: url('fonts/FuturaLightC/FuturaLightC.eot');
    src: url('fonts/FuturaLightC/FuturaLightC.eot?#iefix') format('embedded-opentype'),
    url('fonts/FuturaLightC/FuturaLightC.woff') format('woff'),
    url('fonts/FuturaLightC/FuturaLightC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }

