@font-face {
   font-family: "Cuprum";
   src: url('../');
   src: url('../?#iefix') format('embedded-opentype'), url('../#Cuprum') format('svg'), url('../cuprum_[allfont.ru].ttf') format('truetype'), url('../') format('woff');
}
@font-face {
   font-family: "Material Icons";
   font-style: normal;
   font-weight: 400;
   src: local('Material Icons'), local('MaterialIcons-Regular'), url(../MaterialIcons-Regular.woff2) format('woff2'), url(../MaterialIcons-Regular.woff) format('woff'), url(../MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   direction: ltr;
   display: inline-block;
   font-family: "Material Icons";
   font-feature-settings: "liga";
   font-size: 24px;
   font-style: normal;
   font-weight: normal;
   letter-spacing: normal;
   line-height: 1;
   text-rendering: optimizeLegibility;
   text-transform: none;
   white-space: nowrap;
   word-wrap: normal;
}
@-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);
}
}
@-o-keyframes transform-bounce-in {
0% {
   -o-transform: rotate(0deg) scale(0.3,0.3);
   opacity: 0;
}
50% {
   -o-transform: rotate(0deg) scale(1.05,1.05);
   opacity: 1;
}
70% {
   -o-transform: rotate(0deg) scale(0.9,0.9);
}
100% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-ms-keyframes transform-bounce-in {
0% {
   -ms-transform: rotate(0deg) scale(0.3,0.3);
   opacity: 0;
}
50% {
   -ms-transform: rotate(0deg) scale(1.05,1.05);
   opacity: 1;
}
70% {
   -ms-transform: rotate(0deg) scale(0.9,0.9);
}
100% {
   -ms-transform: rotate(0deg) scale(1.0,1.0);
}
}
@keyframes transform-bounce-in {
0% {
   opacity: 0;
   transform: rotate(0deg) scale(0.3,0.3);
}
50% {
   opacity: 1;
   transform: rotate(0deg) scale(1.05,1.05);
}
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);
}
}
@-o-keyframes transform-pulse {
0% {
   -o-transform: rotate(0deg);
}
50% {
   -o-transform: rotate(0deg) scale(1.1,1.1);
}
100% {
   -o-transform: rotate(0deg) scale(1.0,1.0);
}
}
@-ms-keyframes transform-pulse {
0% {
   -ms-transform: rotate(0deg);
}
50% {
   -ms-transform: rotate(0deg) scale(1.1,1.1);
}
100% {
   -ms-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);
}
}
a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #800080;
}
a:active {
   color: #FF0000;
}
a:hover {
   color: #0000FF;
   text-decoration: underline;
}
a.style_menu_ {
   -moz-transition: all 300ms linear;
   -webkit-transition: all 300ms linear;
   color: #FFFFFF;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 300ms linear;
}
a.style_menu_::after {
   -moz-transition: all 300ms linear;
   -webkit-transition: all 300ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 2px;
   margin-top: 2px;
   transition: all 300ms linear;
   width: 0;
}
a.style_menu_:hover::after {
   background: #FFFFFF;
   width: 100%;
}
a.style_menu_:visited {
   color: #FFFFFF;
   text-decoration: none;
}
a.style_menu_:active {
   color: #FFFFFF;
   text-decoration: none;
}
a.style_menu_:hover {
   color: #FFFFFF;
   text-decoration: none;
}
a.style_1 {
   -moz-transition: all 300ms linear;
   -webkit-transition: all 300ms linear;
   color: #000000;
   display: inline-block;
   position: relative;
   text-decoration: none;
   transition: all 300ms linear;
}
a.style_1::after {
   -moz-transition: all 300ms linear;
   -webkit-transition: all 300ms linear;
   background: transparent;
   content: "";
   display: block;
   height: 2px;
   margin: auto;
   margin-top: 2px;
   transition: all 300ms linear;
   width: 0;
}
a.style_1:hover::after {
   background: #0C5F0C;
   width: 100%;
}
a.style_1:visited {
   color: #000000;
   text-decoration: none;
}
a.style_1:active {
   color: #000000;
   text-decoration: none;
}
a.style_1:hover {
   color: #0C5F0C;
   text-decoration: none;
}
h1 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #000080;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
