@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/roboto-black.eot');
	src: local('вє'), url('../fonts/roboto-black.woff') format('woff'), url('../fonts/roboto-black.svg') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/roboto-bold.eot');
	src: local('вє'), url('../fonts/roboto-bold.woff') format('woff'), url('../fonts/roboto-bold.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family: '__Roboto_5';
	src: url('../fonts/roboto-italic.eot');
	src: local('вє'), url('../fonts/roboto-italic.woff') format('woff'), url('../fonts/roboto-italic.svg') format('svg');
	font-weight: 400;
	font-style: italic;
}

body {
    background-image: none;
    border-style: none;
    border-color: #000000;
    background-color: #000;
    margin:0;
    padding:0;
    font-family: '__Roboto_5';
}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

a:active{
  opacity: 0.7;
}

p{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  text-align: center;
}

h1{
  margin: 40px 0 30px 0;
}

h2 {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

div.none-full{
  max-width:1000px;
  width:80%;
  margin:0 auto;
}

.empty{
    width:100%;
    height: 20px;
}

#top1 {
    height: 65px;
    border-color: #000000;
    background: transparent url("../images/background2.jpg") no-repeat center center;
}

#top1 .phone1{
    float:left;
    line-height: 65px;
    font-size: 33px;
    color: #FFD300;
    font-family: '__Roboto_5';
    font-weight: 700;
    background: url("../images/mobile-phone.png") left center no-repeat;
    background-size: 16px 26px;
    padding: 0 0 0 30px;
}

#top1 .phone2{
    float:right;
    line-height: 65px;
    font-size: 33px;
    color: #FFD300;
    font-family: '__Roboto_5';
    font-weight: 700;
    background: url("../images/home-phone.png") left center no-repeat;
    background-size: 21px 26px;
    padding: 0 0 0 30px;
}

#slide{
    background: url("../images/background4.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 635px;
    position: relative;
}

#slide > div{
    border-color: #000000;
    font-family: '__Roboto_5';
    font-weight: 700;
    background: url("../images/pattern.png") repeat-y center center;
    height: 100%;
    width: 100%;
}

div.top-deviz{
    background: url("../images/line.png") center center no-repeat;
    background-size: contain;
    width: 650px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
}  

div.top-deviz h1{
    line-height: 100px;
    margin: 0;
    padding: 0;
}  

div.top-deviz > span{
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 1);
}  

div.top-deviz > span > span{
    color: #FFD300;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 1);
    text-transform: uppercase;
    font-weight: 700;
}  

.anim_block{
    position: relative;
    color: #fff;
}

.anim_block > div{
    text-align: center;
    background-size: 90px 90px;
    padding-top: 100px;
    width: 170px;
    position: absolute;
    z-index: 10;
    -webkit-animation-delay: none; /* Chrome, Safari, Opera */
    animation-delay: none;
    opacity: 0;
}

div.maxweight{
    background: url("../images/maxweight-icon.png") center top no-repeat;
    background-size: 90px;
    left: -250px;
    top: -30px;
}

div.watches{
    background: url("../images/watches-icon.png") center top no-repeat;
    background-size: 90px;
    right: -270px;
    top: -30px;
}

div.car{
    background: url("../images/car-icon.png") center top no-repeat;
    background-size: 90px;
    left: -280px;
    top: 130px;
}

div.superman{
    background: url("../images/superman-icon.png") center top no-repeat;
    background-size: 90px;
    right: -300px;
    top: 130px;
}

div.moto{
    background: url("../images/moto-icon.png") center top no-repeat;
    background-size: 90px;
    left: -330px;
    top: 290px;
}

div.money{
    background: url("../images/money-icon.png") center top no-repeat;
    background-size: 90px;
    right: -340px;
    top: 290px;
}

div.evakuator67{
    background: url("../images/evakuator67.png") center center no-repeat;
    left: -280px;
    top: 50px;
    width: 800px;
    height: 351px;
    -webkit-animation: mymove3 2s forwards; /* Chrome, Safari, Opera */
    animation: mymove3 2s forwards;    
}

body div.maxweight, body div.car, body div.moto{
    -webkit-animation: mymove1 2s forwards; /* Chrome, Safari, Opera */
    animation: mymove1 2s forwards;    
}
body div.watches, body div.superman, body div.money{
    -webkit-animation: mymove2 2s forwards; /* Chrome, Safari, Opera */
    animation: mymove2 2s forwards;    
}


@keyframes mymove1 {
    100% {
      transform: translate(300px, 50px) rotate(0deg);
      -webkit-transform: translate(300px, 50px) rotate(0deg);
      -o-transform: translate(300px, 50px) rotate(0deg);
      -moz-transform: translate(300px, 50px) rotate(0deg);
      opacity: 1;
    }
}
 
@-webkit-keyframes mymove1 {
    100% {
      transform: translate(300px, 50px) rotate(0deg);
      -webkit-transform: translate(300px, 50px) rotate(0deg);
      -o-transform: translate(300px, 50px) rotate(0deg);
      -moz-transform: translate(300px, 50px) rotate(0deg);
      opacity: 1;
    }
}

@keyframes mymove2 {
    100% {
      transform: translate(-300px, 50px) rotate(0deg);
      -webkit-transform: translate(-300px, 50px) rotate(0deg);
      -o-transform: translate(-300px, 50px) rotate(0deg);
      -moz-transform: translate(-300px, 50px) rotate(0deg);
      opacity: 1;  
    }
}
 
@-webkit-keyframes mymove2 {
    100% {
      transform: translate(-300px, 50px) rotate(0deg);
      -webkit-transform: translate(-300px, 50px) rotate(0deg);
      -o-transform: translate(-300px, 50px) rotate(0deg);
      -moz-transform: translate(-300px, 50px) rotate(0deg);
      opacity: 1;  
    }
}

@keyframes mymove3 {
    100% {
      transform: translate(390px, 80px) rotate(3deg);
      -webkit-transform: translate(390px, 80px) rotate(3deg);
      -o-transform: translate(390px, 80px) rotate(3deg);
      -moz-transform: translate(390px, 80px) rotate(3deg);
      opacity: 1;
    }
}
 
@-webkit-keyframes mymove3 {
    100% {
      transform: translate(390px, 80px) rotate(3deg);
      -webkit-transform: translate(390px, 80px) rotate(3deg);
      -o-transform: translate(390px, 80px) rotate(3deg);
      -moz-transform: translate(390px, 80px) rotate(3deg);
      opacity: 1;
    }
}

div#top2{
  border-color: #000000;
  background: transparent url("../images/background2.jpg") no-repeat center center;
  text-align: center;
  font-size: 26px;
  line-height: 65px;
}

div#top2 > span{
  color: #fff;
  text-transform: uppercase;
}

div#top2 > a{
  color: #FFD300;
}

#evk67 {
    padding: 0%;
    width: 100%;
    background: #FFD300;
    line-height: 1.5em;
    font-family: inherit;
    font-size: 12pt;
    text-align: justify;
    font-weight: bold;
    margin-left: 0%;
    border-bottom: 1px solid #000;
}

#evk67 > div {
    padding: 30px 10% 40px;
    width: 80%;
}

div#lozung1{
    z-index: 15;
    min-height: 266px;
    border-color: #000000;
    background: #CE3201 url("../images/background.png") no-repeat center center;
}  

div#lozung1 div.img{
    background: url("../images/evakuator2.png") no-repeat center center;
    width: 589px;
    height:195px;
    float: left;
    margin: 35px 0 0 -100px;
}

div#lozung1 div.text{
    margin-top: 25px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.26);
    font-size: 40px;
    width: 470px;
    float: right;
    text-align: center;
    color: #fff;
}

div#lozung1 h2 {
    font-size: 34px;
}

div#lozung1 div.text > span{
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.45);
    line-height: 34px;
    font-size: 26px;
    color: #5F0D0D;
}

div#lozung1 div.text > span > span{
    color: #FFD300;
}

div#request{
  width: 100%;
  background: #fff;
  padding: 20px 0;
  display: inline-block;
}

div#request div.block > div {
    float: left;
    width: 670px;
    margin-left: 30px;
}

div#request div.block > img{
  float: left;  
}

div#request .request-name{
    background-color: #D44D0C;
    line-height: 40px;
    font-size: 21px;
    padding-left: 20px;
    color: #fff;
    font-weight: 700;
}

div#request .request-auto{
    line-height: 50px;
    padding:10px 0;
    font-size: 18px;
    font-weight: 700;
}

div#request .request-auto img{
    float: left;
    margin-right: 10px;
}

div#request .request-auto span{
    line-height: 50px;
}

div#request .request-text{
  line-height: 25px;
  font-size: 17px;
  font-style: italic;
  border-top:1px dashed #555;
  padding-top:10px;
}

div#request .block {
    display: inline-block;
    margin: 5px 0 20px 0;
}

div#lozung2{
    z-index: 15;
    min-height: 266px;
    border-color: #000000;
    background: #CE3201 url("../images/background3.jpg") no-repeat center center;
}  

div#lozung2 div.text{
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.26);
    font-size: 40px;
    text-align: center;
    padding: 40px 0 10px 0px;
}

div#lozung2 div.text > span{
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.45);
    line-height: 34px;
    font-size: 34px;
    color: #FFD200;
}

div#lozung2 div.text > p{
    background: url("../images/line.png") center center no-repeat;
    background-size: contain;
    line-height: 100px;
}



div#reload{
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
  opacity:0;
}

div#reloadn{
  content: " ";
  /* width: 60%; */
  position: fixed;
  top: calc(50% - 190px);
  left: calc(50% - 300px);
  padding: 10px 20px;
  text-align:center;
}

  div#reloadn img{
    /* max-width: 70%; */
    height: auto;
    cursor: pointer;
  }
  div#reloadn p, div#reloadn span {
    font-size: 0.8em;
  }
  
div#reloadc{
	cursor:pointer;
	width: 50px;
	height: 50px;
	position: fixed;
	right: calc(20% - 65px);
  top: calc(50% - 301px);
	z-index: 1000;
}