.main-body
{
	font-family: "Bw Modelica Cyrillic";
	color: #333;
}

.btn-primary 
{
	background-color: #c9a87d;
	border-color: #b09060;
}

.btn-primary:hover, .btn-primary:active 
{
	background-color: #b09060;
	border-color: #b09060;
}

.btn-primary:focus, .btn-primary:active:focus
{
	background-color: #c9a87d;
	border-color: #b09060;
	box-shadow: 0 0 0 .25rem rgba(201,168,125,.5);
}

.site-header
{
	background-color: transparent;
	background-image: linear-gradient(0deg, #f6f6f6 0%, #ffffff 100%);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

a.navbar-brand 
{
	padding: 0;
}

ul.navbar-nav
{
	width: 100%;
	justify-content: space-evenly;
}

.navbar-phone-label
{
	font-size: 0.8rem;
	text-shadow: none;
	color: #7A7A7A;
	line-height: 1;
	font-weight: 400;
	text-align: end;
}

.navbar-phone-cont
{
	margin-top: -0.3rem;
}

.navbar-phone
{
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
}

.top-section 
{
    background-image: url('/static/images/street1.jpg'); 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	color: #fff;
	text-shadow: 0px 3px 8px #0000008D;
	/*min-height: 35vw;*/
}

.top-section-title
{
	font-weight: bold;
}

.top-section-subtitle span
{
	background-color: #8c9f5a;
	border-radius: .3rem;
}

.top-section-button
{
	position: absolute;
	bottom: 1.5rem;
	width: 100%;
}


.mh-50 {
	min-height: 50vh;
}

.mh-100 {
	min-height: 100vh;
}

.card-link
{
	color: #333;
	text-decoration: none;
}

/*.page-section
{
	min-height: 35vw; 
}*/

.section-text
{
	font-family: "Fira Sans", Sans-serif;
	font-weight: 400;
}

.section-header
{
	text-align: center;
}

.section-header h2
{
	margin-bottom: 0;
	font-weight: bold;
}

.section-header-divider
{
	line-height: 0;
	font-size: 0;
	padding: 0.3rem 0;
}

.section-header-divider span
{
	display: inline-block;
	border-top: 2px solid #333;
	margin: 0 auto;
}



.advant-slide
{
	display: block;
	width: 100%;
	min-height: 50vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.advant-slide:after 
{
	position: absolute;
	content: '';
	left:0; top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}*/

.advant-slide-content
{
	position: relative;
	z-index: 1;
	padding: 3rem;
	font-family: "Fira Sans", Sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
	text-shadow: 0px 3px 8px #0000008D;
	background-color: rgba(0,0,0,0.5);
}

.section-advant-ico:hover
{
	background-color: #c9a87d;
}

.section-advant-ico 
{
	background-color: transparent;
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: contain;
	height: 110px;
	cursor: pointer;
}



.complect-preview
{
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	color: #fff; 
	text-shadow: 0px 3px 8px #0000008D; 
	min-height: 20vw;
}

.complect-header-button
{
	cursor: pointer;
	color: #c7c73e;
}

.complect-header-button:not(.accordion-button.collapsed>.complect-header-button)
{
	visibility: hidden;
}

.complect-caption
{
	background-color: rgba(127,127,127,.5);
}

.carousel-control-next, .carousel-control-prev {
	/*background-color: rgba(0, 0, 0);
	min-width: 2rem;
	width: initial;
	opacity: 0.6;*/
	width: initial;
	opacity: 1;
	padding: 0 0.5rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	color: #000;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(0,0,0,0.3),0 0 4px rgba(0,0,0,0.2);
	height: 40px;
	width: 40px;
	padding-top: 3px;
	
	display: inline-block;
	font: normal normal normal 32px/1 FontAwesome;
	text-rendering: auto;
}

.carousel-control-prev-icon {
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%24ccc'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	height: 3rem;
	width: 3rem;*/
	padding-right: 3px;
}

.carousel-control-prev-icon::before {
	content: "\f104";
}

.carousel-control-next-icon::before {
	/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%24ccc'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	height: 3rem;
	width: 3rem;*/
	
	padding-left: 3px;
}

.carousel-control-next-icon::before {
	content: "\f105";
}

.variant-close
{
	position: absolute; 
	top: 0; 
	right: 0;
	z-index: 100;
	padding: .5rem; 
}

.variant-close a
{
	text-decoration: none;
	color: #fff;
	background-color: transparent;
	/*border-radius: 50%;
	box-shadow: 0px 0px 0px 1px #ccc;*/
	text-align: center;
	padding: .3rem;
}

.variant-header-button
{
	position: absolute;
	top: 0;
	right: 0;
	margin: .8rem;
}



.main-footer
{
	background-color: #8c9f5a;
	color: #fff;
	font-size: 0.8rem;
}

.main-footer h4
{
	font-size: 1.3rem;
}

.main-footer a
{
	color: #fff;
	text-decoration: none;
}

.footer-icon
{
	background-color: #78894e;
	text-align: center;
}

.footer-icon img
{
	max-width: 15rem;
	max-height: 15rem;
}

.footer-contacts-cont
{
	display: flex;
	flex-direction: row;
}

.footer-contacts-icon
{
	margin-right: 1rem;
}

.footer-social-icon
{
	display: inline-block;
	background-color: #78894e;
	border-radius: 50%;
	box-shadow: none;
	text-decoration: none;
	font-size: 1.6rem;
	text-align: center;
	padding: 0.5rem;
	margin-right: 0.5rem;
	cursor: pointer;
}

.footer-social-icon:hover
{
	background-color: transparent !important;
	box-shadow: 0px 0px 0px 1px #fff;
}

.footer-social-icon i
{
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}



.vidget-icons 
{
	/*background-color: transparent; */
	/*background-image: linear-gradient(90deg, #D58546 0%, #D58546 85%);*/
	text-align: center;
	
	background-color: rgba(255, 255, 255, 0.5);
	margin-right: 0;
}

.vidget-icon
{
	text-align: right;
	background-color: transparent;
}

.vidget-icon .icon-cnt
{
	display: inline-block;
	border-radius: 50%;
	text-decoration: none;
	font-size: 1.2rem;
	text-align: center;
	padding: 0.5rem;
	margin-right: 0.5rem;
	background-color: transparent !important;
	/*box-shadow: 0px 0px 0px 1px #fff;*/
	box-shadow: 0px 0px 0px 1px #D58546;
}

.vidget-icon-text
{
	text-align: left;
}

.vidget-icon a, .vidget-icon-text a
{
	/*color: #fff;*/
	color: #D58546;
	text-decoration: none;
}



.variant-link 
{
	padding-bottom: .5rem;
	padding-top: .5rem;
}

.variant-link p
{
	margin-bottom: .5rem;
}



.video-cont {
	min-height: 90vh;
	text-align: center;
}

.video-cont video, .video-cont iframe {
	height: 80vh;
	object-fit: contain;
}

.video-cont iframe {
	width: 100%;
}



@media (min-width: 10px) 
{
	.top-section-subtitle
	{
		font-size: 0.6rem;
	}
	
	.top-section-subtitle span
	{
		padding: 0;
	}
	
	.top-section-title
	{
		font-size: 2rem;
		line-height: 2rem;
	}
	
	.top-section-button a
	{
		font-size: 1.25rem;
	}
}

@media (min-width: 500px) 
{
	.top-section-subtitle
	{
		font-size: 0.7rem;
	}
	
	.top-section-subtitle span
	{
		padding: 0.5rem;
	}
	
	.top-section-title
	{
		font-size: 4rem;
		line-height: 4rem;
	}
	
	.top-section-button a
	{
		font-size: 1.5rem;
	}
	
	.section-header-divider span
	{
		width: 100px;
	}
	
	.section-header h2
	{
		font-size: 1rem;
	}
	
	.complect-header
	{
		font-size: 1rem;
	}
}

@media (min-width: 768px) 
{
	.top-section-subtitle
	{
		font-size: 1rem;
	}
	
	.top-section-title
	{
		font-size: 5rem;
		line-height: 5rem;
		margin: 0.5rem 0;
	}
	
	.top-section-button a
	{
		font-size: 2.5rem;
	}
	
	.section-header-divider span
	{
		width: 160px;
	}
	
	.section-header h2
	{
		font-size: 1.8rem;
	}
	
	.complect-header
	{
		font-size: 1.1rem;
	}
}

@media (min-width: 992px) 
{
	.top-section-subtitle
	{
		font-size: 1.37rem;
	}
	
	.top-section-title
	{
		font-size: 7.5rem;
		line-height: 7.5rem;
		margin: 1rem 0;
	}
	
	.section-header-divider span
	{
		width: 320px;
	}
	
	.section-header h2
	{
		font-size: 2.6rem;
	}
	
	/*.carousel-item img {
		max-height: 65vh;
	}*/
}



@font-face 
{
	font-family: 'Bw Modelica Cyrillic';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('/static/fonts/BwModelicaCyrillicDEMO-Bold.eot');
	src: url('/static/fonts/BwModelicaCyrillicDEMO-Bold.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/bwmodelicacyrillicdemo-bold.woff2') format('woff2'),
		url('/static/fonts/bwmodelicacyrillicdemo-bold.woff') format('woff'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Bold.ttf') format('truetype');
}
@font-face 
{
	font-family: 'Bw Modelica Cyrillic';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/static/fonts/BwModelicaCyrillicDEMO-Medium.eot');
	src: url('/static/fonts/BwModelicaCyrillicDEMO-Medium.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Medium.woff') format('woff2'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Medium.woff2') format('woff'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Medium.ttf') format('truetype');
}
@font-face 
{
	font-family: 'Bw Modelica Cyrillic';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('/static/fonts/BwModelicaCyrillicDEMO-Regular.eot');
	src: url('/static/fonts/BwModelicaCyrillicDEMO-Regular.eot?#iefix') format('embedded-opentype'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Regular.woff2') format('woff2'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Regular.woff') format('woff'),
		url('/static/fonts/BwModelicaCyrillicDEMO-Regular.ttf') format('truetype');
}