@font-face {
  font-family: 'Vetrino-regular';
  src: url('fonts/Vetrino.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-UltraLight';
  src: url('fonts/Gilroy-UltraLight.eot'); /* для IE9- */
  src: url('fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Gilroy-UltraLight.woff') format('woff'), /* современные браузеры */
       url('fonts/Gilroy-UltraLight.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Light';
  src: url('fonts/Gilroy-Light.eot'); /* для IE9- */
  src: url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Gilroy-Light.woff') format('woff'), /* современные браузеры */
       url('fonts/Gilroy-Light.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('fonts/Gilroy-Regular.eot'); /* для IE9- */
  src: url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Gilroy-Regular.woff') format('woff'), /* современные браузеры */
       url('fonts/Gilroy-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('fonts/Gilroy-SemiBold.eot'); /* для IE9- */
  src: url('fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Gilroy-SemiBold.woff') format('woff'), /* современные браузеры */
       url('fonts/Gilroy-SemiBold.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('fonts/Gilroy-Bold.eot'); /* для IE9- */
  src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Gilroy-Bold.woff') format('woff'), /* современные браузеры */
       url('fonts/Gilroy-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url('fonts/Gilroy-Medium.eot'); /* для IE9- */
  src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Gilroy-Medium.woff') format('woff'), /* современные браузеры */
       url('fonts/Gilroy-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

/* CSS RESET */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
  font-family: 'Gilroy-Regular';
	color:#0C0F09;
	background-color:#F5F5F5;
	  font-size:16px;
      line-height: 1.6;
    }
    ul {
      list-style: none;
    }
    a {
      text-decoration: none;
      color: inherit;
    }
    img {
      max-width: 100%;
      display: block;
    }

	.section-subtitle {
		font-size:20px;
		color:#0C0F09;
		line-height:1.5;
		margin-bottom:30px;
	}
	
	.normal-text {
	font-size:16px;
	font-weight:normal;
    line-height: normal;
	}
	.normal-title {
	font-family: 'Gilroy-SemiBold';
	font-size:20px;
	font-weight:normal;
    line-height: normal;
	}
	
	.text-center {
		text-align:center;
	}
	.text-left {
		text-align:left;
	}
	.text-white {
		color:#fff;
	}
	
	.section-title {
		font-family: 'Vetrino-regular';
		font-size:48px;
		font-weight:normal;
		color:#0C0F09;
		line-height:1.5;
		margin-bottom:20px;
	}
	.section-mini-title {
		font-family: 'Gilroy-SemiBold';
		font-size:14px;
		letter-spacing:1.6px;
		text-transform:uppercase;
		font-weight:normal;
	}
	.col-5-5 {
		width:50%;
	}
	.col-2-3 {
		width:70%;
	}
	.col-1-3 {
		width:30%;
	}
	.owl-dots {
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		margin:15px 0;
	}
	.owl-dots .owl-dot {
		width: 12px;
		height: 12px;
		background-color: #0C0F09 !important;
		border-radius: 50%;
		margin: 0 5px;
		opacity: 0.20;
	}
	.owl-dots .owl-dot.active {
		opacity: 1;
	}
	.container {
		width:100%;
		max-width:1280px;
		margin:0 auto;
		padding:0 15px;
	}

.btn {
  font-family: 'Gilroy-SemiBold';
  font-size:14px;
  text-transform:uppercase;
  color:#0C0F09;
  background-color:#F2FF3A;
	border:1px solid #F2FF3A;
    padding: 10px 33px;
    height: 72px;
    display: inline-flex;
    align-items: center;
  border-radius:12px;
  letter-spacing:1.6px;
}
.btn span {
    line-height: normal;
}
.btn-transparent {
	background-color:transparent;
	border:1px solid #F2FF3A;
	color:#F2FF3A;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.btn-big {
	border:1px solid #fff;
	font-size:18px;
	background-color:transparent;
	color:#fff;
	letter-spacing:1.8px;
    white-space: pre;
    padding: 20px 25px;
} 
.btn-black-text {
	color:#0C0F09;
}

.text-white {
	color:#fff;
}
.text-yellow {
	color:#F2FF3A;
}


#header {
	background-image:url(./images/header.webp);
	background-position:center center;
	background-size:cover;
	padding-top:220px;
	padding-bottom:50px;
	min-height:100vh;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.relative {
	position:relative;
}

.navbar {
	position:fixed;
	top:0;
	width:100%;
	padding:32px 0;
    z-index: 10;
    transition: background-color 0.4s ease;
}
.navbar.scrolled {
    background-color: rgb(0 0 0 / 90%);
}
.navbar .container {
    align-items: center;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.menu ul {
	display:flex;
	flex-wrap:wrap;
}

.menu li a {
	color:#fff;
}
.menu li {
	margin: 0 15px;
}

.phone-btn {
	color:#F2FF3A;
	font-family: 'Gilroy-SemiBold';
	font-size:16px;
	background-image:url(./images/phone.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:32px;
}

.hero-title {
	font-size:72px;
	color:#fff;
  font-family: 'Vetrino-regular';
  margin-bottom:50px;
}
.hero-subtitle {
	font-size:32px;
	color:#fff;
  margin-bottom:20px;
}
.hero-text {
	font-size:20px;
	color:#fff;
  margin-bottom:50px;
}

.hero-buttons .btn {
	margin-right:15px;
}
.hero-container {
	display:flex;
	align-items:center;
}


.header-disclaimer {
	background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 32px;
    display: flex;
    width: 75%;
	border-radius:24px;
	max-width:460px;
    align-self: flex-end;
}
.disclaimer-content {
	padding-left:20px;
}
.disclaimer-logo {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    width: 64px;
    align-items: center;
}
.disclaimer-logo img {
	width:64px;
}
.disclaimer-content h3 {
	margin-bottom:5px;
}



#about {
	background-image: url(./images/about.webp);
    background-position: center center; 
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.zhk-row {
    display: flex;
	flex-wrap:wrap;
	justify-content:center;
}
.zhk-min {
    width: 35%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 22px 32px;
    min-height: 465px;
	margin:1%;
}

.zhk-info {
	width:100%;
	background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 32px;
	margin:0 10px;
	border-radius:24px;
}
.zhk-info {
	display:flex;
}

.zhk-info-wrap {
    display: flex;
	width:30%;
	margin-bottom:20px;
}

.zhk-icon {
    flex-shrink: 0;
	padding-right:15px;
}
.zhk-content .normal-title {
	margin-bottom:5px;
}

.zhk-double {
    width: 61%;
    min-height: 465px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 22px 32px;
	margin:1%;
}

.benefits-carousel .owl-stage {
	display:flex;
	flex-wrap:wrap;
}

#about {
	position:relative;
}
#about:before {
	content:'';
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.3;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#about .container {
	position:relative;
	z-index:2;
}







#planning {
	background-image:url(./images/planning.webp);
	background-position:left center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:120px;
}
	
	
	.plan-cards {
		margin-top:15px;
	}
	.plan-card {
		background-color:#fff;
	}
	.flat-image {
		padding:24px 5px 24px;
		border-bottom:1px solid rgba(0, 0, 0, 0.05);
	}
	.flat-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
	margin-bottom:10px;
	}
	.flat-section {
    font-size: 16px;
	color:#000;
	}
	
	.flat-tags {
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	}
	.flat-tag {
    font-size: 14px;
	letter-spacing:0.5px;
    border-radius: 15px;
    border: 1px solid #BFD2D9;
    padding: 4px 7px;
	margin:10px 4px 4px;
	color:#000;
	
	}
	
	.flat-bottom {
	padding:24px 24px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom:10px;
	}
	.flat-bottom-group {
		text-align:center;
		margin:5px;
	}
	.flat-bigchars {
		font-size:32px;
		font-weight:bold;
	color:#000;
	}
	.flat-minchars {
		font-size:16px;
	color:#969696;
	}
	.plan-card .btn {width:100%;text-align:center;}
	


.tabs {
	margin-top:30px;
	margin-bottom:20px;
}
.tabs ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.tab-link {
	margin:10px 5px;
	display:block;
	font-size:16px;
	color:#0C0F09;
	border:1px solid #0C0F09;
	padding:16px;
	border-radius:10px;
}
.tab-link.active {
	background-color:#0C0F09;
	color:#fff;
}





#steps {
	background-image:url(./images/number.webp);
	background-position:left center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:90px;
}
#steps .container {
	display:flex;
}
.step-item {
	margin-bottom:30px;
}
.step-item .big-text {
	font-size:72px;
  font-family: 'Vetrino-regular';
  line-height:1.2;
}

.step-item .big-text .number {
	color:#F2FF3A;
}

.step-item .small-text {
	font-size:32px;
  line-height:1.5;
}







#all-near {
	padding-top:50px;
	padding-bottom:90px;
}
.all-near-container {
	display:flex;
	flex-wrap:wrap;
	background-color:#fff;
	padding:24px;
}
.all-near-list {
	padding-left:20px;
}
.all-near-item {
	background-color:#F2F2F2;
	padding:24px;
	border-radius:24px;
	margin-bottom:10px;
	display:flex;
	
}
.an-icon {
	width:76px;
	display:flex;
	flex-shrink:0;
	padding-right:20px;
}
.an-content {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}





#support-ukraine {
	background-image:url(./images/support-ukraine.webp);
	background-position:center center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:90px;
}
#support-ukraine .section-mini-title {
	margin-bottom:90px;
} 
#support-ukraine .normal-title {
	margin-bottom:15px;
} 
#support-ukraine .normal-text {
	margin-bottom:50px;
} 
.big-logo-fond {
	
}
.big-logo-fond img {
	display:inline-block;
}



#reviews {
	padding-top:100px;
	padding-bottom:90px;
}
.review-carousel {
	background-color:#fff;
	padding:24px;
}

.review {
	background-color:#FAFAFA;
	padding:24px;
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
}

.review-image {
	width:40%;
	padding-right:32px;
}
.review-content {
	width:100%;
}
.review-author {
	display:flex;
	margin-bottom:30px;
}
.author-icon {
	margin-right:20px;
}
.author-meta {
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}
.author-name {
	width:100%;
  font-family: 'Gilroy-SemiBold';
  font-size:16px;
}
.author-desc {
	width:100%;
	color:#929292;
}

.review-title {
	margin-bottom:15px;
	line-height:1.5;
}
.review-title:before {
	content:'';
	background-image:url(./images/quotes.png);
	width:24px;
	height:24px;
	display:inline-block;
	margin-right:24px;
}
.review-text {
	line-height:1.5;
}




#leave-request {
	background-image:url(./images/leave-request.webp);
	background-position:center center;
	background-size:cover;
	padding-top:120px;
	padding-bottom:90px;
}

.form {
	display:flex;
	flex-wrap:wrap;
	width:70%;
}
.form-col {
	width:50%;
	margin-bottom:20px;
	padding-right:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.form-row {
	width:100%;
	margin-bottom:20px;
	padding-right:20px;
}
.form-input {
	background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	border:1px solid #fff;
	border-radius:12px;
	color:#fff;
    min-height: 72px;
	padding:24px 24px;
  font-family: 'Gilroy-SemiBold';
  font-size:16px;
    height: 100%;
  width:100%;
}
textarea.form-input {
	min-height:138px;
}
::placeholder {
	color:#fff;
}


.form .btn {
	width:100%;
}







#contact {
	background-image:url(./images/contact.webp);
	background-position:center top;
	background-size:cover;
	padding-top:120px;
	padding-bottom:90px;
}
.contact-wrap {
	background-color:#fff;
	padding:40px;
	display:flex;
	flex-wrap:wrap;
}
.contact-blocks {
	width:60%;
	padding-right:40px;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
	gap:48px;
	padding-bottom:50px;
}
.contact-blocks .normal-text {
	margin-bottom:12px;
	color:#929292;
}

.contact-map {
	width:40%;
}
.contact-block p {
	margin-bottom:5px;
}

.socials {
	display:flex;
	flex-wrap:wrap;
	
}
.social-link {
	width:48px;
	height:48px;
	display:block;
	margin-right:15px;
}
.social-link.whatsapp {
	background-image:url(./images/whatsapp.png);
}
.social-link.telegram {
	background-image:url(./images/telegram.png);
}
.social-link.viber {
	background-image:url(./images/viber.png);
}




#gallery {
	background-image:url(./images/gallery.webp);
	background-position:center top;
	background-size:cover;
	padding-top:120px;
	padding-bottom:90px;
}
.grid {
  display: flex;
  margin-left: -10px;
  flex-wrap: wrap;
}
.grid-item {
  width: 33.3%;
  padding-left: 10px;
  margin-bottom: 10px;
}
.big-item {
	width:66.7%
}
.grid-item img {
  width: 100%;
  display: block;
}




#footer {
	background-color:#0C0F09;
	
}

#footer .container {
	padding-top:55px;
	padding-bottom:30px;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
	gap:48px;
}
#footer .logo {
	margin-bottom:80px;
}
.widget-title {
	line-height:1.5;
	color:rgba(255, 255, 255, 0.5);
	margin-bottom:8px;
}
.widget-text {
	line-height:1.5;
	color:#fff;
	margin-bottom:8px;
}
.widget-menu {
	line-height:1.5;
	margin-top:24px;
	margin-bottom:30px;
}
.widget-menu li {
	margin-bottom:10px;
}
.widget-menu li a {
	color:#fff;
	line-height:1.5;
}

.footer-row {
	margin-bottom:16px;
}

.lang {
	display:flex;
	flex-wrap:wrap;
}
.lang-link {
	font-size:16px;
	text-transform:uppercase;
	width:40px;
	height:40px;
	border-radius:50%;
	margin-right:12px;
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.lang-link.active {
	background-color:rgba(255, 255, 255, 0.1);
}





.cpr {
	background-color:rgba(255, 255, 255, 0.05);
	color:rgba(255, 255, 255, 0.5);
	padding:12px 0;
	font-size:18px;
}





.footer-socials {
	display:flex;
	flex-wrap:wrap;
	
}
.footer-social-link {
	width:35px;
	height:35px;
	display:block;
	margin-right:8px;
}
.footer-social-link.facebook {
	background-image:url(./images/facebook-icon.png);
}
.footer-social-link.instagram {
	background-image:url(./images/instagram-icon.png);
}
.footer-social-link.whatsapp {
	background-image:url(./images/whatsapp-icon.png);
}
.footer-social-link.telegram {
	background-image:url(./images/telegram-icon.png);
}
.footer-social-link.viber {
	background-image:url(./images/viber-icon.png);
}


.hero-buttons .btn {
	margin-bottom:20px;
}


.mobile-menu-btn {
    display: none;
    width: 40px;
    height: 29px;
    background-size: cover;
    background-image: url(./images/menu.webp);
}
.mobile-menu {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px; 
    margin-top: 15px;
    border-top: 1px solid #fff;
    background-color: rgb(0 0 0 / 90%);
	text-align:center;
}
.mobile-menu li a {
    color: #fff;
}


    .modal-overlay {
      position: fixed;
      inset: 0;
      display: grid;
      place-items: center;
      background: rgba(0,0,0,.55);
      visibility: hidden;
      opacity: 0;
      transition: opacity .25s ease;
      z-index: 100;
    }
    .modal-overlay.show {
      visibility: visible;
      opacity: 1;
    }
    .modal {
      width: 90%;
      max-width: 420px;
      background: #515050;
      border-radius: 1rem;
      padding: 2rem 1.5rem;
      text-align: center;
      position: relative;
      animation: pop .3s ease;
	  color:#fff;
    }
    @keyframes pop {
      from { transform: scale(.85); opacity: 0; }
      to   { transform: scale(1);   opacity: 1; }
    }
    .modal h2   { margin-top: 0;margin-bottom:10px; }
    .modal .close-btn {
      position: absolute;
      top: .6rem; right: .6rem;
      border: none;
      background: none;
      font-size: 1.4rem;
      cursor: pointer;
      color: #7f8ea3;
    }
    .modal .close-btn:hover { color: #00387a; }
	
	.modal .form {
		width:100%;
	}
	.modal .form-col {
		width:100%;
	}
	.modal .form-col, .modal .form-row {
		padding-right:0;
	}


@media(max-width:1200px) {
	.zhk-min {
		width:100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.zhk-double {
		width:100%;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.zhk-info-wrap {
		flex-wrap: wrap;
	}
	.logo img {
		max-width: 150px;
	}
	.zhk-info-wrap {
		width:50%;
	}
}
@media (max-width: 1024px) {
    .mobile-menu-btn {
        display: block;
    }
	.menu {
		display:none;
	}
}
@media(max-width:992px) {
	.form {
		width:100%;
	}
	.contact-blocks {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
	}
}
@media(max-width:768px) {
	.hero-container {
		flex-wrap: wrap;
	}
	.hero {
		width:100%;
		margin-bottom:30px;
	}
	
	#steps .container {
		flex-wrap: wrap;
	}
	.col-5-5 {
		width: 100%;
	}
	.hero-title {
		font-size:35px;
	}
	.hero-subtitle {
		font-size: 25px;
	}
	.footer-widget {
		width:100%;
	}
	
	.zhk-info-wrap {
		width:100%;
	}
	
	#footer .container {
		display:flex;
		flex-wrap:wrap;
	}
	.contact-blocks {
		width:100%;
	}
	.contact-map {
		width:100%;
	}
	.step-item .big-text {
		font-size:45px;
	}
	.header-disclaimer {
		width:auto;
	}
	.form-col {
		width: 100%;
		padding-right:0;
	}
	.form-row {
		padding-right:0;
	}
	.all-near-list {
		padding-left: 0;
		margin-top:30px;
	} 
	.normal-title {width:100%;}
	.section-title {
		font-size:35px;
	}
}
@media(max-width:450px) {
	.all-near-item {
		flex-wrap:wrap;
	}
	.an-icon {
	}
	.zhk-info {
    padding: 20px;
	}
	.zhk-content .normal-title {
		font-size:16px;
	}
	.zhk-double, .zhk-min {
		padding-left:10px;
		padding-right:10px;
	}
	.btn {
    padding: 10px 15px;
	}
	.btn-transparent img {
		display:none;
	}
	.logo img {
        max-width: 100px;
    }
	.phone-btn {
		padding-left:0;
		background-image:none;
		font-size: 14px;
	}
}

.hidden-map {
	display:none;
}

.all-near-list {
	width:100%;
}
.an-content .normal-title {
	width:100%;
}




