/* Fonts Settings */

/* HelveticaNeueCyr-Thin */
@font-face {
	font-family: 'HelveticaNeueCyr-Thin';
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/helveticaneue-thin.eot'); /* IE9 Compat Modes */
	src: local('HelveticaNeueCyr Thin'), local('HelveticaNeueCyr-Thin'),
	url('../fonts/helveticaneue-thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/helveticaneue-thin.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/helveticaneue-thin.woff') format('woff'), /* Modern Browsers */
	url('../fonts/helveticaneue-thin.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/helveticaneue-thin.svg#HelveticaNeueCyr-Thin') format('svg'); /* Legacy iOS */
}

/* HelveticaNeueCyr-Light */
@font-face {
	font-family: 'HelveticaNeueCyr-Light';
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/HelveticaNeueCyr-Light.eot'); /* IE9 Compat Modes */
	src: local('HelveticaNeueCyr Light'), local('HelveticaNeueCyr-Light'),
	url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), /* Modern Browsers */
	url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}

/* HelveticaNeueCyr-UltraLight */
@font-face {
	font-family: 'HelveticaNeueCyr-UltraLight';
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/helveticaneuecyr-ultralight.eot'); /* IE9 Compat Modes */
	src: local('HelveticaNeueCyr UltraLight'), local('HelveticaNeueCyr-UltraLight'),
	url('../fonts/helveticaneuecyr-ultralight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/helveticaneuecyr-ultralight.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/helveticaneuecyr-ultralight.woff') format('woff'), /* Modern Browsers */
	url('../fonts/helveticaneuecyr-ultralight.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/helveticaneuecyr-ultralight.svg#HelveticaNeueCyr-UltraLight') format('svg'); /* Legacy iOS */
}

/* oswald-regular - latin */
@font-face {
	font-family: 'Oswald';
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/oswald-v23-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/oswald-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/oswald-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/oswald-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/oswald-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/oswald-v23-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}


html, body {
	height: 100%;
	min-height: 100%;
}

body {
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fontfix;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0.1s;
	color: #333;
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
}

main {
	min-height: 60vh;
}

table {
	max-width: 100%;
	background-color: transparent;
}

button:focus {
	outline: none;
}


/* Navmenu */
.topmenu {
	background-color: rgba(49, 45, 46, 0.86);
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	color: rgb(226, 226, 226);
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	font-family: Montserrat, sans-serif;
	background: transparent;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul {
	font-size: 0;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li > a {
	padding: 17px;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 400;
}
#cssmenu > ul > li:hover > a {
	color: #ffffff;
	border-bottom: 2px solid #E2E2E2;
}

#cssmenu > ul > li.active > a:hover, #cssmenu > ul > li.active > a {
	border-bottom: 2px solid #E2E2E2;
}

/*
#cssmenu > ul > li.has-sub > a {
	padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu > ul > li.has-sub > a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
*/
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu li:hover > ul {
	left: auto;
}
#cssmenu.align-right li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu li:hover > ul > li {
	height: 35px;
}
#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}
#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}


@media (max-width: 1199.98px) {
	#cssmenu {
		width: 100%;
	}
	#cssmenu ul {
		width: 100%;
		display: none;
	}
	#cssmenu.align-center > ul {
		text-align: left;
	}
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}
	#cssmenu ul ul li,
	#cssmenu li:hover > ul > li {
		height: auto;
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}
	#cssmenu > ul > li {
		float: none;
	}
	#cssmenu ul ul li a {
		padding-left: 25px;
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}
	#cssmenu ul ul li a {
		color: #dddddd;
		background: none;
	}
	#cssmenu ul ul li:hover > a,
	#cssmenu ul ul li.active > a {
		color: #ffffff;
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul,
	#cssmenu.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	#cssmenu > ul > li.has-sub > a:after,
	#cssmenu > ul > li.has-sub > a:before,
	#cssmenu ul ul > li.has-sub > a:after,
	#cssmenu ul ul > li.has-sub > a:before {
		display: none;
	}
	#cssmenu #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}
	#cssmenu #menu-button:after {
		position: absolute;
		top: 50%;
		right: 17px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}
	#cssmenu #menu-button:before {
		position: absolute;
		top: 41%;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	}
	#cssmenu #menu-button.menu-opened:after {
		top: 50%;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#cssmenu #menu-button.menu-opened:before {
		top: 50%;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #ffffff;
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}
}

/* Body */

.gray {
	background-color: rgba(226, 226, 226, 1.00);
}

.slick-track {
	display: flex !important;
}
.slick-track .slick-slide {
	display: flex !important;
	height: 950px !important;
}


.slider img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.slider .slide h2 {
	font-family: 'Oswald', sans-serif;
	position: absolute;
	top: 30%;
	left: 25%;
	right: 25%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: black;
	text-shadow: white 0 0 4px;
	font-size: 48px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	overflow:hidden;
	padding: 0 10%;
	animation:fadeOutLeft 0s both;
}

.slide.slick-active h2 {
	animation:fadeInLeft 2s both 1.5s;
}

.slide, .slide_product {
	position: relative;
}

.right_border {
	border-right: 1px solid white;
}

.text_simple_kitchen_and_bath {
	padding-left: 45px;
	font-family: "HelveticaNeueCyr-Light", sans-serif;
	font-size: 18px;
	color: rgb(35, 31, 32);
}

.text_simple_kitchen_and_bath h2 {
	font-size: 48px;
	font-family: "Oswald", sans-serif;
	padding-bottom: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255, 255, 255);
	margin-bottom: 46px;
	margin-top: 0;
}

.A img {
	  width: 100%;
	  height: 731px;
	  object-fit: cover;
	  object-position: center left;
}

.B img {
	width: 100%;
	height: 1242px;
	object-fit: cover;
	object-position: center left;
}

.C img {
	width: 100%;
	height: 511px;
	object-fit: cover;
	object-position: center left;
}

.m_badge {
	position: absolute;
	right: 0;
	top: 0;
	background: #241F20;
	font-size: 30px;
	color: white;
	font-family: 'Oswald', sans-serif;
	padding: 10px 26px 10px 26px;
}

.A:nth-child(2) .m_badge, .C .m_badge {
	top: auto;
	bottom: 0;
}

.B .m_badge {
	right: auto;
	left: 0;
}

.text_our_works {
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	margin-top: 109px;
	margin-bottom: 78px;
}

.controls .control {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
	width: 130px;
	font-family: 'Oswald', sans-serif;
	color: rgb(0, 0, 0);
	font-size: 24px;
	text-transform: lowercase;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: transparent;
}

.controls .control:hover {
	color: rgb(0, 0, 0);
	background-color: rgba(226, 226, 226, 1.00);
}

.controls .control.mixitup-control-active {
	background: black;
	color: white;
}



.mix:hover:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(35, 31, 32, 0.9);  opacity: 1; z-index: 1000; }

.mix:hover .description {
	display: block;
	position: absolute;
	top: 25%;
	padding-left: 5%;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.mix img {
	width: 100%;
	position: relative;
}


.mix .name {
	position: absolute;
	right: auto;
	left: 0;
	background-color: rgba(36, 31, 32, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 33px;
	padding-right: 33px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	z-index: 1001;
}

.mix .description {
	display: none;
}


.text_map_text {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 112px;
	padding-bottom: 100px;
	color: rgb(35, 31, 32);
	font-size: 30px;
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
}

.text_map_text h2, .text_contacts h2 {
	padding-bottom: 45px;
	margin-bottom: 35px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 490px;
}

.text_map_text h2 {
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(35, 31, 32);
}

.text_map_text p {
	margin-bottom: 0;
	color: rgb(35, 31, 32);
}

footer, footer a  {
	background-color: rgba(36, 31, 32, 1.00);
	color: white;
	font-size: 16px;
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
}

footer a:hover {
	color: white;
}

.text_footer2 {
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Product Page */
nav .breadcrumb {
	margin-top: 7em;
	margin-bottom: 4em;
	padding: .75rem 0;
}

.breadcrumb-item, .breadcrumb-item a, .breadcrumb-item.active  {
	font-family: 'HelveticaNeueCyr-UltraLight', sans-serif;
	color: rgb(51, 51, 51);
	font-size: 14px;
	text-transform: lowercase;
}

.carousel-inner {
	background-color: rgba(52, 47, 48, 0.70);
}

.product_name {
	font-size: 48px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 2em;
}

.product {
	position: relative;
}


.product .name {
	position: absolute;
	background-color: rgba(36, 31, 32, 1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 33px;
	padding-right: 33px;
	top: auto;
	bottom: 0;
	right: 0;
}

.product a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	display: block;
	position: relative;
}

.product img {
	transition: .5s ease-in-out;
}

.product:hover img {
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
}
/* Product Slider */

@media (min-width: 768px) {

	#carouselExample .carousel-item {
		height: 429px;
		margin-right: 0;
	}

	#carouselExample .carousel-item img {
		width: 100%;
		height: 429px;
		object-fit: cover;
	}

	/* show 3 items */
	.carouselPrograms .carousel-inner .active,
	.carouselPrograms .carousel-inner .active + .carousel-item,
	.carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
		display: block;
	}

	.carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
	.carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
		transition: none;
	}

	.carouselPrograms .carousel-inner .carousel-item-next,
	.carouselPrograms .carousel-inner .carousel-item-prev {
		position: relative;
		transform: translate3d(0, 0, 0);
	}

	.carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -33.333%;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* left or forward direction */
	.carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
	.carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
	.carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
	.carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	/* farthest right hidden item must be abso position for animations */
	.carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}

	/* right or prev direction */
	.carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
	.carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
	.carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
	.carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
	}
}

.product_info {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	background-color: rgba(52, 47, 48, 0.90);
	margin: auto;
	width: 100%;
	height: 429px;
	bottom: 0;
}

.product_name_2 {
	position: absolute;
	top: 5%;
	right: 5%;
	color: rgb(255, 255, 255);
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}

.product_file {
	position: absolute;
	top: 55%;
	right: 5%;
	background: url('/storage/images/price.png') no-repeat;
	width: 204px;
	height: 47px;
	z-index: 1000;
}

.product_file:hover {
	background: url('/storage/images/price_hover.png') no-repeat;
}

.gradient {
	display: -webkit-flex;
	display: flex;
	position: absolute;
	background: linear-gradient(to left, rgba(72, 69, 69, 1), rgba(72, 69, 69, 0));
	margin: auto;
	width: 100%;
	height: 429px;
	bottom: 0;
}


.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev {
	left: 15%;
	top: 25%;
	width: 38px;
	height: 73px;
}

.carousel-control-next {
	left: 30%;
	top: 25%;
	width: 38px;
	height: 73px;
}

.carousel-control-prev-icon {
	background-image: url('/storage/images/rev_left.png');
	width: 38px;
	height: 73px;
}

.carousel-control-next-icon {
	background-image: url('/storage/images/rev_right.png');
	width: 38px;
	height: 73px;
}

.page {
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	font-size: 14px;
	margin-bottom: 73px;
}

.page h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: rgb(35, 31, 32);
	font-family: 'Oswald', sans-serif;
	font-size: 48px;
}

.page h2 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color: rgb(35, 31, 32);
	margin-bottom: 20px;
	margin-top: 0;
}

.page table.product {
	margin-top: 70px;
	position: static;
}

.page table td {
	vertical-align: top;
}

.page img {
	transition: unset;
}

.page .product:hover img {
	-webkit-filter: none;
	filter: unset;
}

.page h3 {
	background-color: rgba(226, 226, 226, 1.00);
	color: rgb(35, 31, 32);
	font-family: 'Oswald', sans-serif;
	padding-left: 10px;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 78px;
	padding-right: 83px;
	display: inline-block;
}

.Custom img {
	width: 100%;
	height: 741px;
	object-fit: cover;
}

.Custom .m_badge {
	text-align: center;
	padding: 0;
	width: 360px;
	height: 40px;
}

.post_name {
	font-family: 'Oswald', sans-serif;
	color: rgb(35, 31, 32);
	font-size: 30px;
}

.post_name:hover {
	color: rgb(35, 31, 32);
}

.post img {
	width: 100%;
	height: 229px;
	object-fit: cover;
}

.post_description {
	padding-top: 34px;
	padding-bottom: 34px;
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	font-size: 14px;
	color: rgb(35, 31, 32);
}

.post_btn {
	background-color: rgba(60, 56, 57, 1.00);
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	color: rgb(255, 255, 255);
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 40px;
	border-radius: 0;
}

.post_btn:hover {
	color: rgb(255, 255, 255);
}

.page-item.disabled .page-link, .page-item:last-child .page-link, .page-item:first-child .page-link {
	border-radius: 0;
	background-color: #eee;
	margin-left: 4px;
	margin-right: 4px;
	font-family: 'Oswald', sans-serif;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	background-color: rgba(36, 31, 32, 1.00);
	border-color: rgba(36, 31, 32, 1.00);
	margin-left: 4px;
	margin-right: 4px;
}

.page-link {
	color: rgb(35, 31, 32);
	background-color: #eee;
	font-family: 'Oswald', sans-serif;
	margin-right: 4px;
	margin-left: 4px;
}

.post img {
	max-width: 100%;
	height: auto;
}

.text_contacts_address {
	background-color: rgba(36, 31, 32, 1.00);
	color: rgb(226, 226, 226);
	font-size: 16px;
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 77px;
	padding-bottom: 64px;
	height: 253px;
}

.text_bform_toptext {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}

.bform input.form-control.text-field {
	border-top-color: rgb(226, 226, 226);
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: rgb(116, 111, 116);
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	padding-top: 10px;
}

.bform input.form-control.date-field {
	border-top-color: rgb(226, 226, 226);
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: rgb(116, 111, 116);
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
}

.bform select.form-control {
	color: rgb(116, 111, 116);
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	height: 30px;
}

.bform select.form-control option {
	font-size: 14px;
	color: rgb(116, 111, 116);
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
}

.bform textarea.form-control {
	height: 120px;
	font-family: "HelveticaNeueCyr-Thin", sans-serif;
	color: #746F74;
}

.bform .btn {
	border-radius: 0;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	background-color: rgba(60, 56, 57, 1.00);
	background-image: none;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	.topmenu {
		background-color: rgba(49, 45, 46, 1);
	}

	#cssmenu > ul > li:hover > a {
		color: #ffffff;
		border-bottom: none;
	}

	.slick-track .slick-slide {
		display: flex !important;
		height: 350px !important;
	}

	.slider .slide h2 {
		font-size: 18px;
	}

	.right_border {
		border-right: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.A img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.B img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.C img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.text_map_text h2 {
		width: 100%;
	}

	.text_footer1, .text_footer2 {
		border: none;
		padding: 0;
	}

	.display_none {
		display: none;
	}

	.carousel-inner {
		background-color: transparent;
	}


	#carouselExample .carousel-item {
		margin-bottom: 15px;
		height: auto;
	}

	#carouselExample .carousel-item img {
		max-width: 100%;
		height: auto;
	}


	.carousel-control-prev {
		left: 0;
	}

	.carousel-control-next {
		left: auto;
	}

	.carousel-control-next, .carousel-control-prev {
		top: 40%;
	}


	.Custom {
		margin-bottom: 15px;
	}

	.Custom img {
		height: 100%;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

	.topmenu {
		background-color: rgba(49, 45, 46, 1);
	}

	#cssmenu > ul > li:hover > a {
		color: #ffffff;
		border-bottom: none;
	}

	.slick-track .slick-slide {
		display: flex !important;
		height: 450px !important;
	}

	.slider .slide h2 {
		font-size: 24px;
	}

	.right_border {
		border-right: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.A img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.B img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.C img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.text_map_text h2 {
		width: 100%;
	}

	.carousel-inner {
		background-color: transparent;
	}

	#carouselExample .carousel-item img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		object-position: center;
	}

	.display_none {
		display: none;
	}

	.product_info, .gradient {
		width: 35%;
	}

	.carousel-control-prev {
		left: 0;
	}

	.carousel-control-next {
		left: auto;
	}

	.carousel-control-next, .carousel-control-prev {
		top: 40%;
	}

	.product_file {
		top: 75%;
		right: 10%;
	}

	.gradient {
		right: 0;
	}


	.Custom {
		margin-bottom: 15px;
	}

	.Custom img {
		height: 100%;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

	.topmenu {
		background-color: rgba(49, 45, 46, 1);
	}

	#cssmenu > ul > li:hover > a {
		color: #ffffff;
		border-bottom: none;
	}

	.slick-track .slick-slide {
		display: flex !important;
		height: 450px !important;
	}

	.slider .slide h2 {
		font-size: 28px;
	}

	.A img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.B img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	.C img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center left;
	}

	#carouselExample .carousel-item, #carouselExample .carousel-item img, .product_info, .gradient {
		height: 250px;
	}

	.product_info, .gradient {
		width: 35%;
	}

	.carousel-control-prev {
		left: 0;
	}

	.carousel-control-next {
		left: auto;
	}

	.carousel-control-next, .carousel-control-prev {
		top: 35%;
	}

	.product_file {
		top: 75%;
	}

	.gradient {
		right: 0;
	}


	.Custom {
		margin-bottom: 15px;
	}

	.Custom img {
		height: 100%;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

	.topmenu {
		background-color: rgba(49, 45, 46, 1);
	}

	#cssmenu > ul > li:hover > a {
		color: #ffffff;
		border-bottom: none;
	}


	.slick-track .slick-slide {
		display: flex !important;
		height: 650px !important;
	}

	.slider .slide h2 {
		font-size: 34px;
	}

	.A img {
		width: 100%;
		height: 365.5px;
		object-fit: cover;
		object-position: top center;
	}

	.B img {
		width: 100%;
		height: 731px;
		object-fit: cover;
		object-position: left center;
	}


	.C img {
		width: 100%;
		height: 365.5px;
		object-fit: cover;
		object-position: left center;
	}

}