

/* Start:/local/components/gg/slider/templates/.default/style.css?16454373385308*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2018
    Author     : kpaha
*/

.gg_slider{
	width: 100%;
	max-height: 520px;
	height: 50vw;
}
.gg_slider-slider_left{	
	max-height: 520px;
	height: 50vw;
	width: 64%;
	float:left;
	background-color: #eee;
	position: relative;
	overflow: hidden;
	z-index: 60;
}
.gg_slider_swiper-container{	
	width: 100%;
	height: 100%;
}
.gg_slider-right_top{	
	max-height: calc(470px * 0.5);
	height: calc(50vw * 0.5);
	width: calc(36% - 7px);
	float:left;
	background-color: #eee;
	margin-left: 7px;
	overflow: hidden;
}
.gg_slider-right_bottom{	
	margin-left: 7px;
	margin-top: 7px;
	max-height: calc(570px * 0.5 - 7px);
	height: calc(50vw * 0.5 - 7px);
	width: calc(36% - 7px);
	float:left;
	background-color: #fff;
	overflow: hidden;
}

.gg_slider_slide_block{
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width:1367px) and (max-width:3000px) {
	.gg_slider_slide_block { background-position: center center;}
}

.gg_slider_slide_block{
	padding: 10px 30px;
}
.gg_slider_swiper-container .gg_slider_slide_block{
	padding: 10px 70px;
}

.gg_slider_title * {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 40px;
}
.gg_slider_slide_block{
	font-size: 16px;
}
.gg_slider_link{
	margin-top: 50px;	
}
.gg_slider_link a.type-btn{
	color: #ffffff !important;
	background: linear-gradient(180deg, #0094D5 0%, #003A68 100%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	font-weight: 600;
	padding: 15px 30px;
	border-top: 1px solid #3d9ccb;
	border-bottom: 1px solid #122f3d80;
	border-left: 1px solid #3d9ccb;
	border-right: 1px solid #122f3d80;
	font-size: 16px;
	text-transform: none;

}
.gg_slider_link a.type-btn:hover, .gg_slider_link a.type-btn:active, .gg_slider_link a.type-btn:focus {
	border-color: #116363;
	margin-top: 0px;
	border-bottom: 1px solid #116363 !important;
	box-shadow: none;
	font-size: 16px;
	background: linear-gradient(180deg, #0BCEA4 0%, #153647 100%);
	—moz-transform: scale(0.97);
	—webkit-transform: scale(0.97);
	—o-transform: scale(0.97);
	—ms-transform: scale(0.97);
	transform: scale(0.97);
	border-top: 1px solid #56c9cb !important;
}
.gg_slider_slide_block.color-FFFFFF {
	color: #fff;
}
.gg_slider_slide_block.color-000000 {
	color: #222;
}
.gg_slider-slider_left .swiper-button-prev, .gg_slider-slider_left .swiper-button-next {
	width: 50px;
	height: 50px;
	border: 2px solid white;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	transition: none;
	color: #ffffff !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	opacity: 1;
	background: linear-gradient(180deg, #60CCFF 0%, #289ed6 100%);
	border-radius: 10px;
}
.gg_slider-slider_left .swiper-button-prev:hover, .gg_slider-slider_left .swiper-button-next:hover {	
	background: #60CCFF;
	color: #0088cc;
}
.gg_slider-slider_left .swiper-button-prev:after{
	content: '<';
}
.gg_slider-slider_left .swiper-button-next:after{
	content: '>';
}
.gg_slider-slider_left .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 40px;
}
.gg_slider-slider_left .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: unset;
	border: 3px solid #fff;
    opacity: 1;
}
.gg_slider-slider_left .swiper-pagination-bullet-active {
	background-color: #0088cc;
}
@media screen and (min-width:769px){
	.gg_slider-slider_left:not(:hover) .swiper-button-prev, .gg_slider-slider_left:not(:hover) .swiper-button-next{
		/*display: none;*/
	}
}
@media screen and (min-width:769px) and (max-width:1200px){	
	.gg_slider_title * {
		font-size: calc(2.16666vw/2 + 13px);
		font-weight: 600;
		margin-bottom: 3.33333vw;
	}
	.gg_slider_slide_block{
		font-size: calc(1.33333vw/2 + 8px);
	}
	.gg_slider_link{
		margin-top: 3.66666vw;
	}
}

@media screen and (max-width:600px) {
	.gg_slider-slider_left{
		height: 500px;
	}
	.hidden-mobile-slide {
		display: none;
	}
}
@media screen and (min-width:601px) {
	.hidden-desktop-slide {
		 display: none;
	 }
}

@media screen and (max-width:768px){	
	.gg_slider{
		max-height: unset;
		height: auto;
	}
	.gg_slider-slider_left{	
		float: none;
		width: 100%;
		max-height: unset;
	}
	.gg_slider-right_top{
		float: none;
		width: 100%;
		height: 250px;
		margin-left: 0;
		margin-top: 7px;
		max-height: unset;
	}
	.gg_slider-right_bottom{
		float: none;
		width: 100%;
		height: 250px;
		margin-left: 0;
		margin-top: 7px;
		max-height: unset;
	}	
	.gg_slider_title * {
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 3.33333vw;
	}
	.gg_slider_slide_block{
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.gg_slider_link{
		margin-top: 3.66666vw;
	}
	.gg_slider_swiper-container .gg_slider_slide_block{
		padding: 10px 50px;
	}
	.gg_slider-slider_left .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 10px;
	}
}
@media screen and (max-width:360px){		

	.gg_slider_swiper-container .gg_slider_slide_block{
		padding: 10px 40px;
	}
}
/* End */


/* Start:/local/css/swiper/swiper.min.css?155179199019772*/
/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/components/gg/underslider/templates/.default/style.css?1551791990930*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Author     : kpaha
*/

.gg_under_slider{
	width: 100%;
	height: 75px;	
	display: flex;
	background-image: url("/images/second-slider-bg.png");
	padding:0 15px;
}
.gg_under_slider_item, .gg_under_slider_item:focus{
	vertical-align: middle;
	color: #fff;
	flex: 1 1 0;
	display:flex;
	align-items: center;
	padding:0 25px;
}
.gg_under_slider_item:hover{	
	color: #333;
}
.gg_under_slider_icon{	
	width: 50px;
	height: 50px;
	flex-basis: 50px;
	margin-right: 10px;
}
.gg_under_slider_icon svg{	
	fill: #fff;
	max-width: 100%;
	max-height: 100%;
}
.gg_under_slider_item:hover .gg_under_slider_icon svg{	
	fill: #333;
}
.gg_under_slider_text{	
	width: calc(100% - 60px);
}

@media screen and (max-width:768px){	
	.gg_under_slider{
		display: none;
	}
}
/* End */


/* Start:/local/components/gg/block_privilege/templates/.default/style.css?16454373386973*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Author     : kpaha
*/

.gg_block_privilege_wrapper{
	background-color: #ffffff;	
	padding: 40px 0 20px 0;
}

.gg_block_privilege{   
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.gg_block_privilege_title{
	font-size: 28px;
	font-weight: 900;
	margin: 26px 15px 0 15px;
	text-align: left;
}
.gg_block_privilege_subtitle{
	text-align: left;
	font-size: 18px;
	margin: 0 15px 0 15px;
}
.gg_block_privilege_more {
	margin: 0 13px;
}

.gg_block_privilege_tiles{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 20px 0px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 100' style='enable-background:new 0 0 300 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23F2F2F2;' d='M30.518,36.181v23.46H23.14V41.009h-5.78v18.632H9.981v-23.46H30.518z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M34.359,59.641v-23.46c2.312-0.227,5.622-0.34,9.928-0.34c3.74,0,6.295,0.556,7.667,1.666 c1.371,1.111,2.057,3.219,2.057,6.324c0,3.06-0.635,5.146-1.904,6.256c-1.27,1.111-3.536,1.666-6.8,1.666 c-1.224,0-2.414-0.067-3.57-0.203v8.092H34.359z M41.737,46.551h2.38c0.997,0,1.666-0.181,2.006-0.544 c0.34-0.362,0.51-1.088,0.51-2.176c0-1.11-0.17-1.853-0.51-2.227s-1.009-0.561-2.006-0.561h-2.38V46.551z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M73.595,54.133l0.34,5.201c-2.267,0.295-6.335,0.442-12.206,0.442c-1.609,0-2.93-0.493-3.961-1.479 c-1.032-0.986-1.547-2.272-1.547-3.859V41.383c0-1.586,0.515-2.873,1.547-3.859c1.031-0.986,2.352-1.479,3.961-1.479 c5.871,0,9.939,0.148,12.206,0.442l-0.34,5.202h-8.602c-0.431,0-0.771,0.114-1.02,0.34c-0.25,0.227-0.374,0.521-0.374,0.884v2.278 h8.772v4.896h-8.772v2.822c0,0.363,0.125,0.658,0.374,0.884c0.249,0.228,0.589,0.341,1.02,0.341H73.595z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M97.904,59.641H90.9V48.863c0-0.929,0.124-2.142,0.374-3.638h-0.238 c-0.408,1.383-0.884,2.584-1.428,3.604l-5.746,10.812h-7.038v-23.46h7.004v10.404c0,0.952-0.125,2.222-0.374,3.808h0.238 c0.43-1.36,0.929-2.561,1.496-3.604L90.9,36.181h7.004V59.641z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M121.092,36.181h6.494c1.654,0,2.516,0.85,2.584,2.55l0.816,20.91h-6.63l-0.714-17.952h-0.51 l-2.312,11.968c-0.25,1.496-1.179,2.244-2.788,2.244h-3.808c-1.609,0-2.55-0.748-2.822-2.244l-2.346-11.968h-0.51l-0.578,17.952 h-6.63l0.816-20.91c0.068-1.7,0.929-2.55,2.584-2.55h6.358c1.586,0,2.516,0.76,2.788,2.278l1.7,9.316 c0.113,0.726,0.238,1.893,0.374,3.502h0.306c0-0.068,0.051-0.555,0.153-1.462c0.102-0.906,0.187-1.586,0.255-2.04l1.598-9.316 C118.542,36.94,119.482,36.181,121.092,36.181z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M153.901,36.181l-5.1,17.102c-0.68,2.335-1.474,4.012-2.38,5.032c-0.907,1.02-2.267,1.62-4.08,1.802 c-1.723,0.182-4.137,0.022-7.242-0.476l0.782-5.032c1.791,0.091,3.111,0.091,3.961,0c0.85-0.09,1.365-0.408,1.547-0.952 l0.136-0.544h-1.394c-1.02,0-1.813-0.271-2.38-0.816c-0.567-0.544-0.998-1.336-1.292-2.379l-4.216-13.736h7.548l2.652,11.39 c0.045,0.25,0.227,0.374,0.544,0.374h0.306l3.06-11.764H153.901z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M188.819,54.813v9.962h-5.338l-0.511-5.134h-27.369v-23.46h7.208v18.632h4.521V36.181h7.208v18.632 h4.522V36.181h7.208v18.632H188.819z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M208.335,54.133l0.34,5.201c-2.267,0.295-6.336,0.442-12.206,0.442c-1.609,0-2.93-0.493-3.961-1.479 c-1.031-0.986-1.547-2.272-1.547-3.859V41.383c0-1.586,0.516-2.873,1.547-3.859c1.031-0.986,2.352-1.479,3.961-1.479 c5.87,0,9.939,0.148,12.206,0.442l-0.34,5.202h-8.602c-0.432,0-0.771,0.114-1.021,0.34c-0.25,0.227-0.374,0.521-0.374,0.884v2.278 h8.772v4.896h-8.772v2.822c0,0.363,0.124,0.658,0.374,0.884c0.249,0.228,0.589,0.341,1.021,0.341H208.335z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M228.804,53.555l0.544,5.372c-2.176,0.748-4.919,1.122-8.228,1.122 c-3.899,0-6.647-0.907-8.245-2.721c-1.599-1.813-2.397-4.952-2.397-9.417s0.799-7.604,2.397-9.418 c1.598-1.813,4.346-2.72,8.245-2.72c2.924,0,5.496,0.306,7.718,0.918l-0.544,5.372c-3.174-0.045-5.565-0.068-7.174-0.068 c-1.156,0-1.928,0.391-2.313,1.173c-0.386,0.782-0.578,2.363-0.578,4.743s0.192,3.96,0.578,4.743 c0.385,0.782,1.156,1.173,2.313,1.173C224.497,53.826,227.058,53.736,228.804,53.555z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M250.802,41.688h-6.562v17.952h-7.378V41.688H230.3v-5.508h20.502V41.688z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M267.733,47.367v0.204c1.813,0.159,3.111,0.748,3.894,1.768c0.781,1.02,1.173,2.504,1.173,4.453 c0,2.335-0.652,3.939-1.955,4.812c-1.304,0.873-3.485,1.309-6.545,1.309c-4.964,0-8.716-0.091-11.254-0.271v-23.46 c2.312-0.181,5.688-0.272,10.132-0.272c3.332,0,5.638,0.425,6.919,1.275c1.28,0.85,1.921,2.465,1.921,4.845 c0,1.7-0.335,2.98-1.003,3.842C270.346,46.732,269.252,47.23,267.733,47.367z M260.254,45.327h2.618 c0.86,0,1.428-0.147,1.699-0.442c0.272-0.294,0.408-0.896,0.408-1.802c0-0.906-0.142-1.496-0.425-1.768 c-0.284-0.272-0.867-0.408-1.751-0.408h-2.55V45.327z M260.254,54.914h2.72c1.02,0,1.688-0.17,2.006-0.51s0.477-1.042,0.477-2.108 c0-1.088-0.159-1.801-0.477-2.141c-0.317-0.34-0.998-0.51-2.04-0.51h-2.686V54.914z'/%3E%3Cpath style='fill:%23F2F2F2;' d='M288.541,54.574h-6.426l-1.19,5.066h-7.514l6.086-21.556c0.158-0.566,0.464-1.025,0.918-1.377 c0.453-0.351,0.974-0.527,1.563-0.527h6.698c0.589,0,1.11,0.176,1.564,0.527c0.453,0.352,0.759,0.811,0.918,1.377l6.086,21.556 h-7.515L288.541,54.574z M287.351,49.407l-1.156-5.032c-0.203-1.065-0.34-1.96-0.407-2.686h-0.918 c-0.137,1.066-0.272,1.961-0.408,2.686l-1.156,5.032H287.351z'/%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.gg_block_privilege_tile{
	width: 31.333%;
	border: 1px solid #ccc;
	padding: 30px 20px;
	margin-top: 15px;
	text-align: left;
	margin-left: 10px;
	border-radius: 10px;
	background: #f9f9f97a;
	margin-bottom: 15px;
	box-shadow: 0px 0px 4px #17171752;
}
.gg_block_privilege_tile:nth-child(3n) {
	margin-right: 13px;
}

.gg_block_privilege_tile:nth-child(n+7){
	display: none;
}
.gg_block_privilege_tile .tile-title{	
	font-size: 18px;
	font-weight: 700;
}
.gg_block_privilege_tile .tile-body{	
	min-height: 40px;
}

@media screen and (max-width:768px){	
	.gg_block_privilege_tiles{
		background-image: none;		
	}
	.gg_block_privilege_tile{
		width: 40%;
		border: 2px dashed #ccc;
		padding: 30px 30px;
		margin: 20px 5%;
		text-align: center;
	}
	.gg_block_privilege_tile:nth-child(n+5){
		display: none;
	}
}
@media screen and (max-width:400px){	
	.gg_block_privilege_title{
		font-size: 18px;
	}
	.gg_block_privilege_subtitle{
		font-size: 14px;
	}
	.gg_block_privilege_tile{
		width: 45%;
		border: 1px dashed #ccc;
		padding: 13px 9px;
		margin: 5px 1%;
		text-align: left;
		min-width: 45%;
	}
	.gg_block_privilege_tile:nth-child(n+3){
		display: none;
	}
}
/* End */


/* Start:/local/components/gg/slider_services/templates/.default/style.css?16068872647050*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Author     : kpaha
*/

.gg_slider_services{
	margin: 50px 0;
	overflow: hidden;
}
.gg_slider_services .title {
	text-align: left;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 900;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0px 15px 45px 15px;
}

.gg_slider_services_swiper-container {
	width: 100%;
	height: 600px;
	margin-bottom: 40px;
	position: relative;
}
.gg_slider_services .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 220px;
	height: 600px;
}

.gg_slider_services_slide_block{
	width: 480px;
	height: 280px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	position: absolute;
	border-radius: 5px;
	z-index: 1;
	display:flex;
	overflow: hidden;
	transition: color .5s;
}

.gg_slider_services .swiper-slide-1 .gg_slider_services_slide_block{	
	top: 0;
}

.gg_slider_services .swiper-slide-0 .gg_slider_services_slide_block{	
	bottom: 0;
}
.gg_slider_services .swiper-slide-0 + .swiper-slide-0{
	margin-left: 260px;
}

.gg_slider_services_background{
	width: 33.3333%;
	display: block;
	height: 100%;
	transition: width .3s;
	z-index: -1;
	position: absolute;
}
.gg_slider_services_slide_block:hover{
	color: #FFF;
}
.gg_slider_services_slide_block:hover .gg_slider_services_background{
	width: 100%;
}

.gg_slider_services_section{
	padding: 16px;
	width: 33.3333%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.gg_slider_services_section a{
	display: block;
	width: 90%;
	margin: 10px auto 0;
	background-color: rgba(0,0,0,0.2);
	color: #fff;
	padding: 4px;
	font-size: 14px;
	font-weight: 300;
}
.gg_slider_services_section a:hover{	
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}
.gg_slider_services_item{
	padding: 16px;
	width: 66.6666%;
	text-align: left;
	position: relative;
}
.gg_slider_services_item .sltitle{	
	margin-top: 10px;
	min-height: 70px;
	font-size: 20px;
	font-weight: 700;
}
.gg_slider_services_item .sltitle a{
	color: inherit;
}
.gg_slider_services_item .sltitle a:hover{
	text-decoration: underline !important;
}
.gg_slider_services_item .sltext{	
	font-size: 16px;
}
.gg_slider_services_item .sltable{
	position: absolute;
	bottom: 16px;
	display: flex;
	color: #848484;
	font-size: 14px;
	flex-direction: row;
	flex-wrap: wrap;
	transition: opacity .3s;
}
.gg_slider_services_item .sltable > div{
	width: 50%;
}

.gg_slider_services_slide_block:hover .gg_slider_services_item .sltable{
	opacity: 0;
}
.gg_slider_services_item .slbutton{
	opacity: 0;
}
.gg_slider_services_slide_block:hover .gg_slider_services_item .slbutton{
	-webkit-animation: fadeInPlay .3s;
	animation: fadeInPlay .3s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-direction: normal;
		animation-fill-mode: none;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.gg_slider_services_item .slbutton a{
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #ffffff !important;
	background: linear-gradient(180deg, #0094D5 0%, #003A68 100%);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	font-weight: 600;
	padding: 15px 30px;
	border-top: 1px solid #3d9ccb;
	border-bottom: 1px solid #122f3d80;
	border-left: 1px solid #3d9ccb;
	border-right: 1px solid #122f3d80;
	font-size: 16px;
	text-transform: none;
}
.gg_slider_services_item .slbutton a:hover{
	border-color: #116363;
	margin-top: 0px;
	border-bottom: 1px solid #116363 !important;
	box-shadow: none;
	font-size: 16px;
	background: linear-gradient(180deg, #0BCEA4 0%, #153647 100%);
	—moz-transform: scale(0.97);
	—webkit-transform: scale(0.97);
	—o-transform: scale(0.97);
	—ms-transform: scale(0.97);
	transform: scale(0.97);
	border-top: 1px solid #56c9cb !important;
}
@media screen and (min-width:769px){	
	.gg_slider_services .swiper-button-prev,
	.gg_slider_services .swiper-button-next {	
		width: 100px;
		height: 100px;
		background-color: #007aff;
		border-radius: 50px;
		margin-top: -50px;
		opacity: 0.5;	
	}
	.gg_slider_services .swiper-button-prev:hover,
	.gg_slider_services .swiper-button-next:hover {	
		opacity: 1;
	}
	.gg_slider_services .swiper-button-prev {
		left: -100px;
		background-position: 53px center;
		transition: left .3s;
	}
	.gg_slider_services .swiper-button-prev{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	}
	.gg_slider_services .swiper-button-next {
		right: -100px;
		background-position: 20px center;
		transition: right .3s;
	}
	.gg_slider_services .swiper-button-next{
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	}
	.gg_slider_services_swiper-container:hover .swiper-button-prev{	
		left: -50px;
	}
	.gg_slider_services_swiper-container:hover .swiper-button-next{	
		right: -50px;
	}
}
@media screen and (min-width:769px) and (max-width:1200px){	
	
}
@media screen and (max-width:768px){	
	.gg_slider_services .title {
		font-size: 18px;
	}
	.gg_slider_services_swiper-container {	
		height: 280px;
	}
	.gg_slider_services .swiper-slide {
		width: 480px;
		max-width: calc(100% - 32px);
		height: 280px;
	}
	.gg_slider_services_slide_block{
		position: relative;
	}
}
@media screen and (max-width:500px){	
	.gg_slider_services_swiper-container {	
		height: 240px;
	}
	.gg_slider_services .swiper-slide {
		max-width: calc(100% - 16px);
		height: 240px;
	}
	.gg_slider_services_section {
		padding: 8px;
	}
	.gg_slider_services_section a{
		font-size: 10px;
	}
	.gg_slider_services_item {
		padding: 8px;
	}
	.gg_slider_services_item .sltitle {
		margin-top: 0;
		min-height: 70px;
		font-size: 16px;
		font-weight: 700;
	}
	.gg_slider_services_item .sltext {
		font-size: 14px;
	}
	.gg_slider_services_item .sltable {		
		font-size: 10px;
	}
}


@-webkit-keyframes fadeInPlay {
 0% {
  visibility:hidden;
  opacity:0
 }
 to {
  visibility:visible;
  opacity:1
 }
}
@keyframes fadeInPlay {
 0% {
  visibility:hidden;
  opacity:0
 }
 to {
  visibility:visible;
  opacity:1
 }
}
/* End */


/* Start:/local/components/gg/calc_simple/templates/.default/style.css?16454373388914*/


.gg-calculator-simple{
    background: rgba(255,255,255,0.9);
    /*background-image: url('/images/calc-ec-bg.jpg');*/
    /*min-width: 520px;*/
    /*max-width: 590px;*/
    border-radius: 0px 10px 10px 10px;
    padding: 0px 0px 0px 0px;

}

.gg-calculator-simple .items > div:first-child{
    padding-left: 0px;
}

.gg-calculator-simple .items > div:last-child{
    padding-right: 0px;
}

.gg-calculator-simple .row{
    margin: 0px;
}

.gg-calculator-simple .items{
    text-align: center;
    padding: 15px 0px;
}

.gg-calculator-simple .line-delimiter{
    width: 100%;
    margin: 10px auto;
    height: 1px;
    display: block;
    background-color: #EEE;
}
.gg-calculator-simple .items .item{
    display: inline-block;
}

.gg-calculator-simple .items{
    background-color: #F4F4F4;
}
.gg-calculator-simple .title-with-bg{
    background-color: #F4F4F4;
    border-radius: 0 10px 0 0;
}
/*.gg-calculator-simple .title-with-bg .title::after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-image: url('/images/calc-title-border-2.jpg');*/
/*}*/

.gg-calculator-simple .title-with-bg .title{
    padding: 0px 0px 0px 20px;
    line-height: 55px;
    font-size: 14pt;
    color: #242424;
    border-bottom: 1px solid #e1e1e1;
}


.gg-calculator-simple .items .not-active.item{
    cursor: inherit;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.gg-calculator-simple .items .active.item{

}

.gg-calculator-simple .items .active.item .name{
    position: relative;
    color: #289ed6;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: linear-gradient(180deg, #FFF 0%, #ddd 100%);
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 2px 3px 3px rgba(0,0,0,0.25);
}

.gg-calculator-simple .items .active.item .name:hover{
    border-bottom: none;
}

.gg-calculator-simple .title{
    margin: 0px;
    text-align: left;
    font-weight: bold;
    padding: 20px 0px 10px 20px;
}

.gg-calculator-simple .first{
    min-height: 192px;
    max-height: 192px;
    position: relative;
}

.br1px {border-right: 1px solid #e1e1e1;}

.gg-calculator-simple .first::before{
    content: '';
    background-image: url('/images/calc-left-icon-2.png');
    width: 80px;
    height: 68px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 0px;
}

.gg-calculator-simple .first div:first-child{
    width: 100%;
}

.gg-calculator-simple .first .name{
    text-align: center;
    text-transform: uppercase;
    font-size: 14pt;
    color: #242424;
    font-weight: bold;
}

.gg-calculator-simple .first .price{
    text-align: center;
    line-height: 20px;
    font-size: 11pt;
    color: #999;
}

.gg-calculator-simple .blue-bg .title{
    margin: 0px;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px;
    text-transform: uppercase;
}

.gg-calculator-simple .item .name, .gg-calculator-simple .item .price{
    display: inline-block;
    vertical-align: middle;
}

.gg-calculator-simple .items .item .name{
    max-width: 50px;
    min-width: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 9px;
    background-color: #289ed6;
    background: linear-gradient(180deg, #60CCFF 0%, #289ed6 100%);
    padding: 20px 2px 14px 2px;
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
    font-style: normal;
    border-radius: 10px;
    webkit-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.78);
    -moz-box-shadow: 2px 3px 8px 0px rgba(0,0,0,0.78);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    cursor: pointer;
}
.gg-calculator-simple .item .price{
    text-align: center;
    font-size: 11pt;
    padding: 5px 5px 5px 5px;
    color: #999;
}

.gg-calculator-simple .no-bold{
    font-weight: normal;
}

.gg-calculator-simple .blue-bg-left{
    background-color: #F4F4F4;
    position: relative;
    border-radius: 0px 10px 0 0;
}

.gg-calculator-simple .item .price .bold{
    color: #3a3a3a;
    font-weight: bold;
    font-size: 18pt;
    font-style: normal;
}

.gg-calculator-simple .slider-container{
    padding: 15px 10px;
    /*border-top: 1px solid #cecece;*/
    text-align: center;
}

.gg-calculator-simple .slider{
    display: inline-block;
    vertical-align: middle;
    width: 360px;
}

.ui-slider .ui-slider-range {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: inset 2px 3px 3px rgba(0,0,0,0.25);
}

.gg-calculator-simple .range{
    display: inline-block;
    vertical-align: middle;
    color: #242424;
    font-weight: normal;
    font-size: 11pt;
    min-width: 75px;
    text-align: center;
    background-color: #E9E9E9;
    border-radius: 10px;
    padding: 2px 10px;
    height: 22px;
}
.gg-calculator-simple .range:first-child{
    left: 20px;
    position: absolute;
    bottom: 15px;
}
.gg-calculator-simple .range:last-child{
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.gg-calculator-simple .slider-container .ui-slider .ui-slider-handle{
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: #FFF;
    top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    background: linear-gradient(180deg, #60CCFF 0%, #289ed6 100%);
    border: none;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    font-weight: bold;
    font-size: 20pt;
}

.ui-widget {
    font-family: Proxima Nova, Arial, sans-serif !important;
}

.gg-calculator-simple .slider-container .ui-slider .ui-slider-handle:hover {
    border-bottom: none;
}

.gg-calculator-simple .slider-container .ui-widget.ui-widget-content{
    background-color: #289ED6;
    position: relative;
    text-align: left;
    height: 22px;
    border: none;
}
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px !important;
}

.gg-calculator-simple .big{
    font-size: 30pt !important;
}

.gg-calculator-simple .blue{
    color: #289ED6;
}
.gg-calculator-simple .white{
    color: #242424;
}

.sohran {background: #f4f4f4;}

.gg-calculator-simple .blue-bg{
    background-color: #289ED6;
    border-radius: 10px 10px 0 0;
}

/*.gg-calculator-simple .blue-bg::before{*/
/*    content: '';*/
/*    display: block;*/
/*    background-image: url('/images/blue-bg-border.jpg');*/
/*    width: 100%;*/
/*    height: 2px;*/
/*}*/
.gg-calculator-simple .price-value {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #fff;
    color: #242424;
    font-size: 20px;
    line-height: 20px;
    border-radius: 10px;
    box-shadow: inset 1px 2px 3px rgba(0,0,0,0.25);
}

.propan-calc-price {bottom: 20px;position: absolute;}

.calculator-result .calc-result-2,
.calculator-result .calc-result-3{
	display: none;
}
.calculator-result .calc-result {
	color: #0088cc;
}


@media (max-width:991px){	
	.gg-calculator-simple {position: relative;left: 0;min-width: 0 !important;min-height: 0;}
	.gg-calculator-simple .slider {
		width: calc(100% - 40px);
	}
}
@media (max-width:767px){
	.gg-calculator-simple .first {min-height: 0;}
	.gg-calculator-simple .items > div {margin-bottom: 5px;}
	.gg-calculator-simple .first div:first-child {position: relative;bottom: 0;padding: 5px 0 0;    padding-top: 36px;}
	.gg-calculator-simple .first .price {padding-bottom: 10px;}
	.gg-calculator-simple .items .item .name {max-width: 40px;min-width: 40px;min-height: 40px;max-height: 40px;padding: 14px 2px 14px 2px;font-size: 16pt;}
	.gg-calculator-simple .items {padding: 5px 0px;}	
	.gg-calculator-simple .first .name {  font-size: 10pt;}
	
}
@media (max-width:530px){
	.gg-calculator-simple {min-height: 0; margin-left: -15px; margin-right: -15px;}
	.gg-calculator-simple .title-with-bg .title {line-height: 2rem;
        font-size: 11pt;
        padding: 10px;}
    .gg-calculator-simple .title {
        padding: 20px 0px 30px 20px;
    }
	.gg-calculator-simple .first .price {padding-bottom: 0px;line-height: 15px;font-size: 9pt;}
	.gg-calculator-simple .item .price {line-height: 14px;font-size: 9pt;}
	.gg-calculator-simple .range:first-child {margin-right: 5px;}
	.gg-calculator-simple .range:last-child {margin-left: 5px;}
	.gg-calculator-simple .slider-container {padding: 5px 5px 15px;}
	.gg-calculator-simple .blue-bg .title {font-size: 10pt;padding: 3px 0px;}
	.gg-calculator-simple .line-delimiter {margin: 0px auto;}
}

@media (max-width:479px) {
	.gg-calculator-simple .items > div, .gg-calculator-simple .first .price {padding-right: 0px;padding-left: 0px;}
	.gg-calculator-simple .big {font-size: 18pt !important;    padding: 0 !important;}
	.gg-calculator-simple .slider-container .ui-slider .ui-slider-handle {width: 40px;height: 40px;font-size: 16pt;line-height: 40px;}
	.gg-calculator-simple .range {font-size: 9pt;min-width: 50px;padding: 0px 5px;}
}
/* End */
/* /local/components/gg/slider/templates/.default/style.css?16454373385308 */
/* /local/css/swiper/swiper.min.css?155179199019772 */
/* /local/components/gg/underslider/templates/.default/style.css?1551791990930 */
/* /local/components/gg/block_privilege/templates/.default/style.css?16454373386973 */
/* /local/components/gg/slider_services/templates/.default/style.css?16068872647050 */
/* /local/components/gg/calc_simple/templates/.default/style.css?16454373388914 */
