@font-face {
	 font-family: "Helvetica Neue";
	 src: url("font/HelveticaNeueLTPro-Lt.otf") format("opentype");
}
 @font-face {
	 font-family: "Helvetica Neue Medium";
	 src: url("font/HelveticaNeueLTProMd.otf") format("opentype");
}
 @font-face {
	 font-family: "Helvetica Neue Bold";
	 src: url("font/HelveticaNeueLTProBd.otf") format("opentype");
}
 @font-face {
	 font-family: "Helvetica Neue Roman";
	 src: url("font/HelveticaLTStd-Roman.otf") format("opentype");
}
 html {
	 scroll-behavior: smooth;
	 overflow-x: hidden;
}
 body {
	 margin: 0;
	 padding: 0;
	 font-family: "Helvetica Neue";
	 font-size: 1rem;
	 color: #000;
	 overflow: hidden;
}
 nav {
	 position: fixed;
	 right: 5%;
	 top: 3%;
	 display: flex;
	 z-index: 5;
}
 nav i {
	 font-size: 2rem;
	 color: #fff;
	 padding: .5rem;
	 cursor: pointer;
	 transition: .2s ease;
}
 nav i.bg, nav i.open {
	 background: #000;
	 color: #fff;
	 -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	 -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	 box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
}
 nav i:hover {
	 color: #fe5300;
}
 nav #menu {
	 position: absolute;
	 right: 0;
	 top: 120%;
	 width: 95px;
	 text-align: center;
	 max-height: 0;
	 transform: translateX(25%);
	 overflow: hidden;
	 transition: .5s ease-in-out;
}
 nav #menu.open {
	 max-height: 700px;
}
 nav #menu a {
	 width: 90px;
	 height: 90px;
	 background: #000;
	 color: #fff;
	 margin: .5rem auto;
	 text-decoration: none;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 100%;
	 transition: .2s ease;
}
 nav #menu a:hover {
	 background: #111;
	 color: #fe5300;
	 width: 95px;
	 height: 95px;
}
 nav .langs {
	 display: flex;
	 align-items: center;
}
 nav .langs a {
	 position: absolute;
	 right: 4rem;
	 color: #fff;
	 text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	 opacity: 0;
	 transition: .2s ease;
}
 nav .langs a.active {
	 opacity: 1;
	 text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
 nav .langs a:hover {
	 color: #fe5300;
	 text-shadow: 0px 0px 5px rgba(0,0,0,0.25);
}
 nav .langs:hover a:not(.active) {
	 transform: translateY(30px);
	 opacity: 1;
}
 .intro {
	 position: relative;
	 width: 100%;
	 max-height: 100vh;
	 overflow: hidden;
}
 .intro .motto {
	 position: absolute;
	 left: 8%;
	 top: 52%;
}
 .intro .motto h3 {
	 font-family: "Helvetica Neue Bold";
	 font-size: 4rem;
	 color: #fff;
}
 .intro .motto h4 {
	 font-weight: normal;
	 font-size: 1.5rem;
	 color: #fff;
}
 .logo {
	 position: fixed;
	 left: 5%;
	 top: 7%;
	 width: 250px;
	 height: 250px;
	 font-family: "Helvetica Neue Medium";
	 font-size: 4rem;
	 background: #000;
	 color: #fff;
	 padding: 1rem;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 border-radius: 100%;
	 z-index: 2;
	 transition-property: left, top, transform;
	 transition-duration: .5s;
	 transition-timing-function: ease;
}
 .logo a {
	 color: #fff;
}
 .logo.left {
	 position: fixed;
	 left: 0;
	 top: 15%;
	 width: 200px;
	 height: 200px;
	 padding: 6rem 2rem 2rem 2rem;
	 font-size: 2.5rem;
	 transform: rotate(-90deg) translateY(-50%);
}
 .logo.contact {
	 font-size: 1rem !important;
}
 .about-project {
	 position: relative;
	 width: 100%;
	 height: 90vh;
	 margin-top: -6px;
	 background: #fe5300;
	 overflow: hidden;
}
 .about-project .about-img {
	 position: relative;
	 right: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 transform: translateX(100%);
	 transition: 1.5s ease;
	 object-fit: cover;
	 object-position: center;
}
 .about-project .about-img .come-in-right {
	 transform: translateX(0);
}
 .about-project .text {
	 width: 100%;
	 height: 100%;
	 padding-right: 5rem;
	 color: #fff;
}
 .about-project .statistic {
	 position: absolute;
	 width: 100%;
	 color: #fff;
	 font-size: 3vw;
	 font-weight: bold;
	 text-align: center;
}
 .about-project .statistic .info {
	 display: block;
	 font-size: 1vw;
	 font-weight: normal;
}
 .gallery {
	 position: relative;
}
 .gallery ol.switcher {
	 bottom: 60px;
}
 .gallery ol.switcher li {
	 width: auto;
	 height: auto;
	 margin: 0 20px;
	 text-indent: initial;
	 background: transparent;
	 color: #fff;
	 font-weight: bold;
	 text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	 opacity: 1;
}
 .gallery ol.switcher li.active {
	 color: #fe5300;
}
 .gallery .carousel img {
	 width: 100%;
	 height: 90vh;
	 object-fit: cover;
	 object-position: center;
}
 .gallery .carousel .carousel-indicators li {
	 width: auto;
	 height: auto;
	 text-indent: 0;
	 margin: 0 20px 20px 20px;
	 background: transparent;
	 color: #fff;
	 font-weight: bold;
	 text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	 opacity: 1;
}
 .gallery .carousel .carousel-indicators .active {
	 color: #fe5300;
}
 .location {
	 position: relative;
	 width: 100%;
	 height: 90vh;
	 display: flex;
	 flex-wrap: wrap;
}
 .location .location_block {
	 width: 50%;
}
 .location .photo {
	 background-image: url("../img/map/photo.jpg?v=1");
	 background-size: cover;
	 background-position: center;
}
 .location .photo img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
}
 .location img.building {
	 position: absolute;
	 bottom: calc(80%);
}
 .location .text {
	 position: relative;
	 padding-right: 3rem;
	 transform: translateY(20%);
}
 .location .text h2 {
	 margin: 2rem 0;
}
.services {
	 width: 100%;
	 height: 90vh;
	 background-image: url("../img/services.jpg");
	 background-size: cover;
	 background-position: center;
	 display: flex;
	 align-items: center;
	 overflow: hidden;
}
.services .services-circles {
	 width: 100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 gap: 1.5rem;
	 flex-wrap: wrap;
}
 .services .circle {
	 position: relative;
	 flex: 0 0 220px;
	 width: 220px;
	 height: 220px;
	 border-radius: 50%;
	 background: #000;
	 color: #fff;
	 z-index: 1;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 cursor: pointer;
	 transition: .5s ease-in;
}
 .services .circle > div {
	 position: absolute;
	 inset: 0;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 1.5rem;
}
 .services .circle h3 {
	 font-size: 1.5rem;
	 font-family: "Helvetica Neue Bold";
}
 .services .circle a {
	 color: #fe5300 !important;
}
 .services .circle span {
	 display: block;
}
 .services .circle .text {
	 display: none;
}
 .services .circle::before {
	 content: "";
	 position: absolute;
	 inset: 4%;
	 border-radius: 100%;
	 background: rgba(0,0,0,0.35);
	 z-index: -1;
	 animation: big_pulse 2s infinite;
	 animation-timing-function: linear;
}
 .services .circle::after {
	 content: "";
	 position: absolute;
	 inset: 4%;
	 border-radius: 100%;
	 background: rgba(0,0,0,0.45);
	 z-index: -1;
	 animation: pulse 2s infinite;
	 animation-timing-function: linear;
}
 .services .circle.odd::before {
	 animation-delay: 1s;
}
 .services .circle.odd::after {
	 animation-delay: 1s;
}
 .services .circle.open {
	flex: 1 1 100%;
	width: 100%;
	max-width: none;
	min-height: 260px;
	height: auto;
	border-radius: 0;
	 padding: 2rem 3rem;
	 z-index: 2;
}
 .services .circle.open > div {
	 position: relative;
	 inset: auto;
	 height: auto;
	 padding: 0;
	 align-items: flex-start;
	 text-align: left;
}
 .services .circle.open h3 {
	 margin-bottom: 2rem;
}
 .services .circle.open h3 span {
	 display: initial;
}
 .services .circle.open::before {
	 display: none;
}
 .services .circle.open::after {
	 display: none;
}
 .rental {
	 padding: 5rem 0;
	 text-align: center;
	 font-size: 1.2rem;
	 font-family: "Helvetica Neue Bold";
	 color: #000;
	 border-bottom: 1px solid #000;
}
 .rental .range {
	 margin-top: 4rem;
}
 .rental .area-limit {
	 position: absolute;
	 font-family: "Helvetica Neue Bold";
	 font-size: 1.2rem;
	 color: #000;
}
 .rental .area-limit.min {
	 left: 0;
	 top: 0;
	 transform: translate(-125%,-50%);
}
 .rental .area-limit.max {
	 right: 0;
	 top: 0;
	 transform: translate(135%,-50%);
}
 .rental a {
	 color: #000;
}
 .rental .ui-slider {
	 max-width: 50%;
	 margin: 4rem auto;
}
 .rental .ui-widget.ui-widget-content {
	 background: #000;
	 color: #fe5300;
	 font-size: .9rem;
	 border: 0;
	 border-radius: 0;
}
 .rental .ui-slider-horizontal {
	 height: 2px;
}
 .rental .ui-slider-horizontal .ui-slider-range {
	 background: #fe5300;
}
 .rental .ui-slider-horizontal .ui-slider-handle {
	 top: -12px;
}
 .rental .ui-slider .ui-slider-handle {
	 width: 25px;
	 height: 25px;
	 border-radius: 100%;
}
 .rental .ui-state-default {
	 background: #fe5300;
	 border: 0;
	 border-radius: 2px;
	 cursor: grab;
	 outline: none !important;
}
 .rental .ui-state-default:active {
	 cursor: grabbing;
}
 .rental .state {
	 color: #fe5300;
}
 .rental table {
	 width: 100%;
}
 .rental table td, .rental table th {
	 padding: .25rem 2rem;
}
 .rental table th {
	 color: #fe5300;
}
 .rental table tr.flat-row:hover {
	 background: #fe5300;
	 color: #fff;
	 cursor: pointer;
}
 .contact {
	 position: relative;
	 font-weight: bold;
	 height: 75vh;
}
 .contact .text {
	 text-align: center;
}
 .contact .text h2 {
	 margin: 2rem 0;
}
 .contact .text h3 {
	 font-size: 1.4rem;
	 font-family: "Helvetica Neue Bold";
}
 .contact .text a {
	 color: #000;
}
 .contact .text input {
	 display: block;
	 margin: auto;
	 width: 75%;
	 padding: .5rem 0;
	 border: 0;
	 border-bottom: 1px solid #000;
	 outline: none !important;
}
 .contact .text textarea {
	 width: 75%;
	 padding: .5rem 0;
	 border: 0;
	 border-bottom: 1px solid #000;
	 outline: none !important;
}
 .contact .text button {
	 display: block;
	 margin: 2rem auto 0 auto;
	 font-family: "Helvetica Neue Medium";
	 font-size: 1.2rem;
	 font-weight: bold;
	 border: 0;
	 background: transparent;
	 outline: none !important;
}
 .contact .text button img {
	 height: .75rem;
	 margin: 0 0 2px 3px;
}
 .contact .text .checkbox_container {
	 display: block;
	 margin-left: 12.5%;
}
 .footer {
	 height: 25vh;
	 display: flex;
	 align-items: center;
	 background: #000;
	 color: #fff;
}
 .footer a {
	 color: #fff;
}
 .footer h2 {
	 font-weight: bold;
	 margin-bottom: 1rem;
	 font-size: 2rem;
	 color: #fff;
}
 .footer h4 {
	 font-family: "Helvetica Neue Medium";
	 font-size: 2.5rem;
	 color: #fff;
}
 .footer .address {
	 font-size: .9rem;
	 line-height: 1.5rem;
}
 .footer .tiny {
	 font-size: .65rem;
}
 .footer .socials a {
	 font-size: 1.75rem;
	 margin-right: 1rem;
}
 h2 {
	 font-family: "Helvetica Neue Bold";
	 font-size: 2rem;
	 margin-bottom: 2rem;
}
 b, strong, .bold {
	 font-family: "Helvetica Neue Bold";
}
 .module {
	 visibility: hidden;
}
 .come-in {
	 visibility: visible;
	 transform: translateY(600px);
	 animation: come-in 1.5s ease forwards;
}
 .come-in:nth-child(odd) {
	 animation-duration: 0.8s;
}
 .come-in-left {
	 transform: translateX(-100%);
	 animation: come-in-left 1.5s ease forwards;
}
 .come-in-left:nth-child(odd) {
	 animation-duration: 0.8s;
}
 .already-visible {
	 transform: translateY(0) !important;
	 animation: none;
}
 .pulse:hover {
	 animation: pulse 1.5s infinite;
	 animation-timing-function: linear;
}
 @keyframes pulse {
	 0% {
		 transform: translate(-50%,-50%) scale(1);
	}
	 100% {
		 transform: translate(-50%,-50%) scale(1.1);
		 opacity: 0;
	}
}
 @keyframes big_pulse {
	 0% {
		 transform: translate(-50%,-50%) scale(1);
	}
	 100% {
		 transform: translate(-50%,-50%) scale(1.4);
		 opacity: 0;
	}
}
 @keyframes come-in {
	 to {
		 transform: translateY(0);
	}
}
 @keyframes come-in-left {
	 to {
		 transform: translateX(0);
	}
}
 @keyframes zoom-in-out {
	 0% {
		 background-size: 100% auto;
	}
	 50% {
		 background-size: 110% auto;
	}
	 95% {
		 background-size: 100% auto;
	}
	 100% {
		 background-size: 100% auto;
	}
}
 .checkbox_container {
	 display: inline-block;
	 position: relative;
	 font-size: .9rem;
	 padding-left: 28px;
	 margin: 5px 0;
	 margin-right: .75em;
	 color: #000;
	 cursor: pointer;
	 vertical-align: middle;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 .checkbox_container input {
	 position: absolute;
	 opacity: 0;
	 cursor: pointer;
	 height: 0;
	 width: 0;
}
 .checkbox_container.inactive {
	 pointer-events: none;
	 opacity: .3;
}
 .checkmark {
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 20px;
	 width: 20px;
	 background-color: transparent;
	 border: 1px solid #000;
}
 .checkbox_container:hover input ~ .checkmark {
	 background-color: rgba(0,0,0,0.25);
}
 .checkbox_container input:checked ~ .checkmark {
	 background-color: #fe5300;
}
 .checkmark:after {
	 content: "";
	 position: absolute;
	 display: none;
}
 .checkbox_container input:checked ~ .checkmark:after {
	 display: block;
}
 .checkbox_container .checkmark:after {
	 left: 6px;
	 top: 2px;
	 width: 6px;
	 height: 12px;
	 border: solid #fff;
	 border-width: 0 2px 2px 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .flip-card {
	 perspective: 1000px;
}
 .flip-card-inner {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 text-align: center;
	 transition: transform 0.8s;
	 transform-style: preserve-3d;
}
 .flip-card:hover .flip-card-inner {
	 transform: rotateY(180deg);
}
 .flip-card-front, .flip-card-back {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 -webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
}
 .flip-card-back {
	 transform: rotateY(180deg);
}
 .container {
	 margin: auto;
	 padding: 0;
}
 @media (min-width: 576px) {
	 .container-half {
		 width: 270px;
	}
	 .location .text.container {
		 width: 540px;
		 margin: 0;
	}
	 .contact .container-half {
		 width: 540px;
	}
}
 @media (min-width: 768px) {
	 .container-half {
		 width: 360px;
	}
	 .location .text.container {
		 width: 360px;
		 margin: 0;
	}
	 .contact .container-half {
		 width: 720px;
	}
}
 @media (min-width: 992px) {
	 .container-half {
		 width: 480px;
	}
	 .location .text.container {
		 width: 480px;
		 margin: 0;
	}
}
 @media (min-width: 1200px) {
	 .container-half {
		 width: 570px;
		 margin: 0;
	}
}
 @media (min-width: 1400px) {
	 .location .text.container {
		 width: 570px;
		 margin: 0;
	}
}
 @media (max-width: 1200px) {
	 .logo {
		 width: 200px;
		 height: 200px;
		 font-size: 2.5rem;
	}
	 .logo.left {
		 width: 150px;
		 height: 150px;
		 font-size: 1.75rem;
		 padding: 5rem 2rem 2rem 2rem;
	}
	 .logo.contact {
		 font-size: .8rem !important;
		 padding: 5.5rem 1rem 2rem 1.2rem;
	}
	 .intro .motto h3 {
		 font-size: 3rem;
	}
	 .intro .motto h4 {
		 font-size: 1.2rem;
	}
	 .services .circle {
		 width: 200px;
		 height: 200px;
	}
	 .services .circle h3 {
		 font-size: 1.2rem;
	}
}
 @media (max-width: 992px) {
	 .logo {
		 width: 150px;
		 height: 150px;
		 top: 3%;
		 left: 3%;
		 font-size: 2rem;
	}
	 .logo.contact {
		 padding: 5.2rem 1rem 2.5rem 1.2rem;
	}
	 nav #menu {
		 top: 100%;
		 transform: translateX(0);
		 -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
		 -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
		 box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
	}
	 nav #menu a {
		 width: auto;
		 height: auto;
		 border-radius: 0;
		 margin: 0;
		 padding: .3rem 1.5rem;
		 background: #fff;
		 border-bottom: 1px solid #ccc;
		 color: #000;
	}
	 nav #menu a:hover {
		 width: auto;
		 height: auto;
		 background: #eee;
		 color: #fe5300;
	}
	 .about-project .text {
		 padding-right: 2rem;
	}
	 .gallery .carousel img {
		 height: 70vh;
	}
	.services .services-circles {
		gap: 1.5rem;
	}
	.services .circle {
		flex: 0 0 200px;
		width: 200px;
		height: 200px;
	}
	 .contact {
		 height: auto !important;
	}
	 .contact .text {
		 padding: 2rem 0;
	}
	 .contact .map {
		 height: 500px;
	}
}
 @media (max-width: 768px) {
	 .logo {
		 width: 100px;
		 height: 100px;
		 top: 2%;
		 font-size: 1.5rem;
	}
	 .intro .motto h3 {
		 font-size: 2rem;
	}
	 .intro .motto h4 {
		 font-size: 1rem;
	}
	 .about-project {
		 height: auto;
	}
	 .about-project .container-half {
		 width: 540px;
	}
	 .about-project .text {
		 padding: 4rem 0;
	}
	 .about-project .statistic {
		 font-size: 1.5rem;
	}
	 .about-project .statistic .info {
		 font-size: .8rem;
	}
	 .about-project .a {
		 order: 2;
	}
	 .about-project .b {
		 order: 1;
	}
	 .gallery .carousel .carousel-indicators li {
		 margin: 0 8px 0 8px;
	}
	 .location {
		 height: auto;
	}
	 .location .location_block {
		 width: 100%;
	}
	 .location .text {
		 transform: translateY(0);
		 padding-right: 0;
	}
	 .location img.building {
		 display: none;
	}
	 .location .photo {
		 height: 400px;
	}
	.services .services-circles {
		gap: 1.25rem;
	}
	.services .circle {
		flex: 0 0 170px;
		width: 170px;
		height: 170px;
	}
	 .contact .map {
		 height: 400px;
	}
	 .footer {
		 height: auto;
	}
	 .footer .col-md-4 {
		 text-align: center;
		 justify-content: center !important;
		 margin-top: 2rem;
	}
}
 @media (max-width: 576px) {
	 .container {
		 padding-left: 15px !important;
		 padding-right: 15px !important;
	}
	 .container-half {
		 width: 50%;
	}
	 nav {
		 right: 15px;
		 top: 15px;
	}
	 .logo {
		 width: 100px;
		 height: 100px;
		 top: 15px;
		 left: 15px;
		 font-size: 1.2rem;
	}
	 .logo.left {
		 width: 100px;
		 height: 100px;
		 font-size: 1rem;
		 padding: 3.5rem 1rem 1rem 1rem;
	}
	 .logo.contact {
		 font-size: .6rem !important;
		 padding: 3.5rem 0rem 1.7rem .6rem;
	}
	 .intro {
		 height: 50vh;
	}
	 .intro video {
		 width: auto !important;
		 height: 100%;
	}
	 .intro .motto {
		 top: auto !important;
		 bottom: 5%;
	}
	 .intro .motto h3 {
		 font-size: 1.5rem;
	}
	 .intro .motto h4 {
		 font-size: .9rem;
	}
	 .rental {
		 padding: 2rem 0;
	}
	 .about-project .container-half {
		 width: calc(70%);
	}
	 .about-project .text {
		 padding: 2rem 15px;
	}
	 .gallery .carousel img {
		 height: 300px;
	}
	 .gallery .carousel-indicators {
		 margin-bottom: 0;
	}
	 .gallery ol {
		 font-size: .8rem;
	}
	 .gallery ol.switcher {
		 bottom: 30px;
	}
.services {
	min-height: auto;
	padding: 2rem 0;
}
.services .services-circles {
	justify-content: center;
	gap: 1rem;
}
 .services .circle {
	flex: 0 0 150px;
	width: 150px;
	height: 150px;
	margin: 0.5rem 0;
}
 .services .circle h3 {
	font-size: .95rem;
}
 .services .circle .text {
	font-size: .85rem;
}
 .services .circle.open {
	height: auto;
}
 .services .circle h3 {
	margin-bottom: 0;
}
 .services .circle.open h3 {
	margin-bottom: 1rem;
}
	 .contact .map {
		 height: 350px;
	}
	 .contact .container-half {
		 width: 100%;
	}
	 .contact .text .checkbox_container {
		 max-width: 75%;
		 font-size: .7rem;
	}
	 .contact .text h3 {
		 font-size: 1rem;
	}
	 .contact .text button {
		 font-size: 1rem;
	}
	 .rental {
		 font-size: .9rem;
	}
	 .rental .range {
		 margin-top: 2rem;
	}
	 .rental .area-limit {
		 font-size: .8rem;
	}
	 .rental .ui-slider {
		 margin: 3rem auto;
		 max-width: 48%;
	}
	 .rental .ui-slider .ui-slider-handle {
		 width: 20px;
		 height: 20px;
	}
	 .rental .ui-slider-horizontal .ui-slider-handle {
		 top: -10px;
	}
	 .footer {
		 font-size: .8rem;
	}
	 .footer h2 {
		 font-size: 1.2rem;
	}
	 body {
		 font-size: .9rem;
	}
	 h2 {
		 font-size: 1.2rem;
	}
}
 @media (max-height: 900px) {
	 .contact {
		 height: 85vh;
	}
}
 @media (max-height: 750px) {
	 .contact {
		 height: 700px;
	}
	 .footer {
		 height: auto;
		 padding: 1.5rem 0;
	}
}
 
