@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

#gtBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 36px;
	border: solid 2px #2F2757;
	outline: none;
	background-color: white;
	box-shadow: 0 1rem 3rem rgba(47, 39, 87, 0.2);
	color: #2F2757;
	cursor: pointer;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}

.menu-button {
	position: fixed;
	z-index: 10000;
    top: 20px;
    right: 30px;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	width: 3.2rem; 
	height: 3.2rem; 
	border-radius: 50%; 
	background-color: #2F2757;
	cursor: pointer;
	box-shadow: 0 1rem 3rem rgba(47, 39, 87, 0.2);
	transition: background-color 500ms ease-in-out; 
}
.js-phone-button {
	right: 90px;
}
.gg-phone {
	color: #FFFFFF;
	width: 26px;
	height: 26px;
}

.card__image-container .menu-button {
	margin: 1.5rem;
}

.menu-button:hover,
.menu-button:focus,
.menu-button:active {
    background-color: #2F2757; 
}

.menu-icon {
	position: relative; 
    width: 2rem; /* Icon width */
	height: 1.5rem; /* Icon height */
}

.menu-icon span {
    position: absolute; 
    height: 0.25rem;
    width: 100%; 
    background-color: #FFFFFF; 
    transition: background-color 500ms ease-in-out; 
}

.menu-icon span:nth-child(1) {
    top: 0.0625rem; 
}

.menu-icon span:nth-child(2) {
    top: 0.625rem; 
}

.menu-icon span:nth-child(3) {
    top: 1.25rem; 
}

.menu-button:hover span,
.menu-button:focus span,
.menu-button:active span {
    background: white; 
}

.menu-icon.is-active span:nth-child(1) {
    opacity: 0; 
}

.menu-icon.is-active span:nth-child(2) {
    transform: rotate(45deg); 
}

.menu-icon.is-active span:nth-child(3) {
	top: 0.625rem;
    transform: rotate(-45deg); 
}

.fullscreen-menu-container {
	position: fixed; 
	top: 12.5rem; 
	left: 0; 
	z-index: 15000; 
	width: 100vw; 
	height: 100vh; 
	overflow: scroll; 
	background-color: rgba(47, 39, 87, 0.9); 
	opacity: 0; 
	pointer-events: none; 
	transition: top 500ms ease-in, opacity 300ms ease-in; 
}

.fullscreen-menu-container.is-open {
	opacity: 1; 
	top: 0; 
	pointer-events: auto; 
}

.fullscreen-menu-container .menu-button {
	position: absolute; 
	top: 20px;
    right: 30px;
}

.fullscreen-menu {
	text-align: center; 
	max-width: 62rem; 
	padding: 6rem 0 4rem; 
	width: 100%; 
}

.fullscreen-menu__title {
	max-width: 30rem; 
	margin: 0 auto;
}

.fullscreen-menu__nav {
	margin: 3rem 0; 
}

.fullscreen-menu__nav ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

.fullscreen-menu__nav a {
	display: block; 
	font-size: 28px;
	font-weight: 700; 
	padding: 1rem; 
	color: #FFFFFF; 
	text-decoration: none; 
	transition: color 300ms ease-in; 
}

.fullscreen-menu__nav a:hover,
.fullscreen-menu__nav a:focus,
.fullscreen-menu__nav a:active {
	color: #00A0E3; 
}

@media only screen and (min-width: 46rem) { 
	.fullscreen-menu-container {
		display: flex; 
		justify-content: center; 
		align-items: center; 
	}

	.fullscreen-menu {
		padding: 0;
	}

	.fullscreen-menu__nav {
		margin: 4rem 0; 
	}

		.fullscreen-menu__nav ul {
			display: flex; 
			justify-content: space-between; 
		}

}

body {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}
a:focus, a:active {
	outline: none !important;
}

header, footer, section {
	width: 100%;
	position: relative;
}

header {
	background: url('/images/top-bg.jpg');
	min-height: 540px;
}

.header-in, .footer-in {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.header-in {
	padding: 120px 10px 0 20px;
}

.section-in {
	width: 100%;
	max-width: 1200px;
	padding: 50px 10px;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
}

.sec-gray {
	background-color: #F8F8F8;
}

.top-head {
	position: fixed;
	z-index: 101;
	background: linear-gradient(180.00deg, rgb(255, 252, 252) 0%,rgb(255, 255, 255) 57.772%,rgba(255, 254, 254, 0) 100%);
	min-height: 140px;
	width: 100%;
}
.logo {
	margin: 10px;
}


.resnav {
 	height: 50px;
	line-height: 50px;
	float:none;
	position: relative;
	font-weight: 700 !important;
}



.headtext {
	color: #FFFFFF;
	margin: 100px auto 50px auto;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

.headtext-top {
	max-width: 940px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 40px;
}

.headtext-middle {
	height: 5px;
	max-width: 470px;
	margin: 25px auto;
	background-color: #FFFFFF;
	border: none;
}

.headtext-bottom {
	max-width: 1100px;
	margin: 0 auto;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
}

.module-head {
	background-image: url('/images/head_line.png'), url('/images/head_line.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	color: #2F2757;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	width: fit-content;
	padding: 0 30px;
	margin: 50px auto;
}

.owl-carousel .owl-dots {
	text-align: center;

}

.owl-carousel button.owl-dot {
	background-color: #FFFFFF !important;
	height: 20px;
	width: 20px;
	border-radius: 20px;
	margin: 0 5px;
	border: 1px solid #00A0E3 !important;
}
.owl-carousel button.active {
    background-color: #00A0E3 !important;
	border: #00A0E3 solid 1px !important;
}
.ot-car-it-text {
	max-width: 630px;
	min-width: 300px;
	width: 100%;
	background: #00A0E3;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 180%;
	color: #FFFFFF;
	padding: 5% 9%;
	box-sizing: border-box;
	margin: 0 auto;
}
.ot-car-it-text-bottom{
	background: url('/images/com-ico.png') no-repeat 50px top;
	position: relative;
	height: 18px;
}
.ot-car-it {
	overflow: hidden;
}
.ot-car-it-name {
	min-width: 150px;
	width: fit-content;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 2% 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: left;
}
.ot-car-it-date {
	min-width: 150px;
	width: fit-content;
	font-style: italic;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto;
	display: block;
	float: right;
}

footer {
	display: block;
	background: #00A0E3;
	text-align: center;
	padding: 25px 0;
	color: #000000;
	box-sizing: border-box;
	min-height: 170px;
}

foot-logo img {
	width: 90%;
	margin: 0 auto;
	max-width: 440px;
}

.full-works {
	text-align: center;
	font-size: 18px;
	margin: 25px auto;
}
.full-works a {
	color: #007DF8;
}
.wk-car-it {
	position: relative;
}
.wk-car-it-name {
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	background: white;
	opacity: 0.8;
	width: 100%;

}
.wk-car-it-name a {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	
}

ul.mod-breadcrumbs {
	list-style: none;
	padding-left: 0;
}

ul.mod-breadcrumbs li {
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 14px;
	color: #3E3E3E;
}

ul.mod-breadcrumbs a {
	text-decoration: underline;
	font-size: 14px;
	color: #3E3E3E;
}

.schemework-items {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
}
.schemework-item {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.s-i-bg {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: url('/images/dot-s.png') 33px top repeat-y;
}
.schemework-item-l {
	display: inline-block;
	min-width: 70px;
	max-width: 70px;
	width: 10%;
	border-radius: 70px;
	background-color: #00A0E3;
	color: #FFFFFF;
	font-size: 54px;
	line-height: 70px;
	text-align: center;
	box-sizing: border-box;
}
.schemework-item-r {
	min-width: 150px;
	max-width: 750px;
	width: 90%;
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	vertical-align: top;
}
.schemework-item-name {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}
.schemework-item-img {
	width: 100%;
	text-align: center;
	margin: 20px auto 0 auto;
}

.advants-items {
	width: 100%;
	text-align: center;
}

.advants-item {
	max-width: 280px;
	min-width: 140px;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 20px;
}

.advants-item-text {
	color: #00A0E3;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
}
.advants-item-img {
	text-align: center;
}

.advants-item-img img {
	max-width: 125px;
	width: 70%;
}

#faq-items {
	max-width: 1100px;
	margin: auto;
	padding: 0 15px;
	text-align: center;
}
  
#faq-items ul {
	text-align: left;
}

.transition, div.faq-item-question, ul li i:before, ul li i:after {
	transition: all 0.3s;
}
  
#faq-items .no-select, #faq-items div.faq-item-question {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	user-select: none;
}
  
#faq-items div.faq-item-question {
	color: #00A0E3;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	text-align: left;
	padding: 15px 15px 0;
	text-transform: none;
	display: block;
	margin: 0;
	cursor: pointer;
	transition: .2s;
}
  
#faq-items div.faq-item-answer {
	color: #000000;
	text-align: left;
	font-size: 16px;
	line-height: 1.45;
	position: relative;
	overflow: hidden;
	will-change: max-height;
	contain: layout;
	display: inline-block;
	opacity: 1;
	transform: translate(0, 0);
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0 50px 0 15px;
	transition: .3s opacity, .6s max-height;
	hyphens: auto;
	z-index: 2;
}
  
#faq-items ul {
	list-style: none;
	perspective: 900;
	padding: 0;
	margin: 0;
}

#faq-items ul li {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-bottom: solid 2px #C4C4C4;
	background-color: #FFFFFF;
}

#faq-items ul li + li {
	margin-top: 5px;
}

#faq-items ul li:last-of-type {
	padding-bottom: 0;
}

#faq-items ul li i {
	position: absolute;
	transform: translate(-6px, 0);
	margin-top: 28px;
	right: 15px;
}

#faq-items ul li i:before, ul li i:after {
	content: "";
	position: absolute;
	background-color: #00A0E3;
	width: 3px;
	height: 9px;
}

#faq-items ul li i:before {
	transform: translate(-2px, 0) rotate(45deg);
	
}

#faq-items ul li i:after {
	transform: translate(2px, 0) rotate(-45deg);
}

#faq-items ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	touch-action: manipulation;
}

#faq-items ul li input[type=checkbox]:checked ~ div.faq-item-question {
	color: #505050;
}

#faq-items ul li input[type=checkbox]:checked ~ div.faq-item-answer {
	max-height: 0;
	transition: .3s;
	opacity: 0;
}

#faq-items ul li input[type=checkbox]:checked ~ i:before {
	transform: translate(2px, 0) rotate(45deg);
	
}

#faq-items ul li input[type=checkbox]:checked ~ i:after {
	transform: translate(-2px, 0) rotate(-45deg);

}

.masonry {
	-webkit-column-count: 3; 
	-moz-column-count: 3; 
	column-count: 3;
	-webkit-column-gap: 1em; 
	-moz-column-gap: 1em; 
	column-gap: 1em;
	margin: 0 10px;
}

.masonry .item {
	display: inline-block; 
	width: 100%;           
	margin-bottom: 1em;
}  

.masonry .item img {
	width: 100%;           
}
  
.lightbox {
	position: fixed;
	overflow: hidden;
	z-index: 9999;
	width: 0;	
	height: 0;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
  	max-width: 800px;
  	height: auto;
  	margin: 10% auto;
  	opacity: 0;
  	border: 1px solid #4D4D4D;
  	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  	-webkit-transition: opacity 500ms ease-in;
  	-moz-transition: opacity 500ms ease-in;
  	transition: opacity 500ms ease-in;  
}

.lightbox:target {
  	width: auto;
  	height: auto;
  	bottom: 0;
  	right: 0;
  	outline: none;
}

.lightbox:target img {
  	opacity: 1;
}

.docs-items {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.docs-item {
	min-width: 300px;
	width: 50%;
	display: block;
	float: left;
	background: url('/images/doc-ico.png') no-repeat left top;
	padding-left: 75px;
	box-sizing: border-box;
	min-height: 120px;
	margin-bottom: 30px;
}

.docs-item-name {
	font-size: 24px;
	font-weight: 400;
	padding: 15px 0;
	box-sizing: border-box;
	color: #000000;
}
  
.docs-item-link a {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	color: #00A0E3;
}

.co-car-it {
	overflow: hidden;
}

.co-car-it-img {
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.co-car-it-img img {
	max-width: 330px;
	width: 100%;
	box-sizing: border-box;
}

.co-car-it-name {
	font-size: 22px;
	font-weight: 700;
	color: #242121;
	text-align: center;
	margin: 20px 10px;
	box-sizing: border-box;
}

.co-car-it-service {
	font-size: 16px;
	font-weight: 400;
	color: #242121;
	text-align: left;
	margin: 0 40px;
	box-sizing: border-box;
}
  
.services-items {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.services-item {
	min-width: 300px;
	width: 33%;
	padding: 0 15px;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 30px;
	vertical-align: top;
}

.services-item-img img {
	width: 100%;
}

.services-item-name {
	font-size: 24px;
	font-weight: 500;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	color: #242121;
	text-align: center;
	text-transform: uppercase;
	line-height: 22px;
}

.services-item-desc {
	font-size: 16px;
	font-weight: 500;
	box-sizing: border-box;
	color: #242121;
	text-align: justify;
}

.mod-articlesnews.newsflash {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.mod-articlesnews__item {
	min-width: 300px;
	width: 49%;
	padding: 0 15px;
	display: inline-block;
	box-sizing: border-box;
	margin-bottom: 30px;
	vertical-align: top;
}
  
.news-item-img {
	min-width: 100px;
	width: 40%;
	display: block;
	float: left;
}

.news-item-img img {
	width: 100%;
}

figure.newsflash-image {
	margin: 0;
	padding: 0;
}

.news-item-info {
	min-width: 200px;
	width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
	display: block;
	float: left;
}

.news-item-info-name, .news-item-info-name a {
	font-size: 22px;
	font-weight: 700;
	color: #00A0E3;
	text-decoration: none;
	text-align: left;
}

.news-item-info-name h3 {
	margin: 0;
	padding: 0;
}

.news-item-info-text {
	text-align: left;
	font-size: 16px;
}

.news-item-info-link, .news-item-info-link a {
	font-size: 16px;
	font-weight: 700;
	color: #00A0E3;
	text-decoration: none;
	text-align: left;
}

.request-data {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.request-data-left {
	min-width: 300px;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	min-height: 120px;
	padding: 0 45px;
}

.request-data-right {
	min-width: 300px;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	min-height: 120px;
	padding: 45px;
	background-color: #F8F8F8;
}

.request-data-right-text {
	color: #242121;
	font-size: 24px;
}

.request-data-right-tel, .request-data-right-email {
	margin: 20px 0;
}

.request-data-right-tel a {
	color: #242121;
	font-size: 36px;
	font-weight: 700;
	text-decoration: none;
}

.request-data-right-email a {
	color: #242121;
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
}

.sf2Style-default button.sf2-element[type="submit"],
.sf2Style-default button.sf2-element.sf2SendBtn{
	background: #FFFFFF !important;
	color:#00A0E3 !important;
	font-weight: 500;display:inline-block;font-size: 22px;
	text-align: center;
	padding: 10px 50px;vertical-align: middle;touch-action: manipulation;cursor: pointer;
	user-select: none;
	border: solid 2px #00A0E3;
	border-radius: 0;box-shadow:none;text-shadow:none;
}

.pools-items {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.pool-item {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 30px;
}

.pool-item-name {
	color: #2F2757;
	font-size: 36px;
	width: 100%;
	margin-bottom: 20px;
}

.pool-item-desc {
	width: 100%;
	box-sizing: border-box;
}

.pool-item-desc-img {
	min-width: 280px;
	max-width: 420px;
	width: 40%;
	display: block;
	float: left;
	box-sizing: border-box;
}

.pool-item-desc-img img {
	width: 100%;
}

.pool-item-desc-info {
	display: block;
	float: left;
	min-width: 280px;
	max-width: 780px;
	width: 60%;
	box-sizing: border-box;
	padding-left: 20px;
}

.pool-item-desc-info-services {
	width: 100%;
}

.pool-item-desc-info-services-label {
	color: #000000;
	width: 100%;
	font-size: 24px;
	margin-bottom: 10px;
	text-decoration: underline;
	text-align: left;
}
  
.pool-item-desc-info-service {
	min-width: 200px;
	width: 31%;
	margin: 0 1%;
	padding: 10px;
	display: block;
	float: left;
	box-sizing: border-box;
	background-color: #F8F8F8;
	min-height: 235px;
	margin-bottom: 20px;
}

.pool-item-desc-info-service-name {
	color: #2F2757;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: left;
}

.pool-item-desc-info-service-label {
	color: #595959;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight: 400;
}

.pool-item-desc-info-service-desc {
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	margin: 15px 0;
	text-align: left;
	
}

.pool-item-desc-info-address {
	text-align: justify;
}

.pool-item-desc-info-address-l, .pool-item-desc-info-address-r {
	min-width: 270px;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
}

.pool-item-desc-info-address-l {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #2F2757;
}
.pool-item-desc-info-address-l p {
	margin: 5px 0;
}

.pool-item-desc-info-address-r {
	text-align: right;
}

.pool-item-desc-info-address-r a {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #00A0E3;
	padding: 10px 20px;
	border: solid 2px #00A0E3;
}
.popup-open, .popup-close {
	cursor: pointer;
}
.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	top: 20%;
	left: 5%;
	padding: 20px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;	
	background: #fff;
	border: 1px solid #00A0E3;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

a.request-button {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 10px 20px;
	border: solid 2px #00A0E3;
	background-color: #00A0E3;
	margin: 10px auto;
	display: block;
	text-align: center;
}

.s-bg {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: url('/images/s-bg.jpg') top center no-repeat;
	padding: 50px 0;
	text-align: center;
}

.sale-name {
    color: #000000;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sale-desc {
    color: #2F2757;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: lowercase;
    margin-bottom: 40px;
}

.foot-logo {
    display: block;
    float: left;
}

.foot-menu {
    display: block;
    float: right;
}

.foot-menu ul {
    list-style: none;
    text-align: left;
}

.foot-menu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}	
	
	
	
	