@font-face {
	font-family: Hn;
	src: url(/fonts/HelveticaNeueCyr-Medium.otf);
	font-weight: 400;
}

@font-face {
	font-family: Hn;
	src: url(/fonts/HelveticaNeueCyr-Bold.otf);
	font-weight: 600;
}

@font-face {
	font-family: Hn;
	src: url(/fonts/HelveticaNeueCyr-Thin.otf);
	font-weight: 300;
}

body {
	margin: 0;
	padding: 0;
	background: url('../images/bg.jpg');
	font-family: Hn;
	font-weight: 300;
}

.logo img {
	width: 222px;
}

.overlay {
	background: rgba(0, 0, 0, .75);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
}

.overlay .form_popup {
	left: 50%;
	top: 50%;
	position: fixed;
	padding: 30px;
	background: #fff;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.overlay .form_popup h4 {
	text-align: center;
	padding: 0;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.overlay .form_popup input {
	width: 100%;
	padding: 10px 5px;
	margin-bottom: 15px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 18px;
}

.overlay .form_popup .thank {
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	display: none;
}

.closeme {
	cursor: pointer;
	right: 30px;
	top: 30px;
	font-weight: bold;
	position: absolute;
}

.overlay .form_popup input[type="submit"] {
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #fff;
	background: #f8c934;
	border-radius: 5px;
	border: 0;
	text-transform: uppercase;
}

/*06/11/2020
.pulse-phones {
    position: fixed;
    right: 60px;
    bottom: 60px;
	z-index:9;
}
.absphones {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 200px;
    display: none;
}
.pulse-button {
    width: 60px;
    height: 60px;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
    border: none;
    box-shadow: 0 0 0 0 #f0f0f0, 0 0 0 0 rgba(90, 153, 212, 0.7);
    border-radius: 100%;
    vertical-align: middle;
    background: #33458a;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0.33, 0, 1);
}06/11/2020*/
.footer a:hover {
	text-decoration: none;
}

.footer a {
	color: #242422;
}

/*06/11/2020
.absphones>div a {
    text-decoration: none;
    color: #000;
}
.absphones>div {
    background: #fff;
	box-sizing:border-box;
    border-radius: 30px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
    border: 1px solid #e2e2e2;
}
.pulse-button svg {
    fill: #fff;
    width: 50%;
	height:56px;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 12px transparent, 0 0 0 24px rgba(90, 153, 212, 0);
  }
}06/11/2020*/

.callback {
	position: fixed;
	right: -76px;
	top: 30%;
	z-index: 10;
	background: #f8c934;
	color: #fff;
	text-transform: uppercase;
	border-width: 2px 2px 0 2px;
	border-color: #fff;
	border-style: solid;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	cursor: pointer;
	transform: rotate(-90deg);
	padding: 10px;
	font-weight: 400;
	border-radius: 5px 5px 0 0;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 25px;
	background: url('../images/wrap_bg.jpg')center;
}

.footer {
	min-height: 130px;
	background: #f8c934;
}

.tophead>div {
	display: inline-block;
	vertical-align: middle;
}

.tophead {
	padding: 25px 60px;
	border-bottom: 1px solid #3c4553;
	position: relative;
}

.topmenu .moduletable>ul {
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.topmenu .moduletable>ul>li {
	display: table-cell;
	text-align: center;
	width: 200px;
}

.phones {
	font-size: 26px;
	font-weight: 600;
	color: #595550;
	padding: 25px 0 25px 65px;
	background: url('../images/phones.png')no-repeat left;
	margin-left: 150px;
	margin-right: 35px;
}

.address {
	font-size: 20px;
	color: #595550;
	font-weight: 400;
	background: url('../images/address.png')no-repeat left;
	width: 300px;
	padding: 23px 0 23px 85px;
	margin-left: 40px;
}

.topmenu .moduletable>ul>li {
	position: relative;
}

.topmenu .moduletable>ul>li>ul.nav-child {
	position: absolute;
	z-index: 12;
	left: 0;
	top: 100%;
	background: #f8c934;
	padding: 0;
	margin: 0;
	text-align: left;

}

.topmenu .moduletable>ul>li>ul.nav-child li {
	display: block;
}

.topmenu .moduletable>ul>li>ul.nav-child li a {
	color: #6c6966;
	font-weight: 300;
	font-size: 22px;
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	width: 350px;
}

.topmenu .moduletable>ul>li>ul>li.parent {
	position: relative;
}

.topmenu .moduletable>ul>li>ul>li.parent ul {
	display: none;
}

.topmenu .moduletable>ul>li>ul>li.parent:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	background: #f8c934;
	padding: 0;
}

.topmenu .moduletable>ul>li>ul.nav-child li.current a,
.topmenu .moduletable>ul>li>ul.nav-child li a:hover {
	background: #ffd906;
	color: #000;
}

.topmenu .moduletable>ul>li>ul.nav-child {
	display: none;
}

.topmenu .moduletable>ul>li:hover>ul.nav-child {
	display: block;
}

.topmenu .moduletable>ul>li>span,
.topmenu .moduletable>ul>li>a {
	display: block;
	text-transform: uppercase;
	font-size: 23px;
	color: #030e21;
	text-decoration: none;
	padding: 150px 0 20px;
	cursor: pointer;
	border-right: 1px solid #fff;
}

.topmenu .moduletable>ul>li>a:hover {
	color: #000;
}

.topmenu .moduletable>ul>li:first-child>a {
	background: url('../images/menu/company.png')no-repeat center top 40px, #e4e4e4;
}

.topmenu .moduletable>ul>li.hover:first-child>a,
.topmenu .moduletable>ul>li.active:first-child>a,
.topmenu .moduletable>ul>li:first-child>a:hover {
	background: url('../images/menu/company_b.png')no-repeat center top 40px, #f8c934;
}

.topmenu .moduletable>ul>li:nth-child(2)>span {
	background: url('../images/menu/products.png')no-repeat center top 40px, #e4e4e4;
}

.topmenu .moduletable>ul>li.hover:nth-child(2)>span,
.topmenu .moduletable>ul>li.active:nth-child(2)>span,
.topmenu .moduletable>ul>li:nth-child(2)>span:hover {
	background: url('../images/menu/products_b.png')no-repeat center top 40px, #f8c934;
}

.topmenu .moduletable>ul>li:nth-child(3)>span {
	background: url('../images/menu/services.png')no-repeat center top 40px, #e4e4e4;
}

.topmenu .moduletable>ul>li.hover:nth-child(3)>span,
.topmenu .moduletable>ul>li.active:nth-child(3)>span,
.topmenu .moduletable>ul>li:nth-child(3)>span:hover {
	background: url('../images/menu/services_b.png')no-repeat center top 40px, #f8c934;
}

.topmenu .moduletable>ul>li:nth-child(4)>a {
	background: url('../images/menu/production.png')no-repeat center top 40px, #e4e4e4;
}

.topmenu .moduletable>ul>li.hover:nth-child(4)>a,
.topmenu .moduletable>ul>li.active:nth-child(4)>a,
.topmenu .moduletable>ul>li:nth-child(4)>a:hover {
	background: url('../images/menu/production_b.png')no-repeat center top 40px, #f8c934;
}

.topmenu .moduletable>ul>li:nth-child(5)>a {
	background: url('../images/menu/order.png')no-repeat center top 40px, #e4e4e4;
}

.topmenu .moduletable>ul>li.hover:nth-child(5)>a,
.topmenu .moduletable>ul>li.active:nth-child(5)>a,
.topmenu .moduletable>ul>li:nth-child(5)>a:hover {
	background: url('../images/menu/order_b.png')no-repeat center top 40px, #f8c934;
}

.topmenu .moduletable>ul>li:last-child>a {
	background: url('../images/menu/contacts.png')no-repeat center top 40px, #e4e4e4;
}

.topmenu .moduletable>ul>li.hover:last-child>a,
.topmenu .moduletable>ul>li.active:last-child>a,
.topmenu .moduletable>ul>li:last-child>a:hover {
	background: url('../images/menu/contacts_b.png')no-repeat center top 40px, #f8c934;
}

.topmenu {
	border-bottom: 1px solid #3c4553;
}

.slider {
	border-bottom: 1px solid #3c4553;
}

.slider .caption {
	font-weight: 600;
	font-size: 35px;
	text-transform: uppercase;
	color: #48423b;
	text-align: right;
	background: rgba(255, 255, 255, .85);
	padding: 15px 25px;
}

.content {
	color: #48423b;
}

.item-page {
	padding: 0 60px 20px;
}

.page-header h1 {
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
	padding: 40px 0;
}

.content p {
	margin: 10px 0;
	line-height: 26px;
}

.content ol li,
.content ul li {
	margin: 10px 0;
	line-height: 26px;
}

.content .icons {
	display: none;
}

.footer {
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

.footer>div {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0;
	width: 390px;
	color: #242422;
	padding: 20px 20px 0;
	box-sizing: border-box;
	min-height: 110px;
	border-right: 2px solid #242422;
	line-height: 26px;
}

.footer>div:last-child {
	border: 0;
}

.contact>div a {
	color: #595550;
	text-decoration: none;
}

.contact {
	padding: 0 60px 40px;
}

.contact>div a:hover {
	text-decoration: underline;
}

.contact>div {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
}

.contact>div:first-child {
	font-size: 35px;
	font-weight: 600;
	color: #595550;
	padding: 10px 0 10px 85px;
	background: url('../images/phones.png')no-repeat left;
	width: 355px;
}

.contact>div:nth-child(2) {
	font-size: 26px;
	color: #595550;
	font-weight: 400;
	background: url('../images/address.png')no-repeat left;
	padding: 23px 0 23px 100px;
}

.contact>div:last-child {
	background: url('../images/mail.png')no-repeat left;
	font-size: 26px;
	color: #595550;
	font-weight: 400;
	padding-left: 100px;
	width: 300px;
}

.map iframe {
	vertical-align: bottom;
}

.map {
	border: 5px solid #f8c934;
	border-left: 0;
	border-right: 0;
	margin-bottom: 40px;
}

.after {
	padding: 0 60px;
	position: relative;
	overflow: auto;
}

.after>div {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #48423b;
	box-sizing: border-box;
	padding-bottom: 25px;
}

.after>div:first-child {
	float: left;
	padding-right: 25px;
}

.after>div:last-child {
	padding-left: 25px;
}

.after:before {
	content: '';
	height: 100%;
	width: 2px;
	background: #6b6b6a;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
}

.after>div h3 {
	color: #48423b;
	font-size: 22px;
	text-transform: uppercase;
}

.after>div {
	font-size: 18px;
}

.clients {
	padding: 0 30px;
}

.clients table {
	width: 100% !important;
	border-spacing: 30px;
}

.clients h3 {
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 0;
	padding: 0 30px;
}

.clients table td {
	width: 25% !important;
	text-align: center;
	border: 5px solid #b9b9b9;
	background: #fff;
	padding: 10px 0;
	height: 200px;
}

.clients table td img {
	width: 90% !important;
}

.content .gallery a {
	display: inline-block;
	width: 25%;
	float: left;
}

.content .gallery a img {
	height: 300px;
	width: 100%;
}

.content .gallery a {
	position: relative;
}

.content .gallery a:before {
	content: '';
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

.content .gallery a:hover:before {
	opacity: 1;
}

.gallery {
	border-top: 5px solid #f8c934;
	border-bottom: 5px solid #f8c934;
	margin-bottom: 40px;
	overflow: auto;
	position: relative;
}

.gallery.carousel {
	margin-bottom: 0;
}

.gallery.carousel a {
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 90px;
	height: 90px;
	background-size: cover;
}

.owl-prev {
	background: url('../images/gal_prev.png')no-repeat center;
	left: 0;
}

.owl-next {
	background: url('../images/gal_next.png')no-repeat center;
	right: 0;
}

.content form {
	padding: 0 60px;
	width: 980px;
	overflow: auto;
	margin-bottom: 100px;
}

.content form label {
	width: 200px;
	display: inline-block;
	padding-right: 50px;
	margin-bottom: 20px;
	vertical-align: top;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

.content form input,
.content form textarea {
	vertical-align: top;
	width: 700px;
	max-width: 700px;
	border: 2px solid #f8c934;
	padding: 5px 10px;
	margin-bottom: 20px;
}

.content form input[type="submit"] {
	background: #f8c934;
	color: #000;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-size: 36px;
	width: 250px;
	padding: 10px;
	float: right;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.content form input[type="submit"]:hover {
	opacity: .65;
}

.content form div span {
	margin-left: 260px;
}

.thanks {
	text-align: center;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 50px;
	display: none;
}

.slogan {
	display: inline-block;
	margin-left: 100px;
	font-size: 33px;
	font-weight: bold;
	color: #48423b;
	text-transform: uppercase;
	text-align: center;
}

.moduletable_lang li {
	display: inline-block;
	margin-right: 10px;
}

.moduletable_lang {
	position: absolute;
	right: 50px;
	top: 10px;
}

/* Yevhenii 04.02.2023  заміна іконки*/
.mod-languages_lang ul img {
	width: 40px;
}

a.pres {
	color: #242422;
	display: block;
	margin-top: 10px;
}

a.pres:hover {
	text-decoration: none;
}

.mobmenu {
	display: none;
}

@media screen and (max-width: 1200px) {
	.wrapper {
		width: 100%;
	}

	.topmenu .moduletable>ul {
		display: block;
	}

	.topmenu .moduletable>ul>li {
		display: block;
		width: 100%;
	}

	.topmenu .moduletable>ul>li:hover>ul.nav-child {
		display: none;
	}

	.tophead>div {
		display: block;
		text-align: center;
	}

	.slogan {
		margin: 10px 0;
	}

	.moduletable_lang {
		position: static;
	}

	.clients h3 {
		text-align: center;
		font-size: 33px;
	}

	.clients table {
		display: block;
		border-spacing: 0;
		width: 100% !important;
		height: auto !important;
	}

	.clients table td:nth-child(odd) {
		margin-right: 4%;
	}

	.clients table td {
		width: 46% !important;
		display: flex;
		float: left;
		align-items: center;
		text-align: center;
		justify-content: center;
		margin-bottom: 25px;
	}

	.footer>div {
		border: 0;
		margin: 0;
		min-height: 90px;
	}

	.after:before {
		display: none;
	}

	.after>div {
		display: block;
		width: 100%;
	}

	.after>div:first-child {
		float: none;
		padding-right: 0;
	}

	.after>div:last-child {
		padding-left: 0;
	}

	.mod-languages_lang ul {
		padding: 0;
	}

	/* Yevhenii 04.02.2023  заміна іконки*/
	/* .mod-languages_lang ul img {
		width: 40px;
	} */

	.topmenu .moduletable>ul>li>span,
	.topmenu .moduletable>ul>li>a {
		background-position: left 30px center !important;
		background-size: auto 70% !important;
		padding: 20px 0 !important;
	}

	.topmenu .moduletable>ul>li:last-child>a {
		background-position: left 35px center !important;
	}

	.topmenu .moduletable>ul>li:nth-child(5)>a,
	.topmenu .moduletable>ul>li:nth-child(4)>a {
		background-position: left 23px center !important;
	}

	.topmenu .moduletable>ul>li:nth-child(3)>span {
		background-position: left 20px center !important;
	}

	.topmenu .moduletable>ul>li:nth-child(2)>span {
		background-position: left 25px center !important;
	}

	.slider .wk-slideshow .caption {
		line-height: inherit !important;
		font-size: 22px;
	}

	.topmenu .moduletable>ul>li>ul.nav-child {
		position: static;
	}

	.topmenu .moduletable>ul>li>ul.nav-child li a {
		width: 100%;
	}

	.topmenu .moduletable>ul>li>ul>li.parent ul {
		padding-left: 0;
	}

	.topmenu .moduletable>ul>li>ul>li.parent ul li a {
		padding-left: 60px;
	}

	.topmenu ul li {
		overflow: hidden;
	}

	.topmenu .moduletable>ul>li>ul.nav-child li a {
		color: #000;
		font-size: 26px;
		font-weight: 400;
	}

	.topmenu ul li span,
	.topmenu ul li a {
		border-bottom: 1px solid #000;
		font-weight: 400;
	}

	.topmenu {
		border-bottom: 0;
	}

	.topmenu .moduletable>ul>li>span,
	.topmenu .moduletable>ul>li>a {
		border-right: 0;
	}

	.mobmenu {
		display: block;
		border-bottom: 1px solid #3c4553;
		background: url('../images/burgmenu.png')no-repeat left 30px center, #f8c934;
		font-size: 30px;
		font-weight: 400;
		text-transform: uppercase;
		padding: 10px 0 10px 90px;
		background-size: auto 50%;
		cursor: pointer;
		line-height: 33px;
	}

	.mobmenu.opened {
		background: url('../images/closeicon.png')no-repeat left 32px center, #f8c934;
		background-size: auto 50%;
	}

	.topmenu>.moduletable {
		display: none;
	}

	.contact>div {
		display: block;
		width: 100% !important;
	}

	.contact>div:last-child {
		padding: 35px 0 35px 100px;
	}

	.contact>div:first-child {
		padding: 10px 0 10px 100px;
		background: url(../images/phones.png)no-repeat left 15px center;
	}

	.content form label,
	.content form,
	.content form input,
	.content form textarea {
		width: 100%;
		box-sizing: border-box;
	}

	.content form label {
		font-size: 24px;
	}

	.content form input,
	.content form textarea {
		padding: 10px;
	}

	.item-page table {
		display: block;
		width: auto !important;
		height: auto !important;
	}

	.item-page table td {
		display: block;
	}

	.item-page table td img {
		float: none !important;
	}

	.content .gallery a {
		width: 50%;
	}

	.gallery.carousel a {
		width: 100%;
	}
}

/*====================================================
widget Yevhenii_PPC https://www.facebook.com/YevheniiPPC
======================================================*/
/*
@media (max-width: 992px) {
	.widget .w_wrapper{
		
	}
	.social_btn img{
		width: 180px;
	}
}*/
.widget {
	position: fixed;
	bottom: 25px;
	right: 46px;
	z-index: 9;
}

/* позиция виджета*/
.w_wrapper {
	position: relative;
	width: 80px;
	height: 80px;
	right: 7px;
}

/* позиция виджета....*/
.circle.pulse {
	animation-timing-function: ease;
	animation: pulse 2s infinite;
	background-color: #33458a;
	opacity: .8;
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}

	25% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

/*белый фон виджета  */
.circle {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
	margin: auto;
	transform: scale(1, 1);
}

/*белый фон виджета.....*/
.circle svg:hover {
	cursor: pointer;
	fill: #f8c934;
	transform: scale(1.2, 1.2);
}

.circle svg {
	stroke-linejoin: round;
	stroke-width: 5;
	transition: all 0.3s;
	width: 60%;
	height: 60%;
	margin: 13px 9px 0px 14px;
}

.social__buttons img {
	max-width: 100%;
	vertical-align: middle;
	border-style: none;
}

.widget .social__buttons {
	position: absolute;
	bottom: 100%;
	text-align: center;
	display: none;
}

.widget .social__buttons img {
	margin-bottom: 15px;
}

.social__buttons img:hover {
	transform: scale(1.2, 1.2);
	transition: all 0.4s;
}

/*====================================================
widget Yevhenii_PPC https://www.facebook.com/YevheniiPPC
======================================================*/