.contact-hub{padding:34px 0 0;color:#24292d;background:#f4f5f6}
.contact-hub__container{box-sizing:border-box;width:calc(100% - 32px);max-width:1440px;margin:0 auto}
.contact-hub__main{display:grid;grid-template-columns:minmax(270px,.9fr) minmax(420px,1.75fr) minmax(320px,1.05fr);min-height:430px;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 8px 32px rgba(21,31,38,.13)}
.contact-hub__details,.contact-hub__form-panel{box-sizing:border-box;padding:38px 34px}
.contact-hub__details{color:#fff;background:linear-gradient(145deg,#151c20 0%,#283137 100%)}
.contact-hub__title{position:relative;margin:0 0 30px;padding:0 0 18px;color:inherit;font-size:24px;line-height:1.2;font-weight:700;text-transform:uppercase}
.contact-hub__title::after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;border-radius:2px;background:#ffb604}
.contact-hub__contact-list,.contact-hub__benefits{margin:0;padding:0;list-style:none}
.contact-hub__contact-item{display:grid;grid-template-columns:48px 1fr;align-items:center;gap:16px;margin:0 0 19px;font-size:15px;line-height:1.45}
.contact-hub__contact-item:last-child{margin-bottom:0}
.contact-hub__contact-item a{color:inherit;text-decoration:none}
.contact-hub__contact-item a:hover,.contact-hub__contact-item a:focus{color:#ffb604}
.contact-hub__address-content{display:block}
.contact-hub__contact-item .contact-hub__address-route{display:inline-flex;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;min-height:34px;margin-top:10px;padding:8px 12px;border-radius:4px;color:#1d2428;background:#ffb604;box-shadow:0 2px 7px rgba(0,0,0,.2);font-size:12px;line-height:1;font-weight:700;text-decoration:none;white-space:nowrap}
.contact-hub__contact-item .contact-hub__address-route:hover,.contact-hub__contact-item .contact-hub__address-route:focus{color:#1d2428;background:#ffd05a}
.contact-hub__address-route svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.contact-hub__contact-icon{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:46px;height:46px;border:1px solid #ffb604;border-radius:50%;color:#ffb604;font-size:21px;line-height:1}
.contact-hub__contact-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-hub__map-wrap{position:relative;min-width:0;min-height:430px;background:#e9ecee}
.contact-hub__map{display:block;width:100%;height:100%;min-height:430px;border:0}
.contact-hub__route{position:absolute;left:190px;bottom:12px;z-index:2;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:40px;gap:7px;padding:0 14px;border-radius:4px;color:#1d2428;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.22);font-size:13px;line-height:1;font-weight:700;text-decoration:none;white-space:nowrap}
.contact-hub__route:hover,.contact-hub__route:focus{color:#1d2428;background:#ffb604}
.contact-hub__route svg{width:19px;height:19px;fill:none;stroke:#ffb604;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.contact-hub__route:hover svg,.contact-hub__route:focus svg{stroke:#1d2428}
.contact-hub__form-panel{background:#fff}
.contact-hub__form .contact-hub__title{margin-bottom:20px}
.contact-hub__form-note{max-width:340px;margin:0 0 22px;font-size:15px;line-height:1.5}
.contact-hub__field{position:relative;display:block;margin:0 0 14px}
.contact-hub__field svg{position:absolute;top:50%;left:17px;z-index:1;width:20px;height:20px;transform:translateY(-50%);fill:none;stroke:#7a838a;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.contact-hub__field input.form-all__input-text{box-sizing:border-box;width:100%;height:52px;margin:0;padding:0 16px 0 50px;border:1px solid #d7dce0;border-radius:5px;color:#24292d;background:#fff;font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}
.contact-hub__field input.form-all__input-text:focus{border-color:#ffb604;box-shadow:0 0 0 3px rgba(255,182,4,.16)}
.contact-hub__field input::placeholder{color:#90979c;opacity:1}
.contact-hub__form .form__consent{margin:18px 0 20px;color:#333;font-size:14px;line-height:20px;font-weight:400}
.contact-hub__form .form__consent a{color:#d89300}
.contact-hub__submit.button{display:block;width:100%;min-height:52px;margin:0;border:0;border-radius:5px;font-size:15px;font-weight:700;text-transform:uppercase;cursor:pointer}
.contact-hub__benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0 28px}
.contact-hub__benefit{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:16px;min-height:58px;padding:0 28px;border-left:1px solid #dfe2e4;font-size:15px;line-height:1.35}
.contact-hub__benefit:first-child{border-left:0}
.contact-hub__benefit-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;color:#ffb604;background:rgba(255,182,4,.12)}
.contact-hub__benefit-icon svg{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:1199px){.contact-hub__main{grid-template-columns:minmax(280px,.85fr) minmax(460px,1.4fr)}.contact-hub__form-panel{grid-column:1/-1}.contact-hub__form{display:grid;grid-template-columns:1fr 1fr;column-gap:18px;align-items:start}.contact-hub__form .contact-hub__title,.contact-hub__form-note,.contact-hub__form .form__consent,.contact-hub__submit{grid-column:1/-1}.contact-hub__form-note{max-width:none}.contact-hub__benefit{grid-template-columns:48px 1fr;gap:12px;padding:0 16px}.contact-hub__benefit-icon{width:48px;height:48px}}
@media (max-width:767px){.contact-hub{padding-top:22px}.contact-hub__container{width:calc(100% - 24px)}.contact-hub__main{display:flex;flex-direction:column;border-radius:12px}.contact-hub__details,.contact-hub__form-panel{padding:30px 24px}.contact-hub__map-wrap,.contact-hub__map{min-height:330px}.contact-hub__route{left:12px;bottom:52px}.contact-hub__form{display:block}.contact-hub__benefits{grid-template-columns:1fr 1fr;row-gap:20px;padding:24px 0}.contact-hub__benefit{border-left:0}}
@media (max-width:479px){.contact-hub__container{width:calc(100% - 16px)}.contact-hub__title{font-size:21px}.contact-hub__details,.contact-hub__form-panel{padding:28px 20px}.contact-hub__contact-item{grid-template-columns:42px 1fr;gap:13px;font-size:14px}.contact-hub__contact-icon{width:42px;height:42px}.contact-hub__map-wrap,.contact-hub__map{min-height:290px}.contact-hub__benefits{grid-template-columns:1fr}.contact-hub__benefit{padding:0 12px}}
@media (max-width:767px){.contact-hub__contact-item .contact-hub__address-route{display:flex;width:max-content;margin-top:10px}}
