@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
	background-color: #151a33;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 17px;
    min-height: 100vh;
    padding: 0;
    line-height: 26px;
	color: #f5f5f7;
	background: radial-gradient(circle at top, #151a33 0, #050712 55%);
}
body a{
	color: #929abd;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
.header {
	padding-top: 20px; 
	margin-bottom: 24px;
}
.header-logo{
	width: 300px;
	flex-shrink: 0;
}
.header-mobile{
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
}
.container{
	max-width: 1140px;
	padding: 0 10px;
	margin: auto;
}
.header-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo a{
	display: flex;
	color: #f5f5f7;
	align-items: center;
	text-decoration: none
}
.header-logo a img{
	margin-right: 10px;
}
.header-logo a span{
	display: block;
	line-height: 20px;
	font-weight: 700;
	font-size: 19px;
}
.header-logo a span i{
	display: block;
	color: #929abd;
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
}
.header-city-inner{
	background: rgba(255,255,255,0.04);
	color: #f5f5f7;
	padding: 1px 10px 3px 10px;
	border-radius: 18px;
	display: flex;
	align-items: center;
}
#current-city{
	margin-right: 10px;
}
.header-city-inner a{
	font-size: 13px;
	position: relative;
	top: 1px;
}
.header-nav ul{
	list-style: none;
	display: flex;
	font-size: 15px;
}
.header-nav ul li{
	margin: 0 8px;
}
.header-nav ul li a:hover{
	text-decoration: none;
}
.header-city-inner a:hover{
	text-decoration: none;
}
.lang-switcher{
	list-style: none;
	display: flex;
}
.lang-switcher li{
	margin-left: 12px;
}
.lang-switcher li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 0px 5px;
	border-radius: 4px;
}
.lang-switcher li.active a{
	background: #ffb400;
	color: #151a33;
}
.lang-switcher li a:hover{
	background: #fff;
	color: #000;
}
.breadcrumbs{
	margin-bottom: 24px;
}
.breadcrumbs ul{
	list-style: none;
	display: flex;
}
.breadcrumbs ul li{
	margin-right: 12px;
	font-size: 13px;
	color: #929abd;
}
.breadcrumbs ul li a{
	display: inline-block;
	color: #929abd;
	position: relative;
	padding-right: 16px;
}
.breadcrumbs ul li a:after{
	position: absolute;
	top: -1px;
	right: 0;
	display: block;
	content: '→';
	width: 10px;
	height: auto;
}
.breadcrumbs ul li a:hover{
	text-decoration: none;	
}
.hero{
	margin-bottom: 44px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.hero-search{
	width: 58%;
	background: radial-gradient(circle at top left, #1b2244, #090c18 55%);
	border-radius: 10px;
	padding: 20px 22px 18px;
	border: 1px solid rgba(255,255,255,0.05);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
	position: relative;
	overflow: hidden;
}
.hero-search:before{
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 0% 0%, rgba(255,180,0,0.23), transparent 56%), radial-gradient(circle at 100% 100%, rgba(0,180,255,0.22), transparent 55%);
	opacity: 0.95;
	pointer-events: none;
}
.hero-search h1{
	font-size: 12px;
	color: #ffb400;
	font-weight: 600;
	margin-bottom: 6px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
}
.hero-search-subtitle{
	font-size: 24px;
	color: #f5f5f7;
	margin-bottom: 8px;
}
.hero-search-subtitle span{
	color: #ffb400;
}
.hero-search p{
	font-size: 13px;
	color: #929abd;
	margin-bottom: 16px;
}
.hero-about{
	width: 40%;
}
.hero-for-bussines{
	background: #0b0f1d;
	border-radius: 10px;
	padding: 2px 14px 12px;
	border: 1px solid rgba(255,255,255,0.05);
}
.hero-for-bussines-title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
}
.hero-for-bussines p{
	font-size: 13px;
	color: #929abd;
	line-height: 18px;
	margin-bottom: 10px;
}
.hero-for-bussines ul{
	list-style: none;
	display: flex;
}
.hero-for-bussines ul li{
	font-size: 12px;
	margin-right: 5px;
	line-height: 14px;
	padding: 1px 7px 3px 7px;
	border-radius: 10px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.05);
	color: #929abd;
}
.hero-advantages{
	background: #0b0f1d;
	border-radius: 10px;
	padding: 2px 14px 12px;
	border: 1px solid rgba(255,255,255,0.05);	
}
.hero-advantages-title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;	
}
.hero-advantages p{
	font-size: 13px;
	color: #929abd;
	line-height: 18px;
	margin-bottom: 10px;
}
.hero-advantages ul{
	list-style: none;
	display: flex;
}
.hero-advantages ul li{
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	padding: 1px 7px 3px 7px;
	border-radius: 10px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.05);
	color: #929abd;
}
.main-categories{
	position: relative;
	margin-bottom: 32px;
}
.main-categories-header{
	margin-bottom: 12px;
	position: relative;
}
.main-categories-header h2{
	color: #ffb400;
	font-size: 19px;
	line-height: 20px;
	font-weight: 600;
}
.main-categories-header span{
	color: #929abd;
	font-size: 13px;
}
.main-categories-header a{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 13px;
	color: #ffb400;
}
.main-categories-header a:hover{
	text-decoration: none;
}
.main-categories ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-categories ul li{
	border-radius: 10px;
	width: 32%;
	font-size: 16px;
	padding: 3px 8px 8px 8px;
	background: #0f1425;
	font-weight: 600;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}
.main-categories ul li a{
	color: #fff;
	text-decoration: none;
}
.main-categories ul li:hover{
	border: 1px solid #ffb400;
}
.main-categories ul li a:hover{
	color: #ffb400;
}
.main-categories ul li ul{
	display: flex;
	padding-top: 3px;
	justify-content: flex-start;
}
.main-categories ul li ul li:hover{
	border: none;
}
.main-categories ul li ul li{
	width: auto;
	border-radius: 0;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	background: none;
	border: none;
	font-weight: normal;
	margin-right: 14px;
	margin-bottom: 0;
}
.main-categories ul li ul li a{
	color: #929abd;
}
.main-categories ul li ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
.premium-companies{
	margin-bottom: 32px;
}
.premium-companies-header{
	margin-bottom: 12px;
}
.premium-companies-header h2 {
  color: #ffb400;
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.premium-companies-header span {
  color: #929abd;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
}
.top-services{
	margin-bottom: 32px;
}
.top-services-header{
	margin-bottom: 12px;
}
.top-services-header h2 {
  color: #ffb400;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
}
.top-services-header span {
  color: #929abd;
  font-size: 13px;
}
.top-products{
	margin-bottom: 32px;
}
.top-products-header{
	margin-bottom: 12px;
}
.top-products-header h2 {
  color: #ffb400;
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
}
.top-products-header span {
  color: #929abd;
  font-size: 13px;
}
.about-project{
	margin-bottom: 32px;
	border-left: 2px solid #ffb400;
	padding-left: 18px;
	padding-bottom: 2px;
}
.about-project h2{
	font-size: 20px;
	font-weight: normal;
	color: #929abd;
	margin-bottom: 14px;
}
.about-project p{
	font-size: 14px;
	margin-bottom: 10px;
	color: #929abd;
}
.about-project p:last-child{
	margin-bottom: 0;
}
.city-modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.city-modal.active{
    display: block;
}
.city-modal__overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.city-modal__inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    width: 400px;
    max-width: 90%;
    z-index: 1;
}
.city-modal__inner h2{
    margin: 0 10px 10px 0;
    font-size: 20px;
	color: #333;
}
.city-modal__list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.city-modal__list a{
    display: block;
    padding: 0 8px 1px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
}
.city-modal__list a:hover{
    background: #333;
    color: #fff;
    border-color: #333;
}
.company-card{

	
}
.company-header{
	display: flex;
	justify-content: space-between;
	background: hsl(226.4, 42.3%, 10.2%);
	border-radius: 10px;
	padding: 22px;
	border: 1px solid hwb(0 100% 0% / 0.06);
	justify-content: space-between;
	margin-bottom: 20px;
	box-shadow: 0 18px 45px rgba(0,0,0,.55);
}
.company-header-left{
	display: flex;
	align-items: center;
}
.company-header-logo {
	width: 88px;
	height: 88px;
	border-radius: 16px;
	background: radial-gradient(circle at 30% 20%,#ffe08a,#ffb400 40%,#7a5200 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
	color: #1b1400;
	flex-shrink: 0;
}
.company-header-info h1{
	font-size: 22px;
	margin-bottom: 4px;
	font-weight: normal;
	color: #f5f5f7;
}
.company-meta ul{
	list-style: none;
	display: flex;
}
.company-meta ul li{
	font-size: 13px;
	color: #929abd;
}
.company-meta-city{
	margin-left: 14px;
}
.footer{
	margin-top: 32px;
	padding-top: 24px;
	padding-bottom: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-wrap{
	display: flex;
	justify-content: space-between;
}
.footer-logo{
	margin-bottom: 20px;
}
.footer-logo a{
	color: #ffb400;
}
.copyright ul{
	list-style: none;
	margin-bottom: 20px;
}
.copyright ul li a{
	font-size: 15px;
}
.copyright ul li a:hover{
	text-decoration: none;
}
.copyright p{
  color: #929abd;
  font-size: 15px;
}
.footer-title{
	text-transform: uppercase;
	color: #ffb400;
	font-size: 13px;
	margin-bottom: 8px;
	font-weight: 600;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav ul li a{
	font-size: 15px;
}
.footer-nav ul li a:hover{
	text-decoration: none;
}
.footer-partners ul{
	list-style: none;
}
.footer-partners ul li a{
	font-size: 15px;
}
.footer-partners ul li a:hover{
	text-decoration: none;
}
.footer-contacts ul{
	list-style: none;
	font-size: 15px;
}
.footer-contacts ul li a{
	font-size: 15px;
}
.footer-contacts ul li a:hover{
	text-decoration: none;
}
.burger-menu{
    display: none;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 24px;
    z-index: 101;
}
.burger-menu span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.burger-menu span:nth-child(1){
    top: 0;
}
.burger-menu span:nth-child(2){
    top: 10px;
}
.burger-menu span:nth-child(3){
    top: 20px;
}
#current-city, #change-city{
    display: inline-block;
    min-width: 100px;
}
@media (max-width: 970px){
	.header-logo{
		width: auto;
		flex-shrink: 0;
	}
	#change-city{
		min-width: auto;
	}
	body.no-scroll{
		overflow: hidden !important;
		height: 100vh !important;
		position: fixed;
		width: 100%;
	}
	.header-mobile{
        display: flex; 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #151a33;
        z-index: 99;
        transform: translateX(100%); 
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        backface-visibility: hidden;
        will-change: transform;
        flex-direction: column;
		justify-content: flex-start;
        align-items: center;
        padding-top: 28px;
    }
    .header-mobile.is-open{
        transform: translateX(0);
    }
    .burger-menu{
        display: flex;
		z-index: 100;
    }
	.burger-menu.is-active span:nth-child(2){
		opacity: 0;
		transform: scaleX(0);
	}
	.burger-menu.is-active span:nth-child(1){
		top: 10px;
		transform: rotate(45deg);
	}
	.burger-menu.is-active span:nth-child(3){
		top: 10px;
		transform: rotate(-45deg);
	}
	.lang-switcher{
		order: 1;
		margin-bottom: 32px;
	}
	.header-city{
		order: 2;
		margin-bottom: 32px;
	}
	.header-city-inner{
		padding: 14px 44px 20px 44px;
		flex-direction: column;
	}
	#current-city{
		min-width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.header-nav{
		order: 3;
	}
	.header-nav ul{
		flex-direction: column;
		font-size: 22px;
		align-items: center;
	}
	.header-nav ul li{
		margin-bottom: 14px;
	}
	.hero{
		flex-direction: column;
	}
	.hero-search{
		width: 100%;
		margin-bottom: 32px;
	}
	.hero-about{
		width: 100%;
	}
	.hero-about-inner{
		display: flex;
		justify-content: space-between
	}
	.hero-for-bussines{
		width: 49%;
	}
	.hero-advantages{
		width: 49%;
	}
}
@media (max-width: 800px){
	.footer-wrap{
		flex-wrap: wrap;
	}
	.copyright{
		width: 49%;
	}
	.footer-nav{
		width: 49%;
	}
	.footer-partners{
		width: 49%;
	}
	.footer-contacts{
		width: 49%
	}
}
@media (max-width: 680px){
	.hero-about-inner{
		flex-direction: column;
	}
	.hero-for-bussines{
		width: 100%;
		margin-bottom: 24px;
	}
	.hero-advantages{
		width: 100%;
	}
	.main-categories ul li{
		width: 49%;
	}
}
@media (max-width: 600px){
	.footer-wrap{
		flex-wrap: wrap;
		flex-direction: column;
		background: url(/assets/img/moldova.png) top right no-repeat;
	}
	.copyright{
		width: 100%;
		order: 4;
	}
	.footer-nav{
		width: 100%;
		order: 1;
		margin-bottom: 32px;
	}
	.footer-partners{
		width: 100%;
		order: 2;
		margin-bottom: 32px;
	}
	.footer-contacts{
		width: 100%;
		order: 3;
		margin-bottom: 32px;
	}
}
@media (max-width: 500px){
	.main-categories ul li{
		width: 100%;
	}	
}
@media (min-width: 768px){
    .close-hero-block {
        display: none;
    }
}
@media (max-width: 767px){
	.hero-about{
		position: relative;
	}
	.close-hero-block{
		position: absolute;
		top: -2px;
		right: 0;
		background: rgba(0,0,0,0.05);
		border: none;
		border-radius: 50%;
		width: 36px;
		height: 36px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 24px;
		color: #ffb400;
		z-index: 10;
	}
	.close-hero-block:hover{
		color: #fff;
	}
	.hero-about.hidden-logic{
		display: none !important;
	}
}

