.wrapper__contact-bottom{padding:48px 0 0}
.contact-bottom__row{display:flex; flex-wrap:wrap; gap:16px}
.contact-bottom__block{width:calc((100% - 32px) / 3); display:flex; flex-direction:column; gap:8px 0; padding:24px; border-radius:6px; background:#fff}
.contact-bottom__city{font-weight: 400;font-size: 18px;line-height: 1.2;color: #006CB5; gap:8px; display:flex; align-items:center;}
.contact-bottom__city svg{width:18px; height:auto}
.contact-bottom__address{font-weight: 500;font-size: 18px;line-height: 1.2;color: #1B2338}
.contact-bottom__timework{font-weight: 300;font-size: 15px;line-height: 19px;color: #616B8A; margin-bottom:16px}
.contact-bottom__phones{display:flex; gap:16px}
.contact-bottom__phones a{display:flex; align-items:center; gap:4px; font-weight: 500;font-size: 15px;line-height: 1.2;color: #1B2338;}
.contact-bottom__phones a svg{width:18px; height:auto}
.contact-bottom__manager{margin-top:16px; display:flex; gap:16px}
.contact-bottom__manager img{width:46px; height:46px; min-width:46px; object-fit:cover; border-radius:100%}
.contact-bottom__manager-info{font-weight: 300; font-size: 15px; line-height: 1.6; color: #616B8A}
.contact-bottom__name{font-weight: 500; font-size: 16px; line-height: 1.4; color: #1B2338;}
.contact-bottom__block.last-block-contact{background:#006CB5}
.contact-bottom__block.last-block-contact .contact-bottom__city, .contact-bottom__block.last-block-contact .contact-bottom__address{color:#fff}
.contact-bottom__block.last-block-contact .contact-bottom__timework{color: rgba(255, 255, 255, 0.5);}
.contact-bottom__block.last-block-contact .contact-bottom__phones svg{filter:brightness(0) invert(1); opacity:0.6}
.contact-bottom__block.last-block-contact .contact-bottom__phones a{color:#fff}
.contact-bottom__block.last-block-contact .contact-bottom__address{margin-top:auto}
@media(max-width: 1359px){
	.contact-bottom__block{width:calc((100% - 16px) / 2)}
}
@media(max-width: 991px){
	.contact-bottom__row{gap:12px}
	.contact-bottom__block{padding:20px; gap:6px; width:calc((100% - 12px) / 2)}
	.contact-bottom__city, .contact-bottom__address{font-size:16px}
	.contact-bottom__city svg, .contact-bottom__phones a svg{width:16px}
	.contact-bottom__timework, .contact-bottom__phones a, .contact-bottom__manager-info{font-size:14px}
	.contact-bottom__timework{margin-bottom:12px; line-height:16px}
	.contact-bottom__name{font-size:15px}
	.contact-bottom__manager img{width:42px; height:42px; min-width:42px}
	.contact-bottom__manager{margin-top:12px; gap:12px}
	.contact-bottom__phones{gap:12px}
}
@media(max-width: 767px){
	.contact-bottom__block{width:100%}
}
@media(max-width: 575px){
	.contact-bottom__row{gap:10px}
	.contact-bottom__block{padding:16px}
	.contact-bottom__city, .contact-bottom__address{font-size:15px}
	.contact-bottom__city svg, .contact-bottom__phones a svg{width:15px}
	.contact-bottom__timework, .contact-bottom__manager-info{font-size:13px}
	.contact-bottom__name{font-size:14px}
	.contact-bottom__manager img{width:38px; height:38px; min-width:38px}
	.contact-bottom__phones{gap:10px}
}