@charset "UTF-8";

*{
min-height: 0;
min-width: 0;
}

html{box-sizing: border-box}*, *:before, *:after{box-sizing: inherit}img{max-width: 100%; height: auto; min-height: 1px}img.alignright{float:right;margin:0 0 1em 1em}img.alignleft{float:left;margin:0 1em 1em 0}img.aligncenter{display:block;margin-left:auto;margin-right:auto}.alignright{float:right}.alignleft{float:left}.aligncenter{display:block;margin-left:auto;margin-right:auto}a, button, input, textarea, select{outline: none!important}*:focus{outline:none!important}

a[href^="tel:"]{text-decoration: none}

.container1140{
	margin: 0 auto;
	overflow: hidden;
	max-width: 1176px;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;	
}

/* =============================================================================
   entry content
   ========================================================================== */
.entry-content * + p,
.entry-content p + *,
.entry-content ul + *,
.entry-content * + ul{margin-top: 30px}
.entry-content ul{list-style: none; padding-left: 0}
	.entry-content ul li{position: relative; padding-left: 16px}
		.entry-content ul li:before{
			content: '';
			display: block;
			width: 6px;
			height: 6px;
			background-color: #ca1738;
			position: absolute;
			top: 0.75em;
			left: 0;
			border-radius: 50%	
		}
 
.entry-content h1 + *,
.entry-content h2 + *,
.entry-content h3 + *,
.entry-content h4 + *,
.entry-content h5 + *,
.entry-content h6 + *{margin-top: 20px}

.entry-content * + h1,
.entry-content * + h2,
.entry-content * + h3{margin-top: 60px}
.entry-content * + h4,
.entry-content * + h5,
.entry-content * + h6{margin-top: 45px}

.entry-content img{
	border-radius: 5px;
	border: 1px solid rgba(45, 52, 62, 0.06)	
}
.entry-content img.arve-thumbnail{border-radius: 0; border: none}

.entry-content .wp-caption > .wp-caption-text{display: none}

.entry-content > .wp-caption{width: auto!important}

.read-more{
	display: inline-block;
	vertical-align: baseline;
	padding-right: 26px;
	background-image: url(../images/arrow-dark-right.svg);
	background-position: right center;
	background-repeat: no-repeat	
}
.read-more:hover{background-image: url(../images/arrow-red-right.svg)}
* + .read-more{margin-top: 30px}

.pagi-nav{margin-top: 60px; text-align: center}
	.pagi-nav ul{
		list-style: none;
		padding: 0;
		margin: 0	
	}
		.pagi-nav ul > li{display: inline-block; vertical-align: top}
		.pagi-nav ul > li.pagi-prev-li{border-right: 1px solid rgba(45, 52, 62, 0.06); margin-right: 10px}
		.pagi-nav ul > li.pagi-next-li{border-left: 1px solid rgba(45, 52, 62, 0.06); margin-left: 10px}
		
			.pagi-nav ul > li > a,
			.pagi-nav ul > li > span{
				display: block;
				width: 30px;
				height: 30px;
				line-height: 30px;
				text-align: center
			}
			.pagi-nav ul > li > a,
			.pagi-nav ul > li > a:hover{text-decoration: none}
			.pagi-nav ul > li > span{font-weight: 700}
			
			.pagi-nav ul > li.pagi-prev-li > a,
			.pagi-nav ul > li.pagi-next-li > a{width: 36px; position: relative}
				.pagi-nav ul > li.pagi-prev-li > a .pagi-prev,
				.pagi-nav ul > li.pagi-next-li > a .pagi-next{position: absolute; top: 50%; margin-top: -4px}
				.pagi-nav ul > li.pagi-prev-li > a .pagi-prev{
					display: block;
					width: 16px;
					height: 8px;
					background-image: url(../images/arrow-left.png);
					background-size: cover;
					background-repeat: no-repeat;
					left: 0
				}
				.pagi-nav ul > li.pagi-next-li > a .pagi-next{
					display: block;
					width: 16px;
					height: 8px;
					background-image: url(../images/arrow-right.png);
					background-size: cover;
					background-repeat: no-repeat;
					right: 0
				}

/* =============================================================================
   flex
   ========================================================================== */
.flex-center,
.flex-stretch,
.flex-end{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-center{
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-stretch{
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex-end{
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-centered{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
	.flex-item{
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
	}
	
.flex-fill{display: flex; flex-wrap: wrap}
	.flex-fill-item{flex: 1}

/* =============================================================================
   header
   ========================================================================== */
#header{background-color: #f9fbfd}
	#header .container{
		position: relative;
		padding: 15px 15px 15px 175px;
		min-height: 100px
	}
		#header-logo{padding-top: 1px; position: absolute; top: 15px; left: 15px; float: left; z-index: 100}
			#header-logo a, 
			#header-logo svg{display: block}
		
		#header-logo{top: 3px}
			#header-logo a,
			#header-logo svg{width: 186px}
			#header-logo svg{height: auto}
	
		.header-top{font-size: 0.8666666666666667em; line-height: 1.5384615384615385em; overflow: hidden; margin-bottom: 12px; min-height: 20px}
			.header-top ul{margin: 0; padding: 0; list-style: none; float: right}
				.header-top ul li{float: left}
				.header-top ul li + li:before{content: ', '}
					.header-top ul li a{display: inline-block; vertical-align: baseline}
						
				.header-top ul li.menu-location,
				.header-top ul li + li.menu-location:before,
				.header-top ul li a svg{display: none}
		
		.header-bot{letter-spacing: 0.5; font-weight: 700; text-align: right}
			.header-bot ul{margin: 0; padding: 0; list-style: none}
			.header-bot a{text-decoration: none; display: block; line-height: 1.6em; padding: 0.2em 0.3333333333333333em}
			
			.header-bot #primary-menu,
			.header-bot .wpml-ls{text-align: left; display: inline-block; vertical-align: middle}
				
				.header-bot #primary-menu > ul > li{float: left}
				.header-bot #primary-menu > ul > li + li{margin-left: 1.3333333333333333em}
					.header-bot #primary-menu > ul > li.current-menu-item > a,
					.header-bot #primary-menu > ul > li.current-menu-parent > a,
					.header-bot #primary-menu > ul > li.current-menu-ancestor > a,
					.header-bot #primary-menu > ul > li.current-page-item > a,
					.header-bot #primary-menu > ul > li.current-page-parent > a,
					.header-bot #primary-menu > ul > li.current-page-ancestor > a{color: #ca1738}
				
			.header-bot .wpml-ls{margin-left: 1.3333333333333333em; padding-left: 1.3333333333333333em; border-left: 1px solid rgba(45, 52, 62, 0.06)}
				.header-bot .wpml-ls > ul > li{position: relative}
					.header-bot .wpml-ls > ul > li > a{width: 4.666666666666667em}
						.header-bot .wpml-ls > ul > li > a:after{
							content: '';
							display: block;
							width: 10px;
							height: 6px;
							position: absolute;
							top: 50%;
							margin-top: -3px;
							right: 0;
							background-image: url(../images/lang-arrow-down.svg);
							background-size: contain;
							background-position: right center;
							background-repeat: no-repeat	
						}
					.header-bot .wpml-ls a{padding-left: 2em; position: relative}
						.header-bot .wpml-ls a img{display: block; position: absolute; top: 50%; margin-top: -6px; left: 0.3333333333333333em}
					.header-bot .wpml-ls > ul > li > ul{
						display: none;
						position: absolute;
						top: 100%;
						right: 0;
						background-color: #fff;
						z-index: 100;
						border: 1px solid rgba(45, 52, 62, 0.06);
						min-width: 100%;
						-webkit-border-radius: 3px;
						-moz-border-radius: 3px;
						border-radius: 3px;
						overflow: hidden
					}
						.header-bot .wpml-ls > ul > li > ul > li + li{border-top: 1px solid rgba(45, 52, 62, 0.06)}

/* =============================================================================
   content
   ========================================================================== */
#page-top{
	background-color: #0d489c;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: normal
}
	#page-top .container > .flex-fill{margin-left: -5px; margin-right: -5px}
		#page-top .container > .flex-fill .slick-list{width: 100%}
		#page-top .container > .flex-fill .slick-track{display: flex; flex-wrap: wrap}
	
		#page-top .container > .flex-fill > .flex-fill-item{padding-left: 5px; padding-right: 5px}
			#page-top .container > .flex-fill > .flex-fill-item > .flex-fill > .flex-fill-item > .flex-center > .flex-item{line-height: 1em}
			#page-top .flex-center{height: 50px; padding-right: 15px}
				#page-top .page-top-icon{padding-right: 10px}
				#page-top .page-top-icon svg{display: block}

#page-banner{color: #fff; position: relative; -webkit-clip-path: polygon(0 0, 100% 0, 100% 4.8em, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 4.8em, 0 100%); background-size: cover}
	#page-banner:before{
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: -moz-linear-gradient(left, rgba(13,72,156,0.7) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(13,72,156,0.7) 0%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(13,72,156,0.7) 0%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30d489c', endColorstr='#00ffffff',GradientType=1 );
		z-index: 1
	}
	.page-banner-bg{top: 0; left: 0; width: 100%; height: 100%; position: absolute; background-size: cover}
		.page-banner-bg img,
		.page-banner-bg picture{display: block; width: 100%; height: 100%; object-fit: cover}

	#page-banner > picture{top: 0; left: 0; width: 100%; height: 100%; position: absolute; object-fit: cover}
		#page-banner > picture img{display: block; width: 100%; height: 100%; object-fit: cover}

	#page-banner .container,
	.container1140{position: relative; z-index: 2}
		#page-banner .flex-center{height: 11.466666666666667em}
			#page-banner h1{color: inherit}
			#page-banner h5,
			#page-banner .banner-title{color: inherit; padding-bottom: 70px; text-align: center; letter-spacing: 1px}
			#page-banner .banner-title{font-size: 18px; line-height: 1.7777777777777777em; font-weight: 700}
			#page-banner * + p{margin-top: 0.5555555555555556em}
			#page-banner p:not(.banner-title){font-size: 1.2em; line-height: 1.7777777777777777em; letter-spacing: 1px; width: 100%; max-width: 26.944444444444443em}
	
.home #page-banner{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 36em, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 36em, 0 100%);
}
	.home #page-banner .flex-center{height: 42.666666666666664em; padding-bottom: 9.333333333333334em}

/* =============================================================================
   page links blocks
   ========================================================================== */
.home #page-banner + .page-links-blocks{margin-top: -115px; margin-bottom: -125px; position: relative; z-index: 2}

.page-links-blocks + #content .builder-elements .builder-element:first-child .builder-element-inner{padding-top: 220px}

.page-links-blocks .flex-stretch{margin-left: -15px; margin-right: -15px}
	.page-links-blocks .flex-stretch > .flex-item{
		-webkit-flex: 0 1 33.33334%;
		-ms-flex: 0 1 33.33334%;
		flex: 0 1 33.33334%;
		width: 33.33334%;
		flex: 0 0 auto\0;
		padding-left: 15px;
		padding-right: 15px
	}
	.page-links-blocks .flex-stretch > .flex-item:nth-child(n+4){margin-top: 30px}
		.page-links-blocks .flex-stretch > .flex-item > .page-link-inner{
			display: block;
			position: relative;
			background-color: #323232;
			color: #fff;
			overflow: hidden;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			letter-spacing: 3px;
			text-transform: uppercase;
			text-decoration: none;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover
		}
			.page-links-blocks .flex-stretch > .flex-item > .page-link-inner:before{
				content: '';
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				background-color: #ca1738;
				opacity: 0
			}
			.page-links-blocks .flex-stretch > .flex-item > .page-link-inner > .flex-end{height: 140px; position: relative; z-index: 1}
				.page-links-blocks .flex-stretch > .flex-item > .page-link-inner > .flex-end h2{font-size: 15px; line-height: 1.6em}
				.page-links-blocks .flex-stretch > .flex-item > .page-link-inner > .flex-end h2,
				.page-links-blocks .flex-stretch > .flex-item > .page-link-inner > .flex-end h6{
					color: inherit;
					padding: 30px 60px 30px 30px;
					position: relative;
					background-image: linear-gradient(to bottom, rgba(13, 72, 156, 0), #0d489c)
				}
					.page-links-blocks .flex-stretch > .flex-item > .page-link-inner > .flex-end h2 > svg,
					.page-links-blocks .flex-stretch > .flex-item > .page-link-inner > .flex-end h6 > svg{
						display: block;
						position: absolute;
						top: 50%;
						margin-top: -4px;
						right: 30px;	
					}
				
			.page-links-blocks .flex-stretch > .flex-item > .page-link-inner:hover:before{opacity: 0.8}
				.page-links-blocks .flex-stretch > .flex-item > .page-link-inner:hover > .flex-end h6{background-image: linear-gradient(to bottom, rgba(13, 72, 156, 0), rgba(13, 72, 156, 0))}

/* =============================================================================
   block elements
   ========================================================================== */
.builder-element{position: relative}
	.builder-element-inner{
		overflow: hidden;
		background-color: #fff;
		position: relative;
		padding: 160px 0 140px 0;
		-webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
	} 
	.builder-general .builder-element-inner{overflow: visible}
		.builder-element-inner > .container{position: relative; z-index: 10}
	
	.builder-element.builder-general .builder-element-inner,
	.builder-element.builder-product-categories .builder-element-inner{background-color: #f9fbfd}

	.builder-element.builder-map .builder-element-inner{background-color: #0c489c; color: #fff; height: 57.333333333333336em}
	
	.builder-element.builder-general .builder-element-inner:last-child{padding-bottom: 150px}
	
	.builder-element.builder-general .builder-element-inner:after{
		content: '';
		width: 100%;
		height: 100px;
		position: absolute;
		left: 0;
		bottom: 0;
		background-color: #fff;
		-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
		clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	}
	
	.builder-element:last-child .builder-element-inner{padding-bottom: 76px}
		.builder-element .container{position: relative} 
			.builder-element-title{font-size: 30px; line-height: 1.4666666666666666em; margin: 0; padding: 0 0 1.3333333333333333em 0; text-align: center; color: #2d343e}
			h1.builder-element-title{text-align: left}
			.builder-element.builder-map .builder-element-inner .builder-element-title{color: inherit}			
			.builder-element-btn{padding-top: 2.6666666666666665em; text-align: center}
			.builder-element-btn .btn:disabled{display: none!important}
				.boxed-icons{margin-left: -15px; margin-right: -15px}
					.boxed-icons > .flex-item{
						-webkit-flex: 0 1 33.33334%;
						-ms-flex: 0 1 33.33334%;
						flex: 0 1 33.33334%;
						width: 33.33334%;
						flex: 0 0 auto\0;
						padding-left: 15px;
						padding-right: 15px
					}
					.boxed-icons > .flex-item:nth-child(n+4){margin-top: 30px}
						.boxed-icons .flex-item .flex-item-inner{
							position: relative;
							height: 100%;
							text-align: center;
							padding: 60px 40px 40px 40px;
							position: relative;
							border-radius: 5px;
							background-color: #ffffff;
							border: solid 1px rgba(45, 52, 62, 0.06);
						}
							.boxed-icons .flex-item .flex-item-inner .box-icon{width: 60px; height: 60px; margin: 0 auto 20px auto}
								.boxed-icons .flex-item .flex-item-inner .box-icon svg{display: block; margin: 0 auto}
							.boxed-icons .flex-item .flex-item-inner h2,
							.boxed-icons .flex-item .flex-item-inner h3{color: #0d489c}
							
							.boxed-icons .flex-item .flex-item-inner h3{font-size: 24px; line-height: 1.5em}
							.boxed-icons .flex-item .flex-item-inner * + p{margin-top: 10px}

	.builder-map .mapmarker{position: absolute!important; top: 0!important; left: 0!important; z-index: -1}

.builder-element.builder-boxed-icons .builder-element-inner:before{
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: 32%;
	right: 0;
	width: 162px;
	height: 239px;
	background-image: url(../images/wave.svg);
	background-position: center;
	background-size: contain;
}
.builder-element.builder-references > .builder-element-inner:before{
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	bottom: 180px;
	left: 0;
	width: 128px;
	height: 239px;
	background-image: url(../images/wave-narrow.svg);
	background-position: center;
	background-size: contain;
}
.builder-element.builder-references:last-child:before{bottom: 80px}

.builder-general + .builder-grid-icons:before,
.builder-element + .builder-element.builder-product-categories:before{
	z-index: 1;
	content: '';
	display: block;
	position: absolute;
	top: -64px;
	left: 0;
	width: 162px;
	height: 239px;
	background-image: url(../images/wave.svg);
	background-position: center;
	background-size: contain;
}

#page-banner + #content .builder-elements > .builder-element:first-child,
.builder-element + .builder-element{margin-top: -100px} 

	.block-imgtxt .flex-stretch{margin-left: -15px; margin-right: -15px}
	.block-imgtxt .flex-stretch + .flex-stretch{margin-top: 60px}
		.block-imgtxt .flex-stretch > .flex-item{
			padding-left: 15px;
			padding-right: 15px;
			-webkit-flex: 0 1 50%;
			-ms-flex: 0 1 50%;
			flex: 0 1 50%;
			width: 50%;
			flex: 0 0 auto\0
		}
		.block-imgtxt .flex-stretch > .flex-item.flex-image img{display: block; border-radius: 5px}
		.block-imgtxt .flex-stretch > .flex-item.flex-content{padding-top: 40px}
		
		.block-imgtxt .flex-stretch:nth-child(odd) > .flex-item.flex-content{padding-left: 70px}
		
		.block-imgtxt .flex-stretch:nth-child(even) > .flex-item.flex-image{
			-webkit-order: 1;
			-ms-flex-order: 1;
			order: 1
		}
		.block-imgtxt .flex-stretch:nth-child(even) > .flex-item.flex-content{padding-right: 70px}

.gallery{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	margin-left: -15px;
	margin-right: -15px
}
	.gallery .gallery-item{
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		width: 25%;
		flex: 0 0 auto\0;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
		.gallery .gallery-item a{
			background-color: #fff;
			display: block;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			overflow: hidden;
			border: 1px solid rgba(45, 52, 62, 0.06)
		}
			.gallery .gallery-item a img{display: block; width: 100%; height: auto; margin: 0 auto}
		.gallery .gallery-item .gallery-caption{margin-top: 20px}
	
	.gallery.gallery-columns-2 .gallery-item{
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
		flex: 0 0 auto\0
	}
	.gallery.gallery-columns-3 .gallery-item{
		-webkit-flex: 0 1 33.33334%;
		-ms-flex: 0 1 33.33334%;
		flex: 0 1 33.33334%;
		width: 33.33334%;
		flex: 0 0 auto\0
	}
	.gallery.gallery-columns-4 .gallery-item{
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		width: 25%;
		flex: 0 0 auto\0
	}
	.gallery.gallery-columns-5 .gallery-item{
		-webkit-flex: 0 1 20%;
		-ms-flex: 0 1 20%;
		flex: 0 1 20%;
		width: 20%;
		flex: 0 0 auto\0
	}
	.gallery.gallery-columns-6 .gallery-item{
		-webkit-flex: 0 1 16.66666666666667%;
		-ms-flex: 0 1 16.66666666666667%;
		flex: 0 1 16.66666666666667%;
		width: 16.66666666666667%;
		flex: 0 0 auto\0
	}
	.gallery.gallery-columns-1 .gallery-item:nth-child(n+2),
	.gallery.gallery-columns-2 .gallery-item:nth-child(n+3),
	.gallery.gallery-columns-3 .gallery-item:nth-child(n+4),
	.gallery.gallery-columns-4 .gallery-item:nth-child(n+5),
	.gallery.gallery-columns-5 .gallery-item:nth-child(n+6),
	.gallery.gallery-columns-6 .gallery-item:nth-child(n+7){margin-top: 40px}
	
.entry-content * + .gallery,
.entry-content .gallery + *,
.entry-content + .posts-grid{margin-top: 20px}

.posts-grid{margin-left: -15px; margin-right: -15px}
	.posts-grid > .posts-grid-item{
		-webkit-flex: 0 1 33.33334%;
		-ms-flex: 0 1 33.33334%;
		flex: 0 1 33.33334%;
		width: 33.33334%;
		flex: 0 0 auto\0;
		padding-left: 15px;
		padding-right: 15px
	}
		.posts-grid > .posts-grid-item > .posts-grid-item-inner{
			position: relative;
			height: 100%;
			padding-bottom: 48px	
		}
			.posts-grid > .posts-grid-item > .posts-grid-item-inner > .read-more{position: absolute; float: left; bottom: 0; left: 0; margin: 0}
	
	.col-sm-9 .posts-grid > .posts-grid-item{
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
		flex: 0 0 auto\0
	}	
		.posts-grid-item .posts-grid-item-thumb{
			border-radius: 5px;
			overflow: hidden;
			border: 1px solid rgba(45, 52, 62, 0.06);
			margin: 0 0 20px 0	
		}
			.posts-grid-item .posts-grid-item-thumb img{display: block; width: 100%; height: auto}
			.posts-grid-item * + .read-more{margin-top: 20px}
		
	.col-sm-9 .posts-grid > .posts-grid-item:nth-child(n+3),
	.col-xs-12 .posts-grid > .posts-grid-item:nth-child(n+4){margin-top: 40px}

.builder-element-postsgrid{overflow: hidden; margin-left: -18px; margin-right: -18px}
	.builder-element-postsgrid > .builder-element-post{
		padding-left: 18px;
		padding-right: 18px;
		float: left;	
		width: 33.33334%
	}
		.builder-element-postsgrid > .builder-element-post .builder-element-post-inner{display: block; position: relative; overflow: hidden; border-radius: 5px}
			.builder-element-postsgrid > .builder-element-post .builder-element-post-inner:before{
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background-color: #ca1738;
				opacity: 0	
			}
			.builder-element-postsgrid > .builder-element-post img{display: block; width: 100%; height: auto}
			.builder-element-postsgrid > .builder-element-post .builder-element-post-inner .builder-element-post-title{
				position: absolute;
				left: 0;
				bottom: 0;
				padding: 40px;
				background-image: linear-gradient(to bottom, rgba(13, 72, 156, 0), #0d489c);
				color: #fff;
				width: 100%;
				z-index: 1
			}
				.builder-element-postsgrid > .builder-element-post .builder-element-post-inner .builder-element-post-title h3{font-size: 21px; line-height: 1.5238095238095237em; color: #fff}
				.builder-element-postsgrid > .builder-element-post .builder-element-post-inner .builder-element-post-title .read-more{color: #fff; text-decoration: underline; background-image: url(../images/arrow-right-white.svg)}
				.builder-element-postsgrid > .builder-element-post .builder-element-post-inner .builder-element-post-title * +.read-more{margin-top: 20px}
				
			.builder-element-postsgrid > .builder-element-post .builder-element-post-inner:hover:before{opacity: 0.9}
			.builder-element-postsgrid > .builder-element-post .builder-element-post-inner:hover .builder-element-post-title{background: none}
	
.builder-gallery .builder-element-inner{
	background-size: cover;
	background-position: center;
	background-color: #0d489c;
	color: #fff;
	padding-bottom: 188px
}
.builder-gallery .builder-element-inner:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0d489c;
	opacity: 0.9	
}
.builder-gallery .builder-element-inner:after{
	content: '';
	display: block;
	width: 124px;
	height: 239px;
	background-image: url(../images/wave-white.svg);
	bottom: 229px;
	right: 0;
	position: absolute
}

	.builder-gallery .builder-element-inner .builder-element-title{color: inherit}
	.builder-gallery .gallery{margin-left: -18px; margin-right: -18px}	
		.builder-gallery .gallery-item{
			padding-left: 18px;
			padding-right: 18px;
			-webkit-flex: 0 1 33.33334%;
			-ms-flex: 0 1 33.33334%;
			flex: 0 1 33.33334%;
			width: 33.33334%;
			flex: 0 0 auto\0;	
		}
			.builder-gallery .gallery .gallery-item a{
				position: relative;
				border: none;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0	
			}
				.builder-gallery .gallery .gallery-item a > .flex-center{
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					text-align: center;
					font-size: 13px;
					line-height: 20px;
					letter-spacing: 2px;
					color: #fff;
					text-transform: uppercase;
					font-weight: 700;
					z-index: 3;
					opacity: 0
				}
					.builder-gallery .gallery .gallery-item a > .flex-center span{display: inline-block; vertical-align: baseline; position: relative; border-bottom: 2px solid #fff}						
			
			.builder-gallery .gallery.gallery-columns-3 .gallery-item:nth-child(n+4){margin-top: 36px}
				.builder-gallery .gallery .gallery-item a:after{
					content: '';
					display: block;
					width: 100%;
					height: 100%;
					background-color: #ca1738;
					opacity: 0;
					position: absolute;
					top: 0;
					left: 0;
				}	
				.builder-gallery .gallery .gallery-item a:before{
					content: '';
					display: block;
					width: 100%;
					height: 100%;
					opacity: 1;
					position: absolute;
					top: 0;
					left: 0;
					background-color: transparent;
					border: 10px solid #0d489c
				}
				.builder-gallery .gallery .gallery-item a:hover:before{opacity: 0}
				.builder-gallery .gallery .gallery-item a:hover:after{opacity: 0.9}
				.builder-gallery .gallery .gallery-item a:hover > .flex-center{opacity: 1}
				
			.builder-gallery .btn-primary{border-color: #fff; background-color: #fff}

.builder-references + .builder-gallery .builder-element-inner{padding-top: 253px}

.builder-element.builder-clients{overflow: hidden}
.builder-element + .builder-element.builder-clients:not(.archive-clients-block){margin-top: -40px}
.builder-element + .archive-clients-block{margin-top: -110px}
.archive-clients-block .client-slide-inner > .flex-stretch{box-shadow: none; border: 1px solid rgba(45,52,62,.06)}
.archive-clients-block .clients-txt{align-self: center; padding-top: unset}

	.builder-element-innerwrap{
		padding-top: 100px;
		border-top: 1px solid rgba(45, 52, 62, 0.06);	
	}
	.archive-clients-block .builder-element-innerwrap{padding-top: unset; border-top: none}

		.builder-element-innerwrap .clients-txt{
			width: 412px;
			padding-top: 100px;
			padding-right: 124px	
		}
			.builder-element-innerwrap .clients-txt h2{
				font-size: 30px;
				line-height: 1.4666666666666666em;
				color: #2d343e;
				margin: 0 0 10px 0
			}
			.builder-element-innerwrap .flex-fill-item{position: relative; height: 603px}
				.builder-element-innerwrap .flex-fill-item .clients-slider{
					position: absolute;
					top: 0;
					left: -15px;
					max-width: 2000px
				}
			
			.clients-slider{margin-left: -15px; margin-right: -15px}
				.clients-slider .client-slide{padding-left: 15px; padding-right: 15px}			
					.client-slide-inner > .flex-stretch{
						padding: 80px 40px 40px 40px;
						background-color: #fff;
						box-shadow: 0 10px 30px -20px rgba(45, 52, 62, 0.4);
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
						height: 603px
					}
					
					.client-img{
						width: 120px;
						position: relative;
						margin: 0 auto 30px auto	
					}
						.client-img .quote-icon{
							width: 40px;
							height: 40px;
							position: absolute;
							top: 0;
							left: 0;
							padding-top: 12px;
							-webkit-border-radius: 50%;
							-moz-border-radius: 50%;
							border-radius: 50%;
							background-color: #0d489c
						}
							.client-img .quote-icon::after{
								content: '';
								display: block;
								width: 100%;
								height: 100%;
								position: absolute;
								top: 0;
								left: 0;
								background: #fff;
								mask: url(../images/quote-icon.svg) center no-repeat;
								mask-size: 1rem auto;
								-webkit-mask: url(../images/quote-icon.svg) center no-repeat;
								-webkit-mask-size: 1rem auto
							}
							.client-img .quote-icon svg{display: block; margin: 0 auto}
						
						.client-img img{display: block; border-radius: 50%}
					
					.client-slide-inner .entry-content{text-align: center}
						.client-slide-inner .entry-content h6{letter-spacing: 1px}
						.client-slide-inner .entry-content * + h6{margin-top: 29px}
	
.builder-element.builder-clients + .builder-element.builder-gallery{margin-top: -160px}
	.builder-element.builder-clients + .builder-gallery .builder-element-inner{padding-top: 253px}

.builder-element.builder-clients{z-index: 5}

	.clients-slider .slick-slide .flex-item{opacity: 0.5}
	.clients-slider .slick-slide.slick-current .flex-item,
	.clients-slider .slick-slide.slick-current + .slick-slide .flex-item{opacity: 1}
	
	.clients-slider-arrows{margin-top: 30px}
		.clients-slider-arrows .slick-arrow{
			width: 36px;
			border: none;
			padding: 0;
			height: 30px;
			background-color: transparent;
			background-repeat: no-repeat;
			background-size: 16px 8px;
			text-indent: 100%;
			overflow: hidden
		}
		.clients-slider-arrows .slick-arrow + .slick-arrow{border-left: 1px solid rgba(45, 52, 62, 0.06)}
		.clients-slider-arrows .slick-arrow.slick-prev{background-position: left center; background-image: url(../images/arrow-left.png)}
		.clients-slider-arrows .slick-arrow.slick-next{background-position: right center; background-image: url(../images/arrow-right.png)}
	
.builder-element.builder-posts > .builder-element-inner:after{
	content: '';
	display: block;
	width: 128px;
	height: 239px;
	background-image: url(../images/wave-narrow.svg);
	bottom: 210px;
	left: 0;
	position: absolute;	
	bottom: 70px;
}
.builder-element.builder-posts:last-child > .builder-element-inner:after{bottom: 106px}
	
	
.builder-grid-icons .flex-stretch{margin-left: -15px; margin-right: -15px}
.builder-grid-icons .flex-stretch > .flex-item{
	-webkit-flex: 0 1 33.33334%;
    -ms-flex: 0 1 33.33334%;
    flex: 0 1 33.33334%;
    width: 33.33334%;
    flex: 0 0 auto\0;
}
	.builder-grid-icons .flex-stretch > .flex-item .flex-item-inner{padding: 15px 35px}
		.builder-grid-icons .flex-stretch > .flex-item .flex-item-inner .flex-center{height: 90px}
		.builder-grid-icons .flex-stretch > .flex-item .flex-item-inner .grid-icon{width: 60px}
		.builder-grid-icons .flex-stretch > .flex-item .flex-item-inner .flex-fill-item{padding-left: 20px; font-size: 18px; line-height: 32px; color: #0d489c; font-weight: 700}
			.builder-grid-icons .flex-stretch > .flex-item .flex-item-inner .grid-icon svg{display: block; marign: 0 auto}

.builder-grid-icons .flex-item-inner > .flex-fill{position: relative}
.builder-grid-icons .flex-item:nth-child(n+4) .flex-item-inner > .flex-fill:before{
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: -15px;
	left: -20px;
	right: -20px;
	background-color: rgba(45, 52, 62, 0.06);
}
.builder-grid-icons .flex-item .flex-item-inner > .flex-fill:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -35px;
	background-color: rgba(45, 52, 62, 0.06);
}
.builder-grid-icons .flex-item:nth-child(3n+1) .flex-item-inner > .flex-fill:after{display: none}


.entry-content + .page-builder-elements{margin-top: 60px; padding-top: 60px; border-top: 1px solid rgba(45, 52, 62, 0.06)}

.col-sm-9 .element-icontitle .flex-stretch{margin-left: -15px; margin-right: -15px; overflow: hidden}
.col-sm-9 .element-icontitle .flex-stretch > .flex-item{
	-webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    flex: 0 0 auto\0;
}
	.col-sm-9 .element-icontitle .flex-stretch > .flex-item .flex-item-inner{padding: 15px 20px}
		.col-sm-9 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .flex-center{height: 90px}
		.col-sm-9 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .grid-icon{width: 60px}
		.col-sm-9 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .flex-fill-item{padding-left: 20px; font-size: 18px; line-height: 32px; color: #2d343e; font-weight: 700}
			.col-sm-9 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .grid-icon svg{display: block; marign: 0 auto}

.col-sm-9 .element-icontitle .flex-item-inner > .flex-fill{position: relative}
.col-sm-9 .element-icontitle .flex-item .flex-item-inner > .flex-fill:before{
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	bottom: -16px;
	left: -5px;
	right: -5px;
	background-color: rgba(45, 52, 62, 0.06);
}
.col-sm-9 .element-icontitle .flex-item .flex-item-inner > .flex-fill:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -20px;
	background-color: rgba(45, 52, 62, 0.06);
}
.col-sm-9 .element-icontitle .flex-item:nth-child(even) .flex-item-inner > .flex-fill:after{display: none}

.col-xs-12 .element-icontitle .flex-stretch{margin-left: -15px; margin-right: -15px}
.col-xs-12 .element-icontitle .flex-stretch > .flex-item{
	-webkit-flex: 0 1 33.33334%;
    -ms-flex: 0 1 33.33334%;
    flex: 0 1 33.33334%;
    width: 33.33334%;
    flex: 0 0 auto\0;
}
	.col-xs-12 .element-icontitle .flex-stretch > .flex-item .flex-item-inner{padding: 15px 35px}
		.col-xs-12 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .flex-center{height: 90px}
		.col-xs-12 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .grid-icon{width: 60px}
		.col-xs-12 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .flex-fill-item{padding-left: 20px; font-size: 18px; line-height: 32px; color: #0d489c; font-weight: 700}
			.col-xs-12 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .grid-icon svg{display: block; marign: 0 auto}

.col-xs-12 .element-icontitle .flex-item-inner > .flex-fill{position: relative}
.col-xs-12 .element-icontitle .flex-item:nth-child(n+4) .flex-item-inner > .flex-fill:before{
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: -15px;
	left: -20px;
	right: -20px;
	background-color: rgba(45, 52, 62, 0.06);
}
.col-xs-12 .element-icontitle .flex-item .flex-item-inner > .flex-fill:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -35px;
	background-color: rgba(45, 52, 62, 0.06);
}
.col-xs-12 .element-icontitle .flex-item:nth-child(3n+1) .flex-item-inner > .flex-fill:after{display: none}

.page-element-title{margin: 0 0 30px 0}

.page-builder-element + .page-builder-element{margin-top: 60px; padding-top: 60px; border-top: 1px solid rgba(45, 52, 62, 0.06)}

.page-builder-element.element-video + .page-builder-element.element-gallery{border: none; padding-top: 0}

.steps-grid{margin-left: -35px; margin-right: -35px}
	.steps-grid .flex-item{
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
		flex: 0 0 auto\0;
		padding-left: 35px;
		padding-right: 35px
	}
	.steps-grid .flex-item:nth-child(n+3){margin-top: 60px}
		.steps-grid .step-icon{margin: 0 0 20px 0}
			.steps-grid .step-icon svg{display: block}
		.steps-grid h5{margin: 0 0 10px 0}
			.steps-grid h5 small{display: block; text-transform: uppercase; font-size: 13px; line-height: 20px; letter-spacing: 3px}

.certificates-grid{margin: -15px}
	.certificates-grid .flex-item{
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: auto;
		flex: 0 0 auto\0;
		padding: 15px;
	}
		.certificates-grid .flex-item img{display: block}

* + .team-grid{margin-top: 30px}
.team-grid{margin-left: -15px; margin-right: -15px}
	.team-grid > .flex-item{
		-webkit-flex: 0 1 33.3334%;
		-ms-flex: 0 1 33.3334%;
		flex: 0 1 33.3334%;
		width: 33.3334%;
		flex: 0 0 auto\0;
		padding-left: 15px;
		padding-right: 15px
	}
	.team-grid > .flex-item:nth-child(n+4){margin-top: 60px}
		.team-member-img{border: 1px solid rgba(45, 52, 62, 0.06); margin-bottom: 30px; border-radius: 5px; overflow: hidden}
			.team-member-img img{display: block; width: 100%; height: auto}
		.team-grid > .flex-item p + p{margin-top: 10px}
			.team-grid > .flex-item p span{display: block}
			
	.flex-center.team-member-inner{margin: 0 -15px; position: relative; height: 100%}
		.flex-center.team-member-inner > .flex-item{
			padding: 0 15px;
			-webkit-flex: 0 1 50%;
			-ms-flex: 0 1 50%;
			flex: 0 1 50%;
			width: 50%;
			flex: 0 0 auto\0;
		}
			.flex-center.team-member-inner > .flex-item > .team-member-img{margin: 0}

/* =============================================================================
   product
   ========================================================================== */
#product-navigation{position: sticky; top: 0; z-index: 100}
	.product-nav{
		margin: 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 13px;
		line-height: 22px;
		font-weight: 600;
		display: table;
		width: 100%;
	}
	.product-nav li{display: table-cell; vertical-align: top;}
		.product-nav li + li{border-left: 1px solid #f9fbfd}
			.product-nav li a{display: block; text-decoration: none}
			.product-nav li a:focus{color: #2d343e}
				.product-nav li a:hover,
				.product-nav li a.active{color: #fff; background-color: #ca1738}
				.product-nav li a > .flex-center{height: 60px}
					.product-nav li a > .flex-center > .flex-item{
						position: relative;
						padding-left: 45px;
						padding-right: 20px
					}
						.product-nav li a > .flex-center > .flex-item svg{position: absolute; display: block; left: 15px; top: 50%}
						
						.product-nav li a.svg-gallery > .flex-center > .flex-item svg,
						.product-nav li a.svg-pdf > .flex-center > .flex-item svg{margin-top: -10px}
						
						.product-nav li a.svg-specs > .flex-center > .flex-item svg,
						.product-nav li a.svg-price > .flex-center > .flex-item svg,
						.product-nav li a.svg-guide > .flex-center > .flex-item svg{margin-top: -11px}
						
						.product-nav li a.svg-intro > .flex-center > .flex-item svg{margin-top: -12px}
						
						
						.product-nav li a.svg-intro:hover svg g,
						.product-nav li a.svg-specs:hover svg g,
						.product-nav li a.svg-gallery:hover svg g,
						.product-nav li a.svg-price:hover svg g,
						.product-nav li a.svg-guide:hover svg g,
						.product-nav li a.svg-pdf:hover svg path,
						.product-nav li a.active.svg-intro svg g,
						.product-nav li a.active.svg-specs svg g,
						.product-nav li a.active.svg-gallery svg g,
						.product-nav li a.active.svg-price svg g,
						.product-nav li a.active.svg-guide svg g,
						.product-nav li a.active.svg-pdf svg path{fill: #fff}
						
						.product-nav li a > .flex-center > .flex-item > span{display: block}

.product-section-block{padding-top: 60px}

	.product-section-title{margin: 0 0 20px 0}
	
	.product-files .flex-center{margin: -20px}
		.product-files .flex-center .flex-item{
			padding: 20px 20px 20px 63px;
			-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			width: auto;
			flex: 0 0 auto\0;
			position: relative
		}
			.product-files .flex-center .flex-item > a > .file-icon{
				position: absolute;
				top: 50%;
				left: 20px;
				margin-top: -18px;
				width: 33px;
				height: 36px;
			}
				.product-files .flex-center .flex-item > a > .file-icon svg{display: block}

.gallery-block + .gallery-block{margin-top: 60px}

.product-section-btn{margin-top: 20px; text-align: center}

.product-price-inner p{font-size: 13px; line-height: 22px; padding-left: 15px}
.product-price-inner + .product-price-inner{margin-top: 60px}
.product-price-inner img{margin-bottom: 11px}

.product-slider{
	margin: 0 0 60px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}
	.product-slider .product-slide{display: none}
	.product-slider.slick-initialized .product-slide,
	.product-slider .product-slide:first-child{display: block}
		.product-slider img{display: block; width: 100%; height: auto}

.product-arrow{
	position: absolute;
	z-index: 10;
	top: 0;
	width: 60px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	outline: none	
}
.product-arrow.arrow-prev{
	left: 0;
	background: -moz-linear-gradient(left, rgba(228,228,228,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(228,228,228,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00ffffff',GradientType=1 );
}
.product-arrow.arrow-next{
	right: 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(228,228,228,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(228,228,228,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000',GradientType=1 );
}
	.product-arrow > span{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.product-arrow.arrow-prev > span{background-image: url(../images/arrow-img-left.svg)}
	.product-arrow.arrow-next > span{background-image: url(../images/arrow-img-right.svg)}

* + .products-grid{margin-top: 40px}

.builder-element-title + .products-grid{margin-top: 0}

.products-grid{margin-left: -15px; margin-right: -15px}
	.products-grid > .flex-item{
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		width: 25%;
		flex: 0 0 auto\0;
		padding-left: 15px;
		padding-right: 15px
	}
	.products-grid > .flex-item:nth-child(n+5){margin-top: 40px}
		.products-grid > .flex-item > a{display: block; text-align: center; text-decoration: none; position: relative; height: 100%}
		.products-grid > .flex-item > a:hover{z-index: 1}
			.products-grid > .flex-item > a:hover:before{
				content: '';
				display: block;
				position: absolute;
				top: -40px;
				left: -40px;
				bottom: -40px;
				right: -40px;
				padding: 40px;
				box-shadow: 0 10px 50px -20px rgba(45, 52, 62, 0.4);
				background-color: #fff;
			}
			.products-grid > .flex-item > a > .product-grid-inner{position: relative}			
				.products-grid > .flex-item > a > .product-grid-inner > img{display: block; width: 100%; height: auto; border: 1px solid rgba(45, 52, 62, 0.06); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 20px}
				.products-grid > .flex-item > a:hover > .product-grid-inner h2{color: #ca1738}
	
	.builder-product-categories .products-grid > .flex-item,
	.col-sm-9 .products-grid > .flex-item{
		-webkit-flex: 0 1 33.33334%;
		-ms-flex: 0 1 33.33334%;
		flex: 0 1 33.33334%;
		width: 33.33334%;
		flex: 0 0 auto\0
	}
	.col-sm-9 .products-grid > .flex-item > a:hover:before{
		top: -35px;
		left: -35px;
		bottom: -35px;
		right: -35px;
		padding: 35px;
	}
	
	.builder-product-categories .products-grid > .flex-item:nth-child(n+5)
	.col-sm-9 .products-grid > .flex-item:nth-child(n+5){margin-top: 0}
	
	.col-sm-9 .products-grid > .flex-item:nth-child(n+4){margin-top: 40px}
	.builder-product-categories .products-grid > .flex-item:nth-child(n+4){margin-top: 60px}

* + .post-share-block,
.post-share-block + *{margin-top: 60px}

.post-share-block > h2{margin: 0}

/* =============================================================================
   tables
   ========================================================================== */
.entry-content table{
	border-collapse: collapse;
	border: none;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	color: #2d343e
}
	.entry-content table tr:nth-child(odd) td{background-color: #fff}
	.entry-content table tr:nth-child(even){}
		.entry-content table th,
		.entry-content table td{
			position: relative;
			padding: 9px 15px;
			width: auto!important;
			border: none;
			vertical-align: top
		}
		.entry-content table th,
		.entry-content table td{border-top: 1px solid #f9fbfd}
		.entry-content table th + th,
		.entry-content table td + td{border-left: 1px solid rgba(45, 52, 62, 0.06)}
	
.entry-content > table + table{margin-top: 60px}

.narrow-table{max-width: 588px}
	.entry-content .narrow-table table th,
	.entry-content .narrow-table table td{width: 102px!important}
	.entry-content .narrow-table table th:first-child,
	.entry-content .narrow-table table td:first-child{width: 390px!important; font-weight: 700}
	
	
	.entry-content .narrow-table table thead th{
		border: none!important;
		font-size: 18px;
		line-height: 32px;
		font-weight: 700
	}

/* =============================================================================
   sidebar
   ========================================================================== */
#sidebar ul,
.related-posts-menu{
	margin: -20px 0 0 0;
	padding: 0;
	list-style: none	
}

.related-posts-menu{margin-top: 20px; border-bottom: 1px solid rgba(45, 52, 62, 0.06); max-width: 484px}

	#sidebar ul li + li,
	.related-posts-menu li{border-top: 1px solid rgba(45, 52, 62, 0.06)}
		#sidebar ul li a,
		.related-posts-menu li a{
			font-weight: 700;
			padding: 20px 50px 20px 20px;
			line-height: 24px;
			letter-spacing: 0.5px;
			display: block;
			text-decoration: none;
			position: relative
		}
		.related-posts-menu li a{padding-left: 0}
			#sidebar ul li a:after,
			.related-posts-menu li a:after{
				content: '';
				width: 16px;
				height: 8px;
				display: block;
				position: absolute;
				top: 50%;
				margin-top: -4px;
				right: 20px;
				background-image: url(../images/arrow-dark-right.svg);	
			}
			.related-posts-menu li a:after{right: 0}
			
		#sidebar ul li:hover > a,
		#sidebar ul li.current-menu-item > a,
		#sidebar ul li.current-menu-parent > a,
		#sidebar ul li.current-menu-ancestor > a,
		.related-posts-menu li:hover > a{color: #ca1738; text-decoration: none}
		
			#sidebar ul li:hover > a:after,
			#sidebar ul li.current-menu-item > a:after,
			#sidebar ul li.current-menu-parent > a:after,
			#sidebar ul li.current-menu-ancestor > a:after,
			.related-posts-menu li:hover > a:after{background-image: url(../images/arrow-red-right.svg)}

#sidebar .widget-title{display: none}

* + .sidebar-links{margin-top: 40px}
	.sidebar-links .flex-center{height: 106px; text-decoration: none; color: #fff; position: relative; overflow: hidden; border-radius: 5px; background-position: center; background-size: cover; background-repeat: no-repeat}
		.sidebar-links .flex-center:before{
			content: '';
			display: block;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			background-image: linear-gradient(to bottom, rgba(13, 72, 156, 0), #0d489c);
			opacity: 0.7;
			position: absolute
		}
		.sidebar-links .flex-center:hover:before{
			opacity: 0.9;
			background-color: #ca1738;
			background-image: none	
		}
	.sidebar-links .flex-center + .flex-center{margin-top: 20px}
		.sidebar-links .flex-center .flex-item{padding: 10px 50px 10px 30px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; position: relative; z-index: 1}
			.sidebar-links .flex-center .flex-item:after{
				content: '';
				display: block;
				width: 16px;
				height: 8px;
				position: absolute;
				top: 50%;
				margin-top: -4px;
				right: 30px;
				background-image: url(../images/arrow-right-white.svg);
				background-size: cover;
			}

/* =============================================================================
   material form
   ========================================================================== */
.wpcf7 .wpcf7-form{padding: 0; background: none}
.wpcf7 .wpcf7-form p,
.wpcf7 .wpcf7-form .input-field{margin: 0!important; display: block!important}
.wpcf7 .wpcf7-form input:not([type]),
.wpcf7 .wpcf7-form input[type=text]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=password]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=email]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=url]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=time]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=date]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=datetime]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=datetime-local]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=tel]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=number]:not(.browser-default),
.wpcf7 .wpcf7-form input[type=search]:not(.browser-default),
.wpcf7 .wpcf7-form textarea{
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #4a5574;
	border: 1px solid rgba(45, 52, 62, 0.06);
	height: auto;
	padding: 26px 17px 10px 17px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box;
	margin: 0 0 18px 0;
	border-radius: 5px
}
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form textarea{
	min-height: 140px;
	height: 140px;
	max-height: 140px;
	margin: 0 0 11px 0
}
.wpcf7 .wpcf7-form input:not([type]):focus,
.wpcf7 .wpcf7-form input[type=text]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=password]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=email]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=url]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=time]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=date]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=datetime]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=datetime-local]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=tel]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=number]:not(.browser-default):focus,
.wpcf7 .wpcf7-form input[type=search]:not(.browser-default):focus,
.wpcf7 .wpcf7-form textarea:focus{
	border-color: #fff!important;
	box-shadow: 0 4px 20px 0 rgba(62, 73, 100, 0.11)!important;
}
.wpcf7 .wpcf7-form .input-field label{
	height: auto!important;
	margin: 0!important;
	font-size: 15px!important;
	line-height: 22px!important;
	font-weight: 400!important;
	color: #4a5574!important;
	padding-left: 17px;
	-webkit-transition: .2s ease-out;
	-moz-transition: .2s ease-out;
	-ms-transition: .2s ease-out;
	-o-transition: .2s ease-out;
	transition: .2s ease-out;
	transform: none!important;
	top: 18px!important
}
.wpcf7 .wpcf7-form .input-field label:not(.label-icon).active{
	font-size: 12px!important;
	line-height: 22px!important;
	font-weight: 300!important;
	top: 6px!important
}
body .wpcf7 .wpcf7-form .wpcf7-submit,
body .wpcf7 .wpcf7-form .btn-large,
body .wpcf7 .wpcf7-form .btn{
	height: auto!important;
	display: inline-block!important;
    margin-bottom: 0!important;
    font-weight: 700!important;
    text-align: center!important;
    vertical-align: middle!important;
    -ms-touch-action: manipulation!important;
    touch-action: manipulation!important;
    cursor: pointer!important;
    background-image: none!important;
    border: 1px solid rgba(45, 52, 62, 0.06)!important;
	background-color: transparent!important;
    white-space: nowrap!important;
    padding: 1.076923076923077em 2.230769230769231em!important;
    font-size: 13px!important;
    letter-spacing: 1px!important;
    line-height: 1.5384615384615385em!important;
    border-radius: 5px!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    min-width: inherit!important;
    text-transform: uppercase!important;	
	color: #2d343e!important;
	box-shadow: none!important
}
body .wpcf7 .wpcf7-form .wpcf7-submit:hover,
body .wpcf7 .wpcf7-form .btn-large:hover,
body .wpcf7 .wpcf7-form .btn:hover{
	border-color: rgba(19, 22, 27, 0.06)!important;
	background-color: #e6e6e6!important;
	color: #2d343e!important	
}

/* =============================================================================
   before footer
   ========================================================================== */
#before-footer{padding-bottom: 60px; overflow: hidden}
	#before-footer .flex-stretch{min-height: 650px; margin-left: -15px; margin-right: -15px}
		#before-footer .flex-stretch > .flex-item{
			position: relative;
			-webkit-flex: 0 1 50%;
			-ms-flex: 0 1 50%;
			flex: 0 1 50%;
			width: 50%;
			flex: 0 0 auto\0;
			padding-left: 15px;
			padding-right: 15px;	
		}
	#before-footer .flex-stretch > .flex-item.before-footer-map{
		height: 650px;
		align-self: start
	}

	.before-footer-title{font-size: 30px; line-height: 1.4666666666666666em}
	.before-footer-content{max-width: 382px; padding-top: 125px}
		.before-footer-content .before-footer-title{margin: 0 0 24px 0}
	
	.before-footer-map-img-wrap,	
	.before-footer-map-wrap{
		background-color: #2b2b2b;
		position: absolute;
		top: 0;
		left: 0;
		width: 960px;
		height: 650px;
		-webkit-clip-path: polygon(0 50px, 100% 0, 100% 600px, 0% 100%);
		clip-path: polygon(0 50px, 100% 0, 100% 600px, 0% 100%);
		overflow: hidden;
	}
	.before-footer-map-img-wrap{background-position: center; background-repeat: no-repeat; background-size: cover}
	.map-img-wrap > img{display: block; width: 100%; height: 100%; object-fit: cover}

	.builder-map > .builder-element-inner{padding-top: 75px}

	.builder-element.builder-map .builder-element-inner{padding: 0!important}
		.builder-element.builder-map .builder-element-inner .map-img-wrap{position: relative!important}
		.builder-element.builder-map .builder-element-inner .map-img-wrap > img{min-height: 57.333333333333336em; margin-bottom: 20px}
		.builder-element.builder-map .builder-element-inner{height: unset!important}
		.builder-element.builder-map .builder-element-inner > .container{
			position: absolute;
			left: 50%;
			top: 125px;
			bottom: 125px;
			-moz-transform: translateX(-50%);
			-webkit-transform: translateX(-50%);
			-o-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%)
		}
	
	
	.before-footer-map .before-footer-title{
		color: #fff;
		position: absolute;
		top: 125px;
		left: 0;
		width: 100%;
		text-align: center	
	}
	.before-footer-map .before-footer-map-btn{
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 125px;
		text-align: center	
	}
		.before-footer-map .before-footer-map-btn .btn-primary{
			border-color: #fff;
			background-color: #fff	
		}
			.before-footer-map .before-footer-map-btn .btn-primary:hover{border-color: #e6e6e6; background-color: #e6e6e6}

	.partner-logos{padding-top: 60px}
		.partner-logos .flex-centered{margin: -30px}
			.partner-logos .flex-item{
				-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
				flex: 0 1 auto;
				width: auto;
				flex: 0 0 auto\0;
				padding: 30px
			}

	.contact-person{padding-left: 120px; position: relative; min-height: 100px}
	.contact-person + *{margin-top: 40px}
	.contact-person + .contact-person{margin-top: 20px}
		.contact-person .contact-person-img{width: 100px; position: absolute; top: 50%; left: 0; margin-top: -50px; border-radius: 5px; overflow: hidden}
			.contact-person .contact-person-img img{display: block}

/* =============================================================================
   footer
   ========================================================================== */
#footer .container-inner{
	color: #4d535c;
	border-top: 1px solid rgba(45, 52, 62, 0.06);
	text-align: center;
	padding: 39px;
	padding-bottom: 43px;	
}

.support_person{
	position: fixed;
	top: 44%;
	right: 0;	
	width: 115px;
	height: 44px;
	background-color: #0d489c;
	z-index: 10;
	padding-left: 52px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.5px;
	-webkit-border-top-left-radius: 22px;
	-webkit-border-bottom-left-radius: 22px;
	-moz-border-radius-topleft: 22px;
	-moz-border-radius-bottomleft: 22px;
	border-top-left-radius: 22px;
	border-bottom-left-radius: 22px
}
	.support_person img{
		display: block;
		position: absolute;
		top: 2px;
		left: 2px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;	
	}
.support_person:hover{
	background-color: #ca1738;
	color: #fff;
	text-decoration: none	
} 
.support_person:focus{
	background-color: #0d489c;
	color: #fff;
	text-decoration: none	
}
  
/* =============================================================================
   lavii logo
   ========================================================================== */
.lavii-logo{padding: 0 0 50px 0}  
  
/* =============================================================================
   additions
   ========================================================================== */
/* Map */
.map-img-wrap,
.map-wrap{height: 100%; position: absolute; width: 100%; top: 0; left: 0; overflow: hidden}
.map-img-wrap{background-position: center; background-repeat: no-repeat; background-size: cover}

.section-loading > img{max-height:100px}

/* EU scroll */
.scroll-top-wrap{text-align: center}
.scroll-top-inner{
	z-index: 9999;
	width: 140px;
	height: 81px;
	background-image: url(../images/EU_small.png);
	position: fixed;
	right: 0;
	bottom: 0;
	background-size: contain
}  
  
/* =============================================================================
   modifications
   ========================================================================== */
.builder-general > .builder-element-inner > .container > .row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
	.builder-general > .builder-element-inner > .container > .row > #sidebar,
	.builder-general > .builder-element-inner > .container > .row > #sidebar + .col-sm-9{
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;	
	}
	.builder-general > .builder-element-inner > .container > .row > #sidebar{
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		width: 25%;
		flex: 0 0 auto\0
	}
	.builder-general > .builder-element-inner > .container > .row > #sidebar + .col-sm-9{
		-webkit-flex: 0 1 75%;
		-ms-flex: 0 1 75%;
		flex: 0 1 75%;
		width: 75%;
		flex: 0 0 auto\0;
	}
	.builder-general > .builder-element-inner > .container > .row > .col-xs-12{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0
	}
  
.eas-logo{display: block; position: fixed; bottom: 0; right: 0; z-index: 50}
@media (max-width: 991px){
	.eas-logo{display: none!important}	
}

/* =============================================================================
   media query
   ========================================================================== */
#mobile-toggle > span{
	display: block;
	padding-right: 0;
}

@media (min-width: 1024px){
	#mobile-toggle{display: none!important}
	#header-items{display: block!important}
	.clients-slider .client-slide{width: 670px}
}
@media (max-width: 1700px){
	.builder-general + .builder-grid-icons:before,
	.builder-element + .builder-element.builder-product-categories:before{
		width: 113px;
		height: 167px;
		top: 0	
	}	
}
@media (max-width: 1023px){
	.noscroll{overflow: hidden}
	
	#wrapper{padding-top: 80px}
	
	.builder-element.builder-boxed-icons .builder-element-inner:before,
	.builder-general + .builder-grid-icons:before,
	.builder-element + .builder-element.builder-product-categories:before,
	.builder-element.builder-references > .builder-element-inner:before,
	.builder-gallery .builder-element-inner:after,
	.builder-element.builder-posts > .builder-element-inner:after,
	#product-navigation,
	.scroll-top-wrap{display: none!important}
	
	.product-section-block{padding-top: 30px}
	#product-navigation + .product-section-block{padding-top: 0}
	
	.narrow-table{max-width: 100%}
	
	#mobile-toggle{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		width: unset!important;
		min-width: 40px;
		height: 40px;
		border: none;
		background-color: transparent;
		padding: 0;
		z-index: 150;
		right: 10px;
	}
	.mobile-toggle-icon{
		width: 40px;
		height: 40px;
		position: relative;
		top: 0;
		right: 0;
	}
	
		#mobile-toggle .menui{
			display: block;
			height: 2px;
			background-color: #404b66;
			position: absolute;
			transition: 0.6s ease;
			transition-timing-function: cubic-bezier(.75,0,.29,1.01);
		}
		#mobile-toggle .menui.menui-long{width: 20px}
		#mobile-toggle .menui.menui-short{width: 16px}
		
		#mobile-toggle .menui.menui-first{top: 10px; right: 10px}
		#mobile-toggle .menui.menui-second{top: 16px; right: 10px}
		#mobile-toggle .menui.menui-third{top: 22px; right: 10px}
		#mobile-toggle .menui.menui-fourth{top: 28px; right: 10px}
		
		#mobile-toggle .menui.menui-first.animate{
			top: 19px!important;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);	
		}
		#mobile-toggle .menui.menui-third.animate{
			top: 19px!important;
			-webkit-transform: rotate(-225deg);
			transform: rotate(-225deg);	
		}
		#mobile-toggle .menui.menui-second.animate,
		#mobile-toggle .menui.menui-fourth.animate{opacity: 0}	
	#header{position: fixed; top: 0; left: 0; width: 100%; z-index: 100}
	#header > .container{position: relative; min-height: 80px}
		#header-logo a, #header-logo svg{width: 143px}	
		#header-items{
			display: none;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 80px 0 70px 0;
			background-color: #f9fbfd;
		}
			.header-bot{text-align: center; position: relative; height: 100%; overflow-y: auto; overflow-x: hidden}
				.header-bot #primary-menu > ul > li{float: none; text-align: center}
				.header-bot #primary-menu > ul > li + li{margin-left: 0; margin-top: 10px}
				
				.header-bot #primary-menu{display: block}
				
				.header-bot .wpml-ls{margin-left: 0; padding-left: 0; padding-top: 1.333333em; margin-top: 1.333333em; border-left: none; border-top: 1px solid rgba(45, 52, 62, 0.06)}
					.header-bot .wpml-ls > ul > li > ul{top: inherit; bottom: 100%}
					
				.header-top{position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px; text-align: center; z-index: 100; margin: 0}
					.header-top ul{float: none; display: inline-block; vertical-align: middle}
	
	#page-banner{-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%); text-align: center}
		#page-banner p{max-width: inherit}
	
	.builder-element-inner{
		padding: 80px 0 70px 0;
		-webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%)
	}
	#page-banner + #content .builder-elements > .builder-element:first-child, .builder-element + .builder-element{margin-top: -50px}
	.page-links-blocks + #content .builder-elements .builder-element:first-child .builder-element-inner{padding-top: 160px}
	
	.builder-gallery .builder-element-inner{padding-bottom: 70px}
	
	.builder-element-innerwrap{padding-top: 50px}
	
	.builder-element + .builder-element.builder-clients{margin-top: 0}
	
	.home #page-banner .flex-center{height: auto; padding-top: 3em; padding-bottom: 10.333333333333334em}

	.builder-element.builder-map .builder-element-inner{height: 40em}
	
	.builder-element-innerwrap .clients-txt{padding-top: 0; padding-right: 0; width: 100%; text-align: center}
	
		.client-slide-inner > .flex-stretch{height: auto}
		
	.builder-element.builder-clients + .builder-gallery .builder-element-inner{padding-top: 233px}
	
	.builder-element-innerwrap .flex-fill-item{min-width: 100%; max-width: 100%; height: auto}
		.builder-element-innerwrap .flex-fill-item .clients-slider{position: relative; left: 0}
		
	.builder-general{overflow: hidden}
	
	.builder-general + .builder-element{margin-top: -100px}
	
	#page-banner .flex-center{height: auto; padding-top: 30px; padding-bottom: 30px}
	
	#page-top .container{padding-left: 40px; padding-right: 40px; position: relative}
		#page-top .container > .flex-fill .slick-slide{text-align: center}
		#page-top .container > .flex-fill .slick-slide > .flex-fill{width: auto; display: inline-block; position: relative; padding-left: 40px}
			#page-top .container > .flex-fill .slick-slide > .flex-fill > .page-top-icon{position: absolute; top: 0; left: 0; margin: 0}
			
		#page-top .container > .flex-fill > .slick-arrow{width: 30px; height: 30px; position: absolute; top: 50%; margin-top: -15px; border: none; background: none; cursor: pointer; background-position: center; background-repeat: no-repeat}
		#page-top .container > .flex-fill > .slick-arrow.arrow-prev{left: -34px; background-image: url(../images/arrow-img-left.svg)}	
		#page-top .container > .flex-fill > .slick-arrow.arrow-next{right: -34px; background-image: url(../images/arrow-img-right.svg)}
}
@media (max-width: 992px){
	#wrapper{padding-bottom: 44px}
	
	.boxed-icons > .flex-item{-webkit-flex: 0 1 50%; -ms-flex: 0 1 50%; flex: 0 1 50%; width: 50%; flex: 0 0 auto\0}	
	.boxed-icons > .flex-item:nth-child(n+3){margin-top: 30px}
		
	.builder-element-postsgrid > .builder-element-post .builder-element-post-inner .builder-element-post-title{padding: 20px}	
		
	#before-footer .flex-stretch{height: auto}
		#before-footer .flex-stretch > .flex-item{
			-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
			flex: 0 1 100%;
			width: 100%;
			flex: 0 0 auto\0
		}
		#before-footer .flex-stretch > #footer-map.flex-item{height: 650px}
			.before-footer-content{padding-top: 0; max-width: 100%}
			
	.before-footer-map-wrap{width: 100%; height: 100%}
	
	.support_person{
		top: inherit;
		bottom: 0;
		width: 100%;
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		text-align: center;
		padding: 0 10px
	}
		.support_person img{display: none}
		.support_person > .flex-center{width: 100%; text-align: center}
		
	
	.builder-general > .builder-element-inner > .container > .row > #sidebar,
	.builder-general > .builder-element-inner > .container > .row > #sidebar + .col-sm-9{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0
	}
	.builder-general > .builder-element-inner > .container > .row > #sidebar{margin-top: 50px}
	
	.block-imgtxt .flex-stretch:nth-child(odd) > .flex-item.flex-content,
	.block-imgtxt .flex-stretch:nth-child(even) > .flex-item.flex-content{padding-left: 15px; padding-top: 0}
	.block-imgtxt .flex-stretch:nth-child(even) > .flex-item.flex-content{padding-right: 15px}
	
	.page-builder-element + .page-builder-element{margin-top: 30px; padding-top: 30px}
	
	.before-footer-map-wrap{
		-webkit-clip-path: polygon(0 25px, 100% 0, 100% 625px, 0% 100%);
		clip-path: polygon(0 25px, 100% 0, 100% 625px, 0% 100%)
	}
	.builder-element:last-child .builder-element-inner{padding-bottom: 38px}
	
	.related-posts-menu{max-width: inherit}
	
	#sidebar ul li a, .related-posts-menu li a{padding-left: 0}
	#sidebar ul li a:after, .related-posts-menu li a:after{right: 0}
}
@media (max-width: 768px){
	.builder-grid-icons .flex-stretch > .flex-item{
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
		flex: 0 0 auto\0;
	}
	.builder-grid-icons .flex-item:nth-child(n+3) .flex-item-inner > .flex-fill:before{
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		top: -15px;
		left: -20px;
		right: -20px;
		background-color: rgba(45, 52, 62, 0.06);	
	}
	.builder-grid-icons .flex-item .flex-item-inner > .flex-fill:after {
		content: '';
		display: block!important;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -35px;
		background-color: rgba(45, 52, 62, 0.06);
	}
	
	.page-links-blocks .flex-stretch > .flex-item,
	.col-sm-9 .posts-grid > .posts-grid-item{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0;
	}
	.page-links-blocks .flex-stretch > .flex-item + .flex-item,
	.col-sm-9 .posts-grid > .posts-grid-item + .posts-grid-item{margin-top: 30px}
	
	.gallery.gallery-columns-3 .gallery-item,
	.builder-product-categories .products-grid > .flex-item,
	.col-sm-9 .products-grid > .flex-item,
	.team-grid > .flex-item{
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%;
		flex: 0 0 auto\0
	}
	.gallery.gallery-columns-3 .gallery-item:nth-child(n+3),
	.builder-product-categories .products-grid >.flex-item:nth-child(n+3),
	.col-sm-9 .products-grid > .flex-item:nth-child(n+3),
	.team-grid > .flex-item:nth-child(n+3){margin-top: 30px}
	
	* + .post-share-block, .post-share-block + *{margin-top: 30px}
	
	.builder-element-postsgrid > .builder-element-post{float: none; width: 100%}
	.builder-element-postsgrid > .builder-element-post + .builder-element-post{margin-top: 30px}
}
@media (max-width: 640px){
	.boxed-icons > .flex-item,
	.builder-grid-icons .flex-stretch > .flex-item,
	.builder-product-categories .products-grid > .flex-item, .col-sm-9 .products-grid > .flex-item,
	.gallery.gallery-columns-3 .gallery-item,
	.block-imgtxt .flex-stretch > .flex-item,
	.col-xs-12 .element-icontitle .flex-stretch > .flex-item,
	.team-grid > .flex-item{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0;
	}
	.block-imgtxt .flex-stretch > .flex-item + .flex-item,
	.team-grid > .flex-item:nth-child(n+2){margin-top: 30px}
	
	.block-imgtxt .flex-stretch:nth-child(even) > .flex-item.flex-image{-webkit-order: 0; -ms-flex-order: 0; order: 0}
	
	.col-xs-12 .element-icontitle .flex-stretch > .flex-item .flex-item-inner{padding: 15px}
	.builder-grid-icons .flex-item:nth-child(n+2) .flex-item-inner > .flex-fill:before{
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		top: -15px;
		left: -20px;
		right: -20px;
		background-color: rgba(45, 52, 62, 0.06);	
	}
	.col-xs-12 .element-icontitle .flex-item + .flex-item .flex-item-inner > .flex-fill:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(45, 52, 62, 0.06);	
	}
	
	.boxed-icons > .flex-item + .flex-item,
	.builder-product-categories .products-grid > .flex-item + .flex-item,
	.gallery.gallery-columns-3 .gallery-item + .gallery-item,
	.col-sm-9 .products-grid > .flex-item + .flex-item{margin-top: 30px}
		.boxed-icons .flex-item .flex-item-inner{padding: 20px}

	.col-sm-9 .element-icontitle .flex-stretch > .flex-item{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0
	}
	.col-sm-9 .element-icontitle .flex-item .flex-item-inner > .flex-fill:after{display: none!important}
	.col-sm-9 .element-icontitle .flex-stretch > .flex-item .flex-item-inner .flex-center{height: 100%; position: relative}

	.steps-grid > .flex-item{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0
	}
	.steps-grid > .flex-item + .flex-item{margin-top: 40px}
}
@media (max-width: 540px){
	.flex-center.team-member-inner > .flex-item{
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		width: 100%;
		flex: 0 0 auto\0;	
		text-align: center
	}	
	.flex-center.team-member-inner > .flex-item + .flex-item{margin-top: 15px}
}

/* change 2021 */
@media (min-width: 1440px){.support_person{font-size:18px;line-height:1.25;width:200px;height:80px;padding-left:100px;-webkit-border-top-left-radius:44px;-webkit-border-bottom-left-radius:44px;-moz-border-radius-topleft:44px;-moz-border-radius-bottomleft:44px;border-top-left-radius:44px;border-bottom-left-radius:44px}.support_person img{width:72px;top:50%;left:4px;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}@media (max-width: 992px){.support_person{height:66px;font-size:16px;font-weight:700}}* + .product-cta{margin-top:2rem}.product-cta.bg-primary{color:#fff;padding:20px 30px;border-radius:10px}.product-cta.bg-primary :not(.btn){color:inherit}.product-cta .row{display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product-cta .row > *{float:none}.product-cta .entry-content.bg-primary{padding:20px;border-radius:10px;position:relative;height:100%}.product-cta.bg-primary .btn-primary:not(:hover){border-color:#fff;color:#fff}.product-cta-title + *{margin-top:1rem}.product-cta .entry-content > * + *{margin-top:1rem}.product-cta .row > *{width:100%}@media (min-width: 768px){.product-cta .row > *{width:50%}}@media (max-width: 767px){.product-cta .row > * + *{margin-top:15px}}

.wpcf7-form-control-wrap[class*="mathcaptcha-"]{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 15px 0!important
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap[class*="mathcaptcha-"] input[type=text]:not(.browser-default){
	margin: 0!important;
	width: unset;
	min-width: unset;
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media (max-width: 767px){
	.product-cta > .row > .col-12:first-child{order: 2; text-align: center}
	.product-cta > .row > .col-12:first-child:not(:last-child){margin-top: 30px}
	
	.product-cta > .row > .col-12 > .entry-content{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.product-cta > .row > .col-12 > .entry-content > *:not(.btn){order: 1}
	.product-cta > .row > .col-12 > .entry-content > .btn{margin-top: 0; margin-bottom: 15px}
}
@media (max-width: 1439px){
	.support_person img{width: 40px; height: auto}
}
@media (min-width: 768px){
	.team-grid > .flex-item:nth-child(n+4){margin-top: 0}
	.team-grid > .flex-item:nth-child(n+3){margin-top: 60px}
	.col-sm-9 > .page-builder-elements > .element-team .team-grid > .flex-item{
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		width: 50%
	}	
}
@media (min-width: 768px) and (max-width: 1199px){
	.sidebar-links .flex-center .flex-item{
		padding: 10px 50px 10px 25px;
		font-size: .75rem;
		line-height: 1.5
	}
}

.product-section-desc + *{margin-top: 1.25rem}

#primary-menu .sub-menu{
	font-weight: 400;
	padding: 9px 14px;
	border-radius: 5px;
	border: solid 1px rgba(45,52,62,.06);
}

#primary-menu .sub-menu > [class*="current-menu-"] > a,
#primary-menu .sub-menu > [class*="current_page_"] > a{color: #ca1738}

@media (min-width: 1024px){
	#primary-menu li{position: relative}
	#primary-menu .sub-menu{
		position: absolute;
		background-color: #fff;
		z-index: 10;
		display: none;
		white-space: nowrap;
		left: -5px
	}
	#primary-menu li:hover > .sub-menu{display: block}
	#primary-menu > ul > li > .sub-menu{top: 100%; min-width: calc(100% + 10px)}
	#primary-menu > ul > li.extended > .sub-menu{left: unset; right: -5px}
	
	#primary-menu .sub-menu-toggle{display: none!important}
}
@media (max-width: 1023px){	
	#primary-menu li,
	.sub-menu-toggle{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#primary-menu li > .sub-menu-toggle{
		margin-left: 15px;
		width: 2.5rem;
		height: 2.5rem;
		border: solid 1px rgba(45,52,62,.06);
		border-radius: 5px;
		cursor: pointer;
		margin-bottom: 10px
	}
	#primary-menu li > ul{
		display: none;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: calc(100% - 30px);
	}
}

.footer-columns ul{list-style: none; padding: 0}
.footer-columns{
	margin: -15px;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
	.footer-columns > .footer-column{
		padding: 15px;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}

@media (min-width: 992px){
	.footer-columns > .footer-column{
		max-width: 33.33334%;
	}
	.footer-columns > .footer-column:only-child{
		max-width: 100%
	}
}

/* custom material wpcf7 */
.wpcf7-form .material-field{position: relative; isolation: isolate}
  .wpcf7-form .material-field > .wpcf7-form-control-wrap + label{
    position: absolute;
    display: block;
    left: 0;
    z-index: 1;
    pointer-events: none;
    margin: 0;
    font-size: 15px;
    background-color: transparent;
    padding: 0 17px;
    line-height: 1em;
    color: #4a5574;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    top: 30px;
    transform: translateY(-50%);
	font-weight: 400!important
  }
  .wpcf7-form .material-field > .wpcf7-form-control-wrap.focused + label,
  .wpcf7-form .material-field > .wpcf7-form-control-wrap.valid + label{font-size: 12px; top: 15px}

.wpcf7-form{position: relative}
.wpcf7-form.submitting > *:not(.wpcf7-spinner){opacity: .5}
  .wpcf7-form .wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
  }

  /* =============================================================================
	 2024 - pricelist
	 ========================================================================== */
  .btn-teal{
	  color: #fff;
	  background-color: #35D7E9;
	  border-color: #35D7E9;
	  transition: transform .25s linear
  }
  .btn-teal:hover{transform: translateY(-.3125rem)}
  
  .page-template-tpl-pricelist #page-banner{
	  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
	  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0% 100%);
  }
	  .page-template-tpl-pricelist #page-banner .flex-center{height: 440px; padding-top: 40px; padding-bottom: 120px}
		  .page-template-tpl-pricelist #page-banner .flex-item > .row > div > * + *:not(.page-banner__btn){margin-top: 20px}
		  .page-template-tpl-pricelist #page-banner .flex-item > .row > div > * + .page-banner__btn{margin-top: 30px}
		  .page-template-tpl-pricelist #page-banner h1{font-size: 48px; line-height: 57px}
  
  .page-template-tpl-pricelist .builder-element.builder-general .builder-element-inner{
	  -webkit-clip-path: unset;
	  clip-path: unset;
	  background-color: transparent;
	  padding-top: 60px;
	  padding-bottom: 100px
  }
  .page-template-tpl-pricelist #page-banner + #content .builder-elements > .builder-element:first-child{margin-top: 0}
  
  .ama-builder__group + .ama-builder__group{margin-top: 90px}
  .ama-builder__group h1, .ama-builder__group h2, .ama-builder__group h3, .ama-builder__group h4, .ama-builder__group h5, .ama-builder__group h6{color: #0d489c}
  
  .ama-builder__group .el-seperator{
	  height: 15px;
	  background-color: #0d489c;
	  margin-left: -37px;
	  margin-right: -37px;
	  mask-image: url(../images/mask-seperator.svg);
	  mask-position: center;
	  mask-repeat: no-repeat;
	  mask-size: 1280px 15px;
	  -webkit-mask-image: url(../images/mask-seperator.svg);
	  -webkit-mask-position: center;
	  -webkit-mask-repeat: no-repeat;
	  -webkit-mask-size: 1280px 15px
  }
  .ama-builder__group .el-title{font-size: 30px; line-height: 46px}
  
  .ama-builder__group .group-el + .group-el{margin-top: 26px}
  .ama-builder__group .el-title + .el-seperator{margin-top: 10px}
  .ama-builder__group .group-el + .el-media-content{margin-top: 40px}
  .ama-builder__group .el-media-content + .group-el,
  .ama-builder__group .group-el:not(.el-title, .el-seperator) + .el-pricing-boxes{margin-top: 50px}
  
  .page-template-tpl-pricelist .entry-content * + p,
  .page-template-tpl-pricelist .entry-content p + *,
  .page-template-tpl-pricelist .entry-content ul + *,
  .page-template-tpl-pricelist .entry-content * + ul{margin-top: 15px}
  
  .el-pricing-boxes{
	  --boxes-grid: 3;
	  display: grid;
	  grid-template-columns: repeat(var(--boxes-grid), 1fr);
	  gap: 30px
  }
	  .el-pricing-box{
		  font-size: 16px;
		  line-height: 24px;
		  background-color: #fff;
		  border: 1px solid rgba(45, 52, 62, .06);
		  border-radius: 5px;
		  padding: 29px;
		  display: grid;
		  grid-template-rows: auto auto 1fr;
		  gap: 10px 0
	  }
		  .el-pricing-box .box__header-thumb{
			  display: flex;
			  flex-wrap: wrap;
			  align-items: center;
			  justify-content: center;
			  width: 100%;
			  height: 90px
		  }
		  .el-pricing-box .box__header--title{font-size: 20px; line-height: 31px; font-weight: 700}
		  .el-pricing-box .box__header--desc{font-size: 16px; line-height: 1em; color: #0d489c}
				.el-pricing-box .box__header--desc > * + *{margin-top: 10px}
		  .el-pricing-box .box__header > p{color: #0d489c}
  
		  .el-pricing-box .box__footer{
			  display: flex;
			  flex-wrap: wrap;
			  flex-direction: row;
			  align-content: flex-end
		  }
			  .el-pricing-box .box__footer > *{flex: 0 0 100%}
  
		  .el-pricing-box .box__footer > p{color: #0d489c}
  
		  .el-pricing-box .box__header > * + *:not(.box__header--desc),
		  .el-pricing-box .box__footer > * + *{margin-top: 20px}
  
  .el-pricing-box .pricing-values{
	  padding-top: 6px;
	  padding-bottom: 6px;
	  border-top: 1px solid #0d489c;
	  border-bottom: 1px solid #0d489c;
  }
  
  .el-pricing-box .pricing-values > .pricing-row{
	  display: grid;
	  grid-template-columns: 1fr 58px 84px;
	  gap: 10px
  }
  .el-pricing-box .pricing-values > .pricing-row + .pricing-row{margin-top: 5px; border-top: 1px solid rgba(45,52,62,.2)}
  
  .el-pricing-box .pricing-values__total{
	  margin-top: 6px;
	  color: #0d489c;
	  font-size: 20px;
	  line-height: 31px;
	  font-weight: 700
  }
  
  .el-media-content{
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 30px;
	  align-items: flex-start
  }
	  .el-media-content .c__content > .c-el + .c-el{margin-top: 30px}
	  .el-media-content .c__content > .el-2img-txt img{border-radius: 40px; display: block}
	  .el-media-content .c__content > .el-2img-txt > .r-side{
		  margin-top: -60px;
		  display: grid;
		  grid-template-columns: 1fr 51.05%;
		  gap: 20px
	  }
	  .el-media-content .c__content > .el-2img-txt > .r-side > .entry-content{padding-top: 90px}
  
  .r-side__img > img{margin-left: auto; margin-right: 0}
  
  @media (min-width: 1419px){
	  .page-template-tpl-pricelist .builder-element.builder-general .builder-element-inner{position: relative; isolation: isolate}
		  .page-template-tpl-pricelist .builder-element.builder-general .builder-element-inner::before{
			  z-index: -1;
			  content: '';
			  display: block;
			  position: absolute;
			  top: 32%;
			  right: 0;
			  width: 162px;
			  height: 239px;
			  background-image: url(../images/wave.svg);
			  background-position: center;
			  background-size: contain
		  }
  }
  @media (min-width: 1419px) and (max-width: 1600px){
	  .page-template-tpl-pricelist .builder-element.builder-general .builder-element-inner::before{
		  width: 81px;
		  background-size: 162px auto
	  }
  }
  
  @media (max-width: 1440px){
	  .page-template-tpl-pricelist #page-banner{
		  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
		  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
	  }
  
	  .ama-builder__group .el-seperator{margin-left: -20px; margin-right: -20px}
  }
  @media (max-width: 1280px){
	  .ama-builder__group .el-seperator{margin-left: -7.5px; margin-right: -7.5px}
  }
  
  @media (max-width: 1023px){
	  .page-template-tpl-pricelist #page-banner .col-md-6{width: 100%; float: none; text-align: center}
	  .page-template-tpl-pricelist #page-banner p:not(.banner-title){margin-left: auto; margin-right: auto}
  
	  .page-template-tpl-pricelist #page-banner{
		  -webkit-clip-path: unset;
		  clip-path: unset;
	  }
	  .page-template-tpl-pricelist #page-banner + #before-footer{margin-top: 60px}
  }
  @media (max-width: 991px){
	  #page-banner p:not(.banner-title){margin-left: auto; margin-right: auto}
  
	  .el-pricing-boxes{--boxes-grid: 2}
  
	  .el-media-content{grid-template-columns: 1fr}
  }
  @media (max-width: 767px){
	  .el-media-content .c__content>.el-2img-txt img{border-radius: 20px}
  }
  @media (max-width: 620px){
	  .el-pricing-boxes{--boxes-grid: 1}
  }
  @media (max-width: 567px){
	  .el-media-content .c__content > .el-2img-txt > .l-side img{max-width: 80%}
	  .el-media-content .c__content > .el-2img-txt > .r-side > .r-side__img{display: flex; flex-wrap: wrap; justify-content: flex-end}
	  .el-media-content .c__content > .el-2img-txt > .r-side > .r-side__img > a{display: block; max-width: 60%}
  
	  .el-media-content .c__content > .el-2img-txt > .r-side{grid-template-columns: 1fr}
	  .el-media-content .c__content > .el-2img-txt > .r-side > .entry-content{order: 1; padding-top: 0}
  }
  
  
  .page-template-tpl-pricelist img.fancybox-image{background-color: #fff!important}


  * + .block-faqs,
.block-faqs + *{margin-top: 3.75rem}

.block-faqs > h2{margin-bottom: 20px}
.block-faqs .panel{
	background-color: #fff;
	border: 1px solid rgba(45, 52, 62, 0.06);
	border-radius: 10px;
	overflow: hidden
}
.block-faqs .panel + .panel{margin-top: 20px}
	.block-faqs .panel > .panel-toggle{
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
		width: 100%;
		text-align: left;
		padding: 9px;
		color: #2d343e;
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
		border: none;
		background: none
	}
	.block-faqs .panel > .panel-toggle > .accordion-icon{
		display: block;
		width: 20px;
		height: 20px;
		color: currentColor;
		position: relative
	}
	.block-faqs .panel > .panel-toggle > .accordion-icon::before,
	.block-faqs .panel > .panel-toggle > .accordion-icon::after{
		content: '';
		display: block;
		position: absolute;
		background: currentColor;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 2px;
		transition: all .3s linear
	}
	.block-faqs .panel > .panel-toggle > .accordion-icon::before{
		width: 100%;
		height: 2px
	}
	.block-faqs .panel > .panel-toggle > .accordion-icon::after{
		width: 2px;
		height: 100%
	}
	.block-faqs .panel > .panel-toggle[aria-expanded="true"] > .accordion-icon::after{
		height: 0;
		opacity: 0
	}

	.block-faqs .panel .panel-body{
		border-top: 1px solid rgba(45, 52, 62, 0.06);
		padding: 9px
	}