@charset "utf-8";
@font-face {
	font-family: 'Point_Book';
	src: url(fonts/point-book-webfont.woff);
	src: url(fonts/point-book-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point_Regular';
	src: url(fonts/point-regular-webfont.woff);
	src: url(fonts/point-regular-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point_Semibold';
	src: url(fonts/point-semibold-webfont.woff);
	src: url(fonts/point-semibold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point_Bold';
	src: url(fonts/point-bold-webfont.woff);
	src: url(fonts/point-bold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point_Extrabold';
	src: url(fonts/point-extrabold-webfont.woff);
	src: url(fonts/point-extrabold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.left {
	float: left;
}
.right {
	float: right;
}
.wrapper {
	width: 100%;
}
.showM {
	display: none;
}
.container {
	width: 1232px;
	margin: auto;
}
.flexy {
	display: flex;
}
.headerM {
	display: none;
}
.menuBtn {
	display: none;
}
.top-header {
	justify-content: flex-end;
	align-items: center;
}
.top-header>a {
	font-family: 'Point_Book';
	font-size: 12px;
	color: #898B8E;
	line-height: 20px;
	margin-left: 24px;
}
.press, .careers {
	background-repeat: no-repeat;
	background-position: right center;
}
.press {
	background-image: url(../images/press.svg);
	padding-right: 25px;
}
.careers {
	background-image: url(../images/user_icon.svg);
	padding-right: 20px;
}
.social {
	display: flex;
	margin-left: 24px;
}
.social ul {
	display: flex;
	list-style: none;
}
.social ul li {
	height: 16px;
	padding-left: 8px;
}
.social ul li img {
	display: block;
	height: 100%;
}
.top-header>a.lang {
	font-family: 'Point_Bold';
}
.social span {
	font-family: 'Point_Book';
	font-size: 12px;
	color: #898B8E;
	line-height: 16px;
}
.header-main {
	padding: 30px 0 20px;
}
.header-main:after {
	content: "";
	display: table;
	clear: both;
}
.logo-w {
	float: left;
}
.the-nav {
	float: right;
	align-items: center;
}
.navigation {
	display: flex;
	list-style: none;
}
.navigation li {
	padding: 15px;
}
.navigation>li>a {
	font-family: 'Point_Extrabold';
	font-size: 20px;
	color: #DC2826;
	text-transform: uppercase;
}
.navigation>li>a:hover {
	color: #000;
}
.aktiv {
	color: #000;
}
.the-search {
	padding-left: 30px;
}
.slider-w {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider-img-holder {
	height: 700px;
}
.slider-img-holder video {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: -30%;
	left: 0;
	right: 0;
}
.the-slider {
	position: absolute!important;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(68, 68, 68, 0.8);
}
.item-s {
	height: 700px;
	position: relative;
}
.item-s .container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.item-s h1 {
	font-family: 'Point_Extrabold';
	font-size: 66px;
	color: #DBD9D8;
	line-height: 0.95em;
	margin-bottom: 15px;
	max-width: 80%;
}
.brighter {
	color: #fff;
}
.item-s p {
	font-family: 'Point_Regular';
	font-size: 27px;
	color: #fff;
	margin-bottom: 30px;
	width: 60%;
}
.btn {
	display: block;
	width: 363px;
	height: 61px;
	font-family: 'Point_Extrabold';
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 61px;
	transition-timing-function: ease-in-out;
	transition-duration: 0.1s;
}
.btn-red {
	background-color: #DC2826;
}
.item-s .btn:hover {
	transition-property: background-color;
	background-color: #000;
}
.owl-controls {
	width: 200px;
	position: absolute;
	bottom: 52px;
	right: 50%;
	margin-right: -616px;
}
.owl-theme .owl-dots {
    text-align: right!important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px!important;
    height: 13px!important;
    margin: 0 0 0 10px!important;
    background: #fff!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #DC2826!important;
}
.categories-w {
	padding-top: 20px;
	padding-bottom: 90px;
}
.categories-l {
	list-style: none;
	margin-left: -5px;
	margin-right: -5px;
}
.categories-l li {
	width: 25%;
	padding: 0 5px;
}
.img-box {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
}
.img-box img {
	width: 100%;
	transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
}
.img-box:hover img {
	transform: scale(1.05);
}
.txt-box {
	padding-top: 17px;
	padding-right: 50px;
}
.txt-box h3 {
	font-family: 'Point_Extrabold';
	font-size: 30px;
	text-transform: uppercase;
	color: #DC2826;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
.txt-box p {
	font-family: 'Point_Semibold';
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
}
.achievements-c {
    padding: 55px 0;
	background-color: #DC2826;
}
.achievements-l {
	list-style: none;
	margin-bottom: 50px;
}
.achievements-l li {
	width: 33.33%;
	text-align: center;
	padding: 0 20px;
}
.achievements-l li:nth-of-type(2){
	padding: 0 5px;
}
.img-holder {
	margin-bottom: 20px;
}
.txt-holder h2 {
	font-family: 'Point_Extrabold';
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}
.txt-holder p {
	font-family: 'Point_Semibold';
	font-size: 16px;
	color: #fff;
	line-height: 1.7em;
}
.achievements-l li:first-of-type p, .achievements-l li:last-of-type p {
	padding: 0 50px;
}
.achievements-c .btn {
	margin: auto;
	border: 2px solid #fff;
}
.achievements-c .btn:hover {
	transition-property: background-color, color;
	background-color: #fff;
	color: #DC2826;
}
.services-w {
	padding: 85px 0 130px;
}
.services-c > h2 {
	font-family: 'Point_Extrabold';
	font-size: 46px;
	color: #898B8E;
	margin-bottom: 15px;
}
.services-l {
	list-style: none;
}
.services-l li {
    width: 25%;
    padding: 0 5px;
}
.txt-box h4 {
	font-family: 'Point_Extrabold';
	font-size: 22px;
	color: #000;
	margin-bottom: 5px;
}
.services-l .txt-box p {
	font-family: 'Point_Semibold';
    font-size: 14px;
    color: #000;
    line-height: 1.5em;
}
.footer-w {
	background-color: #EAEAEA;
	padding: 75px 0 100px;
}
.footer-r {
	width: 384px;
}
.footer {
	justify-content: space-between;
}
.logo-f {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.logo-f img:first-of-type {
	margin-right: 20px;
}
.txt-f p {
	font-family: 'Point_Book';
	font-size: 11px;
	color: #231F20;
	line-height: 1.8em;
}
.txt-f>p:first-of-type {
	margin-bottom: 20px;
}
.stronger {
	margin-top: 30px;
	margin-bottom: 20px;
}
.stronger p {
	font-family: 'Point_Semibold';
}
.social-f ul {
	display: flex;
	list-style: none;
}
.social-f ul li {
	padding-right: 12px;
}
.footer-m .footer-col {
	padding: 0 30px;
}
.footer h3 {
	font-family: 'Point_Extrabold';
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer-col ul {
	list-style: none;
}
.footer-col ul li { 
	padding-bottom: 15px;
}
.footer-col ul li a {
	font-family: 'Point_Regular';
	font-size: 16px;
	color: #000;
}
.footer-r h3 {
	color: #DC2826;
}
.form-group {
	width: 100%;
	margin-bottom: 10px;
}
.in-form {
	width: 100%;
	background-color: #fff;
	border: none;
	height: 48px;
	border-radius: 6px;
	padding-left: 17px;
}
textarea.in-form {
	padding: 17px;
	height: 117px;
	resize: none;
}
.in-form::-webkit-input-placeholder { 
	font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.in-form::-moz-placeholder { 
  	font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.in-form:-ms-input-placeholder { 
	font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.in-form:-moz-placeholder {
    font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.send-btn {
	width: 144px;
	height: 48px;
	border: none;
	background-color: #DC2826;
	border-radius: 6px;
	font-family: 'Point_Extrabold';
	font-size: 17px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 5px;
	cursor: pointer;
}
.send-btn:hover {
	opacity: 0.9;
}
.talk-to-manager {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
}
.talk-to-manager a img {
	width: 64px;
	border-radius: 50%;
	-webkit-box-shadow: 10px 10px 28px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 10px 10px 28px 0px rgba(0,0,0,0.17);
	box-shadow: 10px 10px 28px 0px rgba(0,0,0,0.17);
}
.talk-to-manager p {
	font-family: 'Point_Regular';
	font-size: 15px;
  	color: #fff;
  	margin-top: 10px;
}
.mediadesk {
	font-family: 'Point_Regular';
	font-size: 11px;
	color: #EB1924;
}
.page-header {
	width: 100%;
	height: 210px;
	background-image: url(../images/page_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-header-flexy {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-header-text h1 {
	font-family: "Point_Extrabold";
	font-size: 48px;
	color: #DBD9D8;
	font-weight: normal;
	text-align: center;
	letter-spacing: -0.02em;
}
.page-header-text h3 {
	font-family: "Point_Extrabold";
	font-size: 12px;
	color: #DBD9D8;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
.content-wrapper {
	padding-top: 100px;
	padding-bottom: 200px;
}
.navigation-column {
	width: 340px;
	padding-top: 80px;
}
.nav-top {
	font-family: "Point_Bold";
	font-size: 25px;
	color: #DC2826;
	font-weight: normal;
	letter-spacing: -0.02em;
	position: relative;
	display: inline-block;
}
.nav-top:after {
	content: "";
	width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #DC2826;
    position: absolute;
    right: -27px;
    bottom: 10px;
}
.open-content-column {
	flex: 1;
}
.vertical-nav {
	margin-top: 30px;
}
.vertical-nav ul {
	list-style: none;
}
.vertical-nav>ul>li {
	padding-bottom: 20px;
}
.vertical-nav li a {
	font-family: "Point_Semibold";
	color: #7E8082;
	letter-spacing: -0.02em;
	font-size: 18px;
}
.vertical-nav>ul>li>a {
	font-size: 20px;
}
.vertical-nav li a:hover {
	color: #000;
}
.vertical-nav li.opened a {
	color: #000;
}
.choosen-category {
	font-family: "Point_Extrabold";
	color: #000;
	letter-spacing: -0.02em;
	font-size: 41px;
}
.products-display {
	margin-top: 70px;

}
.has-sub.open>a:first-of-type {
	display: inline-block;
	margin-bottom: 20px;
	cursor: pointer;
	color: #000;
}
.has-sub ul li {
	position: relative;
	padding: 3px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.has-sub ul li:before {
	position: absolute;
	content: '';
	display: block;
	width: 3px;
	height: 100%;
	background-color: #aaa;
	top: 0;
	left: 10px;
}
.has-sub ul li:hover:before {
	background-color: #DC2826;
}
.has-sub ul li.opened:before {
	background-color: #DC2826;
}
.news-list {
    list-style: none;
    padding: 0;
}
.news-list li {
    width: 100%;
    height: auto;
    background-color: #EEE;
    margin-bottom: 10px;
    background-image: url(../images/arrow-to-right.svg);
    background-position: 97% 50%;
    background-repeat: no-repeat;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    background-size: 14px 25px;
}
.news-list li:hover {
	background-color: #ddd;
	background-image: url(../images/arrow-to-right-red.svg);
	background-position: 98% 50%;
	transition-property: all;
}
.news-list li a {
    display: inline-block;
    width: inherit;
    height: inherit;
    line-height: 26px;
    font-size: 20px;
    font-family: "Point_Semibold";
    color: #000;
    font-weight: normal;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    padding: 13px 45px 26px 30px;
    
}
.dita {
    display: block;
    font-size: 12px;
    font-family: 'Point_Book';;
    color: #000;
    font-weight: normal;
}
@supports (display: grid) {
  .grid-display {
  	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(290px,290px));
  	grid-row-gap: 50px;
	grid-column-gap: 10px;
  }
}
@supports not (display: grid) {
  .grid-display {
  	display: flex;
  	flex-wrap: wrap;
  	margin-right: -5px;
	margin-left: -5px;
  }
  .product-c {
  	width: 300px;
  	margin-bottom: 50px;
  }
}
.p-img-box {
	display: flex;
	width: 100%;
	height: 300px;
	justify-content: center;
	align-items: center;
	border: 1px solid #DEDBD6;
	margin-bottom: 20px;
}
.p-img-box img {
	display: block;
	padding: 0!important;
	border-left: none!important;
	margin-bottom: 0!important;
	box-sizing: border-box!important;
}
.p-label-holder {
	padding-right: 30px;
}
.p-label-holder h2 {
	font-family: "Point_Regular";
	font-size: 24px;
	color: #000;
	font-weight: normal;
	letter-spacing: -0.02;
	line-height: 1em;
}
.no-bg .achievements-c {
	background-color: transparent;
}
.no-bg svg path {
	fill: #000;
}
.no-bg .txt-holder h2 {
	color: #DC2826;
}
.no-bg .txt-holder p {
	color: #000;
}
.achievements-w.no-bg {
	border-top: 1px solid #DEDBD6;
	border-bottom: 1px solid #DEDBD6;
	padding-top: 40px;
	padding-bottom: 40px;
}
.no-bg .btn {
    border: none;
    background-color: #252525;
}
.no-bg .btn:hover {
	color: #fff;
	background-color: #000;
}
.desc {
	font-family: "Point_Semibold";
    color: #DC2826;
    letter-spacing: -0.02em;
    font-size: 25px;
    margin-top: 5px;
}
.product-info {
	padding-top: 27px;
}
.product-info img {
	display: block;
	position: relative;
}
.mark-img img {
	padding: 20px 0px 20px 30px;
	border-left: 4px solid #DC2826;
	margin-bottom: 27px;
	box-sizing: content-box;
}
.product-info h3 {
	font-family: "Point_Semibold";
    color: #000;
    letter-spacing: -0.02em;
    font-size: 25px;
    margin-bottom: 9px;
}
.product-info p {
	font-family: "Point_Semibold";
    color: #7E8082;
    letter-spacing: -0.02em;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 35px;
}
.product-info small {
	display: block;
	font-family: "Point_Semibold";
    color: #7E8082;
    letter-spacing: -0.02em;
    font-size: 10px;
    line-height: 1.7em;
}
.product-info>ul {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
}
.product-info>ul>li {
	background-image: url(../images/bullet.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-family: "Point_Semibold";
    color: #7E8082;
    letter-spacing: -0.02em;
    font-size: 18px;
}
.info-download {
	display: inline-block;
	width: auto;
	background-color: #7E8082;
	align-items: center;
	padding: 17px 20px 17px 60px;
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	margin-bottom: 5px;
	background-image: url(../images/pdf_icon.svg);
	background-position: 12px center;
	background-repeat: no-repeat;
}
.info-download:hover {
	background-color: #000;
	transition-property: background-color;
}
.info-download span {
	display: inline-block;
	font-family: "Point_Extrabold";
	font-size: 18px;
	color: #fff;
}
.whatsapp-btn {
	 background-color: #4dc247;
	 height: 50px;
	 width: 50px;
	 border-radius: 50%;
	 box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.map-wrap {
	position: relative;
}
.mapouter{
	position: relative;
	text-align: right;
	height: 600px;
	width: 100%;
	z-index: 5;
}
.gmap_canvas {
	overflow: hidden;
	background: none!important;
	height: 600px;
	width: 100%;
}
.map-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.contact-box {
	background-color: #fff;
    -webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 40px 80px 40px 40px;
    position: relative;
    z-index: 10;
}
.info-contact h4 {
	font-family: 'Point_Semibold';
    font-size: 25px;
    color: #000;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.info-contact p {
	font-family: 'Point_Book';
    font-size: 18px;
    color: #000;
    letter-spacing: -0.02em;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.remove-padding {
	padding: 0!important;
}
.form-wrap {
	width: 100%;
	background-color: #eee;
	padding: 100px 0;
	margin-bottom: 100px;
	border-bottom: 2px solid rgba(221, 40, 38, 0.4);
}
.form-wrap .flexy {
	justify-content: center;
}
.forma-c {
	width: 900px;
}
.forma-c h3 {
	font-family: 'Point_Extrabold';
    font-size: 25px;
    color: #000;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.the-form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.input-box {
    width: 50%;
    padding: 0 13px;
    margin-bottom: 20px;
}
.the-input {
    width: 100%;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    height: 65px;
    padding-left: 20px;
    font-family: 'Point_Regular';
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.btn-wrap {
	width: 100%;
	text-align: center;
}
.wider {
	width: 100%;
}
.input-box textarea {
    height: 120px;
    resize: none;
    padding-top: 17px;
}
.the-input::-webkit-input-placeholder { 
	font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.the-input::-moz-placeholder { 
  	font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.the-input:-ms-input-placeholder { 
	font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.the-input:-moz-placeholder {
    font-family: 'Point_Regular';
	font-size: 17px;
  	color: #A5A7A9;
}
.the-search {
	position: relative;
}
.searchy {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../images/loop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    border: none;
    background-color: transparent;
    outline: none;
}
.search-box {
    width: 240px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    background: 0 0!important;
    text-indent: 0!important;
}
.cse .gsc-search-button-v2:hover, .gsc-search-button-v2:hover {
    border-color: #000!important;
    background-color: #000!important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000))!important;
    background-image: -webkit-linear-gradient(top,#000,#000)!important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 7px 8px 8px!important;
	border: 2px solid #000!important;
    border-color: #000!important;
    background-color: #000!important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000))!important;
    background-image: -webkit-linear-gradient(top,#000,#000)!important;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}
.gsc-search-button.gsc-search-button-v2 svg {
	width: 15px;
	height: 15px;
}
.gsc-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.gsc-input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.gsc-input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.gsc-input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0!important;
}
.gsc-search-button {
    margin-left: 0px!important;
}
.mobile-menu {
	display: none;
}
.gsc-input-box {
	border: 1px solid #dfe1e5;
}
.gsib_a {
    padding: 7px 9px 7px 9px!important;
}
table.gsc-search-box {
	margin-bottom: 0!important;
}
form.gsc-search-box {
	margin-bottom: 0!important;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0!important;
}
.gsc-input-box {

    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}
@media(max-width: 1636px){
	.slider-img-holder video {
		top: 0;
	}
}
@media(max-width: 1244px){
	.container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.owl-controls {
	    right: 30px;
	    margin-right: 0;
	}
	.slider-img-holder video {
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		transform: translateX(-50%);
	}
}
@media(max-width: 1040px){
	.noscroll {
		overflow-y: hidden;
	}
	.headerD {
		position: fixed;
		background-color: #fff;
		z-index: 99999;
		top: 0;
		right: 0;
		width: 100%;
		height: calc(100% - 75px);
		transform: translateY(-100%);
		transition-duration: 0.2s;
		transition-timing-function: ease-in-out;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-start;
		border-top: 1px solid #ddd;
		opacity: 0;
	}
	.open-menu {
		transform: translateY(75px);
		overflow-y: scroll;
		opacity: 1;
	}
	.menu-item {
		display: block;
	}
	.mobile-menu {
		display: block;
	}
	.headerD .container {
		margin: 0;
	}
	.header-main {
		order: 1;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.top-header {
		order: 2;
		display: block;
	}
	.top-header>a {
	    font-size: 20px;
	    color: #898B8E;
	    line-height: 20px;
	    margin-left: 0;
	    background-image: none;
	    display: block;
	    width: 100%;
	    margin-top: 15px;
	}
	.social {
	    margin-left: 0;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.social ul li {
		height: auto;
	}
	.social span {
		font-size: 20px;
		line-height: 26px;
	}
	.headerM {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		z-index: 999999;
		position: relative;
		background-color: #fff;
	}
	.navigation {
		flex-wrap: wrap;
		order: 2;
		width: 100%;
	}
	.the-search {
		order: 1;
		padding: 10px 0 10px 0px;
		width: 80%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	.navigation li {
		width: 100%;
		padding: 7px 0;
	}
	.navigation>li {
		width: 100%;
		padding: 15px 0;
		position: relative;
	}
	.navigation > li:before {
		content: "";
	    position: absolute;
	    bottom: 0px;
	    height: 0;
	    border-top: solid 1px #ff0;
	    width: 100%;
	    max-width: 100%;
	    left: 0;
	    border-color: rgba(38,43,46,0.08);
	}
	.navigation>li>a {
		font-family: 'Point_Extrabold';
	    font-size: 23px;
	    color: #000;
	    text-transform: uppercase;
	    display: flex;
	}
	.has-sub-children>a {
		display: flex;
		width: 100%;
	}
	.navigation>li>a span {
		position: relative;
	    -webkit-flex-grow: 1;
	    -moz-flex-grow: 1;
	    -ms-flex-positive: 1;
	    -ms-flex-grow: 1;
	    flex-grow: 1;
	    line-height: 30px;
	}
	.sub-nav {
		list-style: none;
		width: 100%;
		padding-left: 20px;
	}
	.sub-nav>li>a {
		font-family: "Point_Semibold";
	    color: #000;
	    letter-spacing: -0.02em;
	    font-size: 18px;
	    text-transform: uppercase;
	}
	.has-sub-nav .sub-nav>li>a {
	    font-family: "Point_Semibold";
	    color: #000;
	    letter-spacing: -0.02em;
	    font-size: 19px;
	    text-transform: uppercase;
	}
	.has-sub-children span {
		font-family: "Point_Semibold";
	    color: #000;
	    letter-spacing: -0.02em;
	    font-size: 19px;
	     text-transform: uppercase;
	    position: relative;
	    -webkit-flex-grow: 1;
	    -moz-flex-grow: 1;
	    -ms-flex-positive: 1;
	    -ms-flex-grow: 1;
	    flex-grow: 1;
	    line-height: 30px;
	}
	.has-sub-children .next-level-button {
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='8px' height='8px' viewBox='3 3 8 8' enable-background='new 3 3 8 8' fill='rgba(0,0,0,0.8)' xml:space='preserve'%3E%3Cpolygon points='11,6 8,6 8,3 6,3 6,6 3,6 3,8 6,8 6,11 8,11 8,8 11,8 '/%3E%3C/svg%3E");
	}
	.sub-nav .sub-nav>li>a {
	    font-size: 16px;
	    color: #262b2e;
	}
	.menu-item.has-sub-children>a {
		font-size: 19px!important;
		color: #000!important;
	}
	.logo-w {
		display: none;
	}
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.flexy {
        flex-wrap: wrap;
	}
	.categories-l li {
	    width: 50%;
	    padding: 0 5px;
	    margin-bottom: 40px;
	}
	.categories-w {
	    padding-bottom: 50px;
	}
	.achievements-l {
		margin-bottom: 10px;
	}
	.achievements-l li {
    	width: 100%;
    	margin-bottom: 60px;
	}
	.services-l li {
	    width: 50%;
	    margin-bottom: 40px;
	}
	.footer-r {
		width: 100%;
		order: 1;
		margin-bottom: 40px;
	}
	.footer-m {
		order: 2;
		width: 100%;
		margin-bottom: 40px;
	}
	.footer-m .footer-col {
	    padding: 0 60px 0 0;
	}
	.footer-l {
		order: 3;
		width: 100%;
	}
	.footer-l p {
		padding-right: 80px;
	}
	.footer-l p br {
		display: none;
	}
	.header-w {
	    padding-top: 0;
	    padding-bottom: 0;
	    background-color: #fff;
	}
	.menuBtn {
		display: block;
		width: 40px;
		height: 27px;
		background-image: url(../images/bars.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-color: #fff;
		border: none;
		background-size: 100%;
	}
	.talk-to-manager {
		right: 7vw;
		bottom: 7vw;
	}
	.logo-m img {
		height: 40px;
		display: block;
	}
	.services-w {
		padding-bottom: 80px;
	}
	.footer-r form {
		margin-right: -5px;
		margin-left: -5px;
	}
	.form-group {
		width: 50%;
		float: left;
		padding: 0 5px;
	}
	form > div:nth-of-type(5){
		width: 100%;
	}
	.send-btn {
		margin-left: 5px;
	}
	.owl-controls {
    	right: 20px;
	}
	.hamburger {
	    font: inherit;
	    display: inline-block;
	    overflow: visible;
	    margin: 0;
	    cursor: pointer;
	    transition-timing-function: linear;
	    transition-duration: .15s;
	    transition-property: opacity,filter;
	    text-transform: none;
	    color: inherit;
	    border: 0;
	    background-color: transparent;
	    outline: none;
	}
	.hamburger-box {
	    position: relative;
	    display: inline-block;
	    width: 33px;
	    height: 24px;
	}
	.hamburger--squeeze .hamburger-inner {
	    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	    transition-duration: 75ms;
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	    position: absolute;
	    width: 33px;
	    height: 4px;
	    transition-timing-function: ease;
	    transition-duration: .15s;
	    transition-property: transform;
	    border-radius: 4px;
	    background-color: #fff;
	}
	.hamburger-inner {
	    top: 50%;
	    display: block;
	    margin-top: -2px;
	}
	.hamburger--squeeze .hamburger-inner:before {
	    transition: top 75ms ease .12s,opacity 75ms ease;
	}
	.hamburger-inner:before {
	    top: -10px;
	}
	.hamburger-inner:after, .hamburger-inner:before {
	    display: block;
	    content: "";
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	    position: absolute;
	    width: 33px;
	    height: 4px;
	    transition-timing-function: ease;
	    transition-duration: .15s;
	    transition-property: transform;
	    border-radius: 4px;
	    background-color: #fff;
	}
	.hamburger--squeeze .hamburger-inner:after {
	    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
	}
	.hamburger-inner:after {
	    bottom: -10px;
	}
	.hamburger-inner:after, .hamburger-inner:before {
	    display: block;
	    content: "";
	}
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	    position: absolute;
	    width: 33px;
	    height: 4px;
	    transition-timing-function: ease;
	    transition-duration: .15s;
	    transition-property: transform;
	    border-radius: 4px;
	    background-color: #000;
	}
	
	.hamburger--squeeze .hamburger-inner:before {
		transition:top 75ms ease .12s,opacity 75ms ease
	}
	.hamburger--squeeze .hamburger-inner:after { 
		transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
	}
	.hamburger--squeeze.is-active .hamburger-inner {
		transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)
	}
	.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}
	.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}
	.the-search img {
		width: 23px;
	}
	.the-nav {
		float: none;
	}
	.forma-c {
		width: 100%;
	}
	.searchy {
		display: none;
	}
	.search-box {
		width: 100%;
       position: relative;
       display: block;
	}
	.cse .gsc-control-cse, .gsc-control-cse {
    	padding: 0!important;
	}
	.next-level-button {
		position: relative;
	    -webkit-align-self: center;
	    -moz-align-self: center;
	    -ms-align-self: center;
	    -ms-flex-item-align: center;
	    align-self: center;
	    width: 30px;
	    height: 30px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    -webkit-transition: -webkit-transform .3s ease-out;
    	transition: transform .3s ease-out;
    	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' fill='rgba(0,0,0,0.8)' xml:space='preserve'%3E%3Cpolygon points='14,6 8,6 8,0 6,0 6,6 0,6 0,8 6,8 6,14 8,14 8,8 14,8 '/%3E%3C/svg%3E");
}
	.navigation-column {
		display: none;
	}

}
@media(max-width: 880px){
	.content-wrapper {
	    padding-top: 40px;
	    padding-bottom: 70px;
	}
	.navigation-column {
	    width: 100%;
	    padding-top: 0;
	    padding-bottom: 40px;
	}
	.hide-item {
		display: none;
	}
	.grid-display {
		justify-content: center;
	}
	@supports not (display: grid) {
		.grid-display {
			display: flex;
			flex-wrap: wrap;
		}
		.product-c {
			width: 100%;
		}
	}
	.nav-top:after {
		display: none;
	}
	.vertical-nav {
	    margin-top: 20px;
	}
	.vertical-nav>ul>li {
		width: 100%;
	    padding-bottom: 0;
	    margin-bottom: 10px;
	}
	.vertical-nav li a {
		display: block;
		width: 100%;
		padding: 15px;
		background-color: #7E8082;
		color: #fff;
		position: relative;
	}
	.vertical-nav li a:after {
		content: "";
		position: absolute;
		display: block;
		width: 8px;
		height: 14px;
		background-image: url("../images/white_arrow.svg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		right: 15px;
		top: 50%;
		margin-top: -7px;
	}
	.vertical-nav li a:hover {
		background-color: #DC2826;
		color: #fff;
	}
	.vertical-nav li.opened a {
		color: #fff;
	}
	.choosen-category {
	    font-size: 33px;
	}
	.products-display {
	    margin-top: 40px;
	}
	.form-wrap {
	    padding: 50px 0;
	    margin-bottom: 40px;
	}
	.gsc-input-box {
	    padding-top: 2px!important;
	    padding-bottom: 3px!important;
	}
   .mark-img img {
   		padding: 20px 0px 20px 20px;
   	    max-width: calc(100% - 24px);
   }
}
@media(max-width: 560px){
	.logo-m img {
    	height: 35px;
	}
	.menuBtn {
    	width: 30px;
	}

	.slider-img-holder {
		position: absolute;
		z-index: 0;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		right: 0;
		background-image: url(../images/bg_slider.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: auto;
		padding-bottom: 0;
	}
	.the-slider {
		position: relative!important;
	}
	.item-s h1 {
	    font-size: 33px;
	    width: 90%;
	}
	.item-s p {
	    font-size: 17px;
	    width: 70%;
	}
	.slider-w {
	    height: 460px;
	    padding-bottom: 0;
	}
	.item-s {
    	height: 460px;
	}
	.categories-l {
		margin-left: 0;
    	margin-right: 0;
	}	
	.categories-l li {
    	width: 100%;
    	padding: 0;
	}
	.btn {
	    width: 280px;
	    height: 50px;
	    font-size: 16px;
	    line-height: 50px;
	}
	.services-l li {
    	width: 100%;
    	padding: 0;
	}
	.footer-col ul {
		margin-bottom: 30px;
	}
	.social-f ul {
		margin-bottom: 0px;
	}
	.item-s h1 br {
		display: none;
	}
	.owl-controls {
	    bottom: 30px;
	}
	.txt-box h3 {
    	font-size: 27px;
	}
	.achievements-l li:first-of-type p, .achievements-l li:last-of-type p {
	    padding: 0;
	}
	.txt-holder h2 {
	    font-size: 27px;
	    margin-bottom: 15px;
	}
	.txt-box p {
	    font-size: 16px;
	}
	.services-w {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.services-c > h2 {
    	font-size: 33px;
	}
	.footer-w {
	    padding: 45px 0 50px;
	}
	.form-group {
    	width: 100%;
	}
	.categories-w {
	    padding-bottom: 30px;
	}
	.footer-m {
	    margin-bottom: 0px;
	}
	.footer-l p {
	    padding-right: 0;
	}
	.slider-img-holder video {
	
	}
	.footer-m .footer-col {
		width: 100%;
		padding-right: 0;
	}
    .info-download {
    	width: 100%;
    }
    .news-list li {
    	background-image: none;
    }
    .news-list li a {
	    line-height: 24px;
	    font-size: 18px;
	    padding: 13px 30px 20px 20px;
	}
	.services-l .txt-box p {
		font-size: 16px;
	}
	.input-box {
	    width: 100%;
	    padding: 0;
	    margin-bottom: 10px;
	}
	.forma-c h3 {
	    margin-bottom: 20px;
	}
	.the-input {
	    height: 55px;
	}
	.map-overlay {
		position: relative;
	}
	.contact-box {
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    padding: 30px 0px 20px;
	}
	.info-contact p {
		margin-bottom: 0;
	}
	.info-contact p br {
		display: none;
	}
	.gsc-search-button-v2 {
    	padding: 10px 10px!important;
	}
	.the-search {
	    width: 100%;
	}
}
.open > a {
	color:#000!important;
}	