
/* animation
=================================*/
@keyframes clouds {
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(3deg);}
    100% {transform: rotate(0deg);}
}
@keyframes servers {
    0%   {top:-3px;}
    50%  {top:5px;}
    100% {top:-3px;}
}
@keyframes imgnews {
    0%   {left:0px;}
    50%  {left:-100px;}
    100% {left:0px;}
}
/* font-face
================================= */
@font-face
{
    font-family: "Roboto-Medium";
    src: url(fonts/Roboto-Medium.ttf);
}
@font-face
{
    font-family: "Roboto-Regular";
    src: url(fonts/Roboto-Regular.ttf);
}
@font-face
{
    font-family: "Roboto-Thin";
    src: url(fonts/Roboto-Thin.ttf);
}
@font-face
{
    font-family: "Roboto-Bold";
    src: url(fonts/Roboto-Bold.ttf);
}
@font-face
{
    font-family: "Roboto-Light";
    src: url(fonts/Roboto-Light.ttf);
}
@font-face
{
    font-family: "Anonymous-Pro";
    src: url(fonts/Anonymous_Pro.ttf);
}
@font-face
{
    font-family: "Anonymous-Pro";
    src: url(fonts/Anonymous_Pro.ttf);
}
@font-face
{
  font-family: "Chewy";
  src: url(fonts/Chewy.ttf);
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html,
body {
  height: 100%;
  background: url(img/bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.content {
  padding-bottom: 90px;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background:rgba(0,0,0,.6);
}
/*header*/
#header
{
  height: 50px;
  width: 100%;
  background:rgba(50,50,50,1);
}

/*Topic
==============================*/
#Mtopic
{
  width: 470px;
  height: 100px;
  font-family: "Roboto-Regular";
  font-size: 32pt;
  color: rgba(0,0,0,.8);
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  position: relative;
}
#Mtopic span
{
  width: 100px;
  display: block;
  font-size: 18pt;
  margin: 0 auto;
  margin-top: -10px;
}

/*content*/
.block
{
  position: relative;
  width: 960px;
  margin: 0 auto; 
  margin-top: 70px;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,.5)); /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax (must be last) */
  border-top: 2px solid;
  border-color: white;
}
h2
{
  font-family: "Roboto-Bold";
  font-size: 24pt;
  color: rgba(255,255,255,.8);
  padding: 30px;
  padding-left: 70px;
  padding-bottom: 10px;
}
h2 span
{
  font-family: "Roboto-Thin";
}
h2#ordTopicBlock
{
  position: relative;
}
span#ordTopicBlock
{
  position: absolute;
  top: 55px;
  right: 88px;
}
.block p 
{
  width: 850px;
  font-family: "Roboto-Thin";
  color: rgba(255,255,255,.8);
  padding-left: 40px;
  text-indent:30px;
  text-align:justify;
}
/* AboutUs
======================================== */
#AboutUsBlock
{
  height: 556px;
  margin-top: 20px;
}
ul#listfirst
{
  float: left;
  padding-top: 25px;
  float: left;
  width: 560px;
  font-family: "Roboto-Regular";
  font-size: 12pt;
  color: rgba(255,255,255,.8);
  text-align:justify;
}
.viewmore
{
  position: absolute;
  bottom: 0;
  left: 45%;
  font-family: "Roboto-Light";
  font-size: 14pt;
  color: rgba(255,255,255,.8);
  text-decoration: none;
}
.viewmore:hover
{
  text-decoration: underline;
}
/* Order
=============================================
 */
#OrderBlock
{
  height: 700px;
}
#servdiv
{  
  height: 200px;
  width: 250px;
  float: left;
  position: relative;
  margin-top: 10px;
  margin-left: 60px;
}
img.servers
{
  height: 200px;
  width: auto;
  opacity: .8;
  float: left;
  position: absolute;
}
img#left
{
}
img#right
{
  left: 116px;
  top:0px;
}
img#cat
{
  height: 200px;
  margin:40px;
  position: absolute;
  left: 30px;
  top:10px;
}
#servdiv img#right
{
  animation-name: servers;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}
#servdiv:hover img#right
{
  animation-play-state: running;
}
img#clouds
{
  height: 100px;
  position: absolute;
  left: 290px;
  animation-name: clouds;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
p#cloudsInscript
{
  font-family: "Chewy";
  font-size: 14pt;
  color: rgba(0,0,0,.8);
  position: absolute;
  left: 285px;
  top: 40px;
}
#catblock
{
  width: 100%;
  height: 250px;
  position: relative;
}
#catTextNear
{
  width: 555px;
  padding-top: 130px;
  padding-left: 330px;
}
table.orderbot
{
  margin: 0 auto;
  margin-top: 30px;
  width: 830px;
  border-spacing: 5px 1px;
}
table.orderbot tr:hover td
{
  background: rgba(255,255,255,.6);
  /* cursor: pointer; */
}
table.orderbot th
{
  font-family: "Roboto-Light";
  text-align: center;
  height: 40px;
  background: rgba(0,0,0,.6);
  color: rgba(255,255,255,.8);
}
table.orderbot td
{
  text-align: center;
  height: 40px;
  background: rgba(255,255,255,.7);
}
/* table.orderbot tr td:last-child
{
  background: rgba(0,0,0,.1);
  background-image: url(svg/order.svg);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: center;
  background-size: 45%;
}
table.orderbot tr td:last-child:hover
{
  background: rgba(255,255,255,.6);
  background-image: url(svg/order1.svg);
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: center;
  background-size: 45%;
}*/
/*News block
=========================================*/
#NewsBlock
{
  height: 600px;
}
.newssmalblock
{
  width: 820px;
  height: 250px;
  margin: 0 auto;
}
.ImgDivNews
{
  height: 200px;
  width: 200px;
  background: black;
  overflow: hidden;
  position: relative;
  float: left;
}
img.newsimg
{
  height: 200px;
  position: absolute;
  left: 0px;
}
.newssmalblock img.newsimg
{
  animation-name: imgnews;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
}
.newssmalblock:hover img.newsimg
{
  animation-play-state: running; 
}
h3.newsTopic
{
  float: left;
  font-family: "Roboto-Bold";
  font-size:18pt;
  color: rgba(255,255,255,.8);
  margin-left: 50px;
}
p.newsdetails
{
  float: left;
  width: 570px;
  margin-top: 20px;
  margin-left: 10px;
}
#NewsBlock .viewmore
{
  bottom: -20px;
}
/*Questions
=========================================*/
#questions
{
  height: 600px;
  margin-bottom: 50px;
}
.questTopic
{
  font-family: "Roboto-Bold";
  font-size:18pt;
  color: rgba(255,255,255,.8);
  margin:20px;
  margin-left: 68px;
  margin-bottom: 5px;
}
#questions .viewmore
{
  bottom: 20px;
}
/*footer
=========================================*/
table#contacts
{
  width: 950px;
  margin: 0 auto;
  margin-top: 5px;
  border-spacing: 10px 10px;
}
table#contacts td
{
  font-family: "Roboto-Light";
  font-size: 11pt;
  color: rgba(255,255,255,.8);
}
table#contacts td.first
{
  font-family: "Roboto-bold";
  text-align: left;
}
/*header
=========================================*/
#logo
{
  font-family: "Anonymous-Pro";
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  color: rgba(255,255,255,.8);
  width: 300px;
  height: 20px;
  padding: 14px;
  padding-left: 150px;
  display: inline-block;
}
#lang
{
  height: 50px;
  width: 50px;
  display: inline-block;
  float: right;
  text-align: center;
  margin-right: 50px;
  line-height: 50px;
  font-family: "Roboto-Regular";
  font-size: 12pt;
  color: rgba(255,255,255,.8);
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
#lang:focus
{
  height: 100px;
  pointer-events: none;
  transition:0.2s ease;
  -webkit-transition:0.2s ease;
}
#lang:focus .chocelang:first-child
{
  background: rgba(255,255,255,.8);
  color: rgba(0,0,0,.8);
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}
.chocelang
{
  cursor: pointer;
  background: rgba(0,0,0,.8);
}
#lang .chocelang:first-child
{
  background: none;
}
#lang .chocelang:hover:first-child
{
  background: rgba(255,255,255,.8);
  color: rgba(0,0,0,.8);
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}
#enter
{
  width: 70px;
  display: inline-block;
  float: right;
  padding: 13px;
  padding-right:150px;
  padding-top: 14px;
  font-family: "Roboto-bold";
  font-size: 12pt;
  color: rgba(255,255,255,.8);
  position: relative;
}
#enter:before
{
  -webkit-transition:all 0.1s ease-in-out;
  -moz-transition:all 0.1s ease-in-out;
  -o-transition:all 0.1s ease-in-out;
  transition:all 0.1s ease-in-out;
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  opacity: .8;
  position: absolute;
  left: -42px;
  top: 5px;

}
#enter:before
{
  background: url(svg/enter.svg) center no-repeat;
  opacity: .8;
}
#enter:hover,
#enter:hover:before
{
  color:rgba(255,255,255,1);
  opacity: 1;
}

/* manu */
#manu
{
  width: 100px;
  height: 150px;
  display: block;
  position: fixed;
  left: 30px;
  top: 43%;
}
#manu .option
{
  font-family: "Roboto-Light";
  font-size: 21px;
  color:rgba(255,255,255,.8);
  padding: 5px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  white-space:nowrap;
}
#manu .option:hover
{
  padding-left: 15px;
  border-left: 2px solid;
  border-color: rgba(255,255,255,.8);
}
#manu a
{
   text-decoration: none;
}

