html {
    height:100%;
    width: 100%;
	margin: 0;
	padding: 0;
    font-family: "iskra",sans-serif;
    font-style: normal;
    font-weight: 300; 
    font-size: 14px;
    background: #3b1f1a;
}
body {
    width:100%;
    height: 100%;
    margin:0;
    padding:0;
}
H1 {
    font-size: 300%;
    font-weight:400;
    text-transform: uppercase;
    color: #100807;
}
H2 {
    font-size: 300%;
    font-style: italic;
    font-weight:400;
    color: #fff;
}
H3 {
    font-size: 195%;
    font-weight:400;
    text-transform: uppercase;
    color: #fff;
}
H4 {

}

p {
    font-size: 150%;
    font-weight:300;
    text-indent: 50px;
}
b{
    color: #ccc;
    font-weight: 400;
}

div#container {
    width:100%;
    height: 100%;
    margin:0;
    padding:0;
}
div#container > div {
    width:100%;   
}

/********КОНТАКТЫ********/
#feedback-form {
    color: #bbb;
    max-width: 400px;
    padding: 2% 0;
}
#feedback-form input, #feedback-form textarea {
    color: #020101;
    background-color: #f3f3f3;
    width: 100%;
    box-sizing: border-box;
    margin: 2px 0 4% 0;
    padding: 0px 7px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
    overflow: auto;
}
#feedback-form [required]:hover {
    border-color: #533;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
    outline: none;
    border-color: #533;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.2) inset, 0 0 4px rgba(243,75,50,.5);
    transition: .2s linear;
}
#feedback-form [type="submit"] {
    width:auto;
    float:right;
    font-family: "iskra",sans-serif;
    font-weight: 300;
    padding: 0 2% 2% 2%;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2) inset;
    background: #322;
    color: #ccc;
    font-size: 120%;
    cursor: pointer;
}
#feedback-form [type="submit"]:hover {
    background: #533;
}
#feedback-form [type="submit"]:focus {
    box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
    outline:none;
}
#feedback-form span{
    display:block;
    color: #bbb;
    font-size: 90%;
    font-style:italic;
    margin-top: -5%;
}

#contact{
	background: url('/img/contact_bg.jpg') repeat;
	width:100%;
	min-height:50px;
    min-width: 450px;
	position:fixed;
	top:0;
	margin-top:0;
	z-index:5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#shadow{
    background-color: rgba(0,0,0,0.75);
    display:none;
    height:100%;
    width:100%;
    position:fixed;
    z-index: 4;
}
.slide_content{
    margin-top: -30%;
    width:100%;
}
.slide_content > div{
    padding: 0 2%;
    height: 100%;
    width:50%;
    box-sizing:border-box;
    float:left;
    margin-bottom: 60px;
}
.left {
    text-align:right;
    color: #999;
}
.left span{
    font-size: 125%;
    font-weight: 300;
}
.left img{
    width: 200px;
    text-align:right;
    margin-bottom: 30px;
}
#contact .slide{
    background-color:#6e1d0d;
	height:50px;
    width:100%;
	cursor:pointer;
    position:absolute;
    bottom:0;
    text-align:center;
}
#contact .slide:hover{
    background: linear-gradient(to right, #4e180d , #6e1d0d 45%, #6e1d0d 55%, #4e180d);
}
#contact .slide h3{
    display:inline-block;
	text-align:center;
    margin: 0px 0 0 0;
    padding-bottom: 4px;
    border-bottom: 1px solid;
}

#contact .arrow{
	background:url('/img/slide_ico.png') no-repeat;
	float:right;
	width:58px;
	height:31px;
	position:absolute;
    bottom:-14px;
    padding-bottom: 50px;  
    left:50%; 
    margin-left:-29px;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in 0;
     -moz-transition: all 0.2s ease-in 0;
     -o-transition: all 0.2s ease-in 0;
     transition: all 0.2s ease-in 0;
    -moz-transform: rotate(0deg); /* Для Firefox */
    -ms-transform: rotate(0deg); /* Для IE */
    -webkit-transform: rotate(0deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(0deg); /* Для Opera */
    transform: rotate(0deg);
}

#contact .arrow.down{ 
-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);}
#contact .arrow.up{ background-position: bottom;}
#contact .slide:hover .up{ margin-bottom:-6px;}

#tel{
    font-size: 220%;
    font-weight:400;
    text-transform: uppercase;
    color: #fff;
    position:absolute;
    right: 6%;
    top: 0px;
}


/********ПЕРВЫЙ********/

div#first {
    height: 100%;
    background-size:cover;
    position:relative;
}
div#first_bg {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(/img/BG_1.jpg);
    background-position: center center;
    background-size:cover;
    z-index: -2;
}
div#first_bg2 {
    height: 100%;
    width: 100%;
    position: absolute;
    background: url(/img/BG_2.jpg);
    background-position: center center;
    background-size:cover;
    z-index: -1;
    opacity: 0;
}
#fir1 {
    width:100%;
    background: linear-gradient(to top, rgba(255,255,255,0.95) 15%, rgba(255,255,255,0));
    text-align: center; 
    padding-top: 50px;
}
#fir1 h1{
    text-align: center;
    padding: 50px;
    margin: 0 0 50px;
}
#fir1 p {
    display:inline-block;
    text-align: center;   
    width: 23%;
    margin: 0 1% 1%;
    text-indent: 0;
}
#fir2 {
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    position:absolute;
    bottom: 0; 
}
#fir2 img{
    display:block;
    margin: 13% auto 10%;
    width: 400px;
}
/********ВТОРОЙ********/
div#second {
    width: 100%;
    min-height: 300px;
    background: url(/img/second.jpg);
    background-position: center top;
    background-size:cover;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}
div#second > div {
    overflow: hidden;
}
#sec1 .zag {
    background: url(/img/z1.png) 50% 50% no-repeat;
}
#sec2 .zag {
    background: url(/img/z2.png) 50% 50% no-repeat;
}
#second .zag {
    margin: 50px 0 20px;
    padding: 10px 0;
    width:auto;
    text-align:center;
}
#second .zag h2{
    color: #edcfb7;
    display:inline-block;
    margin: 0 0 20px;
}
#second .pic {
    width: 50%;
    display:block;
    float: left;
    text-align:center;
    padding-top: 30px;
}
#second .pic img{
    display:inline-block;
    width: 65%;
}
#second .text {
    background: linear-gradient(to left, rgba(9,5,3,0.8), rgba(9,5,3,0.4));
    display:block;
    width: 50%;
    float: right;
}
#second .text p {
    font-size: 145%;
    max-width: 70%;
    margin: 30px 30px 50px;
    color: #fff;
    font-style:italic;
}
#second .text ul {
    font-size: 150%;
    margin: 30px;
    color: #edcfb7;
}
#second .text ul li{
    margin-bottom: 15px;
}
#second #sec1{
    margin-bottom: 50px;
}
#second #sec2{   
    /*Видео* margin-bottom: 400px;*/
    margin-bottom: 150px;
}
#second #photo{
    width: 100%;
    min-height: 250px;
    margin-bottom: 50px;
    text-align:center;
}#second #photo img{
    width: 85%;
}
.coal_down{
    background: url(/img/coal_down.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    min-height: 450px;
    position:absolute;
    bottom: 0;
    text-align:center;
}
#second #video div{
    display: inline-block;
    background: #ddd;
    min-width: 400px;
    min-height: 300px;
    margin: 5%;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
/********ТРЕТИЙ********/
div#third {
    background: url(/img/third.jpg);
    background-position: center top;
    background-size:cover;
    overflow: hidden;
    height: auto;
}
div#third > div {
    height: 100%;
    overflow: hidden;
    margin: auto;
}
#third .pic {
    width: 50%;
    display:block;
    float: left;
    text-align:center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#third .pic img{
    display:inline-block;
    width: 350px;
    /*border-radius: 999px;
    -moz-border-radius: 999px; 
    -webkit-border-radius: 999px;*/
    border: 10px #fff solid;
    box-shadow: 1px 2px 15px rgba(56,16,3,0.5);
}
#third .text {
    margin: 1.5% 0;
    display:block;
    width: 50%;
    float: right;
}
#third .text ul {
    font-size: 175%;
    font-weight: 400;
    margin: 3% 10% 3% 0;
    font-style: italic;
    color: #6e1d0d;
    list-style: none;
}
#third .text ul li{
    margin-bottom: 2%;
    position: relative;
}
#third .text ul li:after{
    content: '\2714';
	position: absolute;
	top: 0;
	left: -50px;
}
/********ЧЕТВЕРТЫЙ********/
div#fourth {
    min-height: 300px;
    background: url(/img/fourth.jpg);
    background-position: center top;
    background-size:cover;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}
div#fourth > div {
    overflow: hidden;
}
#fou1 .zag {
    background: url(/img/z3.png) 50% 50% no-repeat;
}
#fou2 .zag {
    background: url(/img/z4.png) 50% 50% no-repeat;
}
#fourth .zag {
    margin: 50px 0 20px;
    padding: 10px 0;
    width:auto;
    text-align:center;
}
#fourth .zag h2{
    display:inline-block;
    margin: 0 0 20px;
    color: #6e1d0d;
}
#fourth .pic {
    width: 50%;
    display:block;
    float: right;
    text-align:center;
    padding-top: 30px;
}
#fourth .pic img{
    display:inline-block;
    width: 50%;
    border-radius: 999px;
    -moz-border-radius: 999px; 
    -webkit-border-radius: 999px;
    border: 10px #fff solid;
    box-shadow: 1px 2px 15px rgba(56,16,3,0.5);
}
#fourth .text {
    background: linear-gradient(to left, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
    display:block;
    width: 50%;
    float: left;
}
#fourth .text p {
    font-size: 125%;
    margin: 30px 30px 30px 15%;
    font-weight: 400;
    color: #000;
}
#fourth .text ul {
    font-size: 125%;
    margin: 30px 30px 30px 15%;
    color: #000;
    list-style: none;
    padding-left: 0;
}
#fourth .text ul li{
    text-indent: 50px;
    margin-bottom: 15px;
}
#fourth .text ul li b{
    color: #000;
}
#fourth #fou2{
    margin-bottom: 150px;
}
#fourth #fou2 .text p{
    font-weight: 300;
}
#fourth .italic{
    color:#6e1d0d;
    clear:both;
    width: 100%;
    padding: 3% 15%;
    text-align: center;
    font-weight: 400;
    box-sizing:border-box;
    font-style:italic;
}

/********ПЯТЫЙ********/
div#fifth{
     min-height: 850px;
    background: url(/img/fifth.jpg);
    background-position: center top;
    background-size:cover;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}
#fifth .zag {
    background: url(/img/z5.png) 50% 50% no-repeat;
    padding: 2% 0;
    margin: 50px 0 20px;
    width:auto;
    text-align:center;
}
#fifth .zag h2{
    display:inline-block;
    margin: 0 0 20px;
    color: #fff;
}
#fifth #green{
    margin: 0 auto;
    width: 1100px;
    text-align:center;
    position: relative;
    overflow:hidden;
}
#fifth #green p{
    display:inline-block;
    width: 60%;
    text-align: left;
    text-indent: 0;
    color: #ccc;
    font-size: 175%;
    font-style: italic;
    font-weight: 300;
    padding: 25px 0 50px 50px;
}
#fifth #green p b{
    color: #8fd95e;
}
#fifth #green img{
    margin-bottom: -50px;
}
#fifth .pic {
    margin: 5% auto;
    width: 1100px;
    text-align:center;
    position: relative;
}
#fifth .pic img {
    width: 100%;
    height:auto;
}
#fifth .pic p{
    color: #aaa;
    font-size: 175%;
    font-style: italic;
    font-weight: 300;
}
#fifth p.com1{
    position: absolute;
    top: 300px;
    left: 10px;
    width: 600px;
    text-align:left;
}
#fifth p.com2{
    position: absolute;
    bottom: 450px;
    right: 10px;
    width: 600px;
    text-align:right;
}

/*****************************************************1500*********************************************************/
@media only screen and (max-width: 1500px) and (min-width: 1201px){
    
html {
    font-size: 12px;
}
p {
    text-indent: 30px;
}
/********КОНТАКТЫ********/
#contact{
	min-height:40px;
    min-width: 400px;
}
#contact .slide{
	height:40px;
}
#contact .arrow{
    bottom:-17px;
    padding-bottom: 40px;  
}
#contact .slide:hover .up{ margin-bottom:-6px;}


/********ПЕРВЫЙ********/
div#first_bg {
    background: url(/img/BG_1_m1.jpg);
    background-position: center center;
    background-size:cover;
}
div#first_bg2 {
    background: url(/img/BG_2_m1.jpg);
    background-position: center center;
    background-size:cover;
}
#fir2 img{
    display:block;
    margin: 10% auto 15%;
    width: 300px;
}
#fir1 h1 {
    margin: 0;
}
#fir1 p {
    width: 30%;
}
/********ВТОРОЙ********/

div#second {
    background: url(/img/second_m1.jpg);
    background-position: center top;
    background-size:cover;
}
#sec1 .zag {
    background: url(/img/z1_m1.png) 50% 50% no-repeat;
}
#sec2 .zag {
    background: url(/img/z2_m1.png) 50% 50% no-repeat;
}
#second .zag {
    margin: 30px 0 15px;
    padding: 8px 0;
}
#second .zag h2{
    margin: 0 0 10px;
}
#second .pic {
    padding-top: 3%;
}
#second .pic img{
    width: 75%;
}
#second .text p {
    max-width: 90%;
    margin: 20px 20px 20px;
}
#second .text ul {
    margin: 20px;
}
.coal_down{
    background: url(/img/coal_down_m1.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
/********ТРЕТИЙ********/
div#third {
    background: url(/img/third_m1.jpg);
    background-position: center top;
    background-size:cover;
}
#third .pic {
    padding-top: 2%;
}
#third .pic img{
    width: 350px;
    border: 8px #fff solid;
}
#third .text ul {
}
/********ЧЕТВЕРТЫЙ********/
div#fourth {
    background: url(/img/fourth_m1.jpg);
    background-position: center top;
    background-size:cover;
}
#fou1 .zag {
    background: url(/img/z3_m1.png) 50% 50% no-repeat;
}
#fou2 .zag {
    background: url(/img/z4_m1.png) 50% 50% no-repeat;
}
#fourth .zag {
    margin: 30px 0 15px;
    padding: 8px 0;
}
#fourth .zag h2{
    margin: 0 0 10px;
}
#fourth .pic {
    padding-top:1%;
}
#fourth .pic img{
    width: 50%;
    border: 8px #fff solid;
}
#fourth .text p {
    margin: 12px 15px 20px 11%;
}
#fourth .text ul {
    margin: 10px 20px 20px 11%;
}
#fourth .text ul li{
    text-indent: 30px;
    margin-bottom: 15px;
}
#fourth #fou2{
    margin-bottom: 75px;
}

/********ПЯТЫЙ********/
div#fifth{
    min-height: 550px;
    background: url(/img/fifth_m1.jpg);
    background-position: center top;
    background-size:cover;
}
#fifth .zag {
    background: url(/img/z5_m1.png) 50% 50% no-repeat;
    padding: 2% 0;
    margin: 50px 0 15px;
}
#fifth .zag h2{
    margin: 0 0 10px;
}
#fifth #green{
    width: 800px;
}
#fifth #green p{
    width: 80%;
}
#fifth #green img{
    width: 10%;
    margin-bottom: -20px;
}
#fifth .pic {
    width: 800px;
}

#fifth p.com1{
    top: 200px;
    left: 10px;
    width: 450px;
}
#fifth p.com2{
    bottom: 250px;
    right: 10px;
    width: 450px;
}
}

/*****************************************************1200*********************************************************/
@media only screen and (max-width: 1200px) and (min-width: 981px){
    html {
    font-size: 11px;
}
p {
    text-indent: 25px;
}
/********КОНТАКТЫ********/
#contact{
	min-height:40px;
    min-width: 400px;
}
#contact .slide{
	height:40px;
}
#contact .arrow{
    bottom:-17px;
    padding-bottom: 40px;  
}
#contact .slide:hover .up{ margin-bottom:-6px;}


/********ПЕРВЫЙ********/
div#first_bg {
    background: url(/img/BG_1_m2.jpg);
    background-position: center center;
    background-size:cover;
}
div#first_bg2 {
    background: url(/img/BG_2_m2.jpg);
    background-position: center center;
    background-size:cover;
}
#fir2 img{
    display:block;
    margin: 10% auto 15%;
    width: 40%;
}
#fir1 h1 {
    margin: 0;
}
#fir1 p {
    width: 31%;
}
/********ВТОРОЙ********/

div#second {
    background: url(/img/second_m2.jpg);
    background-position: center top;
    background-size:cover;
}
#sec1 .zag {
    background: url(/img/z1_m1.png) 50% 50% no-repeat;
}
#sec2 .zag {
    background: url(/img/z2_m1.png) 50% 50% no-repeat;
}
#second .zag {
    margin: 30px 0 15px;
    padding: 8px 0;
}
#second .zag h2{
    margin: 0 0 10px;
}
#second .pic {
    padding-top: 7%;
}
#second .pic img{
    width: 90%;
}
#second .text p {
    max-width: 90%;
    margin: 20px 20px 20px;
}
#second .text ul {
    margin: 20px;
}
#second #sec2{
    /*Видео* margin-bottom: 200px;*/
    margin-bottom: 75px;
}
#second #photo{
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    text-align:center;
}#second #photo img{
    width: 65%;
}
.coal_down{
    background: url(/img/coal_down_m2.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    min-height: 300px;
    position:absolute;
    bottom: 0;
    text-align:center;
}
#second #video div{
    display: inline-block;
    background: #ddd;
    min-width: 300px;
    min-height: 200px;
    margin: 5%;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
/********ТРЕТИЙ********/
div#third {
    background: url(/img/third_m2.jpg);
    background-position: center top;
    background-size:cover;
}
#third .pic {
    padding-top: 3%;
}
#third .pic img{
    width: 350px;
    border: 6px #fff solid;
}
#third .text ul {
}
/********ЧЕТВЕРТЫЙ********/
div#fourth {
    background: url(/img/fourth_m2.jpg);
    background-position: center top;
    background-size:cover;
}
#fou1 .zag {
    background: url(/img/z3_m1.png) 50% 50% no-repeat;
}
#fou2 .zag {
    background: url(/img/z4_m1.png) 50% 50% no-repeat;
}
#fourth .zag {
    margin: 30px 0 15px;
    padding: 8px 0;
}
#fourth .zag h2{
    margin: 0 0 10px;
}
#fourth .pic {
    padding-top:3%;
}
#fourth .pic img{
    width: 70%;
    border: 6px #fff solid;
}
#fourth .text p {
    margin: 12px 15px 20px 11%;
}
#fourth .text ul {
    margin: 10px 20px 20px 11%;
}
#fourth .text ul li{
    text-indent: 25px;
    margin-bottom: 15px;
}
#fourth #fou2{
    margin-bottom: 50px;
}
/********ПЯТЫЙ********/
div#fifth{
    min-height: 550px;
    background: url(/img/fifth_m2.jpg);
    background-position: center top;
    background-size:cover;
}
#fifth .zag {
    background: url(/img/z5_m1.png) 50% 50% no-repeat;
    padding: 2% 0;
    margin: 50px 0 15px;
}
#fifth .zag h2{
    margin: 0 0 10px;
}
#fifth #green{
    width: 700px;
}
#fifth #green p{
    width: 80%;
}
#fifth #green img{
    width: 10%;
    margin-bottom: -20px;
}
#fifth .pic {
    width: 700px;
}

#fifth p.com1{
    top: 170px;
    left: 10px;
    width: 400px;
}
#fifth p.com2{
    bottom: 230px;
    right: 10px;
    width: 400px;
}
}

/*****************************************************980*********************************************************/
@media only screen and (max-width: 980px) and (min-width: 741px){
 html {
    font-size: 12px;
}
p {
    text-indent: 30px;
}
/********КОНТАКТЫ********/
#contact{
	min-height:40px;
    min-width: 400px;
}
#contact .slide{
	height:40px;
}
#contact .arrow{
    bottom:-17px;
    padding-bottom: 40px;  
}
#contact .slide:hover .up{ margin-bottom:-6px;}
.slide_content{
    margin-top: -40%;
}

/********ПЕРВЫЙ********/
div#first_bg {
    background: url(/img/BG_1_m3.jpg);
    background-position: center center;
    background-size:cover;
}
div#first_bg2 {
    background: url(/img/BG_2_m3.jpg);
    background-position: center center;
    background-size:cover;
}
#fir2 img{
    display:block;
    margin: 20% auto 15%;
    width: 50%;
}
#fir1 h1 {
    margin: 0;
}
#fir1 p {
    width: 75%;
    margin-bottom: 25px; 
}
/********ВТОРОЙ********/

div#second {
    background: url(/img/second_m3.jpg);
    background-position: center top;
    background-size:cover;
}
#sec1 .zag {
    background: url(/img/z1_m1.png) 50% 50% no-repeat;
}
#sec2 .zag {
    background: url(/img/z2_m1.png) 50% 50% no-repeat;
}
#second .zag {
    margin: 30px 0 15px;
    padding: 8px 0;
}
#second .zag h2{
    margin: 0 0 10px;
}
#second .pic {
    padding-top: 0;
    float:none;
    margin: 0 auto;
    width: 100%;
}
#second .pic img{
    width: 60%;
}
#second .text {
    background: linear-gradient(to left, rgba(9,5,3,0.8), rgba(9,5,3,0.4));
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0 10px;
}
#second .text p {
    max-width: 100%;
    margin: 20px 50px;
}
#second .text ul {
    margin: 20px 50px;
}
#second #sec2{
    /*Видео* margin-bottom: 200px;*/
    margin-bottom: 75px;
}
#second #photo{
    min-height: 100px;
    margin-bottom: 20px;
    text-align:center;
}#second #photo img{
    width: 85%;
}
.coal_down{
    background: url(/img/coal_down_m3.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    min-height: 300px;
    position:absolute;
    bottom: 0;
    text-align:center;
}
#second #video div{
    display: inline-block;
    background: #ddd;
    min-width: 300px;
    min-height: 200px;
    margin: 5%;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
/********ТРЕТИЙ********/
div#third {
    background: url(/img/third_m3.jpg);
    background-position: center top;
    background-size:cover;
}
#third .pic {
    width: 30%;
    display:block;
    float: left;
    text-align:center;
    padding-top: 30px;
}
#third .pic img{
    display:inline-block;
    width: 75%;
    border: 6px #fff solid;
}
#third .text {
    margin: 1.5% 0;
    display:block;
    width: 70%;
    float: right;
}
/********ЧЕТВЕРТЫЙ********/
div#fourth {
    background: url(/img/fourth_m3.jpg);
    background-position: center top;
    background-size:cover;
}
#fou1 .zag {
    background: url(/img/z3_m1.png) 50% 50% no-repeat;
}
#fou2 .zag {
    background: url(/img/z4_m1.png) 50% 50% no-repeat;
}
#fourth .zag {
    margin: 30px 0 15px;
    padding: 8px 0;
}
#fourth .zag h2{
    margin: 0 0 10px;
}
#fourth .pic {
    padding-top:3%;
}
#fourth .pic {
    width: 50%;
    display:block;
    float: none;
    text-align:center;
    padding-top: 30px;
    margin: 10px auto 50px;
}
#fourth .pic img{
    display:inline-block;
    width: 100%;
    border: 6px #fff solid;
}
#fourth .text {
    background: linear-gradient(to left, rgba(255,255,255,0.4), rgba(255,255,255,0.8));
    display:block;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
}
#fourth .text p {
    margin: 12px 50px 20px 50px;
}
#fourth .text ul {
    margin: 10px 50px 20px 50px;
}
#fourth .text ul li{
    text-indent: 30px;
    margin-bottom: 15px;
}
#fourth #fou2{
    margin-bottom: 50px;
}
/********ПЯТЫЙ********/
div#fifth{
    min-height: 550px;
    background: url(/img/fifth_m3.jpg);
    background-position: center top;
    background-size:cover;
}
#fifth .zag {
    background: url(/img/z5_m1.png) 50% 50% no-repeat;
    padding: 2% 0;
    margin: 50px 0 15px;
}
#fifth .zag h2{
    margin: 0 0 10px;
}
#fifth #green{
    width: 650px;
}
#fifth #green p{
    width: 80%;
}
#fifth #green img{
    width: 10%;
    margin-bottom: -20px;
}
#fifth .pic {
    width: 650px;
}
#fifth .pic p{
    color: #aaa;
    font-size: 150%;
}
#fifth p.com1{
    top: 150px;
    left: 10px;
    width: 350px;
}
#fifth p.com2{
    bottom: 220px;
    right: 10px;
    width: 350px;
}
}

/*****************************************************740*********************************************************/
@media only screen and (max-width: 740px){
html {
    font-size: 10px;
}
H1 {
    font-size: 200%;
}
H2 {
    font-size: 225%;
}
H3 {
    font-size: 175%;
}
p {
    text-indent: 30px;
}
/********КОНТАКТЫ********/
#contact{
	background: url('/img/contact_bg.jpg') repeat;
	width:100%;
	min-height:50px;
    min-width: 365px;
	position:relative;
	top:0;
	margin-top:0;
	z-index:5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow: hidden;
}
#shadow{
    background-color: rgba(0,0,0,0);
}
#contact .slide{
background-color:#6e1d0d;
	height:50px;
    width:100%;
    text-align: left;
}
#contact .slide:hover{
    background: #6e1d0d;
}
#contact .arrow{
    bottom: 5px;
    padding-bottom: 40px;  
}
#contact .slide:hover .up{ margin-bottom:-6px;}
.slide_content{
    margin-top: -250px;
}
#contact .slide h3{
    display:inline-block;
	text-align: left;
    margin: 10px 0 0 6%;
    padding-bottom: 4px;
    border-bottom: 0px;
}
#tel{
    font-size: 200%;
}
/********ПЕРВЫЙ********/

div#first {
    height: auto;
    background-size:cover;
    position:relative;
}
div#first #fir2{
    position:static;
}
div#first_bg {
    background: url(/img/BG_1_m4.jpg);
    background-position: center center;
    background-size:cover;
}
div#first_bg2 {
    background: url(/img/BG_2_m4.jpg);
    background-position: center center;
    background-size:cover;
}
#fir1 {
    background: linear-gradient(to top, rgba(255,255,255,0.95) 15%, rgba(255,255,255,0.4));
    padding-top: 0;
}
#fir2 img{
    display:block;
    margin: 5% auto 5%;
    width: 30%;
}
#fir1 h1 {
    margin: 0;
    padding: 20px;
}
#fir1 p {
    font-size: 100%;
    width: 31%;
    margin-bottom: 25px; 
}
/********ВТОРОЙ********/

div#second {
    background: url(/img/second_m4.jpg);
    background-position: center top;
    background-size:cover;
}
#sec1 .zag {
    background: url(/img/z1_m1.png) 50% 50% no-repeat;
}
#sec2 .zag {
    background: url(/img/z2_m1.png) 50% 50% no-repeat;
}
#second .zag {
    margin: 30px 0 15px;
    padding: 12px 0;
}
#second .zag h2{
    margin: 0 0 10px;
}
#second .pic {
    padding-top: 0;
    float:none;
    margin: 0 auto;
    width: 100%;
}
#second .pic img{
    width: 60%;
}
#second .text {
    background: linear-gradient(to left, rgba(9,5,3,0.8), rgba(9,5,3,0.4));
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0 10px;
}
#second .text p {
    max-width: 100%;
    margin: 20px 50px;
}
#second .text ul {
    margin: 20px 50px;
    padding: 0;
}
#second #sec2{
    /*Видео* margin-bottom: 250px;*/
    margin-bottom: 100px;
}
#second #photo{
    min-height: 100px;
    margin-bottom: 20px;
    text-align:center;
}#second #photo img{
    width: 85%;
}
.coal_down{
    background: url(/img/coal_down_m4.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    min-height: 300px;
    position:absolute;
    bottom: 0;
    text-align:center;
}
#second #video div{
    display: inline-block;
    background: #ddd;
    min-width: 40%;
    min-height: 150px;
    margin: 3%;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}
/********ТРЕТИЙ********/
div#third {
    background: url(/img/third_m4.jpg);
    background-position: center top;
    background-size:cover;
}
#third .pic {
    width: 30%;
    display:block;
    float: left;
    text-align:center;
    padding-top: 30px;
}
#third .pic img{
    display:inline-block;
    width: 75%;
    border: 6px #fff solid;
}
#third .text {
    margin: 1.5% 0;
    display:block;
    width: 70%;
    float: right;
}
#third .text ul {
    font-size: 150%;
}
#third .text ul li:after{
	left: -35px;
}
/********ЧЕТВЕРТЫЙ********/
div#fourth {
    background: url(/img/fourth_m4.jpg);
    background-position: center top;
    background-size:cover;
}
#fou1 .zag {
    background: url(/img/z3_m1.png) 50% 50% no-repeat;
}
#fou2 .zag {
    background: url(/img/z4_m1.png) 50% 50% no-repeat;
}
#fourth .zag {
    margin: 30px 0 15px;
    padding: 14px 0;
}
#fourth .zag h2{
    margin: 0 0 10px;
}
#fourth .pic {
    width: 50%;
    display:block;
    float: none;
    text-align:center;
    padding-top: 30px;
    margin: 10px auto 50px;
    padding-top:3%;
}
#fourth .pic img{
    width: 100%;
    border: 6px #fff solid;
}
#fourth .text {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
}
#fourth .text p {
    margin: 12px 50px 20px 50px;
}
#fourth .text ul {
    margin: 10px 50px 20px 50px;
}
#fourth .text ul li{
    text-indent: 30px;
    margin-bottom: 15px;
}
#fourth #fou2{
    margin-bottom: 0px;
}
/********ПЯТЫЙ********/
div#fifth{
    min-height: 550px;
    background: url(/img/fifth_m4.jpg);
    background-position: center top;
    background-size:cover;
}
#fifth .zag {
    background: url(/img/z5_m1.png) 50% 50% no-repeat;
    padding: 14px 0;
    margin: 50px 0 15px;
}
#fifth .zag h2{
    margin: 0 0 10px;
}
#fifth #green{
    width: 450px;
}
#fifth #green p{
    font-size: 130%;
    width: 75%;
}
#fifth #green img{
    width: 10%;
    margin-bottom: -10px;
}
#fifth .pic {
    width: 450px;
}
#fifth .pic p{
    color: #aaa;
    font-size: 130%;
}
#fifth p.com1{
    top: 110px;
    left: 10px;
    width: 250px;
}
#fifth p.com2{
    bottom: 150px;
    right: 10px;
    width: 250px;
}
}

/*****************************************************740portrait*********************************************************/
@media only screen and (max-width: 740px) and (orientation: portrait){

/********КОНТАКТЫ********/
#contact{
	background: url('/img/contact_bg.jpg') repeat;
	width:100%;
	min-height:100px;
    min-width: 300px;
	position:relative;
	top:0;
	margin-top:0;
	z-index:5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow: hidden;
}
#shadow{
    background-color: rgba(0,0,0,0);
}
#contact .slide{
background-color:#6e1d0d;
	height:100px;
    width:100%;
    text-align: center;
}
#contact .slide:hover{
    background: #6e1d0d;
}
.slide_content {
    padding-bottom: 125px;
}
.slide_content > div{
    padding: 0 2%;
    height: 100%;
    width:100%;
    box-sizing:border-box;
    float: none;
    margin-bottom: 30px;
}
.left {
    text-align: center;
    color: #999;
}
.left span{
    font-size: 150%;
}
#contact .arrow{
    bottom: 2px;
    padding-bottom: 100px;  
}
#contact .slide:hover .up{ margin-bottom:-6px;}
.slide_content{
    margin-top: -650px;
}
#contact .slide h3{
    display:inline-block;
	text-align: center;
    margin: 10px 0 0 0;
    padding-bottom: 4px;
    border-bottom: 1px solid;
}
#tel{
    margin-top: 8px;
    font-size: 200%;
    position:static;
    display:block;
}
/********ПЕРВЫЙ********/
div#first_bg {
    background: url(/img/BG_1_m4.jpg);
    background-position: 20% center;
    background-size:cover;
}
div#first_bg2 {
    background: url(/img/BG_2_m4.jpg);
    background-position: 20% center;
    background-size:cover;
}
#fir2 img{
    margin: 25% auto;
    width: 75%;
}
#fir1 p {
    font-size: 125%;
    width: 100%;
    margin-bottom: 10px; 
}
/********ВТОРОЙ********/

#second #sec1{
    margin-bottom: 20px;
}
#second .pic img{
    width: 75%;
}
#second .text {
    padding: 5px 0;
}
#second .text p {
    margin: 10px 15px;
}
#second .text ul {
    margin: 10px 15px;
    padding-left: 20px;
}
#second #sec2{
    /*Видео* margin-bottom: 275px;*/
    margin-bottom: 100px;
}
#second #photo{
    min-height: 100px;
    margin-bottom: 0px;
    text-align:center;
}#second #photo img{
    width: 85%;
}
#second #video div{
    min-width: 70%;
    margin: 0% 3% 20px;
}
/********ТРЕТИЙ********/
#third .pic {
    width: 100%;
    float: none;
}
#third .text {
    width: 100%;
    float: none;
}
#third .text ul li:after{
	left: -25px;
}
/********ЧЕТВЕРТЫЙ********/
#fourth .zag {
    margin: 30px 0 15px;
    padding: 14px 10px;
}
#fourth .pic {
    width: 75%;
    margin: 10px auto 20px;
}
#fourth .pic img{
    border: 8px #fff solid;
}
#fourth .text {
    padding: 5px 0;
}
#fourth .text p {
    margin: 10px 20px;
}
#fourth .text ul {
    margin: 10px 20px;
}
#fourth .text ul li{
    margin-bottom: 10px;
}
/********ПЯТЫЙ********/
#fifth .zag {
    padding: 2% 10%;
}
#fifth #green{
    width: 300px;
}
#fifth #green p{
    width: 80%;
    padding: 0 0 15px; 
}
#fifth #green img{
    width: 20%;
    margin-bottom: -10px;
}
#fifth .pic {
    width: 300px;
}
#fifth .pic p{
    color: #aaa;
    font-size: 90%;
}
#fifth p.com1{
    top: 70px;
    left: 10px;
    width: 180px;
}
#fifth p.com2{
    bottom: 80px;
    right: 10px;
    width: 170px;
}

.video-responsive { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
}

}