@media(max-width: 375px) {
	.headSection__illustration {
		aspect-ratio: 259/245;
	} 
	
	.custom-logo {
		aspect-ratio: 116/29;
	}
	.newhome-screen3-image {
		aspect-ratio: 292/268;
	}	

}	
@media(min-width: 375.01px) {
	.headSection__illustration {
		aspect-ratio: 590/787;
		width: auto;
	} 
	
	.custom-logo {
		aspect-ratio: 175/44;
		width: auto;
	}
	.newhome-screen3-image {
		aspect-ratio: 391/359;
		width: auto;
	}	

	
}	
.footer__socialItem>a {
	display: block;
}

.new-color-contact-form .wpcf7-response-output{
	border: none!important;
	margin: 10px !important;
	padding: 0 !important;
	color: orange !important;
	font-weight: 300;
	text-align: center;
	font-size: 16px!important;
	line-height: 1.25;
}

.new-color-contact-form .wpcf7-not-valid-tip {
	color: orange;
	font-size: 16px!important;
	line-height: 1.25;
}

.new-color-contact-form .wpcf7 form.sent .wpcf7-response-output{
	color: #46b450;
}

.header__right .select{
	visibility: hidden;
	display:  none;
}

@media(max-width: 1099px) {
	.header__left {
		flex: 0 0 calc(100% - 48px);
	}
	.header__left .wrap-logo {
		margin: 0 auto;
	}
}

@media(max-width: 375px) {
	.content-popup__circle-illustration {
		aspect-ratio: 200/205;
	}
	.dream-team__blockImage img {
		aspect-ratio: 300/306;
	}
}
@media(min-width: 375.1px) {
	.content-popup__circle-illustration {
		aspect-ratio: 390/400;
		width: auto;
	}
	.dream-team__blockImage img {
		aspect-ratio: 490/500;
		width: auto;
	}	
}

@media (max-width: 1099.98px) {
	.header .menu__list .menu-item a {
		text-transform: uppercase;
	}
}

@media (min-width: 767.01px) {
	.discover-our-portfolio__blockTitle.item1,
	.discover-our-portfolio__blockTitle.item4 {
		line-clamp: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -moz-box;
		-moz-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;    
		box-orient: vertical;
	}
}

.headSection__illustration {
	display: none;
}
@media(min-width: 360.1px) {
	.headSection__illustration {
		display: block;
	}
}

.headSection__button {
	white-space: nowrap;
	width: 100%;
    max-width: 316px;
}
@media screen and (max-width: 767.98px) {
	.headSection__button {
		max-width: 236px;
	}
}

.header__lets-talk__new {
	margin-right: 20px;
}
@media(max-width: 1099px) {
	.header__lets-talk {
		margin: 45px auto 0;
	}
}

@media screen and (max-width: 720.98px) { 
	.new-color-popup .popup__close {
		flex: 0 0 48px;
	}
}

#btop {   
   padding-right: 0 !important;
}

.mobi-hide {
	font-style: normal;	
}
@media (max-width: 414px) { 
	.mobi-hide {
		display: none;	
	}
}

.screen2__middle-image-wrap img{
	aspect-ratio: 326/231;
}