@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&display=swap&subset=cyrillic');

.head {
    display: block;
    position: relative;
    width: 100%;
    height: 386px;
}


.head_slider {
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -999;
}

.head_slider:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 389px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 7;

}

#slider {
    position: relative;
    width: 100%;
    /* Изменить размер картинки */
    height: 100%;
    /* Изменить размер картинки */
    overflow: hidden;
}

#slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 1920px !important;
    height: 389px !important;
}

#slider a {
    border: 0;
    display: block;
}

.text-slider {
    position: relative;
    padding-top: 120px;
    display: block;
    width: 980px;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
}

.text-slider p {
    padding-top: 30px;
    font-weight: normal;
}

#text_slide1,
#text_slide2,
#text_slide3,
#text_slide4 {
    position: absolute;
    left: 0px;
    opacity: 0;
}

.head_logo {
    position: absolute;
    top: 120px;
    left: 0px;
}



h1{
	font-weight:	bold;
}

span.slide{
	color:		white;
}


@media screen and (max-width: 1000px) {

	.head_logo{
		top:			220px;
	}

}
