.right-mobile-block{
	overflow: hidden;
}
.owl-dots {
	margin-bottom: 10px;
}
.head-slide {
	padding-top: 150px;
	min-height: 380px;
	position: relative;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-position: center;
	color: #212121;
	background-color: #dedede;
}
.head-slide {
	height: 100vh !important;
}
.slider_header {
	font-size: 50px !important;
    font-weight: 400 !important;
    font-family: var(--prv_font_family);
	line-height: 1.1;
}
.slider_text_left {
    justify-content: flex-start;
    text-align: left;
}
.slider_text_right {
    justify-content: flex-end;
    text-align: right;
}
.slider_text_center {
    justify-content: center;
    text-align: center;
}
.slider_color_lite {
    color:white;
}
.slider_color_dark {
    color:#212121;
}
.slider_color_site {
    color:var(--prv_color);
}
.slider_description{
	font-size: 1em;
	line-height: 1.5;
	margin:24px 0 55px;
    font-family: var(--prv_font_family);
}
.item_video_block {
    overflow:hidden;
}
.video_background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
}
.head-slide a.btn.slider_color_lite,
.head-slide a.btn.slider_color_lite:focus{
    color: #fff;
}
.head-slide a.btn.slider_color_dark,
.head-slide a.btn.slider_color_dark:focus{
    color: #212121;
}

@media(max-width: 500px){
	.scroll_slider {
    	margin-top: 74px;
	}
	.slider_header{
		font-size: 25px !important;
		font-weight: bold !important;
	}

	.head-slide {
		height: 65vh !important;
		display: flex;
    	align-items: center;
	}
}

@media(max-width: 769px){
	.head-slide .slider_text_left {
		justify-content: center;
		text-align: center;
		padding-left: 0px;
	}
	.head-slide::before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
		background-color: rgba(187, 187, 187, 0.7);
	}
	.slider_color_dark{
		color: #070f17;
	}
}

@media(max-width: 992px){
    .head-slide {
        padding-bottom: 50px;
    }
}
@media(min-width: 768px){
    .slider_header{
        font-size: 2.642857em;
    }
    .slider_description{
        font-size: 1em;
    }
    .head-slide{
        max-height: 633px;
    }
}
@media(max-width: 460px){
	#head_owl .head-slide{
		background-position: 80%;
	}
}
