@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body,
pre {
   font-family: "Noto Sans", sans-serif;
}

.contact__label-title {
   display: flex;
   align-items: center;
   font-size: 0.95em;
}

.contact__required {
   font-size: 12px;
   display: inline-block;
   padding: 0px 8px;
   margin-right: 13px;
}

.footer {
   padding-top: 50px;
}

.footer__link {
   line-height: 1.7;
}

.footer__list li:nth-of-type(n+2) {
   margin-top: 12px;
}

@media only screen and (min-width: 768px) {

   .nav__top {
      margin-bottom: 27px;
   }


   .footer__wrapper {
      gap: 4%;
   }

   .footer__box {
      width: 22%;
      max-width: none !important;
   }


   .footer__online {
      margin-top: 30px;
   }
}


@media only screen and (max-width: 767px) {
   .footer {
      padding-top: 5px;
   }
}