/* Более прозрачная шапка */
body .header--row {
    background-color: transparent !important; /* 50% прозрачности */
    backdrop-filter: blur(3px) !important;
}

.nav-ul li.nv-active>.wrap .caret, .nav-ul li.nv-active>.wrap>a {
	color: #01b4e2!important;
	
}

.skidka-text {
	display: none;
}

.footer-conts {
	font-size: 16pt;
}

body .footer-top {
	padding-bottom: 80px;
}

.qorder-place {
    justify-content: left;
    	
}

body .col {
	padding: 0px!important;
}

body .header-menu-sidebar-bg {
	background-color: #fff!important;
}


body .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 5px!important;
}

body #header-menu-sidebar-inner .nav-ul li a {
    color: #000;
    font-size: 16pt;
    margin-bottom: 5px;
}

body [class*=row-inner] {
	background: none!important;
}

body p {
	font-size: 14pt;
}

body .container {
	padding-right: 15px!important;
    padding-left: 15px!important;
}

.zastavka-inner {
	font-size: 30pt;
	color: #fff;
	line-height: 1.1;
	max-width: 500px;
	text-transform: uppercase;
}


.zastavka {
	font-size: 30pt;
	color: #fff;
	line-height: 1.1;
	max-width: 500px;
}

body .site-header {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
}

body .head-phone {
	color: #fff;
	background: url('/images/telephone.png') 0% 50% no-repeat;
	padding-left: 35px;
	background-size: 20px;
	font-weight: 600;
	font-size: 14pt;
	margin-right: 25px;
}

.nv-title-tagline-wrap small {
	font-size: 16px;
	line-height: 1.4;
}

.nv-title-tagline-wrap .site-title {
	line-height: 1.4;
}

body .head-mail {
	color: #fff;
	background: url('/images/mail.png') 0% 50% no-repeat;
	padding-left: 35px;
	background-size: 20px;
	font-weight: 600;
	font-size: 14pt;
}

body .head-address {
	color: #fff;
	background: url('/images/address.png') 0% 50% no-repeat;
	padding-left: 35px;
	background-size: 20px;
	font-size: 14pt;
}

body .header-main-inner .nv-html-content {
	color: #fff!important;
}

@media only screen and (max-width: 1024px) {
	body .head-address {
		display: none!important;
	}
}

@media only screen and (max-width: 960px) {
	body .head-address {
		display: none!important;
	}
	
	.footer-head {
		margin-top: 25px;
	}
	
	.zastavka {
		position: relative;
		top: -40px;
	}
	
	body .nv-title-tagline-wrap .site-title {
		font-size: 12pt;
	}
	
	body .nv-title-tagline-wrap small {
		font-size: 14px;
	}
	
	.title-with-logo img {
		max-height: 47px;
		width: auto!important;
	}
}

@media only screen and (max-width: 779px) {
	body .head-mail {
		display: none!important;
	}
}

@media only screen and (max-width: 767px) {

	
	body .head-phone {
		margin-right: 0px!important;
	}
}

@media only screen and (max-width: 600px) {
	body .head-phone {
		padding: 5px 0px 5px 35px;
		position: relative;
		left: 10px;
		background: url(/images/telephone.png) 0% 50% no-repeat;
		background-size: 30px;
	}
	
	.zastavka { 
		font-size: 24pt;
	}
	
	body .head-phone .digi {
		display: none;
	}
}