/*
* main stylesheet
*/

body {
	position: relative;
}

header {
	background: #cdc6be47;
	padding: 10px 0 0 0;
	position: relative;
	z-index: 2;
}

header.default-template {
	background: #ffce00;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 14px;
}

.site-logo img {
	max-width: 100%;
}

.banner-container {
	margin-top: -60px;
}

.similar-products .bx-wrapper,
.banner-container .bx-wrapper {
	border: 0;
	margin-bottom: 0;
	box-shadow: none;
}

.similar-products .bx-wrapper .bx-pager {
	top: 0;
}

.bx-controls.bx-has-pager {
	position: relative;
}

.bx-wrapper .bx-pager {
	position: absolute;
	top: -78px;
	padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	margin: 0 10px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ffce00;
}

ul#main-menu {
	flex-direction: row;
}

ul#main-menu > li {
}

ul#main-menu > li a {
	color: #fff;
}

ul#main-menu > li > a {
	padding: 5px 12px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

ul#main-menu > li:hover > a {
	color: #fecd00;
}

.default-template ul#main-menu > li:hover > a {
	color: #fff;
}

ul#main-menu > li.active > a {
	background: #ffce00;
	padding: 5px 12px;
}

.default-template ul#main-menu > li.active > a {
	background: #000;
}

ul#main-menu > li.active > a:hover {
	color: #fff;
}

.sub-menu-wrapper {
	opacity: 0;
	visibility: hidden;
	padding: 20px 40px;
	position: absolute;
	transition: opacity .6s,visibility .6s;
	background: #ffce00;
	left: 9%;
	right: 9%;
}

.sub-menu-wrapper ul {
	list-style: none;
	padding: 0;
}

ul#main-menu > li.has-sub-menu:hover .sub-menu-wrapper {
	visibility: visible;
	opacity: 1;
}

.site-header .row {
	position: relative;
}

.site-header .col-md-10,
nav.primary-navigation {
	position: unset;
}

nav.primary-navigation {
	padding-bottom: 0;
}

.sub-menu-wrapper > ul.sub-menu {
	display: grid;
	flex-basis: 100%;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
}

.sub-menu-wrapper > ul.sub-menu > li > a {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.sub-menu-wrapper > ul.sub-menu > li > ul {
	margin-bottom: 20px;
}

.sub-menu-wrapper > ul.sub-menu > li > ul li a {
	font-size: 14px;
}

section.product-catalog,
section.product-category {
	padding: 40px 0;
	margin-bottom: 20px;
}

section.product-catalog h1,
section.product-category h1 {
	text-align: center;
	font-size: 2rem;
	text-transform: uppercase;
}

section.product-catalog h1 b,
section.product-category h1 b {
	font-size: 2.5rem;
}

.similar-products .catalog-item,
.product-catalog .catalog-item,
.product-category .catalog-item {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.similar-products .catalog-item img,
.product-catalog .catalog-item img,
.product-category .catalog-item img {
	max-width: 100%;
}

.similar-products .catalog-title,
.product-catalog .catalog-title,
.product-category .catalog-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(252 206 45 / 60%);
}

.similar-products .col:nth-child(odd) .catalog-title,
.product-catalog .col:nth-child(odd) .catalog-title,
.product-category .col:nth-child(odd) .catalog-title {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0% 100%);
}

.similar-products .col:nth-child(even) .catalog-title,
.product-catalog .col:nth-child(even) .catalog-title,
.product-category .col:nth-child(even) .catalog-title {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
}

.similar-products .col .catalog-title-inner,
.product-catalog .col .catalog-title-inner,
.product-category .col .catalog-title-inner {
	position: absolute;
	color: #fff;
}

.similar-products .col .catalog-title-inner h2,
.product-catalog .col .catalog-title-inner h2,
.product-category .col .catalog-title-inner h2 {
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2rem;
}

.similar-products .col .catalog-title-inner h3,
.product-catalog .col .catalog-title-inner h3,
.product-category .col .catalog-title-inner h3 {
	font-weight: 400;
	font-size: 1rem;
}

.similar-products .col:nth-child(odd) .catalog-title-inner,
.product-catalog .col:nth-child(odd) .catalog-title-inner,
.product-category .col:nth-child(odd) .catalog-title-inner {
	top: 20px;
	left: 20px;
}

.similar-products .col:nth-child(even) .catalog-title-inner,
.product-catalog .col:nth-child(even) .catalog-title-inner,
.product-category .col:nth-child(even) .catalog-title-inner {
	bottom: 20px;
	right: 20px;
	text-align: right;
}

.similar-products .bx-wrapper .bx-pager.bx-default-pager a.active, 
.similar-products .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.similar-products .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #000;
}

.similar-products .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffce00;
}

section.main-advantages {
	margin-bottom: 60px;
}

section.main-advantages .advantage {
	background: #ffce00;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	height: 100%;
}

section.main-advantages .advantage img {
	margin-bottom: 15px;
}

section.main-advantages .advantage h3 {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

section.main-advantages .advantage h4 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

section.main-advantages .advantage p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
}

section.about-us {
	padding: 40px 0;
	margin-bottom: 20px;
}

section.about-us .content {
	background: url(/assets/images/section-about-us.png) no-repeat top left;
	background-size: cover;
	padding: 40px;
	color: #fff;
}

section.about-us .content h2 {
	font-size: 1.75rem;
	line-height: 1.75rem;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;

}

section.about-us .content h3 {
	font-size: 1rem;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
	text-transform: uppercase;
}

section.about-us .about-content-inner {
	font-size: 14px;
	line-height: 1rem;
	padding: 60px 10px 30px 10px;
	border-left: 2px solid #fff;
}

img.align-right {
	float: right;
}

section.about-us .about-content-inner:after {
	content: "";
	clear: both;
}

section.house-section {
	margin-top: 40px;
	padding-bottom: 40px;
}

section.house-section img {
	max-width: 100%;
}

section.blog {
	margin-top: 40px;
	margin-bottom: 60px;
}

section.blog h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

section.blog h1 b {
	font-size: 2.5rem;
}

.blog .blog-item-inner {
	color: #fff;
	padding: 25px 40px 40px 40px;
	background: #ffce00;
	height: 100%;
}

.blog .blog-item-inner .blog-title {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 0;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.blog .blog-item-inner .date {
	display: block;
	margin-bottom: 5px;
}

.blog .blog-item-inner .author-container {
	text-align: right;
}

.blog .blog-item-inner .author {
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.gr-4 {
	padding-right: 40px;
}

.gl-4 {
	padding-left: 40px;
}

.site-footer {
	color: #fff;
	background: #ffce00;
	padding: 40px 0 20px 0;
}

.footer-contact {
	padding: 10px 0;
}

.footer-contact h3 {
	font-size: 1rem;
	font-weight: 700;
}

.footer-contact p {
	margin-bottom: 5px;
}

.footer-contact a {
	color: #fff;
}

.site-footer .copyright {
	text-align: center;
	margin-top: 40px;
}

.social-icons {
	padding-left: 0;
	padding-right: 5px;
	margin-top: 10px;
	text-align: right;
}

.social-icons li {
	display: inline-block;
}

.o-nas-content {
	padding-top: 20px;
	padding-bottom: 60px;
}

.o-nas-content .col:first-of-type .content-inner {
	direction: rtl;
	padding: 0;
}

.o-nas-content .content-inner {
	padding: 30px 20px;
	font-size: 14px;
}

.o-nas-content .content-inner h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 40px;
}

.o-nas-content .content-inner h1 b {
	font-size: 2.5rem;
}

section.clients {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

section.product-detail {
	padding-bottom: 30px;
	margin-bottom: 30px;
}

section.product-detail .col:first-of-type .content-inner {
	direction: rtl;
	padding: 0;
}

section.product-detail .content-inner {
	padding-top: 40px;
}

section.product-detail .content-inner h3 {
	font-size: 1.3rem;
	line-height: 1.75rem;
	margin-bottom: 20px;
}

section.product-detail .content-inner h3 b {
	font-size: 1.75rem;
}

section.product-detail .content-inner h2 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
}

.product-detail .product-header {
	background: #ffce00;
	margin-top: -40px;
	margin-bottom: 40px;
	margin-left: -30px;
	margin-right: -15px;
	padding: 30px;
}

.product-detail .product-header h2,
.product-detail .product-header h3 {
	margin-bottom: 0;
}

section.controls {
	padding: 20px 0;
	margin-bottom: 30px;
}

section.controls h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

section.controls h1 b {
	font-size: 2.5rem;
}

section.controls .control {
	background: #ffce00;
	padding: 10px 20px;
	text-align: center;
	color: #fff;
	height: 100%;
}

section.controls .control img {
	margin-bottom: 15px;
}

section.controls:last-of-type {
	margin-bottom: 80px;
}

.controls .row div:first-of-type.column{
	margin-left: auto;
}

.controls .row div:last-of-type.column {
	margin-right: auto;
}

section.methods .method {
	background: url(/assets/images/prd1.png) no-repeat center center;
	padding: 35px 20px 10px 20px;
	text-align: center;
	color: #fff;
	height: 100%;
	min-height: 200px;
	background-size: cover;
}

section.methods .method h4 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}

section {
	padding: 20px 0;
	margin-bottom: 30px;
}

section:first-of-type {
	padding: 0;
}

section:first-of-type h1 {
	padding-top: 30px;
}

section h1 {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

section h1 b {
	font-size: 2.5rem;
}

.service-section-1 {
	padding: 30px 0;
}

.service-section-1 h1 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
}

.service-section-1 h1 b {
	font-size: 2.5rem;
}

.service-section-1 .content-inner {
	padding: 40px 0;
}

.service-section-1 .content-inner h1 {
	margin-bottom: 0;
}


.service-section-1 .content-inner h2 {
	font-weight: 400;
	font-size: 1.25rem;
}

.service-section-1 .content-inner h2 b {
	margin-bottom: 20px;
	font-size: 1.75rem;
	font-weight: 700;
}

.service-section-2 {}

.service-section-2 h1 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0;
}

.service-section-2 h2 {
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 30px;
}

.service-section-2 h2 b {
	font-size: 1.75rem;
	font-weight: 700;
}

.service-section-2 .content-inner p {
	margin-bottom: 0;
	display: flex;
}

.service-section-2 .content-inner label {
	margin-bottom: 0;
}

.service-section-2 .content-inner table {
	width: 100%;
	border-collapse: collapse;
}

.service-section-2 .content-inner table tr td {
	padding: 5px;
}

.service-section-2 .content-inner table tr td:last-of-type {
	text-align: right;
}

.service-section-2 .content-inner .align-right {
	margin-left: auto;
}

.align-center {
	text-align: center;
}

.service-section-3 {
	padding-top: 30px;
	margin-bottom: 60px;
}

.service-section-3 h2 {
	text-align: center;
	font-size: 1.25rem;
	margin-bottom: 40px;
}

.service-section-3 h2 b {
	font-size: 1.75rem;
	font-weight: 700;
}

.service-section-3 .col:first-of-type .content-inner {
	background: #ffce00;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
}

.service-section-3 .col:first-of-type .content-inner p {
	width: 100%;
	margin-bottom: 0;
}

.inquiry-section-1 {}

.inquiry-section-1 {
	padding: 30px 0;
}

.inquiry-section-1 h1 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.inquiry-section-1 h1 b {
	font-size: 2.5rem;
}

.inquiry-section-1 .col:first-of-type .content-inner {
	background: #ffce00;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
}

.inquiry-section-1 .col:first-of-type .content-inner p {
	width: 100%;
	font-weight: 700;
	margin-bottom: 0;
}

.inquiry-section-2 {
	padding: 30px 0;
}

form input[type="text"],
form input[type="email"] {
	background: #ffce00;
	border: 0;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	color: #fff;
}

form ::placeholder {
	color: #fff;
}

form input[type="checkbox"] {
	width: 20px; 
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
}

form span {
	vertical-align: middle;
}

form a {
	color: #ffce00;
}

form input[type="checkbox"]:before {
	background: #ffce00;
	content: '';
	color: #fff;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	font-weight: 700;
}

form input[type=checkbox]:checked::before {
	content: '✓';
}

form button {
	background: #ffce00;
	border: 0;
	padding: 15px;
	width: 100%;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.contact-form-inner {}

.contact-form-inner h2 {
	font-size: 1.2rem;
	font-weight: 700;
}

.contact-form-inner h2 b {
	font-size: 1.5rem;
}

.contact-form-inner p {
	margin-bottom: 0;
}

.contact-form-inner a {
	color: #000;
}

.contact-section-1,
.contact-section-2 {
	padding: 30px 0;
}

.contact-section-1 h1,
.contact-section-2 h1 {
	font-size: 1.5rem;
	font-weight: 700;
}

.contact-section-1 h1 b,
.contact-section-2 h1 b {
	font-size: 2.5rem;
}

.contact-section-2 .col:first-of-type .content-inner {
	background: #ffce00;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
}

.contact-section-2 .col:first-of-type .content-inner p {
	width: 100%;
	margin-bottom: 0;
}

.contact-section-2 {
	margin-bottom: 60px;
}

.inspiration-section-1 {
	padding: 30px 0;
	margin-bottom: 40px;
}

.inspiration-section-1 h1 {
	text-transform: uppercase;
	font-size: 2rem;
}

.inspiration-section-1 h1 b {
	font-size: 2.5rem;
}

.inspiration-section-1 img {
	width: 100%;
	margin-bottom: 30px;
}

.breadcrumbs-container {
	position: relative;
	z-index: 1;
}

.breadcrumbs {
	display: flex;
	background: transparent;
	position: absolute;
	right: 10px;
}

.breadcrumbs ul {
	list-style: none;
	padding: 10px;
	margin-left: auto;
	margin-bottom: 0;
	font-size: 14px;
}

.breadcrumbs li {
	display: inline-block;
}

.breadcrumbs li a {
	color: #000;
}

.logo-container {
	text-align: center;
	margin-bottom: 40px;
	margin-left: -20px;
	margin-right: -35px;
	background-color: #ffce00;
	position: relative;
}

.logo-container:before {
	content: "";
	width: 50%;
	left: -40px;
	top: -15px;
	bottom: -15px;
	position: absolute;
	background: url(/assets/images/bila-1.png) no-repeat top left;
}

.logo-container img {
	margin: 10px;
}

.spacer {
	min-height: 200px;
}

section.download {
	background: #ffce00;
	padding: 40px;
}

section.download .content-inner {
	display: flex;
}

section.download .content-inner a {
	color: #ffce00;
	font-weight: 700;
	background: #fff;
	padding: 10px 50px;
}

section.product-category {
	margin-bottom: 60px;
}

section.chytra.section-2 {}

section.chytra.section-2 img {
	max-width: 100%;
}

section.chytra.section-2 p {
	line-height: 14px;
}

.mobile-menu-handle {
	display: none;
	padding: 0 10px;
	position: absolute;
	right: 0;
	font-size: 20px;
}


.primary-navigation.opened {
	transform: none;
}

.mobile-navbar-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.7);
	transition: opacity .25s ease, visibility 0s ease .25s;
}

.mobile-navbar-overlay.opened {
	opacity: 1;
	display: block;
	visibility: visible;
	transition: opacity .25s ease, visibility 0s ease;
}

@media (max-width: 768px){
	header {
		padding-bottom: 10px;
	}

	.mobile-menu-handle {
		display: inline-block;
	}

	nav.primary-navigation {
		display: block;
		right: 0;
		left: auto;
		width: 300px;
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 500;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		background-color: #FFF;
		transition: transform .25s ease;
		transform: translate3d(100%, 0, 0);
	}

	ul#main-menu {
		display: block;
	}

	ul#main-menu > li {
		border-bottom: 1px solid #81818133;
	}

	ul#main-menu > li > a {
		padding: 10px;
		color: #333;
	}

	.similar-products .col .catalog-title-inner h3, 
	.product-catalog .col .catalog-title-inner h3, 
	.product-category .col .catalog-title-inner h3 {
		margin-bottom: 0;
	}

	.similar-products .col .catalog-title-inner h2, 
	.product-catalog .col .catalog-title-inner h2, 
	.product-category .col .catalog-title-inner h2 {
		font-size: 1rem;
	}

	.similar-products .col:nth-child(odd) .catalog-title-inner, 
	.product-catalog .col:nth-child(odd) .catalog-title-inner, 
	.product-category .col:nth-child(odd) .catalog-title-inner {
		top: 10px;
		left: 10px;
	}

	.similar-products .col:nth-child(even) .catalog-title-inner, 
	.product-catalog .col:nth-child(even) .catalog-title-inner, 
	.product-category .col:nth-child(even) .catalog-title-inner {
		bottom: 10px;
		right: 10px;
	}

	section.about-us .content {
		background-position: -150px 0;
		padding: 20px 10px;
	}

	section.about-us .about-content-inner {
		padding: 10px;
	}

	.gl-4 {
		padding-left: 20px;
	}

	.gr-4 {
		padding-right: 20px;
	}

	ul#main-menu > li.has-sub-menu:hover .sub-menu-wrapper {
		display: none;
	}

	.default-template ul#main-menu > li:hover > a {
		color: #333;
	}

	.default-template ul#main-menu > li.active > a {
		color: #fff;
	}

	form input[type="text"], 
	form input[type="email"] {
		max-width: 100%;
	}

	.product-detail .product-header {
		margin-top: 0;
	}

	.chytra.section-4 img {
		max-width: 100%;
	}

	.chytra.section-2 img {
		width: 100%;
	}

	.contact-form-inner .social-icons {
		text-align: left;
	}

	.contact-section-1 img {
		width: 100%;
	}
}

@media (max-width: 540px){
	header .col-md-2 {
		flex: 0 0 30%;
	}
	
	header .col-md-10 {
		flex: 0 0 70%;
	}

	.product-catalog .col,
	.product-category .col {
		flex: 0 0 100%;
	}

	.similar-products .catalog-item img, 
	.product-catalog .catalog-item img, 
	.product-category .catalog-item img {
		width: 100%;
	}

	section.about-us .content {
		padding: 20px 40px;
		background: #fcce2d;
	}

	section.about-us .content h3,
	section.about-us .content h2 {
		text-align: left;
	}

	.gr-4 {
		padding-right: 15px;
	}

	.gl-4 {
		padding-left: 15px;
	}

	.blog .col-md-6 {
		margin-bottom: 20px;
	}

	.social-icons {
		text-align: left;
	}

	section.product-detail .col:first-of-type .content-inner {
		overflow: hidden;
	}
}