@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@keyframes pop
{
   0% { transform: perspective(1px) rotateX(0deg) scale3d(1,1,1) ;  }
   100% { transform: perspective(1px) rotateX(0deg) scale3d(1.2,1.2,1.2) ;  }
}
@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) ;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes super-scaled-in
{
   0% { transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
@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) ;  }
}
@keyframes transform-tada
{
   0% { transform: rotate(0deg) ;  }
   10% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   20% { transform: rotate(-3deg) scale(0.9,0.9) ;  }
   30% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   40% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   50% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   60% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   70% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   80% { transform: rotate(-3deg) scale(1.1,1.1) ;  }
   90% { transform: rotate(3deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.style_white_whiteline
{
   color: #FBFBFB;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style_white_whiteline::after,
a.style_white_whiteline::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 1px;
   background: #FBFBFB;
   opacity: 0;
   transition: all 300ms linear;
}
a.style_white_whiteline::before
{
   top: -1px;
   transform: translateY(-10px);
}
a.style_white_whiteline::after
{
   bottom: -1px;
   transform: translateY(10px);
}
a.style_white_whiteline:hover::after,
a.style_white_whiteline:hover::before
{
   background: #FBFBFB;
   opacity: 1;
   transform: translateY(0px);
}
a.style_white_whiteline:visited
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white_whiteline:active
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white_whiteline:hover
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_black_blackline
{
   color: #232323;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.style_black_blackline::after,
a.style_black_blackline::before
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   width: 100%;
   height: 1px;
   background: #232323;
   opacity: 0;
   transition: all 300ms linear;
}
a.style_black_blackline::before
{
   top: -1px;
   transform: translateY(-10px);
}
a.style_black_blackline::after
{
   bottom: -1px;
   transform: translateY(10px);
}
a.style_black_blackline:hover::after,
a.style_black_blackline:hover::before
{
   background: #232323;
   opacity: 1;
   transform: translateY(0px);
}
a.style_black_blackline:visited
{
   color: #232323;
   text-decoration: none;
}
a.style_black_blackline:active
{
   color: #232323;
   text-decoration: none;
}
a.style_black_blackline:hover
{
   color: #232323;
   text-decoration: none;
}
a.style_white
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white:visited
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white:active
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white:hover
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_black
{
   color: #232323;
   text-decoration: none;
}
a.style_black:visited
{
   color: #232323;
   text-decoration: none;
}
a.style_black:active
{
   color: #232323;
   text-decoration: none;
}
a.style_black:hover
{
   color: #232323;
   text-decoration: none;
}
a.style_white_orange
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white_orange:visited
{
   color: #FBFBFB;
   text-decoration: none;
}
a.style_white_orange:active
{
   color: #FF8C00;
   text-decoration: none;
}
a.style_white_orange:hover
{
   color: #FF8C00;
   text-decoration: none;
}
a.style_orange
{
   color: #C65204;
   font-weight: bold;
   text-decoration: none;
}
a.style_orange:visited
{
   color: #C65204;
   font-weight: bold;
   text-decoration: none;
}
a.style_orange:active
{
   color: #C65204;
   font-weight: bold;
   text-decoration: none;
}
a.style_orange:hover
{
   color: #C65204;
   font-weight: bold;
   text-decoration: underline;
}
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-weight: bold;
   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-weight: bold;
   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-weight: bold;
   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-weight: bold;
   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: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
@media only screen and (max-width: 969px)
{
}
html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   background-image: url('images/fon.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
   color: #232323;
   font-family: "Open Sans Condensed";
   font-weight: 300;
   font-size: 16px;
   line-height: 1.0;
   margin: 0;
   padding: 0;
}
a
{
   color: #232323;
   text-decoration: none;
}
a:active
{
   color: #FFA500;
}
a:hover
{
   color: #FFA500;
   text-decoration: none;
}
#Layer1
{
   background-color: #232323;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#Layer1
{
   display: inline-flex;
}
