@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 animate-font-size
{
   0% { font-size: 100%;  }
   50% { font-size: 200%;  }
   100% { font-size: 100%;  }
}
@-moz-keyframes animate-font-size
{
   0% { font-size: 100%;  }
   50% { font-size: 200%;  }
   100% { font-size: 100%;  }
}
@keyframes animate-font-size
{
   0% { font-size: 100%;  }
   50% { font-size: 200%;  }
   100% { font-size: 100%;  }
}
@-webkit-keyframes animate-rotate-in-left
{
   0% { -webkit-transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(360deg) ;  }
}
@-moz-keyframes animate-rotate-in-left
{
   0% { -moz-transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(360deg) ;  }
}
@keyframes animate-rotate-in-left
{
   0% { transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(360deg) ;  }
}
@-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 push
{
   0% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@-moz-keyframes push
{
   0% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { -moz-transform: perspective(1px) rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
@keyframes push
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   50% { transform: perspective(1px) rotateX(0deg) scale3d(0.8,0.8,0.8) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.0,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-bounce-in
{
   0% { -webkit-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -webkit-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -webkit-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-bounce-in
{
   0% { -moz-transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { -moz-transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { -moz-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounce-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,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%;  }
}
a.Коричневый
{
   color: #522E1B;
   text-decoration: underline;
}
a.Коричневый:visited
{
   color: #877569;
   text-decoration: underline;
}
a.Коричневый:active
{
   color: #4D3F30;
   text-decoration: underline;
}
a.Коричневый:hover
{
   color: #522E1B;
   text-decoration: underline;
}
a.КРАСНЫЙФ
{
   color: #C1221A;
   background: #FFB63C;
   font-weight: bold;
   text-decoration: none;
}
a.КРАСНЫЙФ:visited
{
   color: #DC143C;
   text-decoration: none;
}
a.КРАСНЫЙФ:active
{
   color: #FF0000;
   text-decoration: none;
}
a.КРАСНЫЙФ:hover
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.style3
{
   color: #00186F;
   text-decoration: underline;
}
a.style3:visited
{
   color: #0B5E75;
   text-decoration: underline;
}
a.style3:active
{
   color: #808080;
   text-decoration: underline;
}
a.style3:hover
{
   color: #000080;
   text-decoration: underline;
}
a.moy-Belo-Goluboy-1
{
   color: #FFFFFF;
   text-decoration: underline;
   -webkit-transition: all 5ms linear;
   transition: all 5ms linear;
}
a.moy-Belo-Goluboy-1:visited
{
   color: #F0F8FF;
   text-decoration: underline;
}
a.moy-Belo-Goluboy-1:active
{
   color: #F0F8FF;
   text-decoration: underline;
}
a.moy-Belo-Goluboy-1:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Prosto-beliy
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Prosto-beliy:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Prosto-beliy:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Prosto-beliy:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Оранж
{
   color: #FFB840;
   text-decoration: underline;
}
a.Оранж:visited
{
   color: #FFA500;
   text-decoration: underline;
}
a.Оранж:active
{
   color: #FFA500;
   text-decoration: underline;
}
a.Оранж:hover
{
   color: #FFA500;
   text-decoration: underline;
}
a.Черный
{
   color: #000000;
   text-decoration: underline;
}
a.Черный:visited
{
   color: #522E1B;
   text-decoration: underline;
}
a.Черный:active
{
   color: #522E1B;
   text-decoration: underline;
}
a.Черный:hover
{
   color: #522E1B;
   text-decoration: underline;
}
a.Коричневый_Красый
{
   color: #522E1B;
   font-weight: bold;
   text-decoration: none;
}
a.Коричневый_Красый:visited
{
   color: #522E1B;
   text-decoration: none;
}
a.Коричневый_Красый:active
{
   color: #C1221A;
   text-decoration: none;
}
a.Коричневый_Красый:hover
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.Синий_под_ВК
{
   color: #2B5377;
   text-decoration: underline;
}
a.Синий_под_ВК:visited
{
   color: #4169E1;
   text-decoration: underline;
}
a.Синий_под_ВК:active
{
   color: #4682B4;
   text-decoration: underline;
}
a.Синий_под_ВК:hover
{
   color: #4682B4;
   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;
}
@media only screen and (min-width: 768px) and (max-width: 969px)
{
}
@media only screen and (max-width: 767px)
{
}
