@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;
}
#about
{
   display: flex;
   position: relative;
   min-height: 100vh;
   padding: 10px 10px 10px 40px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 10px 10px 20px 10px;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#PanelLayer
{
   background-color: #232323;
   background-image: none;
}
#PanelLayer_panel
{
   background-color: #232323;
   background-image: none;
   border-radius: 0px;
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
@media only screen and (max-width:320px) 
{
#PanelLayer
{
   width: 100% !important;
}
#PanelLayer_panel
{
   width: 100% !important;
}
body
{
   margin-left: 0 !important;
}
}
#wb_CssMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
}
#wb_CssMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_CssMenu2 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu2 a
{
   display: block;
   color: #D3D3D3;
   border: 0px solid #232323;
   border-radius: 0px;
   background-color: #232323;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 5px 0px 5px;
   vertical-align: middle;
   line-height: 40px;
   text-align: center;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover, #wb_CssMenu2 .active
{
   color: #FFFFFF;
   border: 0px solid #696969;
   background-color: #696969;
   background-image: none;
}
#wb_CssMenu2 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu2 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 8px solid #696969;
   border-radius: 50%;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text95 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text95 div
{
   text-align: center;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 20px 10px 40px 10px;
   margin: 0;
   text-align: justify;
}
#wb_Text1 div
{
   text-align: justify;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   padding: 20px 10px 0 10px;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Image2
{
   position: absolute;
   left: 48px;
   top: 45px;
   width: 139px;
   height: 139px;
   z-index: 4;
}
#wb_CssMenu2
{
   position: absolute;
   left: 0px;
   top: 236px;
   width: 250px;
   height: 200px;
   z-index: 3;
}
#PanelLayer
{
   text-align: center;
}
#wb_Text95
{
   position: absolute;
   left: 12px;
   top: 618px;
   width: 226px;
   height: 21px;
   visibility: hidden;
   text-align: center;
   z-index: 5;
}
#PanelLayer_Container
{
   width: 250px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('images/fon.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#about
{
   visibility: hidden;
   display: none;
}
#about
{
   min-height: 100vh;
   margin: 0;
   padding: 10px 10px 10px 40px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text2
{
   margin: 0;
   padding: 10px 10px 20px 10px;
}
#Timer1
{
   left: 998px;
   top: 724px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#PanelLayer
{
   left: 0px;
   top: 0px;
   width: 320px;
}
#PanelLayer_Container
{
   width: 320px;
}
#wb_CssMenu2
{
   left: 35px;
   top: 236px;
   width: 250px;
   height: 200px;
   visibility: visible;
   display: block;
   margin: 0;
   text-align: left;
}
#wb_CssMenu2 li
{
   width: 100%;
}
#wb_CssMenu2 a
{
   color: #D3D3D3;
   border: 0px solid #232323;
   border-radius: 0px;
   background-color: #232323;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 5px 0px 5px;
   line-height: 40px;
   text-align: center;
}
#wb_CssMenu2 li:hover a, #wb_CssMenu2 a:hover, #wb_CssMenu2 .active
{
   color: #FFFFFF;
   border: 0px solid #696969;
   background-color: #696969;
   background-image: none;
}
#wb_CssMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_Image2
{
   left: 83px;
   top: 54px;
   width: 139px;
   height: 139px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text95
{
   left: 47px;
   top: 618px;
   width: 226px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_Text95
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text1
{
   margin: 0;
   padding: 20px 10px 60px 10px;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
}
#wb_Text3
{
   margin: 0;
   padding: 20px 10px 0 10px;
}
}
body
{
    width: auto !important;
}
#container
{
    width: 100%;
    height: 100%;
}
#PanelLayer_Container, #PanelLayer
{
   height: 100%;
}
#wb_Copyrights
{
   top: auto !important;
   bottom: 20px;
}
