@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700,700i|Roboto:300,400,500,700&subset=cyrillic');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
}
html{
  font-size: 1.6rem;
}
body{
	color: #000000;
	font-family: 'Roboto', sans-serif;
  	font-size: 0.75rem;
  	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.wrapp {
	max-width: 1100px;
	margin: 0 auto;

}
.block-1 {
	background: url(../img/bg1.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 50px;
}
.block-1_header {
	padding-top: 50px;
	text-align: center;
	font-size: 44px;
	font-family: 'Oswald', sans-serif;
	
	color:rgb(255, 213, 145);
	font-weight: normal;
	margin-bottom :50px;
}
.scroll {
	color:rgb(255, 213, 145);
	text-align: center;
	margin-top: 50px;
}
.fa-arrow-down {
	font-size: 30px;
	padding-top: 20px;
}
.flex {
	display: flex;
	justify-content: space-between;

  flex-wrap: wrap;
}
.block-1_photo {
	width: 49%;
	text-align: center;
}
.block-1_photo img {
	max-width: 400px;
	width: 100%;
}
.block-1_text {
	color: #fff;
	width: 49%;
}
p {
	margin-bottom: 20px;
}
.ussr {
	max-width:400px;
}
.ussr input{
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 7px 10px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 6px;
  border: 1px solid rgb(66, 185, 67);
  float: left;
  font-family: 'Roboto', sans-serif;

}
em {
	font-family: 'Rubik', sans-serif;
}
.ussr input[type=submit]{
  background-color: rgb(66, 185, 67);
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
   padding: 12px 0px;
   border: none;
}
.ussr input[type=submit]:hover{
  background-color: #58C159!important;
  color: #ffffff;
  border-color: #FFC000;
  
}
.video-container{
  position: relative;
  max-width: 800px;
  margin: 20px auto 50px;
}
.video-box{
  width: 100%;
  height: 0;
  padding-bottom: 57.25%;
}
.video-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.block-2 {
	background: url(../img/bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}
.block-2 .flex {
	justify-content: space-around;
}
.icon-btn {
	text-align: center;
	width: 160px;
	cursor: pointer;
	margin-bottom: 30px;
}
.icon-btn span {
	display: block;
	color:rgb(255, 255, 255);
	font-weight: 600;
	background-color:rgb(0, 160, 24);
	font-size: 15px;
	padding: 4px 0;
	width: 150px;
	margin: 0 auto;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2);
}

.icon-btn span:hover {
	background: #1FAC34;
}
.icon-btn img {
	height: 112px;
}
.icon-btn.off img {
	filter: grayscale(100%); 
	opacity: 0.7
}
.icon-btn.off span {
	display: block;
	color:rgb(255, 255, 255);
	font-weight: 600;
	background-color:rgb(96, 96, 96);
	font-size: 15px;
	padding: 4px 0;
	width: 150px;
	margin: 0 auto;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border: 1px solid rgba(0,0,0,0.2);
}
.icon-btn.off span:hover {
	background: #737373;
}

.block-3 {
	background: url(../img/bg2.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	text-align: center;
	font-size: 0.8rem;
}

.block-3 p {
	max-width: 700px;
	margin: 0 auto;
}
.table {
	display: table;
	
}
.td {
	display: table-cell;
	vertical-align: middle;
	
}
a {
	color: #337ab7!important;
	font-weight: bold;
	text-decoration: none;
}
.author-block .wrapp {
	max-width: 800px;
	color: #fff;
	padding-top: 50px;
}
.author-block .author-photo{
  max-width: 210px;
  margin-right: 20px;
  float: left;
}
.author-block .author-photo img{
  transform: scale(-1,1);
  border: 1px solid rgba(0,0,0,0.2);
  box-shadow: -2px 2px 5px rgba(0,0,0,0.4);
}
.author-block .author-text{}
.author-block .author-text ul{
  margin-top: 10px;
}
.author-block .author-text ul li {
	list-style: none;
	margin-bottom :15px;
}
.author-block h2 {
	text-align: center;
	margin-bottom: 20px;
}
.author-block img {

    max-width: 100%;
    border-style: none;

}


@media(max-width: 700px) {
.block-1_photo {
	width: 100%;
	text-align: center;
}
.block-1_text {
	color: #fff;
	width: 100%;
}
.block-1_header {
    padding-top: 30px;
    font-size: 34px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.block-1_photo img {

    max-width: 250px;
	margin-bottom: 20px;
}
.ussr {

    max-width: 100%;

}
}

@media(max-width: 400px) {
	.block-1_header {
    padding-top: 30px;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}
}