@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);


.blog {
    background-color: #fafafa;
}
.container{
   width: 1250px;
    
}
.body{
   min-width: 1250px;
   
}
h1, h2, h3, p, a, body {
font-family: 'Roboto Condensed', sans-serif;}

p{
    margin: 0 0 10px 0;
}
.grayBr5{
     border: 5px solid #dadada;
}
.center{
    text-align: center;
}
.uppercase{
    text-transform: uppercase;
}
.border_red{
    border-top: 1px solid #d8251c;
}
.text_red{
    color: #d8251c; 
}
/*Heading*/
.heading{
    padding-top: 60px;
    height: 634px;
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    background-image: url(../images/bg_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading_contact--p{
    font-size: 24px;
    color: #e99d18;
    line-height: 31px;
}
.heading_contact--a{
    color: #e99d18;
    font-size: 18px;
}
.heading_contact--a:hover{
    color: #e99d18;
}

.contact_p{
   
}

.contact_icon{
    float: left;
    padding-top: 6px;
    margin-right: 10px;
}


/*Heading End*/

/*Menu*/

.menu a{
    color: #fff;
}
.menu .nav-pills > li.active > a, .menu .nav-pills > li.active > a:hover, .menu .nav-pills > li.active > a:focus {
    color: #ffac1b;
}
/*Menu End*/

/*Middle*/

.middle{
    background-image: url(../images/bg_02.jpg);
    height: 697px;
}

.middle img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 10px solid #fff;
}

.middle_content p{
    font-family: 'Roboto';
    font-size: 24px;
    color: white;
    margin-top: 30px;
    margin-bottom: 35px;
    
}

.pad_top70{
    padding-top: 70px;
}


/*Middle End*/

/*Content_site*/

.content_site_img{
    max-width: inherit;
    width: 100%;
    height: 100%;
}

.readmore{
    text-align: right;
}

.readmore a{
    text-decoration: underline;
}
/*Content_site End*/





/*Form*/

.form{
    background-image: url(../images/bg_03.jpg);
    height: 525px;
}

.form_p{
    color: #383838;
    font-size: 40px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding-top: 130px 
}

.form_strelka{
    font-size: 55px;
    color: #ff0000;
    
}
.form_button{
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #fff;
    background-color: #ff0000;
    padding: 25px 55px;
    line-height: 0;
}
.margin_top60{
    margin-top: 60px;
}
/*Form End*/

/*Footer*/
.footer{
    background-image: url(../images/bg_04.jpg);
    height: 275px;
    padding-top: 100px;
}
.heading_slogan {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
margin-top: -20px;}
/*Footer End*/

/*TEMP*/
.menu{
    height: 50px;
}

a.bott {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: #D8251C;
  box-shadow: 0 -3px #a11c15 inset;
  transition: 0.2s;

} 
a.bott:hover { background: #a11c15; }
a.bott:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

.player { width:560px; height:370px}