/* Minification failed. Returning unminified contents.
(308,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(1822,10): run-time error CSS1035: Expected colon, found 'position'
 */
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  background: #fff;
  color: #223049;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden; }

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0; }


.container {
  margin: 0 auto; 
  width:1200px;
  max-width:100%;
  }

.dropdown {
  position: relative; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  float: left;
  white-space: nowrap; }

/* MAIN HEADER */



.main-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	padding:60px 0 0 0;
}
.main-header .container{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.hamburger-menu{
	display:none;
}
.offer-area{
	position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100vh;
	z-index:2;
}
.offer-form{
	display:none;
}
.offer-button{
    width: auto;
    position: fixed;
    height: 40px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    letter-spacing: 0.2em;
    right: -60px;
    background: #ec1d23;
    top: 0;
    bottom: 0;
    margin: auto;
	padding:8px 22px 10px 22px;
	border-radius:0 0 10px 10px;
	transform:rotate(90deg);
}
.logo {
	width:177px;
	min-height:32px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
  }
.logo img {
	max-width: 100%;
}

.hdr-right {
 width:auto;
 display:flex;
 justify-content:flex-start;
 flex-wrap:wrap;
 }
.hdr-logos {
	width:auto;
	margin:0 53px 0 0;
 }
 .hdr-logos ul{
	width:auto;
	margin-left:-14px;
	margin-right:-14px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
 }
 .hdr-logos ul li{
	display:flex;
	justify-content:flex-start;
	align-items:center; 
	padding:0 14px;
	min-height:32px;
 }

.main-nav {
	width:auto;
	margin:0 40px 0 0;
 }
.main-nav ul {
	margin:0 -12px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.main-nav ul li {
	padding:0 12px;
}
  .main-nav ul li a {
    color: #fff;
	font-weight:500;
    font-size:18px;
	letter-spacing:0;
	line-height:32px;
    -webkit-transition: 0.2s all;
    transition:  0.2s all;
	}
	.main-nav ul li a:hover {
		color: #EC1D23;
	}
 .hdr-phone{
	 padding:0 11px;
	 border:1px solid #8f9399;
	 border-radius:32px;
	
 }
	.hdr-phone a {
		height: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #ffffff;
		font-weight: 700;
		font-size: 18px;
		letter-spacing: 0;
		transition: 0.2s all;
		position: relative;
		top: 2px;
	}
	.hdr-phone:hover a {
		color: #EC1D23;
	}

	.hdr-phone a:before {
		background: url("/Content/WebsiteTemplate/img/hdr-phone-icon.png") no-repeat center center;
		background-size: contain;
		display: block;
		content: '';
		margin: 0 10px 0 0;
		width: 15px;
		height: 15px;
		transition: 0.2s all;
		position: relative;
		top: -2px;
	}
	.hdr-phone:hover a:before {
		background: url("/Content/WebsiteTemplate/img/hdr-phone-icon-red.png") no-repeat center center;
	}
  

/* MAIN FOOTER */
.main-footer{
	width:100%;
	background:#223049;
	padding:70px 0 125px 0;
}
.mf-inner{
	width:100%;
}
.mf-top{
	width:100%;
	  display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
	margin:0 0 36px 0;
}
.mf-bottom{
	width:100%;
	  display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
}

.mf-left{
	width:310px;
}

.mf-logo{
	margin:0 0 35px 0;
	width:100%;
}
.mf-logo img{
	max-width:100%;
}
.mf-contact{
	margin:0 0 24px 0;
	width:100%;
}
.mf-address{
	margin:0 0 17px 0;
	width:100%;
	color:#e4e4e4;
	line-height:22px;
	font-size:16px;
	font-weight:400;
	letter-spacing:0;

}
.mf-mail{
	margin:0 0 0 0;
	width:100%;
}
.mf-mail a{
	margin:0 0 0 0;
	width:100%;
	color:#e4e4e4;
	line-height:21px;
	font-size:16px;
	font-weight:500;
	letter-spacing:0;
	transition: 0.2s all;
}
	.mf-mail a:hover {
		color: #EC1D23;
	}

.mf-tel{
	width:100%;
}
.mf-tel a{
	line-height:16px;
	color:#ffffff;
	font-size:14px;
	letter-spacing:1;
	font-weight:700;
	
}
.mf-social{
	width:100%;
	margin:0 0 0 0;
}
.mf-social ul{
	margin-left:-5px;
	margin-right:-5px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.mf-social ul li{
	padding-left:5px;
	padding-right:5px;
}

.mf-social ul li i{
	display:block;
	width:24px;
	height:24px;
	background-size:contain;
	position:relative;
	 -webkit-transition: 0.3s all;
    transition:  0.3s all;
}
.mf-facebook{
	background:url("/Content/WebsiteTemplate/img/fs-facebook.png") no-repeat center center;
}
.mf-twitter{
	background:url("/Content/WebsiteTemplate/img/fs-twitter.png") no-repeat center center;
}
.mf-instagram{
	background:url("/Content/WebsiteTemplate/img/fs-instagram.png") no-repeat center center;
}
.mf-linkedin{
	background:url("/Content/WebsiteTemplate/img/fs-linkedin.png") no-repeat center center;
}
.mf-youtube{
	background:url("/Content/WebsiteTemplate/img/fs-youtube.png") no-repeat center center;
}
.mf-social ul li:hover i{
	margin-top:-3px;
	 -webkit-transition: 0.3.s all;
    transition:  0.3s all;
}
.mf-center{
	width:auto;
	margin:0 40px 0 40px;
	overflow:hidden;
	
}
.mf-nav{
	width:auto;
	margin:0 -60px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;

}
	.mf-nav ul{
	margin:0 60px;
	max-width:50%;
}
.mf-nav ul li{
	margin: 0 0 12px 0;
}

.mf-nav ul li a{
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #e4e4e5;
	transition: 0.2s all;
}
	.mf-nav ul li a:hover {
		color: #EC1D23;
	}
.mf-nav ul li a.mf-nav-main{
	font-weight:700;
}

.mf-right{
	width:230px;
}
.mf-contact-call-area{
	width:100%;
}
.mf-contact-call-title{
	text-align:right;
	position:relative;
	padding-left:52px;
	line-height:20px;
	font-weight:700;
	color:#fc0000;
	font-size:14px;
	letter-spacing: 0.5em;
	margin:0 0 5px 0;
}

.mf-contact-call-title:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:35px;
	height:32px;
	background:url('/Content/WebsiteTemplate/img/phone-call-f.png') no-repeat center center;
	background-size:contain;
}
.mf-contact-call-list{
	width:100%;
	text-align:right;
}
.mf-contact-phone{
	width:100%;
	margin:0 0 6px 0;
}
.mf-contact-phone a{
    width: 100%;
    line-height: 26px;
    color: #e4e4e4;
    font-weight: 700;
    font-size: 20px;
    letter-spacing:0.05em;
	transition: 0.2s all;
}
	.mf-contact-phone a:hover {
		color: #EC1D23;
	}
.mf-bottom-left{
	width:auto;
}
.mf-bottom-links{
	width:100%;
	margin:0 0 14px 0;
	overflow:hidden;
}
.mf-bottom-links ul{
	margin-left:-7px;
	margin-right:-7px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.mf-bottom-links ul li{
	padding-right:7px;
	padding-left:7px;
	position:relative;
}
.mf-bottom-links ul li a{
	 line-height: 18px;
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    letter-spacing:0;
	transition: 0.2s all;
}
.mf-bottom-links ul li a:hover {
    color: #EC1D23;
}
.mf-bottom-links ul li:after{
	content:'|';
	 line-height: 18px;
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    letter-spacing:0;
	position:absolute;
	right:-2px;
}
.mf-bottom-links ul li:last-child:after{
	display:none;
}
.mf-copyright{
 line-height: 20px;
    color: #e4e4e4;
    font-weight: 400;
    font-size: 14px;
    letter-spacing:0;
}
.mf-bottom-right {
	display: flex;
	flex-direction: column-reverse;
}

.developer-logo {
	width: 80px;
}
.developer-logo img{
	max-width:100%;
}


/* MOBILE MENU */
.hamburger-menu {
 
  margin-left: 20px; 
  top:5px;
  position:relative;
}
  .hamburger-menu span {
    display: block;
    width: 37px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px; }
.hamburger-menu span:nth-child(2) {
  width: 32px;
  margin-left: 5px;
}
.hamburger-menu span:nth-child(3) {
  width: 29px;
  margin-left: 8px;
}

.mm-container{
	width:100%;
	padding:90px;
	  display:flex;
	   position: relative;
}

.mm-allmenu{
	width:100%;
}
.mm-allmenu ul li a {
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #1c549f; }




.mobile-menu {
  display: block;
  background-color: #FFFFFF;
  padding-bottom: 25px;
  padding-top: 50px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 300;
  height: 100%;
  overflow: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  transition: .5s; }

.mobile-menu.active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.mobile-menu-close {
  color: #363636b8;
  font-size: 40px;
  position: absolute;
  right: 23px;
  top: 10px;
  display: block;
  cursor: pointer; 
z-index: 9999;
}
 /**MegaMenu*/
.nav-mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 35px;
	background-color: #fff;
	background-position: right top;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9999;
	box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.1);
}
.has-mega-menu:hover .nav-mega-menu {
	opacity: 1;
	visibility: visible;
}


.mega-menu-title a{
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.40px;
}
.main-header .container {
position:relative;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.mega-menu-title {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.4px;
	margin-bottom: 20px;
	float: left;
	flex-direction: row;
	column-count: 3;
}
.has-mega-menu:last-child .mega-menu-title {
	column-count: 2;
}
.mega-menu-image {
	width: 100%;
}

.mega-menu-desc {
	color: #555;
	font-family: "Gotham Book";
	margin: 20px 0 15px;
	word-break: break-all;
}

.mega-menu-link {
	display: block;
	color: #1c549f;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.40px;
}

	.mega-menu-link:hover {
		text-decoration: underline;
	}

.mm-list-item {
	margin-bottom: 35px;
}

	.mm-list-item a {
		display: block;
	}

	.mm-list-item a {
		position: relative;
		color: #333;
		font-size: 16px;
		letter-spacing: -0.40px;
		padding: 7px 15px;
		position: relative;
	}

		.mm-list-item a::before {
			content: "\f054";
			font-family: "Fontawesome";
			font-size: 10px;
			/*position: absolute;*/
			left: 0px;
			top: 50%;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			color: #e20817;
			-webkit-transition: color 0.3s;
			transition: color 0.3s;
		}

		.mm-list-item a:hover::before {
			color: #333;
		}

.mm-list-holder {
	padding-left: 5%;
}

@keyframes slide-down {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-webkit-keyframes slide-down {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
@-moz-keyframes slide-down {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
/*MEDIA*/
@media (max-width: 1199px) {
  .hamburger-menu {
    display: inline-block; }
  .mobile-menu {
    display: block; }
  .main-nav {
    display: none; }
	.main-header {
    padding: 36px 0 0 0;
}
   }
@media(max-width:991px){
	.mf-center {
    margin: 0 20px 0 20px;
}
}
@media (max-width: 767px) {
	.mega-menu-title {
		column-count: 2;
		font-size: 14px;
	}
	.mega-menu-title a{
		font-size: 14px;
	}
.container{
	padding:0 20px;
}
.hdr-logos {
    margin: 0 24px 0 0;
}
.hdr-logos ul li {
    padding: 0 10px;
}
.hdr-logos ul {
    margin-left: -10px;
    margin-right: -10px;
}
	.mf-center {
    margin: 0 0 0 0;
	width:50%;
}
.mf-nav {
    margin: 0 0px 0 -20px;
}
.mf-left {
  width:50%;
}
.mf-nav ul {
    margin: 0 20px;
}
.mf-nav ul li a {
    font-size: 14px;
}
	}
	@media(max-width:680px){
		.hamburger-menu {
    margin-left: 0;
    top: 88px;
    position: absolute;
    right: 20px;
}
.hdr-logos ul li {
    padding: 0 5px;
}
.hdr-logos ul {
    margin-left: -5px;
    margin-right: -5px;
}
.hdr-phone a {
    font-size: 14px;
}
.hdr-logos {
    margin: 0 10px 0 0;
}
.mf-center {
	width:100%;
	margin-bottom:20px;
}

.mf-left {
  width:100%;
  margin-bottom:20px;
}
.mf-nav {
    justify-content: flex-start;
}
	}
	@media(max-width:580px){
		.mf-bottom-left {
   	width:100%;
	margin-bottom:20px;
}
		.mf-bottom-right{
			width:100%;
		}
	}
	@media(max-width:540px){
		.logo {
    width: 125px;
}
	}
	@media(max-width:520px){
		.hdr-logos img{
			max-height:18px;
}
.hdr-phone {
    padding: 0 3px;
    height: 25px;
    top: 3px;
    position: relative;
}
.hdr-phone a {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
}
.main-header {
    padding: 20px 0 0 0;
}
.hamburger-menu {
    top: 60px;
    right: 20px;
}
	}
	@media(max-width:480px){
		.hdr-logos {
			display: none;
		}
		.hamburger-menu {
    top: 0;
    right: 0;
    position: relative;
    margin-left: 14px;
}
	}

/*MIN WIDTH*/
@media (min-width: 768px) {
  .container {
    width: 750px;
	} }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1230px) {
  .container {
    width: 1200px; } }

/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{display:none;text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.toast-title {
  font-weight: 500;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -25px;
  top: 3px;
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 35px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  text-align: center;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  /*-moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);*/
  cursor: pointer;
}
/*#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}*/
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.product-banner {
    width: 100%;
    position: relative;
}

.product-banner-image {
    width: 100%;
}

    .product-banner-image img {
        width: 100%;
    }

.product-banner-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 100px 0;
}

.product-banner-text {
    width: 100%;
    margin: 0 0 140px 0;
}

.product-banner-brand {
    width: 100%;
    margin: 0 0 27px 0;
}

.product-banner-title {
    width: 100%;
    margin: 0 0 24px 0;
}

    .product-banner-title h1 {
        width: 100%;
        margin: 0 0 0 0;
        line-height: 56px;
        color: #ffffff;
        font-size: 48px;
        font-weight: 300;
        letter-spacing: 0;
    }

.product-banner-short {
    width: 100%;
    margin: 0 0 0 0;
    line-height: 34px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
}

    .product-banner-short p {
        width: 100%;
        margin: 0 0 0 0;
    }

.product-banner-usage {
    width: 100%;
}

.product-banner-usage-title {
    width: 100%;
    margin: 0 0 22px 0;
}

    .product-banner-usage-title h2 {
        width: 100%;
        margin: 0 0 0 0;
        line-height: 35px;
        color: #ffffff;
        font-size: 30px;
        font-weight: 300;
        letter-spacing: 0;
    }

.product-banner-usage-list {
    width: 100%;
    margin: 0 0 0 0;
    overflow: hidden;
}

    .product-banner-usage-list ul {
        width: 100%;
        margin: 0 -25px 0 -25px;
        display: flex;
        justify-content: flex-start;
    }

        .product-banner-usage-list ul li {
            width: auto;
            padding: 0 25px 0 25px;
        }

.pbu-item-icon {
    width: 48px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: bottom;
    margin: 0 0 9px 0;
}

.pbu-item-title {
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 23px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
}

.product-banner-over:before {
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 9.729%;
    width: 1px;
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    margin: auto;
}

.product-banner-over:after {
    bottom: -9.729%;
    left: 0;
    right: 0;
    background: #1c549f;
    height: 9.729%;
    width: 1px;
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    margin: auto;
}

.page-content.product-page {
    padding: 95px 0 50px 0;
}
    .page-content.product-page .page-text img {
        width: 100%;
    }

.about-product {
    width: 100%;
    position: relative;
    min-height: 656px;
    background: #ffffff;
}

.about-product-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
}

    .about-product-image img {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        align-self: center;
    }

.about-product-over {
    z-index: 2;
    position: relative;
}

.about-product-text {
    width: 100%;
    padding: 106px 24px 100px 47.5%;
}

.about-product-title {
    width: 100%;
    margin: 0 0 13px 0;
}

    .about-product-title h1 {
        width: 100%;
        margin: 0 0 0 0;
        line-height: 42px;
        color: #223049;
        font-size: 36px;
        font-weight: 300;
        letter-spacing: 0;
    }

.about-product-short {
    width: 100%;
    margin: 0 0 0 0;
    line-height: 30px;
    color: #223049;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

    .about-product-short p {
        margin: 0 0 17px 0;
    }

        .about-product-short p:last-child {
            margin: 0 0 0 0;
        }

.products-and-properties {
    width: 100%;
    background: url("/Content/WebsiteTemplate/img/products-bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 116px 0 0 0;
    overflow: hidden;
    border-radius: 0 0 160px 0;
}

.pp-properties {
    width: 100%;
    margin: 0 0 32px 0;
}

.pp-properties-inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.pp-properties-text {
    width: 36.6%;
    padding: 0 24px 0 0;
}

.pp-properties-text-inner {
    width: 281px;
    max-width: 100%;
}

.pp-properties-title {
    width: 100%;
    margin: 0 0 26px 0;
}

    .pp-properties-title h1 {
        width: 100%;
        margin: 0 0 0 0;
        line-height: 40px;
        color: #ffffff;
        font-size: 36px;
        font-weight: 300;
        letter-spacing: 0;
    }

.pp-properties-short {
    width: 100%;
    margin: 0 0 0 0;
    line-height: 30px;
    color: #dce0e8;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
}

.pp-properties-list {
    width: 63.4%;
    padding: 18px 0 0 0;
}

    .pp-properties-list ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -48px;
    }

        .pp-properties-list ul li {
            padding: 0 48px;
            width: 50%;
            min-height: 220px;
            padding-bottom: 30px;
        }

.pp-property-item-title {
    width: 100%;
    border-top: 1px solid #f7f7f7;
    padding: 24px 0 0 0;
    line-height: 28px;
    margin: 0 0 22px 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
}

.pp-property-item-desc {
    width: 100%;
    margin: 0 0 0 0;
    line-height: 23px;
    color: #dce0e8;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

.pp-products {
    padding: 1px 90px 0 90px;
    background: #202c43;
    border-top: 1px solid #445065;
}

.pp-product-item {
}

    .pp-product-item a {
        width: 100%;
        position: relative;
    }

        .pp-product-item a:before {
            width: 100%;
            padding-top: 100%;
            content: '';
            display: block;
        }

.pp-product-item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-left: 1px solid #304468;
    border-right: 1px solid #304468;
}

    .pp-product-item-img img {
        max-width: 100%;
        max-height: 100%;
    }

.firstActiveItem .pp-product-item-img {
    border-left: 0px solid #304468;
}

.lastActiveItem .pp-product-item-img {
    border-right: 0px solid #304468;
}

.pp-products .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    margin-left: -56px;
    margin-right: -56px;
}

.pp-products .owl-prev {
    background: url("/Content/WebsiteTemplate/img/product-slide-prev.png") no-repeat center center;
    border: 0px;
    background-size: contain;
    outline: none;
    width: 36px;
    height: 36px;
}

    .pp-products .owl-prev span {
        display: none;
    }

.pp-products .owl-next {
    background: url("/Content/WebsiteTemplate/img/product-slide-next.png") no-repeat center center;
    border: 0px;
    background-size: contain;
    outline: none;
    width: 36px;
    height: 36px;
}

    .pp-products .owl-next span {
        display: none;
    }

.bottom-contact-info {
    padding: 75px 0 85px 0;
    background: #ffffff;
}

.bottom-contact-info-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.bottom-contact-info-title {
    margin: 0 0 20px 0;
}

    .bottom-contact-info-title h1 {
        margin: 0 0 0 0;
        line-height: 43px;
        color: #223049;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: -0.025em;
    }

.bottom-contact-info-desc {
    margin: 0 0 42px 0;
    line-height: 29px;
    color: #223049;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.025em;
    text-align: center;
}

    .bottom-contact-info-desc p {
        margin: 0 0 0 0;
    }

.bottom-contact-info-btn {
    padding: 10px 15px;
    border-radius: 4px;
    background: #da3831;
    transition: 0.2s all;
}
    .bottom-contact-info-btn:hover {
        background: #223049;
    }

    .bottom-contact-info-btn a {
        line-height: 17px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.007em;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .bottom-contact-info-btn a:after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            background: url("/Content/WebsiteTemplate/img/bottom-contact-info-btn-arrow.png") no-repeat center center;
            background-size: contain;
            margin: 0 0 0 18px;
            position: relative;
            top: 4px;
        }

/*corporate page*/

.corporate-banner {
    width: 100%;
    position: relative;
}

.corporate-banner-image {
    width: 100%;
}

    .corporate-banner-image img {
        width: 100%;
    }

.corporate-banner-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 0 0;
    height: 100%;
}

.corporate-banner-text {
    width: 100%;
    margin: 0 0 160px 0;
}

.corporate-banner-title {
    width: 100%;
    margin: 0 0 21px 0;
}

    .corporate-banner-title h1 {
        width: 100%;
        margin: 0 0 0 0;
        line-height: 59px;
        color: #ffffff;
        font-size: 48px;
        font-weight: 300;
        letter-spacing: 0;
    }

.corporate-banner-short {
    width: 100%;
    margin: 0 0 0 0;
    line-height: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

    .corporate-banner-short p {
        width: 100%;
        margin: 0 0 47px 0;
    }

        .corporate-banner-short p:last-child {
            width: 100%;
            margin: 0 0 0 0;
        }

    .corporate-banner-short h2 {
        width: 100%;
        margin: 0 0 8px 0;
        line-height: 31px;
        font-size: 24px;
        font-weight: 500;
        color: #ffffff;
        letter-spacing: 0;
    }

.corporate-banner-over:before {
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 9.729%;
    width: 1px;
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    margin: auto;
}

.corporate-banner-over:after {
    bottom: -9.729%;
    left: 0;
    right: 0;
    background: #1c549f;
    height: 9.729%;
    width: 1px;
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    margin: auto;
}

.corporate-main {
    width: 100%;
    padding: 102px 0 125px 0;
}

.corporate-main-image {
    width: 100%;
    margin: 0 0 73px 0;
}

    .corporate-main-image img {
        width: 100%;
    }

.corporate-main-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.corporate-main-left {
    width: 46.7%;
}

.corporate-main-right {
    width: 53.3%;
    padding: 0 0 0 4.5%;
}

.corporate-main-short {
    width: 100%;
    margin: 0 0 62px 0;
    color: #223049;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    font-style: italic;
}

    .corporate-main-short p {
        width: 100%;
        margin: 0 0 0 0;
    }

.corporate-main-content-image {
    width: 100%;
}

    .corporate-main-content-image img {
        width: 100%;
    }

.corporate-main-content-text {
    width: 100%;
    line-height: 23px;
    color: #223049;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
}

    .corporate-main-content-text p {
        width: 100%;
        margin: 0 0 26px 0;
    }

        .corporate-main-content-text p:last-child {
            margin: 0 0 0 0;
        }

/*contact page*/

.contact-banner {
    width: 100%;
    position: relative;
}

.contact-banner-image {
    width: 100%;
}

    .contact-banner-image img {
        width: 100%;
    }

.contact-banner-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 0 0;
    height: 100%;
}

    .contact-banner-over .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 0 110px 0;
    }

.contact-banner-text {
    width: 46.6%;
    margin: 0 0 0 0;
}

.contact-banner-title {
    width: 100%;
    margin: 0 0 21px 0;
}

    .contact-banner-title h1 {
        width: 100%;
        margin: 0 0 0 0;
        line-height: 59px;
        color: #ffffff;
        font-size: 48px;
        font-weight: 300;
        letter-spacing: 0;
    }

.contact-banner-short {
    width: 100%;
    margin: 0 0 0 0;
    line-height: 25px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
}

    .contact-banner-short p {
        width: 100%;
        margin: 0 0 47px 0;
    }

        .contact-banner-short p:last-child {
            width: 100%;
            margin: 0 0 0 0;
        }

.contact-banner-form {
    width: 46.6%;
}

.contact-banner-form-row {
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .contact-banner-form-row:last-child {
        margin-bottom: 0;
    }

.contact-banner-form-full-row {
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-banner-form-group {
    width: 50%;
    padding: 0 25px;
}

.contact-banner-form-full-row .contact-banner-form-group {
    width: 100%;
}

.contact-banner-form-group input {
    width: 100%;
    height: 24px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #a6aaa9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    outline: none;
    padding: 0 0 6px 0;
}

.contact-banner-form-group textarea {
    width: 100%;
    height: 80px;
    background: none;
    border: 0px;
    border-bottom: 1px solid #a6aaa9;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    outline: none;
    padding: 0 0 6px 0;
    resize: none;
}

.contact-banner-form-group .checkbox {
    none position: relative;
}

    .contact-banner-form-group .checkbox input {
        display: none;
    }

    .contact-banner-form-group .checkbox label {
        position: relative;
        padding-left: 30px;
        min-height: 20px;
    }

        .contact-banner-form-group .checkbox label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #aaafb3;
            background: none;
        }

        .contact-banner-form-group .checkbox label::after {
            content: "";
            position: absolute;
            left: 3.5px;
            top: 3.5px;
            width: 11px;
            height: 11px;
            transform: scale(0);
            transform-origin: 50% 50%;
            transition: all .1s;
            background: #1c549f;
        }

    .contact-banner-form-group .checkbox input:checked ~ label::after {
        transform: scale(1);
    }

    .contact-banner-form-group .checkbox input:checked ~ label::before {
        border: 1px solid #aaafb3;
        background: #223049;
    }

    .contact-banner-form-group .checkbox a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.007em;
        line-height: 21px;
    }

.cbf-send-btn {
    width: auto;
    max-width: 100%;
    height: 35px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #1c549f;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s all;
}

    .cbf-send-btn:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: url("/Content/WebsiteTemplate/img/cbf-send-btn-arrow.png") no-repeat center center;
        background-size: contain;
        margin: 0 0 0 15px;
        position: relative;
        top: -1px;
    }

    .cbf-send-btn:hover, .cbf-send-btn:focus {
        background-color: #ec1d23;
        transition: 0.3s all;
    }

.contact-banner-form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group textarea::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group textarea:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-group textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
}

.contact-banner-form-title {
    color: #f7f7f7;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.8em;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 235px;
}

    .contact-banner-form-title span {
        transform: rotate(270deg);
        width: auto;
        min-width: 264px;
    }

.contact-banner-over:before {
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    height: 9.729%;
    width: 1px;
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    margin: auto;
}

.contact-banner-over:after {
    bottom: -9.729%;
    left: 0;
    right: 0;
    background: #1c549f;
    height: 9.729%;
    width: 1px;
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    margin: auto;
}

.contact-main {
    width: 100%;
    padding: 60px 0 130px 0;
    background: #f7f8f8;
}

.contact-main-content {
    width: 100%;
}

.contact-main-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-main-item {
    width: 28.8%;
    padding: 46px 42px 56px 42px;
}

    .contact-main-item:nth-child(even) {
        background: #edf1f5;
    }

.cmi-icon {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 20px 0;
    height: 60px;
    align-items: center;
}

    .cmi-icon img {
        max-width: 100%;
        max-height: 100%;
    }

.cmi-title {
    width: 100%;
    text-align: center;
    line-height: 21px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 18px 0;
}

.cmi-desc {
    line-height: 21px;
    color: #223049;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin: 0 0 25px 0;
    text-align: center;
}

.cmi-link {
    width: 100%;
    text-align: center;
}

    .cmi-link a {
        width: auto;
        display: block;
        text-align: center;
        color: #1c549f;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        transition: 0.2s all;
    }
        .cmi-link a:hover {
            color: #EC1D23;
        }

        .cmi-link a.adress-contact {
            text-decoration: underline;
        }
/* download page */

.corporate-main.download-page {
    background: #F5F5F5;
}

.pdf-documents {
    width: 100%;
}

.pdf-document-group {
    width: 100%;
    margin: 0 0 68px 0;
}

.pdf-document-group-title {
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 20px;
    /* font-family: 'Poppins'; */
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
}

.pdf-document-group-list {
    width: 100%;
}

.pdf-document-group-item {
    width: 100%;
}

    .pdf-document-group-item:hover a {
        background: #EC1D23;
        transition: 0.3s all;
        color: #ffffff;
    }

        .pdf-document-group-item:hover a:after {
            filter: brightness(0) invert(1);
        }

    .pdf-document-group-item a {
        width: 100%;
        display: block;
        padding: 30px 60px 30px 75px;
        position: relative;
        background: #ffffff;
        transition: 0.3s all;
        color: #ffffff;
        line-height: 31px;
        /* font-family: 'Poppins'; */
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
    }

        .pdf-document-group-item a:before {
            display: block;
            content: '';
            width: 22px;
            height: 31px;
            background: url(/Content/WebsiteTemplate/img/pdf-file-document.png);
            background-size: contain;
            position: absolute;
            top: 25px;
            left: 26px;
        }

        .pdf-document-group-item a:after {
            display: block;
            content: '';
            width: 36px;
            height: 34px;
            background: url(/Content/WebsiteTemplate/img/cloud-download.png);
            background-size: contain;
            position: absolute;
            top: 26px;
            right: 25px;
        }

/* faq page */
.corporate-main.faq-page {
    padding: 37px 0 30px;
}

.fc-question {
    padding: 25px 0px 45px 13px;
    width: 100%;
}

    .fc-question ul li {
        padding: 17px 0 12px 0;
        border-bottom: 1px solid rgba(51, 51, 51, 0.233);
    }

        .fc-question ul li:nth-child(odd) {
            background: #f5f5f5;
        }

.sss-question {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

    .sss-question img {
        width: 7px;
        position: relative;
        top: -2px;
        transition: 0.5s all;
        margin: 0 4px 0 10px;
    }

.sss-row {
    cursor: pointer;
}

.sss-row-active .sss-question img {
    transform: rotate(90deg);
}

.sss-answer {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    padding: 13px 0 8px 0;
    display: none;
    line-height: 19px;
    padding-left: 10px;
}

.sss-row-active .sss-answer {
    display: block;
    animation: slide-down 0.7s ease-out;
    -webkit-animation: slide-down 0.7s ease-out;
    -moz-animation: slide-down 0.7s ease-out;
}
/* referances-detail page */
.kmd-left {
    width: 66%;
    /*float: left;*/
    margin:auto;
}

.big-images {
    position: relative;
    margin-bottom: 8px;
}

    .big-images .item {
        width: 100%;
    }

.pslider-big-image {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

    .pslider-big-image img {
        width: 100%;
    }

.product-big-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

    .product-big-slider .owl-nav .owl-prev {
        float: left;
        border: none;
        background: none;
        padding: 0;
    }

    .product-big-slider .owl-nav .owl-next {
        float: right;
        border: none;
        background: none;
        padding: 0;
    }

.pslider-small-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 99%;
}

.owl-item.active.current .pslider-small-image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.pslider-small-image img {
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.kmd-right {
    width: 100%;
    padding-left: 30px;
    /*float: left;*/
}

.kmd-desc {
    color: #383e42;
    font-size: 18px;
}

    .kmd-desc p {
        color: #383e42;
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 400;
    }
/*references-masonry-list*/

.masonry-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-end;
}

    /*.masonry-container .item {
        flex-grow: 1;
        margin: auto;
        position: relative;
        height: 300px;
        overflow: hidden;
    }*/
    .masonry-container .item {
        flex-grow: 1;
        margin: auto;
        position: relative;
        height: 240px;
        overflow: hidden;
        /*border: 1px solid #0000003d;*/
        margin: 4px;
    }
        .masonry-container .item a:hover .mc-img {
            transform: scale(1.1);
            /* transform: scaleY(1.1); */
            transform-origin: right;
            transform-origin: bottom;
        }

        /*.masonry-container .item:after {
            content: " ";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 10px solid #fff;
            z-index: 2;
        }*/

        .masonry-container .item.small {
            width: 24%;
        }

        /*.masonry-container .item.medium {
            width: 40%;
        }*/

        .masonry-container .item.large {
            width: 49%;
        }
        /*.masonry-container .item.large {
            width: 60%;
        }*/

        /*.masonry-container .item.small2 {
            width: 35%;
        }*/

        /*.masonry-container .item.medium2 {
            width: 45%;
        }*/

        .masonry-container .item img {
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }
.mc-img {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all;
}

.mc-text {
    margin-top: 11px;
    padding-left: 6px;
    font-weight: 500;
    color: #333;
}
/*.masonry-container .item img {
             min-height: 100%; 
             min-width: 100%; 
            width: auto;
            height: 100%;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
             height: inherit; 
             display: flex; 
             text-align: center; 
            position: absolute;
             top: 50%; 
             left: 50%; 
             transform: translate(-50%, -50%); 
            z-index: 1;
        }*/


/* references-list page */
.logo-list .row {
    margin: 0 -15px;
}

.ll-item {
    width: 20%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

    .ll-item:hover .ll-item-inner::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .ll-item.has-detail {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

.has-detail .ll-item-inner::after {
    border-top: 1px solid #ed7b28;
}

.ll-item.has-detail:hover .ll-item-inner.ll-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ll-item.has-detail:hover .ll-item-inner.ll-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ll-item-inner.ll-front, .ll-item-inner.ll-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .4s;
}

    .ll-item-inner.ll-back .ll-item-icon {
        color: #EC1D23;
        /* background-color: #fff; */
    }

.ll-item-inner.ll-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #EC1D23;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    text-align: center;
    height: auto;
}

.ll-item-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #EC1D23;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    z-index: 1;
}

.ll-info {
    color: #fff;
    font-size: 14px;
}

.ll-item a {
    display: block;
    position: relative;
}

.ll-item-inner {
    position: relative;
    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;
    height: 150px;
    padding: 10px;
    border: 1px solid #ddd;
}

    .ll-item-inner img {
        max-width: 100%;
        max-height: 100%;
    }

    .ll-item-inner::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #4b514f;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 1;
    }

.ref-title {
    margin: 60px 0;
    font-size: 40px;
    font-weight: 300;
    border-bottom: 2px solid #333333b5;
}
/* MEDIA */
@media (max-width: 1599px) {
    .product-banner-text {
        margin: 0 0 60px 0;
    }
}

@media (max-width: 1439px) {
    .product-banner-text {
        margin: 0 0 24px 0;
    }

    .product-banner-title h1 {
        line-height: 40px;
        font-size: 36px;
    }

    .product-banner-brand {
        margin: 0 0 12px 0;
    }

    .product-banner-title {
        margin: 0 0 12px 0;
    }

    .product-banner-short {
        line-height: 22px;
        font-size: 18px;
    }

    .product-banner-usage-title {
        margin: 0 0 14px 0;
    }

        .product-banner-usage-title h2 {
            line-height: 26px;
            font-size: 24px;
        }

    .corporate-banner-title {
        margin: 0 0 12px 0;
    }

        .corporate-banner-title h1 {
            line-height: 40px;
            font-size: 36px;
        }

    .corporate-banner-short {
        line-height: 22px;
        font-size: 18px;
    }

    .contact-banner-title {
        margin: 0 0 12px 0;
    }

        .contact-banner-title h1 {
            line-height: 40px;
            font-size: 36px;
        }

    .contact-banner-form-group textarea {
        height: 50px;
    }

    .contact-banner-short {
        line-height: 22px;
        font-size: 18px;
    }
}

@media(max-width:1280px) {
    .about-product-title h1 {
        line-height: 38px;
        font-size: 32px;
    }

    .about-product-short {
        line-height: 24px;
        font-size: 16px;
    }

    .pp-properties-title h1 {
        line-height: 34px;
        font-size: 30px;
    }

    .pp-properties-short {
        line-height: 26px;
        font-size: 22px;
    }

    .pp-property-item-title {
        padding: 20px 0 0 0;
        line-height: 24px;
        margin: 0 0 20px 0;
        font-size: 22px;
    }

    .pp-property-item-desc {
        line-height: 20px;
        font-size: 16px;
    }

    .pp-properties-list ul li {
        min-height: 200px;
        padding-bottom: 24px;
    }

    .bottom-contact-info-title h1 {
        line-height: 34px;
        font-size: 30px;
    }

    .bottom-contact-info-desc {
        margin: 0 0 36px 0;
        line-height: 24px;
        font-size: 20px;
    }

    .contact-banner-over .container {
        align-items: center;
        padding: 0 0 60px 0;
    }

    .contact-banner-form-title {
        bottom: 198px;
    }
}

@media(max-width:1229px) {
    .product-banner-text {
        margin: 0 0 20px 0;
    }

    .product-banner-title h1 {
        line-height: 32px;
        font-size: 28px;
    }

    .product-banner-short {
        line-height: 20px;
        font-size: 14px;
    }

    .product-banner-usage-title {
        margin: 0 0 12px 0;
    }

        .product-banner-usage-title h2 {
            line-height: 20px;
            font-size: 18px;
        }

    .product-banner-usage-list ul li {
        min-width: 100px;
    }

    .pbu-item-icon {
        width: 32px;
        height: 32px;
        flex-direction: column;
        margin: 0 auto 5px auto;
    }

        .pbu-item-icon img {
            max-width: 100%;
            max-height: 100%;
        }

    .corporate-banner-title h1 {
        line-height: 32px;
        font-size: 28px;
    }

    .corporate-banner-short {
        line-height: 20px;
        font-size: 14px;
    }

    .corporate-banner-text {
        width: 100%;
        margin: 0 0 120px 0;
    }

    .corporate-banner-short p {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .contact-banner-title h1 {
        line-height: 32px;
        font-size: 28px;
    }

    .contact-banner-text {
        width: 40%;
    }

    .contact-banner-form-title {
        left: 42%;
        right: auto;
    }

    .contact-banner-form {
        width: 54%;
    }

    .contact-banner-short {
        line-height: 20px;
        font-size: 14px;
    }

    .contact-banner-form-row {
        margin-bottom: 20px;
    }

    .cmi-title {
        line-height: 20px;
        font-size: 16px;
        margin: 0 0 14px 0;
    }

    .cmi-desc {
        line-height: 20px;
        font-size: 13px;
        letter-spacing: 0.05em;
        margin: 0 0 20px 0;
    }

    .contact-main-item {
        width: 33.33%;
        padding: 40px 40px 40px 40px;
    }

    .cmi-link a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .bottom-contact-info-title h1 {
        line-height: 30px;
        font-size: 28px;
    }

    .bottom-contact-info-desc {
        margin: 0 0 30px 0;
        line-height: 22px;
        font-size: 18px;
    }

    .bottom-contact-info-title {
        margin: 0 0 14px 0;
    }

    .bottom-contact-info {
        padding: 60px 30px 60px 30px;
        background: #ffffff;
    }

    .contact-banner-form-row {
        margin-bottom: 15px;
    }

    .contact-banner-form-title {
        letter-spacing: 0.4em;
    }
    .pslider-big-image {
        height: 55vh;
    }
}

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

@media (max-width: 991px) {
    .product-banner-text {
        margin: 0 0 10px 0;
    }

    .product-banner-title h1 {
        line-height: 24px;
        font-size: 20px;
    }

    .product-banner-short {
        line-height: 16px;
        font-size: 14px;
    }

    .product-banner-usage-title {
        margin: 0 0 10px 0;
    }

        .product-banner-usage-title h2 {
            line-height: 18px;
            font-size: 16px;
        }

    .product-banner-usage-list ul li {
        min-width: 100px;
    }

    .pbu-item-icon {
        width: 28px;
        height: 28px;
    }

        .pbu-item-icon img {
            max-width: 100%;
            max-height: 100%;
        }

    .product-banner-usage-list ul {
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

        .product-banner-usage-list ul li {
            width: auto;
            padding: 0 10px 0 10px;
            min-width: 0;
        }

    .about-product-text {
        padding-left: 38%;
    }

    .pp-properties-list ul {
        margin: 0 -15px;
    }

        .pp-properties-list ul li {
            padding: 0 15px;
            min-height: 170px;
        }

    .pp-properties-title h1 {
        line-height: 30px;
        font-size: 26px;
    }

    .pp-properties-short {
        line-height: 20px;
        font-size: 16px;
    }

    .pp-property-item-title {
        padding: 16px 0 0 0;
        line-height: 20px;
        font-size: 16px;
    }

    .products-and-properties {
        padding: 60px 0 0 0;
        border-radius: 0 0 60px 0;
    }

    .corporate-banner-title h1 {
        line-height: 24px;
        font-size: 20px;
    }

    .corporate-banner-short {
        line-height: 16px;
        font-size: 14px;
    }

    .corporate-banner-text {
        width: 100%;
        margin: 0 0 60px 0;
    }

    .corporate-banner-short h2 {
        margin: 0 0 5px 0;
        line-height: 22px;
        font-size: 20px;
    }

    .contact-banner-short {
        line-height: 16px;
        font-size: 14px;
    }

    .contact-banner-form-row {
        margin-bottom: 10px;
    }

    .contact-banner-form-group textarea {
        height: 32px;
    }

    .contact-banner-image {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .contact-banner-image {
        width: 991px;
    }

    .cmi-title {
        line-height: 18px;
        font-size: 16px;
        margin: 0 0 12px 0;
    }

    .cmi-desc {
        line-height: 18px;
        font-size: 12px;
        letter-spacing: 0em;
        margin: 0 0 14px 0;
    }

    .contact-main-item {
        width: 33.33%;
        padding: 20px 20px 20px 20px;
    }

    .cmi-link a {
        font-size: 13px;
    }

    .ref-title {
        font-size: 34px;
        margin: 40px 0;
    }

    .pslider-big-image {
        height: 45vh;
    }
}

@media(max-width:860px) {
    .about-product-text {
        padding-left: 0;
    }

    .about-product-image img {
        opacity: 0.4;
    }
}

@media (max-width: 767px) {
    .product-banner-image img {
        width: 767px;
    }

    .product-banner-image {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .about-product {
        min-height: 530px;
    }

    .about-product-image {
        min-height: 0;
    }

    .about-product-title h1 {
        line-height: 30px;
        font-size: 28px;
    }

    .about-product-text {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pp-properties-text {
        width: 100%;
        padding: 0 0 0 0;
    }

    .pp-properties-text-inner {
        width: 100%;
    }

    .pp-properties-list {
        width: 100%;
        padding: 18px 0 0 0;
    }

        .pp-properties-list ul {
            margin: 0 -30px;
        }

            .pp-properties-list ul li {
                padding-right: 30px;
                padding-left: 30px;
            }

    .bottom-contact-info-title h1 {
        line-height: 26px;
        font-size: 24px;
        text-align: center;
    }

    .bottom-contact-info-desc {
        margin: 0 0 24px 0;
        line-height: 20px;
        font-size: 16px;
    }

    .bottom-contact-info-title {
        margin: 0 0 12px 0;
    }

    .corporate-banner-image {
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

        .corporate-banner-image img {
            width: 767px;
        }

    .corporate-banner-short p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .corporate-banner-text {
        margin: 0 0 40px 0;
    }

    .corporate-main {
        width: 100%;
        padding: 60px 0 0 0;
    }

    .corporate-main-short {
        margin: 0 0 30px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .corporate-main-content-text {
        line-height: 20px;
        font-size: 14px;
    }

        .corporate-main-content-text p {
            margin: 0 0 22px 0;
        }

    .contact-banner-over .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .contact-main-item {
        width: 100%;
        padding: 40px 40px 40px 40px;
    }

    .sss-question {
        font-size: 16px;
    }

    .sss-answer {
        font-size: 14px;
        line-height: 18px;
    }

    .pdf-document-group-item a {
        padding: 22px 60px 22px 75px;
        line-height: 31px;
        font-size: 14px;
    }

        .pdf-document-group-item a:after {
            width: 30px;
            height: 30px;
        }

    .masonry-container .item.large {
        width: 100%;
    }
    .masonry-container .item.small {
        width: 49%;
    }
    .ll-item {
        width: 50%;
    }
    .pslider-big-image {
        height: 30vh;
    }
}

@media(max-width:680px) {
    .product-banner-short {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .pbu-item-title {
        line-height: 16px;
        color: #ffffff;
        font-size: 14px;
    }

    .about-product-short {
        line-height: 20px;
        font-size: 14px;
    }

    .pp-properties-list ul {
        margin: 0 -15px;
    }

        .pp-properties-list ul li {
            padding-right: 15px;
            padding-left: 15px;
        }

    .bottom-contact-info-title h1 {
        line-height: 22px;
        font-size: 18px;
    }

    .bottom-contact-info-desc {
        margin: 0 0 20px 0;
        line-height: 18px;
        font-size: 14px;
    }

    .bottom-contact-info-title {
        margin: 0 0 12px 0;
    }

    .bottom-contact-info {
        padding-right: 0;
        padding-left: 0;
    }

    .corporate-main-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .corporate-main-right {
        width: 100%;
        padding: 0 0 0 0%;
    }

    .contact-banner-text {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 30px;
    }

    .contact-banner-form {
        width: 100%;
        padding-left: 30px;
    }

    .contact-banner-over .container {
        flex-wrap: wrap;
        padding: 0 0 30px 0;
    }

    .contact-banner-form-title {
        left: 16px;
    }

    .contact-banner-over {
        overflow: hidden;
    }

    .contact-main-item {
        padding: 30px 30px 30px 30px;
    }
}

@media (max-width: 580px) {
    .contact-main-item {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 500px) {
    .pp-properties-list ul {
        margin: 0 -10px;
    }

        .pp-properties-list ul li {
            padding-right: 10px;
            padding-left: 10px;
        }
}

@media(max-width:480px) {
    .pbu-item-icon {
        width: 20px;
        height: 20px;
    }

    .pp-properties-list ul li {
        width: 100%;
        min-height: 0;
        padding-bottom: 20px;
    }

        .pp-properties-list ul li:last-child {
            padding-bottom: 0;
        }
}

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

/*MIN*/
@media (min-width: 1485px) {
}

@media (min-width: 1440px) {
}

