@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../MaterialIcons-Regular.woff') format('woff'),
        url('../MaterialIcons-Regular.ttf') format('truetype'),
        url('../MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('../MaterialIcons-Regular.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes heartbeat-1
{
   0% { -webkit-transform: rotate(0deg) ;  }
   15% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -webkit-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes heartbeat-1
{
   0% { -moz-transform: rotate(0deg) ;  }
   15% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -moz-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes heartbeat-2
{
   0% { -webkit-transform: rotate(0deg) ;  }
   20% { -webkit-transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { -webkit-transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes heartbeat-2
{
   0% { -moz-transform: rotate(0deg) ;  }
   20% { -moz-transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { -moz-transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes heartbeat-2
{
   0% { transform: rotate(0deg) ;  }
   20% { transform: rotate(0deg) scale(1.25,1.25) ;  }
   40% { transform: rotate(0deg) scale(1.0,1.0) ;  }
   60% { transform: rotate(0deg) scale(1.25,1.25) ;  }
   80% { transform: rotate(0deg) scale(1.0,1.0) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes text-letterspacing-focus-in
{
   0% { letter-spacing: 1em; filter: blur(12px); opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { filter: blur(0); opacity: 1.0;  }
}
@-moz-keyframes text-letterspacing-focus-in
{
   0% { letter-spacing: 1em; filter: blur(12px); opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { filter: blur(0); opacity: 1.0;  }
}
@keyframes text-letterspacing-focus-in
{
   0% { letter-spacing: 1em; filter: blur(12px); opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { filter: blur(0); opacity: 1.0;  }
}
@-webkit-keyframes transform-pulse
{
   0% { -webkit-transform: rotate(0deg) ;  }
   50% { -webkit-transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-pulse
{
   0% { -moz-transform: rotate(0deg) ;  }
   50% { -moz-transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-rotate-in
{
   0% { -webkit-transform-origin: center center; -webkit-transform: rotate(-200deg) ; opacity: 0;  }
   100% { -webkit-transform-origin: center center; -webkit-transform: rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-rotate-in
{
   0% { -moz-transform-origin: center center; -moz-transform: rotate(-200deg) ; opacity: 0;  }
   100% { -moz-transform-origin: center center; -moz-transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes vanish-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes vanish-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes animate-box-shadow-2-white-2
{
   0% { box-shadow: 0px 0px 5px #F5FFFA;  }
   50% { box-shadow: 0px 0px 12px 12px #FFFFFF;  }
   100% { box-shadow: 0px 0px 5px #FFFFFF;  }
}
@-moz-keyframes animate-box-shadow-2-white-2
{
   0% { box-shadow: 0px 0px 5px #F5FFFA;  }
   50% { box-shadow: 0px 0px 12px 12px #FFFFFF;  }
   100% { box-shadow: 0px 0px 5px #FFFFFF;  }
}
@keyframes animate-box-shadow-2-white-2
{
   0% { box-shadow: 0px 0px 5px #F5FFFA;  }
   50% { box-shadow: 0px 0px 12px 12px #FFFFFF;  }
   100% { box-shadow: 0px 0px 5px #FFFFFF;  }
}
@-webkit-keyframes animate-box-shadow-3wh-sslka
{
   0% { box-shadow: 0px 0px 2px #F5FFFA;  }
   50% { box-shadow: 0px 0px 5px 5px #FFFFFF;  }
   100% { box-shadow: 0px 0px 2px #FFFFFF;  }
}
@-moz-keyframes animate-box-shadow-3wh-sslka
{
   0% { box-shadow: 0px 0px 2px #F5FFFA;  }
   50% { box-shadow: 0px 0px 5px 5px #FFFFFF;  }
   100% { box-shadow: 0px 0px 2px #FFFFFF;  }
}
@keyframes animate-box-shadow-3wh-sslka
{
   0% { box-shadow: 0px 0px 2px #F5FFFA;  }
   50% { box-shadow: 0px 0px 5px 5px #FFFFFF;  }
   100% { box-shadow: 0px 0px 2px #FFFFFF;  }
}
@-webkit-keyframes animate-b-shadow-1-blu
{
   0% { box-shadow: 0px 0px 3px #B2DFEE;  }
   50% { box-shadow: 0px 0px 7px 7px #B2DFEE;  }
   100% { box-shadow: 0px 0px 5px #B2DFEE;  }
}
@-moz-keyframes animate-b-shadow-1-blu
{
   0% { box-shadow: 0px 0px 3px #B2DFEE;  }
   50% { box-shadow: 0px 0px 7px 7px #B2DFEE;  }
   100% { box-shadow: 0px 0px 5px #B2DFEE;  }
}
@keyframes animate-b-shadow-1-blu
{
   0% { box-shadow: 0px 0px 3px #B2DFEE;  }
   50% { box-shadow: 0px 0px 7px 7px #B2DFEE;  }
   100% { box-shadow: 0px 0px 5px #B2DFEE;  }
}
a.style1
{
   color: #B47C9C;
   text-decoration: underline;
}
a.style1:visited
{
   color: #D8BFD8;
   text-decoration: underline;
}
a.style1:active
{
   color: #F4B7C6;
   text-decoration: underline;
}
a.style1:hover
{
   color: #C498B1;
   text-decoration: underline;
}
a.style2
{
   color: #D93C40;
   font-weight: bold;
   text-decoration: underline;
}
a.style2:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style2:active
{
   color: #CE008B;
   text-decoration: underline;
}
a.style2:hover
{
   color: #B5373E;
   text-decoration: underline;
}
a.Синий
{
   color: #00186F;
   text-decoration: underline;
}
a.Синий:visited
{
   color: #0B5E75;
   text-decoration: underline;
}
a.Синий:active
{
   color: #808080;
   text-decoration: underline;
}
a.Синий:hover
{
   color: #000080;
   text-decoration: underline;
}
a.Бело-Голубой
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Бело-Голубой:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Бело-Голубой:active
{
   color: #F0F8FF;
   text-decoration: underline;
}
a.Бело-Голубой:hover
{
   color: #F0F8FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}
