@font-face {
   font-display: swap;
   font-family: "Arial CYR";
   src: url('verdana.woff') format('woff'), url('verdana.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: Calibri;
   src: url('calibri.woff') format('woff'), url('calibri.ttf') format('truetype');
}
@font-face {
   font-display: swap;
   font-family: "Arial Black";
   src: url('ariblk.woff') format('woff'), url('ariblk.ttf') format('truetype');
}
@keyframes animate-fade-in {
0% {
   opacity: 0;
}
100% {
   opacity: 1;
}
}
@keyframes animate-fade-in-up {
0% {
   opacity: 0;
   transform: translate(0px,100px) rotate(0deg);
}
100% {
   opacity: 1;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes slide-down-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(0px,-100%) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes slide-left-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(-100%,0px) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
@keyframes slide-right-in {
0% {
   opacity: 0;
   transform-origin: 0 0;
   transform: translate(100%,0px) rotate(1deg);
}
100% {
   opacity: 1;
   transform-origin: 0 0;
   transform: translate(0px,0px) rotate(0deg);
}
}
a.ssilki {
   color: #0000FF;
   text-decoration: underline;
}
a.ssilki:visited {
   color: #FFFFFF;
   text-decoration: underline;
}
a.ssilki:active {
   color: #FFFFFF;
   text-decoration: underline;
}
a.ssilki:hover {
   color: #A9A9A9;
   text-decoration: none;
}
h1,
.h1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h2,
.h2 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h3,
.h3 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h4,
.h4 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h5,
.h5 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
h6,
.h6 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-decoration: none;
}
.CustomStyle {
   --color: #000080;
   background-color: transparent;
   color: #000080;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
.add_shadow {
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   text-shadow: 1px 1px 3px #000000;
}
.style1 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   text-decoration: none;
}
.style2 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-size: 75px;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 0 0 10px rgba(255,255,255,1.00);
}
.style3 {
   --color: #000000;
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-size: 43px;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 0 0 10px rgba(255,255,255,1.00);
}
