@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Stenberg';
    src: local('StenbergC'), url('StenbergC.woff2') format('woff2'), url('StenbergC.woff') format('woff'), url('StenbergC.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'StenbergInline';
    src: local('StenbergInlineC'), url('StenbergInlineC.woff2') format('woff2'), url('StenbergInlineC.woff') format('woff'), url('StenbergInlineC.ttf') format('truetype');
    font-style: normal;
}
body {
  margin: 0;
  /*background: #000; */
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('protest.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
	
	-webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-50deg) saturate(900%) contrast(0.9);
	filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-50deg) saturate(900%) contrast(0.9);
	
	/*-webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);*/
	
	/*filter: sepia(1) hue-rotate(200deg);*/
}
/*.stopfade { 
   opacity: .5;
}*/

.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;   
}

.block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#protest { 
  /*font-family: 'Stenberg', sans-serif;*/
  /*font-weight:400;*/ 
  background: rgba(0,0,0,0.3);
  color: white;
  /*padding: 2rem;*/
  /*width: 33%;*/
width: 80%;
  /*margin:2rem;*/
  /*float: right;*/
  /*font-size: 1.2rem;*/
z-index: 100;
	
border: 7px solid #d3a067;
border-top: none;
position: relative;	
padding: 50px;
	
}

#protest::before {
height: 7px;
content: '';
position: absolute;
width: 370px;
top: 0;
left: 0;
background: #d3a067;
}

#protest::after {
height: 7px;
content: '';
position: absolute;
width: 70px;
top: 0;
right: 0;
background: #d3a067;
}

h1 {
  /*font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;*/
}

text1 {
  font-family: 'Stenberg', sans-serif;
  font-size: 64px;
  text-align: left;
}

text2 {
  font-family: 'Stenberg', sans-serif;
  font-size: 64px;
  text-align: left;
  padding-left: 260px
}

text3 {
  font-family: 'StenbergInline', sans-serif;
  font-size: 100px;
  /*text-transform: uppercase;*/
  text-align: left;
  padding-left: 260px;
}
#wrapper {
	/*display: block;
	overflow: hidden;*/
}

.kartinka{
	margin: -30px;
	padding: 0;
}
.kartinka::after{
height: 300px;
content: '';
position: absolute;
width: 130px;
top: -50px;
right: 70px;
background: url('kulak_sm.png') no-repeat;
}

/*
a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:rgba(0,0,0,0.5);
  padding: .5rem;
  transition: .6s background; 
}
a:hover{
  background:rgba(0,0,0,0.9);
}
/*
@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(protest.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}
*/