.widget.wrapper__contact-top{padding:60px 0 80px}
.row__contact-top{display:flex; justify-content:space-between}
.contact-top__address-title{font-weight: 700;font-size: 18px;line-height: 1.4;color: #1B2338}
.contact-top__address .header__contact{gap: 12px;padding:0;margin: 0}
.contact-top__address .header__contact-phone{text-align: left;}
.contact-top__addresses{display:flex;flex-wrap:wrap;gap: 32px;}
.contact-top__address{max-width:300px;width:100%;display: flex;flex-direction: column;gap: 12px;align-items: start;}
.contact-top__addresses .widget__title{width:100%;margin: 0;}
.contact-top__photo{max-width:570px}
.contact-top__photo img, .contact-top__photo picture{width:100%; height:100%; object-fit:cover; border-radius:6px}
.contact-top__address-mail{font-weight: 400;font-size: 17px;line-height: 1.6;color: #006CB5}

@media(max-width:1359px) and min-width(992px){
	.contact-top__address-title{font-size: 16px}
	.contact-top__address .header__contact{gap: 10px}
	.contact-top__address .contact__soc{gap:8px}
	.contact-top__address .contact__soc a{width:32px; height:32px}
	.contact-top__address .header__contact-phone a{font-size:18px}
	.contact-top__address .header__contact-phone{font-size:12px}
	.contact-top__addresses{gap: 24px;}
	.contact-top__address{max-width: 245px; gap: 10px}
	.contact-top__photo{max-width: 385px;}
	.contact-top__address-mail{font-size: 15px;line-height: 1.4}
}
@media(max-width:991px){
	.widget.wrapper__contact-top{padding:30px 0 80px}
	.row__contact-top{flex-direction:column; gap:30px}
	.contact-top__photo{max-width: 100%; width:100%}
}
@media(max-width:767px){
	.widget.wrapper__contact-top{padding:25px 0 70px}
	.contact-top__address-title{font-size: 16px}
	.contact-top__address .header__contact{gap: 10px}
	.contact-top__address .contact__soc{gap:8px; display:flex;}
	.contact-top__address .contact__soc a{width:32px; height:32px}
	.contact-top__address .header__contact-phone a{font-size: 16px;}
	.contact-top__address .header__contact-phone{font-size: 11px;}
	.contact-top__addresses{gap: 24px;}
	.contact-top__address{max-width: 240px;gap: 10px}
	.contact-top__address-mail{font-size: 15px;line-height: 1.4}	
}
@media(max-width:575px){
	.widget.wrapper__contact-top{padding:20px 0 60px}
}
@media(max-width:475px){
	.widget.wrapper__contact-top{padding:20px 0 50px}
}