@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Иконки Material";
   font-display: swap;;
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
a.RED1
{
   color: #00008B;
   font-weight: bold;
   text-decoration: none;
   transition: all 10ms ease;
   position: relative;
   display: inline-block;
}
a.RED1::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 10ms ease;
}
a.RED1:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.RED1:visited
{
   color: #00008B;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
a.RED1:active
{
   color: #00008B;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
a.RED1:hover
{
   color: #FFFFFF;
   background: #9A8103;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
a.WHITE-RED
{
   color: #FFFFFF;
   background: #D6000B;
   text-decoration: none;
   transition: all 3ms ease;
}
a.WHITE-RED:visited
{
   color: #FFFFFF;
   background: #FF0000;
   text-decoration: underline;
}
a.WHITE-RED:active
{
   color: #FFFFFF;
   background: #FF0000;
   text-decoration: underline;
}
a.WHITE-RED:hover
{
   color: #87CEFA;
   background: #FF0000;
   text-decoration: underline;
}
a.WHITE
{
   color: #FFFFFF;
   text-decoration: none;
}
a.WHITE:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.WHITE:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.WHITE:hover
{
   color: #D6000B;
   text-decoration: underline;
}
a.WHITE-BOLD
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.WHITE-BOLD::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.WHITE-BOLD:hover::after
{
   background: #0071CA;
   width: 100%;
}
a.WHITE-BOLD:visited
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE-BOLD:active
{
   color: #FFFFFF;
   background: #DC143C;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE-BOLD:hover
{
   color: #0071CA;
   font-weight: bold;
   text-decoration: none;
}
a.Grey_TPPA
{
   color: #313131;
   text-decoration: none;
   transition: all 300ms ease;
}
a.Grey_TPPA:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.Grey_TPPA:active
{
   color: #FF0000;
   text-decoration: none;
}
a.Grey_TPPA:hover
{
   color: #00008B;
   text-decoration: none;
}
a.BROWN
{
   color: #800000;
   font-weight: bold;
   text-decoration: none;
}
a.BROWN:visited
{
   color: #800000;
   font-weight: bold;
   text-decoration: none;
}
a.BROWN:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.BROWN:hover
{
   color: #DC143C;
   font-weight: bold;
   text-decoration: underline;
}
a.GREEN
{
   color: #228B22;
   font-weight: bold;
   text-decoration: none;
   transition: all 5ms ease;
   position: relative;
   display: inline-block;
}
a.GREEN::after,
a.GREEN::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 2px;
   background: #FFFFFF;
   opacity: 0;
   transition: all 5ms ease;
}
a.GREEN::before
{
   top: -2px;
   transform: translateY(-10px);
}
a.GREEN::after
{
   bottom: -2px;
   transform: translateY(10px);
}
a.GREEN:hover::after,
a.GREEN:hover::before
{
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.GREEN:visited
{
   color: #228B22;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN:active
{
   color: #228B22;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN:hover
{
   color: #FFFFFF;
   background: #228B22;
   font-weight: bold;
   text-decoration: none;
}
a.Gold
{
   color: #9A8103;
   text-decoration: none;
   text-shadow: 1px 1px 6px rgba(192,192,192,1.00);
   transition: all 100ms ease;
   position: relative;
   display: inline-block;
}
a.Gold::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 100ms ease;
}
a.Gold:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.Gold:visited
{
   color: #9A8103;
   text-decoration: none;
   text-shadow: 1px 1px 2px rgba(220,220,220,1.00);
}
a.Gold:active
{
   color: #004AAD;
   font-weight: bold;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
a.Gold:hover
{
   color: #FFFFFF;
   background: #9A8103;
   text-decoration: none;
   text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
   padding: 10px 10px 10px 10px;
}
.menu_left
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: #0071CA;
   --background-color: rgba(0,113,202,1.00);
   cursor: grab;
   margin: 0 0 0 0;
   padding: 3px 5px 3px 5px;
}
.style1
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-align: justify;
   letter-spacing: 1px;
   line-height: 18.4px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   background-clip: padding-box;
}
.darktheme .style1
{
   color: #FFFFFF;
   --color: #FFFFFF;
}
.Текст на белом
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   text-align: justify;
   letter-spacing: 1px;
   line-height: 18.4px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #FFFFFF;
   --background-color: rgba(255,255,255,1.00);
   cursor: auto;
}
.darktheme .Текст на белом
{
   color: #000000;
   --color: #000000;
}
