:root {
	--top-menu-width: var(--top-line-width);
}

.breadcrumb li > a, .breadcrumb li > span {
	color: #fff;
}

video.white-comp {
	display: none;
}

#bred {
	display: none !important;
}

div#video_wrapper{
	position: relative;
	top: 0;
	width: 100%;
	/* min-height: 800px; */
	padding-bottom: 56.25%;
}
video#video_background {
	position: absolute;
	top: 0px;
	/* left: 0px; */
	left: 50%;
    transform: translateX(-50%);
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	object-fit: initial;
}
.sharp{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(/images/video/texture.png) 0px 0px repeat;
}

div.contakti_top h3,
div.contakti_top h3 span.tel,
div.contakti_top .name,
div.contakti_top_tel2,
div.contakti_top_mail,
div.contakti_top_mail a{
	color: #fff;
}

div.pismo a{}

img.logo_img{
	display: none;
}

div.main_conteiner_2{
	padding-top: 20px;
}

.lazyYT {
	margin-bottom: 15px;
}


.no_main .button-switch-menu-city {
	color: #fff !important;
}

.welcome-top__subtitle {
	margin-top: 25px;
}

@media (max-width: 1550px) {
	body:not(.main) .button-switch-menu-city-wrap {
		right: 170px;
	}
}


@media screen and (max-width: 1079px) {
	div.pismo {
		right: 15px;
	}
	body:not(.main) .button-switch-menu-city-wrap {
		top: 60px;
		right: 15px;
	}
}
@media(max-width: 767px) {
	.bg-video-wrapper {
		display: none;
	}
	
	div.main_conteiner_2 {
		padding-top: 80px;
	}

	.no_main .button-switch-menu-city {
		color: #000 !important;
	}

	video#video_background {
		/* height: 350px; */
		width: auto;
	}
	div#video_wrapper{
		min-height: 350px;
		overflow: hidden;
	}

	.welcome-top {
		display: none;
	}
}

@media (min-width: 769px) {
	svg.logo_img .cls-2 {
		fill: #fff;
	}
}