.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?f91ma7");
	src: url("../fonts/icomoon.eot?f91ma7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f91ma7") format("truetype"), url("../fonts/icomoon.woff?f91ma7") format("woff"), url("../fonts/icomoon.svg?f91ma7#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
	content: "\e912";
}

.icon-address:before {
	content: "\e900";
}
.icon-key_arrow_up:before {
	content: "\e90f";
}

.icon-key_arrow_down:before {
	content: "\e910";
}

.icon-arrow_right:before {
	content: "\e900";
}

.icon-arrow_left:before {
	content: "\e901";
}

.icon-clock:before {
	content: "\e913";
}

.icon-minus:before {
	content: "\e902";
}

.icon-plus:before {
	content: "\e903";
}

.icon-search:before {
	content: "\e904";
}

.icon-arrow-right:before {
	content: "\e905";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-down:before {
	content: "\e907";
}

.icon-arrow-up:before {
	content: "\e908";
}

.icon-twitter:before {
	content: "\e914";
}

.icon-play:before {
	content: "\e911";
}

.icon-chat:before {
	content: "\e909";
}

.icon-pinterest:before {
	content: "\e90a";
}

.icon-linkedin:before {
	content: "\e90b";
}

.icon-facebook:before {
	content: "\e90c";
}

.icon-envelope:before {
	content: "\e90d";
}

.icon-call:before {
	content: "\e90e";
}

#header {
	width: 100%;
	padding: 12px 0;
	position: relative;
	z-index: 11;
}

#header .top-header {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 9;
}

#header .top-header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .top-header .right-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .top-header .icon-search {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #f19716;
}

#header .contact-list {
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
}

#header .contact-list li {
	padding: 0 15px;
}

#header .contact-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
}

#header .contact-list li a .ico {
	color: #055da2;
	font-size: 18px;
	line-height: 1;
	margin-right: 5px;
}

#header .contact-list li a:hover {
	color: #055da2;
}

#header .logo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#header .logo-box .logo {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100px;
	margin: 0 15px 0 0;
}

#header .logo-box .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header .logo-box .caption {
	display: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #666;
	padding: 8px 0 0 15px;
	position: relative;
}

#header .logo-box .caption:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 1px;
	height: 22px;
	background: #eee;
}

#main-nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 12px 15px 15px;
	width: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #f3f3f3;
}

.nav-active #main-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#main-nav .main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

#main-nav .main-menu>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#main-nav .main-menu>li.menu-active .dropdown-holder {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#main-nav .main-menu>li>a {
	display: block;
	color: #333;
	padding: 10px;
	position: relative;
}

#main-nav .main-menu a.submenu-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 1;
	color: rgba(0, 0, 0, .3);
	border-left: 1px solid rgba(0, 0, 0, .2);
}

#main-nav .menu-title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	color: rgba(0, 0, 0, .3);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#main-nav .menu-title.txt::before {
	display: none;
}

#main-nav .menu-title::before {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	font-size: 26px;
	line-height: 1;
	top: -4px;
	left: -4px;
	color: rgba(0, 0, 0, .3);
}

#main-nav .dropdown-holder {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 300px;
	padding: 12px 15px 15px;
	overflow-y: auto;
	-webkit-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #f3f3f3;
	z-index: 5;
}

#main-nav .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#main-nav .sub-menu>li {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#main-nav .sub-menu>li>a {
	display: block;
	padding: 10px;
	color: #333;
}

.language-box {
	width: 65px;
	position: relative;
	margin: 0 0 0 20px;
}

.language-box:hover .languages {
	visibility: visible;
	opacity: 1;
}

.language-box>a.lan-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 500;
	color: #999;
	padding: 0 20px 0 0;
}

.language-box>a.lan-open:before {
	content: "\e910";
	font: 20px/1 "icomoon";
	position: absolute;
	top: 0;
	right: 0;
}

.language-box img {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	margin-right: 5px;
}

.language-box .languages {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
	list-style: none;
	margin: 3px 0 0;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0, 0, 0, .5);
}

.language-box .languages li {
	padding: 0 5px;
}

.language-box .languages li a {
	display: block;
	color: #fff;
}

.language-box .languages li a:hover {
	color: #055da2;
}

.nav-opener {
	position: absolute;
	top: 14px;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #055da2;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

.float-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 20px 40px;
	z-index: 99;
}

.nav-active .float-menu {
	display: none;
}

.float-menu .menubar {
	max-width: 570px;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 100px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .25);
	background: rgba(245, 245, 245, .9);
}

.float-menu .menubar li {
	width: 25%;
	padding: 10px 2px;
	border-left: 1px solid #fff;
}

.float-menu .menubar li:first-child {
	border: 0;
}

.float-menu .menubar a {
	display: inline-block;
	color: #055da2;
}

.float-menu .menubar img {
	display: block;
	max-width: 25px;
	height: auto;
	margin: 0 auto 5px;
}

body {
	min-width: 320px;
	font-size: 14px;
	line-height: 20px;
}

body.nav-active {
	overflow: hidden;
}

.fixed-socialnetworks {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.fixed-socialnetworks li {
	margin: 0 0 5px;
}

.fixed-socialnetworks a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.fixed-socialnetworks a:hover {
	opacity: .7;
}

.fixed-socialnetworks a.icon-facebook {
	background: #3b579d;
}

.fixed-socialnetworks a.icon-linkedin {
	background: #006bb1;
}

.fixed-socialnetworks a.icon-pinterest {
	background: #c94638;
}

.fixed-socialnetworks a.icon-chat {
	background: #055da2;
}

.fixed-socialnetworks a.icon-arrow-up {
	font-size: 16px;
	background: #f19716;
}

table {
	width: 100%;
}

a {
	-webkit-transition: linear .3s;
	transition: linear .3s;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 170px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 50px;
	color: #999;
	border: 1px solid transparent;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.btn i {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 1px;
}

.btn:hover {
	opacity: .75;
}

.btn.btn-primary {
	color: #fff;
	border-color: #055da2;
	background: #055da2;
}

.btn.btn-secondary {
	color: #fff;
	border-color: #f19716;
	background: #f19716;
}

.btn.btn-white {
	color: #055da2;
	border-color: #fff;
	background: #fff;
}

.btn.btn-white:hover {
	opacity: 1;
	color: #fff;
	background: none;
}

.btn.btn-success {
	border: 2px solid #5fc55f;
}

.btn.btn-danger {
	border: 2px solid #ef6b59;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	margin: 0 0 10px;
	font-weight: 600;
	color: #333;
}

h1,
.h1 {
	font-size: 24px;
	line-height: 28px;
}

h2,
.h2 {
	font-size: 20px;
	line-height: 24px;
}

h3,
.h3 {
	font-size: 16px;
	line-height: 20px;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 20px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav-active #wrapper {
	right: 300px;
}

#main {
	overflow: hidden;
}

.form-login {
	max-width: 380px;
	margin: 0 auto 10px;
}

.form-group {
	position: relative;
	margin: 0 0 15px;
}

textarea.form-control {
	height: 150px;
	resize: none;
}

.link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	text-transform: capitalize;
	color: #055da2;
}

.link i {
	font-size: 18px;
	line-height: 1;
}

.product-section {
	position: relative;
	overflow: hidden;
	padding: 60px 0 50px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-section .text-box {
	width: 100%;
	color: #e7e7e7;
	margin: 0 0 40px;
}

.product-section h1 {
	color: #fff;
}
.product-section h2{
	color: #fff;
}

.product-section .img-box {
	display: block;
	width: 100%;
	margin: 0 0 15px;
	position: relative;
}

.product-section .img-box img {
	display: block;
	width: 100%;
	height: auto;
}
.product-section .img-box .txt{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px;
}
.product-section .img-box .txt h2{
	margin: 0 0 5px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-section .img-box:hover .txt h2{
	color: #006bb1;
}
.product-section .img-box .txt p{
	display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 0;
}

.product-section .btn-holder {
	padding-top: 20px;
}

.twocols {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.twocols .img-box {
	max-width: 500px;
	margin: 0 auto;
}

.twocols .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.twocols .text-holder {
	padding: 0 0 20px;
}

.twocols .text-holder h2 {
	max-width: 500px;
	margin: 0 0 15px;
	color: #000;
}

.twocols .text-holder .btn-holder {
	padding: 15px 0 40px;
}

.twocols .logo {
	width: 128px;
	margin: 0 0 25px;
}

.counter_info_holder.counter-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: 0 -15px 10px;
}

.counter_info_holder.counter-block .wrap-info {
	padding: 0 15px 20px;
}

.news-room {
	position: relative;
	overflow: hidden;
	padding: 40px 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-room h2 {
	color: #000;
}

.news-room .text-holder {
	margin: 0 0 60px;
}

.news-room .btn-holder {
	padding-top: 40px;
}

.privacy-policy-block {
	position: relative;
	padding: 20px 0;
}

.privacy-policy-block .container {
	max-width: 1155px;
}

.privacy-policy-block .text-holder {
	overflow: hidden;
}

.privacy-policy-block .title {
	display: block;
	margin-bottom: 18px;
}

.offer-section {
	overflow: hidden;
	position: relative;
	padding: 20px 0;
}

.offer-section .text-holder {
	margin: 0 0 40px;
}

.offer-section .offer-block {
	overflow: hidden;
	margin: 0 0 30px;
}

.offer-section .offer-block .column {
	width: 100%;
	position: relative;
	margin: 0 0 25px;
}

.offer-section .offer-block .column:hover .info-box {
	background: #f19716;
}

.offer-section .offer-block .img-box {
	width: 100%;
	height: 280px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.offer-section .offer-block .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 220px;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #055da2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.offer-section .offer-block .info-box.service {
	right: -20px;
	bottom: -20px;
}

.offer-section .offer-block .info-box.product {
	left: -20px;
	bottom: -20px;
}

.offer-section .offer-block .info-box.inspection {
	top: -20px;
	right: -20px;
}

.offer-section .offer-block .info-box.packaging {
	top: -20px;
	left: -20px;
}

.offer-section .offer-block .info-box .text {
	height: 48px;
	overflow: hidden;
}

.offer-section .offer-block .ico-img {
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
}

.offer-section .offer-block .title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 0 15px;
}

.faq-section {
	overflow: hidden;
	padding: 55px 0;
}

.faq-section .header {
	width: 100%;
	margin: 0 0 30px;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion>li {
	margin-bottom: 20px;
	background: white;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}

.accordion>li.active a.btn-opener {
	color: #fff;
	background: #f19716;
}

.accordion>li.active a.btn-opener::before {
	color: #fff;
}

.accordion>li.active a.btn-opener::after {
	content: "\e902";
	color: #fff;
}

.accordion>li a.btn-opener {
	display: block;
	position: relative;
	padding: 12px 50px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
}

.accordion>li a.btn-opener::before,
.accordion>li a.btn-opener::after {
	content: "Q";
	position: absolute;
	top: 11px;
	left: 22px;
	color: #055da2;
}

.accordion>li a.btn-opener::after {
	content: "\e903";
	font-family: "icomoon";
	font-size: 24px;
	line-height: 1;
	top: 11px;
	left: auto;
	right: 10px;
	color: #888;
}

.accordion>li p:last-child {
	margin: 0;
}

.accordion .content-slide {
	font-size: 14px;
	line-height: 30px;
	padding: 20px 50px;
}

.accordion .list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion .list li {
	padding: 3px 0;
}

.get-in-touch {
	overflow: hidden;
	padding: 50px 0;
}

.get-in-touch .text-holder {
	max-width: 850px;
	margin: 0 auto 25px;
}

.top-banner {
	position: relative;
	width: 100%;
	height: 160px;
	margin: 0 0 10px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-section {
	overflow: hidden;
	padding: 10px 0 40px;
}

.contact-section h1 {
	margin: 0 0 20px;
}

.contact-section .contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-section .contact-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 45px;
}

.contact-section .contact-list .ico-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	background: #055da2;
}

.contact-section .contact-list .text-box {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 0 0 15px;
}

.contact-section .contact-list .title {
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}

.contact-section .contact-list a {
	color: #666;
}

.contact-section .contact-list a:hover {
	color: #055da2;
}

.contact-section .map-holder {
	width: 100%;
	overflow: hidden;
}

.machinery-twocol {
	width: 100%;
	margin: 5px 0 40px;
	background: #f5f5f5;
}

.machinery-twocol .img-box {
	display: block;
	width: 100%;
	min-height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.machinery-twocol .text-box {
	width: 100%;
	padding: 30px;
}

.machinery-twocol h1 {
	margin: 0 0 15px;
}

.machinery-twocol h1 a {
	color: #333;
}

.machinery-twocol h1 a:hover {
	color: #055da2;
}

.machinery-threecol {
	position: relative;
	margin-bottom: 30px;
}

.machinery-threecol .column {
	margin-bottom: 25px;
}

.machinery-threecol .img-box {
	display: block;
}

.machinery-threecol .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.machinery-threecol .text-box {
	color: #999;
	line-height: 30px;
	padding: 15px 0;
}

.machinery-threecol h2 {
	margin: 0 0 15px;
}

.machinery-threecol h2 a {
	color: #333;
}

.machinery-threecol h2 a:hover {
	color: #055da2;
}

.machinery-threecol .btn-holder {
	padding-top: 15px;
}

.machiner-section {
	position: relative;
	overflow: hidden;
	padding: 25px 0 60px;
}

.machiner-section h1 {
	margin: 0 0 20px;
}

.breadcrumbs_wrap {
	overflow: hidden;
	padding: 20px 0;
}

.breadcrumbs {
	padding: 5px 0;
	margin: 0 -15px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #666;
}

.breadcrumbs li {
	padding: 0 15px;
	margin: 0 0 5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumbs li+li:after {
	top: 50%;
	left: -3px;
	content: "-";
	color: #666;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs li span {
	display: block;
}

.breadcrumbs li a {
	display: block;
	color: #666;
}

.breadcrumbs li a:hover {
	color: #055da2;
}

.company_info_area {
	padding: 0 0 50px;
	overflow: hidden;
}

.company_info_area .company-info {
	padding-bottom: 80px;
}

.company_info_area .company-info .h2 {
	padding-bottom: 15px;
	margin: 0 0 15px;
	position: relative;
}

.company_info_area .company-info .h2:after {
	width: 30px;
	height: 2px;
	background: #055da2;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.company_info_area .company-info .image-holder {
	position: relative;
	margin-bottom: 40px;
}

.company_info_area .company-info .image-holder img {
	display: block;
	height: auto;
	width: 100%;
}

.company_info_area .company-info .image-holder .btn-play {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
	background: #055da2;
}

.company_info_area .company-info .image-holder .btn-play .ico {
	color: #fff;
	font-size: 30px;
}

.company_info_area .about-company {
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #666;
}

.company_info_area .about-company p {
	margin: 0 0 20px;
}

.company_info_area .about-company p:last-child {
	margin: 0;
}

.counter_info_holder {
	overflow: hidden;
}

.counter_info_holder .wrap-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.counter_info_holder .icon-holder {
	margin-right: 10px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.counter_info_holder .icon-holder img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.counter_info_holder .text-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.counter_info_holder .value {
	margin-bottom: 5px;
	display: block;
	font-size: 32px;
	line-height: 32px;
	font-weight: 500;
	color: #ffa523;
}

.counter_info_holder .value sup {
	top: -16px;
	color: #ffa523;
	right: 3px;
	font-size: 40%;
}

.counter_info_holder .txt {
	display: block;
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	color: #999;
}

.slider_frame {
	overflow: hidden;
}

.slider_frame.margin-bottom {
	margin-bottom: 40px;
}

.slider_frame h2 {
	margin: 0 0 20px;
	text-align: center;
}

.slider_frame .h3 {
	text-align: left;
	margin: 0 0 15px;
}

.history_area {
	overflow: hidden;
	padding: 40px 0;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.history_area .heading-holder {
	margin: 0 0 40px;
	overflow: hidden;
	text-align: center;
}

.history_area h2 {
	margin: 0 0 20px;
	color: #fff;
}

.history_area .title-history {
	margin: 0 0 20px;
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.history_area .icon-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.history_area .icon-holder img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.slider_wrap {
	margin: 0 -5px;
}

.slider_wrap .product-slider,
.slider_wrap .generic-slider {
	padding: 0 50px;
}

.slider_wrap .slick-list,
.slider_wrap .slick-track,
.slider_wrap .slick-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.slider_wrap .slide-holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 5px;
}

.slider_wrap .text-holder {
	padding: 20px 15px 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	text-align: center;
	background: -webkit-linear-gradient(top, white 0%, white 30%, white 70%, rgba(255, 255, 255, .2) 98%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, white 30%, white 70%, rgba(255, 255, 255, .2) 98%, rgba(255, 255, 255, 0) 100%);
}

.slider_wrap .text-holder p {
	margin: 0;
}

.slider_wrap .title {
	margin: 0 0 20px;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #333;
}

.slider_wrap .slick-prev,
.slider_wrap .slick-next {
	top: 50%;
	right: 5px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	background: #fff;
	border-radius: 100%;
	outline: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #c3c3c3;
}

.slider_wrap .slick-prev .ico,
.slider_wrap .slick-next .ico {
	color: #666;
	font-size: 15px;
	font-family: "icomoon" !important;
}

.slider_wrap .slick-prev {
	right: auto;
	left: 5px;
}

.slider_info_block {
	overflow: hidden;
	padding: 40px 0 0;
}

.slider_info_block h2 {
	margin: 0 0 40px;
}

.slider_info_block .image-holder {
	overflow: hidden;
	width: 100%;
}

.slider_info_block .image-holder img {
	display: block;
	height: auto;
	width: 100%;
}

.slider_info_block .slick-prev,
.slider_info_block .slick-next {
	background: #f19716;
	border-color: #f19716;
}

.slider_info_block .slick-prev .ico,
.slider_info_block .slick-next .ico {
	color: #fff;
}

.posts_block {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 24px;
}

.posts_block p {
	margin: 0;
}

.posts_block .date {
	margin: 0 0 10px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #b2b2b2;
}

.posts_block h2,
.posts_block h1 {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #055da2;
}

.posts_block h2 a,
.posts_block h1 a {
	color: #055da2;
}

.posts_block .btn-more {
	display: inline-block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	position: relative;
	padding-right: 15px;
	color: #135385;
}

.posts_block .btn-more:after {
	top: 0;
	right: -7px;
	font-size: 20px;
	content: "\e900";
	color: #135385;
	position: absolute;
	font-family: "icomoon" !important;
}

.posts_block .post_holder {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	color: #666;
	box-shadow: 0 7px 15px 1px rgba(205, 205, 205, .21);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.posts_block .post_holder:hover {
	background: #055da2;
}

.posts_block .post_holder:hover h2,
.posts_block .post_holder:hover h2 a,
.posts_block .post_holder:hover .date,
.posts_block .post_holder:hover .btn-more,
.posts_block .post_holder:hover .text-box {
	color: #fff;
}

.posts_block .post_holder:hover .btn-more:after {
	color: #fff;
}

.posts_block .post_holder .wrap {
	width: 100%;
}

.posts_block .post_holder .image-box {
	overflow: hidden;
}

.posts_block .post_holder .image-box img {
	display: block;
	height: auto;
	width: 100%;
}

.posts_block .post_holder h2 {
	color: #011;
}

.posts_block .post_holder h2 a {
	color: #011;
}

.posts_block .post_holder .text-box {
	padding: 20px 15px;
}

.posts_block .post_holder .text-box p {
	margin: 0 0 25px;
}

.technica_post_holder {
	margin: 0;
}

.technica_post_holder .image-holder {
	overflow: hidden;
	margin: 0 0 25px;
}

.technica_post_holder .image-holder img {
	display: block;
	height: auto;
	width: 100%;
}

.technica_post_holder .text-holder {
	padding: 15px;
	background: #fff;
	box-shadow: 0 3px 21px 0 rgba(200, 200, 200, .35);
}

.technica_post_holder .text-holder p {
	margin: 0 0 25px;
}

.paging {
	padding: 0;
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
}

.paging li {
	margin: 0 5px;
}

.paging li a,
.paging li .page-numbers {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	width: 42px;
	height: 42px;
	background: white;
	border: 1px solid #c3c3c3;
	border-radius: 50%;
	font-weight: 500;
}

.paging li a:hover,
.paging li .page-numbers:hover {
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #f19716;
	border: 1px solid #f19716;
}

.paging li.current a,
.paging li .page-numbers.current {
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #f19716;
	border: 1px solid #f19716;
}

.detail_info_block {
	overflow: hidden;
}

.detail_info_block h2 {
	margin: 0 0 15px;
}

.detail_info_block .post-detail {
	margin: 0 0 40px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #666;
}

.detail_info_block .post-detail p {
	margin: 0;
}

.detail_info_block .post-detail .img-holder {
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.detail_info_block .post-detail .img-holder img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.bottom-info-holder {
	overflow: hidden;
}

.detail-heading-holder {
	padding: 0 0 15px;
	margin: 0 0 40px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.detail-heading-holder .detail-list {
	padding: 0;
	margin: 0 -15px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.detail-heading-holder .detail-list li {
	padding: 0 15px;
}

.detail-heading-holder .detail-list li .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.detail-heading-holder .detail-list li .ico {
	display: block;
	margin-right: 15px;
}

.detail-heading-holder .detail-list li .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.detail-heading-holder .detail-list li .txt {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #999;
}

.social_bar {
	padding: 0 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eee;
}

.social_bar .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #666;
	margin-right: 20px;
}

.social_icons {
	padding: 0;
	margin: 0 -3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}

.social_icons li {
	padding: 0 3px;
}

.social_icons li a {
	display: block;
	height: auto;
	max-width: 100%;
}

.social_icons li a:hover {
	opacity: .7;
}

.paging_bar {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.paging_bar .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	text-transform: none;
}

.paging_bar .link.right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.paging_bar .link .icon {
	top: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #c3c3c3;
}

.paging_bar .link .icon:after {
	top: 50%;
	left: 50%;
	font-size: 25px;
	color: #c3c3c3;
	content: "\e901";
	font-family: "icomoon" !important;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.paging_bar .link .icon.right {
	left: auto;
	right: 0;
}

.paging_bar .link .icon.right:after {
	content: "\e900";
}

.paging_bar .link:hover .icon {
	background: #f19716;
	border: 1px solid #f19716;
}

.paging_bar .link:hover .icon:after {
	color: #fff;
}

.paging_bar .link .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #666;
}

.paging_bar .link .bold-txt {
	margin-right: 5px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	color: #333;
	text-transform: none;
}

.paging_bar .small-logo {
	display: block;
}

.paging_bar .small-logo img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.products_list {
	padding: 0;
	margin: 0 -5px 30px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products_list li {
	width: 50%;
	padding: 0 5px;
	margin: 0 0 10px;
}

.products_list li:last-child {
	width: 100%;
}

.products_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #666;
	border: 1px solid #dedede;
}

.products_list li a:hover {
	background: #f19716;
	border-color: #f19716;
	color: #fff;
}

.products_list li.active a {
	background: #f19716;
	border-color: #f19716;
	color: #fff;
}

.products_wrap {
	position: relative;
}

.product-info {
	width: 100%;
	background: #edf4fa;
	box-shadow: 0 7px 15px 1px rgba(193, 199, 203, .21);
}

.product-info .img-box {
	overflow: hidden;
}

.product-info .img-box img {
	display: block;
	height: auto;
	width: 100%;
}

.product-info .text-box {
	padding: 20px;
}

.product-info .title {
	margin: 0 0 5px;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-info .title a {
	color: #111;
}

.product-info .title a:hover {
	color: #055da2;
}

.product-info .text {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_detail_wrap {
	overflow: hidden;
}

.product_detail_wrap .product-info-holder {
	margin: 0 0 25px;
}

.product_detail_wrap .wrap-box {
	width: 100%;
	margin: 0 0 25px;
}

.product_detail_wrap .slider-holder {
	overflow: hidden;
	margin: 0 0 50px;
}

.product_detail_wrap .product-img {
	overflow: hidden;
}

.product_detail_wrap .product-img img {
	display: block;
	height: auto;
	width: 100%;
}

.product_detail_wrap .detail {
	overflow: hidden;
}

.product_detail_wrap .detail h1 {
	margin: 0 0 20px;
}

.product_detail_wrap .product-description {
	margin-bottom: 20px;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #666;
}

.product_detail_wrap .product-description p {
	margin: 0;
}

.product_detail_wrap .title-desc {
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	margin: 0 0 15px;
	color: #333;
}

.product_detail_wrap .contact-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product_detail_wrap .contact-list li {
	margin: 0 0 10px;
}

.product_detail_wrap .contact-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	background: #055da2;
}

.product_detail_wrap .contact-list li a:hover {
	background: #f19716;
}

.product_detail_wrap .contact-list li .ico {
	display: block;
}

.product_detail_wrap .contact-list li .ico img {
	display: block;
	height: auto;
	max-width: 100%;
}

.product_detail_wrap .contact-list li .text {
	margin-left: 10px;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: white;
}

.advantages_area {
	margin: 0 0 50px;
	overflow: hidden;
}

.advantages_area h2 {
	margin: 0 0 30px;
	text-align: center;
}

.advantages_list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.advantages_list li {
	margin: 0 0 25px;
}

.advantages_list li .wrap {
	width: 100%;
	padding: 30px 20px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #767676;
	text-align: center;
	background: url(../images/pa-bg-01.png) no-repeat;
	background-size: 100% 100%;
}

.advantages_list li .wrap p {
	margin: 0;
	word-break: break-all;
}

.advantages_list li .icon-holder {
	margin: 0 0 10px;
}

.advantages_list li .icon-box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 97px;
	height: 97px;
	border-radius: 100%;
	border: 1px solid #055da2;
}

.advantages_list li .icon-box img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.advantages_list li .icon-box .blue-img {
	display: inline-block;
}

.advantages_list li .icon-box .white-img {
	display: none;
}

.advantages_list li .title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 15px 0;
	margin: 0 0 10px;
	position: relative;
	line-height: 22px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.advantages_list li .title:after {
	width: 84px;
	height: 1px;
	background: #c8c8c8;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.advantages_list li:hover .wrap {
	background: url(../images/pa-bg-02.png) no-repeat;
	background-size: 100% 100%;
}

.advantages_list li:hover .icon-box {
	background: #f19716;
	border-color: #f19716;
}

.advantages_list li:hover .blue-img {
	display: none;
}

.advantages_list li:hover .white-img {
	display: inline-block;
}

.table_info_block {
	margin: 0 0 50px;
	overflow: hidden;
}

/**Table Styles**/

.product-table {
	padding: 30px 0;
}

.product-table .title {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
	color: #666;
	margin: 0 0 15px;
}

.product-table .table-box {
	width: 100%;
	margin: 0 0 45px;
}

.product-table .scroll-holder {
	overflow-x: auto;
	padding-bottom: 15px;
}

.product-table table.info-table {
	width: 900px;
	text-align: center;
}

.product-table table.info-table tr {
	width: 100%;
}

.product-table table.info-table th {
	background: #e1e6ec;
	border: 1px solid #eee;
	text-align: center;
	padding: 15px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

.product-table td {
	border: 1px solid #eee;
	padding: 10px;
}

.product_video_block {
	overflow: hidden;
}

.product_video_block .holder {
	width: 100%;
}

.product_video_block .text-holder {
	overflow: hidden;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 25px;
	color: #666;
}

.product_video_block .text-holder p {
	margin: 0;
}

.product_video_block .text-holder p strong {
	font-weight: 700;
}

.product_video_block .title-video {
	display: block;
	padding: 0 0 15px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
	position: relative;
}

.product_video_block .title-video:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #055da2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.product_video_block .img-holder {
	position: relative;
}

.product_video_block .img-holder img {
	display: block;
	height: auto;
	width: 100%;
}

.product_video_block .img-holder .btn-play {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.product_video_block .img-holder .btn-play:after {
	content: "";
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -45px 0 0 -45px;
	background: rgba(241, 151, 22, .3);
	border-radius: 50%;
	-webkit-animation: sanfang 1s ease-out infinite;
	animation: sanfang 1s ease-out infinite;
	z-index: -1;
}

.product_video_block .img-holder .btn-play:before {
	content: "";
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	background: rgba(241, 151, 22, .2);
	border-radius: 50%;
	-webkit-animation: sanfang 1.5s ease-out infinite;
	animation: sanfang 1.5s ease-out infinite;
	z-index: -2;
}

.product_video_block .img-holder .btn-play .play {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	border-radius: 100%;
	position: relative;
}

.product_video_block .img-holder .btn-play .play .ico {
	font-size: 30px;
	color: #f19716;
}

.related_products {
	padding: 50px 0;
	overflow: hidden;
	background: url(../images/product-bg.jpg) repeat;
}

.related_products .slick-prev,
.related_products .slick-next {
	background: #f19716;
	border-color: #f19716;
}

.related_products .slick-prev .ico,
.related_products .slick-next .ico {
	color: #fff;
}

.application_posts_block {
	padding: 80px 0 0;
	overflow: hidden;
}

.slideshow {
	position: relative;
	height: 310px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slideset {
	width: 100% !important;
	float: left;
}

.cycle-gallery .slide {
	width: 100%;
	float: left;
	overflow: hidden;
}

.cycle-gallery .slide img {
	display: block;
	height: auto;
	width: 100%;
}

.cycle-gallery .pagination {
	border-radius: 0;
	margin-top: 35px;
}

.cycle-gallery .pagination ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cycle-gallery .pagination ul li {
	width: 33.333333333%;
	padding: 0 10px;
	margin: 0 0 10px;
}

.cycle-gallery .pagination ul li a {
	display: block;
}

.cycle-gallery .pagination ul li img {
	display: block;
	height: auto;
	width: 100%;
}

.cycle-gallery .btn-next,
.cycle-gallery .btn-prev {
	top: 50%;
	left: -12px;
	width: 60px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 5;
	margin: -80px 0 0;
	position: absolute;
	background: #f19716;
	-webkit-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}

.cycle-gallery .btn-next .ico,
.cycle-gallery .btn-prev .ico {
	font-size: 30px;
	margin: 0 0 0 8px;
	color: #fff;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.cycle-gallery .btn-next {
	left: auto;
	right: -12px;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}

.cycle-gallery .btn-next .ico {
	margin: 0 0 0 -8px;
	-webkit-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.slick-slider .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	border: 1px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slick-slider .slick-dots li {
	margin: 0;
	position: absolute;
}

.slick-slider .slick-dots li.slick-active button {
	visibility: visible;
	opacity: 1;
}

.slick-slider .slick-dots li button {
	box-shadow: none;
	outline: none;
	border: 0;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	background: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.main-slider {
	width: 100%;
}

.main-slider .slick-prev,
.main-slider .slick-next {
	position: absolute;
	left: 50%;
	bottom: 35px;
	color: #fff;
	margin: 0 0 0 -60px;
}

.main-slider .slick-prev:hover,
.main-slider .slick-next:hover {
	color: #f19716;
}

.main-slider .slick-next {
	left: auto;
	right: 50%;
	margin: 0 -60px 0 0;
}

.main-slider .slide {
	width: 100%;
}

.main-slider .slide .slide-content {
	display: block;
	width: 100%;
	min-height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-slider {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}

.news-slider .slick-prev,
.news-slider .slick-next {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: -35px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	border-radius: 50%;
	background: #f19716;
}

.news-slider .slick-prev.slick-disabled,
.news-slider .slick-next.slick-disabled {
	opacity: .5;
}

.news-slider .slick-next {
	left: auto;
	right: -35px;
}

.news-slider .inner {
	width: 100%;
	padding: 0 13px;
}

.news-slider .inner:hover .title a {
	color: #055da2;
}

.news-slider .inner:hover .text-box {
	color: #fff;
	background: #055da2;
}

.news-slider .inner:hover .text-box .link {
	color: #fff;
}

.news-slider .date {
	width: 100%;
	margin: 0 0 25px;
}

.news-slider .date .date-text {
	display: block;
	font-size: 30px;
	line-height: 33px;
	color: #111;
}

.news-slider .date .month-text {
	display: block;
	font-size: 16px;
	line-height: 18px;
	color: #b2b2b2;
}

.news-slider .title {
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.news-slider .title a {
	color: #111;
}

.news-slider .img-box {
	display: block;
	width: 100%;
	height: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-slider .text-box {
	padding: 20px 15px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #fff;
}

.news-slider .text-box p {
	height: 45px;
	overflow: hidden;
}

.news-slider .text-box .link {
	margin: 20px 0 10px;
}

#footer {
	width: 100%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	background: #055da2;
}

#footer .footer-holder {
	overflow: hidden;
	padding: 30px 0 10px;
}

#footer .left-col {
	width: 100%;
	margin: 0 0 35px;
}

#footer .right-col .title {
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
}

#footer .right-col .nav-col {
	width: 100%;
	padding: 0 0 15px;
}

#footer .logo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0;
	margin: 0 0 30px;
}

#footer .logo-box .logo {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 115px;
	margin: 0 10px 0 0;
}

#footer .logo-box .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#footer .logo-box .caption {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #f6f6f6;
	padding: 8px 0 0 10px;
	position: relative;
}

#footer .logo-box .caption:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, .2);
}

#footer .bottom-footer {
	font-size: 14px;
	line-height: 17px;
	color: #acacac;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #1e6eab;
	text-align: center;
}

#footer .bottom-footer .copyright {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

#footer .bottom-footer .text {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
}

#footer .bottom-footer .text a {
	color: #888;
}

#footer .bottom-footer .text a:hover {
	color: #fff;
}

#footer .info-list {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .info-list li {
	padding: 0 10px;
}

#footer .info-list li a {
	display: block;
	color: #acacac;
}

#footer .info-list li a:hover {
	color: #fff;
}

#footer .socialnetworks {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer .socialnetworks li {
	padding: 0 10px;
}

#footer .socialnetworks li a {
	display: block;
	color: #acacac;
}

#footer .socialnetworks li a:hover {
	color: #fff;
}

.footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-nav li {
	margin: 0 0 10px;
}

.footer-nav li a {
	color: #cfcfcf;
}

.footer-nav li a:hover {
	color: #fff;
}

.mailbox {
	width: 100%;
}

.mailbox label {
	display: block;
	font-size: 16px;
	line-height: 19px;
	text-transform: capitalize;
	margin: 0 0 5px;
	color: #f19716;
}

.mailbox .form-group {
	margin: 0 0 15px;
}

.mailbox .btn-holder {
	padding-top: 10px;
}

.mailbox .btn-holder .btn {
	min-width: 300px;
}

@media (min-width: 480px) {
	.news-slider .img-box {
		height: 220px;
	}
}

@media (min-width: 576px) {
	#footer .footer-holder {
		padding: 30px 0;
	}

	#footer .right-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#footer .right-col .nav-col {
		width: 50%;
		padding: 0 5px 15px;
	}
}

@media (min-width: 768px) {
	#main-nav {
		width: 440px;
		padding: 12px 20px 20px;
	}

	#main-nav .main-menu a.submenu-opener {
		width: 50px;
	}

	#main-nav .dropdown-holder {
		width: 440px;
		padding: 12px 20px 20px;
	}

	.float-menu {
		display: none;
	}

	.float-menu .menubar {
		padding: 0 20px;
	}

	.float-menu .menubar li {
		padding: 16px 5px;
	}

	.float-menu .menubar img {
		max-width: 38px;
	}

	h1,
	.h1 {
		font-size: 28px;
		line-height: 33px;
	}

	h2,
	.h2 {
		font-size: 26px;
		line-height: 30px;
	}

	h3,
	.h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.nav-active #wrapper {
		right: 438px;
	}

	.product-section .img-box {
		margin: 0 0 30px;
	}

	.news-room {
		padding: 40px 50px;
	}

	.offer-section .offer-block .column {
		margin: 0 0 40px;
	}

	.offer-section .offer-block .img-box {
		height: 330px;
	}

	.top-banner {
		height: 200px;
	}

	.machinery-twocol {
		margin: 15px 0 40px;
	}

	.machinery-twocol .img-box {
		min-height: 400px;
	}

	.machinery-twocol h1 {
		margin: 0 0 25px;
	}

	.machinery-twocol .btn-holder {
		padding-top: 20px;
	}

	.company_info_area {
		padding: 35px 0 80px;
	}

	.company_info_area .company-info .image-holder {
		margin-bottom: 80px;
	}

	.company_info_area .company-info .image-holder .btn-play {
		width: 100px;
		height: 100px;
	}

	.company_info_area .about-company {
		font-size: 16px;
		line-height: 32px;
	}

	.slider_frame h2 {
		margin: 0 0 38px;
	}

	.history_area {
		padding: 40px 0 120px;
	}

	.history_area .title-history {
		font-size: 50px;
		line-height: 54px;
	}

	.slider_wrap .product-slider,
	.slider_wrap .generic-slider {
		padding: 0 70px;
	}

	.slider_wrap .text-holder {
		padding: 20px 40px 20px;
	}

	.slider_wrap .slick-prev,
	.slider_wrap .slick-next {
		width: 62px;
		height: 62px;
	}

	.slider_wrap .slick-prev .ico,
	.slider_wrap .slick-next .ico {
		font-size: 25px;
	}

	.slider_info_block {
		padding: 80px 0 0;
	}

	.posts_block {
		font-size: 16px;
		line-height: 26px;
	}

	.detail_info_block .post-detail {
		font-size: 16px;
		line-height: 32px;
	}

	.paging_bar .link {
		width: 40%;
		padding: 0 45px;
	}

	.product_detail_wrap .product-description {
		font-size: 16px;
		line-height: 32px;
	}

	.product_detail_wrap .contact-list {
		margin: 0 -16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.product_detail_wrap .contact-list li {
		padding: 0 16px;
		width: 44%;
	}

	.product_detail_wrap .contact-list li:last-child {
		width: ;
	}

	.advantages_list {
		margin: 0 -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantages_list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 10px;
		width: 33.333333333%;
	}

	.product-table .title {
		font-size: 24px;
		line-height: 28px;
	}

	.product_video_block .text-holder {
		font-size: 16px;
		line-height: 28px;
	}

	.cycle-gallery .pagination ul li {
		width: 20%;
	}

	.main-slider .slide .slide-content {
		min-height: 450px;
	}

	.news-slider {
		max-width: inherit;
		margin: 0;
	}

	.news-slider .slick-prev,
	.news-slider .slick-next {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.news-slider .img-box {
		height: 180px;
	}

	#footer .right-col .nav-col {
		width: 33%;
		padding: 0 10px 15px;
	}

	.mailbox .form-group {
		margin: 0 0 25px;
	}

	.mailbox .input-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mailbox .input-wrap .form-group {
		width: 49%;
	}
}

@media (min-width: 992px) {
	#header {
		padding: 0;
	}

	#header .logo-box {
		padding: 14px 0;
	}

	#header .logo-box .logo {
		width: 128px;
	}

	#header .menu-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#main-nav {
		position: static;
		overflow-y: inherit;
		overflow-x: inherit;
		width: auto;
		padding: 0 0 0 10px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: none;
	}

	#main-nav .main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 18px;
		line-height: 23px;
		text-transform: uppercase;
	}

	#main-nav .main-menu>li {
		display: block;
		padding: 0 14px;
		border: 0;
	}

	#main-nav .main-menu>li:hover .dropdown-holder {
		opacity: 1;
		visibility: visible;
	}

	#main-nav .main-menu>li:hover>a,
	#main-nav .main-menu>li.active>a {
		color: #055da2;
	}

	#main-nav .main-menu>li:hover>a:after,
	#main-nav .main-menu>li.active>a:after {
		width: 100%;
	}

	#main-nav .main-menu>li>a {
		padding: 30px 0;
	}

	#main-nav .main-menu>li>a:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		width: 0;
		height: 3px;
		-webkit-transition: all .3s;
		transition: all .3s;
		background: #055da2;
	}

	#main-nav .main-menu a.submenu-opener {
		display: none;
	}

	#main-nav .menu-title {
		display: none;
	}

	#main-nav .dropdown-holder {
		position: absolute;
		top: 100%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 300px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
		padding: 0;
		overflow-y: inherit;
		background: rgba(5, 93, 162, .9);
	}

	#main-nav .sub-menu {
		text-align: center;
	}

	#main-nav .sub-menu>li {
		padding: 0 20px;
		border: 0;
	}

	#main-nav .sub-menu>li:hover {
		background: #f19716;
	}

	#main-nav .sub-menu>li:hover a {
		color: #fff;
	}

	#main-nav .sub-menu>li>a {
		color: #fff;
		padding: 18px 0;
		border-top: 1px dashed rgba(238, 238, 238, .2);
	}

	.nav-opener {
		display: none;
	}

	body {
		font-size: 16px;
		line-height: 24px;
	}

	.fixed-socialnetworks {
		display: block;
	}

	h1,
	.h1 {
		font-size: 36px;
		line-height: 42px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 36px;
	}

	h3,
	.h3 {
		font-size: 20px;
		line-height: 25px;
	}

	h4,
	.h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.product-section .text-box {
		margin: 0 0 60px;
	}

	.twocols {
		padding: 60px 0;
	}

	.twocols .text-holder {
		padding: 0 40px 20px 0;
		line-height: 22px;
	}

	.twocols .text-holder .btn-holder {
		padding: 20px 0 50px;
	}

	.counter_info_holder.counter-block {
		margin: 0 -30px 10px;
	}

	.counter_info_holder.counter-block .wrap-info {
		padding: 0 30px 20px;
	}

	.news-room {
		padding: 60px 36px;
	}

	.offer-section .offer-block {
		border-radius: 10%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: wrap;
		flex-flow: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 50px;
	}

	.offer-section .offer-block .column {
		width: 47.2%;
		position: relative;
		margin: 0 0 52px;
	}

	.offer-section .offer-block .column:nth-child(3),
	.offer-section .offer-block .column:nth-child(4) {
		margin-bottom: 0;
	}

	.offer-section .offer-block .info-box {
		height: 280px;
	}

	.offer-section .offer-block .info-box {
		width: 330px;
		position: absolute;
	}

	.contact-section {
		padding: 30px 0 50px;
	}

	.machinery-twocol {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 25px 0 50px;
	}

	.machinery-twocol .img-box {
		width: 51%;
		min-height: 496px;
	}

	.machinery-twocol .text-box {
		width: 49%;
		padding: 50px;
	}

	.machinery-twocol .btn-holder {
		padding-top: 60px;
	}

	.machinery-threecol .column {
		margin-bottom: 40px;
	}

	.machinery-threecol .btn-holder {
		padding-top: 25px;
	}

	.slider_frame.margin-bottom {
		margin-bottom: 80px;
	}

	.technica_post_holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.technica_post_holder .image-holder {
		width: 55%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin: 0;
		padding-right: 15px;
	}

	.technica_post_holder .text-holder {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.products_list {
		margin: 0 -10px 30px;
	}

	.products_list li {
		padding: 0 10px;
	}

	.products_list li {
		width: 20%;
	}

	.products_list li:last-child {
		width: 20%;
	}

	.product-table {
		padding: 40px 0;
	}

	.product-table table.info-table {
		width: 100%;
	}

	.product_video_block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 -25px 40px;
	}

	.product_video_block .holder {
		width: 50%;
		padding: 0 25px;
	}

	.product_video_block .text-holder {
		margin: 0;
	}

	.product_video_block .img-holder .btn-play {
		left: -35px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.news-slider .img-box {
		height: 160px;
	}

	#footer .footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#footer .left-col {
		width: 500px;
		margin: 0;
	}

	#footer .right-col {
		padding: 0 0 0 40px;
	}

	#footer .bottom-footer {
		text-align: left;
	}

	#footer .info-list {
		padding: 0 15px;
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}
}

@media (min-width: 1200px) {
	#main-nav .main-menu {
		font-size: 20px;
		line-height: 23px;
	}

	#main-nav .main-menu>li {
		padding: 0 20px;
	}

	#main-nav .dropdown-holder {
		width: 400px;
	}

	.twocols .img-box {
		max-width: inherit;
		width: 48%;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.twocols .text-holder {
		padding: 0 50% 0 0;
		line-height: 28px;
	}

	.news-room {
		padding: 60px 65px;
	}

	.offer-section .offer-block .column {
		margin: 0 0 64px;
	}

	.offer-section .offer-block .img-box {
		height: 400px;
	}

	.contact-section {
		padding: 40px 0 80px;
	}

	.slider_wrap {
		margin: 0 -16px;
	}

	.slider_wrap .slide-holder {
		padding: 0 16px;
	}

	.slider_wrap .text-holder {
		padding: 20px 40px 80px;
	}

	.slider_wrap .slick-prev,
	.slider_wrap .slick-next {
		right: 16px;
	}

	.slider_wrap .slick-prev {
		right: auto;
		left: 16px;
	}

	.technica_post_holder .image-holder {
		padding-right: 0;
	}

	.technica_post_holder .text-holder {
		margin: 0 0 0 -190px;
	}

	.paging_bar .link {
		width: 30%;
	}

	.product_detail_wrap .product-info-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px 50px;
	}

	.product_detail_wrap .wrap-box {
		width: 50%;
		padding: 0 15px;
		margin: 0;
	}

	.product_detail_wrap .slider-holder {
		margin: 0;
	}

	.advantages_list {
		margin: 0 -18px;
	}

	.advantages_list li {
		padding: 0 18px;
		width: 20%;
		margin: 0;
	}

	.main-slider .slide .slide-content {
		min-height: 550px;
	}

	.news-slider .slick-prev,
	.news-slider .slick-next {
		width: 60px;
		height: 60px;
		left: -70px;
		font-size: 20px;
	}

	.news-slider .slick-next {
		left: auto;
		right: -70px;
	}
}

@media (min-width: 1450px) {
	#header .logo-box .caption {
		display: block;
	}

	.twocols {
		padding: 80px 0;
	}

	.twocols .img-box {
		width: 39%;
	}

	.twocols .text-holder {
		padding: 0 41% 0 0;
	}

	.twocols .text-holder .btn-holder {
		padding: 40px 0 60px;
	}

	.twocols .logo {
		margin: 0 0 40px;
	}

	.news-room {
		padding: 80px 80px;
	}

	.offer-section .offer-block .column {
		margin: 0 0 80px;
	}

	.counter_info_holder .value {
		font-size: 40px;
		line-height: 40px;
	}

	.counter_info_holder .value sup {
		top: -20px;
	}

	.counter_info_holder .txt {
		font-size: 16px;
	}

	.slider_wrap .product-slider,
	.slider_wrap .generic-slider {
		padding: 0 79px;
	}

	.technica_post_holder .text-holder {
		padding: 50px;
	}

	.slideshow {
		height: 400px;
	}

	.main-slider .slide .slide-content {
		min-height: 750px;
	}

	.news-slider .img-box {
		height: 200px;
	}

	#footer .right-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: inherit;
		flex-flow: inherit;
	}

	#footer .right-col .title {
		margin: 0 0 25px;
	}

	#footer .right-col .nav-col {
		width: auto;
		padding: 0 18px;
	}

	#footer .bottom-footer .text {
		margin: 0 10px;
	}
}

@media (max-width: 991.98px) {
	#header .container {
		max-width: 100%;
	}

	.fancybox-slide::before {
		height: 5%;
	}
}

@media (max-width: 767.98px) {
	.paging_bar .link .icon {
		position: static;
		display: block;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.paging_bar .link .text {
		display: none;
	}

	.paging_bar .link .bold-txt {
		display: none;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes sanfang {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		opacity: .6;
	}

	25% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: .8;
	}

	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .8;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .6;
	}
}

@keyframes sanfang {
	0% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
		opacity: .6;
	}

	25% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
		opacity: .8;
	}

	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1;
	}

	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: .8;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .6;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ---------- Edit ------------- */
.banner-title__content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-title__wrap {
	padding: 40px 80px;
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(8px);
	text-align: center;
}

.banner-title {
	color: #055DA2;
}

.section-pro-faq {
	margin-bottom: 60px;
}

.pro-faq-header__list {
	display: flex;
	justify-content: center;
	gap: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
}

.pro-faq-header__item {
	position: relative;
	padding: 24px 12px;
	text-align: center;
}

.pro-faq-header__item::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: #055DA2;
	display: none;
}

.pro-faq-header__item.active::after {
	display: block;
}

.pro-faq-header__link {
	color: #666;
}

.pro-faq-header__item.active .pro-faq-header__link {
	color: #055DA2;
}

/* header end */
/* content start */
.pro-faq-content {
	padding: 4.16667% 10.41667%;
	background: #f8f8f8;
}

.pro-faq-content a {
	text-decoration: underline
}

.pro-faq-item {
	padding: 2.10526% 3.50877%;
	margin: 1em 0;
	background: #fff;
}

.pro-faq-item__detail {
	margin-top: 1em;
}

.pro-faq-message {
	margin: 1.5em 0 0 0;
	text-align: center;
}

/* services */
.pro-services {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	margin-top: 60px;
}

.pro-services__item {
	display: flex;
}

.pro-services__item::before {
	content: '';
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url(/lib/images/ico-success.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner_video{
	position: relative;
	height: 800px;
}
.banner_video video{
	width: 100%;
}
.banner_video .txt{
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    z-index: 7;
	width: 100%;
	padding: 60px 30px;
	background-color: rgba(0, 0, 0,0.45);
}
.banner_video .txt h1{
	font-size: 52px;
    position: relative;
    color: #fff;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
    margin-bottom: 30px;
	z-index: 9;
    text-align: center;
	line-height: 1.2;
}
.banner_video .txt h1::after{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 200px;
    height: 3px;
    background-color: #fff;
    content: '';
	
}
.banner_video .txt p{
	font-size: 20px;
    color: #fff;
	line-height: 2;
    text-align: center;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767.98px) {
	.banner_video{
		height: 260px;
	}
	.banner_video video{
		height: 260px;
		width: 100%;
		object-fit: cover;
	}
	.banner_video .txt{
		width: 100%;
		padding: 15px;
	}
	.banner_video .txt h1{
		font-size: 20px;
	}
	.banner_video .txt p{
		font-size: 16px;
	}


}


@media (max-width: 1279.98px) {
	.pro-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
		margin-top: 40px;
	}
}

@media (max-width: 1023.98px) {}

@media (max-width: 767.98px) {
	.banner-title__wrap {
		padding: 20px 40px;
	}

	.section-pro-faq {
		margin-bottom: 40px;
	}

	.pro-faq-content {
		padding: 20px 0;
		background: #fff;
	}

	.pro-faq-item {
		padding: 1em 1.5em;
		background: #f8f8f8;
	}

	.pro-services {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}

}