@import url("service.css");

.header-main{min-height:82px}
.brand{min-width:0}
.brand__logo,.custom-logo{display:block;width:auto;height:58px;max-width:390px}
.custom-logo-link{display:block}
.ts-form input[type="file"]{padding:10px;background:#f8faf7;border-style:dashed;cursor:pointer}
.ts-form__file-note{display:block;margin-top:5px;color:#6f767b;font-size:12px;font-weight:500}
.footer-grid{grid-template-columns:1.05fr .8fr .8fr 1.35fr}
.footer-request-link{display:inline-flex;margin-top:4px;color:#9be36f;font-weight:850}
.footer-services{display:grid;grid-template-columns:1fr 1fr;gap:7px 14px;margin-top:14px}
.footer-services a{color:#bfc5bd;font-size:13px;line-height:1.35}
.footer-services a:hover{color:#9be36f}

@media(max-width:980px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-grid>div:first-child{grid-column:auto}
}

@media(max-width:760px){
  .header-main{min-height:70px}
  .brand__logo,.custom-logo{height:48px;width:auto;max-width:280px}
}

@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr}
  .footer-services{grid-template-columns:1fr 1fr}
}
